@charset "UTF-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Open+Sans);

body { 
  font-family: 'Open Sans', sans-serif;
  color: #666;
}

/* STRUCTURE */

#pagewrap {
	padding: 5px;
	width: 1160px;
	margin: 20px auto;
}
#header {
	height: 200px;
	padding: 0 15px;
}
#content {
	width: 16%;
	float: left;
	padding: 5px 15px;
}

#middle {
	width: 48%; /* Account for margins + border values */
	float: left;
	padding: 5px 5px;
	margin: 5px 5px 15px 15px;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

#middle_portfolio {
	width: 62%; /* Account for margins + border values */
	float: left;
	padding: 0px 5px;
	margin: 0px 5px 15px 15px;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	text-align: left;
}

#middle_portfolio_single {
	width: 70%; /* Account for margins + border values */
	float: left;
	padding: 0px 5px;
	margin: 0px 5px 15px 15px;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
}


/************************************************************************************
Main work
*************************************************************************************/

#slidertext {
	float: center;
	width: 100%;
	text-align:center;
}

#middelWorkContainer {
  position: relative;
  overflow: hidden;
  margin: -5px auto 0 auto;
  border-radius: 4px;
  float: center;
}
	
#middelWorkContainerFirst {
	float: center;
	width: 100%;
	margin: 0 0 100px 0;
}

#middelWorkContainerSecond {
	float: center;
	width: 100%;
	
}

#middelWorkContainerOne {
	width: 30%;
	float: left;
	padding: 5px 5px;
}

#middelWorkContainerTwo {
	width: 30%;
	float: left;
	padding: 5px 5px;
}

#middelWorkContainerThree {
	width: 30%;
	float: left;
	padding: 5px 5px;
}



/************************************************************************************
Portfolio resentation
*************************************************************************************/


#middelPresentationContainer {
  position: relative;
  overflow: hidden;
  margin: -5px auto 0 auto;
  border-radius: 4px;
  float: center;
}
	
#middelPresentationContainerFirst {
	float: center;
	width: 100%;
	margin: 0 0 100px 0;
}

#middelPresentationContainerSecond {
	float: center;
	width: 100%;
	
}

#middelPresentationContainerOne {
	width: 52%;
	float: left;
	padding: 5px 5px;
	text-align: left;
}

#middelPresentationContainerTwo {
	width: 42%;
	float: left;
	padding: 10px 5px;
}




/************************************************************************************
Side bar (column 3)
*************************************************************************************/

#sidebar {
	width: 26%;
	padding: 5px 15px;
	float: left;
}


#sidebarOne {
	width: 46%;
	float: left;
	padding: 5px 5px;
	margin: 0 0 50px 0;
	text-align: left;
}

#sidebarTwo {
	width: 46%;
	float: left;
	padding: 5px 5px;
	margin: 0 0 50px 0;
}

#sidebarSpecial {
	width: 100%;
}

#sidebar_portfolio {
	width: 14%;
	padding: 5px 15px;
	float: left;
}

#mainMenu {
	clear: both;
	padding: 0 15px;
}




/************************************************************************************
FOOTER
*************************************************************************************/


#footer {
	clear: both;
	padding: 0 15px;
}

#footerinfo {
	clear: both;
	width: 100%; /* Account for margins + border values */
	float: center;
	padding: 5px 5px;
	margin: 5px 5px 15px 15px;
}



#info {
	width: 100%;
	padding: 0 10px;
	text-align: left;
}






body {
    color: #666;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    outline: none;
    overflow-x: hidden;
}

pre, code {
    font-family: 'DejaVu Sans Mono',Menlo,Consolas,monospace;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee;
    border-style: solid;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin:20px 0;
}


/************************************************************************************
SLIDER MIDDLE
*************************************************************************************/



#slider {
    position: relative;
    overflow: hidden;
    margin: 20px auto 0 auto;
    border-radius: 4px;
    height:500px !important;
}

#slider ul {
    position: relative;
    margin: 0;
    padding: 0;
    height: 200px;
    list-style: none;
}

#slider ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 500px;
    height: 300px;
    background: #ccc;
    text-align: center;
    line-height: 300px;
}

.slider {
    position: relative;
    overflow: hidden;
    margin: 20px auto 0 auto;
    border-radius: 4px;
    height:500px !important;
}

.slider ul {
    position: relative;
    margin: 0;
    padding: 0;
    height: 200px;
    list-style: none;
}

