html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {outline: none !important;
}
a, input, select, textarea {
	outline:none !important;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
img {
	vertical-align:top;
	border:0;
	opacity:1;
	filter: alpha(opacity=100);
	max-width:100%;
}
ul {
	padding:0;
	margin:0;
}
li {
	padding:0;
	margin:0;
	list-style:none;
}
body {
	overflow-x:hidden;
	margin: 0;
	padding: 0;
	font-family: 'Ubuntu', sans-serif;
	line-height:1.2em;
	font-size: 16px;
	color: #797979;
	background: #fff;
}
html { font-size: 100%;
}
::selection{
	background: #5080b1;
	color: #FFF;
}
::-moz-selection {
	background: #ff6260; /* Firefox */
	color:#fff;
}
a {
	color: #ff6260;
	text-decoration:none !important;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
a:hover { color: #555555;
}
p {
	margin:0 0 20px;
	padding:0;
}
.fleft {float:left;
}
.fright {float:right;
}
.clear {
	clear:both;
	height:0;
	font-size:0;
}

h1 {
	margin: 0;
	padding: 0;
	text-transform:uppercase;
	font-weight:700;
	line-height:88px;
	font-size:90px;
	color:#fff;
	text-shadow: 3px 3px 0 rgba(0,0,0,0.12);
}
h2 {
	margin:0 0 6px;
	padding:0;
	text-transform:uppercase;
	font-weight:600;
	line-height:62px;
	font-size:34px;
	color:#505050;
}
h3 {
	margin:0 0 21px;
	padding:0;
	text-transform:uppercase;
	font-weight:300;
	line-height:20px;
	font-size:18px;
	color:#333;
}
h4 {
	margin:0 0 11px;
	padding:0;
	text-transform:uppercase;
	font-weight:600;
	line-height:20px;
	font-size:15px;
	color:#505050;
}
.container {
	width:1000px;
	margin:0 auto;
}
[class*="span"] {
	float: left;
	min-height: 1px;
	margin-left:20px;
	margin-bottom:20px;
}
.row {margin-left:-20px;
}
.span12 {width: 980px;}
.span11 {width: 915px;}
.span10 {width: 830px;}
.span9 {width: 745px;}
.span8 {width: 660px;}
.span7 {width: 575px;}
.span6 {width: 490px;}
.span5 {width: 405px;}
.span4 {width: 320px;}
.span3 {width: 235px;}
.span2 {width: 150px;}
.span1 {width: 65px;}

.page_section {
	padding:51px 0 50px;
}
.parallax_effect {
	width:100%;
	padding:32px 0 26px;
	background-size:cover;
}
.progress_fill {
	position:absolute;
	z-index:0;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:url(../images/progress_fill.png);
}
.testimonials_fill {
	position:absolute;
	z-index:0;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:url(../images/testimonials_fill.png);
}
.opacity {
	opacity: 0;
	filter: alpha(opacity=0);
}

/* ____________________ Header ____________________ */
#top{
	position:relative;
	z-index:999;
	height: 81px;
	margin: 0;
	padding: 0;
	background: #fff;
}

#logo a {
	display:block;
	text-transform:none;
	font-family: 'Lobster Two', cursive;
	font-weight:700;
	font-style:italic;
	line-height:81px;
	font-size:36px;
	color:#e88080;
	text-shadow: 3px 3px 0 rgba(0,0,0,0.1);
}


/* __________ Menu _________ */

