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: 'Arimo', sans-serif;
	line-height:20px;
	font-size: 13px;
	color: #797979;
	background: #fff;
}
html { font-size: 100%;
}
::selection{
	background: #e84c3d;
	color: #FFF;
}
::-moz-selection {
	background: #e84c3d; /* Firefox */
	color:#fff;
}
a {
	color: #e84c3d;
	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;
}
h2 {
	margin:0 0 45px;
	padding:0;
	text-transform:uppercase;
	font-weight:700;
	line-height:47px;
	font-size:37px;
	color:#505050;
}
h2 span {
	display:inline-block;
	margin:0 29px 0 0;
	padding:0 17px;
	border:6px solid #505050;
}
h2 i {
	position:relative;
	top:-7px;
	text-transform:none;
	font-weight:400;
	line-height:20px;
	font-size:15px;
	color:#797979;
}

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:400;
	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:70px 0 44px;
}
.parallax_effect {
	width:100%;
	padding:32px 0 26px;
	background-size:cover;
}
.opacity {
	opacity: 0;
	filter: alpha(opacity=0);
}

/* ____________________ Header ____________________ */
#top{
	position:relative;
	z-index:999;
	height: 74px;
	margin: 0;
	padding: 0;
	background: rgba(255,255,255,0.13);
}

#logo a {
	display:block;
	text-transform:none;
	font-family: 'Sansita One', cursive;
	font-weight:400;
	line-height:74px;
	font-size:32px;
	color:#fff;
}


/* __________ 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 #logo a {color:#e84c3d;
}
.fixed-menu .navmenu ul li a:hover,
.fixed-menu .navmenu ul li.active a {color:#e84c3d;
}

/* _________ //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 20px;
	text-decoration:none !important;
	text-transform:uppercase;
	font-weight:400;
	line-height:74px;
	color: #afafaf;
}
.navmenu ul li.last a {padding-right:0;
}
.navmenu ul li a:hover,
.navmenu ul li.active a{
	color:#fff;
}

/* _________ //Menu _________ */

/* ___________________ //Header ___________________ */

/* ____________________ Home ____________________ */
#home {
	overflow:hidden;
	position:relative;
	width:100%;
	top:-74px;
	margin-bottom:-74px;
	padding:0;
	min-height:700px;
	background-image: url(../images/home_bg.jpg);
	background-size:cover;
}
#home .home_fill {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:url(../images/home_fill.png);
}
#home h1 {
	display:inline-block;
	padding:0 17px;
	text-transform:none;
	font-weight:700;
	font-style:italic;
	line-height:68px;
	font-size:32px;
	color:#e84c3d;
	border:6px solid #e84c3d;
}
#home .welcome_block {
	position:relative;
	z-index:1;
	text-align:center;
}

a.down_btn {
	position:absolute;
	z-index:1;
	left:50%;
	bottom: 35px;
	margin-left:-17px;
	display:block;
	width:35px;
	height:35px;
	background:url(../images/down_btn.png) no-repeat;
}

/* ___________________ //Home ___________________ */



/* ____________________ Twitter ____________________ */
#twitter {
	position:relative;
	background-image: url(../images/twitter_bg.jpg);
	background-size: cover;
	padding:46px 0 45px;
}
#twitter .container {
	position:relative;
	z-index:1;
}
.twitter_fill {
	position:absolute;
	z-index:0;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:url(../images/twitter_fill.png);
}

.twitter_block {
	text-align:center;
}
.twitter_block .tweet_user {
	display:inline-block;
	margin:0;
	padding:0 10px ;
	text-transform: capitalize;
	font-family: 'Sansita One', cursive;
	font-weight:700;
	line-height:33px;
	font-size:33px;
	color:#fff;
}
.twitter_block .follow_btn {
	display:inline-block;
	margin:0 10px;
	padding:0 15px;
	line-height:29px;
	font-size:14px;
	color:#fff;
	background:#e84c3d;
}
.twitter_block .follow_btn:hover {
	background:#fff;
	color:#e84c3d;
}
.twitter_block .loading,
.twitter_block .tweet_text {
	display:block;
	padding:37px 90px 10px;
	color:#fff;
}
.twitter_block .tweet_time a {
	font-style:italic;
	color:#bababa;
}

