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: 'Source Sans Pro', sans-serif;
	font-weight:400;
	line-height:20px;
	font-size: 13px;
	color: #b6b6b6;
	background: #333;
}
html { font-size: 100%;
}
::selection{
	background: #0e9ba4;
	color: #FFF;
}
::-moz-selection {
	background: #0e9ba4; /* Firefox */
	color:#fff;
}
a {
	color: #0e9ba4;
	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:none;
	font-family: 'papyrus', paptrus;
	font-weight:400;
	line-height:100px;
	font-size:100px;
	color:#0e9ba4;
}
h2 {
	margin:0 0 58px;
	padding:0;
	text-align:center;
	text-transform:uppercase;
	font-weight:900;
	line-height:40px;
	font-size:44px;
	color:#0e9ba4;
}
h3 {
	margin:0 0 21px;
	padding:0;
	text-transform:uppercase;
	font-weight:600;
	line-height:22px;
	font-size:21px;
	color:#C0C0C0;
}
h4 {
	margin:0 0 20px;
	padding:0;
	text-align:center;
	text-transform:uppercase;
	font-weight:400;
	line-height:22px;
	font-size:17px;
	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:93px 0 80px;
}
.opacity {
	opacity: 0;
	filter: alpha(opacity=0);
}
.center {
	text-align:center;
}

/* ____________________ Header ____________________ */
#top{
	position:relative;
	z-index:999;
	height: 67px;
	margin: 0;
	padding: 0;
	background: #000;
}

#logo a {
	padding-left:50px;
	text-transform:uppercase;
	font-weight:900;
	line-height:67px;
	font-size:40px;
	color:#ffd62c;
}

#top_line {
	padding:4px 50px 3px;
	background:#3e3e3e;
	text-transform:uppercase;
	font-size:11px;
	color:#fff;
}

/* __________ Menu _________ */

/* __________ Fixed Menu Style __________ */
.fixed-menu {
	position:fixed;
	z-index:99999;
	left:0px;
	top:-67px;
	width: 100%;
	height:67px;
	background: #000;
	opacity: 0;
	filter: alpha(opacity=0);
	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 .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 50px 0 0;
}
.navmenu ul li a{
	position:relative;
	display:block;
	padding: 0;
	text-decoration:none !important;
	text-transform:uppercase;
	line-height:67px;
	color: #c8c8c8;
}
.navmenu ul li.last a {padding-right:0;
}
.navmenu ul li a:hover,
.navmenu ul li.active a {
	color:#ffd62c;
}

/* _________ //Menu _________ */

/* ___________________ //Header ___________________ */

/* ____________________ Home ____________________ */
#home {
	overflow:hidden;
	position:relative;
	padding:0;
	min-height:850px;
	background-image: url(../images/home_bg.jpg);
	background-size:cover;
	box-shadow: 0 0 250px rgba(0,0,0,0.57) inset;
}
#home .home_fill {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:url(../images/home_fill.png);
}
#home .welcome_block {
	position:relative;
	z-index:1;
	text-align:center;
}
#home .welcome_block p {
	margin:0;
	padding:19px 130px 36px;
	text-transform:uppercase;
	font-size:14px;
	color:#fffffe;
}
.welcome_block a.home_btn {
	display:inline-block;
	padding: 18px 56px;
	text-transform:uppercase;
	font-weight:600;
	font-size:15px;
	color:#fff;
	border:2px solid #fff;
	background: #353334;
	background: rgba(255,255,255,0.07);
}
.welcome_block a.home_btn:hover {
	background: rgba(255,255,255,0.25);
}

a.down_btn {
	position:absolute;
	z-index:1;
	left:50%;
	bottom:37px;
	margin-left:-3px;
	display:block;
	width:7px;
	height:25px;
}
a.down_btn img {
	display:block;
}



/* ___________________ //Home ___________________ */


/* ____________________ About ____________________ */
#about [class*="span"] {
	margin-bottom: 46px;
}
#about {padding-bottom:54px;
}

.about_slide {padding-top:4px;
}

