﻿@charset "utf-8";
/* CSS Document */




/*------------------------------------------------
                    typography
--------------------------------------------------*/

h2 {
	font-family: 'Maven Pro', sans-serif;
	font-weight: 900;
	font-size: 30px;
	text-transform: uppercase;
	color: #464545;
}

h3 {
	font-family: verdana, sans-serif;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
	color: #4e4e4e;
}

h4 {
	font-family: verdana, sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #464545;
}

p {
	font-family: verdana, sans-serif;
	font-weight: 300;
}
.grid_7 p {
	font-family: verdana, sans-serif;
	font-weight: 300;
	float: right;
}
a:link {
	text-decoration: none;
	font-family: verdana, sans-serif;color:#7caead;
}
a:hover{text-decoration: underline;color:#7caead}
a:visited{color:#7caead}



/*------------------------------------------------
                     intro
--------------------------------------------------*/

.topbar {
	background-color: #fff;
	width: 100%;
	height: 30px;
	opacity: 0.7;
	position: fixed;
	z-index: 200;
	-webkit-box-shadow: 0px 0px 7px 0px #818181;
	-moz-box-shadow: 0px 0px 7px 0px #818181;
	box-shadow: 0px 0px 7px 0px #818181;
}


#intro {
    background-color: #7caead;
    height: 670px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}
.title {
	margin-top: 110px;
}
#intro h1 {
    color: #FFFFFF;
    font-family: 'Maven Pro',sans-serif;
    font-size: 70px;
    font-weight: 900;
    letter-spacing: -5px;
    line-height: 80px;
    margin: 0 auto;
    padding-top: 34px;
    position: fixed;
    text-align: center;
    text-shadow: 1px 1px 1px #787777;
    text-transform: capitalize;
    width: 100%;
    z-index: 100;
}

span.small {
    color: #C5E9F2;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: normal;
    text-transform: capitalize;
}

span.name {
	color: #7caead;
	text-shadow: 1px 0px 1px #787777;
}

span.amp {
	display: inline-block;
	font-size: 80px;
	font-weight: normal;
	font-family: Baskerville, 'Maven Pro', serif;
	font-style: italic;
}
span.intro_line {
	background: url(../img/intro_line.png) no-repeat;
	width: 254px;
	height: 8px;
	display: inline-block;
	margin: 0 20px 12px 25px;
}



/*------------------------------------------------
                       nav
--------------------------------------------------*/

nav {
    background-color: #509190;
    line-height: 42px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1000;
}
nav ul {
	padding-top: 5px;
}

nav ul li {
	display: inline;
}

nav a:link {
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 30px;
}

nav a:visited {
	color: #fff;
}

nav a:hover {
	background: #7caead;
	color: #fff;
}



/*------------------------------------------------
                      work
--------------------------------------------------*/

#work {
	margin-top: -7px;
	background: url(../img/work_bg.png) repeat;
	width: 100%;
	height: 760px;
	position: relative;
	z-index: 400;
}

.subheader {
	text-align: center;
	margin-top: 70px;
}

.subheader h2 {
    display: inline-block;
    float: left;
    margin-top: -15px;
}

.subheader_line {
	background: url(../img/subheader_line.png) no-repeat;
	width: 348px;
	height: 8px;
	margin: 0 8px 5px 9px;
	display: inline-block;
	float: left;
}
.subheader_line2 {
	background: url(../img/subheader_line.png) no-repeat;
	width: 208px;
	height: 8px;
	margin: 0 8px 5px 9px;
	display: inline-block;
	float: left;
}

.gallery {
	margin-top: 40px;
}

.gallery p {
	margin-top: 7px;
	font-size: 15px;
	color: #4b4a4a;
	text-align: center;
}

span.ss_text {
	color: #808080;font-size: 15px; font-weight: bold;
}

.screenshot1 {
	background: url(../img/screenshot1.png) no-repeat;
	width: 280px;
	height: 180px;
}

.screenshot2 {
	background: url(../img/screenshot2.png) no-repeat;
	width: 280px;
	height: 180px;
}