/* __________ Fixed Menu Style __________ */
.fixed-menu {
	border:none;
	position:fixed;
	left:0px;
	top:-100px;
	width:100%!important;
	height:74px;
	background: #fff;
	z-index:99999;
	opacity: 0;
	filter: alpha(opacity=0);
	width:100%!important;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.fixed-menu.fixed_show {
	top:0px;
	opacity: 1;
	filter: alpha(opacity=100);
}
.fixed-menu-wrapper {
	padding: 0;
}
.fixed-menu:after  { 
	content:'';
	height:6px;
	display:block;
	width:100%;
	position:absolute;
	bottom:-6px;
	background:url(../images/menu_shadow.png) repeat-x left top;
}
.fixed-menu .navmenu {
	padding:0;
}

/* _________ //Fixed Menu Style _________ */
a.menu_toggler { display:none;
}
.navmenu{
	margin: 0;
	text-align:center;
}
.navmenu ul li {
	display: inline-block;
	margin: 0;
}
.navmenu ul li a{
	display:block;
	padding: 0 30px;
	text-decoration:none !important;
	text-transform:uppercase;
	font-weight:500;
	line-height:74px;
	color: #797979;
}
.navmenu ul li.last a {padding-right:0;
}
.navmenu ul li a:hover,
.navmenu ul li.active a{
	color:#505050;
}

/* _________ //Menu _________ */

/* ___________________ //Header ___________________ */

/* ____________________ Home ____________________ */
#home {
	overflow:hidden;
	position:relative;
	padding:0;
	min-height:500px;
	background-image: url(../images/home_bg.jpg);
}
#home h1 {
}
#home .welcome_block {
	position:relative;
	z-index:1;
	text-align:center;
	color:#fff;
}
#home .welcome_block p {
	text-transform:uppercase;
	font-weight:700;
	line-height:73px;
	font-size:71px;
	text-shadow: 3px 3px 0 rgba(0,0,0,0.12);
}
a.down_btn {
	position:absolute;
	z-index:1;
	left:50%;
	bottom:0;
	margin-left:-32px;
	display:block;
	width:63px;
	height:63px;
	background:url(../images/down_btn.png) no-repeat;
}
#home a.top_btn {
	animation: 2s ease 0s normal none infinite down_btn;
}
@-moz-keyframes down_btn {
	0% {margin-bottom: 2%; margin-top: 5%; opacity: 0.2;}
	50% {margin-bottom: 0; margin-top: 9%; opacity: 1;}
	100% { margin-bottom: 2%; margin-top: 5%; opacity: 0.2;}
}

/* __________ Socials __________ */
.top_socials {
	width:100%;
	height:34px;
	text-align:center;
	padding:41px 0 0;
}
.top_socials li {
	display:inline-block;
	margin:0 2px 0 5px;
}
.top_socials li a {
	display:block;
	width:34px;
	height:34px;
	background-image: url(../images/top_socials.png);
	background-repeat:no-repeat;
}
.top_socials li a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.top_socials li.soc1 a {background-position:0 0;
}
.top_socials li.soc2 a {background-position:-44px 0;
}
.top_socials li.soc3 a {background-position:-88px 0;
}
.top_socials li.soc4 a {background-position:-132px 0;
}
.top_socials li.soc5 a {background-position:-176px 0;
}

/* _________ //Socials _________ */

/* ___________________ //Home ___________________ */


/* ____________________ About ____________________ */
.video_block {
	width:100%;
	height:276px;
}

/* __________ Accordion __________ */	
.accordion {
	margin: 0;
	padding: 0;
}
.accordion .item_title {
	position:relative;
	display:block;
	margin:0 0 10px 49px;
	padding: 14px 0 15px 20px;	
	text-transform: uppercase;
	font-weight:600;
	line-height: 20px;
	color: #fff;
	font-size:15px;
	cursor:pointer;
	background: #b9b69c;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.accordion .item_title:hover,
.accordion .item_title.ui-state-active {
	background:#a4a18b;
}
.accordion .item_title .ico { 
	content: '';
	display: block;
	position: absolute;
	left: -49px;
	top: 0;
	width: 49px;
	height: 100%;
	z-index:5;
	background-color:#a4a18b;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.accordion .item_title:hover .ico,
.accordion .item_title.ui-state-active .ico {
	background-color:#b9b69c;
}
.accordion .item_title .ico:before { 
	content: '';
	display: block;
	width: 49px;
	height: 100%;
	background: url(../images/accordion_plus.png) no-repeat center;
	overflow: hidden;
}
.accordion .item_title.ui-state-active .ico:before { 
	background: url(../images/accordion_minus.png) no-repeat center;
}
.accordion .ui-icon,
.accordion .item_body { 
	display:none
}
.accordion .item_body div { 
	padding:10px 0 19px 49px;
}
/* _________ //Accordion _________ */

/* ___________________ //About ___________________ */


/* ____________________ Progress ____________________ */
#progress {
	position:relative;
	background-image: url(../images/progress_bg.jpg);
}
#progress .container {
	position:relative;
	z-index:1;
	text-align:center;
}

