/*------------------------------------------------------
style.css file overview: 

		1. GENERAL STYLES
		2. LAYOUT
		3. TYPOGRAPHY
		4. NAVIGATION 
		5. PROFILE SECTION
		6. ABOUT SECTION
		7. RESUME SECTION
		8. PORTFOLIO SECION
		9. CONTACT SECTION
		10. RESPONSIVE MEDIA QUERIES
		11. BROWSER FIXES
	
---------------------------------------------------------*/


/* -----------------------------------------
   1. GENERAL STYLES
----------------------------------------- */

html{
	font-family: 'Arial Narrow', sans-serif;
	height: 100%;
	overflow-y: scroll;
}
/*Here you can change your background style - add or remove background style in html start in index.html file */
.blurred{
	background: #e7e7e7 url('images/bgs/patterned/rain.jpg') no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;	
}
.patterned{
	background: #9d7b88 url('images/bgs/patterned/bg_12.png') repeat;	
}

body{
	margin: 0;
}
.hidden,
.hideable{
	display: none;
}
ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}
/*Icon style*/
.nav_ico span{
	display: block;
	height: 32px;
	width: 32px;
	margin: 0 auto;
	background-size: 100% 100%;
}
.clear{
	clear: both;
}
.hr{
	clear: both;
	float: left;
	width: 100%;
	height: 1px;
	margin: 20px 0;
}
/*Border radius classes*/
.main_wrap,
.contact_form .success,
.contact_form .error{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.rounded_image,
.rounded_image img,
.nav .nav_ico,
.rounded_ico_gray,
.soc_icon{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.filter_portfolio li,
.section_right h5,
.skill_level,
.skill_set,
.button {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

/* -----------------------------------------
   2. LAYOUT
----------------------------------------- */

.main{
	width: 600px;
	margin:100px auto 150px;
	position: relative;
	padding-bottom: 100px;
	display: none;
}
.main_wrap{
	overflow: hidden;
	position: relative;
	z-index: 2;
	-webkit-transition: all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-moz-transition:    all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-ms-transition:     all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-o-transition:      all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
	  transition:         all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.hidden_data{
	display: none;
	position: absolute;
	left: -65px;
	top: 65px;
}
.under_wrap{
	position: relative;
	width: 560px;
	z-index: 1;
	margin:0 auto;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-ms-border-radius: 0 0 4px 4px;
	-o-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	display: none;
}



/* -----------------------------------------
   3. TYPOGRAPHY
----------------------------------------- */

TitleName{

        font-family: Georgia, "Times New Roman", Times, serif;
        font-size:24px;
	margin-top: 5px; margin-bottom: 0px;
	text-align: center;
        font-weight: normal;
        color: #222;
}


TitleD {
        font-family: "Lucida Grande", Tahoma;
	font-size: 10px;
	font-weight: lighter;
	font-variant: normal;
	text-transform: uppercase;
	color: #666666;
        margin-top: 10px;
	text-align: center!important;
	letter-spacing: 0.3em;
}
	
TitleName{

        font-family: Georgia, "Times New Roman", Times, serif;
        font-size:24px;
	margin-top: 5px; margin-bottom: 0px;
	text-align: center;
        font-weight: normal;
        color: #222;
}


TitleD {
        font-family: "Lucida Grande", Tahoma;
	font-size: 10px;
	font-weight: lighter;
	font-variant: normal;
	text-transform: uppercase;
	color: #666666;
        margin-top: 10px;
	text-align: center!important;
	letter-spacing: 0.3em;
}

h1,h2,h3,h4,h5,h6,p{
	margin:0;
	padding:0;
}


h1{
	font-size: 28px;
	line-height: 1.2em;
	font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-weight: 400;
}
h2{
	font-size: 18px;
	line-height: 1.2em;
	font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-weight: 700;	
}
h2 span{
	display: block;
}
h3{
	margin: 8px 0 8px;
}
p{
	font-size: 13px;
	line-height: 1.4em;
	font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
}
.text-center{
	text-align: center;
}

/* -----------------------------------------
   4. NAVIGATION
----------------------------------------- */

.navigation_wrap{
	text-align: center;
	float: left;
	width: 100%;
}
.nav{
	padding: 0;
	margin: 0;
	float: left;
}
.nav li:first-child{
	border-left: none;
	-webkit-border-radius: 0 0 0 4px;
	-moz-border-radius: 0 0 0 4px;
	-ms-border-radius: 0 0 0 4px;
	-o-border-radius: 0 0 0 4px;
	border-radius: 0 0 0 4px;
}
.nav li:last-child{
	border-right: none;
	box-shadow: none;
	-webkit-border-radius: 0 0 4px;
	-moz-border-radius: 0 0 4px;
	-ms-border-radius: 0 0 4px;
	-o-border-radius: 0 0 4px;
	border-radius: 0 0 4px;
}
.navigation_wrap.active .nav li:first-child{
	border-left: none;
	-webkit-border-radius: 4px 0 0 0;
	-moz-border-radius: 4px 0 0 0;
	-ms-border-radius: 4px 0 0 0;
	-o-border-radius: 4px 0 0 0;
	border-radius: 4px 0 0 0;
}
.navigation_wrap.active .nav li:last-child{
	border-left: none;
	-webkit-border-radius: 0 4px 0 0;
	-moz-border-radius: 0 4px 0 0;
	-ms-border-radius: 0 4px 0 0;
	-o-border-radius: 0 4px 0 0;
	border-radius: 0 4px 0 0;
}
.nav li{
	list-style: none;
	padding: 8px 0;
	margin: 0;
	display: block;
	float: left;
	vertical-align: top;
	text-align: center;
	-webkit-transition:  all 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
	-moz-transition:    all 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
	-ms-transition:     all 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
	-o-transition:      all 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
	transition:         all 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
.nav li.active{
	padding: 8px 0 9px;
	margin: 0 0 -1px 0;
	z-index: 4;
	position: relative;
}
.nav li a{
	display: block;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	text-decoration: none;
}
.nav li.active a{
	padding: 0;
	margin: 0 auto;
}
.nav .nav_ico span{
	opacity: 0.7;
	-moz-opacity:0.7;
	filter: alpha(opacity=70);
}
.nav li:hover .nav_ico span,
.nav li.active .nav_ico span{
	opacity: 1;
	-moz-opacity:1;
	filter: alpha(opacity=100);
}
.nav .nav_ico{
	height: 32px;
	width: 32px;
	padding: 8px 0 0;
	display: block;
	margin: 0 auto;
	opacity: 1;
	-moz-opacity:1;
	filter: alpha(opacity=100);
}
.nav span.nav_text{
	display: block;
	clear: both;
	width: 100%;
	margin: 5px 0 0 0;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
.navigation_wrap.active{
	border-top: none;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

/* -----------------------------------------
   5. PROFILE
----------------------------------------- */
.header_wrap h1{
	float: left;
}
.header_wrap h1 a{
	color: #000;
	font-size: 39px;
	text-decoration: none;
	line-height: 1.2em;
}
/*Social icons section*/
.social_icons{
	float: right;
	display: block;
	margin: 15px 0 10px 0;
}
.social_icons li{
	display: block;
	float: left;
	margin: 0 5px;
}
.social_icons li:last-child{
	margin: 0 0 0 5px;
}
.soc_icon{
	height: 32px;
	width: 32px;
	text-indent: -9999px;
	display: block;
	float: left;
	-webkit-transition: all .15s linear;
	   -moz-transition: all .15s linear;
	    -ms-transition: all .15s linear;
	     -o-transition: all .15s linear;
	        transition: all .15s linear;
}


.content_wrap{
	position: relative;
	float: left;
	width: 100%;
}
.content_wrap_left,
.content_wrap_right{
	text-align: center;
	float: left;
	padding-bottom: 30px;
}
.content_wrap_left{
	width: 300px;
}
.content_wrap_right{
	width: 299px;
}
.rounded_image{
	width: 150px;
	height: 150px;
	overflow: hidden;
	margin:30px auto 5px;
	
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

	.rounded_image:hover {
		  opacity: 0.5;
	}
	
	


	  
	  
.rounded_image img{
	width: 100%;
}
.hidden_data .rounded_image{
	width: 48px;
	height: 48px;
	margin: 0 0 10px;
}
.hidden_data a{
	height: 48px;
	width: 48px;
	margin: 0 0 10px;
	clear: both;
	text-decoration: none;
}
.hidden_data a.soc_icon span{
	display: none;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	color: #fff;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	text-indent: 0;
	text-decoration: none;
	margin: 6px 0 0 0;
}
.hidden_data a.soc_icon:hover span{
	display: block;
	opacity: 1;
	-moz-opacity:1;
	filter: alpha(opacity=1);
}
/* -----------------------------------------
   6. ABOUT SECTION
----------------------------------------- */

.rounded_ico_gray{
	margin: 0 10px 0 0;
	display: inline-block;
	vertical-align: middle;
	color: #FFF !important;
	text-align: center;
	padding: 5px;
}
.rounded_ico_gray span{
	font-size: 12px !important;
}
.icon_list .rounded_ico_gray span{
	padding:0;
}
.content_left{
	float: left;
	width: 100px;
	margin-right: 20px;
}
.content_left .rounded_image{
	margin: 0;
	width: 100px;
	height: 100px;
}
.content_right{
	float: left;
	width: 440px;
}
.content_right p{
	font-size: 12px;
	text-transform: uppercase;
	line-height: 1.6em;
}
.content_half{
	width: 50%;
	float: left;
}
.content_third{
	width: 33.3%;
	float:left;
}
.about_data{
	float: left;
	width: 100%;
	margin: 20px 0 25px;
}

/* -----------------------------------------
   7. RESUME SECTION
----------------------------------------- */

.content_box{
	display: none;
	float: left;
	width: 100%;
}
.content_box_inside{
	padding: 20px;
}
.icon_list li{
	padding: 8px 0 0;
}
.icon_list span{
	font-size: 12px;
	line-height: 1.2em;
	font-weight: 400;
}
.icon_list a{
	text-decoration: none;
}
.section_title{
	display: block;
	float: left;
	width: 100%;
	margin: 0 0 20px;
}
.section_title.first{
	margin:20px 0 20px 0;
}
.section_title h3{
	font-size: 14px;
	line-height: 1.4em;
	font-weight: 900;
	padding: 10px 20px 9px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin: 0;
}
.entry_subtitles{
	float: left;
	width: 100%;
}
.section_left h3{
	font-size: 16px;
	line-height: 1.2em;
	margin: 0 0 2px;
}
.section_left h4{
	font-size: 12px;
	line-height: 1.2em;
	margin: 0;
}
.section_right h5{
	font-weight: 300;
	display: inline-block;
	padding: 5px 12px;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 1.2em;
	margin: 5px 0 0;
}
.secton_top{
	float: left;
	width: 100%;
}
.section_box{
	float: left;
	width: 100%;
	margin: 0 0 20px;
}
.section_left{
	width: 280px;
	float: left;
}
.section_right{
	float: right;
}
.section_contet{
	float: left;
	margin: 5px 0 0;
}
.box_right{
	width: 280px;
	float: left;
	padding: 0 10px;
}
.skill_box{
	margin: 0 0 10px;
	padding:0;
}
.skill_box:last-child{
	margin-bottom: 0;
}
.skill_label {
	font-size: 12px;
	line-height: 1.2em;
	margin: 0;
}
.skill_name {
	font-size: 12px;
	float: right;
}
.skill_level {
	display: inline-block;
	width: 100%;
	height: 10px;
	position: relative;
	overflow: hidden;
}
.skill_set {
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* -----------------------------------------
   8. PORTFOLIO SECION
----------------------------------------- */

.items{
	padding: 0;
	list-style: none;
	position: relative;
}
#portfolio_items{
	width: 580px;
	height: auto;
	margin-bottom: -10px;
}
.portfolio_holder{
	margin: 0 auto;
	float: none;
	clear: both;
}
.col4{
	float: left;
	min-height: 1px;
	margin: 0 15px 15px 0;
	position: relative;
}
.items li{
	width: 176px;
	height: 176px;
	display: inline-block;
	float: left;
	overflow: hidden;
}
.item img{
	width: 100%;
	height: 132px;
	float: left;
	margin: 0 0 5px;
}
.item_overlay{
	position: absolute;
	top: 0;
	left: 0;
	zoom: 1;
	opacity: 0;
	-moz-opacity:0;
	filter: alpha(opacity=0);
	height: 100%;
	padding: 0 10px 0;
	  -webkit-transition: all 200ms cubic-bezier(0.47, 0, 0.745, 0.715);
	  -moz-transition:    all 200ms cubic-bezier(0.47, 0, 0.745, 0.715);
	  -ms-transition:     all 200ms cubic-bezier(0.47, 0, 0.745, 0.715);
	  -o-transition:      all 200ms cubic-bezier(0.47, 0, 0.745, 0.715);
	  transition:         all 200ms cubic-bezier(0.47, 0, 0.745, 0.715);
}
.item:hover .item_overlay{
	opacity: 1;
	-moz-opacity:1;
	filter: alpha(opacity=100);
}
.item_info{	
	text-align: left;
	float: left;
	width: 100%;
	margin: 0 0 5px;
}
.item_info h3,
.item_overlay h3{
	margin: 0;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.2em;
	padding: 0 10px;
}
.item_info h4,
.item_overlay h4{
	margin: 3px 0 3px;
	font-size: 11px;
	line-height: 1.2em;
	padding: 0 10px;
	font-weight: normal;
	text-transform: uppercase;
}
.item_overlay h3{
	padding: 0;
	margin: 10px 0 0 0;
}
.item_overlay h4{
	padding: 0;
}
.item_overlay p{
	font-size: 11px;
}
.view,
.single_view{
	position: absolute;
	bottom: 0;
	height: 24px;
	width: 34px;
	display: block;
	text-align: center;
	padding: 10px 0 0;
	text-indent: -9999px;
}
.view{
	right: 36px;
	background: #333 url('images/icons/zoom_ico.png') no-repeat center 10px;
}
.single_view{
	right: 0;
	background: #333 url('images/icons/link_ico.png') no-repeat center 10px;
}
.view,
.single_view{
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
}
.view:hover,
.single_view:hover{
	background-position: center -16px;
}
.headline_title{
	margin-bottom: 20px;
	float: left;
	width: 100%;
	padding: 8px 0;
}
.headline_title h3{
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2em;
}
.filter_portfolio{
	margin-bottom: 20px;
	clear: both;
	width: 100%;
	float: left;
}
.filter_portfolio li{
	display: inline-block;
	float: left;
	margin-right: 5px;
}
.filter_portfolio li a{
	font-weight: 300;
	padding: 5px 12px 4px;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 1.2em;
	text-decoration: none;
	float: left;
}

/* -----------------------------------------
   9. CONTACT SECTION
----------------------------------------- */

.gmap{
	float: left;
	display: block;
	height: 200px;
	width: 100%;
	margin: 0 0 20px;
}
.contact_form{
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
}
.contact_form ul,
.contact_form li{
	float: left;
	width: 100%;
}
.contact_form label{
	font-size: 14px;
	margin: 0 0 2px;
	float: left;
	  -webkit-transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
	  -moz-transition:    all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
	  -ms-transition:     all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
	  -o-transition:      all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
	  transition:         all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
}
.contact_form .error-form{
	border: 1px solid red;
}
.contact_form .success,
.contact_form .error{
	clear: both;
	display: block;
	width: 100%;
	margin: 10px 0 0 0;
	  -webkit-transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
	  -moz-transition:    all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
	  -ms-transition:     all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
	  -o-transition:      all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
	  transition:         all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
}
.contact_form .success{
	background: #e0ffdd;
	border:1px solid #ade4a7;
}
.contact_form .error{
	background: #ffdddd;
	border:1px solid #ae3d3d;
}
.contact_form .success p,
.contact_form .error p{
	padding: 10px;
	font-size: 13px;
	font-weight: bold;
}
.contact_form .success p{
	color: #6db566;
}
.contact_form .error p{
	color: #6f4545;	
}
.contact_form .captcha_input{
	float: left;
	width: 100px;	
	margin: 0;
}
.contact_form .button{
	float: right;
	padding: 8px 15px;
}

#form_captcha img{
	display: block;
	height: 32px;
	width: 100px;
	float: left;
}
#refresh_captcha{
	float: left;
	background: url('images/icons/refresh_ico.png') no-repeat center 5px;
	height: 32px;
	width: 32px;
	text-indent: -9999px;
	margin: 0 5px;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
#refresh_captcha:hover{
	background-position: center -23px;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
input[type="text"],textarea {
	font-family: inherit;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	outline: none;
	display: block;
	font-size: 14px;
	margin: 0 0 12px 0;
	padding: 6px;
	height: 18px;
	width: 97%;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
textarea { 
	height: 150px; 
}
.button{
	padding: 5px 15px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	text-shadow:0 1px 0 rgba(0,0,0,0.2);
	border:none;
	opacity: 0.8;
	-moz-opacity:0.8;
	filter: alpha(opacity=80);
	-webkit-transition: all 200ms cubic-bezier(0.47, 0, 0.745, 0.715);
	-moz-transition:    all 200ms cubic-bezier(0.47, 0, 0.745, 0.715);
	-ms-transition:     all 200ms cubic-bezier(0.47, 0, 0.745, 0.715);
	-o-transition:      all 200ms cubic-bezier(0.47, 0, 0.745, 0.715);
	transition:         all 200ms cubic-bezier(0.47, 0, 0.745, 0.715);
}
.button:hover{
	opacity: 1;
	-moz-opacity:1;
	filter: alpha(opacity=100);	
	cursor: pointer;
}
.top_link{
	display: none;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	position: absolute;
	right: 20px;
	-webkit-transition: all 200ms cubic-bezier(0.47, 0, 0.745, 0.715);
	-moz-transition:    all 200ms cubic-bezier(0.47, 0, 0.745, 0.715);
	-ms-transition:     all 200ms cubic-bezier(0.47, 0, 0.745, 0.715);
	-o-transition:      all 200ms cubic-bezier(0.47, 0, 0.745, 0.715);
	transition:         all 200ms cubic-bezier(0.47, 0, 0.745, 0.715);
}
.in_responsive{
	width: 100%;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}
.in_responsive .inside{
	width: 100px;
	margin: 0 auto;
	display: block;
	padding: 10px 0;
}
.responsive .nav li{
	padding: 8px 0;
}
.responsive  .nav li.active{
	padding: 8px 0 9px;
}

/* -----------------------------------------
   10. RESPONSIVE MEDIA QUERIES
----------------------------------------- */

@media only screen and (min-width: 480px) and (max-width: 600px) {
	.main{
		width: 95%;
		margin: 10px auto 100px;
		-webkit-transition: all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
		-moz-transition:    all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
		-ms-transition:     all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
		-o-transition:      all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
		transition:         all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
	}	
	.content_wrap_left, .content_wrap_right{
		margin: 0 auto;
		float: none;
	}
	.section_left{
		width: 50%;
	}
	
	
	.nav .nav_ico{
		height: 32px;
		width: 32px;
		font-size: 11px;
		padding: 6px 0 0 0;
		
	display:table-cell;
    vertical-align:bottom;!important
	}
	
	
	.nav span.nav_text{
		font-size: 10px;
	}
	.under_wrap{
		width: 90%;
	}
	.button{
		display: block;
		margin-bottom:10px; 
	}
	.contact_form .captcha_input{
		float: right;
		width: 100px;
	}
	.contact_form .button{
		width: 100%;
		display: block;
		clear: both;
		padding: 10px 15px;
		margin: 10px 0 0 0;
		float: left;
	}
	.nav_ico span{
		height: 32px;
		width: 32x;
	}
	.content_third{
		width: 50%;
	}
	.content_left{
		float: none;
		margin:0 auto;
	}
	.content_right{
		width: 100%;
	}
	#portfolio_items{
		width: 560px;
		height: auto;
	}
	.items li{
		width: 180px;
		height: 180px;
	}
	.item img{
		height: 132px;
	}
}

@media only screen and (min-width: 150px) and (max-width: 479px) {
	.main{
		width: 95%;
		margin: 10px auto 100px;
		-webkit-transition: all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
		-moz-transition:    all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
		-ms-transition:     all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
		-o-transition:      all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
		transition:         all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
	}
	.content_wrap_left, .content_wrap_right{
		margin: 0 auto;
		float: none;
	}
	.section_left{
		width: 59%;
	}
	.nav .nav_ico{
		height: 32px;
		width: 32px;
		font-size: 11px;
		padding: 6px 0 0 0;
		vertical-align:bottom;
	}
	.nav span.nav_text{
		font-size: 8px;
	}
	.under_wrap{
		width: 90%;
	}
	.button{
		display: block;
		margin-bottom:10px; 
	}
	.contact_form .captcha_input{
		float: right;
		width: 100px;
	}
	.contact_form .button{
		width: 100%;
		display: block;
		clear: both;
		padding: 10px 15px;
		margin: 10px 0 0 0;
		float: left;
	}
	.nav_ico span{
		height: 32px;
		width: 32px;
	}
	.content_third{
		width: 100%;
	}
	.content_left{
		float: none;
		margin:0 auto;
	}
	.content_right{
		width: 100%;
		text-align: center;
	}
	.content_wrap_left{
		border:none !important;
	}
	.social_icons{
		display: none;
	}
	.headline_title{
		margin-bottom: 15px;
	}
	.filter_portfolio li{
		float: none;
		margin-bottom: 5px;
	}
	.filter_portfolio{
		margin-bottom: 0px;
		text-align: center;
	}
	.under_wrap a.button:last-child{
		margin-bottom: 0;
	}
	.headline_title{
		padding: 0;
	}
	#portfolio_items{
		width: 300px;
		height: auto;
		margin:0 auto;
	}
	.items li{
		width: 260px;
		height: 260px;
	}
	.item img{
		height: 192px;
	}
}

/* -----------------------------------------
   11. BROWSER FIXES
----------------------------------------- */

.ie9 #logo,
.ie9 #logo img,
.lt-ie9 #logo,
.lt-ie9 img,
a{
	outline: none;
	border:none;
}
.lt-ie9 .section_box{
	margin-bottom: 20px;
}