html, body
{
	min-width: 960px;
	
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	
	font-family: 'Trebuchet MS', serif;
}
h1,h2,h3,h4,h5, p, ul
{
    padding: 0;
    margin: 0;
}
/* containers */
.wraper
{
	width: 100%;
	background-color: #1a1818;	
}
.wraper.head
{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	padding: 15px 0px;
	height: 60px;
	background-color: #1a1818;	
	min-width: 960px;
}
.wraper p
{
	color: #bdc3c7;
	font-style: italic;
	font-size: 14px;
	line-height: 14px;
	font-family: 'Calibri',sans-serif;
}
/* header, menu */
.head-els
{
	max-width: 960px;
	margin: auto;
	height: 40px;
	position: relative;
}
.logo
{
	font-size: 22px;
	color: white;
	height: 40px;
	float: left;
	text-transform: uppercase;
	cursor: pointer;
}
.logo img
{
        vertical-align: middle;
        margin-right: 10px;
}
ul.menu
{
	margin: 16px 0 0 20px;
	padding: 0;
	float: left;
}
ul.menu li
{
	margin-left: 12px;
	
	display: inline;
	list-style: none;
}
ul.menu li:first-child
{
	margin-left: 0px;
	display: none;
}
ul.menu li a
{
	text-transform: uppercase;
	font-size: 14px;
	color: white;
	text-decoration: none;
}
ul.menu li a.selected, ul.menu li a:hover
{
	color: #43a4e2;
}
/* login */
.login
{
	text-transform: uppercase;
	float: right;
	margin-left: 0px;
	width: 180px;
	height: 40px;
	line-height: 40px;
	border-radius: 3px;
	font-size: 13px;
	color: white;
	background-color: #5dade2;
	text-align: center;
	
	cursor: pointer;
}

.cont
{
	margin: auto;
	max-width: 960px;
	height: 622px;
	position: relative;
}
/* main slider */
#slider-info
{
	width: 2880px;
	position: relative;
}
.slide-main
{
	width: 960px;
	height: 600px;
	margin: auto;
}
.slide-main h1
{
	color: #ffffff;
	font-size: 43px;
	margin: 0px auto;
	padding: 50px 0px;
	text-align: center;
	width: 800px;
	line-height: 50px;
	text-transform: uppercase;
	font-weight: 300;
}
.slide-main .slider-img
{
        margin: auto;
        display: block;
		text-align: center;
		position: relative;
}
.slide-main .al, .slide-main .ar
{
        position: absolute;
		top: 50%;
		width: 43px;
		height: 65px;
		margin-top: -32px;
		cursor: pointer;
		opacity:1;
		filter:alpha(opacity=100); /* For IE8 and earlier */
}
.slide-main .al:hover, .slide-main .ar:hover
{
	opacity:0.85;
	filter:alpha(opacity=85); /* For IE8 and earlier */
}
.slide-main .al
{
	left: 0;
}
.slide-main .ar
{
	right: 0;
}
.slide-main p.slide-note
{
        color: white;
        font-size: 18px;
		line-height: 25px;
		margin: 30px 0px 40px 0px;
		text-align: center;  
		font-family: Myriad Pro;
}
/* first page buttons */
ul.intro_buttons
{
        text-align: center;
		position: absolute;
		margin: -20px auto 0px;
		left: 0;
		right: 0;
		top: 0;
		z-index: 5;
}
ul.intro_buttons li
{
        display: inline-block;
        text-transform: uppercase;
		background-color: #5dade2;
        list-style: none;
        margin: 0px 15px;  
		border: 0;
		border-radius: 3px;
}
#right
{
	background-color: #1abc9c;
}
#right:hover
{
	background-color: #18b193;	
}

