﻿/* Global */

body {
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height:20px;
	color: #7e7e7e;
	background-color:#ffffff;
	overflow-x:hidden;
}
img {
	max-width: 100%;
}
a:link {
	color: #FF6EB4;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #EE6AA7;
	text-decoration: none;
}

.fright{float:right;
}
.fleft{float:left;
}



/* Navigation */

.menu {
	position:fixed;
	top:0px;
	width:100%; 
	height:auto; 
    background: rgb(255, 255, 255); /* Для тех, кто не поддерживает данное свойство*/
	background: rgba(255, 255, 255, 0.6);
	z-index:9999;
	transition: 3s;
}

.menu:hover {
  background: rgb(255, 255, 255); /* Для тех, кто не поддерживает данное свойство*/
	background: rgba(255, 255, 255, 0.9);
    transition: 3s;

}

#logo {
	margin-bottom:0;
}
#nav {
	text-align: right;
	margin: 31px 0 0 0;
}
.navigation{
	float: right;
	list-style: none;
	margin: 0;
}
ul.navigation {
	margin:0;
	padding:0;
}
.navigation li{
	float: left;
	margin-left:20px;
	padding:0 10px;
	text-transform:uppercase;
	font-family:'PT Sans';
	font-weight:400;
	color:#a6a6a6;
}
.navigation li:last-child {padding:0 0 0 10px;}
.navigation li:hover{
	cursor:pointer;
	color: #FBB7F4;
}

.navigation .active{
	cursor:pointer;
	color: #FBB7F4;
	font-weight:400;
}




/* General Slides */ 

.slide{
	background-attachment: fixed;
	width:100%;
	height:auto;
	position: relative;
	padding:0;
}
h1 {
	margin:0 0 27px 0;
	font-family:'Copyist';
	font-size: 52px;
	line-height: 68px;
	color:#3e3e3e;
	font-weight: 700;
}
h1 span {
	border-bottom:1px solid #3e3e3e;
}
h2 {
	margin:0 0 42px 0;
	text-transform:uppercase;
	font-family:'PT Sans';
	font-size: 24px;
	line-height: 26px;
	color:#3e3e3e;
	font-weight: 400;
}
h4 {
	margin:0 0 19px 0;
	text-transform:uppercase;
	font-family:'PT Sans';
	font-weight:400;
	font-size:20px;
	line-height:26px;
	color:#7e7e7e;
}


/* ____________________________________ Slide 1 ____________________________________ */ 
.effects {
	position:relative;
}
.effects_1 {
	background:url(../images/effect_1.png) no-repeat left top;
	position:absolute;
	top:-169px;
	left:-175px;
	width:474px;
	height:196px;
	z-index:99;
}
.effect_2 {
	background:url(../images/effect_2.png) repeat left top;
}
.padding_slide1 {padding:244px 0 270px 0;
}

#slide1{
	background-color:#ffffff;
	background-image:url(../images/slide1_bg.jpg);
	background-size: cover !important;
	text-align:center;
	background-position:0 0 !important;
}
#slide1 h1 {
	position:relative;
	z-index:100;
	margin:0;
	padding:33px 0;
	font-family:'Copyist';
	font-size: 188px;
	line-height: 86px;
	color:#FEE7FC;
	font-weight: 700;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
    opacity:0.7




}
#slide1 h2 {
	text-transform:uppercase;
	font-family:'PT Sans';
	font-size: 23px;
	color: #FFFFFF;
	line-height: 25px;
	padding:29px 40px 104px;
	font-weight: 400;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.7);
}
#slide1 a.button {
    background-image: url(../images/arrow_down.png);
    display: block;
    height: 76px;
	margin:0 auto;
    width: 76px;
}
a.button:hover {cursor:pointer;
}



#slide3 h2 {
	text-transform:uppercase;
	font-family:'PT Sans';
	font-size: 23px;
	color: #FFFFFF;
	line-height: 25px;
	font-weight: 400;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.7);
}





/* ______________________ TOP_SOCIALS ___________________________ */
#top_socials {
	padding:0;
	margin-top:127px;
}
#top_socials ul {
	padding:0;
	margin:0;
}
#top_socials li {
	display:inline-block;
}

