/*------------------------------------------------*/
/*-----------------[RESET]------------------------*/
/*------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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 { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q {	quotes: none; }

blockquote:before, blockquote:after,q:before, q:after { content: ''; content: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }
article, aside, footer, header, hgroup, nav, section { display: block; }

/*connection fonts*/
@font-face {
    font-family: 'dorsa';
    src: url('fonts/dorsa/dorsa-regular-webfont.eot');
    src: url('fonts/dorsa/dorsa-regular-webfont.eot@#iefix') format('embedded-opentype'),
         url('fonts/dorsa/dorsa-regular-webfont.woff') format('woff'),
         url('fonts/dorsa/dorsa-regular-webfont.ttf') format('truetype'),
         url('fonts/dorsa/dorsa-regular-webfont.svg#dorsaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato/Lato-regular-webfont.eot');
    src: url('fonts/Lato/Lato-regular-webfont.eot@#iefix') format('embedded-opentype'),
         url('fonts/Lato/Lato-regular-webfont.woff') format('woff'),
         url('fonts/Lato/Lato-regular-webfont.ttf') format('truetype'),
         url('fonts/Lato/Lato-regular-webfont.svg#Latobook') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Novecentowide';
    src: url('fonts/Lato/Lato-regular-webfont.eot');
    src: url('fonts/Lato/Lato-regular-webfont.eot@#iefix') format('embedded-opentype'),
         url('fonts/Novecentowide/Novecentowide-Bold-webfont.woff') format('woff'),
         url('fonts/Lato/Lato-regular-webfont.ttf') format('truetype'),
         url('fonts/Lato/Lato-regular-webfont.svg#Latobook') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*****************************************/
/************* BASIC STYLES **************/
/*****************************************/

body {
	line-height: 21px;
	font-family:  Lato, Arial serif;
	font-size: 12px;
	color: #333;
	background-color: #fff;
	text-rendering: optimizelegibility;
}

a, #reply-title a {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration:none;
	color: #444;
}
.clear { clear: both; }
.ui-tabs-hide { display: none; }
br.clear {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	padding-bottom: 2px;
	color: #555;
	line-height: 1em;
	font-weight: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #656464; }
h1 { font-size: 30px; }
h2 { font-size: 24px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }
p {
	padding-bottom: 7px;
	line-height: 1.6;
}
strong {
	font-weight: bold;
	color: #1c1c1c;
}
cite, em, i {font-style: italic; }
pre, code {
	font-family: Courier New, monospace;
	margin-bottom: 10px;
}
ins { text-decoration: none; }
sup, sub {
	height: 0;
	line-height: 1;
	position: relative;
	 vertical-align: baseline;
}
sup { bottom: 0.8em; }
sub { top: 0.3em; }
dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dd  { margin-left: 1.5em;}
hr{
	color: #ccc;
	background-color:#ccc;
	border:0px none;
	height:1px;
	clear:both;
}

input[type=text],input[type=email],input.text, input.title, textarea, select {
	background-color: #fff;
	border:1px solid #bbb;
	padding: 2px;
	color: #555;
	font-family: Lato, Arial, sans-serif;
	font-size: 14px;
}
input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
	border-color:#2D3940;
	color: #F5F5F5;
}
input[type=text], input.text, input.title, textarea, select { margin:0.5em 0; }
textarea { padding: 4px; }

img#about-image {
	float: left;
	margin: 3px 8px 8px 0px;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/*****************************************/
/************ MAIN LAYOUT INFO ***********/
/*****************************************/

h1, h2, h3, h4, h5, h6, #quote, span.fn {font-family: Lato, Arial, sans-serif; }

#container {
	text-align: left;
	position: relative;
}
.sizers{
	width: 960px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.section_head { margin-bottom: 50px; }	

/*****************************************/
/***************** HEADER ****************/
/*****************************************/

#main_header{
	background-color: #5d5d5d;
	background-image: url('images/slider.jpg');
	background-size: cover;
	background-attachment: fixed;
	background-position: 0 95%;
	position: relative;
	height: 100%;
	z-index: 100;
}
#logo {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
#logo_wrapper{
	padding-top: 20%;
}