.progress_block li {
	padding-bottom:12px;
	text-transform:uppercase;
	text-align:center;
	line-height:25px;
	font-size:25px;
	text-shadow: 3px 3px 0 rgba(0,0,0,0.14);
}
.progress_block li span {
	padding-bottom:20px;
	display:block;
	line-height:73px;
	font-size:73px;
}
.progress_block li.color1 {color:#edcb34;	
}
.progress_block li.color2 {color:#edcb34;	
}
.progress_block li.color3 {color:#edcb34;	
}
.progress_block li.color4 {color:#edcb34;	
}

/* ___________________ //Progress ___________________ */



/* ____________________ Portfolio ____________________ */
#portfolio {
	width:100%;
	overflow:hidden;
	padding-bottom:70px;
}


/* __________ Filter __________ */
#filter li {
	display:inline-block;
	margin-left:40px;
	padding:25px 0 17px;
}
#filter li a {
	display:block;
	text-transform:uppercase;
	font-weight:400;
	line-height:20px;
	font-size:13px;
	color:#797979;
	cursor:pointer;
}
#filter li a.selected,
#filter li a:hover {
	color:#ff6260;
}

/* _________ //Filter _________ */

/* __________ Portfolio Item __________ */
.portfolio_block .element {
	float:left;
	width:16.64%;
}
.portfolio_block .element:hover {
	z-index:2;
}
.portfolio_block {
	margin-right:-3px;
	padding-top:15px;
	overflow:hidden;
}

.portfolio_item {
	position:relative;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.portfolio_item .hover_img {
	overflow:hidden;
	position:relative;
	z-index:10;
}
.portfolio_item:hover .hover_img {
	z-index:1 !important;
}
.portfolio_item .hover_img img {
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.portfolio_item:hover .hover_img img {
	opacity:0.53 !important;
	filter: alpha(opacity=53) !important;
}
.portfolio_item .hover_img .portfolio_fill {
	position:absolute;
	left:0;	
	top:0;
	width:100%;
	height:100%;
	background: url(../images/portfolio_fill.png);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.portfolio_item:hover .hover_img .portfolio_fill {
	opacity:0.4;
	filter: alpha(opacity=0.4);
}
.portfolio_item .zoom {
	position:absolute;
	z-index:100;
	left:50%;
	bottom:5%;
	width:50px;
	height:50px;
	display:inline-block;
	margin: 0 0 -25px -25px;
	opacity:0.4;
	filter: alpha(opacity=0.4);
	background:url(../images/zoom.png) no-repeat;
	transform: scale(0);
	-webkit-transform: scale(0);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.portfolio_item:hover .zoom {
	bottom:50%;
	opacity:0.8;
	filter: alpha(opacity=90);
	transform: scale(1);
	-webkit-transform: scale(1);
}

.portfolio_item .description {
	overflow:hidden;
	position:absolute;
	z-index:1;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	background:#3D59AB;
	transition: all 0.7s ease-in-out;
	-webkit-transition: all 0.7s ease-in-out;
}
.portfolio_item:hover .description {
	z-index:11;
	left:auto;
	right:-100%;
}
.ie .portfolio_item:hover .description {
	right:auto !important;
	left:auto !important;
	z-index:9999 !important;
}
.element.last .portfolio_item:hover .description {
	z-index:11;
	left:-100%;
	right:auto;
}

.portfolio_item .description .descr_content {
	padding:39px 30px 35px;
	color:#fff;
}
.portfolio_item .description .descr_content p {
	font-weight:600;
	font-size:15px;
}

.load_more_cont {
	width:100%;
	text-align:center;
}
a.btn_load_more {
	display:block;
	width:37px;
	height:32px;
	margin:0 auto;
	background: #2cab91; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMmNhYjkxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMmNhYjkxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMzBiZGEwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMwYmRhMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(-45deg, #2cab91 0%, #2cab91 50%, #30bda0 50%, #30bda0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#2cab91), color-stop(50%,#2cab91), color-stop(50%,#30bda0), color-stop(100%,#30bda0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #2cab91 0%,#2cab91 50%,#30bda0 50%,#30bda0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #2cab91 0%,#2cab91 50%,#30bda0 50%,#30bda0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #2cab91 0%,#2cab91 50%,#30bda0 50%,#30bda0 100%); /* IE10+ */
	background: linear-gradient(138deg, #2cab91 0%,#2cab91 50%,#30bda0 50%,#30bda0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2cab91', endColorstr='#30bda0',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
	
	-webkit-transform: translateX(-11px);
	-ms-transform: translateX(-11px);
	transform: translateX(-11px);
}
a.btn_load_more span {
	display:inline-block;
	width:37px;
	height:32px;
	background-image:url(../images/btn_load_more.png);
	background-repeat:no-repeat;
}

/* _________ //Portfolio Item _________ */

/* ___________________ //Portfolio ___________________ */


/* ____________________ Testimonials ____________________ */
#testimonials {
	position:relative;
	background-image: url(../images/testimonials_bg.jpg);
}
#testimonials .container {
	position:relative;
	z-index:1;
}

.testimonials_block {
	padding:7px 70px 0;
	text-align:center;
	color:#fff;
}
.testimonials_txt {
	padding:33px 0 17px;
	background:url(../images/testimonials_block.png) no-repeat center top;
	font-style:italic;
	font-size:14px;
}
.testimonials_block a {
	display:inline-block;
	margin-bottom:19px;
}
.author_inf {
	display:inline-block;
	line-height:17px;
}
.author_inf span {
	display:inline-block;
	padding-right:4px;
	text-transform:uppercase;
	font-weight:700;
}

/* ___________________ //Testimonials ___________________ */



/* ____________________ Contact ____________________ */
#contact {
	overflow:hidden;
	position:relative;
	min-height: 300px;
}
.contact_form {
	overflow:hidden;
	padding-top:30px;
}
.contact_fill {
	position:absolute;
	z-index:0;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: url(../images/contact_fill.png) repeat;
}
#contact .align_center {text-align:center;
}
.contact_info {
	display:inline-block;
	margin-right:20px;
	margin-top:8px;
	padding:13px 0 10px 74px;
}
.contact_info span {
	display:inline-block;
	padding-right:20px;
	text-transform:uppercase;
	font-weight:400;
	font-size:15px;
	color:#505050;
}
.contact_info a {
	display:inline-block;
	color:#797979;
	/*word-wrap: break-word; */
}
.contact_info a:hover {
	color:#ff6260;
}
.contact_info.icon1 {background:url(../images/icon1.png) no-repeat;
}
.contact_info.icon2 {background:url(../images/icon2.png) no-repeat;
}
.contact_info.icon3 {background:url(../images/icon3.png) no-repeat;
}



#ajax-contact-form .span6 {
	margin-bottom:0;
}
textarea,
input[type="text"] {
	margin:0 0 10px 0;
	padding: 19px 16px;
	width: 93.5%;
	text-transform:none;
	font-family: 'Ubuntu', sans-serif;
	font-weight:400;
	font-size: 13px;
	color: #999;
	font-style:normal;
	border-radius: 0;	
	background: #f5f5f5;
	border: 0;
	box-shadow: none;	  
}
input[type="text"].last {margin-right:0;
}
textarea {
	min-height:148px;
	overflow:hidden;
	resize: none;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	outline: 0;
	box-shadow: none;
	border: 0;
}