/* __________ Skills __________ */
.skill_in {
	margin-bottom:13px;
}
.skill-bar {
	width:100%;
	height:5px;
	position: relative;
	z-index:10;
	background: #1f1f1f;
}
p.skill-title {
	position:relative;
	z-index:15;
	display:inline-block;
	margin:0;
	padding-bottom: 15px;
	text-transform:uppercase;
	font-weight:600;
	font-size:16px;
	color:#bfbfbf;
	background:#333;
}
.progress-complete {
	display: block;
	width:0;
	height:100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	background: #4e4e4e;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.skill_in:hover .progress-complete {
	background: #ffd62c;
}
.progress-complete:before {
	content: attr(data-hover);
	position:absolute;
	top: -31px;
	right:0;
	display:block;
	padding:1px 4px;
	font-size:12px;
	color:#333;
	background:#0e9ba4;
	transform: translate(50%, 0);
	-webkit-transform: translate(50%, 0);
	-ms-transform: translate(50%, 0);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.skill_in:hover .progress-complete:before {
	background:#ffd62c;
}
.progress-complete:after {
	content:'';
	position:absolute;
	right:0;
	top:-9px;
	width: 0;
    height: 0;
	margin-left:-3px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 6px solid #0e9ba4;
	transform: translate(50%, 0);
	-webkit-transform: translate(50%, 0);
	-ms-transform: translate(50%, 0);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.skill_in:hover .progress-complete:after {
	border-top:6px solid #ffd62c;
}

/* _________ //Skills _________ */

/* __________ Services __________ */
a.service_item {
	float:left;
	display:block;
	position:relative;
	margin:0;
	padding:12px 20px 8px;
	width:205px;
	text-transform:uppercase;
	font-weight:600;
	font-size:19px;
	color:#333;
}

a.service_item:hover:before {
	background:url(../images/icon_bord_h.png) no-repeat;
	background-size:100% 100%;
	-webkit-background-size:100% 100%;
	-webkit-animation: servicesrotate 20s linear 0s infinite;
	animation: servicesrotate 20s linear 0s infinite;
}

a.service_item p {
	margin:0;
	transform: translate(0, 50%);
	-ms-transform: translate(0, 50%);
	-webkit-transform: translate(0, 50%);
}

.service_item .icon_block {
	float:left;
	display:block;
	margin:0 20px 5px 0;
	width:75px;
	height:75px;
	border-radius:50%;
	background-repeat:no-repeat;
	background-position: left top;
	background-color:#333;
	background-size:100% 200%;
	-webkit-background-size:100% 200%;
	transition: background-color 0.3s ease-in-out;
	-webkit-transition: background-color 0.3s ease-in-out;
}
.service_item:hover .icon_block {
	background-position:left bottom;
}
.icon_block.icon1 { background-image: url(../images/icon1.png);
}
.icon_block.icon2 { background-image: url(../images/icon2.png);
}
.icon_block.icon3 { background-image: url(../images/icon3.png);
}
.icon_block.icon4 { background-image: url(../images/icon4.png);
}

a.service_item.color1 {
	background:#ffd62c;
}
a.service_item.color1:hover {
	color:#ffd62c;
	background:none;
}
a.service_item.color1:hover .icon_block {
	background-color:#ffd62c;
}
a.service_item.color2 {
	background:#0e9ba4;
}
a.service_item.color2:hover {
	color:#0e9ba4;
	background:none;
}
a.service_item.color2:hover .icon_block {
	background-color:#0e9ba4;
}

/* _________ //Services _________ */

/* ___________________ //About ___________________ */


/* ____________________ Testimonials ____________________ */
#testimonials {
	position:relative;
	padding:66px 0 68px;
	background-image: url(../images/testimonials_bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}
#testimonials .container {
	position:relative;
	z-index:1;
}
.testimonials_fill {
	position:absolute;
	z-index:0;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:url(../images/testimonials_fill.png);
}

.testimonials_block {
	padding:0 50px;
	text-align:center;
	color:#fff;
}
.testimonials_txt {
	padding:0 0 16px;
	font-style:italic;
	font-size:16px;
}
.author_inf {
	padding-bottom:21px;
	line-height:17px;
}
.author_inf span {
	display:inline-block;
	padding-right:4px;
	text-transform:uppercase;
	color:#ffeb00;
}
a.author_foto img {
	border-radius:50%;
}

/* ___________________ //Testimonials ___________________ */


/* ____________________ Our Team ____________________ */
.team_item {
	overflow:hidden;
	text-align:center;
	font-weight:600;
	color:#878787;
}
.team_item p {
	margin:0;
	padding-top:15px;
	text-transform:uppercase;
	font-size:16px;
	color:#bfbfbf;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.team_item:hover p {color:#0e9ba4;
}
.team_foto {
	position:relative;
	background-color:#ffd62c;
}
.team_foto img {
	opacity: 0.87;
	filter: alpha(opacity=87);
}

.team_socials {
	position:absolute;
	top:0;
	right:-100px;
	bottom:0;
	padding:26px 20px 4px;
	background:#ffd62c;
	background:rgba(255,214,44,0.84);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.team_item:hover .team_socials {
	right:0;
}
.team_socials li a {
	display:block;
	margin-bottom:20px;
	width:32px;
	height:32px;
	border-radius:50%;
	background-image:url(../images/team_socials.png);
	background-repeat:no-repeat;
	transition: none;
	-webkit-transition: none;
}
.team_socials li a.soc1 {background-position:0 0;
}
.team_socials li a.soc1:hover {background-position:0 -32px;
}
.team_socials li a.soc2 {background-position:-40px 0;
}
.team_socials li a.soc2:hover {background-position:-40px -32px;
}
.team_socials li a.soc3 {background-position:-80px 0;
}
.team_socials li a.soc3:hover {background-position:-80px -32px;
}
.team_socials li a.soc4 {background-position:-120px 0;
}
.team_socials li a.soc4:hover {background-position:-120px -32px;
}

/* ___________________ //Our Team ___________________ */


/* ____________________ Nulla ____________________ */
#nulla {
	position:relative;
	background-image: url(../images/nulla_bg.jpg);
	background-size:cover;
}
.nulla_fill {
	position:absolute;
	z-index:0;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:url(../images/nulla_fill.png);
}
#nulla .container {
	position:relative;
	z-index:1;
	text-align:center;
}
#nulla .nulla_block {
	padding:0 100px;
	text-transform:uppercase;
	font-weight:700;
	line-height:35px;
	font-size:32px;
	color:#fff;
}