h1#slogan{
	font-weight: 300;
	font-size: 30px;
	margin-top: 20px;
	line-height: 1.3;
	color: #fff;
}
#logo_wrapper #purchase{
	font-family: Lato;
	font-size: 20px;
	border: 1px solid #fff;
	border-radius: 3px;
	padding: 20px 30px;
	margin-top: 30px;
	display: inline-block;
	transition: all ease 0.3s;
}
#logo_wrapper #purchase:hover{
	background-color: rgba(255,255,255,0.1);
	color: #fff;
}
.small_header {
	position: fixed !important;
	z-index: 100;
	background-color: rgba(255, 255, 255, 0.7);
	height: 40px;
	margin: 0 !important;
	float: none !important;
	transition: all ease 0.5s;
	padding: 7px 0 0;
}
.small_header .nav a{
	color: #555 !important;
	font-size: 17px !important;
	height: 30px !important;
    line-height: 1.7 !important;
}
.small_header .nav a:hover{ border-color: #555; }
.small_header #logo{ display: block !important;}
.small_header #social{ margin-top: 18px; }
.small_header .submenu{ top: 30px; }

/*****************************************/
/***************** MENU ******************/
/*****************************************/

#menu {
	font-size: 20px;
	margin-top: 30px;
	font-family: Lato !important;
	float: right;
	width: 100%;
}
#menu #main-menu {
	height: 60px;
	width: 960px;
	margin: 0 auto;
	position: absolute;
    right: 15%;
	z-index: 10;
}
#menu #main-menu ul{
	float: right;
}
#menu .nav li {
	float:left;
	border-right: none;
}
#menu .nav a {
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	display: block;
	height: 50px;
	line-height: 2.5;
	padding: 0 12px;
	overflow: hidden;
	font-weight: 300;
	border: 1px solid transparent;
	border-radius: 3px;
	-webkit-transition: background-color 0.2s ease-in;
	-moz-transition: background-color 0.2s ease-in;
	transition: all 0.2s ease-in;
}
#menu .nav a:hover{
	border: 1px solid;
}
#menu .nav li{
	background-position: right center;
	background-repeat: no-repeat;
	margin-right: 10px;
}
#menu .nav li:last-child  { background-image: none; }
#menu .nav a > span { padding: 12px 12px 12px; }
#menu .nav ul li a > span { padding: 0; }
#menu ul.nav ul, ul#mobile_menu {
	background: #555;
	-webkit-box-shadow: 3px 3px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 3px 3px 0px rgba(0,0,0,0.4);
	box-shadow: 1px 1px 0px rgba(0,0,0,0.4);
	border-radius: 0 0 3px 3px;
}
#menu ul.nav ul a { color: #dfd6c5; }
#menu .nav ul li { border: none; }
#menu .nav ul a, ul#mobile_menu a {
	padding: 14px 5px 14px 25px;
	height: auto;
	overflow: visible;
	width: 195px;
}
#menu .nav ul a:hover, ul#mobile_menu a:hover {
	background: #fff;
	color: #555;
	text-decoration: none;
}
ul#mobile_menu a {
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	width: auto;
}
#menu .nav > li.current_page_item > a:hover {
	background:#fff;
	color: #777;
}
#mobile_nav { display: none; }
ul#mobile_menu {
	width: 225px;
	position: absolute;
	top: 40px;
	left: -43px;
	z-index: 1000;
	display: none;
}
#mobile_nav.opened {
	background: #fff;
	color: #444;
}

/*****************************************/
/***************** LAYOUT ****************/
/*****************************************/

h3.section_name{
	font-size: 36px;
	position: relative;
}
h3.section_name:after{
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 35px;
	height: 2px;
	background-color: #555;
}
#content {
	margin: 0 auto;
	width: inherit;
}
#content div{
	position: relative;
}	

/*****************************************/
/************ iPad SLIDER ***********/
/*****************************************/

#featured {
	position:relative;
	min-height:135px;
	top: 31px;
	left: 75px;
	width: 331px;
}
#featured iframe{
	height: 250px;
    width: 331px;
	display: block;
}
.ipad_slider{
	width: 47%;
	height: 370px;
	background-image: url("images/ipad.png");
	background-repeat: no-repeat;
	float: left;
	margin-top: 55px;
	margin-left: -50px;
}

