/*

    Template Name:      Enabled Mobile & Tablet Templates
    Theme URL:          http://enableds.com
    Author:             Enabled
    Author URI:         http://themeforest.net/user/Enabled?ref=Enabled 
    Author Facebook:    https://www.facebook.com/enabled.labs
    Author Twitter:     https://twitter.com/iEnabled
    Version:            4.0
    License:            Regular or Extended via ThemeForest
    Plugin Licenses:    Redistribution NOT Allowed
    Structure:          Each chapter from the structure can be located using 
                        CTRL + F ( Windows ) or CMD + F ( Mac ) The titles are
                        copy pasted as they are in the code. 
    Description:        The settings for all the menus can be found here, for extreme optimization
                        we recommend you delete sections you don't use for faster
                        loading, although the file size is small.

    1.Header Settigns 
        -Header Dark
        -Header Light 
        -Header Icons
        -Header Menu

    2.Footer Settings
        - Footer Dark
        - Footer Light
        - Footer Menu

    3.Sidebar Rules
    4.Sidebar Light Clean
    5.Sidebar Dark Clean
    6.Sidebar Light
    7.Sidebar Dark

*/



/*///////////////*/
/*Header Settings*/
/*///////////////*/

/*Header Dark*/

.header-dark{
    height:60px;
	'background-image:url(/images/top_bg.png);
    
	border-bottom:2px solid #0d1826;
	background-color:#021927;
}

.mgm_header-dark{
	height:60px;
	background: -moz-linear-gradient(top,  rgba(51,51,51,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(51,51,51,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(51,51,51,1) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc333333', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */ 
	border-bottom:1px solid #95855d
}
.header-dark .header-menu-overlay{
    background-color:#05193a;
	border-bottom:1px solid #0d1826;
}
.mgm_header-dark .header-menu-overlay{
    background-color:#05193a;
	border-bottom:1px solid #0d1826;
}

.header-dark .header-icon-left, .header-dark .header-icon-right, .header-dark .header-icon-two, .header-dark .header-icon-three{
    color:#FFFFFF;
}

.mgm_header-dark .header-icon-left, .header-dark .header-icon-right, .header-dark .header-icon-two, .header-dark .header-icon-three{
    color:#FFFFFF;
}

.header-dark .header-logo{
    background-image:url(../images/logo_2_top.png);
    background-size:180px 45px;
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
    width:180px;
    height:45px;
    z-index:12;
}
.mgm_header-dark .mgm_header-logo{
    background-image:url(../images/mgm_logo.png);
    background-size:126px 45px;
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
    width:126px;
    height:45px;
    z-index:12;
}
/*Header Light*/

.header-light{
    height:60px;
    background-color:#FFFFFF;
    border-bottom:solid 1px rgba(0,0,0,0.1);
}

.header-light .header-menu-overlay{
    background-color:#FFFFFF;
}

.header-light .header-icon-left, .header-light .header-icon-right, .header-light .header-icon-two, .header-light .header-icon-three{
    color:#1f1f1f;
}

.header-light .header-logo{
    background-image:url(../images/logo-dark.png);
    background-size:93px 18px;
    margin-left:auto;
    margin-right:auto;
    margin-top:21px;
    width:93px;
    height:18px;
    z-index:12;
}

#header-fixed{
    overflow: visible!important;
    opacity:1;
    position:fixed;
    width:100%;
    z-index:99999;
}

.header-clear{
    height:60px;
    display:block;
}

.header-clear-large{
    height:90px;
}

/*Header Icons*/

#header-fixed img{
    position:relative;
    z-index:9;
    width:93px;
    margin-left:auto;
    margin-right:auto;
    margin-top:21px;
}

#header-fixed .header-icon-left{
    position:absolute;
    z-index:12;
    left:0px;
    top:0px;
    width:50px;
    height:60px;
    line-height:60px;
    text-align:center;
}

#header-fixed .header-icon-left i{
    width:50px;
    height:60px;
    line-height:60px;
    text-align:center;
}

#header-fixed .header-icon-two{
    position:absolute;
    z-index:12;
    left:50px;
    top:0px;
    width:50px;
    height:60px;
    line-height:60px;
    text-align:center;
    font-size:16px;
}

#header-fixed .header-icon-two i{
    width:50px;
    height:60px;
    line-height:60px;
    text-align:center;
}

#header-fixed .header-icon-right{
    position:absolute;
    z-index:12;
    right:0px;
    top:0px;
    width:50px;
    height:60px;
    line-height:60px;
    text-align:center;
}

#header-fixed .header-icon-right i{
    width:50px;
    height:60px;
    line-height:60px;
    text-align:center;
}


