@charset "utf-8";
/* CSS Document */
/* css/main */@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700);

*{
	margin:0;
	padding:0;
}

html,body{
	height:100%;
} 

body{
	font-family: Open sans, sans-serif;
	background: url(/themes/main/images/p6.png) #FFF repeat fixed;
	background-size: 0.5em !important;
	
}

ul li{list-style:none;}

a{text-decoration:none;color:#515e6f;}
.bold{font-weight:bold}
.uppercase{text-transform:uppercase}
.alignCenter{text-align:center}
.alignRight{text-align:right}
p{
	margin-bottom:10px;
}

.tbPadding{
	padding:8px 0;
}
.clearFloat{clear:both;}
.transition_bg{
	-webkit-transition: background  0.6s ease;
	-moz-transition: background  0.6s ease;
	-ms-transition: background  0.6s ease;
	-o-transition: background  0.6s ease;
	transition: background  0.6s ease;
}

::-webkit-input-placeholder {
   color: #494949;
}

:-moz-placeholder { /* Firefox 18- */
   color:#494949;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #494949;
}

:-ms-input-placeholder {  
   color: #494949;
}
 
.minHeight{
	min-height: calc(100% - 106px);
}
 
header{
	background: url(/themes/main/images/trangle_dark_ptn.png) #2d2d2d repeat;
	background-size: 100%;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.36);
	position: relative;
	width: 100%;
	z-index: 99999999;
}

#navigation ul li{
	display:inline-block;
	margin-right:-4px;
}

#navigation ul li a{ 
	color: #fff;
    display: block;
    font-size: 15px;
    padding: 10px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 1);
}

.lang{padding: 10px 0;}

#selected{
	background: #fff;
	color: #CD124C !important;
	text-shadow:none !important;
}



.showMenu{
	display:none;
	color: #fff;
	font-size: 20px;
	padding: 5px;
	margin: 10px;
}

#logo{
	background: none repeat scroll 0 0 #fff;
	display: block;
	padding: 8px 5px;
	position: absolute;
	top: 0;
	width: 220px;
	-webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.36);
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.36);
}

.banner_wrapper {
	height: 370px;
	margin-bottom:30px;
	background-color: rgba(0, 0, 0, 0.08);
}

.bePink{
	padding: 30px 0;
	background: #CD124C;
}

.title_style{
	width: 100%;
	font-size: 30px;
	color: #FFFFFF;	
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.50);
	text-align:right;
}

.catchy_title{
	color: #000;
	font-size: 30px;
	margin-bottom: 5px;
}

.catchy_title span{
	font-weight: 800;
	margin-left:30px;
}


.about_wrap{
	background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    margin: 30px auto;
	padding-top: 50px;
}

.titleDescr{
	font-size: 33px;
	line-height: 130%;
}

.video_wrap{
	max-width: 750px;
	margin: auto;
	margin-bottom: 50px;
	padding-bottom: 40px;
	border-bottom: 4px solid #2d2d2d;
}

.miniLine{
	height: 1px;
	background: #2d2d2d;
	width: 80%;
	margin: 20px auto;
}

.feature_descr h3 {
    min-height: 100px;
    padding-bottom: 10px;
}

.feature_descr h3 span{
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0, -50%);
}

.feature_descr p{
	font-size: 15px;
    font-weight: 300;
    line-height: 1.44444em;
    margin-bottom: 20px;
}

.feature_ico {
	width: 100px;
	margin: auto;
	background: #FFF;
	padding: 15px;
	border-radius: 80px;
	border: 3px solid #2d2d2d;
	margin-bottom: 20px;
}

.colored{
	background: rgba(0, 0, 0, 0);
	padding: 30px 0;
}
.colored:nth-child(even){
	background: rgba(0, 0, 0, 0.09);
}

.paddingAside30{
	padding: 30px 0;
}

.description{
	font-size: 14px;
    margin-bottom: 20px;
}

.description p{
	border-bottom: 1px dotted #3d3d3d;
    color: #3d3d3d;
    padding-bottom: 10px;
    padding-left: 20px;
}

/*Forms*/
.get_quote{
	display:none;
}

.get_quote {
	background: none repeat scroll 0 0 #FFFFFF;
   -webkit-box-shadow: 2px 2px 40px 0 rgba(31, 31, 31, 1);
	box-shadow: 2px 2px 40px 0 rgba(31, 31, 31, 1);
	-webkit-transform: translate(0%, -50%);
	transform: translate(0, -50%);
    display: none;
    left: 50%;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%); 
    width: 800px; 
    z-index: 99999; 
}