ul.intro_buttons li a
{
		display: block;
		text-align: center;
        color: white;
        text-decoration: none;
		font-size: 14px;
		
		width: 220px;
		height: 40px; 
		line-height: 40px; 
		
        
}
ul.intro_buttons li:hover
{
        background-color: #43a4e2;
}
.trial
{
		text-align: center;
		text-transform: uppercase;
		background-color: #5dade2; 
		border: 0;
		border-radius: 3px;
		width: 220px;
		margin-bottom: 60px;
		margin-left: auto;
		margin-right: auto;
		font-weight: 400;
		cursor: pointer;
}
.trial:hover
{
	    background-color: #43a4e2;

}
.trial a
{
		display: block;
		text-align: center;
        color: white;
        text-decoration: none;
		font-size: 14px;
		width: 220px;
		height: 40px; 
		line-height: 40px; 

}
.trial.trial-blog{
	background-color: #bdc3c7; 
	position: relative;
	z-index: 3;
}
.trial.trial-blog:hover{
	background-color: #7f8c8d; 
}
section.paging
{
	width: 100%;
	text-align: center;
}
section.paging-main
{
	height: 110px;
	line-height: 110px;
}
section.paging .dot
{
	display: inline-block;
	height: 10px;
	width: 10px;
	background-color: #c3c9cc;
	border-radius: 15px;
	cursor: pointer;
}
section.paging .dot.selected, section.paging .dot:hover
{
	background-color: #43a4e2;	
}
.dot-cont
{
	width: auto;
	height: 10px;
	text-align: center;
	vertical-align: middle;
}
/* bright pages */
.wraper_bg-bright
{       
        background: #fcfcfc url("../img/bg2.png") repeat;
        color: #37353a;
        text-align: center;
        position: relative;
		font-family: 'Lato', serif;
		
}        
.wraper_bg-bright h1
{
	padding: 110px 0px 20px 0px;
	font-size: 43px;
	line-height: 50px;
	color: #2c3e50;
	text-transform: uppercase;
	font-weight: 300;
}
h1 span
{
	font-weight: bold;
	color: #5dade2;
}
.wraper_bg-bright h3
{
	color: #2c3e50;
	font-size: 14px;
	line-height: 20px;
	padding: 0px 0px 50px 0px;
	text-transform: uppercase;
	font-weight: bold;
}
h3 span
{
	color: #5dade2;
}
.wraper_bg-bright h3 span
{
	color: #5dade2;
}
/* pack table */
.packs-cont
{
	max-width: 880px;
	height: 330px;
	margin: auto;
	text-align: center;
}
.pack
{
	background-color: white;
	float: left;
	margin: 10px 0px;
	width: 218px;
	height: 310px;
	border: 1px #cccccc solid;
	border-left: none;
}
.pack.selected
{
	background-color: #43a4e2;
	height: 330px;
	margin: 0;
}
.pack:first-child
{
	border: 1px #cccccc solid;	
}
.pack-h
{
	height: 45px;
	line-height: 45px;
	width: 100%;
	font-size: 18px;
	color: #5f5f5f;
	text-transform: uppercase;
	font-weight: bold;
}
.pack.selected .pack-h
{
	color: white;
	height: 55px;
	line-height: 55px;
}
.pack-price
{
	height: 75px;
	line-height: 75px;
	font-size: 38px;
	color: #43a4e2;
	border-top: 1px #dfdfdf solid;
	border-bottom: 1px #dfdfdf solid;
	background-color: #f7f7f7;
	font-weight: bold;
}
.pack.selected .pack-price
{
	color: white;
	background-color: #37353a;
	border-top: 1px #37353a solid;
	border-bottom: 1px #37353a solid;
	
}
.pack-price sup
{
	font-size: 23px;
}
.pack-info
{
	height: 90px;
	width: 100%;
	padding: 20px 0px;
	
}
.pack.selected .pack-info
{
	padding-bottom: 30px;
}
.pack-i-line
{
	color: #95a0ab;
	font-size: 14px;
	font-family: "Calibri";
	font-style: italic;
	
	line-height: 30px;
}
.pack-i-line span
{
	color: #223326;
	font-style: normal;
}
.pack.selected .pack-i-line, .pack.selected .pack-i-line span
{
	color: white;
}
.pack-order
{
	background-color: #43a4e2;
	height: 40px;
	line-height: 40px;
	width: 180px;
	margin: auto;
	font-size: 14px;
	text-transform: uppercase;
	color: white;
	cursor: pointer;
}
.pack.selected .pack-order
{
	background-color: #37353a;
	
}
.profits
{
	margin: 40px auto 70px;
	max-width: 960px;
	text-align: center;
	z-index: 1;
}
.profits-block
{
	display: inline-block;
	width: 200px;
	margin: 0px 50px;
	vertical-align: top;
}
.profits-block h2
{
	font-size: 14px;
	color: #5dade2;
	line-height: 50px;
	font-family: 'Lato', serif;
	text-transform: uppercase;
}
.profits-block p
{
	font-family: "Calibri";
	font-size: 14px;
	color: #7f8c8d;
	line-height: 14px;
	max-height: 65px;
	font-family: 'Lato', serif;
	font-style: italic;
}
.p_bottom
{
	color: #37353a;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	padding-bottom: 15px;
	text-transform: uppercase;
}
.p_bottom span
{
	color:#5dade2;
}
/* dark pages */
.wraper.bg-raw
{
        background: url("../img/bg.jpg");
		padding-top: 90px;
        color: white;
        position: relative;
		overflow: hidden;
}
.wraper_bg-raw h1
{
        text-align: center;
        padding:60px 0px 30px 0px;
		font-size: 34px;
		color: white;
		font-family: 'Belgrano', serif;
}
.wraper_bg-raw h3
{
        text-align: center;
		font-size: 17px;
		color: #a9a9a9;
		line-height: 25px;
		max-width: 960px;
		margin: auto;
		padding: 0px 0px 60px 0px;
		font-family: 'Belgrano', serif;
}
/* feedbacks */
.features-cont
{
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}
.features-cont-sub
{
	padding: 0 0px 60px 0px;	
}
aside.feedback-as
{
	width: 430px;
	height: 65px;
	margin: 0px 0px 35px 0px;
	display: inline-block;
}
aside.feedback-as.feedback-as-l
{
	margin-right: 80px;
}
.feedback-as img
{
	margin-top: 0px;
	margin-right: 15px;
	float: left;
}
.features-t-cont
{
	float: right;
}
.feedback-as .features-head
{
	color: #5f5f5f;
	font-size: 18px;
	padding-bottom: 20px;
}
.feedback-as p 
{
	font-size: 14px;
	font-family: "Open Sans";
	text-align: left;
	height: 50px;
	width: 350px;
	line-height: 18px;
	overflow: hidden;
}
/* footer */
footer.wraper
{
 color: white;
 padding: 0px 0px 50px 0px;
}
.head-els.footer
{
        padding-bottom: 0px;
        padding-top: 50px;
}