.contact_btn {
	display:block;
	cursor:pointer;
	width:102.5%;
	padding:10px 0;
	border: 0;
	border-radius: 0;
	box-shadow: 0;
	text-align:center;
	text-shadow:none;
	text-decoration:none;
	text-transform:uppercase;
	font-family: 'Ubuntu', sans-serif;
	font-weight:700;
	line-height:20px;
	font-size:13px;
	color:#fff;
	background: url(../images/icon4.png) no-repeat center #47adba;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.contact_btn:hover {
	background: url(../images/icon4.png) no-repeat center #f5f5f5;
	color:#999;
}

.notification_error {
	color:#f00;
}

/* ___________________ //Contact ___________________ */


/* ____________________ Footer ____________________ */
.footer {
	padding:29px 0 21px;
	color:#bfbfbf;
	background:#797979;
}
.footer a {color:#fff;	
}
.footer a:hover {color:#ff6260;	
}

.footer a.down_btn {
	position:static;
	margin:0;
	padding:0;
	display:block;
	width:25px;
	height:20px;
	background: url(../images/top_btn.png) no-repeat;
}

/* ___________________ //Footer ___________________ */

/**** Isotope Filtering ****/
.isotope-item {
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
          transition-duration: 0s;
}
/* End: Recommended Isotope styles */

/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
          transition: none;
}