#header-fixed .header-icon-three{
    position:absolute;
    z-index:12;
    right:50px;
    top:0px;
    width:50px;
    height:60px;
    line-height:60px;
    text-align:center;
}

#header-fixed .header-icon-three i{
    width:50px;
    height:60px;
    line-height:60px;
    text-align:center;
}

/*Header Menu*/

.header-menu-overlay{
    position:absolute;
    width:100%;
    height:59px;
    top:0px;
    z-index:11;
}

@media (min-width:768px){
    .header-menu{
        left:20px;
        margin-top:21px;
        width:320px;
    }    
}

.header-menu{
    z-index:10;
    background-color:#FFFFFF;
    top:20px;
    border-top:solid 1px rgba(0,0,0,0.1);
    -moz-transform: translateX(0px) translateY(-500px);
    -webkit-transform: translateX(0px) translateY(-500px);
    -o-transform: translateX(0px) translateY(-500px);
    -ms-transform: translateX(0px) translateY(-500px);
    transform: translateX(0px) translateY(-500px);
    transition:all 250ms ease;
}

.header-menu-active{
    -moz-transform: translateX(0px) translateY(0px);
    -webkit-transform: translateX(0px) translateY(0px);
    -o-transform: translateX(0px) translateY(0px);
    -ms-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
}

.open-header-menu{
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);   
    transition:all 250ms ease;   
}

.header-rotate{
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);   
    transition:all 250ms ease;
}

.header-menu a{
    font-size:13px;
    font-weight:500;
    line-height:60px;
    padding-right:20px;
    border-bottom:solid 1px rgba(0,0,0,0.1);    
    color:#4d4d4d;
    transition:all 250ms ease;
}

.header-menu a:hover{
    color:#000000;
    border-bottom:solid 1px #2ecc71;
    transition:all 250ms ease;
}

.header-menu a i:first-child{
    font-size:16px;
    color:#1f1f1f;
    width:60px;
    text-align:center;
}

.header-menu a i:last-child{
    float:right;
    line-height:60px;
    width:12px;
    font-size:6px;
}

.active-header-item{
    font-size:14px!important;
    color:#1f1f1f!important;
    font-weight:800!important;
}

.active-header-item i:last-child{
    color:#2ecc71!important;
    font-size:8px!important;
}


.header-menu-dark{
    background-color:#34383f;
}

.header-menu-dark .active-header-item{
    color:#FFFFFF!important;
}

.header-menu-dark .active-header-item i:first-child{
    color:#FFFFFF;
}

.header-menu-dark a{
    color:#b5b5b5;
}

.header-menu-dark a i:first-child{
    color:#999999;
}

.header-menu-dark a i:last-child{
    color:#585555;
}

.header-menu-dark a:hover{
    color:#FFFFFF!important;
}


/*///////////////*/
/*Footer Settings*/
/*///////////////*/


.footer{
    margin-bottom:0px!important;
    padding:30px 30px;
}

.footer a{
    border:none!important;
}

.footer a:hover{
    border: 0px solid #cacaca;
}

/*Footer Dark*/

.footer-dark .footer-logo{
    margin-left:auto;
    margin-right:auto;
    background-image:url(../images/logo-light.png);
    width:93px; 
    height:18px;
    background-size:93px 18px;
    display:block;
    margin-bottom:20px;
}

/*Footer Light*/

.footer-light{
    border-top:solid 1px rgba(0,0,0,0.1);
}

.footer-light .footer-logo{
    margin-left:auto;
    margin-right:auto;
    background-image:url(../images/logo-dark.png);
    width:93px; 
    height:18px;
    background-size:93px 18px;
    display:block;
    margin-bottom:20px;    
}

.footer-dark .decoration{
    background-color:rgba(255,255,255,0.07);
}

.footer .small-text{
    margin-top:-10px;   
}

.footer-socials{
    margin-left:auto;
    margin-right:auto;
    margin-bottom:20px;
    margin-top:-10px;
}

.footer-socials a{
    width:38px;
    height:38px;
    line-height:38px;
    color:#FFFFFF!important;
    text-align:center;
    float:left;
}

@media(max-width:340px){
    .footer-socials{
        width:290px;   
    }
    
    .footer-socials a{
        margin-left:3px;
        margin-right:3px;
    }
}

@media(min-width:340px){
    .footer-socials{
        width:290px;   
    }
    
    .footer-socials a{
        margin-left:5px;
        margin-right:5px;
    }
}

/*///////////*/
/*Footer Menu*/
/*///////////*/

.footer-clear{
    height:62px;
}

#footer-fixed{
    width:100%;
    position:fixed;
    bottom:0px;
    z-index:999;
}

.footer-dark{
    background-color:#05193a;
}

