body, td {
    font-size: 14px;
	font-family: 'Roboto Condensed', sans-serif;
    color: #6e6e6e;
}

body {
    background: #ffffff;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

img {
    border: 0px;
}

a {
    color: #234899;
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none;
}

    a:hover {
        color: #234899;
        text-decoration: none;
    }

    a.action {
        color: #234899;
        
        text-decoration: none;
    }

        a.action:hover {
            color: #234899;
            
            text-decoration: underline;
        }

h1 {
    color: #234899;
    font: 24px 'Roboto Condensed', sans-serif;
}

h2 {
    color: #234899;
    font: 20px 'Roboto Condensed', sans-serif;
}

h3 {
    color: #234899;
    font: 18px 'Roboto Condensed', sans-serif;
}

.top-area {
    background: #8bcfea;
}

    .top-area .langs {
        display: inline-block;
    }

        .top-area .langs a, .top-area .langs a:hover {
            line-height: 25px;
        }

    .top-area .address {
        color: #234899;
        font-style: italic;
        display: inline-block;
    }

    .top-area .langs {
        display: inline-block;
        margin-left: 25px;
    }

	.top-area .langs a, .top-area .langs a:hover {
		line-height: 25px;
	}
	.top-area .amea {
        display: inline-block;
        margin-left: 25px;
    }

    .top-area .social {
        display: inline-block;
        margin-left: 25px;
		
    }

	.top-area .social a, .top-area .social a:hover {
		line-height: 35px;
	}

	.logo-area .offer {
		background: url(skn/envelope.png) 0% 50% no-repeat;
		color: #8bcfea;
		font-size: 14px;
		min-height: 45px;
		display: inline-block;
		padding-left: 50px;
		text-align: left;
		font-size: 14px;
		
		cursor:pointer;
	}

.logo-area .phone {
    background: url(skn/phone.png) 0% 50% no-repeat;
    color: #8bcfea;
    font-size: 22px;
    min-height: 45px;
    display: inline-block;
    padding-left: 50px;
    text-align: left;
    
    float: right;
    margin-left: 45px;
}

.logo-area .need-and-offer, .logo-area .emergency {
    color: #234899;
    
    font-size: 16px;
}

.logo-area .hours {
    margin-top: 10px;
    font-size: 14px;
    font-style: italic;
    color: #234899;
   
}

    .logo-area .hours span {
        font-size: 18px;
    }

.logo-area .links {
    margin-top: 30px;
}




div.ContextMenu {
    position: absolute;
    z-index: 3;
    text-align: left;
    width: 220px;
    padding: 5px 0px;
    margin: 2px 0px 0px;
    list-style: none outside none;
    font-size: 16px;
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
    background-clip: padding-box;
}

    div.ContextMenu a {
        display: block;
        background: #ffffff url('res/ac3/img/ContextMenuGutter.gif') 0% 0% repeat-y;
        font-weight: normal;
        font: 11px/11px Arial,Trebuchet MS,Verdana,sans-serif;
        color: #00356A;
        text-decoration: none;
        padding: 4px 5px;
    }

        div.ContextMenu a:hover {
            background: #d9d9d9 url('res/ac3/img/ContextMenuHover.gif') 50% 50% repeat-x;
            font-weight: normal;
            font: 11px/11px Arial,Trebuchet MS,Verdana,sans-serif;
            color: #00509F;
            color: #000000;
            text-decoration: none;
        }

        div.ContextMenu a.ajax {
            display: block;
            background: #ffffff url('res/ac3/img/ContextMenuGutter.gif') 0% 0% repeat-y;
            font-weight: normal;
            font: 11px/11px "Trebuchet MS",Verdana,sans-serif;
            color: #00356A;
            text-decoration: none;
            padding: 4px 5px;
        }

            div.ContextMenu a.ajax:hover {
                display: block;
                background: #ffffff url('res/ac3/img/ContextMenuGutter.gif') 0% 0% repeat-y;
                font-weight: normal;
                font: 11px/11px "Trebuchet MS",Verdana,sans-serif;
                color: #00356A;
                text-decoration: none;
                padding: 4px 5px;
            }





.carousel-inner {
    border-radius: 10px;
    overflow: hidden;
}

.carousel-indicators {
    position: absolute;
    bottom: 40px;
    left: 0px;
    right: 0px;
    z-index: 15;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
    list-style: outside none none;
    text-align: center;
}

@media (max-width:768px) {
    .carousel-indicators {
        bottom: 10px;
    }
}



.carousel-indicators li {
    border: 1px solid #234899;
    background: #ffffff;
}

.carousel-indicators .active {
    background: #234899;
}


.carousel-control {
    background: none;
    border-radius: 0px;
    width: 22px;
    height: 37px;
    opacity: 1;
    text-shadow: none;
    position: absolute;
    background-image: none;
    top: 0px;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
}

    .carousel-control:hover {
        background-image: none;
        opacity: 1;
    }

    .carousel-control.left {
        background: none;
        margin-left: 10px;
        background: url(skn/arrow_left.png) 50% 50% no-repeat;
    }

    .carousel-control.right {
        background: none;
        margin-right: 10px;
        background: url(skn/arrow_right.png) 50% 50% no-repeat;
    }

	.sticky-menu .menu-logo{
	display:none;
}

.goToTop {
  position: fixed;
  top: 0;
  border-bottom:1px solid #234899;
  background:#ffffff;
  width:100%;
  z-index:20;
}
.sticky-menu.goToTop .menu-logo{
	display:inline-block;
}
	
	
@media (min-width:768px) {
    .menu-area {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-default {
        background: none;
        border: none;
    }

    .navbar {
        border-radius: 0px;
    }

    .navbar {
        position: relative;
        min-height: 30px;
        margin-bottom: 0px;
        border: 1px solid transparent;
    }

    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #234899;
        font-size: 18px;
        
        border-top: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
        padding: 0px;
        margin-left: 10px;
        margin-right: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            border-top: 2px solid #234899;
        }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: #ffffff;
        color: #234899;
        border-top: 2px solid #234899;
    }
	.navbar-collapse {
   
    padding-right: 0px;
    padding-left: 0px;
    
}
	
	.sticky-menu.goToTop .navbar-default .navbar-nav > li > a,.sticky-menu.goToTop  .navbar-default .navbar-nav > li > a:hover,.sticky-menu.goToTop  .navbar-default .navbar-nav > li > a:focus {
		font-size:16px;
		margin-left: 5px;
        margin-right: 5px;
	}
	.sticky-menu.goToTop .column-left{
		padding-right:0px;
	}
	.sticky-menu.goToTop .column-right{
		padding-left:0px;
	}
	.sticky-menu.goToTop .menu-logo{
		display:inline-block;
		padding-right:10px;
	}
	
    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        text-decoration: none;
        color: #234899;
        background-color: #F5F5F5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857;
        color: #234899;
        white-space: nowrap;
    }

    .menu-area .form-control {
        border: none;
        box-shadow: none;
    }

    .menu-area .input-group:hover, .menu-area .input-group:focus {
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);
    }

    .menu-area ::-webkit-input-placeholder {
        color: #d7d7d7;
    }

    .menu-area :-moz-placeholder { /* Firefox 18- */
        color: #d7d7d7;
    }

    .menu-area ::-moz-placeholder { /* Firefox 19+ */
        color: #d7d7d7;
    }

    .menu-area :-ms-input-placeholder {
        color: #d7d7d7;
    }

    .menu-area .btn, .menu-area .btn:hover, .menu-area .btn:focus {
        border: none;
        background: none;
        color: #d7d7d7;
        box-shadow: none;
    }
}