#top_socials li a {
	display:block;
	height:28px;
	width:26px;
	margin:0 17px 0 0;
}
.soc1 a{
	background:url(../images/soc1.jpg) no-repeat;
}
.soc2 a{
	background:url(../images/soc2.jpg) no-repeat;
}
.soc3 a{
	background:url(../images/soc3.jpg) no-repeat;
}
.soc4 a{
	background:url(../images/soc4.jpg) no-repeat;
	margin:0 !important;
} 
/* _________________________ //TOP_SOCIALS _________________________ */

/* ____________________________________ Slide 2 ____________________________________ */ 

#slide2{
	background-color:#fff;
	padding:90px 0 79px 0;
}
#slide2 .grid_8 img {
	margin-bottom:15px;
}

/* _______________ ACCORDION _______________ */
.accordion {
}
.accordion h3 {
	padding: 11px 5px 2px 20px;
	margin:0 0 3px 0;
	text-transform:uppercase;
	font-family:'Arial';
	font-size:16px;
	line-height:22px;
	color:#878787;
	cursor: pointer;
	min-height:30px;
	position:relative;
	font-weight:400;
	background:#FEE7FC;
	border-bottom:1px solid #e9e9e9;
	border-top:1px solid #e9e9e9;
	border-right:1px solid #e9e9e9;
	border-left:4px solid #dedede;
}
.accordion h3:hover {
	color:#EE6AA7;
	background:#3e3e3e;
	border-left:4px solid #EE6AA7;
}
.accordion h3:last-child {border-bottom:none;
}
.accordion h3.active {
	color:#EE6AA7;
	background:#3e3e3e;
	border-left:4px solid #EE6AA7;
	margin:0;
}
.accordion h3 span {
}
.accordion h3.active span {
	background:url(../images/h3_minus.png) no-repeat left top;
	
}
.accordion .accord_cont {
	padding:13px 20px 13px 24px;
	display: none;
	background:#fff;
}
.accordion .accord_cont p {
	margin:0;
	padding:0;
}
/* ______________ //ACCORDION ______________ */


/* ____________________________________ Slide 3 ____________________________________ */ 

#slide3{
	background-image:url(../images/slide3_bg.jpg);
	background-size: cover !important;
	width:100%;
	background-position:0 0 !important;
	text-align:center;
}
.padding_slide3 {
	padding:83px 0 78px 0;
}
#slide3 p {
	padding:0;
	margin:0;
	text-transform:uppercase;
	font-family:'PT Sans';
	font-size: 56px;
	line-height: 52px;
	color:#fff;
	font-weight: 400;
}



/* ____________________________________ Slide 4 ____________________________________ */

#slide4{
	background-color:#fff;
	padding:90px 0 36px;
}

/* _________________ PORTFOLIO ________________ */
.overflow_hidden {overflow-x:hidden;}

.gallery-list li.grid_3 {width:235px !important;}

#slide4 ul{
	margin-bottom:29px;
	padding:0;
	list-style-type:none;
}

#slide4 .hover_img {
	overflow:hidden;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	height:234px;
	text-align:center;
}
#slide4 .hover_img img {border-radius:50%;
}
.hover_img {
	position:relative;
	background:#3e3e3e;
	z-index:99;
}

.portfolio_zoom, .portfolio_link {
	display:none;
	width:76px;
	height:35px;
	position:absolute;
	left:78px;
	top:147px;
	background-image:url(../images/zoom.png);
	background-position:0 0;
	background-repeat:no-repeat;
	z-index:2;
}
.portfolio_link {
	left:78px;
	background-image:url(../images/link.png);
}
.portfolio_zoom:hover, .portfolio_link:hover {background-position:0 -40px;
}
.portfolio_zoom a, .portfolio_link a {
	display:block;
	width:76px;
	height:35px;
	text-indent:-9999px;
}
.hover_img:hover .portfolio_zoom, .hover_img:hover .portfolio_link { display:block;
}

