/* =================================================================== */
/*
/*  KREO v1.0 Main Stylesheet
/*  url: styleshout.com
/*  10-12-2015
/*
/*	 TOC:
/*  01. =webfonts and iconfonts
/*  002. =document setup
/*  003. =preloader
/*  004. =forms
/*  005. =theme common styles
/*  006. =header styles
/*  007. =hero section
/* 	008. =portfolio styles
/*  09. =services
/*  10. =about
/*  11. =testimonials
/*  12. =contact
/*  13. =footer
/*	14. =paypal
/* =================================================================== */

/** 
/* 01. =webfonts and iconfonts
/* =================================================================== */

@import url("fonts.css");
@import url("font-awesome/css/font-awesome.min.css");


/** 
/* 02. =document setup
/* =================================================================== */

/* Body 
---------------------------------------------------------------------- */
html,
body {
	height: 100%;
}

body {
	background: #151212;
	font: 16px/30px "russia", serif;
	font-weight: normal;
	color: #575859;
	word-wrap: break-word;
	min-width: 340px;
}

body::-webkit-scrollbar {
	width: 8px;
    height: 4px;
}

::-webkit-scrollbar-track {
	background: #000000;
}

::-webkit-scrollbar-thumb {
	background: #edc128;
	border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
	background: #BE7301;
}

::selection {
    background: #151001;
    color: #edc128;
}

/* links 
---------------------------------------------------------------------- */
a,
a:visited {
	outline: none;
	color: #5a3221;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

a:hover,
a:focus,
a.selected {
	color: #edc128;#edc128;
}

/* Typography
--------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "molot-regular", sans-serif;
	color: #0F1215;
	font-style: normal;
	text-rendering: optimizeLegibility;
	margin: 18px 0 15px;
	font-weight: 400;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
}

h1 {
	font-size: 30px;
	line-height: 36px;
	margin-top: 0;
	letter-spacing: -1px;
}

h2 {
	font-size: 24px;
	line-height: 30px;
}

h3 {
	font-size: 20px;
	line-height: 30px;
}

h4 {
	font-size: 17px;
	line-height: 30px;
}

h5 {
	font-size: 14px;
	line-height: 30px;
	margin-top: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h6 {
	font-size: 13px;
	line-height: 30px;
	margin-top: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

p {
	margin: 15px 0 15px 0;
}

p img {
	margin: 0;
}

p.lead {
	font: 20px/36px "russia", serif;
	color: #707273;
}

p.warning {
	font-weight: 1000 !important;
	color: #CD4110;
}

em {
	font: 16px/30px "merriweather-italic", serif;
	font-style: normal;
}

strong,
b {
	font: 16px/30px "merriweather-bold", serif;
	font-weight: normal;
}

small {
	font-size: 11px;
	line-height: inherit;
}

blockquote {
	margin: 18px 0px;
	padding-left: 40px;
	position: relative;
}

blockquote:before {
	content: "\201C";
	opacity: 0.45;
	font-size: 80px;
	line-height: 0px;
	margin: 0;
	font-family: arial, sans-serif;
	position: absolute;
	top: 30px;
	left: 0;
}

blockquote p {
	font-family: georgia, serif;
	font-style: italic;
	padding: 0;
	font-size: 18px;
	line-height: 30px;
}

blockquote cite {
	display: block;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
}

blockquote cite:before {
	content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
	color: #707273;
	border: none;
}

abbr {
	font-family: "merriweather-bold", serif;
	font-variant: small-caps;
	text-transform: lowercase;
	letter-spacing: .5px;
	color: #707273;
}

pre,
code {
	font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	padding: 3px;
	background: #ECF0F1;
	color: #707273;
	border-radius: 3px;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

mark {
	background: #FFF49B;
	color: #000;
}

hr {
	border: solid #707273;
	border-width: 1px 0 0;
	clear: both;
	margin: 23px 0 12px;
	height: 0;
}

iframe {
	width: 100%;
	height: 309px;
}

/* Lists  
--------------------------------------------------------------------- */
ul,
ol {
	margin-top: 15px;
	margin-bottom: 15px;
}

ul {
	list-style: disc;
	margin-left: 17px;
}

li {

}

li.steam, li.google {
	font: 19px/34px "molot-regular", sans-serif;
	color: #0F1215;
	position: relative;
	left: -15px;
}
li.google {
	padding-top: 15px;
}

dl {
	margin: 0 0 15px 0;
}

dt {
	margin: 0;
	color: #edc128;#edc128;
}

dd {
	margin: 0 0 0 20px;
}

/* Floated image  
--------------------------------------------------------------------- */
img.pull-right {
	margin: 12px 0px 0px 18px;
}

img.pull-left {
	margin: 12px 18px 0px 0px;
}

/* Style Placeholder Text  
--------------------------------------------------------------------- */
::-webkit-input-placeholder {
	color: #12151B;
}

:-moz-placeholder {

	/* Firefox 18- */
	color: #12151B;
}

::-moz-placeholder {

	/* Firefox 19+ */
	color: #12151B;
}

:-ms-input-placeholder {
	color: #12151B;
}

.placeholder {
	color: #12151B !important;
}

/* block grids default paddings 
--------------------------------------------------------------------- */
.bgrid {
	padding: 0 20px;
}

@media only screen and (max-width:1024px) {
	.bgrid {
		padding: 0 18px;
	}

}

@media only screen and (max-width:768px) {
	.bgrid {
		padding: 0 15px;
	}

}

@media only screen and (max-width:600px) {
	.bgrid {
		padding: 0 10px;
	}

}

@media only screen and (max-width:400px) {
	.bgrid {
		padding: 0;
	}

}


/* 
/* 03. =Preloader
/* =================================================================== */

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #151212;#0F1215;
	z-index: 9999999;
	height: 100%;
	width: 100%;
}

.no-js #preloader,
.oldie #preloader {
	display: none;
}

#loader {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	margin-top: -25px;
	background-color: #edc128;#edc128;
	-webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
	animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
	0% {
		-webkit-transform: perspective(120px);
	}

	50% {
		-webkit-transform: perspective(120px) rotateY(180deg);
	}

	100% {
		-webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
	}

}

@keyframes sk-rotateplane {
	0% {
		-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
		transform: perspective(120px) rotateX(0deg) rotateY(0deg);
	}

	50% {
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
	}

	100% {
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}

}


/* 
/* 04. =forms
/* =================================================================== */

form {
	margin-bottom: 30px;
}

fieldset {
	margin: 0 0 30px 0;
	padding: 0;
	border: none;
}

input,
button {
	-webkit-font-smoothing: antialiased;
}