.get_quote h2{
	color: #fff;
	background: #2d2d2d;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 1);
}
.get_quote h2 span{
	margin-left:15px;
}
 
#shadow {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 101;
	margin: auto;
	display: none;
	background: rgba(0, 0, 0, 0.70); 
}

.closeForm{
	position: absolute;
	right: 30px;
	top: 23px;
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
}

.message_form{
	background: #D72E62;
	padding: 20px 0;
}

.fill_form{ 
	width: calc(100% - 20px);
	padding: 10px;
	margin-bottom: 5px;
	font-family: Open sans, sans-serif;
	font-size: 13px;
	border-radius: 0;
	border: 0;
	background: #fff;
}

.prm_btn{
	cursor: pointer;
	padding: 10px;
	background: #2d2d2d;
	max-width: 160px;
	font-size: 14px;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 1);
}

.pack_descr{
	font-size: 15px;
	font-weight: 400;
	line-height: 1.44444em;
	margin: 20px 0;
	
}

.packagesAbout{
	background: rgba(8, 11, 15, 0.95);
	color: #ccc;
	line-height: 140%;
	padding: 20px 0;
	font-size: 14px;
	-webkit-box-shadow: inset 0 -2px 30px 0 #000000;
	box-shadow: inset 0 -2px 30px 0 #000000;
}

.conditions{
	font-size:13px;
}

.category_wrapper{
	margin-top:25px;
}

.category_wrapper h2{
	background: #FFF;
	border-bottom: 5px solid #2d2d2d;
}

.imgholder {
	padding-top:0 !important;
	padding-bottom:0 !important;
	height:300px;
	overflow:hidden;
}

.sample_descr{
	font-size:14px;
}

.litlLink{
	font-size: 12px;
	text-decoration: underline;
	margin: auto;
}

.colored:nth-child(even) .boxpack{
	float:left;
}

.colored:nth-child(even) .textpack{
	float:right;
}

.colored:nth-child(odd) .boxpack{
	float:right;
}

.colored:nth-child(odd) .textpack{
	float:left;
}

.alignBoxMiddle{
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0%, 25%);
	transform: translate(0, 25%);
}

.location_info{
	font-size: 14px;
	background: #FFF;
	padding: 10px 15px 5px 15px;
	border-bottom: 5px solid #2d2d2d;
}

.location_info li{
	margin-bottom:5px;
}

.footer_overlay{ 
	background: url(/themes/main/images/trangle_dark_ptn.png) #2d2d2d repeat;
	background-size: 80%;
    color: #9D9D9D;
    padding: 15px 0;
	font-size:13px;
} 

.footer_overlay p{margin:0}
.footer_overlay a{color: #9D9D9D;}

/*Grid*/
.grid_container {
	position: relative;
}
.grid {
	min-height: 100px;
	background: #fff;
	position:absolute;
	box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	-moz-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	-webkit-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	-webkit-transition: top 1s ease, left 1s ease;
	-moz-transition: top 1s ease, left 1s ease;
	-o-transition: top 1s ease, left 1s ease;
	-ms-transition: top 1s ease, left 1s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

@media (max-width:1024px){
	.titleDescr{
		font-size: 26px;
	}
	
	.title_style span{
		padding:0 10px;
	}
	
	slideNav{
		padding-left:10px;
	}
}

@media (max-width:768px){
	#navigation ul li a{
		padding: 10px 5px;
		font-size: 14px;
	}

	.titleDescr{
		font-size: 26px;
	}
}

@media (max-width:640px){ 
	.showMenu{ 
		display:block;
	}
	
	.slideNav{
		display:none;
		padding: 0 15px;
		margin-top: 11px;
	}
	
	#navigation ul li{
		display: block;
	}
	
	.mob_lang{
		display: inline-block !important;
	}
	
	header{background-size: 200%;}
	
	#logo{
		width: 160px;
		left: 50%;
		margin-left: -80px;
	}
	
	.title_style{
		text-align: center;
		float: none !important;
		font-size: 25px;
		line-height: 100%;
	}

	.titleDescr{
		font-size: 23px;
	}
	
	.about_wrap{
		margin:auto;
	}
}

