html,
body {
	font-family: 'Roboto Condensed', sans-serif;
	color: #000;
    height: 100%;
}

html {
	overflow-y: scroll; 
}

body {
	display: table;
	width: 100%;
	table-layout: fixed;
}

label {
	text-transform: uppercase;
}

iframe {
	width: 100%;
	max-width: 600px;
}   

.iframe {
    max-width: 100% !important;
}

.add{
	padding:25px 0;
}

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

.page-row {
  display: table-row;
  height: 1px;
} 

.page-row-expanded { 
  height: 100%; 
}

a {
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: underline;
}

.site-list a {
	color: #fff;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -80px;
    padding: 0 0 80px;
}

.full-width {
	width: 100%;
}

.btn-shadow {
	text-transform: none;
	box-shadow: 0 0 5px grey;
	padding: 0;
	width: 100%;
}

img {
	max-width: 100%;
	position:relative;
}

.item {
	max-height: 400px;
	position: relative;
}

#news-carousel iframe, #news-carousel_v iframe {
	max-width: 100%;
}

.item-caption{
	position: absolute;
	bottom:0;
	left: 0;
	right: 0;
	padding: 15px;
	background: rgba(0,0,0,0.5);
}

.item-caption h3{
	color: white;
	margin: 0;
}

.item-caption p{
	color: white;
}

.btn {
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
}



.blue-gradient {
	color: #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1aa8eb+0,026c9f+100 */
	background: #1aa8eb !important; /* Old browsers */
	background: -moz-linear-gradient(top,  #1aa8eb 0%, #026c9f 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1aa8eb), color-stop(100%,#026c9f)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1aa8eb 0%,#026c9f 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1aa8eb 0%,#026c9f 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1aa8eb 0%,#026c9f 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom,  #1aa8eb 0%,#026c9f 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aa8eb', endColorstr='#026c9f',GradientType=0 ) !important; /* IE6-9 */
}

.search-blue-gradient{
	color: #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#004171+0,188be1+100 */
	background: rgb(0,65,113); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(0,65,113) 0%, rgb(24,139,225) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgb(0,65,113) 0%,rgb(24,139,225) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgb(0,65,113) 0%,rgb(24,139,225) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004171', endColorstr='#188be1',GradientType=0 ); /* IE6-9 */
}

.gold-gradient {
	color: #000;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d6d4b7+1,a7954c+100 */
	background: #d6d4b7; /* Old browsers */
	background: -moz-linear-gradient(top,  #d6d4b7 1%, #a7954c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#d6d4b7), color-stop(100%,#a7954c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d6d4b7 1%,#a7954c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d6d4b7 1%,#a7954c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d6d4b7 1%,#a7954c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d6d4b7 1%,#a7954c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d4b7', endColorstr='#a7954c',GradientType=0 ); /* IE6-9 */
}

.white-gradient {
	color: #7F7F7F;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,c5c6c8+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #c5c6c8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#c5c6c8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#c5c6c8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#c5c6c8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#c5c6c8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#c5c6c8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c5c6c8',GradientType=0 ); /* IE6-9 */
}

.search_options_grey_gradient{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#939598+0,6d6e71+100 */
	background: rgb(147,149,152); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(147,149,152) 0%, rgb(109,110,113) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgb(147,149,152) 0%,rgb(109,110,113) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgb(147,149,152) 0%,rgb(109,110,113) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#939598', endColorstr='#6d6e71',GradientType=0 ); /* IE6-9 */
}

.carousel-caption {
	text-shadow: none;
	padding: 5px 15px 5px 15px;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: left;
	background-color: rgba(0, 0, 0, 0.5);
	font-weight: normal!important;
}

.carousel-control.left, .carousel-control.right {
   background-image:none !important;
   filter:none !important;
}

.carousel-control {
    top: 50%;
    bottom: auto;
    transform: translateY(-26px);
}

.social-icon {
	display:inline-block;
	height: 25px;
	width: 25px;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
}

.social-icon-header {
	background-color: #4981B6;
}

.social-icon-footer {
	color: #4981B6;
	background-color: #fff;
}

.social-icon i {    
	width: 100%;
    position: relative;
    top: 4px;
}

#section-list {
	text-transform: uppercase;
	color: #000;
}

#section-list a {
	color: #000;
}

.newsletter-btn {
	border: 1px solid #fff;
	padding: 0 5px;
}

.list-item {
	padding-right: 5px;
	border-right-style: solid;
	border-right-width: 1px;
	margin-right: 5px;
}

.list-item:last-child {
	border-right: none;
}

.separator {
	width: 100%;
}

/* Article */

.article-list-item:not(:first-child) {
	margin-top: 10px;
}

.col-xs-12 .article-list-item:not(:last-child) .col-xs-12 .article-list-item-content {
	border-bottom: 2px solid #4981B6;
}

/* Site */

.container {
	padding-bottom: 10px;
}

.article-row {
	min-height: 140px;
	margin-bottom: 20px;
	vertical-align: top;
}

.article-category {
	text-transform: uppercase;
	color: #4981B6;
	border-bottom: 1px solid #4981B6;
	margin-bottom: 10px;
	position: relative;
}

.article-category-hash {
	font-size: 20px;
	padding: 3px 5px;
	font-weight: bold;
}

.article-title {
	font-family: 'PT Sans', sans-serif;
	color: #4981B6;
	font-size: 20px;
	font-weight: bold;
}

.article-date {
	color: #7F7F7F;
	font-weight: bold;
}

.article-description {
	font-family: 'PT Sans', sans-serif;	
}

.big-header {
	padding: 0 10px;
	text-transform: uppercase;
	font-size: 23px;
	font-weight: 100;
}

.events-content-left {
	padding: 5px;
	font-weight: bold;
}

.events-content-left p{
	margin:0!important;
	font-size: 12px!important;
}

.events-content-right {
	font-family: 'PT Sans', sans-serif;	
	font-weight: bold;
}

.events-content-right p{
	color:#4981b6!important;
	text-decoration: underline;
}

.section-header {
	padding: 0 5px;
}

.section-header-title {
	padding: 15px 0;
	margin-bottom: 10px;
	text-transform: uppercase;	
}

#search-input  {
	border-radius: 20px;
	color: #fff;
	background-color: #4981b6;
}

#search-input::-webkit-input-placeholder, #search-input:-moz-placeholder {
   color: #fff;
}

#search-form{
	position: relative;
}

#search-form button{
	text-align: center;
	background: none;
	border: none;
	position: absolute;
	right: 0;
	top: 0;
}