.f_subscribe
{
  float: right;
     color: #7b7b7b;
}

.f_form
{
  height: 60px;
  padding: 0;
}
.f_form input
{
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
}
.form1
{
  width: 160px;
  padding-left: 20px;
  padding-right: 0px;
  font-size: 14px;
  float: left;
  border: none;
  font-family: "Open Sans";
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.form2
{
  width: 100px;
  background-color: #43a4e2;
  color: white;
  text-transform: uppercase;
  padding-left: 0px;
  float: left;
  font-size: 14px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* blog */
.blog-cont
{
	max-width: 100%;
	min-width: 960px;
	overflow: hidden;
}
.blog-cont-sub
{
	width: 1478px;
	position: relative;
	left: 50%;
	margin-left: -738px;
	text-align: center;
	overflow: hidden;
}
#slider-blog
{
	width: 1842px;
	position: relative;
}
.blog-cont-visible
{
	max-width: 882px;
	margin: auto;
	text-align: center;
	margin: 0 20px;
	
	float: left;
	overflow: hidden;
}
.blog-block
{
	width: 278px;
	height: auto;
	float: left;
	vertical-align: top;
	border: 1px gray solid;	
	margin-right: 20px;
	position: relative;
}
.blog-block-masked-content
{
	width: 278px;
	height: 480px;
	float: left;	
}
.blog-block.first
{
	margin-left: 0;
}
.blog-block.masked
{
	opacity:0.2;
	filter:alpha(opacity=20); /* For IE8 and earlier */
	
	margin: 0;
	float: left;
}
.dicl-img
{
		width: 278px;
		height: 220px;
		overflow: hidden;	
		position: relative;
}
.dicl-img img
{
	position: absolute;
	top: 0;
	left: -65%;
	
	height: 100%;
}
.dicl-info
{
	padding: 0 40px 0 15px;
	text-align: left;
	height: 260px;
}
.dicl-info h2
{
		color:  #43a4e2;
		font-size: 18px;
		font-family: 'Belgrano', serif;
		font-weight: normal;
		line-height: 25px;
		padding: 30px 0px;
}
.dicl-info p
{
		height: 80px;
		overflow: hidden;
		color: white;
		font-size: 14px;
		font-family: "Open Sans";
		line-height: 18px;
}
.comments-cont
{
	padding: 20px 0px 5px;	
}
.comments
{
		font-size: 18px;
		line-height: 25px;
		color: white;
		font-family: "Open Sans";
		text-align: left;
		cursor: pointer;
		vertical-align: top;
}
.comments img
{
	width: 30px;
	padding-right: 15px;
}
/* contacts */
.map
{
		height: 790px;
		position: relative;
		overflow: hidden;
}
.map h1
{
	padding-bottom: 40px;
	font-size: 43px;
	line-height: 50px;
	color: #2c3e50;
	text-transform: uppercase;
	font-weight: 300;
}
.map h3
{
	color: #2c3e50;
	font-size: 14px;
	line-height: 18px;
	padding: 0;
	text-transform: uppercase;
	font-weight: 400;
	
}
.address
{
		height: 100px;
		width: 490px;
		position: absolute;
		left: 0;
		z-index: 4;
		top: 40%;
		text-transform: uppercase;
}
.addr_info
{
	display: inline-block;
	width: 230px;
	height: 40px;
	text-align: left;
}
.location
{
	width: 32px;
	height: 57px;
	background: url("../img/location_blue.png") no-repeat;
	position: absolute;
	top: 45%;
	right: 45%;
}
.map_buttons
{
	height: 100px;
	width: 282px;
	position: absolute;
	top: 43%;
	right: 0;
}
.map_icon
{
	width: 99px;
	height: 99px;
	border-radius: 6px;
	background-color: #7f8c8d;
	margin-left: 40px;
	cursor: pointer;
	position: relative;
	display: inline-block;
}
.map_icon:hover
{
	background-color: #5dade2;
}
.map_icon img
{
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	margin: auto;
}
.slider_p1
{
 width: 160px;
 height: 120px;
 position: absolute;
 left: -23%;
 top: 60%;
 z-index: 4;
}
.slider_p2
{
 width: 160px;
 height: 120px;
 position: absolute;
 right: -23%;
 top: 48%;
 z-index: 4;
}
.slider_p3
{
 width: 160px;
 height: 120px;
 position: absolute;
 right: -23%;
 top: 78%;
 z-index: 4;
}
.slider_p1 img
{
	float: right;
	padding-top: 10px;
}
.slider_p2 img
{
	padding-top: 10px;
}
.slider_p3 img
{
	padding-bottom: 10px;
}
.triangle2
{
		width: 0;
		height: 0;
		border: 20px solid transparent;
		border-left: 20px solid #f7f6f6;
		border-top: 20px solid #f7f6f6;
		float: right;
		position: absolute;
		bottom: -35px;
		right: 240px;
}

.polosochka
{
		width: 100%;
		height: 1px;
		background-color: #c5c5c5;
}
.polosochka2
{
		width: 150px;
		height: 5px;
		background-color: #bdc3c7;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 23px;
}
.mask
{
	display: none;
	background: url("../img/mask-pixel.png");
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 150;
	opacity: 0.5; 
	margin-top: -20px
}

.map-mask
{
	background-color: rgba(220, 220, 220, 0.8);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

/*parallax*/
.intro_buttons li a
{
	position: relative;
}
.pack 
{
	position: relative;
}
.features-as
{
	position: relative;
}
.testim-block
{
	position: relative;
}
.t_form1, .t_form2, .t_form3, .t_form4
{
	position: relative;
}
.icons 
{
	position: relative;
}
.profits-block
{
	position: relative;
}



.feedback-info .main, .feedback-info .sub
{
	font-family: "Lato";
	color: white;
}
.feedback-info .main
{
	font-size: 14px;
	line-height: 18px;
	font-style: italic;
	color: #7f8c8d;
}
.feedback-info .sub
{
	font-size: 13px;
	line-height: 30px;
	color: #5dade2;
	font-weight: bold;
	text-transform: uppercase;
}
/* main slider */
.slider1
{
	width: 800px;
	height: 380px;
	padding: 0;
	background-color: white;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.slider_p1
{
 width: 160px;
 height: 120px;
 position: absolute;
 top: 374px;
 z-index: 4;
}
.slider_p2
{
 width: 160px;
 height: 120px;
 position: absolute;
 top: 299px;
 z-index: 4;
}
.slider_p3
{
 width: 160px;
 height: 120px;
 position: absolute;
 top: 486px;
 z-index: 4;
}
.slider_p1 img
{
	float: right;
	padding-top: 10px;
}
.slider_p2 img
{
	padding-top: 10px;
}
.slider_p3 img
{
	padding-bottom: 10px;
}
#sequence{
	width:800px;
	margin: auto;
	position: relative; /* required */
}
#sequence > .sequence-canvas { /* required */
    height: 100%; 
    width: 100%;
}
#sequence > .sequence-canvas li > * {   /* required */
    position: absolute;
}
#sequence > .sequence-canvas > li { /* required */
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
	list-style: none;
}
.info, .slider_p1, .slider_p2, .slider_p3 {
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -o-transition-duration: .8s;
    -ms-transition-duration: .8s;
    transition-duration: .8s;
}
.slider_main_header{
	transition-delay: .1s;
	-webkit-transition-delay: .1s;
}
.slider_p1{
	transition-delay: .2s;
	-webkit-transition-delay: .2s;
}
.slider_p2{
	transition-delay: .4s;
	-webkit-transition-delay: .4s;
}
.slider_p3{
	transition-delay: .6s;
	-webkit-transition-delay: .6s;
}
.info, .slider_main_header{
	-webkit-transition-property: opacity, top;
	transition-property: opacity, top;
}
.slider_p1, .slider_p2, .slider_p3{
	-webkit-transition-property: opacity, left, right;
	transition-property: opacity, left, right;
}
.slider_p1, .animate-out .slider_p1{
	left: -46%;
	opacity: 0;
}
.animate-in .slider_p1{
	left: -23%;
	opacity: 1;
}
.slider_p2, .animate-out .slider_p2,.slider_p3, .animate-out .slider_p3{
	right: -46%;
	opacity: 0;
}
.animate-in .slider_p2,.animate-in .slider_p3{
	right: -23%;
	opacity: 1;
}
.info, .animate-out .info {
    top: 290px;
	opacity: 0;
	z-index: 100;
}
.animate-in .info{
    top: 171px;
	opacity: 1;
	z-index: 99;
}
.slider_main_header, .animate-out .slider_main_header{
	top: -120px;
	opacity: 0;
}
.animate-in .slider_main_header{
	top: 0;
	opacity: 1;
}
.sl_bar
{
	width:800px;
	height: 451px;
	margin: auto;
	padding: 0;
}
@keyframes slider_item{
	0% {
		margin-top: 0;
	}
	100% {
		margin-top: -15px;
	}
}
@-webkit-keyframes slider_item{
	0% {
		margin-top: 0;
	}
	100% {
		margin-top: -15px;
	}
}
@keyframes slider_item_back{
	0% {
		margin-top: -15px;
	}
	100% {
		margin-top: 0;
	}
}
@-webkit-keyframes slider_item_back{
	0% {
		margin-top: -15px;
	}
	100% {
		margin-top: 0;
	}
}
.sl_bar img{
	animation: slider_item_back .5s ease-in-out 0s 1 normal;
	-webkit-animation: slider_item_back .5s ease-in-out 0s 1 normal;
	margin-top: 0;
}
.sl_bar img:hover{
	animation: slider_item .5s ease-in-out 0s 1 normal;
	-webkit-animation: slider_item .5s ease-in-out 0s 1 normal;
	margin-top: -15px;
}
.dots
{
 position: absolute;
 left: 0;
 right: 0;
 top: 125px;
 display: block;
 text-align: center;
 margin: auto;
 z-index: 15;
}
.dots .element
{
	background: url('../img/dot_inactive.png') center center no-repeat;
	width: 9px;
	height: 9px;
	padding-left: 5px;
	padding-right: 5px;
	display: inline-block;
	cursor: pointer;
}
.dots .element.current{
	background: url('../img/dot_active.png') center center no-repeat;
}
.slide-main h1
{
	padding-bottom: 55px;
	padding-top: 15px;
}
/* team */
.team_cont
{
		margin-left: auto;
		margin-right: auto;
		max-width: 960px;
		
}
.team_p
{
		display: inline-block;
		height: 70px;
		width: 410px;
		/*text-transform: uppercase;*/
		font-size: 14px;
		margin: 40px 33px;
		line-height: 20px;
}
.team_members
{
	display: block;
}
.member
{
	display: inline-block;
	margin: 50px 42px;
}
.member h3
{
	padding-bottom: 6px;
}
.member p
{
	color: #95a5a6;
	font-style: italic;
	font-size: 14px;
}
.icon_cont{
	margin-top: 15px;
}
.icon_cont span
{
	margin: 0 5px;
	width: 22px;
	height: 22px;
	display: inline-block;
	cursor: pointer;
	overflow: hidden;
}
.icon_cont span img{
	position: relative;
	width: 22px;
	height: 22px;
	border: 0;
	top: 0;
	-webkit-transition: top .4s;
}
.icon_cont span:hover img{
	top: -25px;
}
.img_border
{
	width: 157px;
	height: 157px;
	background-color: white;
	border: 2px #5dade2 solid;
	border-radius: 80px;
	margin-bottom: 20px;
	overflow: hidden;
}
/* features */
.feature_cont
{
	display: block;
	max-width: 960px;
	width: 1760px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	margin-top: 25px;
}
.feature
{
	display: inline-block;
	width: 190px;
	margin: 0px 23px;
	position: relative;
}
.feature h3
{
	padding-bottom: 10px;
}
.feature .horizontal{
	display: block;
	position: absolute;
	top: 60px;
	left: -83px;
	width: 117px;
	height: 1px;
	background-color: #bdc3c7;
	z-index: -1;
}
.feature:first-child .horizontal{
	display: none;
}
.img_border2
{
	width: 120px;
	height: 120px;
	border: 1px #bdc3c7 solid;
	border-radius: 60px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	position:relative;
}
.img_border2 img
{
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}
.img_border_3
{
	width: 62px;
	height: 62px;
	border: 2px #5dade2 solid;
	background-color: white;
	border-radius: 32px;
	float: left;
	margin-right: 14px;

	position:relative;
}
.img_border_3 img
{
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}
.feature p
{
	color: #95a5a6;
	font-style: italic;
	font-size: 14px;
}