/*****************************************/
/***************** SERVICE ***************/
/*****************************************/

.servise_items{
	padding: 40px 0 0 90px;
	width: 48%;
	float: left;
}
#services {
	padding: 70px 0 80px;
	position: relative;
	background-color: #3B3C7E;
	color: #fff;
	height: 450px;
}
#services h3{ color: #fff; }
#services h3:after{ background-color: #fff; }
.service:nth-child(even){
	border-left: 1px solid #3d7d7b;
	margin-left: 14px;
    padding-left: 55px;
}
.service:nth-child(3n+3), .service:nth-child(4n+4){ position: relative; }
.service:nth-child(3n+3):before, .service:nth-child(4n+4):before{
	position: absolute;
	content: "";
	width: 195px;
	height: 1px;
	background-color: #3d7d7b;
	top: -25px;
}
.service:nth-child(4n+4):before{ left: 15px; }
.service {
	width: 195px;
	margin-bottom: 50px;
	float:left;
	position:relative;
}
.last{
	margin-right: 0px !important;
	clear: right;
}
.service h3  {
	font-size: 23px;
	text-transform: uppercase;
	margin-bottom: 25px;
	color: #fff;
}
.service p {
	font-size: 16px;
	line-height: 1.5;
	color: #e8e5e5;
}
.service span{
	width: 25px;
	height: 26px;
	position: absolute;
	top: 0;
	left: -45px;
}
.service:nth-child(even) span{ left: 14px; }

.idea{ background-image: url("images/services/idea.png"); }
.sketch{ background-image: url("images/services/sketch.png"); }
.develop{ background-image: url("images/services/develop.png"); }
.support{ background-image: url("images/services/support.png"); }

/*****************************************/
/**************** FUN FUCTS **************/
/*****************************************/

.fixed_block{
	position: relative;
	width: 100%;
	height: 400px;
	background: url(images/city-bg2.png) no-repeat fixed;
	background-size: cover;
}
.fun_fucts h3, .fun_fucts h6{ color: #fff; }
.fun_fucts h3.section_name{
	text-align: center;
	text-transform: uppercase;
	padding: 50px 0 70px;
	font-weight: 700;
	font-size: 23px;
}
.fun_fucts h3.section_name:after{
	background-color: transparent;
}
.fixed_block .four.columns{
	width: 220px;
	float: left;
    margin-left: 10px;
    margin-right: 10px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}
.fucts_count{
	font-size: 80px;
    font-weight: 300;
	color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 20px;
    padding: 0;
    position: relative;
}
h6.fucts_name{
	font-size: 18px;
}

/*****************************************/
/**************** PORTFOLIO **************/
/*****************************************/

#recent-work {
	width: 100%;
	position: relative;
	background-color: #fff;
	padding: 50px 0 0;
}
#recent_work_thumbs {
	clear: both;
}
#recent-work .thumb{
	float:left;
	line-height:0;
	position: relative;
}
#recent-work .thumb .portfolio_overlay{ display: block; }
#recent-work .last { margin-right:0; }
#about h3 span{ padding-left: 10px; }


/*** Carousel ***/

#recent_work_thumbs{
	height: 570px;
	overflow:hidden;
	position: relative;
}
#recent_work_thumbs ul{
	position: absolute;
	padding: 0;
}
#recent_work_thumbs li{
	width: 300px;
	height: auto;
	float: left;
	list-style: none;
}
.recent_work_item{
	height: 285px;
	text-align: center;
	position: relative;
	float: left;
}
.recent_work_item p, .recent_work_item a{
	color: #ccc;
	display: block;
}
.recent_work_item img{
	max-width: 100%;
	border-radius: 3px 3px 0 0;
}
.item_description{
	position: absolute;
	z-index: 2;
	background-color: #3b393b;
	width: 100%;
}

