@font-face { 
	font-family: "Aleo-Italic"; 
	src: url("../fonts/Aleo-Italic/Aleo-Italic.otf"); 
}
@font-face { 
	font-family: "Aleo-light"; 
	src: url("../fonts/Aleo-light/Aleo-Light.otf"); 
}
@font-face { 
	font-family: "Aleo-regular"; 
	src: url("../fonts/Aleo-regular/Aleo-Regular.otf"); 
}
@font-face { 
	font-family: "Aliquam_ul"; 
	src: url("../fonts/Aliquam_ul/Aliquam.ttf"); 
}

*{margin: 0; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.left{ float: left;}
.right{ float: right;}
.clear:after { content: ""; display: block; clear: both; }
ul li{ list-style: none;}
.mainmenu li:hover {
	background: rgb(236,241,247);
}
.mainmenu > li:first-child {
	height: 0px;
}

/*__________FOR_ALL_____________*/
.containerCommon{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
}
.paddingNot{
	padding: 0;
}

/*__________ABOUT_______________*/

.image_container{
	background: url(../images/about_content1.png) center 0 no-repeat;
	background-size:1100px;
	
}
.main_content{
	width: 100%;
	background:rgba(235,241,246,.8);
}
.conteiner{
	width: 100%;
	max-width: 1000px;
	margin:0 auto;
	padding:150px 15px 70px 15px;
}
.about_us {
	text-align:justify;
	color:#39434a;
	padding-left:80px;
	padding-right:100px;
	
}
.about_us  p{
	padding:10px 0;
	font-family: "Aleo-light"; 
	font-size:15px;
}

.tittle_about{
	font-size:60px;
	font-family: "Aliquam_ul"; 
	padding: 20px 100px 20px 0;
	text-align:center;
	color:#39434a;
	font-weight:lighter;
	display: block;
}
.bold_text{
	font-weight:bold;
	font-family: "Aleo-regular"; 
}
.italic_text{
	font-family: "Aleo-Italic" !important ; 
}
.social2{
	margin:85px auto 0 auto;
	width:200px;
}
.social2 a{
	margin:0 10px;
}
.faceboock{
	height:30px;
	width:30px;
	background: url(../images/social_nav.png) no-repeat;
	display:block;
	background-position:0 0;
	float:left;
}
.icons2{
	height:30px;
	width:30px;
	background: url(../images/social_nav.png) no-repeat;
	display:block;
	background-position:-43px 0;
	float:left;
}
.google {
	height:30px;
	width:30px;
	background: url(../images/social_nav.png) no-repeat;
	display:block;
	background-position:-88px 0;
	float:left;
}
.twitter{
	height:30px;
	width:30px;
	background: url(../images/social_nav.png) no-repeat;
	display:block;
	background-position:-138px 0;
	float:left;
}
.instagram{
	height:30px;
	width:30px;
	background: url(../images/social_nav.png) no-repeat;
	display:block;
	background-position:-187px 0;
	float:left;
}
.shot{
	height:30px;
	width:30px;
	background: url(../images/social_nav.png) no-repeat;
	display:block;
	background-position:-230px 0;
	float:left;
}
.stevnyman {
	margin-top:30px;
	text-align:center;
		
}.stevnyman a{
	font-family: "Aleo-light"; 
	font-size:20px;
	color:#39434a;
		
}
/*__________CONTACT_______________*/

.contact_image{
	background: url(../images/contact_content2.png) 0 0  no-repeat;
	background-size:1100px;
}
.more_inform{
    font-family: "Aleo-light"; 
	font-size:16px;
	text-align:center;
	color:#39434a;
}
.tittle_contact{
	padding-right:0;
}
.contact_form{
	width:53%;
	background-color:#a3aeb6;
	margin:95px auto 0 auto;
	padding:25px 0 50px 0;
	text-align: center;
}

.contact_form p{
	padding:20px 0 12px 0;
	font-size:20px;
	color:#39434a;
	font-family: "Aleo-light"; 
	text-align:center;
}
.text_form{
	font-size:24px;
	color:#39434a;
	font-family: "Aleo-light"; 
	width:70%;
	height:45px;
	outline:none;
	padding-left: 10px;
}
.send_form{
	display:block;
	margin:0 auto;
	font-size:24px;
	color:#39434a;
	font-family: "Aleo-light"; 
	text-align:center;
	width:300px;
	background-color:#eff4f8;
	padding:15px 0;
	border:none;
	outline:none;
}
#custom_select{ 
	margin:40px auto 50px auto;
	width: 70%; 
	text-align: center; 
	position: relative; 
	font-size:24px;
	color:#39434a;
	font-family: "Aleo-light";  
} 