@media (max-width:768px) {

    .navbar-default {
        background-color: #ffffff;
        border: 1px solid #234899;
    }

    .navbar {
        position: relative;
        min-height: 50px;
        margin-bottom: 10px;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #234899;
    }

    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #234899;
        font-size: 14px;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: #8BCFEA;
        color: #234899;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #234899;
        background-color: transparent;
        font-size: 13px;
    }

    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
        color: #234899;
        background-color: transparent;
    }


    .menu-area .form-control {
        border: 1px solid #234899;
        border-radius: 0px;
        box-shadow: none;
    }

    .menu-area .input-group {
        margin-bottom: 20px;
        margin-top: 10px;
    }

        .menu-area .input-group:hover, .menu-area .input-group:focus {
            box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);
        }

    .menu-area ::-webkit-input-placeholder {
        color: #d7d7d7;
    }

    .menu-area :-moz-placeholder { /* Firefox 18- */
        color: #d7d7d7;
    }

    .menu-area ::-moz-placeholder { /* Firefox 19+ */
        color: #d7d7d7;
    }

    .menu-area :-ms-input-placeholder {
        color: #d7d7d7;
    }

    .menu-area .btn, .menu-area .btn:hover, .menu-area .btn:focus {
        border: 1px solid #234899;
        border-radius: 0px;
        background: none;
        color: #d7d7d7;
        box-shadow: none;
    }
}

.news-box {
    background: #D6F2FE;
    padding:20px;
    padding-top:10px;
}