.caroufredsel_wrapper{
	width: 100% !important;
}
.portfolio_overlay{
	/*background-color: rgba(52, 73, 94, 0.5);*/
	background-color: rgba(0, 0, 0, 0.5);
	background-image: none;
	background-position: 50% 50%;
	filter:alpha(opacity=40);
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	display: block;
	transition: all 0.5s ease;	
}
.portfolio_overlay:hover{ background-color:transparent; }
#prev, #next{
	text-indent: -99999px;
	width: 81px;
	height: 170px;
	display: block;
	background-repeat: no-repeat;
	float: left;
	margin-right: 5px;
	position: absolute;
	cursor: pointer;
	top: 49%;
	z-index: 10;
}
#prev{
	background-image: url('images/prev_arrow.png');
	left: 35px;
}
#next{
	background-image: url('images/next_arrow.png');
	right: 35px;
}

/*****************************************/
/***************** QUOTE *****************/
/*****************************************/

.quote{
	background-image: url(images/bg2.png) !important;
	background-color: #409996;
	text-align:center;
	font-size: 35px;
	/*font-family: Cookie, Georgia, serif;*/
	color: #fff;
	padding: 120px 0;
	background-size: cover;
	height: auto;
	font-weight: 300;
}
.quote blockquote{
    line-height: 1.3;
	text-align: center;
	padding: 20px;
}
.quote p.author{
	color: #fff;
    font-size: 35px;
}

/*****************************************/
/******************* BLOG ****************/
/*****************************************/

#news, #recent-work{
	color: #8F8F8F;
    font-size: 15px;
}
#news .section_head p, #recent-work .section_head p{
	font-size: 17px;
    letter-spacing: 0.3px;
	color: #555;
}
#news {
	width: inherit;
	background-color: #fff;
	position: relative;
	line-height: 1.5;
	padding: 70px 0;
	background-image: url("images/news_bg.png");
	background-size: cover;
	background-attachment: fixed;
}
#news .sizers, #recent-work .sizers{
	height: auto;
	margin-bottom: 60px;
}
#news h3, #recent-work h3{ margin-bottom: 40px !important; }
#news_wrap{
	position: absolute;
	width: 100%;
	height: 670px;
	overflow: hidden;
}
#news h3{
	margin-bottom: 35px;
	margin-right: 35px;
}
.ready .gs_w:not(.preview-holder){
	background-color: #fff;
}
.gs_w img{
	max-width: 100%;
	float: left;
}

.blog_inner {
	width: 50%;
	float: left;
	background-color: #fff;
	position: relative;
}
.blog_inner h4 {
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
}
.blog_inner h4 a {
	color: #555;
}
.blog_inner h4 a:hover {
	color: #111;
	text-decoration: none;
}
.blog_inner:before{
	content: "";
	position: absolute;
	width: 15px;
	top: 30px;
	left: -45px;
	border: 15px solid;
	border-color: transparent #fff transparent transparent ;
}
.blog-post:nth-child(3n+3) .img_wrap:before, .blog-post:nth-child(4n+4) .img_wrap:before{
	border-color: transparent transparent transparent #fff;
	left: 0;
}
[data-sizey="4"] .blog_inner {
	float: none;
	clear: both;
	width: 80%;
}
[data-sizey="4"] .blog_inner:before {
	top: -30px;
	left: 20px;
	border-color: transparent transparent #fff transparent ;
	width: 0;
}
.blog-post img{
	max-width: 100%;
}
.gridster ul li iframe{
	width: 100%;
	height: 100%;
}
#news .readmore{
	display: inline-block;
	margin: 15px 0 0 0;
}
#news .readmore:hover{ color: #777;}

.blog_inner{
	width: 41%;
	float: left;
	padding: 20px 30px 0;
}
a.readmore{text-transform: uppercase;}
a.readmore:hover { color: #555;  }

.post_meta {
	float: left;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppecase;
	background: #549eb9;
	border-top: 1px solid #3c819a;
	padding: 0 7px;
	position: relative;
	line-height: 18px;
	margin-right: 5px;
	top: 2px;
}

/*****************************************/
/***************** BLOG ******************/
/*****************************************/

#main_content {
	padding: 25px 20px 20px 35px;
	position: relative;
}