.footer-dark a{
    color:#666666;
    border-left:solid 1px rgba(255,255,255,0.1);
    border-top:solid 1px rgba(255,255,255,0.1);
}

.footer-light{
    background-color:#FFFFFF;
}

.footer-light a{
    color:#4d4d4d;
    border-left:solid 1px rgba(0,0,0,0.2);
    border-top:solid 1px rgba(0,0,0,0.2);
}

.footer-light .active-footer-item{
    color:#1f1f1f!important;
    border-bottom:solid 4px #2ecc71!important;
}

.footer-dark .active-footer-item{
    color:#FFFFFF;
    border-bottom:solid 4px #2ecc71!important;
}

.footer-light a:hover{
    color:#1f1f1f;
    border-bottom:solid 4px #2ecc71;
    transition:all 250ms ease;
}

.footer-dark a:hover{
    color:#FFFFFF;
    border-bottom:solid 4px #2ecc71;
    transition:all 250ms ease;
}

/*Footer Menu*/

@media(max-width:768px){
    .footer-menu a{
        font-size:12px;
        padding-top:12px;
        width:20%;
        float:left;
        height:60px;
        line-height:24px;
        text-align:center;
        border-bottom:solid 4px rgba(0,0,0,0.2);
        transition:all 250ms ease;
    }
    
    .footer-menu a:first-child{
        border-left:none;   
    }
    
    .footer-menu a i{
        font-size:18px;
        display:block;
        text-align:center;
    }
    .footer-tablet{display:none;}
}

@media(min-width:768px){
    .footer-menu a{
        font-size:12px;
        padding-top:10px;
        width:11.1%;
        float:left;
        height:60px;
        line-height:24px;
        text-align:center;
        border-bottom:solid 4px rgba(0,0,0,0.2);
        transition:all 250ms ease;
    }
    
    .footer-menu a:first-child{
        border-left:none;   
    }
    
    .footer-menu a i{
        font-size:18px;
        display:block;
        text-align:center;
    }
}

/*/////////////*/
/*Sidebar Rules*/
/*/////////////*/

.menu-item-left{
    margin-left:-45px!important;
}

.menu-item-left i{
    padding-left:46px;   
}

.menu-item-left strong{
    padding-left:62px;
}

.sidebar-light .bg-green-light, 
.sidebar-light .bg-green-dark,
.sidebar-light .bg-teal-light, 
.sidebar-light .bg-teal-dark, 
.sidebar-light .bg-magenta-light, 
.sidebar-light .bg-magenta-dark, 
.sidebar-light .bg-yellow-light, 
.sidebar-light .bg-yellow-dark, 
.sidebar-light .bg-orange-light, 
.sidebar-light .bg-orange-dark, 
.sidebar-light .bg-red-dark, 
.sidebar-light .bg-red-light, 
.sidebar-light .bg-blue-light, 
.sidebar-light .bg-blue-dark, 
.sidebar-light .bg-night-light, 
.sidebar-light .bg-night-dark, 
.sidebar-light .bg-gray-light, 
.sidebar-light .bg-gray-dark,
.sidebar-light .facebook-color,
.sidebar-light .twitter-color,
.sidebar-light .google-color,
.sidebar-light .pinterest-color,
.sidebar-light .sms-color,
.sidebar-light .mail-color,
.sidebar-light .dribbble-color,
.sidebar-light .tumblr-color,
.sidebar-light .reddit-color,
.sidebar-light .youtube-color,
.sidebar-light .phone-color,
.sidebar-dark .bg-green-light, 
.sidebar-dark .bg-green-dark,
.sidebar-dark .bg-teal-light, 
.sidebar-dark .bg-teal-dark, 
.sidebar-dark .bg-magenta-light, 
.sidebar-dark .bg-magenta-dark, 
.sidebar-dark .bg-yellow-light, 
.sidebar-dark .bg-yellow-dark, 
.sidebar-dark .bg-orange-light, 
.sidebar-dark .bg-orange-dark, 
.sidebar-dark .bg-red-dark, 
.sidebar-dark .bg-red-light, 
.sidebar-dark .bg-blue-light, 
.sidebar-dark .bg-blue-dark, 
.sidebar-dark .bg-night-light, 
.sidebar-dark .bg-night-dark, 
.sidebar-dark .bg-gray-light, 
.sidebar-dark .bg-gray-dark,
.sidebar-dark .facebook-color,
.sidebar-dark .twitter-color,
.sidebar-dark .google-color,
.sidebar-dark .pinterest-color,
.sidebar-dark .sms-color,
.sidebar-dark .mail-color,
.sidebar-dark .dribbble-color,
.sidebar-dark .tumblr-color,
.sidebar-dark .reddit-color,
.sidebar-dark .youtube-color,
.sidebar-dark .phone-color{
    background-color:rgba(0,0,0,0)!important;
    color:inherit;
}