#search-form input {
	color: #fff;
	font-size: 14px;
	height: 25px;
	padding-right: 30px;
	text-transform: uppercase;
	/*background-image: url(../image/srchbtn.png);
	background-repeat: no-repeat;
	background-position: right 10px center;*/
}



#search-form input::-webkit-input-placeholder{
	color: #fff;
}

@media (min-width: 992px) {

	.article-image {
		position: absolute;
	}
}

/* Header */

header {
	color: #fff;
}

.header-row {
	padding-top: 10px;
	padding-bottom: 10px;
}

#header-first-row {
	padding-bottom: 0;
	background-color: #4981B6;
}

#header-third-row {
	-webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
	-moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
	box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
}

.group-sites {
	text-align: center;
	text-transform: uppercase;
	position: relative;
    top: 2px;
}

.group-sites a {
	color: #7F7F7F;
}

.group-sites-header {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.group-sites-languages {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

@media (max-width: 1200px) {
	.group-sites-languages, .group-sites-header {
		margin: 0;
	}
	
	.group-sites-header {
		border-top-right-radius: 10px;
		border-bottom-left-radius: 0;
	}
	
	.group-sites-languages {
		border-top-right-radius: 0;
		border-bottom-left-radius: 10px;
	}
}

@media (max-width: 992px) {
	.carousel-caption{
		padding: 10px 15px 10px 15px!important;
	}

	.group-sites {
		font-size: 11px;
	}

	.hide_tablet{
		display: none;
	}

	.hide_desktop{
		display: block!important;
	}
}


#news-country-dropdown {
	margin-top: 5px;
}

#news-country-dropdown .btn-default {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,c9cacc+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #c9cacc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#c9cacc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#c9cacc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#c9cacc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#c9cacc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#c9cacc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c9cacc',GradientType=0 ); /* IE6-9 */
	border-radius: 0;
	padding: 0;
}

#news-country-caret-container {
	color: #fff;
	display: inline-block;
	padding: 2px 7px;
}

#news-country-title {
	text-transform: uppercase;
	display: inline-block;
	padding: 2px 25px 2px 10px;
}

.news-country-title-arrows {
	color: #4981B6;
}

#search-container {
	border: 1px solid #9B9C9E;
	border-radius: 15px;
	padding: 10px;
	margin-bottom: 10px;
}

#search-container button {
    background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #c9cacc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#c9cacc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#c9cacc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#c9cacc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#c9cacc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#c9cacc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c9cacc',GradientType=0 ); /* IE6-9 */
	color: #4981B6;
    border-radius: 4px;
    border: none;
    padding: 0 5px;
}

#search-container select {
	 appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
	background: url(../image/src_container_select_arrow.png) right center no-repeat, linear-gradient(#bec0c1, #ffffff);
    background: url(../image/src_container_select_arrow.png) right center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#bec0c1), to(#ffffff));
    background: url(../image/src_container_select_arrow.png) right center no-repeat, -moz-linear-gradient(#bec0c1, #ffffff, #ffffff);
    height:23px;
    padding: 0px 12px;
}

#choosePlanWrapper{
	display: none;
}

@media (max-width: 767px) {
	.article-title{
		font-size: 16px;
	}

	.carousel-caption{
		position: static;
	    float: left;
	}

	#news-country-title {
		font-size: 11px;
		padding-right: 5px;
	}

	.plan{
		margin-bottom:40px;
	}

	.formCol{
		margin-bottom:20px;
	}
	.select_wrapper{
		margin-bottom:20px;
	}

	#search_gl_btn{
		display: none!important;
	}

	.listItemEmailWrapper{
		margin-top:0px!important;
	}
}

/* Footer */

footer {
	color: #fff;
    background-color: #4981B6;
}

footer .container {
	padding-top: 15px;
}

.footer-newsletter-header {
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 30px;
	font-weight: lighter;
	font-weight: 100;
	text-transform: uppercase;
	letter-spacing: 7px;
	color: #FFF;
}
.signup_text{
	font-size: 21px;
	color: #FFF;
}

.footer_margin_top{
	margin-top: 30px;
}

.footer-magazine {
	font-weight: bold;
	text-transform: uppercase;
}

#newsletter-email-container {
	padding-right: 0;
}

#newsletter-email {
	border-radius: 0;
}

#newsletter-submit-container {
	padding-left: 0;
}

#newsletter-submit {
	text-transform: uppercase;
}

.media-kit {
	color: #4981B6;
	border-radius: 25px;
	background-color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px;
}

.media-kit:hover {
	color: #4981B6;
	text-decoration: underline;
}

@media (max-width: 767px) {
	.footer-newsletter-header {
		font-size: 20px;
	}
	
	.media-kit {
		font-size: 10px;
	}
}

/* Ads */

.horizontal-ad {
	/*border-top: 2px solid #4981B6;
	border-bottom: 2px solid #4981B6;*/
	padding: 10px 0;
}

.horizontal-ad img {
	max-width: 100%;
}

.horizontal-premium-ad {
	max-width: 728px;
	max-height: 90px;
	width: 100%;
	height: 100%;
	margin:0 auto 10px;
}

.horizontal-premium-ad > a {
	display: block;
}

.horizontal-premium-ad > a > img {
	width: 728px;
	height: 90px;
}

.horizontal-ad-premium > div {
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	max-width: 728px;
	height: 90px;
	margin: 0 auto 10px;
}

.horizontal-ad-premium > div > a {
	display: block;
}

.vertical-ad{
	border-top: 2px solid #4981B6;
	border-bottom: 2px solid #4981B6;
	padding: 10px 0;
	*max-width: 255px;
	width: 100%;
	*float: right;
}

.vertical-ad img {
	max-width: 100%;
}

/* User */

#user-register-form {
	display: none;
}

/* Client */

.client-header {
	position: relative;
	/*height: 400px;*/
}

.client-header-info {
	color: #fff;
	padding: 15px;
	/*height: 150px;*/
	width: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	/*position: absolute;
	bottom: 0;*/
	position: relative;
}

.client-header-info-name {
	font-size: 30px;
}

.client-header-info-phone {
	font-size: 17px;
	font-weight: bold;
}

.client-header-info-address {
	font-size: 12px;
}

