/*

    Template Name: Oriolus
    Template URI: http://themeforest.net/user/designmd/?ref=designmd
    Author: designmd
    Version: 1.0

-------------------------------------------------------------------------------------*/



/*===================================================================================*/
/*  RESET                                                                            */ 
/*===================================================================================*/

    * { outline: 0; }
    body { line-height: 1; }
    ol, ul { list-style: none; }
    blockquote, q { quotes: none; } 
    input[type=submit] { -webkit-appearance: none; }
    table { border-collapse: separate; border-spacing: 0; }
    caption, th, td { text-align: left; font-weight: normal; }
    blockquote:before, blockquote:after, q:before, q:after { content: ""; }
    article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
    *, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #000000;
}
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code, del, 
    dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family: futura;
	font-style: normal;
	font-weight: 300;
	color: #888888;
	background-color: rgba(0,0,0,1.00);
}



/*===================================================================================*/
/*  BASIC                                                                            */ 
/*===================================================================================*/

    body {
	color: rgb(55, 55, 55);
	font-size: 20px;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-rendering: optimizelegibility;
	font-style: normal;
	font-weight: 300;
	font-family: futura;
    }


    ::selection{ color: #ffffff; background-color: #0f0f0f; }
    ::-moz-selection{ color: #ffffff; background-color: #0f0f0f; }



/*===================================================================================*/
/*  TYPOGRAPHY                                                                       */ 
/*===================================================================================*/

    h1, h2, h3, h4, h5, h6 {
	color: #444;
	font-weight: 400;
	font-family: futura;
	background-color: rgba(0,0,0,1.00);
    }

    h1 { line-height: 30px; }
    h2 { line-height: 25px; }
    h3 { line-height: 20px; }
    h4, h5, h6 { line-height: 18px; }

    h1 {
	font-size: 20px;
	margin-bottom: 30px;
	background-color: rgba(0,0,0,1.00);
}
    h2 {
	font-size: 20px;
	margin-bottom: 30px;
	font-family: futura;
	font-style: normal;
	font-weight: 300;
	color: #888888;
}
    h3 { font-size: 18px; margin-bottom: 20px; }
    h4 { font-size: 17px; margin-bottom: 15px; }
    h5 { font-size: 14px; margin-bottom: 15px; }
    h6 { font-size: 12px; margin-bottom: 15px; }

    h1 {
	color: #444;
	background-color: rgba(0,0,0,1.00);
	background-clip: padding-box;
}

    p { 
        line-height: 22px;
        margin-bottom: 20px; 
    }

    * p:last-child {  margin-bottom: 0; }
    p:empty {
	display: none;
	color: rgba(119,118,118,1);
	font-family: futura;
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
}


    b, strong { font-weight: 600; }
    small { font-size: 80%; }
    cite { font-style: normal; }
    em { font-style: italic; }



    /*------------------------------------------
        links       
    ------------------------------------------*/
    a { 
        color: #0f0f0f; 
        text-decoration: none; 

        webkit-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
           -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
               transition: all 0.2s ease;
    }

    a:hover {
	color: #FFFFFF;
	font-family: futura;
	font-style: normal;
	font-weight: 400;
}
ul li a {
}
ul li a {
}
    p a, p a:visited { line-height: inherit; }

    a img { 
        border: none; 
        vertical-align: middle;
    }

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }



    /*------------------------------------------
        blockquote       
    ------------------------------------------*/
    blockquote {
        padding: 20px;
        margin: 30px 0;
        background-color: #f2fbff;
        border: 1px solid #d5edf8;
        border-left: 5px solid #d5edf8;
    }

    blockquote p {
        color: #6f7f87;
        font-size: 15px;
        fon-weight: 400;
        font-style: italic;
        font-family: futura;
        line-height: 22px;
    }



    /*------------------------------------------
        address / code / pre
    ------------------------------------------*/
    address {
        display: block;
        margin-bottom: 20px;
        font-style: normal;
        line-height: 20px;
    }


    code,
    pre {
        padding: 0 3px 2px;
        font-size: 12px;
        color: #444;
        font-family: futura;

        -webkit-border-radius: 3px;
           -moz-border-radius: 3px;
            -ms-border-radius: 3px;
                border-radius: 3px;
    }

    code {
        padding: 2px 4px;
        color: #d14;
        background-color: #f7f7f9;
        border: 1px solid #e1e1e8;
        white-space: nowrap;
    }

    pre {
        display: block;
        padding: 9.5px;
        margin: 0 0 10px;
        line-height: 20px;
        word-break: break-all;
        word-wrap: break-word;
        white-space: pre;
        white-space: pre-wrap;

        font-size: 13px;
        background-color: #f5f5f5;
        border: 1px solid #ccc;

        -webkit-border-radius: 4px;
           -moz-border-radius: 4px;
            -ms-border-radius: 4px;
                border-radius: 4px;
    }

    pre code {
        padding: 0;
        color: inherit;
        white-space: pre;
        white-space: pre-wrap;
        background-color: transparent;
        border: 0;
    }



    /*------------------------------------------
        list
    ------------------------------------------*/
    ul, ol, dl {
    line-height: 22px;
    margin-bottom: 25px;
    list-style-position: outside;
    font-family: futura;
    font-style: normal;
    font-weight: 300;
    font-size: 11px;
    }

    ul ul, 
    ul ol, 
    ol ol,
    ol ul { 
        margin-left: 20px;
        margin-bottom: 0; 
    }

    dt { font-weight: bold; }
    dd { margin-left: 10px; }



/*===================================================================================*/
/*  FORM                                                                             */ 
/*===================================================================================*/

    input[type="text"], 
    input[type="email"], 
    input[type="password"],
    textarea { 
        color: #888;
        padding: 12px;
        border: none;
        font-size: 12px;
        font-family: arial; 
        font-weight: 400; 
        font-style: normal;
        overflow: auto;
        vertical-align: middle;
        margin-bottom: 20px;
        background-color: #fff;
        border: 1px solid #efefef;
        

        -webkit-transition: all 0.5s ease 0s;
           -moz-transition: all 0.5s ease 0s;
             -o-transition: all 0.5s ease 0s;
                transition: all 0.5s ease 0s;

    }

    textarea { width: 100%; }

    input[type="text"]:focus, 
    input[type="email"]:focus,
    input[type="password"]:focus,
    textarea:focus { 
        background-color: #fff;
        border-color: #e9e9e9;
    }

    label,
    select,
    input[type="button"],
    input[type="reset"],
    input[type="submit"],
    input[type="radio"],
    input[type="checkbox"] {
      cursor: pointer;
    }

    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        font-size: 10px;
        color: #999;
        text-transform: uppercase;
    }

    input::-moz-placeholder,
    textarea::-moz-placeholder {
        font-size: 10px;
        color: #999;
        text-transform: uppercase;
    }

    input:-moz-placeholder,
    textarea:-moz-placeholder {
        font-size: 10px;
        color: #999;
        text-transform: uppercase;
    }

    input:-ms-input-placeholder,
    textarea:-ms-input-placeholder { 
        font-size: 10px;
        color: #999;
        text-transform: uppercase;
    }



