/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */




/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}

/*Add your own styles here:*/


#header_main_alternate .container /*, #header_main .container */ {
    padding: 0;
}

#header_main_alternate .main_menu,.html_header_top.html_bottom_nav_header .main_menu ul:first-child {
    background: #00537c;
}

#header_main_alternate .main_menu #avia-menu > li > a, #header_main_alternate .main_menu #avia-menu > li.current_page_item > a {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}

#header_main_alternate .main_menu #avia-menu > li > a .avia-menu-text, #header_main_alternate .main_menu #avia-menu > li.current_page_item > a .avia-menu-text {
    color: #fff !important;
}

/*#header_main_alternate .main_menu #avia-menu > li.current_page_item {
    background: #A8BC0D;
}*/

#header_main_alternate .main_menu li:not(.current_page_item) > a:hover,
#header_main_alternate .main_menu #avia-menu > li:not(.current_page_item) > a:hover .avia-menu-text {
    color: #A8BC0D !important;
}

#header_main_alternate .main_menu li.current_page_item > a:hover, #header_main_alternate .main_menu #avia-menu > li.current-menu-item > a:hover .avia-menu-text {
    color: #fff !important;
}

#header_main_alternate .main_menu li > a .avia-menu-fx {
    display:none;
}

#header_main_alternate .main_menu #avia-menu {
    border-bottom: 4px solid #A8BC0D;
}

#header_main_alternate .main_menu #menu-item-search {
    padding-right: 30px;
}

#header_main_alternate .main_menu #menu-item-search a:hover {
    color: #fff;
}

.widgettitle {
    background: #00537c;
    font-weight: normal;
    text-transform: lowercase;
    padding: 10px 20px;
    margin:0;
    color: #fff !important;
}

.widget {
        padding: 15px 0 15px 0;
}

section.widget .widgettitle + * {
    background: #fafafa;
    padding: 10px 20px !important;
}

.content, .sidebar {
    padding-top: 20px;
}

.inner_sidebar {
    margin-left: 20px;
}

.content, #top #main .sidebar {
    border:0;
}

@font-face {
  font-family: "HelveticaNeueW02-Thin";
  src: url("fonts/775a65da-14aa-4634-be95-6724c05fd522.woff") format("woff");
}

#blue_h {
    background: #2362a1 !important;
    display: inline-block;
    padding: 5px;
    padding-left: 27px;
    padding-right: 27px;
    padding-bottom: 10px;
}

@media screen and (max-width: 1075px) {

    .avia-slide-wrap {
        min-height: 400px;
    }
    #sform h1 {
        padding:0 !important;
    }
    
    #sform span {
        font-size: 13.5px !important;
    }
}

@media screen and (max-width: 1000px) {
    .avia-slideshow-inner  li img {
        min-height: 400px;
    }
    #sform h1 {
        font-size: 25px!important;
    }
}

@media screen and (max-width: 900px) {
    .avia-slideshow-inner  li img {
        min-height: 360px;
    }
    .avia-slide-wrap {
        min-height: 360px;
    }
    #sform h1 {
        font-size: 20px!important;
    }
}

@media screen and (max-width: 700px) {
    .avia-slideshow-inner  li img {
        display:none;
    }
    .caption_fullwidth.av-slideshow-caption.caption_right {
        background: #2d5c88;
    }
    .medium_whitebg2 {
        -webkit-box-shadow: none !important;
    	-moz-box-shadow: none !important;
    	box-shadow: none !important;
    }
}


.sidebar .widget_nav_menu ul:first-child>.current-menu-item, .sidebar .widget_nav_menu ul:first-child>.current_page_item, .sidebar .widget_nav_menu ul:first-child>.current-menu-ancestor {
    left: -19px !important;
    padding-left: 19px;
    padding-right: 19px;    
}

.slideshow_caption, .slideshow_align_caption{
        padding-top:10px;
}



/* loader */
.cssload-squeeze{
	position:relative;
	display:block;
	width:107px;
}
	
.cssload-squeeze, .cssload-squeeze * {
	box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
}

.cssload-squeeze span {
	display: inline-block;
	height: 15px;
	width: 15px;
	background: rgba(0,83,124,0.98);
	border-radius: 0px;
}