/*///////////////////*/
/*Sidebar Dark Clean*/
/*///////////////////*/

.sidebar-dark-clean .sidebar-header{
    height:60px;
    border-bottom:solid 1px rgba(255,255,255,0.05);
    /* background-color:#05193a; */
    margin-bottom:10px;
}

.sidebar-dark-clean .sidebar-header a{
    width:53px;
    /* float:left; */
}

.sidebar-dark-clean .sidebar-header a i{
    color:#FFFFFF;
    width:54px;
    height:29px; 
    line-height:29px; 
    text-align:center;
}

.sidebar-dark-clean .sidebar-logo{
    background-image:url(../images/logo-sidebar-light.png); 
    background-repeat:no-repeat;
    background-size:170px 35px;
    width:170px; 
    height:35px;
    margin-left:30px;
    margin-top:20px;
    margin-bottom:20px;
}

.sidebar-dark-clean .sidebar-text{
    font-size:12px;
    padding-left:30px;
    font-style:normal;
    font-weight:600;
}

.sidebar-dark-clean .menu-item{
    height:60px;
    color:#6b757d;
}
.sidebar-dark-clean .menu-item:hover{
	background:#6393e2;
}
.sidebar-dark-clean .menu-item .fa-angle-right{
    font-size:12px!important;
    color:#000000!important;
    margin-top:-12px!important;
}

.sidebar-dark-clean .menu-item-active .fa-circle{
    color:#2ecc71!important;
    opacity:1!important;
    font-size:8px!important;
    top:25px!important;
    margin-left:231px!important
}

.sidebar-dark-clean .menu-item-active{
    color:#FFFFFF!important;
}

.sidebar-dark-clean .menu-item-active em{
    color:#FFFFFF!important;
    font-weight:800!important;
    font-size:14px!important;
    padding-top:0px;
}

.sidebar-dark-clean .menu-item em:hover{
    color:#FFFFFF;
}

.sidebar-dark-clean .menu-item i:first-child{
    color:#FFFFFF;
    position:absolute;
    font-size:14px;
    width:35px;
    height:35px;
    border-radius:35px;
    line-height:35px;
    text-align:center;
    top:50%;
    margin-top:-21px;
    margin-left:20px;
}

.sidebar-dark-clean .menu-item i:last-child{
    position:absolute;
    font-size:5px;
    margin-left:232px;
    top:50%;
    margin-top:-6px;
    opacity:0.8;
}

.sidebar-dark-clean .menu-item strong{
    font-size:11px;
    position:absolute;
    left:214px;
    color:#656f76;
    top:50%;
    margin-top:-18px;
    font-weight:600;
    width:40px;
    text-align:center;
}

.sidebar-dark-clean .menu-item em{
    font-family:'Roboto', sans-serif;
    color:#ffffff;
    display:block;
    line-height:58px;
    font-style:normal;
    padding-left:75px;
    font-size:16px;
    font-weight:500;
	border-top:1px solid rgba(255, 255, 255, 0.15);
	border-bottom:1px solid rgba(0, 0, 0, 0.15);
}

.sidebar-dark-clean .submenu-active:first-child em{
    color:#FFFFFF!important;
    font-size:16px;
    padding-top:0px;
}

.sidebar-dark-clean .submenu-item{
    height:50px;
	font-size:16px;
    color:#ffffff;
	border-bottom:solid 1px rgba(255,255,255,0.15);
	background-color:rgba(0, 0, 0, 0.2);
}
.sidebar-dark-clean .submenu-item:hover{
	background-color:rgba(255, 255, 255, 0.2);
}
.sidebar-dark-clean .submenu-item em:hover{
    color:#FFFFFF;
}

.sidebar-dark-clean .submenu-item i:first-child{
    position:absolute;
    font-size:16px;
    top:50%;
    margin-top:-9px;
    margin-left:35px;
}

.sidebar-dark-clean .submenu-item i:last-child{
    position:absolute;
    font-size:5px;
    margin-left:232px;
    top:50%;
    margin-top:-6px;
    opacity:0.5;
}

.sidebar-dark-clean .submenu-item em{
    font-family:'Roboto', sans-serif;
    display:block;
    line-height:52px;
    font-style:normal;
    padding-left:75px;
    font-size:16px;
    font-weight:500;
}

.sidebar-dark-clean .submenu-active{
	display:block;
    color:#FFFFFF;
}

.sidebar-dark-clean .show-submenu{
    max-height:60px!important;
}

.sidebar-dark-clean .submenu{
    overflow:hidden;
    max-height: 0;
}