#current_option{ 
	background: #fff; 
	width: 100%; 
	padding: 0px 25px; 
	overflow: hidden; 
	cursor: pointer; 
	text-align: left; 
	font-size: 24px; 
} 
#current_option span{ 
	padding-top:6px;
	display:inline-block;
} 

#current_option b{ 
	height: 45px; 
	width: 40px; 
	float: right; 
	margin-right:-20px; 
} 

#current_option b img{ 
	width: 45px; 
	height: 45px; 
} 
#custom_options{ 
	display: none; 
	text-align: left; 
	width: 100%; 
	padding: 0; 
	background: #eff4f8;
	z-index: 999; 
	position: absolute; 
	max-height: 127px; 
} 

#custom_options li{ 
	list-style: none; 
	padding: 0; 
	width: 100%; 
	height: 40px; 
	padding-left: 25px; 
	margin-top:3px;
	background:#fff;
} 

#custom_options li:hover{ 
	cursor: pointer; 
}
/*_____________NEWS_________________*/

.container-news{
	background-color: #39434a;
	width: 100%;
	min-height: 150px;
	text-align: center;
	margin-bottom: 40px;
}
.container{
	width: 100%;
	max-width: 1007px;
	margin: 0 auto;
	padding: 0px;
}
.container .b_title{
	font-size: 60px;
	text-transform: uppercase;
	font-family: "Aliquam_ul"; 
	color: #fff;
	font-weight: 400;
	padding: 70px 120px 70px 120px;
}
.img-post{
	padding-bottom: 20px;
}
.img-post img{
	width: 100%;
}
.post-this{
	margin-top: 20px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 30px;
	margin-bottom: 35px;
}
.date-post{
	width: 6%;
	text-transform: uppercase;
	font-family: "Aliquam_ul"; 
	text-align: center;
}
.date-post1{
	font-size: 60px;
}
.date-post2{
	font-size: 28px;
}
.date-post3{
	font-size: 18px;
}
.preview-post{
	width: 87%;
	margin-left: 7%;
}
.preview-post a{
	font-family: "Aleo-light";
	font-size: 16px;
	line-height: 27px;
	color: #1a4f76;
	text-decoration: none;
}
.preview-post a:hover{
	text-decoration: underline;
}
.title-post{
	text-transform: uppercase;
	font-family: "Aliquam_ul";
	font-size: 60px;
}
.text-post{
	font-family: "Aleo-light";
	font-size: 18px;
	line-height: 25px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: justify;
}
.social-link{
	text-align: right;
	margin-top: 10px;
}
.social-link a{
	display: inline-block;
	border-radius: 50%;
	color: #fff;
	padding: 5px;
	width: 25px;
	height: 25px;
	text-align: center;
	margin-left: 25px;
}
.f-pint{
	background: #ec4040;
}
.f-tw{
	background: #0c80d2;
}
.f-ins{
	background: #39434a;
}
.pagination-blog{
	padding: 30px 0 100px 0;
}
.pagination-blog a{
	text-decoration: none;
	display: inline-block;
	text-align: center;
	width: 35px;
	height: 35px;	
	color: #4c545a;
	padding-top: 7px;
	font-family: "Aleo-light";
	font-size: 16px;
	border-radius: 50%;
	margin-right: 7px;
}
.pagination-blog a:hover{
	text-decoration: underline;
}
.activ-pagination{
	background: #a3aeb6;
	color: #fff !important;
}