.cssload-squeeze span:nth-child(1) {
	animation: cssload-rotateX 2.3s 0.12s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
		-o-animation: cssload-rotateX 2.3s 0.12s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
		-ms-animation: cssload-rotateX 2.3s 0.12s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
		-webkit-animation: cssload-rotateX 2.3s 0.12s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
		-moz-animation: cssload-rotateX 2.3s 0.12s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
}
.cssload-squeeze span:nth-child(2) {
	animation: cssload-rotateX 2.3s 0.23s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
		-o-animation: cssload-rotateX 2.3s 0.23s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
		-ms-animation: cssload-rotateX 2.3s 0.23s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
		-webkit-animation: cssload-rotateX 2.3s 0.23s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
		-moz-animation: cssload-rotateX 2.3s 0.23s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
}
.cssload-squeeze span:nth-child(3) {
	animation: cssload-rotateX 2.3s 0.35s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
		-o-animation: cssload-rotateX 2.3s 0.35s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
		-ms-animation: cssload-rotateX 2.3s 0.35s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
		-webkit-animation: cssload-rotateX 2.3s 0.35s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
		-moz-animation: cssload-rotateX 2.3s 0.35s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
}
.cssload-squeeze span:nth-child(4) {
	animation: cssload-rotateX 2.3s 0.46s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
		-o-animation: cssload-rotateX 2.3s 0.46s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
		-ms-animation: cssload-rotateX 2.3s 0.46s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
		-webkit-animation: cssload-rotateX 2.3s 0.46s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
		-moz-animation: cssload-rotateX 2.3s 0.46s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
}
.cssload-squeeze span:nth-child(5) {
	animation: cssload-rotateX 2.3s 0.58s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
		-o-animation: cssload-rotateX 2.3s 0.58s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
		-ms-animation: cssload-rotateX 2.3s 0.58s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
		-webkit-animation: cssload-rotateX 2.3s 0.58s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
		-moz-animation: cssload-rotateX 2.3s 0.58s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
}



@keyframes cssload-rotateX {
	0% {
		transform: rotateX(0deg);
	}
	50% {
		transform: rotateX(90deg) scale(0.5, 0.5);
		background: rgba(168,188,13,0.98);
	}
	100% {
		transform: rotateX(0deg);
						transform: rotateX(0deg);
	}
}

@-o-keyframes cssload-rotateX {
	0% {
		-o-transform: rotateX(0deg);
	}
	50% {
		-o-transform: rotateX(90deg) scale(0.5, 0.5);
		background: rgba(168,188,13,0.98);
	}
	100% {
		-o-transform: rotateX(0deg);
						transform: rotateX(0deg);
	}
}

@-ms-keyframes cssload-rotateX {
	0% {
		-ms-transform: rotateX(0deg);
	}
	50% {
		-ms-transform: rotateX(90deg) scale(0.5, 0.5);
		background: rgba(168,188,13,0.98);
	}
	100% {
		-ms-transform: rotateX(0deg);
						transform: rotateX(0deg);
	}
}

@-webkit-keyframes cssload-rotateX {
	0% {
		-webkit-transform: rotateX(0deg);
	}
	50% {
		-webkit-transform: rotateX(90deg) scale(0.5, 0.5);
		background: rgba(168,188,13,0.98);
	}
	100% {
		-webkit-transform: rotateX(0deg);
						transform: rotateX(0deg);
	}
}

@-moz-keyframes cssload-rotateX {
	0% {
		-moz-transform: rotateX(0deg);
	}
	50% {
		-moz-transform: rotateX(90deg) scale(0.5, 0.5);
		background: rgba(168,188,13,0.98);
	}
	100% {
		-moz-transform: rotateX(0deg);
						transform: rotateX(0deg);
	}
}

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

.white_calc {
    padding: 10px !important;
    -webkit-box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.75)!important;
    -moz-box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.75)!important;
    box-shadow: none!important;
}

.white_calc form {
    margin: 0!important;    
}

.white_calc input {
    height: 40px!important;
}

.white_calc .button {
    font-size: 16px;
    background-color: #71a31c !important;
    border: 2px #2d5c88 solid !important;
    border-color: #71a31c !important;
    text-transform: uppercase !important;
    text-decoration: none;
    background-color: #26b400;
    color: #fff;
    border-radius: 4px;
    transition: all 0.5s;
    padding: 10px 10px 8px 10px;
    white-space: nowrap;
    cursor: pointer;
    cursor: hand;
    display: inline-block;
    height: 40px;
}

#avia-menu .menu-item .avia-menu-text strong{
	color: #fff!important;
}
header #header_main .av-logo-container{
	margin-bottom: 15px;
}

@media only screen and (max-width: 940px) {
    .white_calc .button {
        width: 30% !important;
    }
}

.white_calc .button:hover {
    background-color: #fff !important;
    color: #71a31c !important;
}

#city_result {
    color: #454444;
    display: block;
    font-size: 1.6rem;
}

.main_color .avia-data-table .avia-highlight-col {
        word-break: break-word;
    }

@media screen and (min-width: 1024px) {
    .main_color .avia_textblock,.main_color .avia-video,.main_color .av_promobox,.main_color .avia_responsive_table, .main_color .avia_codeblock {
        background: #ffffff;
        margin-left:51px!important;
        margin-right:51px!important;
    }
    
    .main_color .av_promobox {
        width:auto;
    }
    .av_one_third .av_textblock_section .avia_textblock {
        margin-left: 0!important;
        margin-right: 0!important;
    }
    
    #top #main .sidebar {    
        border-left: 5px solid #f2f2f2;
        border-bottom: 5px solid #f2f2f2;
    }
}

@media screen and (max-width: 550px) {
    .responsive_table td {
        min-width: 0 !important;
    }
}