p.meta, p.meta a {
	font-size: 12px;
	color: #C2C2C9;
	margin: 2px 0 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
p.meta a:hover {
	color: #111;
	text-decoration: none;
}

a.readmore, .action_button{
	font-family: Lato;
	text-align: center;
	font-size: 12px;
	color: #C2C2C9;
	display: block;
	height:20px;
	padding: 3px;
}
.entry a.readmore:hover {
	color: #555;
	text-shadow: none;
}
.post ul{
	list-style-type: disc;
	padding: 20px 0 23px 45px;
	line-height: 26px;
}
.post ol{
	list-style-type: decimal;
	list-style-position: inside;
	padding: 0 0 23px 16px;
	line-height: 26px;
}
.post ul li ul, .post ul li ol{ padding: 2px 0px 2px 20px; }
.post ol li ul, .post ol li ol{ padding: 2px 0px 2px 35px; }
		
.post_meta, #featured-controllers li.active-slide:after, .animated_bar:before{ border-color: #D7D0B8 transparent !important;}
#featured-controllers li.active-slide:before, .animated_bar { top: -1px; }
#featured-controllers li.active-slide:after, .animated_bar:before { top: 3px; }
.animated_bar { width: 7px; left: 120px; }

/*****************************************/
/***************  ABOUT US  **************/
/*****************************************/

#about{
	background-color: #FADC06;
	/*background-image: url("images/about.png");*/
	background-position: 0 bottom;
	background-repeat: no-repeat;
	padding: 70px 0 120px;
}
#about h3, #news h3, #recent-work h3{
	margin-bottom: 90px;
	color: #555;
}
#about h3.section_name:after, #news h3:after, #recent-work h3:after{
	background-color: #8f8f8f;
}
.photo{
	max-width: 280px;
	float: left;
	margin-right: 80px;
}
#about img{
	max-width: 100%;
	border: 7px solid #f5f5f5;
	border-radius: 50%;
	box-shadow: 2px 2px 0 #ccc;
}
.bio{
	width: 280px;
	float: left;
	margin-right: 59px;
}
.bio h4, .skills h4, .current{ color: #555; }
.bio p { color: #8f8f8f; }
.bio h4, .skills h4{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.bio p{
    font-size: 16px;
    line-height: 1.5;
	margin-bottom: 40px;
}
#social-icons {
}	
#social-icons a {
	padding-left: 14px;
	opacity: 0.9;
	filter:alpha(opacity=90);
}
#social-icons a  img{
	width: 30px;
	height: 30px;
	border: none;
	box-shadow: none;
}
#social-icons a:hover{
	opacity: 1;
	transition: opacity 0.2s ease-in;
	-moz-transition: opacity 0.2s ease-in;
	-webkit-transition: opacity 0.2s ease-in;
}
.skills{
	background-color: transparent;
	border: none;
	float: left;
}
.skills h4{ margin-bottom: 50px; }
.skills div{
	margin-bottom: 25px;
	background-color: #34495e ;
	height: 15px;
	border-radius: 5px;
}
#html, #css, #php, #js{
	width: 260px;
	position: relative;
}
#html .current{left: 80%;}
#css .current{left: 80%;}
#php .current{left: 60%;}
#js .current{left: 55%;}

#html .upload{ width: 90%;}
#css .upload{ width: 80%;}
#js .upload{ width: 70%;}
#php .upload{ width: 60%;}

.upload{
	position: absolute;
	background-color: #0ea29d !important;
	margin: 3px 0;
	border: 0;
}
.current{
	position: absolute;
	bottom: 15px;
	font-size: 15px;
}

/*****************************************/
/************ FEAUTERED SLIDER ***********/
/*****************************************/