input[type="text"],
input[type="password"],
input[type="email"],
input[type="phone"],
textarea,
select {
	display: block;
	padding: 18px 20px;
	margin: 0 0 12px 0;
	border: 0;
	outline: none;
	vertical-align: middle;
	color: #000;
	font-family: "russia", sans-serif;
	font-weight: 1000;
	font-size: 18px;
	line-height: 24px;
	border-radius: 3px;
	max-width: 100%;
	background: rgba(255, 255, 255, 0.6);
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

textarea {
	min-height: 252px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="phone"]:focus,
select:focus,
textarea:focus {
	color: #000000;
	background: #FFFFFF;
}

input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="email"]::placeholder,
input[type="phone"]::placeholder,
textarea::placeholder,
select {
	font-family: "molot-regular", sans-serif;
	font-weight: 100;
	font-size: 16px;
}

.button,
.button:visited,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	font: 16px/30px "molot-regular", sans-serif;
	padding: 9px 16px;
	margin: 0 3px 6px 0;
	background: #edc128;#edc128;
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	height: auto;
	text-align: center;
	border: none;
	-webkit-appearance: none;
	-webkit-font-smoothing: inherit;
	border-radius: 3px;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: #FFFFFF;
	background: #5a3221;
}

label,
legend {
	font: 15px/30px "molot-regular", sans-serif;
	margin: 12px 0;
	color: #252525;
	display: block;
}

label span,
legend span {
	color: #575859;
	font: 16px/30px "molot-regular", sans-serif;
}

input[type="checkbox"],
input[type="radio"] {
	font-size: 15px;
	color: #575859;
}

input[type="checkbox"] {
	display: inline;
}


/** 
/* 05. =theme common styles
/* =================================================================== */

/* hr */
hr {
	border: solid #283436;
	border-width: 3px 0 0;
	width: 100px;
	margin: 11px 0 30px;
	height: 0;
	clear: both;
	text-align: left;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

/* for css animations */
.show {
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	zoom: 1;
}

/* sections */
.section-head .crumbs {
	margin-left: 0;
}

.section-head .crumbs li {
	list-style-type: none;
	display: inline-block;
	margin-right: 10px;
	color: #5a3221;
}
.section-head .crumbs i {
	position: relative;
	top: 1px;
	left: 5px;
}

.section-head h1 {
	font: 35px/40px "molot-regular", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2.5px;
	color: #0F1215;
	margin-bottom: 30px;
	margin-top: 18px;
}

.section-head h2 {
	font: 35px/35px "molot-regular", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2.5px;
	color: #0F1215;
	margin-bottom: 30px;
	margin-top: 18px;
}

.section-head h2 {
	color: #0F1215;
}

.section-head h1 span {
	position: relative;
	left: 3px;
}

.section-head p {
	font: 20px/36px "russia", serif;
	width: 95%;
}
.section-head .text_list {
	font: 20px/36px "russia", serif;
}
.section-head span.strong, p.strong {
	font-weight: 1000;
}

.section-head:hover h1 + hr {
	border-color: #edc128;
	width: 120px;
	text-align: left;
}

.section-head:hover h2 + hr {
	border-color: #edc128;
	width: 120px;
	text-align: left;
}

@media only screen and (max-width:768px) {
	.section-head {
		text-align: center;
	}

	.section-head p {
		text-align: left;
	}

	.section-head p {
		font: 18px/36px "russia", serif;
		width: auto;
	}

	.section-head span.strong, p.strong {
		font-weight: 1000;
	}

	.section-head h1 + hr {
		margin-left: auto;
		margin-right: auto;
	}

	.section-head h2 + hr {
		margin-left: auto;
		margin-right: auto;
	}

}

@media only screen and (max-width:600px) {
	.section-head p {
		font: 17px/33px "russia", serif;
		width: auto;
	}
	.section-head span.strong, p.strong {
		font-weight: 1000;
	}

	#packages p {
	    padding: 0 10px;
	} 

}

@media only screen and (max-width:400px) {
	.section-head [class*="column"] {
		padding: 0;
	}

}

#packages {
	margin-bottom: 20px;
}

#packages h2 {
	color: #0F1215;
	font-weight: 500;
} 

#packages p {
	font: 20px/36px "russia", serif;
    width: 95%;
} 

@media only screen and (max-width:768px) {
	#packages {
		text-align: center;
	}

	#packages p {
		text-align: left;
	}

	#packages p {
		font: 18px/36px "russia", serif;
		width: auto;
	}

	.portfolio-item-meta p {
		text-align: center !important;
	}

}

@media screen and (max-width: 600px) {
	#packages {
	    padding-left: 0px;
	    padding-right: 0px;
	    margin-bottom: 50px;
	}

	#packages p {
		font: 17px/33px "russia", serif;
		width: 95%;
		margin: 0 auto;
	}

	#packages h2 {
	     text-align: center;
	}
	#packages .bgrid{
		margin-bottom:10px;
	}
}

@media only screen and (max-width:400px) {
	#packages p {
	    padding: 0 30px;
    	width: 100%;
	} 

}



/** 
/* 06. =header styles
/* =================================================================== */

header {
	height: 66px;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 600;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;  

	
}
header.opaque {
	background: black;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* header logo */
header .logo {
	background: #edc128;#edc128;
	float: left;
	width: auto;
	margin-left: 15px;
	margin-right: 30px;
	z-index: 600;    
	
	/* add position relative since z-index only applies to  
	elements that have been given an explicit position */
	position: relative;
}

header .logo a {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	width: 114px;
	height: 66px;
	background: url("../images/logoK@4x.png") no-repeat center;
	background-size: 50%;
}

/* header social */
header .header-social {
	font-size: 20px;
	font-weight: normal;
	line-height: 66px;
	margin-top: 0;
	margin-left: 10px;
	padding-left: 16px;
	border-left: 1px solid rgba(150, 150, 150, 0.2);
	float: left;
	position: relative;
	top: -1px;
}

header .header-social li {
	display: inline-block;
	margin-right: 10px;
}

header .header-social li a {
	color: #FFFFFF;
}

header .header-social li a:hover {
	color: #edc128;#edc128;
}

header .header-social li a.header_lang i {
	font-size: 30px;
	position: relative;
	top: 3px;
	
}
header .header-social li a.header_lang {
	font: 17px/18px "molot-regular", sans-serif;
	letter-spacing: 1px;
	margin-left: 10px;
}

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

	header .header-social li.mobile_off {
		display: none;
	}
	header .header-social li a {
		color: #edc128;
	}
	header .header-social li a:hover {
		color: #FFFFFF;
	}

	header .header-social {
		margin-left: 5px;
		border-left: none;
	}

}