.portfolio_descr {
	position: absolute;
	left: 0;
	right: 0;
	top: 38px;
	width: 100%;
	height: 100%;
	text-align: center;
	opacity:0;
	filter: alpha(opacity=0);
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

.portfolio_descr h3 {
	display: block;
	text-transform:uppercase;
	color: #FEE7FC;
	font-family: 'PT Sans';
	font-weight:400;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 5px;
}

.portfolio_descr p {
	margin: 0;
	padding:0 20px;
	color: #c8c8c8;
	font-size: 14px;
	line-height: 20px;
}

.hover_img:hover  .portfolio_descr{
	opacity:1;
	filter: alpha(opacity=100)
}

.hover_img .img_bord {
	position:absolute;
	top:7px;
	left:7px;
	background:url(../images/img_bord.png) no-repeat;
	opacity:0;
	filter: alpha(opacity=0)
	width:221px;
	height:221px;
	width:221px;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.hover_img:hover .img_bord {
	opacity:1;
	filter: alpha(opacity=100)
}
/* _________ FILTER ________ */
#filter_img li {
	display:inline-block;
	cursor:pointer;
}

#filter_img li {
	border-left:3px solid #dedede;
	border-top:1px solid #e9e9e9;
	border-right:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
	background:#f6f6f6;
	margin:0 8px 8px 0;
	padding:0 10px;
	text-transform:uppercase;
	font-family:'PT Sans';
	font-weight:400;
	font-size:16px;
	line-height:26px;
	color:#878787;
}

#filter_img li.selected,
#filter_img li:hover {
	background:#3e3e3e;
	color:#EE6AA7;
	border-left:3px solid #3e3e3e;
	border-top:1px solid #3e3e3e;
	border-right:1px solid #3e3e3e;
	border-bottom:1px solid #3e3e3e;
}
/* ________ //FILTER _______ */

/* ________________ //PORTFOLIO _______________ */


/* ____________________________________ Slide 5 ____________________________________ */ 
.padding_slide5 {
	padding:26px 0;
}
#slide5{
	background-image:url(../images/slide5_bg.jpg);
	background-position:0 0 !important;
	text-align:center;
	background-size: cover !important;
	width:100%;
}
.padding_slide3 {
	padding:100px 0 25px 0;
}
#slide5 span {
	padding:0 5px;
	margin:0 0 18px 0;
	background:#EE6AA7;
	text-transform:uppercase;
	font-family:'PT Sans';
	font-size: 75px;
	line-height: 86px;
	color:#3e3e3e;
	font-weight: 700;
}



#slide5 h2 {
text-transform: uppercase;
font-family: 'PT Sans';
font-size: 23px;
color: #FFFFFF;
line-height: 25px;
font-weight: 400;
text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.7);
}


/* ___________________________________ //Slide 5 ___________________________________ */ 

/* ____________________________________ Slide 6 ____________________________________ */

#slide6{
	background-color:#fff;
	padding:90px 0 44px;
}

/* _________ SKILLS ________ */
#skills_block {
	padding:0;
	margin:0;
}
#skills_block p {
	margin:0;
	padding:0 0 3px 0;
}
#skills_block p span {color:#EE6AA7;}

#skills_block li {
	margin-bottom:25px;
	height:19px;
	width:100%;
	border:1px solid #e9e9e9;
	background:#f6f6f6;
}

#skills_block li .percentage_60 {
	margin:-1px 0 0 -1px;
	width:60%;
	height:21px;
	background:#EE6AA7;
}
#skills_block li .percentage_70 {
	margin:-1px 0 0 -1px;
	width:70%;
	height:21px;
	background:#EE6AA7;
}
#skills_block li .percentage_50 {
	margin:-1px 0 0 -1px;
	width:50%;
	height:21px;
	background:#EE6AA7;
}
#skills_block li .percentage_65 {
	margin:-1px 0 0 -1px;
	width:65%;
	height:21px;
	background:#EE6AA7;
}

/* ________ //SKILLS _______ */

/* ________ serv_inf _______ */
.serv_inf {
	margin:0 0 20px 0;
}

.serv_inf img {
	float:left;
	margin-right:20px;
	-webkit-transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
    -ms-transition: all 0.9s ease 0s;
    transition: all 0.9s ease 0s;
}
.serv_inf:hover img {
	-webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
.serv_inf a {
	display:block;
	padding:5px 0 10px;
	text-transform:uppercase;
	font-family:'PT Sans';
	font-weight:400;
	font-size:20px;
	line-height:22px;
	color:#3e3e3e;
}
.serv_inf a:hover {
	text-decoration:none;
	color:#EE6AA7;
}
/* _______ //serv_inf ______ */

/* ____________________________________ //Slide 6 ____________________________________ */


/* ____________________________________ Slide 7 ____________________________________ */ 
.padding_slide7 {
	padding:28px 0 24px;
}
#slide7{
	background-image:url(../images/slide7_bg.jpg);
	background-position:0 0 !important;
	text-align:center;
	background-size: cover !important;
	width:100%;
}