/* Browser Resets */
.flex-container a:active,
.flexslider a:active {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {width: 100%; margin: 0; padding: 0;}
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img, .post img, #left_area img {max-width: 100%; display: block; height: auto;}
.home .featured_box img{ border: none;}
.gallery_item_image img{min-width: 100% !important;}
.flexslider .slides img, .service img{ max-width: 100%;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {position: relative; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {width: 96%; padding: 2%; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}

.flex-control-nav, .flex-direction-nav, #controllers-wrapper { display: none; }

ol.flex-control-nav{
	display: block;
	position: absolute;
	bottom: -60px;
	left: 45%;
}
ol.flex-control-nav li{
	float: left;
	margin-right: 10px;
}
ol.flex-control-nav a{
	background-color: #E8E5E5;
	display: block;
	text-indent: -100000px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	box-shadow: -3px 2px 0 #317775;
	cursor: pointer;
}
ol.flex-control-nav a.active{ background-color: #fff; }

/*****************************************/
/***************** FOOTER ****************/
/*****************************************/

#footer {
	color: #555;
	position: relative;
}
#footer-widgets{
	background-color: #ddd;
	padding: 25px 40px 15px;
}
.footer-widget {
	float: left;
	margin-right: 10px;
	padding: 20px 14px 0 10px;
	width: 267px;
}
.f_widget { padding-bottom: 27px; }
.footer-widget.last {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
h4.widgettitle {
	font-size: 23px;
	 margin-bottom: 20px;
}
.footer-widget p { line-height: 21px; }
#footer li a { color: #D7D0B8; }
p#copyright {
	background-color: #444;
	border-top: 2px solid #555555;
	text-align: center;
	font-size:14px;
	color:#888;
	padding: 10px 60px;
}	
p#copyright a { color:#888; }
	
/*****************************************/
/**************** CONTACT ****************/
/*****************************************/

#contact{
	padding: 70px 0 0;
}
#map-canvas {
	margin: 0;
	padding: 0;
	height: 500px;
}
.info{
	padding: 30px 0;
	font-size: 14px;
}	
#ajax_contact_form{
	width: 400px;
	background-color: rgba(255, 255, 255, 0.7);
	padding: 10px 0 0 20px;
	margin-right: 40px;
	margin-top: 30px;
	float: left;
	position: absolute;
    top: 180px;
	right: 50px;
}	
.notification_ok{
	padding: 20px 0;
	text-transform: uppercase;
}
.input {
	border-radius: 2px  !important;
	-webkit-border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	color: #303030 !important;
	padding: 7px !important;
}
input.input { width: 300px; }
textarea.input {
	width: 478px;
	height:130px;
}		
#contact p input, #contact p textarea {
	border: 1px solid #e9e4d6;
	border-width: 1px 0 0 1px;
	width: 100% !important;
	color: #555 !important;
	padding: 8px !important;
	font-weight: 300;
}
#contact p textarea {
	width: 90% !important;
	margin-bottom: 20px;
}
#contact p #contact_captcha { width: 20px !important; }

#contact_left, #contact_right { float: left; }
#contact_left { width: 70%; }
#contact_right {
	width: 17%;
	margin-left: 50px;
}
.subject, .name, .email{width: 90%;}
#contact_submit, #contact_reset {
	border: 1px solid #8F8F8F;
	float: right;
	font-size: 12px;
	text-transform: uppercase;
	margin-right: 25px;
	margin-bottom: 20px;
	height: 25px;
	background-color: transparent;
	color: #8F8F8F;
	cursor: pointer;
}
#contact_submit {
	width: 65px;
	margin-right: 15px;
}
#contact_reset {width: 75px;}
.addr, .phone, .fax, .mail{
	display: inline-block;
	padding-left: 30px;
}
.addr{
	background: url("images/addr.png") no-repeat 0 50%;
	margin-top: 40px;
}
.phone{
	background: url("images/phone.png") no-repeat 0 50%;
}
.fax{
	background: url("images/fax.png") no-repeat 0 50%;
}
.mail{
	background: url("images/mail.png") no-repeat 0 50%;
}
/**************************************/
/********* CALL TO ACTION AREA ********/
/**************************************/

#action_area div{
	width: 50%;
	float: left;
	text-align: right;
	margin-right: 40px;
}
#action_area h4{
	text-transform: uppercase;
}
.action_button{
	float: left;
	margin: 2px 0 0;
	text-transform: uppercase;
	border: 1px solid #999;
    color: #555;
	padding: 5px 10px;
}
.action_button:hover {
	color: #777 !important;
	text-shadow: none;
}

/**************************************/
/************ SINGLE PAGE *************/
/**************************************/