.opie-portfolio{
width: 931px;
margin: auto;
}
.gallery_cont
{
	width: 960px;
	margin-right:auto;
	margin-left: auto;
	margin-bottom: 50px;
}
.opie-portfolio .o-box
{
	border: 2px #aaa solid;
}
.blog_cont
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 890px;
	min-height: 700px;
}
.blog_post_tmp
{
	position: relative;
	display: block;
	width: 400px;
	height: 150px;
	margin: 0 0 50px 0;
}
.blog_cont_left
{
	width: 440px;
	position: relative;
	float: left;
}
.blog_cont_left .blog_post{
	float: left;
}
.blog_cont_right
{
	margin-top: 95px;
	width: 440px;
	position: relative;
	float: right;
}
.blog_cont_right .blog_post_tmp{
	float: right;
}
.blog_post
{
	display: block;
	width: 400px;
	height: 150px;
	background-color: white;
	border: 1px solid #f4f4f4;
	text-align: left;
	margin: 0 0 50px 0;
	position: relative;
	box-shadow: 0 0 1px #f4f4f4;
}
.blog_post .triangle3{
	position: absolute;
	top: 50%;
	left: 100%;
	height: 23px;
	width: 11px;
	margin-top: -11px;
	background: url('../img/triangle.png') no-repeat;
}
.blog_cont_right .blog_post .triangle3{
	background: url('../img/triangle-reverse.png') no-repeat;
	left: -11px;
}
.blog_post_info
{
	float: left;
	padding-top: 20px;
}
.blog_post_info h3
{
	padding-top: 15px;
	padding-bottom: 20px;
}
.blog_post_info p
{
	color: #7f8c8d;
	font-size: 13px;
}
.blog_post .photo
{
	padding: 20px;
	float: left;
	width: 112px;
}
.blog_post_tmp .timeline{
	position: absolute;
	top: 0;
	left: 100%;
	width: 20px;
	margin-left: 35px;
	height: 100%;
}
.blog_cont_right .blog_post_tmp .timeline{
	left: -20px;
	margin: 0 0 0 -35px;
}
.blog_post_tmp .timeline .timeline_vertical, .blog_post_tmp .timeline .timeline_vertical-last, .blog_post_tmp .timeline .timeline_vertical-bottom{
	width: 1px;
	height: 100%;
	position: absolute;
	left: 12px;
	top: 0;
	background-color: #bdc3c7;
	z-index: 2;
}
.blog_post_tmp .timeline .timeline_vertical-top{
	height: 50%;
}
.blog_post_tmp .timeline .timeline_vertical-last{
	height: 150%;
}
.blog_post_tmp .timeline .timeline_vertical-bottom{
	height: 50%;
	top: 50%;
}
.blog_post_tmp .timeline .timeline_circle{
	position: absolute;
	top: 50%;
	left: 0;
	width: 22px;
	height: 22px;
	margin: -10px 0 0 0;
	border: 2px solid #5dade2;
	border-radius: 15px;
	z-index: 3;
	background-color: white;
}
.blog_post_tmp .timeline .timeline_circle .timeline_point{
	position: absolute;
	top: 8px;
	left: 8px;
	width: 6px;
	height: 6px;
	background-color: black;
	border: 0;
	border-radius: 15px;
}
.blog_post_info .comments img
{
	height: 13px;
	width: 16px;
	float: left;
	padding-top: 4px;
	padding-right: 10px;
}
.blog_post_info .comments p
{
	float: left;
/*	padding-left: 22px;*/
}
.blog_post_info .comments
{
/*	position: relative;*/
	height: 20px;
	line-height: 20px;
}
.t-clear:after{
	clear: both;
	content: '';
	display: block;
	height: 0;
}
.map_container_1
{
	width: 960px;
	height: 100%;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}