#slide7 span {
	text-transform:uppercase;
	font-family:'PT Sans';
	font-size: 75px;
	line-height: 103px;
	color:#3e3e3e;
	font-weight: 700;
}
/* ___________________________________ //Slide 7 ___________________________________ */ 


/* ____________________________________ Slide 8 ____________________________________ */

#slide8{
	background-color:#fff;
	padding:90px 0 90px;
}

/* ________________ team_block _________________ */
.team_block {
	text-align:center;
	border-bottom:3px solid #c8c8c8;
}
.team_block h4 {
	margin:24px 0 10px;
	text-transform:uppercase;
	font-family:'PT Sans';
	font-weight:400;
	font-size:20px;
	line-height:26px;
	color:#3e3e3e;
}
.team_block p {
	margin:0 0 10px 0;
	padding:0 0 16px 0;
	border-bottom:1px solid #c8c8c8;
	font-size:16px;
	color:#c8c8c8;
}
ul.team_soc {
	margin:10px 0 12px 0;
	padding:0;
}
.team_soc li {display:inline-block;}
.team_soc li a {
	display:inline-block;
	margin-right:2px;
	width:28px;
	height:28px;
}
a.soc1 {
	background:url(../images/team_soc_icons.png) no-repeat 0 0 #c8c8c8;
}
a.soc2 {
	background:url(../images/team_soc_icons.png) no-repeat -30px 0 #c8c8c8;
}
a.soc3 {
	background:url(../images/team_soc_icons.png) no-repeat -62px 0 #c8c8c8;
}
a.soc4 {
	background:url(../images/team_soc_icons.png) no-repeat -89px 0 #c8c8c8;
}

a.soc1:hover {
	background:url(../images/team_soc_icons.png) no-repeat 0 0 #3e3e3e;
}
a.soc2:hover {
	background:url(../images/team_soc_icons.png) no-repeat -30px 0 #3e3e3e;
}
a.soc3:hover {
	background:url(../images/team_soc_icons.png) no-repeat -62px 0 #3e3e3e;
}
a.soc4:hover {
	background:url(../images/team_soc_icons.png) no-repeat -89px 0 #3e3e3e;
}

.team_block:hover h4 {
	color:#EE6AA7;
}
.team_block:hover {
	border-bottom:3px solid #EE6AA7;
}
/* _______________ //team_block ________________ */

/* ____________________________________ //Slide 8 ____________________________________ */


/* ____________________________________ Slide 9 ____________________________________ */ 
.padding_slide9 {
	padding:136px 0 109px;
}
#slide9{
	background-image:url(../images/slide9_bg.jpg);
	background-position:0 0 !important;
	text-align:center;
	background-size: cover !important;
	width:100%;
}

#slide9 p {
	text-transform:uppercase;
	font-family:'PT Sans';
	font-size: 61px;
	line-height: 60px;
	color:#EE6AA7;
	font-weight: 700;
}

/* ____________________________________ Slide 10 ____________________________________ */

#slide10{
	background-color:#fff;
	padding:90px 0 0 0;
}

/* ______________ CONTACT_FORM ______________ */
.contact_form input[type="text"],
.contact_form textarea {
	width:94%;
	margin-bottom:19px;
			font-family:'PT Sans';
	font-weight:400;
	padding: 10px;
border: solid 5px #FEE7FC;
transition: border 0.3s;}
.contact_form textarea {
	resize: none;
	height: auto;
    min-height: 125px;
}
.contact_form input[type="text"]:focus,
.contact_form textarea:focus {border: solid 5px #EE6AA7;}
.contact_btn {
	display: inline-block;
	border:none;
	text-transform:uppercase;
	margin:0 10px 14px 0;
	padding:5px 15px 6px;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	font-family: 'PT Sans', sans-serif;
	font-weight:400;
	text-align: center;
	vertical-align: middle;
	background-color: #3e3e3e;
}
.contact_btn:hover {
	background-color:#FF6EB4;
	color:#3e3e3e;
}
#note .notification_ok {
	margin-top:20px;
	padding:7px 10px;
	text-align:center;
	text-transform:uppercase;
	background:#3e3e3e;
	font-family:'PT Sans';
	font-weight:400;
	font-size:16px;
	color:#FF6EB4;
}
#note .notification_error {
	font-family:'PT Sans';
	font-weight:400;
	font-size:16px;
	color:#f00;
}
/* _____________ //CONTACT_FORM _____________ */