/* ___________________ //Nulla ___________________ */


/* ____________________ Portfolio ____________________ */
#portfolio {
	overflow:hidden;
	width:100%;
	padding-bottom:0;
}
#portfolio h2 {margin-bottom:39px;
}

/* __________ Filter __________ */
#filter li {display:inline-block;
}
#filter a {
	display:block;
	margin:0 20px 24px;
	padding:0;
	text-transform:uppercase;
	color:#797979;
	cursor:pointer;
}
#filter a.selected,
#filter a:hover {
	color:#0e9ba4;
}

/* _________ //Filter _________ */
.portfolio_block {
	margin:0 -2px;
}
.portfolio_block .element {
	float:left;
	width:20%;
}
.portfolio_block .hover_img {
	background:#ffd62c;
}
.portfolio_block .hover_img img {
	opacity: 0.9;
	filter: alpha(opacity=90);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.portfolio_item:hover .hover_img img {
	opacity: 0.1;
	filter: alpha(opacity=10);
}
.portfolio_item .zoom {
	position:absolute;
	left:50%;
	top:50%;
	width:26px;
	height:26px;
	margin:-13px 0 0 -13px;
	background-image:url(../images/zoom.png);
	background-repeat:no-repeat;
	opacity: 0;
	filter: alpha(opacity=0);
}
.portfolio_item:hover .zoom {
	opacity: 1;
	filter: alpha(opacity=100);
}

/* ___________________ //Portfolio ___________________ */


/* ____________________ Blog ____________________ */
#blog {padding-bottom:101px;
}
.blog_block {
	position:relative;
	padding-top:16px;
}
.blog_img {
	background:#ffd62c;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.blog_img img {
	width:100%;
	opacity: 0.94;
	filter: alpha(opacity=94);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.blog_item:hover .blog_img img {
	opacity: 0.26;
	filter: alpha(opacity=26);
}
.blog_description {
	padding:27px 30px 16px;
	background:#4e4e4e;
}
.post_content {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #333;
}
.blog_description a.title {
	text-transform:uppercase;
	font-weight:600;
	font-size:15px;
	color:#fff;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.blog_description .blog_author a:hover,
.blog_item:hover .blog_description a.title {
	color:#ffd62c;
}
.blog_description .blog_author {
	padding:10px 0 9px;
	color:#909090;
}
.blog_description .blog_author a {
	color:#909090;
}
.blog_info {color:#333;
}
.blog_info a {
	display:inline-block;
	margin-left:20px;
	padding:0 20px 0 32px;
	background-repeat:no-repeat;
	background-position: 0 2px;
	color:#9f9f9f;
}
.blog_info a:hover {
	color:#0e9ba4;
}
.blog_info a.i2 {
	margin-left:0;
	background-image:url(../images/i2.png);
}
.blog_info a.i3 {
	background-image:url(../images/i3.png);
}
.blog_info a.i2:hover {
	background-image:url(../images/i2_h.png);
}
.blog_info a.i3:hover {
	background-image:url(../images/i3_h.png);
}

/* ___________________ //Blog ___________________ */


/* ____________________ Nam ____________________ */
#nam {
	position:relative;
	background-image: url(../images/nam_bg.jpg);
	background-size:cover;
}
.nam_fill {
	position:absolute;
	z-index:0;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:url(../images/nam_fill.png);
}
#nam .container {
	position:relative;
	z-index:1;
	text-align:center;
}
#nam .nam_block {
	text-transform:none;
	font-weight:400;
	font-style:italic;
	line-height:32px;
	font-size:32px;
	color:#fff;
}