.feedback_popup
{
	display: none;
	width: 700px;
	height: 590px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	position: fixed;
	z-index: 160;
	background-color: #ffffff;
	
}
.feedback_popup h1
{
	padding-top: 45px;
	padding-bottom: 10px;
}
.feedback_popup .polosochka2
{
	margin-bottom: 18px;
}
.feedback_popup h3
{
	padding-bottom: 38px;
}
.feedb_inp1
{
	height: 10px;
	width: 230px;
	display: inline-block;
	margin-right: 12px;
	margin-left: 12px;
	margin-bottom: 30px;
	border: #dee1e3 solid 2px;
	border-radius: 4px;
	padding: 15px;
}
.feedb_inp1::-webkit-input-placeholder
{
	font-style: italic;
	font-family: 'Lato', serif;
	font-size: 14px;
}
.feedb_text::-webkit-input-placeholder
{
	font-style: italic;
	font-family: 'Lato', serif;
	font-size: 14px;
}
.feedb_text
{
	width: 520px;
	height: 160px;
	border: #dee1e3 solid 2px;
	border-radius: 4px;
	margin-bottom: 35px;
	padding: 15px;
}
.slider_main_image_1
{
	float: left;
}
.slider_main_image_2
{
	float: right;
	position: absolute;
	bottom: 0;
	right: -37%;
}
.gallery_cont
{
	text-align: left;
}
.login_form
{
  position:absolute;
  top: 100%;
  margin-top: 30px;
  right: 0;
  width: 280px;
  height: 270px;
  border-radius: 3px;
  background-color: #faf6f6;
  text-align: center;
  color: #37353a;
  float: right;
  z-index: 151;
  display: none;
}
.login_form h1
{
  padding-top: 20px;
  padding-bottom: 12px;
  font-family: 'Lato', serif;
  line-height: 34px;
  font-size: 30px;
}