/*===================================================================================*/
/*  OTHER STYLE                                                                      */ 
/*===================================================================================*/

    
    .hide { display: none !important; }
    .spacer { height: 60px; clear: both; }
    .divider { 
        clear: both;
        height: 60px;
        margin-bottom: 60px;
        border-bottom: 1px solid #f8f8f8;
    }



    /*------------------------------------------
        align style     
    ------------------------------------------*/

    .aligncenter {
        display: block;
        margin:15px auto;
        clear: both;
    }

    .alignleft { float: left; }
    .alignright {float: right; }

    .text-left{ text-align: left; }
    .text-right { text-align: right; }
    .text-center { text-align: center; }

    .no-float { float: none !important; }



    /*------------------------------------------
        margin buttom
    ------------------------------------------*/

    .mb0 { margin-bottom: 0px !important; }
    .mb5 { margin-bottom: 5px !important; }
    .mb10{ margin-bottom: 10px !important; }
    .mb15{ margin-bottom: 15px !important; }
    .mb20{ margin-bottom: 20px !important; }
    .mb25{ margin-bottom: 25px !important; }
    .mb30{ margin-bottom: 30px !important; }
    .mb35{ margin-bottom: 35px !important; }
    .mb40{ margin-bottom: 40px !important; }
    .mb45{ margin-bottom: 45px !important; }
    .mb50{ margin-bottom: 50px !important; }
    .mb55{ margin-bottom: 55px !important; }
    .mb60{ margin-bottom: 60px !important; }
    .mb65{ margin-bottom: 65px !important; }
    .mb70{ margin-bottom: 70px !important; }
    .mb75{ margin-bottom: 70px !important; }
    .mb80{ margin-bottom: 70px !important; }



    /*------------------------------------------ 
        images
    ------------------------------------------*/
    img { 
        width: auto/9;
        max-width: 100%; 
        height: auto; 
        vertical-align: middle;
        image-rendering: optimizeQuality;
        -ms-interpolation-mode: bicubic;
    }

    img.alignleft { margin-right: 25px; }
    img.alignright { margin-left: 25px; }
    img.aligncenter{ margin-bottom: 25px; }