/* media queries:  
/* header/header components */
@media only screen and (max-width:880px) {
	header .header-social li.mobile_off {
		display: none;
	}
	header .header-social li a {
		color: #edc128;
	}
	header .header-social li a:hover {
		color: #FFFFFF;
	}
	header .header-social {
		margin-left: 5px;
		border-left: none;
	}

}

@media only screen and (max-width:768px) {
	header {
		background: black;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	header .row {
		width: 100%;
	}

	header .logo {
		margin-left: -30px;
	}

}

/* primary navigation
--------------------------------------------------------------------- */
#nav-wrap,
#nav-wrap ul,
#nav-wrap li,
#nav-wrap a {
	margin: 0;
	padding: 0;
}

/* nav-wrap */
#nav-wrap {
	font: 16px "molot-regular", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	float: left;  
}

/* hide toggle button */
#nav-wrap > a {
	display: none;
}

ul#nav {
	min-height: 66px;
	display: inline-block;
	width: auto;  

	/* left align the menu */
	text-align: left;
}

ul#nav li {
	position: relative;
	list-style: none;
	display: inline-block;
	height: 66px;    
}

/* Links */
ul#nav li a {

	/* 14px padding top + 14px padding bottom + 38px line-height = 66px */
	display: block;
	padding: 14px 12px;
	line-height: 38px;
	text-decoration: none;
	text-align: left;
	color: #FFFFFF;
	position: relative;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

ul#nav li a:hover {
	color: #edc128;#edc128;
}

ul#nav li a:active {
	background-color: transparent !important;
}

ul#nav li.current a {
	color: #edc128;#edc128;
}

ul#nav li.current a:after {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 40px;
	height: 2px;
	margin-left: -23px;
	background-color: white;
	content: '\0020';
	display: block;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* mobile navigation 
--------------------------------------------------------------------- */
@media only screen and (max-width:930px) {
	#nav-wrap {
		z-index: 700;
		display: block;
		width: 100%;
		float: none;
		position: absolute;
		top: -39px;
		right: 0;
	}

	/* mobile-btn and toggle-btn */
	#nav-wrap > a {
		border: none;
		color: #FFFFFF;
		height: 40px;
		min-width: 40px;
		font-size: 12px;
		text-align: left;
		float: right;
		display: block;
		padding: 0;
		position: relative;
		top: 52px;
		right: 20px;
	}

	#nav-wrap > a:hover .menu-icon {
		background: #FFFFFF;
	}

	#nav-wrap .menu-icon {
		display: inline-block;
		width: 24px;
		height: 3px;
		margin-top: -3px;
		position: absolute;
		right: 8px;
		top: 50%;
		bottom: auto;
		left: auto;
		background: #edc128;#edc128;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		font: 0/0 a;
		text-shadow: none;
		color: transparent;
	}

	#nav-wrap .menu-icon:before,
	#nav-wrap .menu-icon:after {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		background-color: inherit;
		left: 0;
	}

	#nav-wrap .menu-icon:before {
		bottom: 8px;
	}

	#nav-wrap .menu-icon:after {
		top: 8px;
	}

	/* dropdown nav */
	#nav-wrap ul#nav {
		background: #1c1514;#1c212a;
		padding: 54px 45px 60px 45px;
		margin: 0;
		height: auto;
		display: none;
		clear: both;
		width: 100%;
		float: none;
		position: absolute;
		top: 103px;
		right: 0;
	}

	#nav-wrap ul#nav > li {
		display: block;
		float: none;
		height: auto;
		text-align: left;
		border-bottom: 1px dotted rgba(200, 200, 200, 0.1);
		padding: 6px 0;
	}

	#nav-wrap ul#nav > li:first-child {
		border-top: 1px dotted rgba(200, 200, 200, 0.1);
	}

	#nav-wrap ul#nav li a {
		display: block;
		width: auto;
		padding: 0;
		color: #cacbcb;
		padding: 12px 0;
		line-height: 16px;
		border: none;
	}

	#nav-wrap ul#nav li a:hover {
		color: #FFFFFF;
	}

	#nav-wrap ul#nav li.current > a {
		background: none;
		color: #edc128;#edc128;
	}

	#nav-wrap ul#nav li.current > a:after {
		display: none;
	}

	#nav-wrap a.mobile-btn {
		display: none;
	}

	.js #nav-wrap a#toggle-btn {
		display: block;
	}

	/* if js is disabled */
	.no-js #nav-wrap:not(:target) > a:first-of-type,
	.no-js #nav-wrap:target > a:last-of-type {
		display: block;
	}

	.no-js #nav-wrap:target ul#nav {
		display: block;
	}

}

/* make sure the menu is visible on larger screens
--------------------------------------------------------------------- */
@media only screen and (min-width:931px) {
	#nav-wrap ul#nav {
		display: block !important;
	}

}


/* 
/* 07. =hero section
/* =================================================================== */
/* #hero {
	background: #000 url(../images/U55Q.gif) no-repeat 78% 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;background-size: auto 100%;
	min-height: 630px;
	width: 100%;
	text-align: left;
	position: relative;
} */
#hero {
	background: #0F1215 url(../images/spring-main.gif) no-repeat bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;*/
	min-height: 630px;
	width: 100%;
	text-align: left;
	position: relative;
}

.mainbackgr {
	background-color: rgba(110,79,0,0.00000014);
	background-color: rgba(40,30,0,0.75);
	/*background-color: rgba(40,30,0,0.5);*/
	background-color: rgba(40,30,0,0.7);
}
.backgr {
	background-color: rgba(0,0,0,0);
}

.hero-content {
	position: relative;
	padding-top: 66px;
	padding-bottom: 102px;
}

/* hero slider */
#hero-slider {
	margin: 120px 0 54px;
}

#hero-slider .slides .flex-caption {
	margin: 0 30% 0 30px;
}

#hero-slider .slides .flex-caption h1,
#hero-slider .slides .flex-caption h2 {
	font: 58px/1.3 "molot-regular", sans-serif;
	letter-spacing: 1px;
	margin: 0;
	padding-bottom: 24px;
	color: white;
	text-shadow: 0 1px 20px rgba(0, 0, 0, 0.6);
	position: relative;    

	/* for css animations */
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	zoom: 1;
}

#hero-slider .slides .flex-caption h1::after,
#hero-slider .slides .flex-caption h2::after {
	display: block;
	background-color: #edc128;
	width: 100px;
	height: 3px;
	content: '\0020';
	position: absolute;
	left: 0;
	bottom: 0;
}

#hero-slider .slides .flex-caption h3 {
	font: 20px/1.8 "russia", sans-serif;
	color: rgba(255, 255, 255, 0.9);
	font-weight: 1000;
	text-shadow: 0 1px 15px rgba(0, 0, 0, 0.5);
	width: 85%;
	margin-top: 24px;    

	/* for css animations */
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	zoom: 1;
}