/* ____________________ Responsive Style ____________________ */
@media (max-width: 1280px) {
	.portfolio_item .description .descr_content {padding:10px 15px;font-size:12px;line-height:17px;}
	.portfolio_item .description .descr_content p {font-size:14px;margin-bottom:7px;}

}

@media (max-width: 1023px) {
	.parallax_effect {background-size:cover;background-position:0 0 !important;}
	#home {background-position:0 0 !important;}
	#blog, #testimonials, #progress {background-position:0 0 !important; background-size:cover;}
	
	.opacity { opacity: 1; filter: alpha(opacity=100);}

}

@media (max-width: 1024px) and (-webkit-min-device-pixel-ratio:0) {
	.parallax_effect {background-size:cover;background-position:0 0 !important;}
	#home {background-position:0 0 !important;}
	#blog, #testimonials, #progress {background-position:0 0 !important; background-size:cover;}
	
	.opacity { opacity: 1; filter: alpha(opacity=100);}

}

@media (min-width: 767px) and (max-width: 1000px) {
	.container {width:724px;}


/* __________ Menu __________ */
	.navmenu ul li a {padding:0 16px 0 17px;}
/* _________ //Menu _________ */

/* __________ About __________ */
	.video_block {height:198px;}

/* ________ //About _________ */


/* __________ Testimonials __________ */
	.testimonials_txt {padding-left:102px;padding-right:102px;}
/* _________ //Testimonials _________ */

/* __________ Portfolio __________ */
	.portfolio_block .element {width:33.3%;}
	
	.element.respondtab_last .portfolio_item:hover .description {
		z-index:11;	
		left:-100%;
		right:auto;
	}
	.portfolio_item .description .descr_content {padding:20px;}
	
/* _________ //Portfolio _________ */


/* __________ Contact __________ */
	.contact_info {width:100%;}
	
	
/* _________ //Contact _________ */

	.span12 {width: 724px;}
	.span11 {width: 662px;}
	.span10 {width: 600px;}
	.span9 {width: 538px;}
	.span8 {width: 476px;}
	.span7 {width: 414px;}
	.span6 {width: 352px;}
	.span5 {width: 290px;}
	.span4 {width: 228px;}
	.span3 {width: 166px;}
	.span2 {width: 104px;}
	.span1 {width: 42px;}
	
}

@media (max-width: 766px) {
	.container {width:470px;}
	
	.welcome_block h1 {font-size:50px;line-height:50px;}
	#home .welcome_block p {font-size:40px;line-height:40px;margin-bottom:0;}

/* __________ Header __________ */
	#top header {
		height: 75px !important;
		padding: 0;
		position: fixed; width: 100%; z-index: 999; top: 0; left:0;
		background: rgb(113,205,150); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: #fff;
	}
	#top header:before {content:''; position:absolute; left:0; bottom:-6px; width:100%; height:6px; background:url(../images/menu_shadow.png) repeat-x left bottom;}
	
	#logo {margin:0;text-align:left;}
	#logo a {display:inline-block;margin-left:20px;text-indent:0;}
/* _________ //Header _________ */