.l_form1
{
  width: 220px;
  height: 40px;
  padding-left: 15px;
  margin-bottom: 10px;
  border-radius: 3px;
  border: 0;
}
.l_form2
{
  width: 220px;
  height: 40px;
  padding-left: 15px;
  border-radius: 3px;
  border: 0;
}
.l_checkbox 
{
  text-align: left;
  padding: 0px 40px 20px 20px;
  height: 30px;
}
.l_checkbox p
{
  float: left;
  line-height: 32px;
}
.checbox-img
{
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background-color: white;
  float: left;
  margin-right: 20px;
  margin-top: 15px;
}
.checbox-img, .checbox-img img
{
  cursor: pointer;
}
.checbox-img img
{
  display: none;
  width: 20px;
}
.checbox-img.checked img
{
  display: block;
}
.forgot a
{
  float: right;
  color: #43a4e2;
  font-family: 'Lato', serif;
  height: 32px;
  line-height: 45px;
  font-size: 14px;
}
.l_form p
{
	line-height: 50px;
}
.l_form3
{
width: 220px;
  height: 40px;
  border-radius: 3px;
  background-color: #43a4e2;
  color: white;
  text-transform: uppercase;
  border: none;
}
.triangle
{
  width: 0; height: 0;
  border: 10px solid transparent;
  border-right: 10px solid #e9e9e9;
  border-bottom: 10px solid #e9e9e9;
  float: right;
  
  position: absolute;
  top: -20px;
  right: 30px;
}