.screenshot3 {
	background: url(../img/screenshot3.png) no-repeat;
	width: 280px;
	height: 180px;
}

.screenshot4 {
	background: url(../img/screenshot4.png) no-repeat;
	width: 280px;
	height: 180px;
}

.screenshot5 {
	background: url(../img/screenshot5.png) no-repeat;
	width: 280px;
	height: 180px;
}

.screenshot6 {
	background: url(../img/screenshot6.png) no-repeat;
	width: 280px;
	height: 180px;
}

.ss {
	-webkit-box-shadow: 0px 0px 0px 1px #d9d7d7;
	-moz-box-shadow: 0px 0px 0px 1px #d9d7d7;
	box-shadow: 0px 0px 0px 1px #d9d7d7;
}

.ss:hover {
	-webkit-box-shadow: 0px 0px 0px 7px #7caead;
	-moz-box-shadow: 0px 0px 0px 7px #7caead;
	box-shadow: 0px 0px 0px 7px #7caead;
}

.center {
	text-align: center;
	margin: 0 auto;
}

.spacer {
	padding-bottom: 37px;
}


.work_bg_bottom {
	background: url(../img/work_bg_bottom.png) repeat-x;
	background-color: #fff;
	width: 100%;
	height: 14px;
	position: relative;
	z-index: 400;
}



/*------------------------------------------------
                    services
--------------------------------------------------*/

#services {
	width: 100%;
	/*height: 630px;*/
	background-color: #fff;
	position: relative;
	z-index: 400;
	text-align: center;
}

.serv_icons {
	margin: 80px 0 20px 0;
}

.serv_icons h3 {
	margin: 18px 0 18px 0;
}

.serv_icons p {
	color: #3d3d3d;
    font-size: 14px;
    line-height: 24px;
    }

.serv_icon1 {
	background: url(../img/serv_icon1.png) no-repeat;
	width: 181px;
	height: 181px;
	text-align: center;
	margin: 0 auto;
}

.serv_icon2 {
	background: url(../img/serv_icon2.png) no-repeat;
	width: 181px;
	height: 181px;
	text-align: center;
	margin: 0 auto;
}

.serv_icon3 {
	background: url(../img/serv_icon3.png) no-repeat;
	width: 181px;
	height: 181px;
	text-align: center;
	margin: 0 auto;
}

.serv_icon4 {
	background: url(../img/serv_icon4.png) no-repeat;
	width: 181px;
	height: 181px;
	text-align: center;
	margin: 0 auto;
}
.serv_icon5 {
	background: url(../img/serv_icon5.png) no-repeat;
	width: 181px;
	height: 181px;
	text-align: center;
	margin: 0 auto;
}

.serv_icon6 {
	background: url(../img/serv_icon6.png) no-repeat;
	width: 181px;
	height: 181px;
	text-align: center;
	margin: 0 auto;
}

.serv_icon7 {
	background: url(../img/serv_icon7.png) no-repeat;
	width: 181px;
	height: 181px;
	text-align: center;
	margin: 0 auto;
}

.serv_icon8 {
	background: url(../img/serv_icon8.png) no-repeat;
	width: 181px;
	height: 181px;
	text-align: center;
	margin: 0 auto;
}


.services_bg_bottom {
	background: url(../img/services_bg_bottom.png) repeat-x;
	width: 100%;
	height: 14px;
	position: relative;
	z-index: 500;
}



/*------------------------------------------------
                      about
--------------------------------------------------*/

#about {
	background: url(../img/about_bg.png) repeat;
	width: 100%;

	position: relative;
	z-index: 400;
	margin-top: -13px;
}

#about .subheader {
	margin-top: 83px;
	float: left;
}

.about_pic {
	background: url(../img/about_pic.jpg) no-repeat;
	width: 266px;
	height: 266px;
	-webkit-box-shadow: 0px 0px 0px 7px #fff;
	-moz-box-shadow: 0px 0px 0px 7px #fff;
	box-shadow: 0px 0px 0px 7px #fff;
	opacity: 0.8;
	margin-top: 67px;
}