.client-header-request-for-proposal{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#333333+0,333333+50,292929+50,292929+100 */
	background: #333333; /* Old browsers */
	background: -moz-linear-gradient(top,  #333333 0%, #333333 50%, #292929 50%, #292929 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #333333 0%,#333333 50%,#292929 50%,#292929 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #333333 0%,#333333 50%,#292929 50%,#292929 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#292929',GradientType=0 ); /* IE6-9 */
	padding: 0 10px 0 10px;
	font-size: 27px;
	max-width: 240px;
	width: 100%;
	color: white;
	-webkit-box-shadow: -1px 3px 7px 0px rgba(0,0,0,0.27);
	-moz-box-shadow: -1px 3px 7px 0px rgba(0,0,0,0.27);
	box-shadow: -1px 3px 7px 0px rgba(0,0,0,0.27);
}

.client-header-request-for-proposal-top{
	position: absolute;
	right: 15px;
	bottom: -30px;
}

.client-header-request-for-proposal a{
	text-decoration: none;
	color: white;
}

.client-header-request-for-proposal div{
	vertical-align: top;
	display: inline-block;
}

.client-header-request-for-proposal div:first-child{
	padding-right: 10px;
}

.client-info {
	padding: 30px 15px;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 20px;
}

.client-capacity {
	padding: 15px;
}

.client-capacity a {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

.client-extra {
	padding: 30px;
	color: #4d4d4d;
	margin-bottom: 50px;
	font-size: 16px;
}

.client-extra-title {
	color: #43a1dd;
	border-bottom: 1px solid #43a1dd;
	font-size: 24px;
	font-weight: lighter;
}

.client-emblem {
	position: absolute;
	top: 20px;
	right: 20px;
}

/* Search */

.search-options {
	padding: 20px;
	margin-bottom: 30px;
}

.search-options-title {
	font-size: 23px;
	font-weight: lighter;
	text-transform: uppercase;
	color: #fff;
}

.styled-btn {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #c9cacc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#c9cacc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#c9cacc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#c9cacc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#c9cacc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#c9cacc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c9cacc',GradientType=0 ); /* IE6-9 */
	color: #4981B6;
    border-radius: 4px;
    border: none;
    padding: 0 5px;
    margin-top: 7px;
}

.search-btn{
	border:0px!important;
	margin-top: 7px;
	display: block;
    padding: 3px 7px;
    font-weight: bold!important;
    border-radius: 7px;
    font-size: 17px;
    color: #4981b6!important;
    text-align: center;
    text-decoration: none!important;
    background: rgb(238,239,239);
    background: -moz-linear-gradient(top, rgb(238,239,239) 0%, rgb(238,239,239) 49%, rgb(238,239,239) 49%, rgb(184,185,186) 52%, rgb(184,185,186) 100%);
    background: -webkit-linear-gradient(top, rgb(238,239,239) 0%,rgb(238,239,239) 49%,rgb(238,239,239) 49%,rgb(184,185,186) 52%,rgb(184,185,186) 100%);
    background: linear-gradient(to bottom, rgb(238,239,239) 0%,rgb(238,239,239) 49%,rgb(238,239,239) 49%,rgb(184,185,186) 52%,rgb(184,185,186) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeefef', endColorstr='#b8b9ba',GradientType=0 );
}

.search-header {
	position: relative;
	height: 225px;
}

.search-header a, .search-info a {
	text-decoration: underline;
} 

.search-header-info {
	color: #fff;
	padding: 15px 15px;
	height: 100px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	bottom: 0;
}

.search-header-info-name {
	font-size: 23px;
}

.search-header-info .search-header-info-name a,
.search-header-info .search-email-btn {
	color: #fff;
}

.search-info {
	padding: 30px 15px;
	font-size: 14px;
	margin-bottom: 20px;
}

.search-contacts {
	color: #fff;
	text-transform: uppercase;
}

.search-info-name {
	font-weight: bold;
	text-transform: uppercase;
}

.search-emblem {
	position: absolute;
	top: 20px;
	right: 20px;
	height: 70px;
}

.search-email-btn {
	padding: 5px;
	border-radius: 0;
}

.premium-container, .bronze-container, .gold-container {
	color: #000;
}

.premium-container a {
	color: #fff;
}

.bronze-container a, .gold-container a {
	color: #000;
}

#registerBanner{
	text-align: center;
}

#registerBanner img{
	width:100%;
}

#plansWrapper{
	margin-top: 49px;
}

.plan{
	position: relative
}

.plan h3{
	text-transform: uppercase;
}

.planArrowWrapper{
	position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 9999;
}

.planName{
	padding:30px 25px 20px 20px;
	background-color:#323232;
}

.planName h3{
	text-decoration: underline;
	margin:0!important;
	font-size:24px!important;
	text-align: center;
}

.bronze .row .col-xs-12 .planName h3{
	color:#d4761c!important;	
}

.silver .row .col-xs-12 .planName h3{
	color:#999999!important;
}


.gold .row .col-xs-12 .planName h3{
	color:#92791c!important;
}

.premium .row .col-xs-12 .planName h3{
	color:#4981b6!important;
}

.planPrice{
	text-align: center;
	padding:5px;
}

.planPrice h3{
	color:white;
	margin:0!important;
	font-size: 18px;
}

.bronze .row .col-xs-12 .planPrice{
	background:#d4761c;
}

.silver .row .col-xs-12 .planPrice{
	background:#999999;
}

.gold .row .col-xs-12 .planPrice{
	background:#92791c;
}

.premium .row .col-xs-12 .planPrice{
	background:#4981b6;
}

#extras ul{
	margin:0;
	padding: 0px;
}

#extras ul li{
	list-style: none;
	font-size:17px;
	font-weight: 500;
	padding:7px 0px;
	color:#323232;

	text-transform: none;
}
#extras ul li::first-letter{
	text-transform: capitalize;
}

#extras ul li:not(:last-child){
	border-bottom:1px solid #cbcbcb;
}



.blue_title{
	color:#4981b6;
}

#signUpForm label, #signUpSecondForm label{
	color:#323232;
	font-size: 14px!important;
	text-transform: none;
}#signUpForm label::first-letter, #signUpSecondForm label::first-letter{
	text-transform: capitalize;
}

#signUpForm label input[type="radio"], #signUpSecondForm input[type='radio']{
	position: relative;
	top:2px;
	left:2px;
}


.search::-webkit-input-placeholder{
	color:white!important;
	text-transform: uppercase!important;
}

.search::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color:white!important;
  text-transform: uppercase!important;
}

.search:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:white!important;
   text-transform: uppercase!important;
}
.search:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color:white!important;
  text-transform: uppercase!important;
}

#companyInfoWrapper{
	display: none;
}