.news-title {
    border-bottom: 2px solid #234899;
    margin-bottom: 10px;
}

    .news-title h3 {
        background: url(skn/news.png) 0% 50% no-repeat;
        height: 30px;
        line-height: 30px;
        padding-left: 40px;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

.news-tile {
    padding-top: 5px;
    padding-bottom: 5px;
}

.news-tile-title a, .news-tile-title a:hover {
    font-weight: bold;
    font-size: 14px;
}

.links, .hours {
    text-align: right;
}


@media (min-width:768px) AND (max-width:990px) {
    .logo-area .links {
        margin-top: 10px;
    }
}

@media (max-width:768px) {
    .logo-col {
        text-align: center;
    }

        .logo-col img {
            display: inline-block;
        }

    .logo-area .links {
        margin-top: 0px;
        text-align: center;
        margin-bottom: 10px;
    }

    .logo-area .phone {
        float: none;
    }

    .hours {
        text-align: center;
        margin-bottom: 10px;
    }
}

@media (max-width:610px) {
    .top-area .address {
        display: block;
    }
}

@media (max-width:510px) {
    .logo-area .phone {
        margin-left: 0px;
        margin-right: 90px;
        margin-top: 20px;
    }

    .hours {
        text-align: center;
        margin-bottom: 10px;
        margin-right: 30px;
    }
}

@media (max-width:400px) {
    .logo-col {
        text-align: center;
    }

        .logo-col img {
            display: inline-block;
        }

    .logo-area .links {
        margin-top: 0px;
        text-align: left;
        margin-bottom: 10px;
    }

    .logo-area .phone {
        float: none;
        margin-right: 0px;
    }

    .hours {
        text-align: left;
        margin-bottom: 10px;
        margin-right: 0px;
    }

    .top-area .address {
        font-size: 11px;
        margin-left: -10px;
        margin-right: -10px;
    }
}

.social2 {
    text-align: right;
}

    .social2 img {
        margin-left: 10px;
    }

.address2 {
    display: inline-block;
    color: #234899;
    font-size: 14px;
    
    padding-left: 50px;
    min-height: 43px;
    line-height: 22px;
    background: url(skn/map.png) 0% 50% no-repeat;
}

.phone2 {
    display: inline-block;
    color: #234899;
    font-size: 14px;
    
    padding-left: 50px;
    min-height: 43px;
    line-height: 22px;
    background: url(skn/phone2.png) 0% 50% no-repeat;
}

.email2 {
    display: inline-block;
    color: #234899;
    font-size: 14px;
    
    padding-left: 50px;
    min-height: 43px;
    line-height: 43px;
    background: url(skn/envelope2.png) 0% 50% no-repeat;
}

    .email2 a, .email2 a:hover {
        color: #234899;
        font-size: 14px;
        font-weight: normal;
        line-height: 43px;
    }

.email2-col {
    text-align: center;
}

/*.bottom-area {
    background:url(skn/bottom_bg.png) 50% 50% repeat-y;
}*/


.login {
    background: url(skn/bottom_bg.png) 50% 50% repeat-y;
    text-align: center;
    padding-bottom:10px;
	font-size: 13px;
}

.about {
   background: url(skn/bottom_bg.png) 50% 50% repeat-y;
    text-align: center;
    font-size: 13px;
	padding-bottom: 10px;
	color: #234899;
}



.AboutElsewhere {
    background: url(skn/bottom_bg.png) 50% 50% repeat-y;
    text-align: center;
    font-size: 13px;
	padding-bottom: 10px;
	color: #234899;
}

    .AboutElsewhere a, .AboutElsewhere a:hover {
        background: url(skn/bottom_bg.png) 50% 50% repeat-y;
    text-align: center;
    font-size: 13x;
	padding-bottom: 10px;
	color: #234899;
    }

.bottom-area {
    padding-top: 350px;
    padding-bottom: 50px;
}

.wave-area {
    background: url(skn/bottom.jpg) 50% 100% no-repeat;
}

@media (min-width:768px) AND (max-width:990px) {
    .social2 {
        margin-top: 30px;
    }
}

.marquee {
    width: 100%;
  
}

@media (max-width:768px) {
    .bottom-col {
        text-align: center;
    }

    .social2 {
        margin-left: -20px;
        display: inline-block;
    }

    .email2, .phone2, .address2, .social2 {
        text-align: left;
        width: 260px;
        margin-bottom: 5px;
        margin-top: 5px;
    }
   
}

.partners-area .row{
    padding-bottom:10px;
    padding-top:10px;
    border-bottom:1px solid #D6F2FE;
}

.iso {
    margin-bottom:-50px;
    padding-top:20px;
}
.iso ,.iso div{
    text-align:right;
    
    color:#234899;
}
.iso div{
    font-size:18px;
}


@media (max-width:990px) {
    .bottom-area {
        padding-top: 20px;
        padding-bottom: 20px;
        background: url(skn/bottom_bg.png) 50% 50% repeat-y;
        
    }
    .iso {
        margin-bottom:0px;
        padding-top:20px;
    }
    .wave-area {
        background: none;
    }
    .bottom-area-wrapper {
        background: url(skn/wave-pattern.jpg) 50% 0% no-repeat;
        padding-top:52px;
        margin-top:20px;
    }
}
td {
    padding:3px;
}

.content-area {
    min-height:400px;
}
.splitter_next, .splitter_prev {
   
    color:#234899;
 }
.splitter_active {
    
    color:#234899;
    font-size:16px;
}

.nodeview img{
    max-width:100%;
    height:auto;
}
.tile_title {
    margin-top: 5px;
}
.tile_title a,.tile_title a:hover{
    font-weight:bold;
    color:#234899;
    font-size:14px;
    
}

.tile_description{
    font-size:13px;
    margin-top:5px;
    color:#00a6eb;
}

.DivImageSalt .form-control {
    display:inline-block;
    max-width:150px;
}

 
 a.social-icon {
	line-height: 24px;
	width:24px;
	height:24px;
	text-align:center;
 }
 a.social-icon img {	
	width:24px;
	height:24px;
	display:inline-block;
 }
 .top-area .text-right{
	padding-top:0px;
	padding-bottom:5px;
 }
 
 
 .social-lang{
	
	-webkit-transition:  all 0.3s ease 0s;
    -moz-transition:  all 0.3s ease 0s;
    -o-transition:  all 0.3s ease 0s;
    transition:  all 0.3s ease 0s;
	background:#ffffff;
	color:#224899;line-height: 24px;
}
 .social-lang:hover{
 -webkit-transition:  all 0.3s ease 0s;
    -moz-transition:  all 0.3s ease 0s;
    -o-transition:  all 0.3s ease 0s;
    transition:  all 0.3s ease 0s;
	background:#224899;
	color:#ffffff;line-height: 24px;
}
 
 .social-icon.social-facebook img{
	margin-top:-2px;
	-webkit-transition:  all 0.3s ease 0s;
    -moz-transition:  all 0.3s ease 0s;
    -o-transition:  all 0.3s ease 0s;
    transition:  all 0.3s ease 0s;
	background:url(skn/social_icons.png) 0px 1px no-repeat;
}
 .social-icon.social-facebook img:hover {
 -webkit-transition:  all 0.3s ease 0s;
    -moz-transition:  all 0.3s ease 0s;
    -o-transition:  all 0.3s ease 0s;
    transition:  all 0.3s ease 0s;
	background:url(skn/social_icons.png) 0px 100% no-repeat;
	
}
 .social-icon.social-youtube img{
 margin-top:-2px;
 -webkit-transition:  all 0.3s ease 0s;
    -moz-transition:  all 0.3s ease 0s;
    -o-transition:  all 0.3s ease 0s;
    transition:  all 0.3s ease 0s;
	background:url(skn/social_icons.png) -25px 1px no-repeat;
}
 .social-icon.social-youtube img:hover {
 -webkit-transition:  all 0.3s ease 0s;
    -moz-transition:  all 0.3s ease 0s;
    -o-transition:  all 0.3s ease 0s;
    transition:  all 0.3s ease 0s;
	background:url(skn/social_icons.png) -25px 100% no-repeat;
}


.root-shortcuts{
margin-bottom:60px;
}
.slick-dots {
	z-index:2;
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
	margin-top:-20px;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            margin: 3px;
            display: block;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #d5f1fd none repeat scroll 0% 0%;
            border: 1px solid #d5f1fd;
            padding: 0px;
            cursor: pointer;
            color: transparent;
        }

        .slick-dots li.slick-active button {
            background: #244999 none repeat scroll 0% 0%;
            border: 1px solid #244999;
            width: 12px;
            height: 12px;
            border-radius: 50%;
        }

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: medium none;
    opacity: 0.9;
}

.slick-prev, .slick-next {
z-index:3;
    font-size: 0px;
    line-height: 0;
    position: absolute;
    margin-top:-25px;
    display: block;
    width: 32px;
    height: 32px;
    
    padding: 0px;
    cursor: pointer;
    color: transparent;
    border: medium none;
    outline: medium none;
    text-indent: 1000px;
}

.slick-prev {
    left: 5px;
    background: url(skn/arrow-left.png) 50% 50% no-repeat;
	background-size:contain;
}

.slick-next {
    right: 5px;
    background: url(skn/arrow-right.png) 50% 50% no-repeat;
	background-size:contain;
}

.espa {
    position: fixed;
    bottom: 0px;
    left: 0px;

    width: 100%;
    background: rgba(0,0,0,0.8) !important;
    z-index: 13;
    text-align: center;
    margin: 0px;
    text-align:center;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}
    .espa img {
        height: 55px !important;
        width: auto !important;
        margin-top: 5px;
        display:inline-block;
    }
   
       body{padding-bottom:70px;}