.sidebar-dark-clean .submenu-active{
    max-height: 600px;
}

.sidebar-dark-clean .submenu-item-active{
    display:block;
    color:#FFFFFF;
}

.sidebar-dark-clean .submenu-item-active .fa-circle{
    color:#FFFFFF!important;
    opacity:1!important;
}

.sidebar-dark-clean .submenu-active strong{
    color:#FFFFFF;
    font-weight:700;
    font-size:11px;
}

.sidebar-dark-clean, .sidebar-dark-clean .snap-drawer{
    background-color:#cb3340!important;
	
}


.sidebar-dark-clean .sidebar-menu{
    margin-bottom:30px;
}

.sidebar-dark-clean .sidebar-divider{
    font-family:'Roboto', sans-serif;
    margin-top:-10px;
    margin-bottom:20px;
    padding-bottom:7px;
    padding-top:15px;
    font-size:10px;
    padding-left:30px;
    font-weight:800;
    text-transform: uppercase;
    color:495254;
    border-bottom:solid 1px rgba(255,255,255,0.05);
}

.sidebar-dark-clean .sidebar-footer{
    font-family:'Roboto', sans-serif;
    border-top:solid 1px rgba(0,0,0,0.1);
    margin-bottom:10px;
    padding-top:10px;
    font-size:10px;
    padding-left:30px;
    font-weight:800;
    text-transform: uppercase;
    margin-top:-20px;
}

.sidebar-dark-clean .sidebar-form{
    width:220px;
    margin-left:20px;
    padding-bottom:20px;
}

.sidebar-dark-clean .sidebar-form .button{
    letter-spacing:normal;
    font-weight:600;
    font-family:'Open Sans', sans-serif;
}

.sidebar-dark-clean .sidebar-form em{
    font-size:11px;
    font-style:normal;
    font-weight:500;
    margin-bottom:20px;
    display:block;
    padding-left:10px;
    color:#666666;
}

.sidebar-dark-clean .sidebar-form .contactField{
    font-family:'Roboto', sans-serif;
    height:40px!important;
    line-height:40px!important;
    background-color:transparent;
    border:none;
    border-bottom:solid 1px rgba(255,255,255,0.08);
    margin-bottom:20px;
    padding-left:10px;
}

.sidebar-dark-clean .sidebar-form .contactField:hover{
    color:#4090e2;
}

.sidebar-dark-clean .sidebar-form .contactField:focus{
    color:#1f1f1f;
    border-left:none;
    border-right:none;
    border-top:none;
    border-bottom:solid 1px #2cc36b!important;
}

.sidebar-dark-clean .sidebar-form .contactTextarea{
    height:40px;
    background-color:transparent;
    border:none;
    border-bottom:solid 1px rgba(255,255,255,0.08)!important;
    margin-bottom:40px;    
    padding-left:10px;
}

.sidebar-dark-clean .sidebar-form .contactTextarea:hover{
    color:#4090e2;
}

.sidebar-dark-clean .sidebar-form .formValidationError{
    line-height:30px;
}

.sidebar-dark-clean .sidebar-form .contactTextarea:focus{
    font-family:'Roboto', sans-serif;
    color:#1f1f1f;
    border-left:none;
    border-right:none;
    border-top:none;
    border-bottom:solid 1px #2cc36b!important;
    height:100px;
}

.sidebar-dark-clean .snap-drawer-right::-webkit-scrollbar { width: 0 !important }

.sidebar-dark-clean .sidebar-form .formValidationError{
    font-size:11px!important;
    text-align:center;
    background-color:#c0392b;
    color:#FFFFFF;
    margin-bottom:20px;
}

.sidebar-dark-clean .formSuccessMessageWrap{
    font-size:11px!important;
    text-align:center;
    background-color:#27ae60;
    color:#FFFFFF;
    margin-bottom:20px;
}



/* Menu LEFT */