#signUpForm input[type="text"], #signUpForm textarea, #signUpForm input[type="email"], #signUpForm input[type="password"], #signUpForm input[type="number"], #signUpForm input[type="tel"], #signUpSecondForm input[type="text"], #signUpSecondForm textarea, #signUpSecondForm input[type="email"], #signUpSecondForm input[type="password"], #signUpSecondForm input[type="number"], #signUpSecondForm input[type="tel"]{
	border-radius:0px!important;
	border:none!important;
	box-shadow: none!important;
	background:#f2f2f2!important;
}

#signUpForm textarea, #signUpSecondForm textarea{
	height:71px;
}	

#signUpForm select, #signUpSecondForm select{
	appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
	color:#999999;
	font-size: 14px;
	background-image: url("../image/select_arrow_down.png"),  #c4c5c6;
    background-image: url("../image/select_arrow_down.png"),  -webkit-linear-gradient(#c4c5c6, #ffffff); /* For Safari 5.1 to 6.0 */
    background-image: url("../image/select_arrow_down.png"),  -o-linear-gradient(#c4c5c6, #ffffff); /* For Opera 11.1 to 12.0 */
    background-image: url("../image/select_arrow_down.png"),  -moz-linear-gradient(#c4c5c6, #ffffff); /* For Firefox 3.6 to 15 */
   	background-image: url("../image/select_arrow_down.png"),  linear-gradient(#c4c5c6, #ffffff); /* Standard syntax */
   	background-repeat: no-repeat;
   	background-position: center right;
}

#phone_number, #billing_phone_number {
    width: calc(100% - 85px);
    display: inline-block;
    vertical-align: top;
}

#phone_code, #billing_phone_code {
    width: 75px;
    display: inline-block;
    vertical-align: top;
    margin-right: 6px;
}



.select_wrapper{
	position: relative;
}

.big_select_arrow{
	position:absolute; 
	top:7px; 
	right:5px;
}

.small_select_arrow{
	position: absolute; 
	right: 20px; 
	top: 7px;
}

div.upload {
    width: 100%;
    max-width:91px;
    height: 23px;
    border-radius:4px;
    background:url(../image/upload.png) no-repeat;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

div.upload img{
	position: absolute;
	right: 2px;
    top: 2px;
    cursor: pointer;
}

div.upload input {
    display: block !important;
    width: 157px !important;
    height: 57px !important;
    opacity: 0 !important;
    overflow: hidden !important;
    cursor: pointer;
}

#embedVideo{
	height:23px;
	color:#999999;
}

#companyInfoWrapper{
	display: none;
}

#register_in_other_country{
	text-decoration: underline;
	text-align: center;
	color:#4981b6!important;
	font-size: 20px!important;
}

.resumeTableWrapper{
	border-bottom:2px solid #4981b6;
	border-top:2px solid #4981b6;
	padding:15px 0px;
}

#signUpForm .error, #signUpSecondForm .error{
	color:red;
	font-size: 12px!important;
}

.innerPageTitleWrapper{
	margin-bottom:10px;
}

.innerPageTitle{
	text-transform:uppercase;
	font-size:48px;
	margin-top:15px;
}

.magazine{
	margin-top: 10px;
}

.magazine img{
	max-width: 100%;
    max-height: 300px;
}

#magazines_wrapper{
	margin-top:40px;
}

#contactWrapper{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#003f70+0,1685d7+100 */
	background: rgb(0,63,112); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(0,63,112) 0%, rgb(22,133,215) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgb(0,63,112) 0%,rgb(22,133,215) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgb(0,63,112) 0%,rgb(22,133,215) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003f70', endColorstr='#1685d7',GradientType=0 ); /* IE6-9 */
	border-radius:7px;
	padding:30px;
}


#contactWrapper h2{
	font-size:40px!important;
	margin:0px!important;
	color:white;
}

.datepicker{
	background: #ffffff url(../image/datepicker.png) no-repeat 8px center;
	padding-left:40px;
}

#contactForm .error{
	color:red;
	text-transform: none!important;
	font-size: 12px;
}

#banner_error{
	color:red;
	font-size:12px;
}

#usernError{
	display: none;
	color:red!important;
}

#usernPositive{
	display: none;
	color:green!important;
}

#search_header_gradient{
	padding:35px 15px 15px 15px;
	position:relative;	
}

#search_gl_btn{
	display: block;
	padding:3px 7px;
	max-width:150px;
	font-size: 17px;
	font-weight: bold!important;
	border-radius:7px;
	text-align: center;
	color:#4981b6!important;
	text-decoration: none!important;
	position: absolute;
	right:15px;
	bottom:15px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeefef+0,eeefef+49,eeefef+49,b8b9ba+52,b8b9ba+100 */
	background: rgb(238,239,239); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(238,239,239) 0%, rgb(238,239,239) 49%, rgb(238,239,239) 49%, rgb(184,185,186) 52%, rgb(184,185,186) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgb(238,239,239) 0%,rgb(238,239,239) 49%,rgb(238,239,239) 49%,rgb(184,185,186) 52%,rgb(184,185,186) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgb(238,239,239) 0%,rgb(238,239,239) 49%,rgb(238,239,239) 49%,rgb(184,185,186) 52%,rgb(184,185,186) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeefef', endColorstr='#b8b9ba',GradientType=0 ); /* IE6-9 */
}

#search_options_links_wrapper{
	background-color:#323232;
}

#search_options_links{
	padding:0;
	margin:0;
	list-style: none;
}

#search_options_links li{
	display: inline-block;
}

#search_options_links li a{
	color:#999999!important;
	font-size:14px;
	font-weight: bold;
	padding: 10px 22px 10px 8px;
	display: block;
	border-right:1px solid #7f7f7f;
}

#search_options_links li a:hover{
	color:white!important;
	text-decoration: underline!important;
}

.search_option_select{
	border-radius: 0px!important;
	border:1px solid #b0b2b3!important;
	appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    background-image: url(../image/select_so_arrow_down.png)!important;
    background-repeat: no-repeat;
    background-position: right center;
    background-size:34px 34px;
    padding-right:38px;
}

.blue_text_underline{
	color:#4981b6;
	font-size: 24px;
	text-decoration: underline;
}

.showing_text{
	font-size: 14px;
    color: #323232;
    font-weight: 600;
}

.nextPageBtn{
	color:#000000!important;
	font-size:14px!important;
	font-weight: bold;
	text-decoration: none!important;
	text-transform: uppercase;
}

.get_listed{
	text-decoration:none!important;
	display: block;
	padding: 3px 7px;
	max-width: 150px;
	font-size: 17px;
	border-radius: 7px;
	color:#fff!important;
	text-align: center;
	float: right;
}