#hero-slider .slides .flex-caption h1 span,
#hero-slider .slides .flex-caption h1 a,
#hero-slider .slides .flex-caption h2 span,
#hero-slider .slides .flex-caption h2 a {
	display: inline-block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

/* for oldIE - IE9 */
.oldie #hero-slider .slides .flex-caption h1,
.oldie #hero-slider .slides .flex-caption h2 {
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	zoom: 1;
}

.oldie #hero-slider .slides .flex-caption h3 {
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	zoom: 1;
}

/* media queries:  
/* #hero / .hero-contert / #hero-slider */

@media only screen and (max-width:1200px) {
	#hero-slider .slides .flex-caption h1,
	#hero-slider .slides .flex-caption h2 {
		font: 44px/1.3 "molot-regular", sans-serif;
	}

}

@media only screen and (max-width:1024px) {
	.hero-content {
		padding-bottom: 90px;
	}

	#hero-slider {
		text-align: center;
		margin: 102px 0 36px;
	}

	#hero-slider .slides .flex-caption {
		margin: 0 auto;
		max-width: 550px;
		width: 90%;
	}

	#hero-slider .slides .flex-caption h1,
	#hero-slider .slides .flex-caption h2 {
		font: 43px/1.3 "molot-regular", sans-serif;
	}

	#hero-slider .slides .flex-caption h1::after,
	#hero-slider .slides .flex-caption h2::after {
		margin-left: -50px;
		left: 50%;
	}

	#hero-slider .slides .flex-caption h3 {
		font: 16px/1.9 "russia", sans-serif;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}

}

@media only screen and (max-width:768px) {
	.backgr {
		min-height: 500px;
   		height: 500px;
		background-color: rgba(0,0,0,0.3);
	}

	.hero-content {
		padding-bottom: 72px;
	}

	#hero-slider {
		margin: 84px 0 36px;
	}

	#hero-slider .slides .flex-caption {
		width: auto;
	}

	#hero-slider .slides .flex-caption h1,
	#hero-slider .slides .flex-caption h2 {
		font: 41px/1.3 "molot-regular", sans-serif;
	}

	#hero-slider .slides .flex-caption h3 {
		font: 16px/1.9 "russia", sans-serif;
		width: 85%;
	}

}

@media only screen and (max-width:600px) {
	#hero {
		min-height: auto;
		background: #0F1215 url(../images/spring-main.png) no-repeat 21%;
		background-size: cover;
	}
	.backgr {
		min-height: 670px;
    	height: 670px;
		background-color: rgba(0,0,0,0.6);
	}
	.hero-content {
		padding-bottom: 72px;
	}

	#hero-slider {
		margin: 84px 0 36px;
	}

	#hero-slider .slides .flex-caption {
		margin: 0 35px 0;
		width: auto;
	}

	#hero-slider .slides .flex-caption h1,
	#hero-slider .slides .flex-caption h2 {
		font: 39px/1.3 "molot-regular", sans-serif;
	}

	#hero-slider .slides .flex-caption h3 {
		font: 15px/1.9 "russia", sans-serif;
		width: 90%;
	}

}

@media only screen and (max-width:480px) {
	.hero-content {
		padding-bottom: 72px;
	}

	#hero-slider {
		margin: 78px 0 36px;
	}

	#hero-slider .slides .flex-caption {
		margin: 0 20px 0;
		width: auto;
	}

	#hero-slider .slides .flex-caption h1,
	#hero-slider .slides .flex-caption h2 {
		font: 36px/1.3 "molot-regular", sans-serif;
	}

	#hero-slider .slides .flex-caption h3 {
		width: auto;
	}

}

@media only screen and (max-width:400px) {
	.hero-content {
		padding-bottom: 54px;
	}

	#hero-slider {
		margin: 72px 0 24px;
	}

	#hero-slider .slides .flex-caption {
		margin: 0;
	}

	#hero-slider .slides .flex-caption h1,
	#hero-slider .slides .flex-caption h2 {
		font: 40px/1.3 "molot-regular", sans-serif;
	}

}


/* control nav */
#hero .flex-control-nav {
	width: 100%;
	text-align: left;
	display: block;
	position: relative;
	bottom: 0;
	left: 30px;
	z-index: 500;
}

#hero .flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
}

#hero .flex-control-paging li a {
	width: 12px;
	height: 12px;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	border-radius: 50%;
	background: #FFFFFF;
}

#hero .flex-control-paging li a:hover {
	background: #c8c8c8;
}

#hero .flex-control-paging li a.flex-active {
	background: #edc128;#edc128;
	cursor: default;
}

/* media queries - .flex-control-nav */
@media only screen and (max-width:1024px) {
	#hero .flex-control-nav {
		text-align: center;
		left: 0;
	}

}

/* more link */
#hero #more {
	position: absolute;
	left: 50%;
	bottom: -27px;
	margin-left: 250px;
}

#hero #more a {
	font: 18px/54px "molot-regular", sans-serif;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
	display: block;
	height: 54px;
	width: 200px;
	border-radius: 3px;
	background: #5a3221;#823D1E;#5E66A3;#D3321B;#e64e04;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
	color: #FFFFFF;
	-moz-transition: all 0.4s ease-on-out;
	-o-transition: all 0.4s ease-on-out;
	-webkit-transition: all 0.4s ease-on-out;
	-ms-transition: all 0.4s ease-on-out;
	transition: all 0.4s ease-on-out;
}

#hero #more a:hover {
	background: #edc128;#edc128;
	color: #000000;
}

#hero #more a i {
	margin-left: 6px;
	position: relative;
	right: -5px;
}

/* media queries - #more */
@media only screen and (max-width:1024px) {
	#hero #more {
		margin-left: -100px;
	}

}


/** 
/* 08. =portfolio styles
/* =================================================================== */

#portfolio {
	background: #000000;
	background: url(../images/spring-portfolio.gif) no-repeat bottom;
	background-size: cover;
	z-index: 10;
	/* border-bottom: 5px solid #edc128;#edc128; */
}

#portfolio .bgportf {
	background-color: rgba(15,15,0,0.7);
	background-color: rgba(21,16,1,0.75);
	background-color: rgba(25,25,0,0.75);
	background-color: rgba(25,25,0,0.8);
	background-color: rgba(40,30,0,0.7);
	padding-top: 120px;
}

#portfolio h1, #portfolio h1 span {
	color: white;
}
#portfolio h2, #portfolio h2 span {
	color: white;
}
#portfolio p {
	color: #bbb;
}

#portfolio .row.items {
	max-width: 1260px;
	margin-top: 24px;
}

/* media queries - portfolio */

