/* Global CSS */
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	color:#06284f;
	font-family: 'Istok Web', sans-serif;
	font-size:16px;
	line-height: 1;
}
.clear {
	clear:both;
	width:1px;
	height:1px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*:focus {
    outline: none;
}
textarea, input {
	-webkit-focus-ring-color: none;
	-webkit-appearance: none;
}
/* End Global CSS */
#menutopbox{
	background:#37a7d2;
	height:131px;
	position:fixed;
	width:100%;
	-webkit-box-shadow: 0 4px 5px rgba(5,19,35,.53);
	-moz-box-shadow: 0 4px 5px rgba(5,19,35,.53);
	box-shadow: 0 4px 5px rgba(5,19,35,.53);
	z-index:999;
}
#menutop{
	margin:0 auto;
	width:960px;
	height:131px;
	position:relative;
}
#logo{
	position:absolute;
	top: 38px;
	left: 46px;
}
#logo img{
}
#menutop ul{
	position: absolute;
	right: -12px;
	top: 71px;
}
#menutop ul li{
	color: #fff;
	font-size:17px;
	float: left;
}
#menutop ul li span{
	text-align:center;
	font-size: 22px;
	display: block;
	cursor: pointer;
	margin: 0 24px;
}
#menutop ul li:last-child span{
	margin-right: 10px;
}
#menutop ul li span:hover{
	color:#06284f;
}
.framebox{
	margin:0 auto;
	width:960px;
	position:relative;
}
#homebg{
	padding-bottom: 80px;
	position:relative;
	background:url(../images/homebg.png);
}
#homephoto01{
	right: 0px;
	top: 161px;
	position:absolute;
}
#homebg h2{
margin-left: 52px;
font-size: 37px;
padding-top: 7px;
font-family: 'Exo', sans-serif;
font-weight: 800;
color: #37a7d2;
}
#homebg h3{
margin-left: 52px;
font-size: 33px;
padding-top: 307px;
font-family: 'Exo', sans-serif;
font-weight: 500;
color: #fff;
}
#homebg h1{
	width: 413px;
	line-height: 21px;
	margin-left: 54px;
	font-size: 17px;
	padding-top: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	color: #fff;
}
#viewportfolio{
	cursor:pointer;
	line-height: 39px;
	font-size: 14px;
	margin-top: 22px;
	margin-left: 53px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	-webkit-border-radius: 18px;
	border: none;
	background: #022448;
	-webkit-box-shadow: 0 1px #163254, inset 0 2px 2px rgba(40,71,105,.75);
	-moz-box-shadow: 0 1px #163254, inset 0 2px 2px rgba(40,71,105,.75);
	box-shadow: 0 1px #163254, inset 0 2px 2px rgba(40,71,105,.75);
	width: 152px;
	height: 38px;
	font-family: 'Exo', sans-serif;
	font-weight: 800;
	color:#37a7d2;
}
#service{
	background:url(../images/servicebg.png);
}
#service .framebox{
	padding-top: 80px;
	padding-bottom: 48px;
}
#service h2{
	float:left;
	margin-left:50px;
	font-family: 'Exo', sans-serif;
	font-size: 50px;
	font-weight: 600;
}
#service h3{
	margin-right:42px;
	margin-top: 20px;
	font-size: 25px;
	float: right;
	font-family: 'Exo', sans-serif;
	font-weight: 500;
}
#service .box{
	padding-bottom: 28px;
	padding-top: 29px;
	margin-top: 18px;
	border-top: 1px solid #a5a5a5;
}
#service .divider{
	padding-bottom: 58px;
	background:url(../images/server_div.png) repeat-y;	
}
#service h1{
	margin-top: 6px;
	line-height: 22px;
	margin-left: 41px;
	margin-right: 68px;
	width: 422px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
}
#service p{
	margin-top: 6px;
	line-height: 22px;
	width: 403px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
}
#service ul{
	float: left;
	margin-right:30px;
}
#service ul#graphic{
	margin-left:10px;
}
#service ul#code{
	margin-right:0;
}
#service ul#graphic li:first-child{
	background:url(../images/icon_graphic.png) no-repeat;
	width:293px;
	height:144px;
	margin-bottom: 27px;
}
#service ul#web li:first-child{
	background:url(../images/icon_web.png) no-repeat;
	width:293px;
	height:144px;
	margin-bottom: 27px;
}
#service ul#code li:first-child{
	background:url(../images/icon_programming.png) no-repeat;
	width:293px;
	height:144px;
	margin-bottom: 27px;
}
#service ul h3{
	width: 229px;
	font-weight: bold;
	font-size: 19px;
	color: white;
	padding-top: 94px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#service ul#graphic li:not(:first-child),