/* ___________________ //Nulla ___________________ */


/* ____________________ Contact ____________________ */
#contact {
	overflow:hidden;
	position:relative;
	color:#797979;
}
#map {margin-bottom:11px;
}

.contact_info div {
	padding:4px 0 4px 37px;
	background-repeat:no-repeat;
}
.contact_info a {
	color:#797979;
	word-wrap: break-word;
}
.contact_info a:hover {
	color:#0e9ba4;
}
.contact_info .icon_block {
	background-repeat:no-repeat;
	background-position: 0 0;
}
.contact_info .i5 {background-image:url(../images/i5.png);
}
.contact_info .i6 {background-image: url(../images/i6.png);
}
.contact_info .i7 {background-image:url(../images/i7.png);
}

textarea,
input[type="text"] {
	width:94%;
	margin:0 0 10px 0;
	padding: 19px 16px 20px;
	text-transform:none;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	font-size: 13px;
	color: #999;
	font-style:normal;
	border-radius: 0;	
	background: #4e4e4e;
	border: 0;
	box-shadow: none;	  
}
textarea {
	min-height:192px;
	overflow:hidden;
	resize: none;
	margin-bottom:8px;
}
textarea,
input[type="text"].last {
}
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:100%;
	padding:9px 0 10px;
	border: 0;
	border-radius: 0;
	box-shadow: 0;
	text-align:center;
	text-shadow:none;
	text-decoration:none;
	text-transform:uppercase;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	line-height:20px;
	font-size:16px;
	color:#fff;
	background-color: #0e9ba4;
	background-image: url(../images/i8.png);
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.contact_btn:hover {
	background-color:#4e4e4e;
}

.notification_error {
	color:#f00;
}

/* ___________________ //Contact ___________________ */


/* ____________________ Footer ____________________ */
.footer {
	padding:17px 0 14px;
	color:#bfbfbf;
	background:#000;
}
.footer a {color:#ffd62c;	
}
.footer a:hover {color:#bfbfbf;	
}
.copyright {padding:8px 0;
}
.footer a.down_btn {
	position:static;
	margin:0;
	padding:0;
	display:block;
	width:32px;
	height:36px;
	background: url(../images/top_btn.png) no-repeat;
}

/* ___________________ //Footer ___________________ */


/* ____________________ Isotope Styles ____________________ */
.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;
}

/* ___________________ //Isotope Styles ___________________ */


/* ____________________ Responsive Style ____________________ */

@media (max-width: 1023px) {
	.parallax_effect {background-size:cover;background-position:0 0 !important;}
	#home {background-position:0 0 !important;}
	#about, #portfolio, #contact, .contact_parallax,  #blog, #testimonials, #progress, #nulla, #nam {background-position:0 0 !important; background-size:cover;}
	
	.opacity { opacity: 1; filter: alpha(opacity=100);}
	
	#contact {padding-bottom:40px;}
	
	#home {min-height: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;}
	#about, #portfolio, #contact, .contact_parallax,  #blog, #testimonials, #progress, #nulla, #nam {background-position:0 0 !important; background-size:cover;}
	
	.opacity { opacity: 1; filter: alpha(opacity=100);}
	
	#contact {padding-bottom:40px;}
	
	#home {min-height:100%;}

}