.hide_desktop{
	display: none;
}

.listItemImgWrapper{
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	height: 240px;
    overflow: hidden;
}

.listItemImgWrapper img{
	width:100%;
}

.topListItemWrapper{
	height: 11px;
}

.bottomListItemWrapper{
	padding:20px 15px 25px 15px;
	min-height: 180px;
}

.bottomListItemWrapper h3{
	margin:0;
	margin-bottom: 10px;
	color:white;
	text-transform: uppercase;
	font-size: 18px;
}

.bottomListItemWrapper p{
	color:#323232;
	font-size:16px;
}

.premiumGradient{	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1fbaff+0,004a7f+100 */
	background: rgb(31,186,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(31,186,255) 0%, rgb(0,74,127) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgb(31,186,255) 0%,rgb(0,74,127) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgb(31,186,255) 0%,rgb(0,74,127) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1fbaff', endColorstr='#004a7f',GradientType=0 ); /* IE6-9 */
	color: white;
}

.goldGradient{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d6d4b7+0,a7964d+100 */
	background: rgb(214,212,183); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(214,212,183) 0%, rgb(167,150,77) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgb(214,212,183) 0%,rgb(167,150,77) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgb(214,212,183) 0%,rgb(167,150,77) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d4b7', endColorstr='#a7964d',GradientType=0 ); /* IE6-9 */
}

.silverGradient{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f4f4+0,d4d4d6+100 */
	background: #f4f4f4; /* Old browsers */
	background: -moz-linear-gradient(top,  #f4f4f4 0%, #999999 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f4f4f4 0%,#999999 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f4f4f4 0%,#999999 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
}

.bronzeGradient{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,dfdfe1+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #d4761c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#d4761c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#d4761c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d4761c',GradientType=0 ); /* IE6-9 */s
}

.listItemImgWrapperWrapper{
	position: relative;	
}

.listItemImgContentWrapper{
	position: absolute;
	left:0;
	right:0;
	bottom:0;
	padding-left: 15px;
    padding-right: 15px;
}

.listItemEmail{
	padding:2px 7px;
	text-decoration: none!important;
	color:white!important;
	max-width: 115px;
	display: block;
    float: right;
}

.listItemEmailWrapper{
	text-align:right; 
	display:block; 
	float:left;
	width:100%;
}	

.search_site_logo{
	width:100%;
	padding:18px 0px 13px 0px;
}

.src_sidebar_btn{
	background:none;
	color:#4981b6!important;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ececed+0,ececed+50,b0b2b3+51,b0b2b3+100 */
	background: rgb(236,236,237)!important; /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(236,236,237) 0%, rgb(236,236,237) 50%, rgb(176,178,179) 51%, rgb(176,178,179) 100%)!important; /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgb(236,236,237) 0%,rgb(236,236,237) 50%,rgb(176,178,179) 51%,rgb(176,178,179) 100%)!important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgb(236,236,237) 0%,rgb(236,236,237) 50%,rgb(176,178,179) 51%,rgb(176,178,179) 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececed', endColorstr='#b0b2b3',GradientType=0 )!important; /* IE6-9 */
	text-shadow:none;
	font-size:12px;
	padding: 6px;
}

#sidebar_form{
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	padding:14px 0px!important;
}

.sidebar_src_btn{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ececed+0,ececed+50,b0b2b3+51,b0b2b3+100 */
	background: rgb(236,236,237)!important; /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(236,236,237) 0%, rgb(236,236,237) 50%, rgb(176,178,179) 51%, rgb(176,178,179) 100%)!important; /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgb(236,236,237) 0%,rgb(236,236,237) 50%,rgb(176,178,179) 51%,rgb(176,178,179) 100%)!important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgb(236,236,237) 0%,rgb(236,236,237) 50%,rgb(176,178,179) 51%,rgb(176,178,179) 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececed', endColorstr='#b0b2b3',GradientType=0 )!important; /* IE6-9 */
	text-shadow:none!important;
	width: 95px; 
	text-align: right;

}

.header-newsletter{
	position: relative;
	overflow: hidden;
	top:3px;
}

.arrow-left {
	position: absolute;
	top: 1px;
    bottom: 1px;
    left: 1px;
}

.arrow-left img{
	height:100%;
}

.header-list-items-wrapper{
	list-style: none;
	margin:0;
	padding:0;
	text-align: right;
	display: table;
	float: right;
	border:1px solid #c5c6c8;
	border-radius: 10px;
}

.header-list-items-wrapper li{
	display: inline-block;
	margin:0;
	font-size: 13px;
}

.header-list-items-wrapper li:not(:first-child){
	background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #c5c6c8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#c5c6c8));
    background: -webkit-linear-gradient(top, #ffffff 0%,#c5c6c8 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#c5c6c8 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#c5c6c8 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#c5c6c8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c5c6c8',GradientType=0 );
}

.header-list-items-wrapper li:first-child{
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1fbaff+0,03568d+100 */
	background: rgb(31,186,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(31,186,255) 0%, rgb(3,86,141) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgb(31,186,255) 0%,rgb(3,86,141) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgb(31,186,255) 0%,rgb(3,86,141) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1fbaff', endColorstr='#03568d',GradientType=0 ); /* IE6-9 */
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding:5px;
    position: relative;
}

.header-list-items-wrapper li:first-child img{
	height: 100%;
	position: absolute;
	top:0;
	right: -27px;
}

.header-list-items-wrapper li:last-child{
	border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.header-list-items-wrapper li{
	border-right: 1px solid #b2b2b2;
}

.header-list-items-wrapper li:nth-child(2) a{
	padding:5px 5px 5px 34px;
}

.header-list-items-wrapper li a{
	padding:5px;
	display: block;
}

.header_newsletter_btn{
	padding: 2px 10px 2px 50px;
	border-radius:0px;
	border:1px solid #ffffff;
	color:#fff!important;
}

#client_extras{
	padding-top: 5px;
	padding-bottom: 5px;
}

#client_extras a{
	color:white!important;
}

#client_extras a:not(:last-child){
	border-right: 1px solid white;
	padding-right: 5px;
}

#gallery_wrapper{
	display: table;
	background-color:#4981b6;
	margin-bottom:10px;
}

#home_page_gallery_list{
	padding-left:0px!important;
}

#home_page_gallery_images{
	padding-right:0px!important;
}

#home_page_gallery_list ul{
	padding:0 15px;
	margin:0;
	list-style: none;
}

#home_page_gallery_list ul li{
	color:white;
	font-size:16px;
	padding:15px 0;
}