/*_____________PICK ME_________________*/

.container-pick{
	background: url(../images/bg_pick.PNG) center -254px no-repeat;
	width: 100%;
	min-height: 150px;
	text-align: center;
}
.container-pick2{
	background: url(../images/bg_pick2.PNG) center center no-repeat;
	background-size: 100% 100%;
}
.pick-up h1{
	font-size: 90px;
	text-transform: uppercase;
	font-family: "Aliquam_ul"; 
	color: #fff;
	font-weight: 400;
	padding: 90px 0px 0px 0px;
}
.pick-up p{
	font-size: 39px;
	text-transform: uppercase;
	font-family: "Aliquam_ul"; 
	color: #fff;
	font-weight: 400;
	padding: 0px 28% 90px 28%;
}
.text-padding{
	font-size: 18px;
	font-family: "Aleo-light";
	color: rgba(0,0,0,.8);
	padding: 90px 9% 70px 21% ;
	text-align: justify;
}
.pickup_img_block_container {
	width: 100%;
	max-width: 1528px;
	margin: 0 auto;
	position: relative;
}
.img-block img{
	width: 49%;
	display: inline-block;
}
.container-column{
	padding: 80px 0;
}
.column1{
	width: 30%;
	font-family: "Aliquam_ul"; 
	font-size: 60px;
	padding: 35px 0 0 40px;
}
.column2{
	width: 30%;
	font-family: "Aleo-light";
	color: rgba(0,0,0,.8);
	font-size: 20px;
}
.booklets1 {
	margin-right: 60px;
}
.column2 p{
	padding: 5px 0;
}
.container-map img{
	width: 100%;
}
.map-cont{
	padding: 90px 0 0 0;
}
.text-center{
	font-family: "Aleo-light";
	font-size: 20px;
/* 	padding: 0 17%; */
	text-align: center;
	margin-bottom: 30px;
}
.text-bg{
	font-family: "Aleo-light";
	font-size: 18px;
	padding: 0 17%;
	text-align: center;
	padding: 10px 0 0 0;
	margin-top: 94px;
}
.text-bg span{
	background: #ebf1f6;
	padding: 5px 17px;
}
.text-center span{
	font-weight: 600;
}
.map-bottom-cont{
	padding: 60px 0;
	background: url(../images/map2.PNG) right 0 no-repeat;
}
.column-left{
	width: 27%;
	font-family: "Aleo-light";
	color: rgba(0,0,0,.8);
	font-size: 23px;
	padding-top: 10px;
	margin-top: 40px;
	margin-left: 8%;
}
.column-right{
	width: 40%;
	font-family: "Aliquam_ul"; 
	font-size: 60px;
	margin-top: 40px;
}
/*_____________BOOK_________________*/
.conteiner-book{
	background: url(../images/book_title_bg.jpg) no-repeat !important;
	min-height:371px ;
	text-align: center;
}
.container-book2{
	min-height:371px;
	background: url(../images/bg_pick2.PNG) center center no-repeat;
	background-size: 100% 100%;
}
.book_shop_title span {
	font-size: 90px;
	text-transform: uppercase;
	font-family: "Aliquam_ul"; 
	color: #fff;
	font-weight: 400;
	padding: 90px 0px 0px 0px;
	display: block;
}
.book_shop_title p {
	font-size: 16px;
	font-family: "Aliquam_ul";
	font-weight: 400;
	padding: 0px 28% 90px 28%;
	color:#e5f4ff !important;
}
.book_container {
	background: #edf2f8 !important;
	width: 100%;
/* 	height: 617px; */
	position: relative;
	margin-top: 21px;
}