.slider ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 500px;
    background: #ccc;
    text-align: center;
    line-height: 300px;
}

a.control_prevUpperSlider, a.control_prevLowerSlider, a.control_nextUpperSlider, a.control_nextLowerSlider  {
    position: absolute;
    top: 40%;
    z-index: 999;
    display: block;
    padding: 4% 3%;
    width: auto;
    height: auto;
    background: #2a2a2a;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    opacity: 0.8;
    cursor: pointer;
}



a.control_prevUpperslider:hover, a.control_prevLowerSlider, a.control_nextUpperSlider:hover, a.control_nextLowerSlider {
    opacity: 1;
    -webkit-transition: all 0.2s ease;
}

a.control_prevUpperSlider {
    border-radius: 0 2px 2px 0;
}

a.control_nextUpperSlider {
    right: 0;
    border-radius: 2px 0 0 2px;
}

a.control_prevLowerSlider {
    border-radius: 0 2px 2px 0;
}

a.control_nextLowerSlider {
    right: 0;
    border-radius: 2px 0 0 2px;
}

.slider_option {
    position: relative;
    margin: 10px auto;
    width: 160px;
    font-size: 18px;
}





/************************************************************************************
MAIN MENU
*************************************************************************************/


#mainMenu {
	
}


ul.mainMenuList {
	list-style-type: none;	
	text-align:center;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
}

li.mainMenuListItem {
	display: inline;
	color: #666;
    font: 400 15px/20px 'texgyreadventorregular',  sans-serif;
    letter-spacing: 0;
	margin-left:10px;
	margin-right:10px;	
}



/************************************************************************************
FOOTER MENU
*************************************************************************************/


#footerMenu {
	width:100%;
	allign: center;
	
}


ul.footerMenuList {
	list-style-type: none;	
	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
}

li.footerMenuListItem {
	display: inline;
	color: #666;
    letter-spacing: 0;
	margin-left:10px;
	margin-right:10px;	
}

#related-portfolio {
	width:100%;
	float:left;
}

#related-portfolioOne {
	width:20%;
	float:left;
}

#related-portfolioTwo {
	width:20%;
	float:left;
}

#related-portfolioThree {
	width:20%;
	float:left;
}

#related-portfolioFour {
	width:20%;
	float:left;
}

#related-portfolioFive {
	width:20%;
	float:left;
}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* for 980px or less */
@media screen and (max-width: 980px) {
	
	#pagewrap {
		width: 94%;
	}
	#content {
		width: 31%;
		padding: 1% 4%;
	}
	#middle {
		width: 51%;
		padding: 1% 4%;
		margin: 0px 0px 5px 5px;
		float: right;
	}
	
	#middle_portfolio {
		width: 51%;
		padding: 1% 4%;
		margin: 0px 0px 5px 5px;
		float: right;
	}
	
	#middle_portfolio_single {
		width: 51%;
		padding: 1% 4%;
		margin: 0px 0px 5px 5px;
		float: right;
	}
	
#middelWorkContainer {
	width: 100%; /* Account for margins + border values */
	float: center;
	}
	
#middelWorkContainerFirst {
	float: center;
	width: 100%;
}

#middelWorkContainerSecond {
	float: center;
	width: 100%;
}

#middelWorkContainerOne {
	width: 30%;
	float: left;
	padding: 5px 5px;
}

#middelWorkContainerTwo {
	width: 30%;
	float: left;
	padding: 5px 5px;
}

#middelWorkContainerThree {
	width: 30%;
	float: left;
	padding: 5px 5px;
}

	
	
	
	
	
	#sidebar {
		clear: both;
		padding: 1% 4%;
		width: auto;
		float: none;
	}
	
	#sidebar_portfolio {
		clear: both;
		padding: 1% 4%;
		width: auto;
		float: none;
	}

	#header, #footer {
		padding: 1% 4%;
	}
	

	
	.img_centered{
    text-align:center;
    margin-top:50px;
    margin-bottom:0px;
    padding:0px;
    }
	
}