/*************************************************************************************/ 
/*                                                                                   */
/*                                 TEMPLATE STYLE                                    */
/*                                                                                   */
/*************************************************************************************/





/*===================================================================================*/
/*  SECTION                                                                          */
/*===================================================================================*/

    .section {
        position: relative;
        padding-top: 90px;
        overflow: hidden;
        z-index: 2;
    }

    .section .container {
	padding-bottom: 45px;
	position: relative;
	font-size: 24px;
	font-family: futura;
	visibility: visible;
    }


    .container.border {
        margin-bottom: 60px;
        padding-bottom: 60px;
        border-bottom: 1px dashed #d1d1d1;
    }

    #load {
        width: 100%;
        height: 100%;
        z-index: 101;
        position: fixed;
        overflow: hidden;
        background-color: #fff;
    }

    .gray {
	position: relative;
	background-color: #000000;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
    }

    .yellow { background-color: #0f0f0f; }



/*===================================================================================*/
/*  PARALAX                                                                          */
/*===================================================================================*/

    .parallax {
	width: 100%;
	overflow: hidden;
	background-attachment: fixed;
	background-position: 50% 0;
	background-color: #030303;
    }

        .parallax .container {
            padding: 90px 0;
            position: relative; 
            z-index: 1;
        }


            .overlay {
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-image: url(../images/pattern.png);
                position: absolute;
                z-index: -1;
            }

            .parralax [class*="span"]{
                margin-bottom: 0;
            }

    
    /*------------------------------------------
        parallax color
    ------------------------------------------*/

        .dark,
        .dark h1,
        .dark h2,
        .dark h3,
        .dark h4,
        .dark h5,
        .dark h6,
        .dark a:hover,
        .dark .titles [class*="icon"] { 
            color: #fff !important; 
        }

        .dark .titles p,
        .dark .type { 
            color: #fff;
        }

        .dark .titles h1:after {
            border-color: #fff;
        }

        .parallax .titles h1{
            color: #fff;
        }

        .parallax .titles p {
            color: #18213b;
        }

        .parallax .titles [class*="icon"] {
            color: #fff;
        }

        .parallax a { 
            color: #fff;
        }



    /*------------------------------------------
        parallax bagkground fix
    ------------------------------------------*/

        @media only screen and (min-width: 1920px) { 
            .parallax { background-size: cover; } 
        }

        @media only screen and (max-width: 1024px) { 
            .parallax { 
                background-size: cover; 
                background-attachment: scroll; 
                background-position: top center !important; 
            }
        }


    /*------------------------------------------
        parallax bagkground
    ------------------------------------------*/
        
        #home      {
}
        #parallax1 { background-image: url(../images/example/parallax/parallax1.jpg); }
        #parallax2 {
	background-image: url(../images/example/parallax/parallax2.jpg);
	text-align: center;
}
        #parallax3 { background-image: url(../images/example/parallax/parallax3.jpg); }
        #parallax4 { background-image: url(../images/example/parallax/parallax4.jpg); }
        #parallax5 { background-image: url(../images/example/parallax/parallax5.jpg); }
        #parallax6 { background-image: url(../images/example/parallax/parallax6.jpg); }