@media only screen and (max-width:1300px) {
	#portfolio .row.items {
		width: 100%;
		padding: 0;
	}

	#portfolio .row.items .columns {
		padding: 0;
	}

}

@media only screen and (max-width:600px) {
	#portfolio {
		min-height: auto;
		background: url(../images/spring-portfolio.png) no-repeat 0%;
		background-size: cover;
	}
}

/* portfolio content */
#portfolio-wrapper {
	margin-top: 36px;
}

#portfolio-wrapper:before,
#portfolio-wrapper:after {
	content: "";
	display: table;
}

#portfolio-wrapper:after {
	clear: both;
}

#portfolio-wrapper .bgrid {
	padding: 0;
}

.folio-item .item-wrap {
	background: #111417;
	overflow: hidden;
	position: relative;
}

.folio-item .item-wrap a {
	display: block;
	cursor: pointer;
	position: relative;
}

/* overlay */
.folio-item .item-wrap .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.85);
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	zoom: 1;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	-webkit-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}

.folio-item .item-wrap .link-icon {
	display: block;
	height: 30px;
	width: 30px;
	margin-left: -15px;
	margin-top: -15px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #FFFFFF;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	zoom: 1;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	-webkit-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	position: absolute;
	top: 50%;
	left: 50%;
}
.folio-item .item-wrap img {
	width: 100%;
	vertical-align: bottom;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.folio-item .portfolio-item-meta {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 15%;
	left: -100px;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	zoom: 1;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.folio-item .portfolio-item-meta h5 {
	font: 16px/22px "molot-regular", sans-serif;
	letter-spacing: 2px;
	color: white;
	margin: 0;
}

.folio-item .portfolio-item-meta p {
	font: 14px/18px "raleway-semibold", sans-serif;
	color: #8A8A8A;
	margin: 0;
}

/* on hover */
.folio-item:hover .overlay,
.folio-item:hover .link-icon,
.folio-item:hover .portfolio-item-meta {
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	zoom: 1;
}

.folio-item:hover .portfolio-item-meta {
	left: 0;
}

.folio-item:hover .item-wrap img {
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

/* media queries - .portfolio-item-meta */

@media only screen and (max-width:500px) {
	.folio-item .portfolio-item-meta {
		top: 16%;
	}

	.folio-item .portfolio-item-meta h5 {
		font: 15px/20px "molot-regular", sans-serif;
		letter-spacing: 1px;
	}

	.folio-item .portfolio-item-meta p {
		font: 13px/18px "raleway-semibold", sans-serif;
	}

}

@media only screen and (max-width:400px) {
	.folio-item .portfolio-item-meta {
		top: 12%;
	}

	.folio-item .portfolio-item-meta h5 {
		font: 15px/20px "molot-regular", sans-serif;
		letter-spacing: 1px;
	}

	.folio-item .portfolio-item-meta p {
		font: 11px/16px "raleway-semibold", sans-serif;
	}

}

/* Popup Modal 
/* ------------------------------------------------------------------ */
.popup-modal {
	max-width: 550px;
	background: #FFFFFF;
	position: relative;
	margin: 0 auto;  	
}

.popup-modal .media {
	position: relative;
}

.popup-modal img {
	vertical-align: bottom;
	width: 100%;
}

/* description */
.popup-modal .description-box {
	padding: 6px 36px 30px;
}

.popup-modal .description-box h4 {
	font: 18px/24px "molot-regular", sans-serif;
	color: #000000;
}

.popup-modal .description-box p {
	font: 14px/24px "russia", serif;
	color: #A1A1A1;
	margin-bottom: 12px;
}

.popup-modal .description-box p.price {
	font: 18px/28px "russia", serif;
	font-weight: 800;
	color: #5a3221;
	margin-bottom: 12px;
	margin-top: 0;
}

.popup-modal .description-box p.price .last-price {
	font: 15px/28px "russia", serif;
	font-weight: 800;
	opacity: 0.5;
	text-decoration: line-through;
}

.description-box .offer {
	font-weight: 600;
	line-height: 18px;
}

.popup-modal .description-box ul li {
	padding-left: 0px;
}

.popup-modal .description-box ul li.bonus {
	color: #39ad29;
}

/* categories */
.popup-modal .categories {
	font: 11px/18px "molot-regular", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	text-align: left;
	color: rgba(0, 0, 0, 0.5);
}

/* link box */
.popup-modal .link-box {
	width: 100%;
	overflow: hidden;
	background: #5a3221;#000000;
}

.popup-modal .link-box a {
	font: 16px/60px "molot-regular", sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 3px;
	cursor: pointer;
	display: block;
	text-align: center;
	float: left;
	/*width: 50%;*/
	width: 100%;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* .popup-modal .link-box a:first-child {
	border-right: 1px solid rgba(200, 200, 200, 0.5);
} */

.popup-modal .link-box a:hover {
	background: #edc128;#edc128;
	color: #000000;
	border: none;
}

/* media queries - popup-modal */

@media only screen and (max-width:600px) {
	.popup-modal {
		width: auto;
		margin: 0 20px;
	}

}

/* transition effect for modal popup
/* ------------------------------------------------------------------ */

/* overlay at start */
.mfp-fade.mfp-bg {
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	zoom: 1;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
	filter: alpha(opacity=80);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	opacity: 0.8;
	zoom: 1;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	zoom: 1;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	zoom: 1;
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* content animate in */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	zoom: 1;
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	zoom: 1;
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

/* 
/* 09. =services
/* =================================================================== */

#services {
	background: #fff;#F2F2F2;#12151B;
	padding-top: 100px;
	padding-bottom: 120px;
	border-top: 5px solid #edc128;#edc128;
	border-bottom: 5px solid #edc128;#edc128;
}
#services.borderColor {
	/*border-bottom: 5px solid #D2A60E;#979797;*/
	border-bottom: 5px solid #edc128;
}

.service-list {
	margin: 18px -2px 0;
}

.service-list .bgrid {
	padding: 0 22px 6px;
}

.service-list .bgrid {
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 5px;
}

/* .service-list .bgrid:hover {
	background: rgba(0,0,0, 0.04);
} */

@media only screen and (max-width:600px) {
	.service-list .bgrid:hover {
		background: inherit;
	}

}

#services .service-list h3 {
	font: 22px/36px "molot-regular", sans-serif;
	color: #0F1215;#E64E04;#edc128;#edc128;
	text-transform: none;
	text-align: left;
	margin-bottom: 6px;
}
#services .service-list p {
	font: 18px/30px "russia", sans-serif;
	
}
#services .service-list p.price {
	font: 20px/33px "russia", serif;
	font-weight: 1000;
	color: #5a3221;
}