/* ___________________ //Twitter ___________________ */


/* ____________________ Services ____________________ */
.service_item {
	display:block;
	margin:1px 0 16px;
	color:#797979;
}
.service_item:hover {color:#797979;
}
.service_item h4 {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.service_item:hover h4 {
	color:#e84c3d;
}
.service_item .icon_block {
	display:block;
	float:left;
	margin:4px 20px 10px 0;
	width:53px;
	height:53px;
	border:6px solid #797979;
	background-position:0 0;
	background-repeat:no-repeat;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.service_item:hover .icon_block {
	background-position: -65px 0;
	border-color:#e84c3d;
}
.service_item .icon_block.icon1 {
	background-image: url(../images/icon1.png);
}
.service_item .icon_block.icon2 {
	background-image: url(../images/icon2.png);
}
.service_item .icon_block.icon3 {
	background-image: url(../images/icon3.png);
}
.service_item .icon_block.icon4 {
	background-image: url(../images/icon4.png);
}
.service_item .icon_block.icon5 {
	background-image: url(../images/icon5.png);
}
.service_item .icon_block.icon6 {
	background-image: url(../images/icon6.png);
}

/* ___________________ //Services ___________________ */


/* ____________________ Nulla ____________________ */
#nulla {
	position: relative;
	padding: 80px 0;
	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;
	text-transform:uppercase;
	font-weight:400;
	line-height:24px;
	font-size:20px;
	color:#fff;
}

/* ___________________ //Nulla ___________________ */


/* ____________________ Portfolio ____________________ */
#portfolio {
	width:100%;
	overflow:hidden;
	padding-bottom:70px;
}


/* __________ Filter __________ */
#portfolio_filter {margin:5px 0 30px;
}
#portfolio_filter a {
	display:inline-block;
	margin-right: 26px;
	padding:0 7px;
	text-transform:uppercase;
	font-weight:400;
	line-height:25px;
	font-size:13px;
	color:#797979;
	cursor:pointer;
	border:4px solid #fff;
}
#portfolio_filter a.current,
#portfolio_filter a:hover {
	color: #e84c3d;
	border:4px solid #e84c3d;
}

/* _________ //Filter _________ */

/* __________ Portfolio Item __________ */

/* __________ Image Zoom __________ */
#portfolio {padding-bottom:0;
}
#portfolio .opacity {
	margin:0 -3px;
}
.og-grid {
	padding: 0;
	margin: 0 auto;
	width:100%;
}

.og-grid li {
	display:inline-block;
	margin: 0 -4px 0 0;
	padding: 0;
	vertical-align: top;
	width:14.2857%;
	background:#e84c3d;
}
.og-grid li > a {
	position:relative;
	display:block;
}