/*===================================================================================*/
/*  NAVIGATION                                                                       */
/*===================================================================================*/

    .nav {
	top: -80px;
	left: 0;
	width: 100%;
	z-index: 100;
	padding: 0 5%;
	position: fixed;
	background-color: #000000;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
    }

    .nav.fixed {
	top: 0;
	background-color: #000000;
}



    /*------------------------------------------
        logo style                 
    ------------------------------------------*/
        .logo {
            height: 80px;
            display: table-cell;
            vertical-align: middle;
        }



    /*------------------------------------------
        menu style           
    ------------------------------------------*/

        .menu {
	height: 80px;
	margin-bottom: 0;
	display: table-cell;
	vertical-align: middle;
	font-weight: 500;
	font-style: italic;
        }

            .menu li {
                display: inline;
                margin-left: 25px;
            }

            .menu li:first-child {
                margin-left: 0px;
            }

                .menu a,
                .mobile-menu a {
                    color: #888;
                    font-size: 11px;
                    text-transform: uppercase;
                    letter-spacing: 0.03em;
                }



                .menu .current a,
                .menu a:hover,
                .mobile-menu a:hover,
                .mobile-menu .current a {
	color: #FDFCFC;
	font-family: futura;
	font-style: normal;
	font-weight: 400;
                }


    /*------------------------------------------
        mobile menu        
    ------------------------------------------*/

        .mobile-btn {
            display: none;
            height: 80px;
            margin-bottom: 0;
            vertical-align: middle;
        }

            .mobile-btn i {
                color: #444;
                width: 35px;
                height: 35px;
                cursor: pointer;
                text-align: center;
                font-size: 28px;
                line-height: 35px;
                float: right;
                position: relative;
                display: block;
            }

        .mobile-menu {
            display: none;
            float: right;
            width: 100%;
            margin-bottom: 15px;
        }

            .mobile-menu li {
                text-align: center;
                margin: 0 0 10px 0;
                padding-top: 10px;
                border-top: 1px dotted #d1d1d1;
            }



/*===================================================================================*/
/*  HOME PAGE                                                                        */
/*===================================================================================*/

    .home-wrapper {
	width: 90%;
	margin: 0px auto;
	height: 100%;
	text-align: center;
	position: relative;
	background-color: rgba(0,0,0,0.00);
	background-size: cover;
	background-clip: content-box;
    }

    .home-content {
	width: 90%;
	display: table-cell;
	vertical-align: middle;
	background-color: #000000;
	background-size: auto 0px;
    }

    .home-wrapper .flex-control-nav { display: none !important; }

        .home-wrapper .slider-text {
	width: 100%;
	z-index: 1;
	background-clip: border-box;
	background-image: url(../images/example/home-2.jpg);
	background-repeat: no-repeat;
        }


        .home-wrapper .slider-text h1 {
    color: #888;
    line-height: 1;
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 0px;
    padding: 30px 0;
    letter-spacing: 0.05em;
    text-shadow: rgba(0,0,0,0.1);
    font-style: normal;
    font-family: futura;
    background-color: rgba(0,0,0,0.00);
        }

        .home-btn {
            color: #fff;
            font-size: 10px;
            font-weight: 500;
            margin-top: 20px;
            width: 120px;
            height: 120px;
            line-height: 120px;
            display: inline-block;
            border: 1px solid #fff;
            background-color: rgba(255,255,255,0.1);
            letter-spacing: 0.2em;

            -webkit-border-radius: 100px;
            -moz-border-radius: 100px;
            border-radius: 100px;
        }

        .home-btn:hover {
    color: #B9B9B9;
    border-color: #000000;
    background-color: rgba(170,170,170,0.1);
        }
.home-wrapper .home-content .scroll.home-btn {
}
.home-wrapper .home-content .scroll.home-btn {
    font-size: 11px;
}

                                                   