.sidebar-light2 .bg-green-light, 
.sidebar-light2 .bg-green-dark,
.sidebar-light2 .bg-teal-light, 
.sidebar-light2 .bg-teal-dark, 
.sidebar-light2 .bg-magenta-light, 
.sidebar-light2 .bg-magenta-dark, 
.sidebar-light2 .bg-yellow-light, 
.sidebar-light2 .bg-yellow-dark, 
.sidebar-light2 .bg-orange-light, 
.sidebar-light2 .bg-orange-dark, 
.sidebar-light2 .bg-red-dark, 
.sidebar-light2 .bg-red-light, 
.sidebar-light2 .bg-blue-light, 
.sidebar-light2 .bg-blue-dark, 
.sidebar-light2 .bg-night-light, 
.sidebar-light2 .bg-night-dark, 
.sidebar-light2 .bg-gray-light, 
.sidebar-light2 .bg-gray-dark,
.sidebar-light2 .facebook-color,
.sidebar-light2 .twitter-color,
.sidebar-light2 .google-color,
.sidebar-light2 .pinterest-color,
.sidebar-light2 .sms-color,
.sidebar-light2 .mail-color,
.sidebar-light2 .dribbble-color,
.sidebar-light2 .tumblr-color,
.sidebar-light2 .reddit-color,
.sidebar-light2 .youtube-color,
.sidebar-light2 .phone-color,
.sidebar-light2 .bg-green-light, 
.sidebar-light2 .bg-green-dark,
.sidebar-light2 .bg-teal-light, 
.sidebar-light2 .bg-teal-dark, 
.sidebar-light2 .bg-magenta-light, 
.sidebar-light2 .bg-magenta-dark, 
.sidebar-light2 .bg-yellow-light, 
.sidebar-light2 .bg-yellow-dark, 
.sidebar-light2 .bg-orange-light, 
.sidebar-light2 .bg-orange-dark, 
.sidebar-light2 .bg-red-dark, 
.sidebar-light2 .bg-red-light, 
.sidebar-light2 .bg-blue-light, 
.sidebar-light2 .bg-blue-dark, 
.sidebar-light2 .bg-night-light, 
.sidebar-light2 .bg-night-dark, 
.sidebar-light2 .bg-gray-light, 
.sidebar-light2 .bg-gray-dark,
.sidebar-light2 .facebook-color,
.sidebar-light2 .twitter-color,
.sidebar-light2 .google-color,
.sidebar-light2 .pinterest-color,
.sidebar-light2 .sms-color,
.sidebar-light2 .mail-color,
.sidebar-light2 .dribbble-color,
.sidebar-light2 .tumblr-color,
.sidebar-light2 .reddit-color,
.sidebar-light2 .youtube-color,
.sidebar-light2 .phone-color{
    background-color:rgba(0,0,0,0)!important;
    color:inherit;
}



/*///////////////////*/
/*Sidebar Dark Clean*/
/*///////////////////*/

.sidebar-dark-clean2 .sidebar-header{
    height:60px;
    border-bottom:solid 1px #0e1e2e;
    background-color:#05193a;
    margin-bottom:10px;
}

.sidebar-dark-clean2 .sidebar-header a{
    width:53px;
    float:left;
}

.sidebar-dark-clean2 .sidebar-header a i{
    color:#FFFFFF;
    width:54px;
    height:60px; 
    line-height:60px; 
    text-align:center;
}

.sidebar-dark-clean2 .sidebar-logo{
    background-image:url(../images/logo-sidebar-light.png); 
    background-repeat:no-repeat;
    background-size:170px 35px;
    width:170px; 
    height:35px;
    margin-left:30px;
    margin-top:20px;
    margin-bottom:20px;
}

.sidebar-dark-clean2 .sidebar-text{
    font-size:12px;
    padding-left:30px;
    font-style:normal;
    font-weight:600;
}

.sidebar-dark-clean2 .menu-item{
    height:60px;
    color:#6b757d;
}
.sidebar-dark-clean2 .menu-item:hover{
'	background:#a42934;
}
.sidebar-dark-clean2 .menu-item .fa-angle-right{
    font-size:12px!important;
    color:#000000!important;
    margin-top:-12px!important;
}

.sidebar-dark-clean2 .menu-item-active .fa-circle{
    color:#2ecc71!important;
    opacity:1!important;
    font-size:8px!important;
    top:25px!important;
    margin-left:231px!important
}

.sidebar-dark-clean2 .menu-item-active{
    color:#FFFFFF!important;
}

.sidebar-dark-clean2 .menu-item-active em{
    color:#FFFFFF!important;
    font-weight:800!important;
    font-size:14px!important;
    padding-top:0px;
}

.sidebar-dark-clean2 .menu-item em:hover{
    color:#FFFFFF;
}

.sidebar-dark-clean2 .menu-item i:first-child{
    color:#FFFFFF;
    position:absolute;
    font-size:14px;
    width:35px;
    height:35px;
    border-radius:35px;
    line-height:35px;
    text-align:center;
    top:50%;
    margin-top:-21px;
    margin-left:20px;
}

.sidebar-dark-clean2 .menu-item i:last-child{
    position:absolute;
    font-size:5px;
    margin-left:232px;
    top:50%;
    margin-top:-6px;
    opacity:0.8;
}

.sidebar-dark-clean2 .menu-item strong{
    font-size:11px;
    position:absolute;
    left:214px;
    color:#656f76;
    top:50%;
    margin-top:-18px;
    font-weight:600;
    width:40px;
    text-align:center;
}