/* ____________ CONTACT_DETAILS _____________ */
.contact_det_block {margin-top:-5px;
}

ul.foot_block_intouch {
	margin:0;
	padding:2px 0 0 0;
}

.foot_block_intouch li {padding-bottom:8px !important;}
.foot_block_intouch li p, .foot_block_intouch a {
	color:#c8c8c8;
	line-height:21px;
	font-size:14px;
	padding:0 0 0 34px;
	margin:0;
}
.foot_block_intouch li a:hover {color:#EE6AA7;text-decoration:none;}

.foot_block_intouch li.touch_phone p {
	background:url(../images/contact_icon.png) no-repeat 0 0;
}
.foot_block_intouch li.touch_clock p {
	background:url(../images/contact_icon.png) no-repeat 0 -98px;
}
.foot_block_intouch li.touch_mail a {
	background:url(../images/contact_icon.png) no-repeat 0 -190px;
}
.foot_block_intouch li.touch_site a {
	background:url(../images/contact_icon.png) no-repeat 0 -294px;
	display:block;
	height:20px;
}

.foot_block_intouch li.touch_mail a:hover {
	background:url(../images/contact_icon.png) no-repeat 0 -620px;
}
.foot_block_intouch li.touch_site a:hover {
	background:url(../images/contact_icon.png) no-repeat 0 -524px;
}

.foot_block_intouch li.touch_adress p {
	background:url(../images/contact_icon.png) no-repeat 0 -425px;
}

/* ___________ //CONTACT_DETAILS ____________ */
#map_block {
	margin:66px 0 0 0;
}

/* ___________________________________ //Slide 10 ___________________________________ */ 


/* ____________________________________ FOOTER ____________________________________ */
#footer {
	background:#3e3e3e;
	padding:27px 0 23px;
}
.copyright {
	float:left;
	text-transform:uppercase;
	font-family:'PT Sans';
	font-weight:400;
	color:#979797;
}
.copyright a {
	color:#EE6AA7;
}
.copyright a:hover {text-decoration:underline:
}

/* _____________ BACK_TOP ___________ */
#back_top {
	float:right;
}
#back_top a.button {
	display:block;
	text-transform:uppercase;
	padding-right:28px;
	background:url(../images/back_top_bg.png) no-repeat top right;
	font-family:'PT Sans';
	font-weight:400;
	height:19px;
	color:#979797;
}
#back_top a.button:hover {text-decoration:none;}
/* ____________ //BACK_TOP __________ */

/* ___________________________________ //FOOTER ___________________________________ */





a.serv_block {
	display:block;
	position:relative;
	padding:21px 26px;
	background:#FEE7FC;
	font-family: 'Arial', sans-serif;
	color:#7e7e7e;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
a.serv_block:hover {
	background:#FBB7F4;
	color:#fff;
}

.iconimg, .iconimg_h {
	float:left;
	margin-right:15px;
	position:absolute;
}

.iconimg_h {
	opacity:0;
	filter: alpha(opacity=0);
	/* safari / chrome */
	-webkit-animation-name:rotater;
	-webkit-animation-duration:500ms;
	-webkit-animation-iteration-count:1;
	-webkit-animation-timing-function: ease-out;

	/* mozilla */
	-moz-transform: scale(0);
	-moz-transition-duration:500ms;
	-moz-transition-timing-function: ease-out;

	/* opera */
	-o-transform: scale(0);
	-o-transition-duration:500ms;
	-o-transition-timing-function: ease-out;

	/* ie */
	-ms-transform: scale(0);
	-ms-transform-duration:500ms;
	-ms-transform-timing-function: ease-out;
}

.serv_block:hover .iconimg {
	opacity:0;
	filter: alpha(opacity=0);
	/* safari / chrome */
	-webkit-animation-name:rotater;
	-webkit-animation-duration:900ms;
	-webkit-animation-iteration-count:1;
	-webkit-animation-timing-function: ease-out;

	/* mozilla */
	-moz-transform: scale(2);
	-moz-transition-duration:900ms;
	-moz-transition-timing-function: ease-out;

	/* opera */
	-o-transform: scale(2);
	-o-transition-duration:900ms;
	-o-transition-timing-function: ease-out;

	/* ie */
	-ms-transform: scale(2);
	-ms-transform-duration:900ms;
	-ms-transform-timing-function: ease-out;
}
.serv_block:hover .iconimg_h {
	opacity:1;
	filter: alpha(opacity=100);
	/* safari / chrome */
	-webkit-animation-name:rotater;
	-webkit-animation-duration:900ms;
	-webkit-animation-iteration-count:1;
	-webkit-animation-timing-function: ease-out;

	/* mozilla */
	-moz-transform: scale(1);
	-moz-transition-duration:900ms;
	-moz-transition-timing-function: ease-out;

	/* opera */
	-o-transform: scale(1);
	-o-transition-duration:900ms;
	-o-transition-timing-function: ease-out;

	/* ie */
	-ms-transform: scale(1);
	-ms-transform-duration:900ms;
	-ms-transform-timing-function: ease-out;
}

.serv_block p {
	margin:0;
	padding:0 17px 15px 59px;
	text-transform:uppercase;
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size:20px;
	line-height:22px;
	color:#a0a0a0;
}
.serv_block:hover p {color:#fff;
}

a:-webkit-any-link{
text-decoration:none !important;
}











.container {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 768px) {
.container {
width: 750px;
}
}
@media (min-width: 992px) {
.container {
width: 970px;
}
}
@media (min-width: 1200px) {
.container {
width: 1000px;
max-width: 1000px;
}
}
.container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.row {
margin-right: -15px;
margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
min-height: 1px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
float: left;
}

.col-xs-3 {
width: 25%;
}

@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
float: left;
}