#home_page_gallery_list ul li a{
	color:white!important;
}

#home_page_gallery_list ul li:not(:last-child){
	border-bottom:1px solid white;
}

#homepage_radas_list{
	margin:0;
	padding: 0;
	list-style: none;
}

#homepage_radas_list li:not(:last-child){
	border-bottom:1px solid #4981B6;
}

#homepage_radas_list li a{
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #4981B6;
}

#homepage_radas_list li:not(:first-child){
	padding:15px 0 5px 0;
}

#homepage_radas_list li:first-child{
	padding:0 0 5px 0;
}

#newsByCountryBtn{
    background: #4981b6!important;
    border-radius: 20px!important;
    color: #fff!important;
    font-size: 14px!important;
    padding: 0;
    padding-left: 13px;
    height: 24px;
    text-align: left;
    text-transform: uppercase;
    font-family: inherit!important;
    font-weight: 400;
    position: relative;
    border: 1px solid #ccc;
    line-height: 24px;
    text-shadow: none!important;
}

.view_more{
	text-decoration: none!important;
	color:white!important;
}

#destionatios_kind_menu{
	margin: 0;
	padding:0;
	list-style: none;
	width: 100%;
	background: #1aa8eb !important;
    background: -moz-linear-gradient(top, #1aa8eb 0%, #026c9f 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1aa8eb), color-stop(100%,#026c9f)) !important;
    background: -webkit-linear-gradient(top, #1aa8eb 0%,#026c9f 100%) !important;
    background: -o-linear-gradient(top, #1aa8eb 0%,#026c9f 100%) !important;
    background: -ms-linear-gradient(top, #1aa8eb 0%,#026c9f 100%) !important;
    background: linear-gradient(to bottom, #1aa8eb 0%,#026c9f 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aa8eb', endColorstr='#026c9f',GradientType=0 ) !important;
}

#destionatios_kind_menu li{
	display: inline-block;
	padding:5px 10px;
	border-right: 1px solid white;
}

#destionatios_kind_menu li a{
	color:white!important;
	font-size: 18px;
	font-weight: 500;
}

#destionation_search_wrapper{
	margin-top:15px;
}

#destionation_search_wrapper h3{
	margin:0;
}

#destionation_search_wrapper select{
	border-radius: 0px;
	background-image: url(../image/select_so_arrow_down.png);
	background-repeat: no-repeat;
	background-position: right center;
	appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    padding-right:45px;
}

#destination_list_wrapper{
	background-color:#f2f2f2;
	padding:20px 15px;
	margin-top:35px;
}

.destination_row .destination_row_left .row .col-xs-8 a{
	color:#4981b6!important;
	font-size: 22px!important;
	text-decoration: underline;
}

.destination_row .destination_row_left .col-xs-8 p{
	color:#323232;
	font-size: 18px;
}

.destination_row .destination_row_right a{
	display: block;
	font-size: 24px;
	color:#4981b6!important;
	text-decoration: underline;
}

.destination_row .destination_row_image img{
	width: 100%;
}

.destination_separator{
	width: 100%;
	height:1px;
	background-color:#4981b6;
	float: left;
	margin:15px 0;
}

.destinations_suppliers, .destinations_news{
	display: none;
}

#suppliers_list li{ 
	position: relative;
}

#suppliers_list li .delete{
	position: absolute;
    right: 5px;
    top: 13px;
    color: red;
    cursor: pointer;
}

#locations_list li{ 
	position: relative;
}

#locations_list li .delete{
	position: absolute;
    right: 5px;
    top: 13px;
    color: red;
    cursor: pointer;
}

#embedVideosUl li, #embedVideosUl_int li{ 
	position: relative;
}

#embedVideosUl li .delete, #embedVideosUl_int li .delete{
	position: absolute;
    right: 5px;
    top: 13px;
    color: red;
    cursor: pointer;
}

#add_supplier_wrapper{
	display: none;
}

.supplier_extra{
	display: none;
}

.destination-top-title{
	color: #4981B6;
	font-size: 18.03px;
	font-weight: bold;
	padding-left: 15px;
	text-transform: uppercase;
}

#destination-videos-carousel{
	display: none;
}

.light-grey-background{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,dfe0e1+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #dfe0e1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#dfe0e1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#dfe0e1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfe0e1',GradientType=0 ); /* IE6-9 */
}

.destination-download-pdf{
	text-align: center;
	background: #E5E5E5;
	max-width: 146px;
	margin: auto;
	border-radius: 10px;
	padding: 20px 15px;
	position: relative;
	top: -50px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.6);
}

.destination-download-pdf-title{
	color: #4c4c4c;
	font-size: 23px;
	font-weight: 400;
}

.destination-download-pdf a{
	text-decoration: none;
}

.destination-text-bg{
	min-height: 200px;
	padding: 15px;
}

.destination-text-wrapper{
	margin-bottom: 20px;
}

.destination-text-title{
	font-size: 24px;
	color: #43A1DD;
	font-weight: 400;
	border-bottom: 1px solid #43A1DD;
	margin-bottom: 20px;
}

.destination-text{
	color: #4C4C4C;
	font-size: 16px;
	font-weight: 400;
}

.icca-ranking{
	background: url("../image/icca_ball.png") no-repeat;
	width: 100%;
	max-width: 217px;
	min-height: 213px;
	margin: 35px auto;
	text-align: center;
	padding: 35px 50px;
}

.icca-ranking-medium-text{
	color: #4C4C4C;
	font-size: 19.1px;
	font-weight: bold;
}

.icca-ranking-big-text{
	color: #4C4C4C;
	font-size: 70.16px;
	font-weight: 300;
	line-height: 1;
}

.destination-awards-title{
	color: white;
	font-size: 18.03px;
	font-weight: bold;
	padding: 15px;
}

.destination-awards{
	border-bottom: 1px solid #4981B6;
}

.destination-award{
	padding: 15px;
	color: #43A1DD;
	font-size: 18px;
	font-weight: bold;
}

.client-sidebar-block{
	float: right;
	width: 100%;
	max-width: 255px;
}

.col-sm-3 .client-sidebar-block:first-child{
	margin-bottom: 20px;
}

.last-client-sidebar-block{
	border-bottom: 2px solid #4981B6;
}

.client-sidebar-block:not(:first-child){
	margin-bottom: 10px;
}

.capacity-chart-download{
	display: block;
	width: 100%;
	color: #4981B6!important;
	padding: 15px;
	border-radius: 15px;
	text-decoration: none!important;
	display: table;
}

.capacity-chart-download div{
	display: table-cell;
	vertical-align: middle;

}