.sidebar-dark-clean2 .menu-item em{
    font-family:'Roboto', sans-serif;
    color:#ffffff;
    display:block;
    line-height:58px;
    font-style:normal;
    padding-left:75px;
    font-size:16px;
    font-weight:500;
	border-top:1px solid #244165;
	border-bottom:1px solid #0e1e2e;
}

.sidebar-dark-clean2 .submenu-active:first-child em{
    color:#FFFFFF!important;
    font-size:16px;
    padding-top:0px;
}

.sidebar-dark-clean2 .submenu-item{
    height:50px;
	font-size:16px;
    color:#ffffff;
	border-bottom:solid 1px #a42934;
	background-color:#cb3340;
}
.sidebar-dark-clean2 .submenu-item:hover{
	background-color:#a42934;
}
.sidebar-dark-clean2 .submenu-item em:hover{
    color:#FFFFFF;
}

.sidebar-dark-clean2 .submenu-item i:first-child{
    position:absolute;
    font-size:16px;
    top:50%;
    margin-top:-9px;
    margin-left:35px;
}

.sidebar-dark-clean2 .submenu-item i:last-child{
    position:absolute;
    font-size:5px;
    margin-left:232px;
    top:50%;
    margin-top:-6px;
    opacity:0.5;
}

.sidebar-dark-clean2 .submenu-item em{
    font-family:'Roboto', sans-serif;
    display:block;
    line-height:52px;
    font-style:normal;
    padding-left:75px;
    font-size:16px;
    font-weight:500;
}

.sidebar-dark-clean2 .submenu-active{
	display:block;
    color:#FFFFFF;
}

.sidebar-dark-clean2 .show-submenu{
    max-height:60px!important;
}

.sidebar-dark-clean2 .submenu{
    overflow:hidden;
    max-height: 0;
}

.sidebar-dark-clean2 .submenu-active{
    max-height: 600px;
}

.sidebar-dark-clean2 .submenu-item-active{
    display:block;
    color:#FFFFFF;
}

.sidebar-dark-clean2 .submenu-item-active .fa-circle{
    color:#FFFFFF!important;
    opacity:1!important;
}

.sidebar-dark-clean2 .submenu-active strong{
    color:#FFFFFF;
    font-weight:700;
    font-size:11px;
}

.sidebar-dark-clean2, .sidebar-dark-clean .snap-drawer{
    background-color:#172a42!important;
}


.sidebar-dark-clean2 .sidebar-menu{
    margin-bottom:30px;
}

.sidebar-dark-clean2 .sidebar-divider{
    font-family:'Roboto', sans-serif;
    margin-top:-10px;
    margin-bottom:20px;
    padding-bottom:7px;
    padding-top:15px;
    font-size:10px;
    padding-left:30px;
    font-weight:800;
    text-transform: uppercase;
    color:495254;
    border-bottom:solid 1px rgba(255,255,255,0.05);
}

.sidebar-dark-clean2 .sidebar-footer{
    font-family:'Roboto', sans-serif;
    border-top:solid 1px rgba(0,0,0,0.1);
    margin-bottom:10px;
    padding-top:10px;
    font-size:10px;
    padding-left:30px;
    font-weight:800;
    text-transform: uppercase;
    margin-top:-20px;
}

.sidebar-dark-clean2 .sidebar-form{
    width:220px;
    margin-left:20px;
    padding-bottom:20px;
}

.sidebar-dark-clean2 .sidebar-form .button{
    letter-spacing:normal;
    font-weight:600;
    font-family:'Open Sans', sans-serif;
}

.sidebar-dark-clean2 .sidebar-form em{
    font-size:11px;
    font-style:normal;
    font-weight:500;
    margin-bottom:20px;
    display:block;
    padding-left:10px;
    color:#666666;
}

.sidebar-dark-clean2 .sidebar-form .contactField{
    font-family:'Roboto', sans-serif;
    height:40px!important;
    line-height:40px!important;
    background-color:transparent;
    border:none;
    border-bottom:solid 1px rgba(255,255,255,0.08);
    margin-bottom:20px;
    padding-left:10px;
}

.sidebar-dark-clean2 .sidebar-form .contactField:hover{
    color:#4090e2;
}

.sidebar-dark-clean2 .sidebar-form .contactField:focus{
    color:#1f1f1f;
    border-left:none;
    border-right:none;
    border-top:none;
    border-bottom:solid 1px #2cc36b!important;
}

.sidebar-dark-clean2 .sidebar-form .contactTextarea{
    height:40px;
    background-color:transparent;
    border:none;
    border-bottom:solid 1px rgba(255,255,255,0.08)!important;
    margin-bottom:40px;    
    padding-left:10px;
}