.col-sm-3 {
width: 25%;
}

}
@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
float: left;
}

.col-md-3 {
width: 25%;
}

}
@media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
float: left;
}

.col-lg-3 {
width: 25%;
}

}

.ordering-section-grids {
margin-top: 6em;
}
.ordering-section-grid-process label{
position: absolute;
background: url("../images/img-sprite.png") no-repeat -250px -79px;
display: inline-block;
width: 80px;
height: 23px;
top: 98%;
right: -220%;
}

.ordering-section-grid{
background: url("../images/order-section-bg.png") no-repeat;
min-height: 200px;
position:relative;
cursor: pointer;
left: 25px;
}
.ordering-section-grid-process{
position:absolute;
top: -15%;
left: 26%;
}
.ordering-section-grid-process i.one{
width:65px;
height:65px;
background: url("../images/img-sprite.png") no-repeat 0px 0px;
display: inline-block;
}
.ordering-section-grid:hover i.one,.ordering-section-grid:hover i.two,
.ordering-section-grid:hover i.three,.ordering-section-grid:hover i.four{
transform: rotateY(360deg);
-webkit-transform: rotateY(360deg);
-moz-transform: rotateY(360deg);
-o-transform: rotateY(360deg);
-webkit-transition: 0.8s;
-moz-transition: 0.8s;
-o-transition: 0.8s;
transition: 0.8s;
}
.ordering-section-grid-process i.two{
width:65px;
height:65px;
background: url("../images/img-sprite.png") no-repeat -65px 0px;
display: inline-block;
}
.ordering-section-grid-process i.three{
width:65px;
height:65px;
background: url("../images/img-sprite.png") no-repeat -130px 0px;
display: inline-block;
}
.ordering-section-grid-process i.four{
width:65px;
height:65px;
background: url("../images/img-sprite.png") no-repeat -195px 0px;
display: inline-block;
}
.ordering-section-grid-process i.one-icon{
width:45px;
height:45px;
background: url("../images/hdeart.png") no-repeat ;
display: inline-block;
margin-left:0.55em;
}
.ordering-section-grid-process i.two-icon{
width:45px;
height:45px;
background: url("../images/cdown.png") no-repeat ;
display: inline-block;
margin-left:0.55em;
}
.ordering-section-grid-process i.three-icon{
width:45px;
height:45px;
background: url("../images/hdeart.png") no-repeat ;
display: inline-block;
margin-left:0.75em;
}
.ordering-section-grid-process i.four-icon{
width:45px;
height:45px;
background: url("../images/cdown.png") no-repeat ;
display: inline-block;
margin-left:0.6em;
}
.ordering-section-grid-process p{
font-size:18px;
color: #fff;
font-weight: 700;
margin-top: 1.5em;
position:absolute;
left:-35%;
width:112px;
text-align: center;
}
.ordering-section-grid-process label{

}
.ordering-section-grid-process span{
font-weight:300;
color:#FEE7FC;
font-size:18px;
}

.icon{
float:left;
margin-right:6%;
width:26%;
}

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