#services .service-list ul {
	margin-left: 10px;
}
#services .service-list ul li {
	list-style-type: none;
}
#services .service-list ul li a {
	font: 19px/36px "russia", sans-serif;
	font-weight: 1000;
}

 @-webkit-keyframes bg-animate {
      from {
          background-position: 0 0;
      }
      to {
         background-position: -80px 0;
      }
  } 
   
  @-moz-keyframes bg-animate {
      from {
          background-position: 0 0;
      }
      to {
         background-position: -80px 0;
      }
  } 
   
  @keyframes bg-animate {
      from {
          background-position: 0 0;
      }
      to {
         background-position: -80px 0;
      }
  }
#services .service-list ul li a.pac {
	padding: 5px 10px;
	border-radius: 15px;
	margin-left: -10px;

	color: #fff;
	background-color: #5a3221; #edc128; #000;#1f1f1f;
	transition: 0.3s;
	transition: transform 0.4s ease;
	transition: 0.2s;

	background-size: 40px 40px;
      background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .13) 25%, transparent 25%, 
      transparent 50%, rgba(255, 255, 255, .13) 50%, rgba(255, 255, 255, .13) 75%,
      transparent 75%, transparent);
      background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .13) 25%, transparent 25%, 
      transparent 50%, rgba(255, 255, 255, .13) 50%, rgba(255, 255, 255, .13) 75%,
      transparent 75%, transparent);
      background-image: linear-gradient(135deg, rgba(255, 255, 255, .13) 25%, transparent 25%, 
      transparent 50%, rgba(255, 255, 255, .13) 50%, rgba(255, 255, 255, .13) 75%,
      transparent 75%, transparent);
      -moz-animation: bg-animate 5s linear infinite;
      -webkit-animation: bg-animate 5s linear infinite;
      -ms-animation: bg-animate 5s linear infinite;
      animation: bg-animate 5s linear infinite;
}
#services .service-list ul li a.pac:hover {
	background-color: #edc128;
}

/* media queries:  
/* #services / .service-list */

@media only screen and (max-width:1024px) {
	.service-list {
		margin: 18px 0 0;
	}

	.service-list .bgrid {
		padding: 0 18px 6px;
	}

}

@media only screen and (max-width:768px) {
	.service-list .bgrid {
		padding: 0 15px 6px;
	}

}

@media only screen and (max-width:600px) {
	.service-list .bgrid {
		padding: 0 10px 6px;
	}
	
	.service-list .bgrid h3 {
		padding-left: 7px;
		padding-right: 7px;
	}

	.service-list .bgrid p {
		padding-left: 7px;
		padding-right: 7px;
	}
}

@media only screen and (max-width:400px) {
	.service-list .bgrid {
		padding: 0 0 6px;
	}

	.service-list .bgrid h3 {
		padding-left: 15px;
		padding-right: 7px;
	}

	.service-list .bgrid p {
		padding-left: 15px;
		padding-right: 7px;
	}
}

/** 
/* 11. =testimonials
/* =================================================================== */

#testimonials {
	background: #edc128;#edc128;
	padding-top: 110px;
	padding-bottom: 112px;
	position: relative;
	min-height: 198px;
	width: 100%;
	overflow: hidden;
	text-align: center;
}

#testimonials .flex-container {
	width: 80%;
	max-width: 850px;
	margin: 0 auto;
}

#testimonial-slider {
	margin: 0 0 30px 0px;
	padding-left: 0;
	position: relative;
}

#testimonial-slider p {
	font: 27px/1.9 "russia", sans-serif;
	color: #FFFFFF;
	padding: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

#testimonial-slider .testimonial-author {
	display: block;
	font: 16px/24px "molot-regular", sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-top: 24px;
	color: #FFFFFF;
}

#testimonial-slider .testimonial-author img {
	width: 72px;
	height: 72px;
	margin-right: 10px;
	display: inline-block;
	border-radius: 50%;
	border: 6px solid white;
	vertical-align: middle;
}

#testimonial-slider .testimonial-author .author-info {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

#testimonial-slider .testimonial-author .author-info span {
	display: block;
	font: 14px/18px "molot-regular", sans-serif;
	letter-spacing: 0;
	text-transform: none;
	color: rgba(0, 0, 0, 0.6);
}

#testimonial-slider.questions h2 {
	font: 45px/1.3 "molot-regular", sans-serif;
	font-weight: 10;
}
#testimonial-slider.questions .testimonial-author {
	display: inline-block;
}
#testimonial-slider.questions p {
	display: inline-block;
	text-align: left;
	font: 18px/1.5 "russia", sans-serif;
	position: relative;
	top: 10px;
	width: 75%;
}

#testimonial-slider.questions .question {
	background-color: rgba(0,0,0,0.1);
	border-radius: 5px;
	padding-bottom: 20px;
	margin-top: 30px;
	width: 70%;
	float: left;
}
#testimonial-slider.questions .answer {
	background-color: rgba(0,0,0,0.1);
	border-radius: 5px;
	padding-bottom: 20px;
	margin-top: 30px;
	width: 70%;
	float: right;
}
#testimonial-slider.questions .answer img {
	margin-right: 0;
	margin-left: 10px;
}


/* control nav */
#testimonials .flex-control-nav {
	width: 100%;
	text-align: center;
	display: block;
	position: absolute;
	bottom: -72px;
}

#testimonials .flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
}

#testimonials .flex-control-paging li a {
	width: 12px;
	height: 12px;
	display: block;
	background: white;
	cursor: pointer;
	text-indent: -9999px;
	border-radius: 20px;
}

#testimonials .flex-control-paging li a:hover {
	background: #CCC;
	background: rgba(0, 0, 0, 0.5);
}

#testimonials .flex-control-paging li a.flex-active {
	background: #fff;
	background: black;
	cursor: default;
}

/* media queries:
/* #testimonials / #testimonial-slider */

@media only screen and (max-width:1024px) {
	#testimonials .flex-container {
		max-width: 700px;
	}

	#testimonial-slider p {
		font: 25px/1.9 "russia", sans-serif;
	}

}

@media only screen and (max-width:768px) {
	#testimonials .flex-container {
		width: 90%;
	}

	#testimonial-slider p {
		font: 22px/1.9 "russia", sans-serif;
	}

}

@media only screen and (max-width:600px) {
	#testimonials .flex-container {
		width: 95%;
	}

	#testimonial-slider p {
		font: 20px/1.9 "russia", sans-serif;
	}

	#testimonial-slider .testimonial-author {
		font: 14px/24px "molot-regular" sans-serif;
	}

	#testimonial-slider .testimonial-author img {
		width: 60px;
		height: 60px;
		border: 6px solid white;
	}

	#testimonial-slider .testimonial-author .author-info span {
		font: 12px/18px "molot-regular", sans-serif;
	}

}