/*===================================================================================*/
/*  PORTFOLIO ITEMS                                                                  */
/*===================================================================================*/

.display{position:absolute;z-index:1;left:220px;display:block;float:left;}
.go{position:fixed;left:50%;width:100px;height:50px;z-index:10;display:block;padding-top:13px;}
td{left:25px;position:relative;}

#global{position:relative;}
img{text-decoration:none;border:none;margin-right:0;}

#content{padding-top:70px;}


    /*------------------------------------------ 
        portfolio items
    ------------------------------------------*/

        .portfolio-boxed {
            width: 1100px;
            margin: 0 auto 90px auto;
        }

        .portfolio-fullwidth {
            width: 100%;
            margin: 0;
            overflow: hidden;
        }

        .portfolio-items {
            position: relative;
			max-width: 1100px;
			margin: 0 auto;
        }

        .portfolio-boxed .portfolio-items {
            margin: 0 -5px; 
        }

            .portfolio-items article {
	float: left;
	width: 33.333%;
	padding: 0 5px;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	visibility: visible;
            }

            .portfolio-fullwidth article {
                padding: 0;
                margin: 0;
                overflow: hidden;
                position: relative;
            }

                .portfolio-items a {
                    display: block;
                    overflow: hidden;
                    background-color: rgba(20,20,20,0.1)
                }

                    .portfolio-items img{
                        width: 100%;
                        -webkit-transition: -webkit-transform 0.4s ease;
                           -moz-transition: -moz-transform 0.4s ease;
                                transition: transform 0.4s ease;
                    }


                    .portfolio-items p {
    top: 6px;
    left: 5px;
    width: 100%;
    text-align: center;
    position: absolute;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
    opacity: 0;
    filter: alpha(opacity=0);
    background-image: url(images%20Directors%20/Camille%20VINET/SB%20the%20game%20is%20over.png);
                    }

                    .portfolio-items span {
                        display: block;
                        font-size: 10px;
                        font-weight: 600;
                    }



    /*------------------------------------------
        portfolio other style
    ------------------------------------------*/

/* Scroll bar */

html {
overflow-x: auto;
background-color: transparent;

}

::-webkit-scrollbar {
    width: 10px;
    height: 7px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    height: 30px;
    display: block;
    background:#fff;
}

::-webkit-scrollbar-button:start:decrement:hover,
::-webkit-scrollbar-button:end:increment:hover {
    background:#505050;
}

::-webkit-scrollbar-track-piece {
    background-color: #e2e2e2;
}

::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:horizontal {
    height: 50px;
    background-color: #505050;
	
}

::-webkit-scrollbar-thumb:vertical:hover, ::-webkit-scrollbar-thumb:horizontal:hover {
    background-color: #606060;
	
}



    /*------------------------------------------ 
        istope
    ------------------------------------------*/

        .isotope-hidden.isotope-item{
            pointer-events: none;
            z-index: 1;
        }

        .isotope, 
        .isotope .isotope-item{
            z-index: 2;

            -webkit-transition-duration: 0.6s;
               -moz-transition-duration: 0.6s;
                -ms-transition-duration: 0.6s;
                 -o-transition-duration: 0.6s;
                    transition-duration: 0.6s;
        }

        .isotope {
            -webkit-transition-property: height, width;
               -moz-transition-property: height, width;
                -ms-transition-property: height, width;
                 -o-transition-property: height, width;
                    transition-property: height, width;
        }

        .isotope .isotope-item {
            -webkit-transition-property: -webkit-transform, opacity;
               -moz-transition-property: -moz-transform, opacity;
                -ms-transition-property: top, left, opacity;
                 -o-transition-property: top, left, opacity;
                    transition-property: transform, opacity;
        }

/*===================================================================================*/
/*  PORTFOLIO SINGLE                                                                 */
/*===================================================================================*/

    #portfolio-wrapper {
        position: relative;
    }

    #portfolio-wrapper #loader{
        height: 30px;
        width: 150px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -15px;
        margin-left: -75px;
        z-index: 10000;
        background-image: url(../images/loader.gif);
        background-repeat: no-repeat;
        background-position: center center; 
    }