.ordering-section-head h3 {
font-size: 2.4em;
}
.ordering-section {
padding: 3em 0;
}
.order-form-head h3 {
font-size: 2em;
}
.order-form-head p {
font-size: 17px;
margin-bottom: 1.8em;
}
}
@media screen and (max-width:1280px){

.order-form-head h3 {
font-size: 2.1em;
}
.contact-head {
padding: 2em 0;
}
}
@media screen and (max-width:1024px){

.ordering-section-grid-process label {
background: url("../images/img-sprite.png") no-repeat -211px -66px;
width: 45px;
height: 23px;
right: -163%;
background-size: 500px;
}
.ordering-section-grid-process {
left: 28%;
}

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

.ordering-section-grid {
width: 25%;
float: left;
left: 0px;
}
.ordering-section-grid {
background-size: 140px;
}
.ordering-section-grids {
margin-top: 4em;
}
.ordering-section-grid-process {
left: 28%;
top: -10%;
}
.ordering-section-grid-process i.one{
width: 40px;
height: 40px;
background-size: 380px;
}
.ordering-section-grid-process i.two {
width: 40px;
height: 40px;
background: url("../images/img-sprite.png") no-repeat -42px 0px;
background-size: 380px;
}
.ordering-section-grid-process i.three {
width: 40px;
height: 40px;
background: url("../images/img-sprite.png") no-repeat -83px 0px;
background-size: 380px;
}
.ordering-section-grid-process i.four {
width: 40px;
height: 40px;
background: url("../images/img-sprite.png") no-repeat -124px 0px;
background-size: 380px;
}
.ordering-section-grid-process p {
font-size: 15px;
margin-top: 1em;
left: -90%;
}
.ordering-section-grid-process i.one-icon {
width: 30px;
height: 30px;
background: url("../images/hdeart.png") no-repeat ;
margin: 0.3em 0 0 0.3em;
background-size: 440px;
}
.ordering-section-grid-process i.two-icon {
width: 30px;
height: 30px;
background: url("../images/cdown.png") no-repeat ;
margin: 0.3em 0 0 0.3em;
background-size: 440px;
}
.ordering-section-grid-process i.three-icon {
width: 33px;
height: 30px;
background: url("../images/hdeart.png") no-repeat ;
margin: 0.3em 0 0 0.3em;
background-size: 440px;
}
.ordering-section-grid-process i.four-icon {
width: 30px;
height: 30px;
background: url("../images/cdown.png") no-repeat ;
margin: 0.3em 0 0 0.3em;
background-size: 440px;
}
.ordering-section-grid-process label {
background: url("../images/img-sprite.png") no-repeat -202px -63px;
width: 40px;
height: 20px;
right: -225%;
background-size: 470px;
}
.ordering-section {
padding: 2em 0 0 0;
}
.ordering-section-grid-process span {
font-size: 15px;
}
.offer-text span {
top: 83%;
right: 42%;
}

}
@media screen and (max-width:768px){
.container {
width: 720px;
}
.ordering-section-grid {
min-height: 170px;
left: 0px;
}
.ordering-section-grid-process {
top: -12%;
}

}
@media screen and (max-width:640px){
.container {
width: 593px;
}

.ordering-section {
padding: 1.5em 0 0 0;
}
.ordering-section-grid-process {
left: 28.5%;
top: -16%;
}
.ordering-section-grid-process i.one-icon,.ordering-section-grid-process i.two-icon,
.ordering-section-grid-process i.three-icon,.ordering-section-grid-process i.four-icon{
margin: 0 0 0 0.3em;
}
.ordering-section-grid {
min-height:
143px;
left: 0px;
}
.ordering-section-grid-process p {
font-size: 14px;
margin-top: 0.7em;
line-height: 1.1em;
}

.ordering-section-grid-process label {
display: none;
}
.ordering-section-grids {
margin-top: 3em;
}
.ordering-section-grid {
background-size: 120px;
}

.order-form-head h3 {
font-size: 1.6em;
}
.order-form-grid h5 {
font-size: 1.4em;
}
.order-form-head p {
font-size: 16px;
margin-bottom: 1.2em;
}
}
@media screen and (max-width:480px){
.container {
width: 433px;
}
.ordering-section-grid-process label {
display: none;
}
.ordering-section-grid-process {
left: 31.5%;
}

.ordering-section-grid {
width: 40%;
float: left;
margin:0 0 2em 10%;
}
.ordering-section-grid-process {
left: 23.5%;
}
.ordering-section-head h3 {
font-size: 1.4em;
}

}
@media screen and (max-width:320px){
.container {
width: 100%;
margin:0;
}
.ordering-section-grid {
background-size: 110px;
width: 50%;
margin:0;
}

.order-form-grid input.text {
padding: 0.3em;
width: 100%;
margin: 0.5em 0;
font-size: 14px;
}
.order-form-grid input[type="button"] {
padding: 0.4em 1.2em;
font-size: 14px;
}
.restaurent-logo {
width: 38%;
padding: 0;
margin-right: 2%;
}

}