@media only screen and (max-width:400px) {
	#testimonials .flex-container {
		width: auto;
	}

	#testimonial-slider p {
		font: 18px/1.9 "russia", sans-serif;
	}

}

/** 
/* 12. =contact
/* =================================================================== */

#contact {
	background: #000;#472E23;
	/* background: #000 url(../images/Yu5t.gif) no-repeat 75% 100%;
	background-size: 15%; */
	padding-top: 120px;
	padding-bottom: 138px;
	overflow: hidden; 
}
#contact h1 {
	color: #fff;
}
#contact h2 {
	color: #fff;
}
#contact h3 {
	font: 18px/36px "molot-regular", sans-serif;
	color: #fff;#edc128;#edc128;
	padding: 0;
	margin-bottom: 6px;
}
#contact p {
	color: #bbb;#edc128;#edc128;
}

#contact .left {
	padding-right: 35px;
}

#contact .right {
	padding-left: 35px;
	position: relative;
	top: -6px;
}

/* media queries:  
/* #contact / .left .right */

@media only screen and (max-width:1024px) {
	#contact .left {
		padding-right: 30px;
	}

	#contact .right {
		padding-left: 30px;
	}

}

@media only screen and (max-width:768px) {
	#contact .left,
	#contact .right {
		width: 100%;
		padding: 0 15px;
	}

	#contact .right p.lead {
		font: 18px/36px "russia", serif;
	}

}

@media only screen and (max-width:600px) {
	#contact .left,
	#contact .right {
		padding: 0 10px;
	}

	#contact .right p.lead {
		font: 17px/33px "russia", serif;
	}

}

@media only screen and (max-width:400px) {
	#contact .left,
	#contact .right {
		padding: 0;
	}

}

/* contact form */
#contact form {
	margin-top: 12px;
	margin-bottom: 30px;
}

#contact form div {
	position: relative;
}

#contact form div:before,
#contact form div:after {
	content: "";
	display: table;
}

#contact form div:after {
	clear: both;
}

#contact form div label {
	font: 11px/24px "molot-regular", sans-serif;
	position: absolute;
	bottom: 3px;
	right: 6px;
	border-radius: 3px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0 20px;
	color: #e64e04;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="phone"],
#contact textarea,
#contact select {
	margin-bottom: 45px;
	width: 100%;
}

#contact button.submitform {
	font: 18px/30px "molot-regular", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	height: 60px;
	display: inline-block;
	padding: 15px 30px;
	width: 100%;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

#message-warning,
#message-success {
	display: none;
	background: #0F1215;
	border-radius: 3px;
	padding: 24px;
	margin-bottom: 36px;
	width: 100%;
}

#message-warning {
	color: #e64e04;
}

#message-success {
	color: #edc128;#edc128;
}

#message-warning i,
#message-success i {
	margin-right: 10px;
}

/* form loader */
#submit-loader {
	display: none;
	position: relative;
	left: 0;
	top: 18px;
	width: 100%;
	text-align: center;
}

#submit-loader .text-loader {
	display: none;
	font: 14px/30px "molot-regular", sans-serif;
	color: #FFFFFF;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.oldie #submit-loader .s-loader {
	display: none;
}

.oldie #submit-loader .text-loader {
	display: block;
}

/* loader animation 
------------------------------------------- */
.s-loader {
	margin: 12px auto 30px;
	width: 70px;
	text-align: center;
	-moz-transform: translateX(2.5px);
	-o-transform: translateX(2.5px);
	-webkit-transform: translateX(2.5px);
	-ms-transform: translateX(2.5px);
	transform: translateX(2.5px);
}

.s-loader > div {
	width: 12px;
	height: 12px;
	background-color: #FFFFFF;
	border-radius: 100%;
	display: inline-block;
	margin-right: 5px;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.s-loader .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.s-loader .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
	0%,
	80%,
	100% {
		-moz-transform: scale(0);
		-o-transform: scale(0);
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

}

@keyframes sk-bouncedelay {
	0%,
	80%,
	100% {
		-moz-transform: scale(0);
		-o-transform: scale(0);
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

}


/** 
/* 13. =footer
/* =================================================================== */

footer {
	padding-top: 60px;
	padding-bottom: 24px;
	position: relative;
	color: rgba(255, 255, 255, 0.15);
	/*background:  rgba(43,27,21,1);
	background: -webkit-linear-gradient(rgba(43,27,21,1) 0%, rgba(18,15,15,1) 100%);
	background: -o-linear-gradient(rgba(43,27,21,1) 0%, rgba(18,15,15,1) 100%);
	background: linear-gradient(rgba(43,27,21,1) 0%, rgba(18,15,15,1) 100%);*/

	
	background:  #160F0C;

}

footer .content {
	margin-bottom: 12px;
}

footer a,
footer a:visited {
	color: rgba(255, 255, 255, 0.3);#a3a4a6;
}

footer a:hover,
footer a:focus {
	color: #FFFFFF;#edc128;#edc128;

}

footer hr {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	max-width: 400px;
	width: 80%;
	border-top: 1px solid rgba(150, 150, 150, 0.1);
}

footer .info {
	width: 90%;
	max-width: 600px;
	margin: 20px auto 20px;
	text-align: center;
	clear: both;
}

footer .footer-logo {
	width: 200px;
	height: 40px;
	background: url("../images/logoW@2x.png") no-repeat center;
	background-size: 140px 30px;
	margin: 0 auto 21px;
	display: block;
	filter: alpha(opacity=20);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	opacity: 0.2;
	zoom: 1;
}

/* copyright */
footer .copyright {
	clear: both;
	margin: 15px 0;
	padding: 24px 18px 6px 18px;
	font: 14px/24px "raleway-medium", sans-serif;
	letter-spacing: .5px;
	text-align: center;
}

footer .copyright li {
	display: inline-block;
	padding: 0 5px;
}

/* social links */
footer .social-links {
	margin: 30px auto 42px auto;
	padding: 0;
	font-size: 38px;
	text-align: center;
}

footer .social-links li {
	display: inline-block;
	margin: 0;
	padding: 0;
	margin-left: 32px;
}

footer .social-links li a {
	color: rgba(255, 255, 255, 0.1);
}

footer .social-links li a:hover {
	color: white;
}

footer .social-links li:first-child {
	margin-left: 0;
}

/* media queries - .social-links */

@media only screen and (max-width:600px) {
	footer .social-links {
		font-size: 32px;
	}

	footer .social-links li {
		margin-left: 18px;
	}

}

@media only screen and (max-width:450px) {
	footer .social-links {
		font-size: 28px;
	}

	footer .social-links li {
		margin-left: 14px;
	}

}

@media only screen and (max-width:400px) {
	footer .social-links {
		font-size: 25px;
	}

	footer .social-links li {
		margin-left: 12px;
	}

}

@media only screen and (max-width:350px) {
	footer .social-links {
		font-size: 22px;
	}

	footer .social-links li {
		margin-left: 10px;
	}

}

/* go to top button 
------------------------------------------------------------------ */
#go-top {
	position: absolute;
	top: -21px;
	left: 50%;
	z-index: 0;
}

#go-top a {
	text-decoration: none;
	border: 0 none;
	display: block;
	height: 54px;
	width: 200px;
	margin-left: -100px;
	background: #5a3221;#e64e04;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
	color: #FFFFFF;
	text-align: center;
	border-radius: 3px;
	font: 18px/54px "molot-regular", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#go-top a:hover {
	background: #edc128;#edc128;
	color: #000000;
}