a{outline:none;text-decoration:none;border:none;color:#202020;}
img{max-width:auto;text-decoration:none;border:none;margin-right:25px;max-height:733px;}
    }
    
    /*------------------------------------------ 
        portfolio nav
    ------------------------------------------ */

        .portfolio-nav {
            text-align: center;
            position: relative;
            margin-bottom: 30px;
        }

            .portfolio-nav a {
                display: inline-block;
                width: 50px;
                height: 50px;
                line-height: 45px;
                text-align: center;
                color: #a7a7a7;
                font-size: 15px;

                background-color: #fff;
                border: 2px solid #e8e8e8;

                -webkit-border-radius: 100px;
                   -moz-border-radius: 100px;
                    -ms-border-radius: 100px;
                        border-radius: 100px;
            }

            .portfolio-nav a:hover {
                background-color: #FFC600;
                border-color: #FFC600;
                color: #fff;
            }

            #prev-project { margin-right: 30px; }
            #next-project { margin-left: 30px; }



/*===================================================================================*/
/*  FOOTER                                                                           */
/*===================================================================================*/

    #footer {
	color: #ffffff;
	font-size: 11px;
	padding: 40px 0;
	line-height: 10px;
	word-spacing: 5px;
	text-align: center;
	letter-spacing: 2px;
	background-color: #000000;
	-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1) inset;
    }

        #footer .logo {
            display: inline;
            float: left;
            height: auto;
        }

        #footer p {
            display: inline-block;
            margin-bottom: 0;
        }

        #footer .social {
            margin-bottom: 0;
            float: right;
        }

            #footer .social li {
                margin-bottom: 0;
            }

                #footer .social a {
                    width: 30px;
                    height: auto;
                    line-height: 1;
                    background-color: transparent;
                }



/*===================================================================================*/
/*  TITLES                                                                           */
/*===================================================================================*/

    .titles{
        width: 100%;
        max-width: 960px;
        text-align: center;
        margin-bottom: 90px;
        margin: 0 auto 60px auto; 
    }

        .titles [class*="icon"] {
            color: #101935;
            display: block;
            font-size: 26px;
            margin-bottom: 20px;
        }

        .titles h1 {
    color: #888;
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    position: relative;
    padding-bottom: 28px;
    margin-bottom: 25px;
    font-family: futura;
    font-style: normal;
    background-color: rgba(0,0,0,1.00);
        }

        .titles h1:after {
            left: 50%;
            content: "";
            width: 6%;
            bottom: 0px;
            margin-left: -3%;
            position: absolute;
            border-bottom: 1px solid #dedede;
        }

        .titles h3 {
            color: #777;
            font-size: 16px;
            line-height: 20px;
            font-weight: 400;
        }

            .titles h3 span {
                color: #101935;
            }


        .titles-no-margin { margin-bottom: 0; }

        .titles-no-margin h1 {
            margin-bottom: 0;
            border-bottom: none;
            padding-bottom: 0;
        }

        .titles-no-margin h1:after {
            border-bottom: none;
        }