.about_copy {
	margin-top: 60px;
}

.about_copy p {
    color: #3d3d3d;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}

#about h4 {
    margin-bottom: 15px;
    margin-top: 10px;
}

/********* social **********/

.social {
	margin-top: 30px;
}

.social ul li {
	display: inline;
	margin-right: 10px;
}

.twitter {
	width: 52px;
	height: 52px;
	background: url(../img/icn_twitter.png) no-repeat 0 0;
	display: inline-block;
}

.facebook {
	width: 52px;
	height: 52px;
	background: url(../img/icn_facebook.png) no-repeat 0 0;
	display: inline-block;
}

.linkedin {
	width: 50px;
	height: 52px;
	background: url(../img/icn_linkedin.png) no-repeat 0 0;
	display: inline-block;
}

.dribble {
	width: 50px;
	height: 52px;
	background: url(../img/icn_dribble.png) no-repeat 0 0;
	display: inline-block;
}

.sprite:hover {
	background-position: 0 -52px;
}

/********** skills *********/

.skills {
	margin-top: 60px;
}

.skills ul li {
	margin-bottom: 15px;
}

.skills p {
	padding: 4px 0 0 10px;
	color: #fff;
	font-size: 14px;
}

.skill1 {
	background-color: #7caead;
	width: 242px;
	height: 27px;
}

.skill2 {
	background-color: #7caead;
	width: 178px;
	height: 27px;
}

.skill3 {
	background-color: #7caead;
	width: 225px;
	height: 27px;
}

.skill4 {
	background-color: #7caead;
	width: 161px;
	height: 27px;
}

.skill5 {
	background-color: #7caead;
	width: 138px;
	height: 27px;
}

.skill6 {
	background-color: #7caead;
	width: 120px;
	height: 27px;
}

.about_bg_bottom {
	background: url(../img/about_bg_bottom.png) repeat-x;
	background-color: #fff;
	width: 100%;
	height: 14px;
	position: relative;
	z-index: 500;
}


/*------------------------------------------------
                      contact
--------------------------------------------------*/

#contact {
	background: url("../img/work_bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 400px;
    margin-top: -14px;
    position: relative;
    width: 100%;
    z-index: 400;
}

#contact .subheader {
	margin-bottom: 10px;
	float: left;
}