#service ul#web li:not(:first-child),
#service ul#code li:not(:first-child){
	padding-left: 14px;
	padding-bottom: 10px;
	font-size: 15px;
	margin-left: 44px;
	background: url(../images/icon_arrow.png) no-repeat left 1px;
}
#portfolio{
	background:url(../images/portfoliobg.png);
}
#portfolio .framebox{
	padding-top:72px;
}
#portfolio h2{
	color:#fff;
	float:left;
	margin-left:50px;
	font-family: 'Exo', sans-serif;
	font-size: 50px;
	font-weight: 600;
}
#portfolio h3{
	color:#fff;
	margin-right:42px;
	margin-top: 20px;
	font-size: 25px;
	float: right;
	font-family: 'Exo', sans-serif;
	font-weight: 500;
}
#portfolio .box{
	padding-bottom:153px;
	padding-top: 108px;
	margin-top: 26px;
	border-top: 1px solid #79c0dc;
}
#thumbsection{
	position:relative;
	margin-left:36px;	
}
#portfolio #slideThumbBar {
	overflow: hidden;
	width:888px;
	height:239px;
	position: relative;
}
#portfolio #slideThumbBar #thumbHolder {
	position: absolute;
}
#portfolio #slideThumbBar #thumbHolder .eachThumbSection {
	width:888px;
	float: left;
}
#portfolio #slideThumbBar #thumbHolder .eachThumbSection span {
	float:left;
	display:block;
	padding:0 9px;
	cursor: pointer;
}
#portfolio #slideThumbBar #thumbHolder .eachThumbSection span b{
	font-size: 18px;
	font-weight: bold;
	padding-top: 38px;
	display: block;
	padding-left: 9px;
}
#portfolio #slideThumbBar #thumbHolder .eachThumbSection span a{
	font-size: 14px;
	padding-top: 5px;
	padding-left: 9px;
	display: block;
	color: #fff;
	text-decoration: none;
}
#portfolio #slideThumbBar #thumbHolder .eachThumbSection span a:hover{
	text-decoration:underline;
}
#portfolio .eachThumbSection span img{
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,.62);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,.62);
	box-shadow: 0 0 6px rgba(0,0,0,.62);
	border: solid 6px #fff;
}
#portfolio .navPrev {
	position: absolute;
	width:29px;
	height:41px;
	background:url(../images/icon_nav.png) no-repeat left top;
	left: -50px;
	top: 103px;
	z-index: 10;
	cursor: pointer;
}
#portfolio .navNext {
	position: absolute;
	width:29px;
	height:41px;
	background:url(../images/icon_nav.png) no-repeat right top;
	right: -13px;
	top: 103px;
	z-index: 10;
	cursor: pointer;
}
#about{
	background:url(../images/aboutbg.png);
}
#about .framebox{
	padding-top:79px;
}
#about h2{
	color:#fff;
	float:left;
	margin-left:50px;
	font-family: 'Exo', sans-serif;
	font-size: 50px;
	font-weight: 600;
}
#about h3{
	color:#fff;
	margin-right:42px;
	margin-top: 20px;
	font-size: 25px;
	float: right;
	font-family: 'Exo', sans-serif;
	font-weight: 500;
}
#about .box{
	padding-bottom: 142px;
	padding-top: 41px;
	margin-top: 31px;
	border-top: 1px solid #606161;
}
#about .box .section{
	width:320px;
	float: left;
	color:#fff;
}
#about .box .section h3{
	font-weight:bold;
	margin-bottom:19px;
	width: 279px;
	padding-bottom: 9px;
	padding-left: 3px;
	font-size:18px;
	float: none;
	margin-top: 17px;
	border-bottom: 6px solid #37a7d2;
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
#about .box .section p{
	width: 283px;
	padding-left: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
}
#about .box .section ul{
	padding-left: 19px;
}
#about .box .section li{
	padding-bottom: 15px;
	width:245px;
	padding-left:25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	background: url(../images/icon_pass.png) no-repeat left 3px;
}
#about .box .section p b{
	color:#37a7d2;
	font-style: oblique;
}
#contact{
	padding-bottom: 14px;
	background:url(../images/contactbg.png);
}
#contact .framebox{
	padding-top:51px;
}
#contact h2{
	float:left;
	margin-left:50px;
	font-family: 'Exo', sans-serif;
	font-size: 50px;
	font-weight: 600;
}
#contact h3{
	margin-right:42px;
	margin-top: 20px;
	font-size: 25px;
	float: right;
	font-family: 'Exo', sans-serif;
	font-weight: 500;
}
#contact .box{
	margin-bottom: 44px;
	padding-top: 41px;
	margin-top:27px;
	border-top: 1px solid #a6b0bb;
}
#contact .leftcol{
	float:left;
	padding-top:5px;
	width: 409px;
	padding-left: 49px;
}
#contact .leftcol p{
	line-height: 20px;
}
#contact .leftcol ul{
	margin-top: 42px;
	font-size: 15px;
}
#contact .leftcol li{
	padding-left: 27px;
	padding-bottom: 16px;
	line-height:18px;
}
#contact .leftcol li.iconpin{
	background:url(../images/icon_pin.png) no-repeat left top;
}
#contact .leftcol li.icontel{
	background:url(../images/icon_tel.png) no-repeat left top;
}
#contact .leftcol h4{
	font-size: 17px;
	padding-bottom: 13px;
}
#contact .leftcol li b{
	font-weight:bold;
}
#contact .leftcol .social a{
	margin-right: 7px;
	text-indent:-999999px;
	overflow:hidden;
	float:left;
	width:35px;
	height:35px;
	display:block;
	background:url(../images/icon_social.png) no-repeat;
}
#contact .leftcol .social a#facebook{
	background-position:-42px top;
}
#contact .leftcol .social a#linkedin{
	background-position:-85px top;
}
#contact .leftcol .social a#email{
	background-position:-128px top;
}
#contact .rightcol{
	margin-left: 56px;
	float: left;
	width: 400px;
}
#contact .rightcol form div span {
	color:#686767;
	position: absolute;
	top: 12px;
	left: 21px;
	font-size: 15px;
}
#contact .rightcol form div{
	position:relative;
	background:#e0e0e0;
	-webkit-box-shadow: 1px 1px #fff, inset 0 3px 3px rgba(0,0,0,.1);
	-moz-box-shadow: 1px 1px #fff, inset 0 3px 3px rgba(0,0,0,.1);
	box-shadow: 1px 1px #fff, inset 0 3px 3px rgba(0,0,0,.1);
	-moz-border-radius:22px;
	border-radius:22px;
	-webkit-border-radius:22px;
	width: 421px;
}
#contact .rightcol form div.input{
	margin-bottom: 14px;
	height: 35px;
}
#contact .rightcol form div.input input{
	position:relative;
	padding-left: 21px;
	font-size: 13px;
	border: none;
	background:transparent;
	width:385px;
	height: 33px;
}
#contact .rightcol form div.textarea{
	margin-top: 21px;
	height:180px;
}
#contact .rightcol form div.textarea textarea{
	font-family: Arial, Helvetica, sans-serif;
	resize:none;
	position:relative;
	padding-top: 10px;
	padding-left: 21px;
	font-size: 14px;
	border: none;
	background: transparent;
	width: 385px;
	height:160px;
	overflow:auto;
}
#contact .rightcol form button{
	color:#fff;
	font-size:15px;
	-moz-border-radius:20px;
	border-radius:20px;
	-webkit-border-radius:20px;
	margin-top: 22px;
	margin-left: 270px;
	-webkit-box-shadow: 0 1px #fff, inset 0 2px 2px rgba(40,71,105,.75);
	-moz-box-shadow: 0 1px #fff, inset 0 2px 2px rgba(40,71,105,.75);
	box-shadow: 0 1px #fff, inset 0 2px 2px rgba(40,71,105,.75);
	width: 152px;
	height: 34px;
	border: none;
	background: #37a7d2;
}
#contact a.top{
	color: #b2b2b2;
	text-shadow: 0 2px #fff, inset 1px 2px 2px rgba(66,66,88,.25);
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	font-size:13px;
	-moz-border-radius:20px;
	border-radius:20px;
	-webkit-border-radius:20px;
	line-height: 30px;
	text-decoration:none;
	display:block;
	margin:0 auto;
	-webkit-box-shadow: 0 -3px 3px rgba(118,118,118,.15);
	-moz-box-shadow: 0 -3px 3px rgba(118,118,118,.15);
	box-shadow: 0 -3px 3px rgba(118,118,118,.15);
	background-image: -webkit-linear-gradient(bottom, #eee, #f6f6f6 90%, #fff 92%);
	background-image: -moz-linear-gradient(bottom, #eee, #f6f6f6 90%, #fff 92%);
	background-image: -o-linear-gradient(bottom, #eee, #f6f6f6 90%, #fff 92%);
	background-image: -ms-linear-gradient(bottom, #eee, #f6f6f6 90%, #fff 92%);
	background-image: linear-gradient(to top, #eee, #f6f6f6 90%, #fff 92%);
	width: 100px;
	line-height: 30px;
}
#footer{
	padding-top:31px;
	text-align:center;
	color:#fff;
	background:#06284f;
	height:73px;
	font-size:14px;
}
#footer strong{
	font-weight:bold;
}