/*===================================================================================*/
/*  BUTTON                                                                           */
/*===================================================================================*/


    [class*="btn-"] {
        color: #fff !important;
        font-weight: 700;
        font-size: 11px;
        padding: 15px 25px;
        margin: 0 5px 5px 0;
        display: inline-block;
        letter-spacing: 0.05em;
        text-decoration: none;
        border: 2px solid transparent;
        text-shadow: 0 -1px 0 rgba(0,0,0,0.05);

        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px;

        -webkit-box-shadow: 0 0 0 2px #fff inset;
            moz-box-shadow: 0 0 0 2px #fff inset;
            -ms-box-shadow: 0 0 0 2px #fff inset;
             -o-box-shadow: 0 0 0 2px #fff inset;
                box-shadow: 0 0 0 2px #fff inset;

    }


        /*
         * Button size
         */

        [class*="btn-"].small {
            font-size: 11px;
            font-weight: 400;
            padding: 10px 15px; 
        }

        [class*="btn-"].large {
            font-size: 12px;
            padding: 18px 35px; 
        }


        /*
         * Button blue
         */
        
        .btn-blue       { background-color: #3dc0f1; }
        .btn-blue:hover { background-color: #64CBF4; }


        /*
         * Button red
         */
        
        .btn-red       { background-color: #e74c3c; }
        .btn-red:hover { background-color: #F26D5E; }


        /*
         * Button yellow
         */
        
        .btn-yellow       { background-color: #2e3f71; }
        .btn-yellow:hover { background-color: #2e3f71; }


        /*
         * Button dark
         */
        
        .btn-dark       { background-color: #444; }
        .btn-dark:hover { background-color: #555; }



/*===================================================================================*/
/*  SOCIAL ICON                                                                      */
/*===================================================================================*/

    .social li {
        float: left;
        margin: 0 1px 2px 1px;

    }

        .social a {
            display: block;
            color: rgb(105, 105, 105);
            font-size: 17px;
            overflow: hidden;
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            background-color: #18213b;

            -webkit-border-radius: 2px;
               -moz-border-radius: 2px;
                -ms-border-radius: 2px;
                    border-radius: 2px;
        }

        a.social-flickr:hover { background-color: #0063DB; }
        a.social-facebook:hover { background-color: #3B5998; }
        a.social-tumblr:hover { background-color: #2C4762; }
        a.social-linkedin:hover { background-color: #007FB1; }
        a.social-behance:hover { background-color: #1769FF; }
        a.social-instagram:hover { background-color: #3F729B; }

 

/*===================================================================================*/
/*  ALERT BOX                                                                        */
/*===================================================================================*/

    [class*="alert-box-"] {
        padding: 15px 30px 15px 15px;
        font-size: 11px;
        line-height: 20px;
        margin-bottom: 20px;
        position: relative;
        border: 1px solid transparent; 

        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }


        /*
         * Notice alert box color
         */

        .alert-box-notice {
            color: #7f8c8d;
            border-color: #e1e1e1;
            background-color: #2e3f71;
        }
    

        /*
         * Geeral alert box color
         */

        .alert-box-warning {
            color: #d69a2a;
            border-color: #ffdc7d;
            background-color: #2e3f71;
        }


        /*
         * Error alertbox color
         */

        .alert-box-error {
            color: #ab6464;
            border-color: #e89494;
            background-color: #ffebe8;
        }


        /*
         * Success alert box color
         */

        .alert-box-success {
            color: #598760;
            border-color: #acd6b3;
            background-color: #edfff0;
        }


        /*
         * Info alert box color
         */

        .alert-box-info {
            color: #1891a8;
            border-color: #cee1ef;
            background-color: #f0f8ff;
        }


        /*
         * Alert box close button
         */
         
        .alert-close {
            top: 5px;
            right: 5px;
            position: absolute;
            padding: 10px;
            cursor: pointer;
            font-weight: bold;
        }



/*===================================================================================*/
/* TOGLE / ACCORDION                                                                 */
/*===================================================================================*/

    .toggle,
    .accordion {
        margin-top: -1px;
        border: 1px solid #e8e8e8;
        padding: 15px;
    }


    .toggle > p,
    .accordion > p {
        font-size: 11px;
        cursor: pointer;
        font-weight: 600;
        margin-bottom: 0;
        padding-left: 35px;
        position: relative;
    }

    .toggle > p.active,
    .accordion > p.active {
        color: #2e3f71;
    }

    .toggle > p:before,
    .accordion > p:before {
        top: 0;
        left: 0;
        color: #fff;
        width: 22px;
        height: 22px;
        font-size: 10px;
        font-weight: 400;
        line-height: 21px;
        position: absolute;
        text-align: center;
        font-family: FontAwesome;
        background-color: #2e3f71;

        -webkit-border-radius: 2px;
           -moz-border-radius: 2px;
            -ms-border-radius: 2px;
             -O-border-radius: 2px;
                border-radius: 2px;

    }

    .toggle > p.active:before,
    .accordion > p.active:before {
        color: #fff;
        border: 1px solid #2e3f71;
        background-color: #2e3f71;
    }

    .toggle > div,
    .accordion > div {
        margin-top: -5px;
        padding: 20px 40px ;
        display: none;
    }

    
    /* Toggle and accordion icon */
    .toggle > p:before {
        content: '\f067';
    }

    .toggle > p.active:before {
        content: '\f068';
    }

    .accordion > p:before {
        content: '\f054';
    }

    .accordion > p.active:before {
        content: '\f078';
    }



/*===================================================================================*/
/* TABS                                                                              */
/*===================================================================================*/

    ul.tab {
        margin-bottom: 15px;
        padding-bottom: 12px;
        border-bottom: 1px solid #EFEFEF ;
    }

    ul.tab li {
        float: left;
        margin-right: -1px;
    }

    .tab-wrapper > div {
        padding-bottom: 15px;
    }

    ul.tab a {
        font-size: 11px;
        font-weight: 600;
        width: 100%;
        height: 100%;
        color: #888;
        padding: 15px 25px;
        border: 1px solid #efefef;
        border-bottom: none;
    }

    .ul.tab a:hover {
        color: #2e3f71 !important;
    }

    ul.tab a.current {
        color: #fff;
        border: 1px solid #2e3f71;
        border-bottom: none;
        background-color: #2e3f71;
        position: relative;
    }
    
    ul.tab a.current:before {
        content: '';
        left: 50%;
        width: 0px;
        height: 0px;
        bottom: -8px;
        margin-left: -6px;
        position: absolute;
        border-style: solid;
        border-width: 8px 7.5px 0 7.5px;
        border-color: #2e3f71 transparent transparent transparent;
    }



/*===================================================================================*/
/*  FLEXSLIDER                                                                       */
/*===================================================================================*/

    html[xmlns] .slides { display: block; } 
    * html .slides{ height: 1%; }
    .no-js .slides > li:first-child { display: block; }
    .flexslider { position: relative; }
    .flexslider ul{ margin: 0; }
    .flexslider.loader { background: url(../images/loader.gif) no-repeat center center; }

    .flexslider .slides:after {
        content: "."; 
        display: block; 
        clear: both; 
        visibility: hidden; 
        line-height: 0; 
        height: 0;
    } 

    .flexslider .slides > li,
    .slide .slides > li {
	position: relative;
	display: none;
	-webkit-backface-visibility: hidden;
	background-color: #000000;
	color: rgba(0,0,0,0.0);
	background-clip: padding-box;
	background-repeat: no-repeat;
	background-origin: border-box;
    }

    .flexslider .slides img { 
        width: 100%;
        max-width: none;
        display: inline-block;
    }

	.slides li {
	padding: 0 0 20px 0;
	background-color: #000000;
		 }

    /*------------------------------------------
        flexslider direction nav
    ------------------------------------------*/

        .flex-direction-nav a {
            color: #fff;
            bottom: 15px;  
            height: 30px;
            width: 30px;
            text-align: center;
            line-height: 30px;
            display: block;
            background-color: #444;
            position: absolute;
            top: 50%;
            margin-top: -15px;

            -webkit-border-radius: 2px;
               -moz-border-radius: 2px;
                -ms-border-radius: 2px;
                    border-radius: 2px;
        }

        .flex-direction-nav .flex-prev {
            left: 15px;
        }

        .flex-direction-nav .flex-next {
            right: 15px;
        }

        .flex-direction-nav a:hover {
            color: #fff;
            background-color: #3c3c3c;
        }

        .flex-direction-nav a:before { 
            font-size: 13px;
            font-family: 'FontAwesome'; 
        }

        .flex-direction-nav a.flex-next:before { content: "\f054"; }
        .flex-direction-nav a.flex-prev:before { content: "\f053"; }




.show-grid {
    margin-bottom: 20px !important;
}

.show-grid [class*="span"]{
    background-color: #f8f8f8;
    line-height: 50px;
    min-height: 50px;
    text-align: center;
    border: 1px solid #efefef;
    margin-bottom: 2em;

    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
        -ms-border-radius: 3px;
         -O-border-radius: 3px;
            border-radius: 3px;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