/* for 700px or less */
@media screen and (max-width: 600px) {

	#content {
		width: auto;
		float: none;
	}
	
	#middle {
		width: auto;
		float: none;
		margin-left: 0px;
	}
	
	#middle_portfolio {
		width: auto;
		float: none;
		margin-left: 0px;
	}
	
		#middle_portfolio_single {
		width: auto;
		float: none;
		margin-left: 0px;
	}
	
	#middelWorkContainer {
	width: auto; /* Account for margins + border values */
	float: none;
	}
	
	#sidebar {
		width: auto;
		float: none;
	}
	
		#sidebar_portfolio {
		width: auto;
		float: none;
	}

}

/* for 480px or less */
@media screen and (max-width: 480px) {

	#header {
		height: auto;
	}
	h1 {
		font-size: 2em;
	}
	#sidebar {
		display: none;
	}

}




#header, #content, #middle, #sidebar {
	margin-bottom: 5px;
}

#pagewrap, #header, #content, #sidebar, #footer {
	text-align: center;
}#pagewrap #header .img_centered img {
	text-align: center;
}
#pagewrap #header p {
	text-align: center;
	font-size: 12px;
}


	
	/* =========================================================
fonts
============================================================ */
	
	h1 {
    color: #666;
    font: 400 32px/34px 'texgyreadventorregular', sans-serif;
    letter-spacing: 0;
    margin-bottom:5px;

}
h2 {
    color: #666;
    font: 400 28px/30px 'texgyreadventorregular',  sans-serif;
    letter-spacing: 0;
    margin-bottom:5px;
}
h3 {
    color: #666;
    font: 400 24px/26px 'texgyreadventorregular',  sans-serif;
    letter-spacing: 0;
    margin-bottom:5px;
}
h4 {
    color: #666;
    font: 400 20px/22px 'texgyreadventorregular',  sans-serif;
    letter-spacing: 0;
    margin-bottom:5px;

}
h5 {
    color: #666;
    font: 400 16px/20px 'texgyreadventorregular',  sans-serif;
    letter-spacing: 0;
    margin-bottom:5px;

}
h6 {
    color: #666;
    font: 400 12px/20px 'texgyreadventorregular',  sans-serif;
    letter-spacing: 0;
    margin-bottom:5px;

}


blockquote {
    background:url(images/quote-icon.png) no-repeat #f6f6f6;
    color: #666;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 14px;
    font-style: italic;
	width: 100%;
	padding: 2px 2px;;
    line-height: 24px;
	margin: 2px 2px 2px 2px;
		float: left;

}
a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
#main-menu li a:hover,
.kp-article-list-widget .entry-item .entry-title a:hover,
.home-slider ul li .entry-content .entry-title a:hover,
.home-slider ul li .entry-content .entry-title a:hover {
	color: #666;
	text-decoration: none;
	outline: none;
	text-align: center;
}

a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.widget_nav_menu li a:hover,
.widget_categories li a:hover,
.widget_archive li a:hover,
.entry-author a:hover,
.entry-comments a:hover,
.entry-views a:hover,
#bottom-sidebar .widget a:hover {
    color: #666;
    text-decoration:none !important;
    outline: none !important;
}




#pagewrap #header {
	text-align: center;
}
#pagewrap #header {
	font-size: 12px;
}

.widget-title {
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    color: #666666;
    font-size: 16px;
    line-height: 35px;
    margin: 0 0 15px;
    text-align: center;
    text-transform: uppercase;
}

.more-link {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
}
.more-link:before {
    content: "\e644";
    font-family: 'icomoon';
    color: #888;
    font-weight: 300;
    margin-right: 5px;
    font-size: 12px;
}

.more-link,
{
    display: none;
}
.more-link {
    display: block;
}
#pagewrap p {
}
#pagewrap #content #info p {
	text-align: left;
}
#pagewrap #content #info ul {
	text-align: left;
}
#pagewrap #sidebar_portfolio p {
	text-align: left;
}
#pagewrap #sidebar_portfolio p {
	text-align: left;
}
#pagewrap #sidebar_portfolio p {
	text-align: left;
}
#pagewrap #middle_portfolio p strong {
	text-align: left;
}
#pagewrap #middle_portfolio p strong {
	text-align: left;
}
#pagewrap p {
	text-align: left;
}
#pagewrap #middle_portfolio p {
	text-align: left;
}

/* =========================================================
contactform
============================================================ */
	* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: Helvetica, sans-serif;
}

p {
	font-size: 1.3em;
	margin-bottom: 15px;
}

#page-wrap {
	width: 660px;
	background: white;
	padding: 20px 50px 20px 50px;
	margin: 20px auto;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}

#submit{
    padding:8px;
}