#mask{
	position: fixed;
    left:0;
    top:0;
	background-color: rgba(58, 58, 58, 1);
	opacity: 0.7;
	z-index: 99;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
}
#article{
	top: 20px;
	left: 12%;
	background-color: #fff;
	position: fixed !important;
    z-index: 100;
	padding: 50px;
	overflow-y:scroll;
	overflow-x:hidden;
}
.fullwidth #left_area{
	width: 930px;
	margin: 0 auto;
	color: #8F8F8F;
	font-size: 15px;
}
.entry{ padding-bottom: 50px; }
.entry h2{
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.meta_info a{ color: #C2C2C9; }
.meta_info{
	color: #C2C2C9;
    font-size: 12px;
    letter-spacing: 2px;
    margin: -90px 30px 0 20px;
    text-transform: uppercase;
	float: right;
}
.featured_box{
	margin-bottom: 20px;
	min-height: 300px;
}
.featured_box img{ display: none; }
.close{
	background: url("images/close.png") no-repeat;
	position: fixed;
	top: 3%;
	right: 3%
}
@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {
	
	#main_header { height: 600px !important; }
	#logo_wrapper {  padding-left: 15%; }
	.sizers { width: 780px; }
	
	#menu #main-menu { width: 780px; }
	
	#services{ height: 900px; }
	/*.service {
		margin: 0 15px;
		width: 185px;
		padding: 15px;
	}
	.service h3{width: 80%;}
	.service.first { margin-left: 15px; }*/
	
	.ipad_slider {
		width: 57%;
		float: none;
		margin: 80px auto 0;
	}
	.servise_items{
		width: 60%;
		margin-left: 90px;
		margin-top: 20px;
	}
	
	.fixed_block .four.columns{ width: 175px; }
	
	.photo { margin-right: 150px; }
	.skills {
		float: none;
		clear: both;
		padding-left: 25%;
		padding-top: 80px;
		width: 50%;
	}
	#html, #css, #php, #js { width: 100%; }
	
	#recent-work{ padding: 50px 0 0; }
	
	#news { padding: 90px 0; }
	.gridster{ margin-left: -90px; }
	#article{
		width: 85%;
		left: 5%;
	}
	.fullwidth #left_area { width: 95%; }
	
}
@media only screen and ( max-width: 800px ) {
	.gridster{ margin: 0; }
	#news { padding: 90px 50px; }
	.gs_w{
		max-width: 650px;
		float: none;
		position: static !important;
		margin: 30px 0;
	}
	[data-sizex="2"]{ margin: 30px 190px; }
	
	#about h3.section_name, #recent-work h3.section_name, #services h3.section_name{ margin-left: 30px !important; }
	#article{ left: 1%; }
	
}
@media only screen and ( max-width: 768px ) {
	
	.small_header{ padding: 0; }
	#menu{ margin: 0; }
	#menu #main-menu{ display: none !important; }
	#menu {
		float: none;
		text-align: center;
	}
	#mobile_nav {
		display: block;
		font-size: 12px;
		color: #fff;
		text-transform: uppercase;
		display: inline-block;
		padding: 12px 18px;
		position: relative;
		border: 2px dotted #555;
		border-width: 0 1px;
	}
	.small_header #mobile_nav { color: #555; !important; }
	#mobile_nav {
		font-size: 12px;
		display: inline-block;
		padding: 9px 18px;
	}
	#mobile_nav:hover { text-decoration: none; }
	#logo {
		position: relative;
		margin-top: 1px;
		margin-bottom: 17px;
	}
	#logo{ float: none; }
	
	.sizers { width: 700px; }
	
	.ipad_slider { width: 65%; }
	.servise_items {
		width: 75%;
		margin-left: 55px;
	}
	
	.fixed_block .four.columns { width: 155px; }
	
	
	#about{ padding:70px 50px 120px; }
	.photo { margin-right: 80px; }
	.skills { padding-left: 19% }
	
	#recent-work {
		width: auto;
		padding-right: 0;
	}
	.recent_work_item{ float: none; }
		
	#news {
		width: auto;
		padding: 90px 0 90px 75px;
	}
	#news_wrap{
		width: 300px;
	}
	
	#ajax_contact_form{
		margin-bottom: 20px;
		right: 0;
	}
	
}
@media only screen and ( max-width: 637px ) {
	.sizers { width: 600px; }
	
	#main_header { height: 600px !important; }
	#logo_wrapper{ padding-left: 7%; }
	
	#services{ height: 900px; }
	.ipad_slider {
		width: 75%;
		margin-left: 65px;
	}
	.servise_items{
		width: 85%;
		margin: 0;
	}
	
	.fixed_block{ height: 500px; }
	.fixed_block .four.columns{
		width: 260px;
		margin-bottom: 30px;
	}
	
	#about_wrap{ padding-left: 120px; }
	#about_wrap section{
		float: none;
		margin: 0 0 30px;
		padding: 0
	}
	#about_wrap section h4{
		display: inline-block;
		text-align: center;
		width: 100%;
	}
	.skills{ width: 57%; }
	
	.quote{ height: auto; }
	
	#news{ padding: 90px 0 90px 20px; }
	.gs_w{ max-width: 580px; }
	.blog_inner{ width: 37%; }
	[data-sizex="2"] { margin: 30px 150px; }
	
	#article{
		width: 82%;
		left: 1%;
	}
	.fullwidth #left_area{ width: 100%; }
}