.ordering-section-grid-process i.four-icon{
width:45px;
height:45px;
background: url("../images/cdown.png") no-repeat ;
display: inline-block;
margin-left:0.6em;
}




   
   @font-face {
    font-family: Copyist; 
    src: local('Copyist'), local('Copyist-Regular'),
        url(/fonts/Copyist.eot),
        url(/fonts/Copyist.eot?#iefix) format('embedded-opentype'),
        url(/fonts/Copyist.woff) format('woff'),
        url(/fonts/Copyist.ttf) format('truetype'),
        url(/fonts/Copyist.svg) format('svg');
}





.lol {
position: relative;
z-index: 100;
text-align: center
 margin-left: auto;
 margin-right: auto;
font-family: 'Copyist';
font-size: 130px;
line-height: 130px;
color: #FEE7FC;
font-weight: 700;
text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);

}



.butt {
font-weight: 700;
color: #7e7e7e;
text-decoration: none;
padding: .8em 1em calc(.8em + 3px);
border-radius: 3px;
background: rgb(254,231,252);
box-shadow: 0 -3px rgb(238,106,167) inset;
transition: 0.2s;
border: 0px;
} 
.butt:hover { background: rgb(238,106,167);
color: #FFFFFF;

 }
.butt:active {
color: #FFFFFF;
background: rgb(238,106,167);
box-shadow: 0 3px rgb(33,147,90) inset;
}


#domain {
padding: 10px;
border: solid 5px #FEE7FC;
transition: border 0.3s;
}
#domain:focus {
border: solid 5px #EE6AA7;
}

.select_domen {
padding: 10px;
border: solid 5px #FEE7FC;
transition: border 0.3s;
}
.select_domen:focus {
border: solid 5px #EE6AA7;
}

#txtHint {text-align: center;} 




.contact-bottom h3 {
	margin: 1em 0 0.7em;
	font-size: 1.6em;
}

.contact-bottom h3 {
	margin: 1em 0 0.7em;
	font-size: 1.6em;
}


.ca-container1{
	position: relative;
	padding-top:1em;
	height: 450px;
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}

ul.social li {
	padding: 1em 0.3em;
}

ul.social{
	text-align:center;
}
ul.social li {
	padding: 2em 3em;
}

ul.social li {
	padding: 2em 1em;
}

ul.social li {
	padding: 2em 2.9em;
}

ul.social{
	padding: 0;
	margin: 0;
}
 ul.social li{
	display: inline-block;
	padding: 2em 3.5em;
}


ul.social li span{
	background-image: url(/images/tweet.png);
	width: 70px;
	min-height: 70px;
	display: block;
}
ul.social li.been span{
	background-image: url(/images/skype.png);
}
ul.social li.angle span{
	background-image: url(/images/insta.png);
}
ul.social li.vimeo span{
	background-image: url(/images/vk.png);
}
ul.social li.facebook span{
	background-image: url(/images/fb.png);
}

.bordered {
width: 66%;
margin-left: auto;
margin-right: auto;
margin-bottom: 0;
}
.bordered {
position: relative;
margin: 40px 0 40px 0;
padding: 45px 26px 25px;
border: solid 5px #FEE7FC;
margin-left: auto;
margin-right: auto;
}

.ttl {
position: absolute;
color: #7e7e7e;
top: -11px;
left: 0;
height: 20px;
line-height: 20px;
width: 100%;
text-align: center;
}
.ttl span {
padding: 0 25px;
background: #fff;
text-transform: uppercase;
font-weight: normal;
font-style: normal;
font-size: 0.9em;
}
.col {
    color: #7e7e7e;
float: left;
width: 48%;
margin: 0 2% 0 0;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}



::selection {
background: #FEE7FC;
}
::-moz-selection {
background: #FEE7FC;
}