.og-grid li a img {
	opacity:0.85;
	filter: alpha(opacity=85);
	width:100%;
	height:auto;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.og-grid li.og-expanded a img,
.og-grid li a:hover img {
	opacity:0.25;
	filter: alpha(opacity=25);
}
.og-grid li.og-expanded > a:after {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-bottom-color: #ffffff;
	border-width: 8px;
	left: 50%;
	margin: -16px 0 0 -8px;
}

.og-expander {
	position: absolute;
	background: #ffffff;
	top: auto;
	left: 0;
	width: 100%;
	text-align: left;
	height: 0;
	overflow: hidden;
}

.og-expander-inner {
	width:1000px;
	margin:0 auto;
	padding:50px 0 30px;
	height: 100%;
	position:relative;
}
.og-expander-inner .span7 {
	margin-left:0 !important;
}
.og-close {
	position: absolute;
	width: 18px;
	height: 18px;
	top: 50px;
	right: 0;
	cursor: pointer;
	z-index:99;
}

.og-close::before,
.og-close::after {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	height: 1px;
	background: #797979;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

.og-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.og-close:hover::before,
.og-close:hover::after {
	background: #333;
}

.og-fullimg {
	position:relative;
	text-align: center;
}

.og-fullimg img {
	display: inline-block;
}

.og-details h3 {
	padding: 56px 0 0;
	margin-bottom: 47px;
	font-weight: 400;
	font-size: 22px;
	line-height:21px;
	color:#505050;
}

.og-details p {
}

.og-details a {
	display:none;
}

.og-details a::before {
	content: '\2192';
	display: inline-block;
	margin-right: 10px;
}

.og-details a:hover {
	border-color: #999;
	color: #999;
}

.og-loading {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 160px;
	left: 50%;
	margin: -16px 0 0 -16pxpx;
	background:url(../images/preloader.gif);
}

@media screen and (max-width: 830px) {
	.og-expander h3 { font-size: 32px; }
	.og-expander p { font-size: 13px; }
	.og-expander a { font-size: 12px; }
}

@media screen and (max-width: 650px) {
	.og-fullimg { display: none; }
	.og-details { float: none; width: 100%; }
}
/* _________ //Image Zoom _________ */

/* _________ //Portfolio Item _________ */

/* ___________________ //Portfolio ___________________ */


/* ____________________ Events ____________________ */
#events {padding-bottom:70px;
}
.events_block {padding-top:5px;
}
.events_video {
	height:276px;
}
.no_foto .events_img img {display:none !important;
}
.events_img {
	overflow:hidden;
	height:50%;
	background:#e84c3d;
}
.events_item .events_img img {
	width:100%;
	opacity: 1;
	filter: alpha(opacity=100);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.events_item:hover .events_img img {
	opacity: 0.32;
	filter: alpha(opacity=32);
}
.events_description {
	padding:25px 30px;
	background:#f6f6f6;
	color:#797979;
}
.events_description a.title {
	text-transform:uppercase;
	font-size:15px;
	color:#505050;
}
.events_item:hover .events_description a.title {color:#e84c3d;
}
.events_info {
	padding:5px 0 9px;
	font-weight:400;
	font-size:12px;
	color:#979797;
}
.events_info a {color:#979797;
}
.events_info a:hover {color:#e84c3d;
}

.load_more_cont {
	width:100%;
	padding-top:10px;
	text-align:center;
}
a.btn_load_more {
	display:block;
	width:31px;
	height:31px;
	margin:0 auto;
	padding:0;
	background-image:url(../images/btn_load_more.png);
	background-position:0 -39px;
	background-repeat:no-repeat;
	border:4px solid #e84c3d;
}
a.btn_load_more:hover {
	background-color:#e84c3d;
	background-position:0 0;
}


/* ___________________ //events ___________________ */


/* ____________________ Testimonials ____________________ */
#testimonials {
	padding:69px 0 0;
	position:relative;
	background-image: url(../images/testimonials_bg.jpg);
}
#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);
}


/* __________ Jcarousel Lite __________ */
.jCarouselLite {width:100% !important;
}
.jCarouselLite ul {margin-left:-20px !important;
}
.jcarousel_prev,
.jcarousel_next {
	position:absolute;
	z-index:10;
	top:50%;
	left:0;
	width:27px;
	height:27px;
	margin-top:-18px;
	border-top:4px solid #fff;
	border-right:4px solid #fff;
	border-bottom:4px solid #fff;
	cursor:pointer;
	background-position: 0 0;
	background-repeat:no-repeat;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.jcarousel_prev {
	background-image:url(../images/jcarousel_prev.png);
}
.jcarousel_prev:hover {
	background-position: -31px 0;
	border-top:4px solid #e84c3d;
	border-right:4px solid #e84c3d;
	border-bottom:4px solid #e84c3d;
}
.jcarousel_next {
	left:auto;
	right:0;
	background-image: url(../images/jcarousel_next.png);
	background-position: -31px 0;
	border-top:4px solid #fff;
	border-left:4px solid #fff;
	border-bottom:4px solid #fff;
	border-right:0;
}
.jcarousel_next:hover {
	background-position: 0 0;
	border-top:4px solid #e84c3d;
	border-left:4px solid #e84c3d;
	border-bottom:4px solid #e84c3d;
	border-right:0;
}

/* _________ //Jcarousel Lite _________ */

.testimonials_block {
	margin-bottom:69px;
	text-align:center;
	color:#fff;
}
.testimonials_txt {
	padding:50px 0 23px;
	background:url(../images/testimonials_block.png) no-repeat center top;
	font-size:14px;
}
.author_inf {
	display:inline-block;
	line-height:17px;
}
.author_inf span {
	display:inline-block;
	text-transform:uppercase;
	color:#e84c3d;
}

/* ___________________ //Testimonials ___________________ */



/* ____________________ Contact ____________________ */
#contact {
	overflow:hidden;
	position:relative;
}