/* background-attachment does the trick */
.cbp-fbscroller .fbscroll_item
{
	background-position: top center;
	background-repeat: repeat;
}

.no-touch .cbp-fbscroller .fbscroll_item {
	background-attachment: fixed;
}

.ss-style-doublediagonal {
	z-index: 1;
	padding-top: 6em;
}

.ss-style-doublediagonal::before,
.ss-style-doublediagonal::after {
	top: 0;
	left: -25%;
	z-index: -1;
	width: 150%;
	height: 75%;
	background: inherit;
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.ss-style-doublediagonal::before {
	height: 50%;
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
	-webkit-transform-origin: 3% 0;
	transform-origin: 3% 0;
}
#features
{
	position: relative;
}




.hi-icon {
	overflow: hidden;
	-webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	-moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}

.hi-icon:hover {
	background: rgba(255,255,255,1);
	color: #702fa8;
	box-shadow: 0 0 0 8px #5dade2;
}
.hi-icon1 {
	overflow: hidden;
	-webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	-moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}

.hi-icon1:hover {
	background: rgba(255,255,255,1);
	color: #702fa8;
	box-shadow: 0 0 0 8px #5dade2;
}

.hi-icon:hover img{
	-webkit-animation: toRightFromLeft 0.2s forwards;
	-moz-animation: toRightFromLeft 0.2s forwards;
	animation: toRightFromLeft 0.2s forwards;
}

@-webkit-keyframes toRightFromLeft {
	49% {
		-webkit-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toRightFromLeft {
	49% {
		-moz-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toRightFromLeft {
	49% {
		transform: translate(100%);
	}
	50% {
		opacity: 0;
		transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
.nicescroll-rails{
	z-index: 1000 !important;
}
.counter_cont
{
	width:  960px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}
.counter_item
{
	width: 233px;
	height: 70px;
	text-align: center;
	display: inline-block;
	font-size: 59px;
	line-height: 50px;
	color: #5dade2;
	font-weight: bold;
	border-right: 1px #bdc3c7 solid;
}
.counter_item.last
{
	border-right: none;
}
.counter_item h3
{
	margin-top: 10px;
}
.feature:nth-child(1){
	z-index: 4;
}
.feature:nth-child(2){
	z-index: 3;
}
.feature:nth-child(3){
	z-index: 2;
}
.feature:nth-child(4){
	z-index: 1;
}
.remember{
	color: #67696b;
}
.clear{
	clear: both;
}

/* parallax effects */
.feature:nth-child(1){
	-webkit-transition: -webkit-transform 1.4s, opacity 1.4s;
	-moz-transition: -moz-transform 1.4s, opacity 1.4s; 
	transition: transform 1.4s, opacity 1.4s;
}
.feature:nth-child(2){
	-webkit-transition: -webkit-transform 1.1s, opacity 1.1s; 
	-moz-transition: -moz-transform 1.1s, opacity 1.1s; 
	transition: transform 1.1s, opacity 1.1s;
}
.feature:nth-child(3){
	-webkit-transition: -webkit-transform 0.8s, opacity 0.8s; 
	-moz-transition: -moz-transform 0.8s, opacity 0.8s; 
	transition: transform 0.8s, opacity 0.8s;
}
.pack:nth-child(1){
	-webkit-transition: -webkit-transform 2.0s, opacity 2.0s; 
	-moz-transition: -moz-transform 2.0s, opacity 2.0s; 
	transition: transform 2.0s, opacity 2.0s;
}
.pack:nth-child(2){
	-webkit-transition: -webkit-transform 1.5s, opacity 1.5s; 
	-moz-transition: -moz-transform 1.5s, opacity 1.5s; 
	transition: transform 1.5s, opacity 1.5s;
}
.pack:nth-child(3){
	-webkit-transition: -webkit-transform 1.0s, opacity 1.0s; 
	-moz-transition: -moz-transform 1.0s, opacity 1.0s; 
	transition: transform 1.0s, opacity 1.0s;
}
.pack:nth-child(4){
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s; 
	-moz-transition: -moz-transform 0.5s, opacity 0.5s; 
	transition: transform 0.5s, opacity 0.5s;
}
.mbl-pack-mask{
	display: none;
}
feedback-as:nth-child(1),
feedback-as:nth-child(4),
feedback-as:nth-child(5),
feedback-as:nth-child(8){
	-webkit-transition: -webkit-transform 1.0s, opacity 1.0s; 
	-moz-transition: -moz-transform 1.0s, opacity 1.0s; 
	transition: transform 1.0s, opacity 1.0s;
}
.map1{
	min-width: 960px; 
	height: 100%;
	margin: auto; 
	-webkit-filter: grayscale(1);
}
iframe{
	width: 100%; 
	height: 100%;
	margin: 0;
	border: none;
}