/* __________ Menu __________ */	
	.fixed-menu, .fixed-menu:before, .fixed-menu:after, .navmenu {display:none !important;}
	a.menu_toggler {
		display:inline-block;
		float:right;
		margin:-17px 0px 0px 0;
		border:#cfcfcf 1px solid;
		border-radius:4px;
		box-shadow:inset #fbfbfb 0 1px 0;
		width:34px;
		height:34px;
		position:absolute;
		overflow:hidden;
		right:20px;
		top:50%;
	
		background-color:#efefef;
		background-image: linear-gradient(top, #f5f5f5, #e9e9e9);
		background-image: -webkit-linear-gradient(top, #f5f5f5, #e9e9e9);
		background-image: -moz-linear-gradient(top, #f5f5f5, #e9e9e9);
		background-image: -ms-linear-gradient(top, #f5f5f5, #e9e9e9);
		background-image: -o-linear-gradient(top, #f5f5f5, #e9e9e9);
	}
	a.menu_toggler:hover {
		background-color:#f5f5f5;
		background-image: linear-gradient(top, #e9e9e9, #f5f5f5);
		background-image: -webkit-linear-gradient(top, #e9e9e9, #f5f5f5);
		background-image: -moz-linear-gradient(top, #e9e9e9, #f5f5f5);
		background-image: -ms-linear-gradient(top, #e9e9e9, #f5f5f5);
		background-image: -o-linear-gradient(top, #e9e9e9, #f5f5f5);	
	}

	a.menu_toggler:before {
		content:'';
		display:block;
		position:absolute;
		left:7px;
		top:7px;
		width:20px;
		height:20px;
		background-repeat:no-repeat;
		background:url(../images/btn_menu.png) no-repeat 0 0;		
	}
	.mobile_menu_wrapper {
		display:block;
		background:#797979;
		position: fixed; width: 100%; z-index: 999; top:75px; left:0;
		padding: 15px 40px 15px 20px;
	}
	.mobile_menu_wrapper a {color:#fff;
	}
	.mobile_menu_wrapper a:hover {color:#ff6260;
	}
	.mobile_menu_wrapper a span {display:none;}

/* _________ //Menu _________ */

/* __________ Home __________ */
	.welcome_block h1 {font-size:30px;line-height:30px;}
	
/* _________ //Home _________ */

/* __________ About __________ */	
	.team_foto {width:310px;margin:0 auto 15px;}
/* _________ //About _________ */

	.progress_block li {float:left !important;width:25% !important;font-size:16px;padding:0;}
	.progress_block li span {font-size:30px;line-height:30px;padding:0;}
	
	.testimonials_txt {padding-left:35px;padding-right:35px;}

/* __________ Portfolio __________ */
	#filter li {margin:0 15px 0 0;}
	#portfolio h2, #options {float:none !important;}
	
	.portfolio_block .element {width:33.3%;}
	
	.element.respondtab_last .portfolio_item:hover .description {
		z-index:11;	
		left:-100%;
		right:auto;
	}
	.portfolio_item .description .descr_content {padding:5px;font-size:10px;line-height:13px;}
	.portfolio_item .description .descr_content p {font-size:13px;margin-bottom:5px;}
	
/* _________ //Portfolio _________ */

	#sed_ul .parallax_effect .container h2 {line-height:20px;font-size:16px;}

/* __________ Blog __________ */
	.left_img_block .blog_img {float:none;margin-right:0;width:100%;}
	
	.left_img_block .blog_img .img_wrapper img, .left_img_block .blog_img .img_wrapper {width:100% !important;}
/* _________ //Blog _________ */
	.contact_info {display:block;margin-right:0;}
	
	textarea, input[type="text"] {width:93% !important;}



	.row {margin-left:0;}
	[class*="span"] {
		display: block;
		float: none;
		width: 100%;
		margin-left: 0;
	}

}

@media (max-width: 479px) {	
	.container {width:310px;}

/* __________ About __________ */
	.video_block {height:174px;}
/* _________ //About _________ */

/* __________ Portfolio __________ */
	.portfolio_block .element {width:100%;}
	
	.portfolio_item:hover .description,
	.element.respondtab_last .portfolio_item:hover .description,
	.element.last .portfolio_item:hover .description	{
		left:auto;
		right:auto;
		top:auto;
		bottom:-100%;
	}
	.element.respondphone_last .portfolio_item:hover .description {
		left:auto;
		right:auto;
		top:auto;
		bottom:100%;
	}
	
	.portfolio_item .description .descr_content {padding:15px 20px;font-size:13px;line-height:20px;}
	.portfolio_item .description .descr_content p {font-size:15px;margin-bottom:10px;}
/* _________ //Portfolio _________ */


	.testimonials_block {padding-left:0;padding-right:0;}
	.testimonials_txt {padding-left:15px;padding-right:15px;}
	
/* __________ Clients __________ */
	.client_block {padding-bottom:20px;}
	.client_block li {display:block; margin-left:auto;margin-right:auto;}
/* _________ //Clients _________ */

	textarea, input[type="text"] {width:89% !important;}
	
	.footer {text-align:center;}
	.footer .fleft, .footer .fright {float:none;}
	
	.copyright {text-align:center;}
	.footer a.down_btn {display:inline-block; margin:10px auto;}

	
}


#slideshow { 
    margin: 50px auto; 
    position: relative; 
    width: 100%; 
    height: 410px; 
    padding: 10px; 
    box-shadow: 0 0 20px rgba(0,0,0,0.4); 
}

#slideshow > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #444;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #eee;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.blue{
	background-color: #edcb34;
}