.capacity-chart-download div:last-child{
	text-align: right;
}

.capacity-chart-download div h3{
	font-size: 22px;
	margin: 0;
} 

.capacity-chart-download div span{
	font-size: 16px;
}

.client-sidebar-block-title{
	padding: 15px;
}

.client-sidebar-block-title h2{
	font-size: 18px;
	color: white;
	margin: 0;
	text-transform: uppercase;
}

.client-sidebar-block-text{
	padding: 15px;
    color: #43A1DD;
    font-weight: 500;
    font-size: 18px;
}

.client-sidebar-bottom-form-wrapper{
	float: right;
	width: 100%;
	max-width: 255px;
	padding: 15px;
	color: white;
}

.client-sidebar-bottom-form-wrapper h2{
	font-size: 18px;
	margin: 0;
}

#client-sidebar-bottom-form{
	margin-top: 10px;
	display: table;
	width: 100%;
}

#client-sidebar-bottom-form div{
	display: table-cell;
}

#client-sidebar-bottom-form div:first-child{
	padding-right: 5px;
}

#client-sidebar-bottom-form div input[type='text']{
	border: none;
	padding-left: 5px;
	max-width: 196px;
	width: 100%;
	color: #999999;
}	

.client-view{
	margin-bottom: 115px;
}


.client-view-bottom-buttons{
	margin-top: 120px;
	display: table;
	width: 100%;
}

.client-view-bottom-buttons div{
	display: inline-block;
}

.client-view-bottom-buttons div:first-child{
	width: 75%;
}

.client-view-bottom-buttons div:last-child{
	width: 25%;
}

.client-view-bottom-buttons div:first-child a:first-child{
	font-size: 36px;
	color: #4981B6;
	text-decoration: underline;
}

.client-view-bottom-buttons div:first-child a:last-child{
	font-size: 14px;
	color: black;
	text-decoration: none;
	padding-left: 10px;
	font-weight: 500;
}

.client-view-bottom-buttons div:last-child a{
	text-align: center;
	display: block;
	padding: 5px 0;
	max-width: 160px;
	width: 100%;
	border-radius: 10px;
}

button[name="submit_newsletter"], .submit_request_for_information{
	background: none;
	border: none;
}

.client-header-extra-btn {
	margin-top: 10px;
}

#award-inputs-wrapper{
	display: table;
	width: 100%;
}

.award-input-wrapper{
	display: inline-block;
	margin: 0 10px 0 0;
}

#testimonial, .testimonial-text {
	display: inline-block;
	width: calc(100% - 150px);
	height: 100px !important;
	vertical-align: top;
	margin-right: 10px;
}

#award-inputs-wrapper .award-input-wrapper:not(:last-child){
	width: 100%;
}	

#award-inputs-wrapper .award-input-wrapper:last-child{
	width: 100%;
}


.client-awards-section div:not(:last-child){
	margin-bottom: 10px;
}

.client-award{
	text-transform: uppercase;
	font-weight: bold;
}

.client-award p{
	margin: 0;
}


.rfp_top_section{
	padding: 15px;
	margin-bottom: 10px;
}

.rfp_top_section_inner{
	border-bottom: 1px solid #43a1dd;
}

.rfp_title{
	color: #43a1dd;
    font-size: 24px;
    font-weight: lighter;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

.request-form-proposal-form-section{
	padding: 15px;
}

.request-form-proposal-form-section b{
	color: #43a1dd;
	font-size: 18px;
	display: block;
	margin-bottom: 10px;
}

.request-form-proposal-form-section input, .request-form-proposal-form-section textarea{
	border-radius: 0;
}

.request-form-proposal-form-section textarea{
	height: 200px;
	margin-top: 15px;
}

.submit_button{
	margin-top: 20px;
	border: none;
	color: white!important;
	font-weight: 600;
	padding: 5px 50px 5px 5px;
	text-transform: uppercase;
	font-size: 16px;
	background: #333333;
    background: -moz-linear-gradient(top, #333333 0%, #333333 50%, #292929 50%, #292929 100%);
    background: -webkit-linear-gradient(top, #333333 0%,#333333 50%,#292929 50%,#292929 100%);
    background: linear-gradient(to bottom, #333333 0%,#333333 50%,#292929 50%,#292929 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#292929',GradientType=0 );
	-webkit-box-shadow: 4px 3px 7px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 4px 3px 7px 0px rgba(0,0,0,0.45);
	box-shadow: 4px 3px 7px 0px rgba(0,0,0,0.45);
	position: relative;
	text-decoration: none!important;
}

.submit_button img{
	position: absolute;
    top: 50%;
    right: 5px;
    width: 20px;
    transform: translateY(-50%);
}

.relatives-success-section{
	padding: 25px 5px;
}

.relatives-success-section h4{
	color: #43a1dd;
	font-weight: 300;
	font-size: 20px;
	margin: 0;
}

.relatives-list-title{
	padding: 25px 5px;
}


.relatives-list-title h3{
	color: #43a1dd;
	font-weight: 600;
	margin: 0;
}

.relative-name{
	color: #43a1dd;
	font-weight: 600;
	margin: 10px 0 5px 0;
	display: block;
	font-size: 20px;
}

.relative-overview a{
	text-decoration: underline;
	color: #43a1dd;
	font-weight: 600;
}

.relatives-form input, .relatives-form textarea{
	border-radius: 0;
}

.payment_method{
	font-size: 16px;
	font-weight: 600;
}

#paypal-form{
	display: none;
}

#user-parent-tabs .active{
	background-color: #e0e0e0;
    background-position: 0 -15px;
    border-color: #8c8c8c;
}

.user-media-wrapper{
	margin-bottom: 20px;
}

.user-media-inner{
	padding: 15px;
	background-color: white;
	border: 1px solid #ebebeb;
	border-radius: 7px;
	margin: auto;
}

.user-media-inner-media-wrapper{
	text-align: center;
	display: table;
    margin: auto;
}

.user-media-inner-media-wrapper img{
	max-height: 300px;
	height: 100%;
}

.media-iframe{
	width: 100%;
	height: 300px;
}


.media-list-options{
	padding: 5px 0 0 0;
	text-align: right;
}

.media-list-options a{
	padding: 3px;
}

.user-media-modal-photo{
	width: 100%;
}

button[name='submit_photo']{
	display: none;
}

.list-options{
	position: absolute;
	right: 15px;
	top: 10px;
}

.list-options a{
	text-decoration: none;
}

.list-options button{
	background: none;
	border: none;	
}

#edit-service-wrapper{
	border-radius: 4px;
	border: 1px solid #aaaaaa;
	display: table;
	width: 100%;
	padding: 15px;
	margin-bottom: 10px;
}

.service-edit-two-cols-wrapper{
	display: table;
	width: 100%;
}

.service-edit-two-cols-wrapper div{
	display: table-cell;

}

.service-edit-two-cols-wrapper div:not(:last-child){
	width: 45%;
}

.service-edit-two-cols-wrapper div:first-child{
	padding-right: 5px;
}

.service-edit-two-cols-wrapper div:last-child{
	padding-left: 5px;
}

.addToTestimonialsList{
	font-weight: bold;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    width: 100%;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
}

button[name='update_photo']{
	display: inline-block;
}

button[name='update_video']{
	display: inline-block;
}

#search-pagination-wrapper{
	text-align: center;
}