.contact_form h4 {
    float: left;
    margin-bottom: 15px;
	margin-top: 20px;
}
.contact_form input {
	width: 340px;
	height: 25px;
	margin-bottom: 15px;
	padding-left: 4px;
	background-color: #fff;
	font-family: verdana, sans-serif;
	font-style: italic;
	font-weight: 300;
	font-size: 16px;
	color: #939292;
	border-top: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.contact_form textarea {
    background-color: #fff;
    border-color: #CFCFCF #FFFFFF #FFFFFF #CFCFCF;
    border-style: solid;
    border-width: 1px;
    color: #939292;
    font-family: verdana,sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    height: 116px;
    padding-left: 5px;
    width: 488px;
}
.contact_form input:focus, .contact_form textarea:focus {
	-moz-box-shadow: 0px 0px 6px #125b76;
	-webkit-box-shadow: 0px 0px 6px #125b76;
	box-shadow: 0px 0px 6px #125b76;
} 

.contact_form input.submit-button {
    background-color: #7caead;
    color: #FAF4EC;
    font-family: 'Open Sans',sans-serif;
    font-size: 15px;
    font-style: normal;
    padding: 0 12px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
}

.contact_form input.submit-button:hover {
	background-color: #509190;
}


.contact_info h4 {
	margin-bottom: 15px;
}

.contact_info p {
	margin-bottom: 6px;
	color: #4e4e4e;
}

.contact_info img {
	vertical-align: baseline;
	margin-right: 8px;
}

span.address {
	margin-left: 30px;
}

.map_frame {
	margin-top: 20px;
	-webkit-box-shadow: 0px 0px 0px 7px #f0f0ef;
	-moz-box-shadow: 0px 0px 0px 7px #f0f0ef;
	box-shadow: 0px 0px 0px 7px #f0f0ef;
}


.contact_bg_bottom {
	background: url(../img/services_bg_bottom.png) repeat-x;
	width: 100%;
	height: 13px;
	position: relative;
	z-index: 500;
}



/*------------------------------------------------
                      footer
--------------------------------------------------*/

footer {
	height: 50px;
	text-align: center;
}

footer p {
	margin-top: 20px;
	font-size: 16px;
}

.content_secton {
    background-color: #FFFFFF;
    border-radius: 20px 20px 20px 20px;
    height: 130px;
    margin: 20px auto 0;
    padding: 10px 10px 10px 20px;
    position: relative;
    width: 724px;
    z-index: 1;
}

.white_box {
    color: #7caead;
    float: left;
    font-size: 25px;
    font-weight: normal;
    letter-spacing: -1.8px;
    line-height: 37px;
    margin-top: 5px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 636px;
}
.white_box span{
    color: #7caead;
}
.fish {
    float: right;
    margin-right: 0;
    margin-top: -199px;
}
.sticky-wrapper {
	height: 0px!important;
}

.odesk {
    position: fixed;
    right: -49px;
    top: 40%;
    z-index: 999999;
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg); /* IE 9 */
	-webkit-transform: rotate(-90deg); /* Safari and Chrome */
}
.cont_add {
	float: left;
	margin-left: 30px;
	margin-top: 20px;
}
.cont_add p{
	float: left;
	margin-right: 36px;
}
.grid_7 form {
	float: left;	
}
.cont_input {
	float: left;
	width: 357px;	
}
.cont_txtbx {
	float: left;
}
.cont_txtbx input{
	float: left;
	margin-top: 3px;
}


/*------------------------------------------------
                    testimonial
--------------------------------------------------*/
#testi {
	background-color: #fff;
	width: 100%;
	height: 500px;
	margin-top: -13px;
	position: relative;
	z-index: 400;
}
.cmsms_shortcode_testimonials {
	float: left;
	text-align: left;
}
.cmsms_shortcode_testimonials blockquote:before {
    font-size: 32px;
    left: 10px;
    top: 25px;
}
q:before, blockquote:before {
    color: #33BEE5;
    font-family: 'Headland One',serif;
    font-size: 26px;
    font-weight: normal;
    line-height: 1.5;
}
q, blockquote, .format-quote .entry-title, q:before, blockquote:before, .post.format-aside .entry-content {
    font: 16px/24px "Oxygen",Arial,Geneva,Helvetica,sans-serif;
}
q:before, blockquote:before {
    content: "“";
    display: block;
    font-size: 28px;
    left: 0;
    line-height: 1em;
    padding: 0;
    position: absolute;
    top: 0;
}
.cmsms_shortcode_testimonials blockquote:after {
    border-bottom: 13px solid rgba(0, 0, 0, 0);
    border-left: 11px solid #FBFBFB;
    border-right: 11px solid rgba(0, 0, 0, 0);
    bottom: -13px;
    content: "";
    left: 40px;
    position: absolute;
}
q:after, blockquote:after {
    clear: both;
}
.cmsms_shortcode_testimonials blockquote {
    background-color: #FBFBFB;
    margin-bottom: 23px;
    padding: 23px 10px 24px 30px;
}
q, blockquote {
    margin: 0;
    padding: 0 0 18px 35px;
    position: relative;
    vertical-align: baseline;
}
#testi h6 {
    color: #4E5C64;
}
#testi h6 {
    font: 100 16px/24px "Oxygen",Arial,Geneva,Helvetica,sans-serif;
}
#testi h6 {
    margin: 0;
    padding: 0;
}
.testimonials_name {
    margin-left: 3%;
    margin-top: -1%;
}
.testimonials_name p{
	text-align: left;
}

#testi p{
    line-height: 18px;
}
#testi p{
    font: 13px/18px "Droid Sans",Arial,Geneva,Helvetica,sans-serif;
}