@media (min-width: 767px) and (max-width: 1000px) {
	.container {width:724px;}
	
	
	#home {min-height:100%;}

/* __________ Menu __________ */
	.navmenu ul li {margin:0 25px 0 0;}
/* _________ //Menu _________ */

/* __________ About __________ */
	

/* _________ //About _________ */

/* __________ Services __________ */
	a.service_item {width:156px; padding-left:10px; padding-right:10px; font-size:15px;}
	.service_item .icon_block {width:50px; height:50px;}
	a.service_item p {transform: none; -ms-transform: none; -webkit-transform: none;}
/* _________ //Services _________ */

/* __________ Team __________ */
	.team_foto img {margin-right:-1px;}
	.team_socials li a {margin-bottom:8px;}
	.team_socials {padding-top:9px;}
/* _________ //Team _________ */

/* __________ Testimonials __________ */
	
/* _________ //Testimonials _________ */

/* __________ Portfolio __________ */
	
/* _________ //Portfolio _________ */

/* __________ Nam __________ */
	#nam .nam_block {font-size:25px;line-height:25px;}
/* _________ //Nam _________ */

/* __________ Blog __________ */
	.blog_block .blog_img {width:100%;}
	.blog_block .blog_description {width:auto;}
	
	.blog_block .flex-direction-nav a {bottom:-50px;}
	
/* _________ //Blog _________ */

/* __________ Contact __________ */
	textarea, input[type="text"] {width:320px;}
	
/* _________ //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;}
	
	#home {min-height:100%;}

/* __________ Header __________ */
	#top {height:0;}
	#top header {
		height: 67px !important;
		padding: 0;
		position: fixed; width: 100%; z-index: 999; top: 0; left:0;
		background: #000;
	}
/* _________ //Header _________ */

/* __________ Menu __________ */	
	.fixed-menu, .fixed-menu:before, .fixed-menu:after, .navmenu {display:none !important;}
	a.menu_toggler {
		overflow:hidden;
		position:absolute;
		right:20px;
		top:50%;
		display:inline-block;
		float:right;
		margin:-17px 0px 0px 0;
		width:34px;
		height:34px;
		background-color:#ffd62c;
	}
	a.menu_toggler:hover {
		background-color:#0e9ba4;
	}

	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:#3e3e3e;
		position: fixed; width: 100%; z-index: 999; top:67px; left:0;
		padding: 15px 40px 15px 20px;
	}
	.mobile_menu_wrapper a {color:#fff;text-transform:uppercase;
	}
	.mobile_menu_wrapper a:hover {color:#ffd62c;
	}
	.mobile_menu_wrapper a span {display:none;}

/* _________ //Menu _________ */

/* __________ Home __________ */
	#logo a {padding-left:20px;}
	
	.welcome_block h1 {font-size:52px;line-height:52px;}
	#home .welcome_block p {padding-left:0;padding-right:0;}
	
	#top_line {margin-top:67px;padding-left:20px;padding-right:20px;line-height:17px;}
	
/* _________ //Home _________ */

/* __________ About __________ */	
	
/* _________ //About _________ */

/* __________ Portfolio __________ */
	
	
/* _________ //Portfolio _________ */

/* __________ Testimonials __________ */
	.testimonials_block {padding:0;}
/* _________ //Testimonials _________ */

/* __________ Services __________ */
	a.service_item {width:195px;}
	a.service_item p {font-size:15px;}
	
/* _________ //Services _________ */

/* __________ Blog __________ */
	.blog_block .blog_img {width:100%;}
	.blog_block .blog_description {width:auto;}
	
	.blog_block .flex-direction-nav a {bottom:-50px;}
	
/* _________ //Blog _________ */

/* __________ Nam __________ */
	#nam .nam_block, #nulla .nulla_block {font-size:17px;line-height:20px;padding:0;}
/* _________ //Nam _________ */


	.contact_info {margin-bottom:20px;}
	
	
	#contact textarea, #contact input[type="text"] {width:438px;}



	.row {margin-left:0;}
	[class*="span"] {
		display: block;
		float: none;
		width: 100%;
		margin-left: 0;
	}

}

@media (max-width: 479px) {	
	.container {width:310px;}

/* __________ About __________ */
	
/* _________ //About _________ */

/* __________ Portfolio __________ */
	#filter a {margin:0 10px 10px;}
	
	.portfolio_block .element {width:50%;}
	
/* _________ //Portfolio _________ */

/* __________ Services __________ */
	a.service_item {text-align:center; width:135px; padding-left:10px; padding-right:10px; font-size:15px;}
	.service_item .icon_block {width:75px; height:75px;float:none;margin:0 auto 10px;}
	a.service_item p {transform: none; -ms-transform: none; -webkit-transform: none;font-size:22px;}
	
/* _________ //Services _________ */

/* __________ Blog __________ */
	
/* _________ //Blog _________ */

	.buttons_block .about_btn {min-width:135px;}
	
	
	#contact textarea, #contact input[type="text"] {width:278px;}


	
	.footer {text-align:center;}
	.footer .fleft, .footer .fright {float:none;}
	
	.copyright {text-align:center;}
	.footer a.down_btn {display:inline-block; margin:10px auto;}

	
}






