.sidebar-dark-clean2 .sidebar-form .contactTextarea:hover{
    color:#4090e2;
}

.sidebar-dark-clean2 .sidebar-form .formValidationError{
    line-height:30px;
}

.sidebar-dark-clean2 .sidebar-form .contactTextarea:focus{
    font-family:'Roboto', sans-serif;
    color:#1f1f1f;
    border-left:none;
    border-right:none;
    border-top:none;
    border-bottom:solid 1px #2cc36b!important;
    height:100px;
}

.sidebar-dark-clean2 .snap-drawer-right::-webkit-scrollbar { width: 0 !important }

.sidebar-dark-clean2 .sidebar-form .formValidationError{
    font-size:11px!important;
    text-align:center;
    background-color:#c0392b;
    color:#FFFFFF;
    margin-bottom:20px;
}

.sidebar-dark-clean2 .formSuccessMessageWrap{
    font-size:11px!important;
    text-align:center;
    background-color:#27ae60;
    color:#FFFFFF;
    margin-bottom:20px;
}





/*Circle Menu Landing Page*/
/*////////////////////////*/

.landing-homepage ul {
    margin-top:-10px;
    padding-left:20px;
    padding-right:20px;
}

.landing-homepage .all-elements{
	background-color:#FFFFFF;	
}

.landing-homepage ul li:last-child{
    margin-bottom:40px;
}

.landing-homepage ul li{
    list-style:none;
    margin-bottom:20px;
}

.landing-homepage ul li{
    width:33.3%;
    float:left;
}

.landing-homepage ul li a{
    padding-top:10px;
}

.landing-homepage ul li a i{
    width:65px;
    height:65px;
    font-size:20px;
    line-height:65px;
    text-align:center;
    display:block;
    color:#FFFFFF;
    border-radius:65px;
    margin-left:auto;
    margin-right:auto;
    -webkit-box-shadow: 0 1px 2px 2px rgba(0,0,0,0.10);
            box-shadow: 0 1px 2px 2px rgba(0,0,0,0.10);  
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}

.landing-homepage ul li a i:hover{
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}

.landing-homepage ul li a em{
    display:block;
    font-size:14px;
    color:#1f1f1f;
    opacity:0.8;
    font-style:normal;
    text-align:center;
    padding-top:10px;
    font-weight:500;
}

.landing-homepage .fa-mobile{
    font-size:32px!important;
}


@media(min-width:767px){
    .landing-homepage .decoration{
        width:700px;
        margin-left:auto;
        margin-right:Auto;
    }
    
    .landing-header{
        width:700px!important;
        margin-left:auto;
        margin-right:auto;
    }
        
    .landing-homepage ul {
        width:700px!important;
        margin-left:auto!important;
        margin-right:auto!important;
        margin-top:-10px;   
        margin-bottom:-10px;
    }
    
    .landing-homepage ul li{
        margin-bottom:20px;   
    }
    
    .landing-homepage ul li a em{
        font-size:16px;   
    }
    
    .landing-homepage ul li a i{
        width:100px;
        height:100px;
        line-height:100px;
        font-size:250%;
        margin-bottom:0px;
    }
    
    .landing-homepage .fa-mobile{
        font-size:48px!important;
    }
    
    .landing-homepage .header{
        position:relative;
    }
    
    .landing-homepage .header-clear{
        height:30px;   
    }
}

.landing-header{
    width:100%;
    z-index:98;
    padding-left:30px;
    padding-right:30px;
    padding-top:20px;
    margin-bottom:50px;
    background-color:#FFFFFF;
}


.landing-header .decoration{
    margin-bottom:0px;
}

.landing-header-logo{
    width:100px;
    height:30px;
    margin-top:5px;
    float:left;
    font-size:24px;
    font-weight:800;
    color:#1f1f1f;
}

.landing-header-icons{
    height:40px;
    padding-top:5px;
    padding-right:5px;
    width:125px;
    float:right;
    margin-bottom:25px;
}

.landing-header-icons a{
    float:right;
    width:30px;
    height:30px;
    margin-left:10px;
    border-radius:30px;
    line-height:20px;
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -o-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}

.landing-header-icons a:hover{
    -moz-transform: scale(1.15,1.15)!important;
    -webkit-transform: scale(1.15,1.15)!important;
    -o-transform: scale(1.15,1.15)!important;
    -ms-transform: scale(1.15,1.15)!important;
    transform: scale(1.15,1.15)!important;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}

.landing-header-icons a i{
    font-size:10px;
    line-height:30px;
    width:30px;
    text-align:center;
    color:#FFFFFF;
}


.landing-footer-icons{
    width:290px;
    margin:0 auto;
}