.article-photo{
	max-height: 95px;
	overflow: hidden;
}

#sidebar_form form .form-group:nth-last-child(-n+3){
	display: none;
}

#header-social-media-icons a{
	color: white;
}

#news-country-dropdown{
	margin-top:40px!important;
}

#directorySearchWrapper{
	position: relative;
}

#directorySearchWrapper button{ 
	position: absolute;
	right: 5px;
	top: 5px;
	background: none;
	border: none;
}

#directorySearchResult{
	display: block;
    padding: 5px;
}

.homepage-event{
	margin-bottom: 10px;
	padding-bottom: 10px;
    display: block;
    border-bottom: 2px solid #4981B6;
}

.article-carousel .carousel-inner .item{
	max-height: inherit;
}

.destination-adds{
	margin-top: 20px;
}

.destination-adds p:first-child{
	border-top: 2px solid #4981B6;
	padding-top: 5px;
}

.destination-adds p{
	border-bottom: 2px solid #4981B6;
	padding-bottom: 5px;
	display: block;
}

.pagination li:not(.page-item){
	display: none;
}

.bronze_plan{
	background:rgba(0,0,0,0.5);
}

.list_plan_box{
	 padding:15px 15px 10px 15px; 
	 min-height: 100%; 
	 float:left; 
	 width:100%;
}

.list_plan_box a h3{
	margin:0px; 
	color:white; 
	text-decoration:underline;
}

#burger{
	background: white;
	margin-right: 0;
}

#burger .icon-bar{
	background: black;
}

#site-list-main{
	padding-right:0;
	margin-top: 10px;
}

.clients-company-list-title{
	color:white; 
	text-decoration:underline!important; 
	font-size:12px;
}

.relative{
	min-height: 420px;
}

#dropdown-menu{
	display: none;
}

.site-list-mobile{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

.site-list-mobile li {
	display: block;
}

.site-list-mobile li a{
	color: white!important;
}

#awardsList li, #awardsList_int li{
	position: relative;
}

#awardsList li span, #awardsList_int li span{
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	color: red;
	cursor: pointer;
}

#testimonialsList li , #testimonialsList_int li{
	position: relative;
}

#testimonialsList li span, #testimonialsList_int li span{
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	color: red;
	cursor: pointer;
}

#news-list{
	display: table;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 40px;
}

#news-list li{
	display: block;
	width: 100%;
	list-style: none;
	padding: 10px 0;
	border-top: 2px solid #4981B6;
}

#news-list li:last-child{
	border-bottom: 2px solid #4981B6;
}  

#news-list li span{
	font-size: 16px;
	font-weight: bold;
    color: #4981B6;
}

#news-list li h3{
	color: #7F7F7F;
	margin: 0;
}

#news-list li p{
	font-size: 14px;
}

#news-list li a{
	text-decoration: none!important;
}

#news-page-list{
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 10px;
}

#news-page-list li{
	display: inline-block;
	margin-right: 5px;
}

.news-page-list-btn a{
	color: white!important;
	text-decoration: none;
}

.news-page-list-btn{
	padding: 1px 4px;
	text-transform: uppercase;
	font-size: 20px;
}

.news-page-list-page-text{
	color: #7F7F7F;
    font-weight: bold;
    font-size: 18px;
}

#open-newsletter-form{
	padding: 6px 6px;
}

.addthis_inline_share_toolbox{
	/*position: absolute;*/ 
	top: 0; 
	right: 0;
}

@media screen and (max-width: 991px){
	.icca-ranking{
		padding: 25px 50px;
		background-size: 100%;
	}

	.header-list-items-wrapper li{
		font-size: 9px;
	}

	.icca-ranking-big-text{
		font-size: 30.16px;
	}

	.destination-download-pdf{
		top: 10px;
	}

	.header-list-items-wrapper li:first-child img{
		right: -24px!important;
	}

	.site-list a{
		font-size: 10px;
	}

	.arrow-left {
	    top: 0;
	    bottom: 0;
	    left: 1px;
	}

	.header_newsletter_btn{
		padding: 0 10px 0 50px;
	}

	.header-newsletter{
		top:5px;
	}

	.header-list-items-wrapper{
		margin: 5px 0 0 0;
	}
}

@media screen and (max-width: 761px){
	.icca-ranking-big-text{
		font-size: 80px;
	}

	#home_page_gallery_images{
		padding-right:15px!important;
	}

	#home_page_gallery_list ul {
	    padding: 0 15px 0 30px;
	}

	.header-newsletter{
    	display: table;
    	float: right;
	}

	.site-list a{
		font-size: 14px;
	}

	.header_newsletter_btn{
		padding: 0 10px 0 29px;
	}

	#news-country-dropdown{
		margin-top:7px!important;
	}

	.addthis_inline_share_toolbox{
		position: static;
	}
}

#overview .destaque, #overview_en .destaque, #special_offers .destaque, #award-inputs-wrapper .destaque, #testimonials .destaque {
	width: 100%;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75) !important;
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75) !important;
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75) !important;
	color: #fff !important;
    background-color: #4981B6 !important;
}

.box-shadow, #embedVideo, #embedVideo_int {
	-webkit-box-shadow: 0px 0px 10px 1px rgba(73,129,182,0.75) !important;
	-moz-box-shadow: 0px 0px 10px 1px rgba(73,129,182,0.75) !important;
	box-shadow: 0px 0px 10px 1px rgba(73,129,182,0.75) !important;
}

#embedVideo, #embedVideo_int {
	background-color: #4981B6 !important;
}

.destaque::-webkit-input-placeholder {
	color:white!important;
}

.destaque::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color:white!important;
}

.destaque:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:white!important;
}
.destaque:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color:white!important;
}