.book_abs_container, .book_abs_container_small {
	position: absolute;
/* 	width: 641px; */
/* 	height: 389px; */
	background: white;
	opacity: .8;
	top: 18%;
	bottom: 18%;
	right: 18%;
	left: 18%;
	z-index: 2;
}
.book_abs_inner_container {
	width: 100%;
	height: 100%;
	overflow: auto;
	margin: auto;
	display: table;
/* 	position: absolute; */
	top: 0; left: 0; bottom: 0; right: 0;
	color: #39434a;
	text-transform: uppercase;
	font-size: 60px;
	line-height: 60px;
	font-family: "Aliquam_ul";
	text-align: center;
	vertical-align: middle;
	padding: 0 80px;
}
.book_abs_inner_container span.book_abs_inner_container_text {
	vertical-align: middle;
	display: table-cell;
}
.book_abs_inner_container a.book_abs_inner_container_text_link {
	color: #39434a;
	font-size: 14px;
	line-height: 25px;
	text-transform: none;
	font-weight: bold;
	font-family: "Aleo-light";
}
.book_abs_inner_container a {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.book_abs_inner_container a:hover {
	color: #97bcd3;
}

.book_container_small {
	position: relative;
	width: 492px;
	height: 619px;
}
.book_abs_container_small {
	width: 384px;
	height: 479px;
	top: 71px;
	left: 55px;
}

/*_____________EDITORIAL_________________*/
.width-big {
	width: 100%;
}
.pad-bot {
	margin-bottom: 20px;
}
.width-small {
	width: 49%;
	margin-bottom: 20px;
}
.bg-cont {
	background: #ebf1f6;
	margin-top: -5px;
	margin-bottom: 30px;
	padding: 80px 0;
}
.text-big {
	font-family: "Aliquam_ul";
	font-size: 60px;
	text-align: center;
	font-weight: 400;
}
.text-small {
	font-family: "Aliquam_ul";
	font-size: 20px;
	text-align: center;
	padding-top: 50px;
}
.editorial_post_link {
	color: #39434a;
	text-transform: uppercase;
	font-size: 60px;
	line-height: 60px;
	font-family: "Aliquam_ul";
	text-align: center;
}
.book_container img {
    width: 100%;
	height: auto;
    display: block;
}

/*_____________EDITORIALS_________________*/
.editorials_title, .town_fakemap_title {
	color: #39434a;
	text-transform: uppercase;
	font-size: 60px;
	line-height: 60px;
	font-family: "Aliquam_ul";
	text-align: center;
	margin-top: 50px;
}

/*_____________EDITORIALS_________________*/
.features_title {
	color: #39434a;
	text-transform: uppercase;
	font-size: 60px;
	line-height: 60px;
	font-family: "Aliquam_ul";
	text-align: center;
	margin-top: 50px;
}

/*_____________TOWN_________________*/

.container_town_gems_bg {
	background: #edf2f8;
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding-top: 29px;
	margin-top: 42px;
	margin-bottom: 52px;
}
.town_fakemap_title {
	text-align: left;
}
.town_fakemap_small_title {
	color: #39434a;
	text-transform: uppercase;
	font-size: 48px;
	font-family: "Aliquam_ul";
	margin-bottom: 30px;
}
.town_fakemap_addr p {
	margin-left: 62px;
}
.townpage_addr_small {
	line-height: 20px;
	display: block;
	height: 65px;
	padding: 0 80px;
}
.book_abs_inner_container_small {
	padding: 0 !important;
}
.town_editorial_title_small {
	height: 180px;
}
.townpage_addr {
	line-height: 20px;
	display: block;
	height: 60px;
}
.town_video {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.town_video iframe, .town_video object, .town_video embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.main_subtitle {
	color: #a3aeb6;
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    font-family: 'aliquamultralight';
    text-align: center;
    margin: 30px 0;
}
.main_subtitle_small {
	color: #a3aeb6;
    font-size: 25px;
    line-height: 40px;
    text-transform: uppercase;
    font-family: 'aliquamultralight';
    text-align: center;
    margin: 20px 0;
}