@media only screen and ( max-width: 480px ) {
	.sizers { width: 450px; }
	
	#main_header { height: 600px !important; }
	#logo_wrapper{ padding-left: 7%; }
	
	#services{ height: 900px; }
	.ipad_slider {
		margin-left: -3px;
		width: 99%;
	}
	.servise_items{
		width: 85%;
		margin: 0;
		padding: 40px 0 0 60px;
	}
	.service{ width: 155px; }
	.service:nth-child(3n+3):before, .service:nth-child(4n+4):before{ width: 155px; }
	
	
	.fixed_block{ height: 800px; }
	.fixed_block .four.columns{
		width: 260px;
		margin-bottom: 30px;
		margin-left: 95px;
	}
	
	#about_wrap{ padding-left: 60px; }
	#about_wrap section{
		float: none;
		margin: 0 0 30px;
		padding: 0
	}
	#about_wrap section h4{
		display: inline-block;
		text-align: center;
		width: 100%;
	}
	.skills{ width: 57%; }
	
	.quote{ height: auto; }
	
	#news{ padding: 90px 0 90px 20px; }
	.gridster li{
		position: static !important;
		width: 300px;
		clear: both;
		margin: 30px 65px;
	}
	.blog_inner:before{
		border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #FFFFFF;
		left: 20px;
		top: -30px;
		width: 0;
	}
	.blog_inner{
		clear: both;
		float: none;
		width: 80%;
		margin-top: -5px;
		padding: 20px 30px 30px;
	}
	[data-sizex="2"] { margin: 0; }
	
	#ajax_contact_form{ position: static; }
	#contact p input, #contact p textarea{ border: 1px solid #E9E4D6; }
	
	#article{ left: 0; }
}

@media only screen and ( max-width: 360px ) {
	.sizers { width: 300px; }
	
	#services { height: 750px; }
	.ipad_slider{ display: none; }
	.service{
		float: none;
		border: 0 !important;
		margin: 20px 0 !important;
		padding: 0 !important;
		width: 195px;
	}
	.service span { left: -45px !important; }
	.service:nth-child(3n+3):before, .service:nth-child(4n+4):before{ background-color: transparent; }
	
	.fixed_block .four.columns{ margin-left: 0; }
	
	#about { padding: 70px 0 40px; }
	#about_wrap{ padding: 0; }
	.skills{ width: 100%; } 
	#html, #css, #php, #js{ width: 95% !important; }
	
	#news{ padding: 90px 0; }
	.gridster li{ margin: 30px 0; }
	
	#ajax_contact_form{
		width: 260px;
		padding-left: 10%;
	}
	
	#action_area div{
		width: 100%; 
		text-align: center;
	}
	.action_button{ margin: 10px 0 0 25%; }
	
	#article{ width: 73%; }
	.meta_info{
		float: none;
		margin: 0;
	}
}