#contact h4 {
	margin-bottom:22px;
	font-size:16px;
}
ul.spsk li span {
	text-transform:uppercase;
	color:#505050;
}
ul.spsk li {
	padding-bottom:5px;
}
ul.spsk li a {color:#797979;
}
ul.spsk li a:hover {color:#e84c3d;}

.contact_form {
	overflow:hidden;
}

textarea,
input[type="text"] {
	margin:0 0 10px 0;
	padding: 13px 16px;
	text-transform:none;
	font-family: 'Arimo', sans-serif;
	font-weight:400;
	font-size: 12px;
	color: #999;
	font-style:normal;
	border-radius: 0;	
	background: #f6f6f6;
	border: 0;
	box-shadow: none;	  
}
input[type="text"].last {margin-right:0;
}
textarea {
	min-height:55px;
	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:100%;
	padding:10px 0;
	border: 0;
	border-radius: 0;
	box-shadow: 0 0 0 4px #e84c3d inset;
	text-align:center;
	text-shadow:none;
	text-decoration:none;
	text-transform:uppercase;
	font-family: 'Arimo', sans-serif;
	font-weight:400;
	line-height:20px;
	font-size:16px;
	color:#e84c3d;
	background: #fff;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.contact_btn:hover {
	color:#fff;
	background:#e84c3d;
}

.notification_error {
	color:#e84c3d;
}

/* ___________________ //Contact ___________________ */


/* ____________________ Footer ____________________ */
.footer {
	padding:20px 0 18px;
	color:#bfbfbf;
	background:#444;
}
.footer a {color:#e84c3d;	
}
.footer a:hover {color:#bfbfbf;	
}

.footer a.down_btn {
	position:static;
	margin:0;
	padding:0;
	display:block;
	width:26px;
	height:25px;
	background: url(../images/top_btn.png) no-repeat;
	border:3px solid #e84c3d;
}
.footer .copyright {
	padding:5px 0 3px;
}

/* ___________________ //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: 1023px) {
	#home {min-height:100px;}
	
	.parallax_effect {background-size:cover;background-position:0 0 !important;}
	#home, #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) {
	#home {min-height:100px;}
	
	.parallax_effect {background-size:cover;background-position:0 0 !important;}
	#home, #twitter, #nulla, #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;}

	#logo a {font-size:28px;}
	
/* __________ Menu __________ */
	.navmenu ul li a {padding:0 10px;font-size:12px;}
/* _________ //Menu _________ */

/* __________ About __________ */
	

/* ________ //About _________ */


/* __________ Testimonials __________ */
	
/* _________ //Testimonials _________ */

/* __________ Portfolio __________ */	
	.og-expander-inner {width:724px;}
	.og-expander h3 {margin-bottom:20px;padding:15px 20px 0 0;font-size:15px;}
	
/* _________ //Portfolio _________ */


/* __________ Contact __________ */
	
	
	
/* _________ //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;color:#e84c3d;}
/* _________ //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:#e84c3d;
	}
	.mobile_menu_wrapper a span {display:none;}

/* _________ //Menu _________ */

/* __________ Home __________ */
	#home {min-height:200px;}
	
	h2 {text-align:center;}
	h2 span {margin:0;}
	h2 i {display:block;padding-top:15px;}
	
/* _________ //Home _________ */

/* __________ About __________ */	
	
/* _________ //About _________ */

	#nulla .container {font-size:15px;line-height:20px;}

/* __________ Portfolio __________ */
	.og-expander-inner {width:470px;}
	
	.og-close {top:20px;}
	.og-expander h3 {margin:0 0 7px;padding: 0;font-size:13px;}
	.og-expander p {font-size:11px;line-height:17px;}
	
/* _________ //Portfolio _________ */

	.jCarouselLite ul {margin-left:0 !important;}
	



	.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 __________ */
	.og-expander-inner {width:310px;}
	
/* _________ //Portfolio _________ */
	

	
	.footer {text-align:center;}
	.footer .fleft, .footer .fright {float:none;}
	
	.copyright {text-align:center;}
	.footer a.down_btn {display:inline-block; margin:10px auto;}

	
}






