#go-top a i {
	margin-left: 6px;
	position: relative;
	right: -5px;
}


/* 14.-paypal--------------------------------------------*/
#paypal-button-container-bronze, #paypal-button-container-silver, #paypal-button-container-gold {
	width: 80%;
	margin: 0 auto;
	margin-top: 30px;
}

@media only screen and (max-width:600px) {
	#paypal-button-container-bronze, #paypal-button-container-silver, #paypal-button-container-gold {
		width: 100%;
	}

}

.modal-isPay {
	width: 30%;
	position: fixed;
	left: 35%;
	top: -120%;
	background-color: #fff;
	z-index: 2000;
	border-radius: 15px;
	border: 2px solid #727272;
    box-shadow: 0 0 60px #727272;
}

.modal-isPay .media {
	background-color: #000;
	text-align: center;
	border-radius: 13px 13px 0 0;
    background: url(../images/ispay-bg.png) no-repeat center / cover;
}

.modal-isPay .description-box {
	padding: 10px 20px;
	text-align: center;
}

.modal-isPay .description-box p {
	color: #000 !important;
}

.modal-isPay button, .modal-isPay a {
	text-decoration: none;
	border: 0 none;
	display: block;
	width: 150px;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 15px;
	background: #5a3221;#e64e04;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
	color: #FFFFFF;
	text-align: center;
	border-radius: 3px;
	font: 16px/36px "molot-regular", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.modal-isPay .link-box a:hover {
	background: #edc128;#edc128;
	color: #000000;
}

.modal-isPay input {
	width: 80%;
	background: rgba(0, 0, 0, 0.2);
	text-align: center;
	margin: 0 auto;
	margin-bottom: 0;
	margin-top: 15px;
}
.modal-isPay fieldset {
	margin-bottom: 0;
}

.modal-isPay form {
	margin-bottom: 0;
}

.modal-isPay input:focus {
	color: #000;
	background: rgba(0, 0, 0, 0.08);
}

.modal-isPay form #contactName {
	visibility: hidden;
	margin-top: -68px;
}

@media only screen and (max-width:768px) {
	.modal-isPay {
		width: 50%;
		left: 25%;
	}

}

@media only screen and (max-width:600px) {
	.modal-isPay {
		width: 90%;
		left: 5%;
	}

}

@media only screen and (max-width:400px) {
	.modal-isPay {
		width: 90%;
		left: 5%;
	}

}

.priceBag {
	display: inline-block;
	border-radius: 15px;
	border: 3px solid #5a3221;
	text-align: center;
	padding-bottom: 0;
	margin-top: 20px;
	margin-right: 25px;
	min-width: 250px;
	box-shadow: 0 0 7px #36221a;
}

.priceBag .count, .priceBag .price {
	font: 21px/38px "russia", serif;
	font-weight: 1000;
	color: #5a3221;
	border-bottom: 3px solid #5a3221;
	padding: 0 35px 0 35px;
}

#paypal-button-container1, #paypal-button-container2, #paypal-button-container3 {
	width: 85%;
	/*margin: 0 auto;*/
	/*margin-top: 22px;*/
}

.priceBag-old {
	border-radius: 15px;
	border: 3px solid #5a3221;
	padding: 15px;
	padding-bottom: 0;
	margin-top: 20px;
	box-shadow: 0 0 7px #36221a;
}

.priceBag-old #paypal-button-container1, .priceBag-old #paypal-button-container2, .priceBag-old #paypal-button-container3 {
	width: 30%;
	margin: 0;
	margin-top: 22px;
}

@media only screen and (max-width:400px) {
	.priceBag {
		width: 100%;
		margin: 0 auto;
		margin-top: 25px;
	}

}

.service-list .service {
	display: inline-block;
	margin-top: 15px;
	border-radius: 15px;
	border: 3px solid #edc128;
	/*margin-top: 20px;*/
	margin-right: 15px;
	min-width: 250px;
	/*box-shadow: 0 0 7px #36221a;*/
	background: url("../images/spring-pay-1.gif") no-repeat bottom;
	background-size: cover;
	color: #fff;
}

.service-list .service.gif-2 {
	background: url("../images/spring-pay-2.gif") no-repeat bottom;
	background-size: cover;
}

.service-list .service.gif-3 {
	background: url("../images/bg5.gif") no-repeat center;
	background: url("../images/spring-pay-3.gif") no-repeat bottom;
	background-size: cover;
}

.service-bg {
	padding: 35px;
	padding-bottom: 15px;
	border-radius: 15px;
	background-color: rgba(40,30,0,0.7);
}

.service__header .name {
    font: 24px/30px "molot-regular", sans-serif;
}

.service__price {
	border-radius: 4px;
    /*font: 24px/32px "molot-regular", sans-serif;*/
    font: 24px/37px "molot-regular", sans-serif;
}

.service__body {
	margin-top: 20px;
	text-align: center;
	display: flex;
}

.service__price {
	min-width: 125px;
	margin-right: 30px;
}

@media only screen and (max-width:500px) {
	.service__body {
		display: block;
	}

	.service__price {
		width: 100%;
		margin-bottom: 30px;
	}

	.service-list .service {
		margin-right: 0;
	}

}

.service__price .sale {
	position: relative;
	z-index: 1;
	background-color: #edc128;
	border-radius: 4px;
}

.service__price-section {
	position: relative;
	top: -5px;
	z-index: 0;
	display: flex;
	justify-content: space-around;
	background-color: #2C2E2F;
	padding-top: 13px;
	border-radius: 0 0 4px 4px;
}

.service__price-section .last-price {
	opacity: 0.5;
	text-decoration: line-through;
	font-size: 21px;
}


a.er404	{
    font: 18px/30px "molot-regular", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    height: 60px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    padding: 15px 30px;
    width: 290px;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%);
}

.error404 a.er404:first-child {
    margin-top: 21vh;
}

@media only screen and (max-width:400px) {
	a.er404	{
		width: 90%;
	}

}