/*
Theme Name: Sol
Theme URI: http://www.vivathemes.com/sol/
Description:  Responsive agency theme.
Author: Viva Themes
Author URI: http://www.vivathemes.com
License: GNU GPL
License URI: http://www.gnu.org/licenses/gpl.html
Version: 1.1
Tags: two-columns, responsive-layout, custom-menu, featured-images
Text Domain: viva
*/


body,html{
  height:100%;
  min-height: 100%;
}

body {
	background: #fff;
	color: #999;
	font-family: 'Open Sans', arial, helvetica, tahoma, sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin:0;
	padding:0;
	line-height: 150%;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}
	
h1 {
	font-size: 18px;
	color: #fff;
	margin-top: 20px;
	text-transform: none;
	font-family: 'Lato', arial, helvetica, tahoma, sans-serif;
	font-weight: 700;
}

h2 {
	color: #404040;
	margin:0;
	padding:0;
	margin-top: 20px;
	text-transform: none;
	font-weight: 700;
	font-size: 22px;
	font-family: 'Lato', arial, helvetica, tahoma, sans-serif;
}

h3 {
	color: #000;
	margin:0;
	padding:0;
	margin-top: 20px;
	text-transform: none;
	font-weight: 700;
	font-size: 20px;
	font-family: 'Lato', arial, helvetica, tahoma, sans-serif;
}

h4 {
	color: #000;
	margin:0;
	padding:0;
	margin-top: 20px;
	text-transform: none;
	font-weight: 700;
	font-size: 16px;
	font-family: 'Lato', arial, helvetica, tahoma, sans-serif;
}

h5 {
	color: #000;
	margin:0;
	padding:0;
	margin-top: 20px;
	text-transform: none;
	font-weight: 700;
	font-size: 12px;
	font-family: 'Lato', arial, helvetica, tahoma, sans-serif;
}

p { margin-top: 6px; }

img { 
	border: none; padding:0; 
}

img a {
	border:none;
}

img.left { 
	float: left; border: none; padding: 6px 0 0 0; 
}

img.right { 
	float: right; border: none; padding: 0 0 0 6px; 
	}

blockquote {
	border-left:1px solid #ccc;
	margin:15px;
	padding:0 12px 0 12px;
	font-style: italic;
}

code{
	font-family:'Lato', arial, helvetica, tahoma, sans-serif;
}


/* links */

a {
	color: #666;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* container */

#container {
	width: 100%;
	float: left;
	clear: left;
	overflow:hidden;
}

#wrapper {
	width: 100%;
	float: left;
	clear: left;
	background: #fff;
	position: relative;
	z-index: 4;
	margin-bottom: 230px;
	padding-bottom: 80px;
}

/* Front Page Top Section */

#fronttop {
	width: 100%;
	float: left;
	clear: left;
	overflow: hidden;
	position: relative;
	background: #fff;
	margin: 0;
	padding: 0;
	z-index: 3;
}

.fronttop-bg-img {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}


#fronttopinner {
	max-width: 1100px;
	font-family: 'Lato', arial, helvetica, tahoma, sans-serif;
	font-weight: 700;
	color: #fff;
	font-size: 64px;
	position: relative;
    top: 40%; 
	margin: auto;
	padding-left: 35px;
	padding-right: 35px;
	text-align: center;
	line-height: 200%;
	text-transform: uppercase;
	-webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  -ms-transition: all 2s ease;
  transition: all 2s ease;
}

#fronttopinner.faded {
	opacity: 0;
	-moz-opacity: 0;
}

#fronttopinner span {
	padding-left: 20px;
	padding-right: 20px;
	text-transform: uppercase;
}

#scrolldown {
	position: absolute;
	bottom: 20px;
	float:left;
	z-index:0;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	z-index: 4;
	-webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  -ms-transition: all 2s ease;
  transition: all 2s ease;
}

#scrolldown span {
	color: #fff;
}

#scrolldown.faded {
	opacity: 0;
	-moz-opacity: 0;
}

#scrolldown span:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 48px/1 'Genericons';
	line-height: 64px;
	content: '\f431';
}
	
/* header */

#header {
  	width: 100%; 
	float: left;
	clear: left;
	height: 80px;
	position: fixed;
	z-index: 9999;
	background: #fba61a;
}

.home #header {
	position: relative;
}

#header.fixed {
    position: fixed;
    top: 0;
}


#headerin {
	width: 90%;
	margin-left: 5%;
}

#logo {	
	width: 30%;
	float:left;
	margin-top: 13px;
	padding: 0;
	line-height: 100%;
}

#logo img {
	
}

#logo a {
	color: #fff;
	text-decoration: none;
}

#logo h1 {
	font-weight: 700;
	font-size: 36px;
	color: #404040;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Lato', arial, helvetica, sans-serif;
	margin-top: 0;
	line-height: 100%;
}


/* Main Menu */

#mainmenu {
	width: 70%;
	float: right;
	margin-top: 27px;
	height: 20px;
	*width: 800px; /* IE7 only hack */
}

.mainnav {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}

.mainnav * {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}


.mainnav ul {
	position: absolute;
	top: -999em;
	padding-top: 1px;
}

.mainnav li {
	float: left;
	position: relative;
	z-index: 500;
	margin-left: 11px;
}

.mainnav a {
	display: block;
	padding: 3px 12px ;
	font-size: 14px;
	font-weight: 700;
	color: #202020;
	text-decoration: none;
	font-family: 'Lato', arial, helvetica;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
  	-moz-transition:    all 0.3s ease;
  	-ms-transition:     all 0.3s ease;
  	-o-transition:      all 0.3s ease;
}

.mainnav li.current-menu-item a,
.mainnav li:hover a {
	color: #c16e15;
}

.mainnav li:hover ul,
ul.mainnav li.sfHover ul {
	left: 0;
	top: 37px;
	background: #fff;
	border: solid 2px #eaeaea;
	width: 170px;
}

.mainnav li:hover li ul,
.mainnav li.sfHover li ul {
	top: -999em;
}

.mainnav li li:hover ul,
ul.mainnav li li.sfHover ul {
	left: 170px;
	top: -3px;
}

.mainnav li:hover ul,
.mainnav li li:hover ul {
	top: -999em;
}

.mainnav li li {
	display: block;
	padding: 0px;
	margin: 0;
	width: 150px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.mainnav li#current,
.mainnav li.current-cat,
.mainnav li.current_page_item,
.mainnav li:hover {
	
}

.mainnav li li a,
.mainnav li li a:link, 
.mainnav li li a:visited {	
	display: block;
	border: none;
	text-transform: uppercase;
	font-weight: 300;
	margin: 0;
	padding: 0;
	padding-right: 0;
	font-size: 14px;
	padding-left: 12px;
	line-height: 140%;
	color: #202020;
}

.mainnav li li.current-menu-item a,
.mainnav li li a:hover {
	text-decoration: none !important;
	border: none !important;
	color: #ffbe1f;
}

.select-menu {display: none;}

/* search */

#searchbox {
	width: 23%;
	float: right;
	margin: 0;
	padding: 0;
	height: 60px;
}

#searchform {
	width: 100%;
}

#searchform input#s {
	width: 85%;
	padding-left: 10%;
	background: none;
	border: none;
	height: 30px;
	margin-top: 10px;
	border: solid 2px #eaeaea;
	font-family: 'Open Sans', arial, helvetica;
	font-weight: 400;
	color: #666;
}

input#s:focus {
	outline:none;
}

#searchform input#searchsubmit {
	display: none;
}

#header h2 {
	display: none;
}

#contentfull #searchform input#s {
	width: 30%;
	padding-left: 5px;
}


/* Below Slider section */

#belowslider {
	width: 100%;
	float: left;
	clear: left;
	padding-bottom: 140px;
	padding-top: 120px;
	background: #fff;
	text-align: center;
}

#belowslider.fixed {
	margin-top: 80px;
}

#bsinner {
	max-width: 1000px;
	margin: 0 auto;
	padding-left: 35px;
	padding-right: 35px;
}
	
.bswidget {
	width: 100%;
	float: left;
	margin-top: 0;
	color: #999;
	line-height: 150%;
	font-family: 'Open Sans', arial, helvetica, sans-serif;
	font-weight: 400;
}

.bswidget h2 {
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 25px;
	padding-bottom: 25px;
	line-height: 100%;
	font-size: 46px;
	color: #202020;
	background: url(images/linebg.png) no-repeat center bottom;
}

.bswidget h2 span {
}

/* Services section */

#services {
	width: 100%;
	float: left;
	clear: left;
	color: #fff;
	height: 400px;
}

#servicesinner {
	width: 100%;
}
	
.serviceswidget {
	width: 20%;
	float: left;
	padding-left: 5%;
	padding-right: 4%;
	background: #fba61a;
	height: 260px;
	padding-top: 70px;
	padding-bottom: 70px;
	position: relative;
	z-index: 1;
}

.serviceswidget h2 {
	font-weight: 600;
	font-size: 34px;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #fff;
	padding-top: 0;
	margin-top: 0;
	line-height: 100%;
}

.serviceswidget .widgets {
}

.postwrapper {
	width: 22%;
	float: left;
	margin: 0;
	height: 400px;
	position: relative;
	overflow: hidden;
	z-index: 0;
	background: #a7a9ac;
	margin-left: 1px;
	font-size: 14px;
	font-style: italic;
}

.postwrapper:hover {
	background: #434343;
}

a.servicelink {
	width: 70%;
	overflow: hidden;
	float: left;
	padding-left: 15%;
	padding-right: 15%;
	height: 360px;
	padding-top: 40px;
	padding-bottom: 70px;
	text-decoration: none;
	text-align: center;
	color: #fff;
}

.postwrapper h2.entry-title a,
.postwrapper h2.entry-title {
	text-align: center;
	font-weight: 600;
	color: #fff;
	font-size: 14px;
	margin-top: 40px;
	padding: 0;
	text-transform: uppercase;
	font-style: normal;
	background: none;
}

span.serviceicon {
	width: 50px;
	height: 50px;
	text-align: center;
	background: #fff;
	color: #434343;
	display: inline-block;
	-webkit-transition: all 0.3s ease;
  	-moz-transition:    all 0.3s ease;
  	-ms-transition:     all 0.3s ease;
  	-o-transition:      all 0.3s ease;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.postwrapper:hover span.serviceicon:before {
}

span.serviceicon:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 32px/1 'Genericons';
	line-height: 50px;
}

.postwrapper-1 span.serviceicon:before {
	content: '\f225';
}

.postwrapper-2 span.serviceicon:before {
	content: '\f411';
}

.postwrapper-3 span.serviceicon:before {
	content: '\f506';
}
			
/* Team Members Section */

#team {
	width: 100%;
	float: left;
	clear: left;
	text-align: center;
	padding-top: 140px;
}

#teamcontent {
	max-width: 1000px;
	margin: 0 auto;
	padding-left: 35px;
	padding-right: 35px;
	text-align: center;
}

#teamcontent h1.entry-title {
	background: url(images/linebg.png) no-repeat center bottom;
	padding-bottom: 25px;
	margin-bottom: 25px;
	text-align: center;
	font-size: 46px;
}

.teamwidget h2 {
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 25px;
	padding-bottom: 25px;
	line-height: 100%;
	font-size: 46px;
	color: #202020;
	background: url(images/linebg.png) no-repeat center bottom;
}

.teamwidget h2 span {
}

#teammembers {
	width: 90%;
	float: left;
	clear: left;
	margin-top: 100px;
	margin-left: 5%;
}

.teammember {
	width: 25%;
	background: #faa61a;
	float: left;
	margin:0;
	text-align: left;
	font-size: 16px;
	line-height: 70%;
	overflow: hidden;
	position: relative;
	color: #fff;
	margin: 0;
	padding: 0;
}

.teammember h2.entry-title {
	font-size: 18px;
	color: #000000;
	text-transform: uppercase;
	text-align: left;
	margin-top: 10%;
	margin-bottom: 20px;
	background: none;
	font-weight: 900;
}

.attachment-teammember {
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
	line-height: 70%;
	-webkit-transition: all 0.3s ease;
  	-moz-transition:    all 0.3s ease;
  	-ms-transition:     all 0.3s ease;
  	-o-transition:      all 0.3s ease;
}

.teammember:hover .attachment-teammember {
	left: 100%;
}
	
.mask2 {
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	line-height: 150%;
}

.teamicons {
	width: 100%;
	margin-top: 30px;
}

.teamicons a.socialicon {
	text-align: center;
	margin-right: 5px;
	margin-left: 0;
	display: inline-block;
	-webkit-transition: all 0.3s ease;
  	-moz-transition:    all 0.3s ease;
  	-ms-transition:     all 0.3s ease;
  	-o-transition:      all 0.3s ease;
	background: #fff;
	color: #faa61a;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-decoration: none;
}

.teamicons a.socialicon:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 16px/1 'Genericons';
	line-height: 30px;
}

.teamicons a.socialicon:hover {
	color: #faa61a;
}

/* Portfolio */

.portfoliopost {
	width: 50%;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 70%;
	overflow: hidden;
	background-color: #096696;
}

.attachment-portfoliothumb {
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 0;
	-webkit-transition: all .3s ease;
  	-moz-transition:    all .3s ease;
  	-ms-transition:     all .3s ease;
  	-o-transition:      all .3s ease;
}

.portfoliopost:hover .attachment-portfoliothumb {
	opacity: .6;
	-moz-opacity: .6;
	transform:scale(1.1);
    -ms-transform:scale(1.1); /* IE 9 */
    -moz-transform:scale(1.1); /* Firefox */
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -o-transform:scale(1.1); /* Opera */
}

.mask {
	position: absolute;
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	height: 100%;
	z-index: 2;
	top: 0;
	left: 0;
	opacity: 0;
	-moz-opacity: 0;
}

.portfoliopost:hover .mask {
	opacity: 1;
	-moz-opacity: 1;
}

.portfoliopost h2.entry-title {
	color: #fff;
	font-size: 30px;
	background: none;
	font-weight: 700;
	margin-top: 32%;
	text-align: center;
	-webkit-transition: all .5s ease;
  	-moz-transition:    all .5s ease;
  	-ms-transition:     all .5s ease;
  	-o-transition:      all .5s ease;
}

.portfoliomore {
	width: 130px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #ffbe1f;
	background-color: rgba(255,190,31,.5);
	border: solid 1px #ffbe1f;
	display: block;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 13px;
	margin: 0 auto;
	margin-top: 250px;
	-webkit-transition: all .3s ease;
  	-moz-transition:    all .3s ease;
  	-ms-transition:     all .3s ease;
  	-o-transition:      all .3s ease;
}

.portfoliopost:hover .portfoliomore {
	margin-top: 20px;
}

.portfoliopost:hover h2.entry-title {
	margin-top: 30%;
}
	

/* Content Section */

#blogwrapper,
#contentwrapper {
	width: 90%;
	float: left;
	clear: left;
	margin-left: 5%;
	margin-top: 160px;
}

#content {
	width: 60%;
	float: left;
	padding: 3% 5%;
	background: #f4f4f4;
}

#contentfull {
	width: 90%;
	float: left;
	padding: 3% 5%;
	background: #f4f4f4;
}

/* content */


.attachment-mainthumb {
	float: left;
	padding: 4px;
	background: #eaeaea;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right: 20px;
}

#blogwrapper .type-portfolio,
#blogwrapper .type-page,
#blogwrapper .post {
	width: 90%;
	float: left;
	clear: left;
	background: #eaeaea;
	padding-top: 120px;
	padding-bottom: 120px;
	padding-left: 5%;
	padding-right: 5%;
	text-align: center;
	webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}

#blogwrapper .odd {
	background: #f4f4f4;
}

#blogwrapper .type-portfolio:hover,
#blogwrapper .type-page:hover,
#blogwrapper .post:hover {
	background: #fff;
}

#blogwrapper h2.entry-title {
	color: #666;
	background: none;
	font-size: 14px;
	margin-top: 5px;
	webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
  font-weight: 700;
  text-align: center;
}

#blogwrapper .post:hover .postdate,
#blogwrapper .post:hover h2.entry-title {
}

.postdate {
	font-size: 12px;
	color: #999;
	webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}

.entry {
}

h1.entry-title,
h2.entry-title {
	font-weight: 900;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 20px;
	line-height: 100%;
	font-size: 36px;
	color: #202020;
}

h2.entry-title a {
	text-decoration: none;
	color: #fff;
	font-size: 26px;
	line-height: 120%;
}

h2.entry-title {
	margin-bottom: 0;
	padding-bottom: 0;
}

h2.pagetitle {
	display: none;
}

.post ul {}

.post li {
	margin-left: 15px;
}

.entry p {
	margin: 8px 0;
}

ol {
	margin: 10px;
}

ul {
	margin: 5px;
}


/* Right Sidebar*/

#rightbar {
	width: 24%;
	float: right;
	margin-left: 20px;
	font-size: 14px;
	margin-top: 2px;
}

#rightbar .widgets {
	width: 85%;
	padding: 7%;
	border: solid 1px #eaeaea;
	margin-bottom: 30px;
	float: right;
	clear: left;
}

#rightbar h2 {
	font-weight: 400;
	font-size: 20px;
	color: #096696;
	margin-top: 0;
	margin-bottom: 10px;
}

#rightbar ul {
	padding: 0;
	margin: 0;
	width: 100%;
	float: left;
	clear: left;
}

#rightbar ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	list-style: none;
	width: 100%;
	margin-top: 2px;
}

#rightbar ul li ul li {
	border: none;
	list-style: none;
	margin-left: 0;
	margin-top: 2px;
	float: left;
	clear: left;
	width: 100%;
}

#rightbar ul li a {
	border: none;
	color: #333;
	background: #f5f5f5;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0 6px;
}

#rightbar ul li a:hover {
	text-decoration: none;
	color:  #096696;
}

#rightbar a {
	text-decoration: underline;
}
	
#rightbar a:hover {
	border: none;
	text-decoration: none;
}


/* comments */


#commentform {
	margin:0;
	padding:0;
}
	
#commentform p {
}
	
#commentform a { 
	text-decoration: none; 
	line-height: 14pt;
}
	
#commentform h3 {
	font-size: 10pt;
	font-family: 'Arvo', arial, sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
	margin:0;
	padding:0;
}
	
#comment {
	width:80%;
}

#comments label {
	float: left;
	clear: left;
	margin-top: 15px;
}

#author, #email, #url, #comment {
	font-size: 11px;
	padding:12px 16px;
	border: solid 1px #eaeaea;
	float: left;
	clear: left;
	margin-top: 0;
	font-family: 'Open Sans', arial, sans-serif;
	font-weight: 300;	
	color: #666;
}

#author, #email, #url {
	height:16px;
}
	
#submit {
	cursor:pointer;
	font-family: 'Open Sans', arial, sans-serif;
	font-weight: 300;	
	padding: 12px 16px;
	border: solid 1px #eaeaea;
	float: left;
	clear: left;
	margin-top: 10px;
	-webkit-transition: all 0.4s ease;
  	-moz-transition:    all 0.4s ease;
  	-ms-transition:     all 0.4s ease;
  	-o-transition:      all 0.4s ease;
	background: none;
	color: #666;
	background: #fff;
}

#submit:hover {
	border: solid 1px #eaeaea;
	background: #eaeaea;
}

#comments {
	margin:0; 
	padding:0;
}

#respond h3,
#comments h2 {
	font-family: 'Open Sans', arial, sans-serif;
	font-weight: 300;
	color: #333;
	font-size: 18px;
	text-transform: uppercase;
}	


.reply a.comment-reply-link {
	border: solid 1px #eaeaea;
	-webkit-transition: all 0.4s ease;
  	-moz-transition:    all 0.4s ease;
  	-ms-transition:     all 0.4s ease;
  	-o-transition:      all 0.4s ease;
	color: #333;
	padding: 4px 7px;
	margin-top: 5px;
	float: left;
	clear: left;
}

.reply a.comment-reply-link:hover{
	border: solid 1px #eaeaea;
}	

ol.commentlist { 
	list-style-type: none; 
	margin:0; 
	padding:0; 
	float:left;
	margin-top: 15px;
}

.avatar {
	float:left; 
	margin: 10px 20px 0 0;
	width: 30px;
	height: 30px;
}

ol.commentlist li {
	margin: 0;
	padding: 4%;
	list-style-type:none;
	float: left;
    width: 90%;
	margin-bottom: 20px;
	border: solid 1px #eaeaea;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

ol.commentlist li ul.children {
	width: 80%;
}

ol.commentlist li ul.children li {
	width: 100%;
	border: none;
	margin-bottom: 0;
}

ol.commentlist li.alt {
	
}

ol.commentlist li p {
	margin: 6px 0 6px 0; 
	padding: 0 12px 0 0; 
	line-height: 14pt;
}

ol.commentlist a {
	text-decoration: none;
}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a {
	color: #666; 
	text-decoration: none; 
	border-bottom: 1px dotted #666;
}

/* footer */

#footer {
	float: left;
	width: 100%;
	height: 70px;
	padding-top: 80px;
	padding-bottom: 80px;
	background: #fba61a;
	position: fixed;
	z-index: 2;
	bottom: 0;
	left: 0;
	font-size: 13px;
	line-height: 150%;
}

#copyinfo a {
	color: #fff;
}

#copyinfo {
	width: 45%;
	margin-right: 5%;
	float: right;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	margin-top: 30px;
}

#socialize {
	width: 45%;
	float: left;
	margin-left: 5%;
}

a.socialicon {
	width: 68px;
	height: 68px;
	margin-right: 10px;
	color: #fff;
	text-align: center;
	display: inline-block;
	-webkit-transition: all 0.3s ease;
  	-moz-transition:    all 0.3s ease;
  	-ms-transition:     all 0.3s ease;
  	-o-transition:      all 0.3s ease;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: solid 1px #fff;
	text-decoration: none;
}

a.socialicon:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 16px/1 'Genericons';
	line-height: 68px;
}

a.socialicon:hover {
	color: #ffbe1f;
	background: #fff;
}

a.twittericon:before {
	content: '\f202';
}

a.facebookicon:before {
	content: '\f204';
}

a.linkedinicon:before {
	content: '\f207';
}

a.dribbleicon:before {
	content: '\f201';
}

a.pinteresticon:before {
	content: '\f209';
}

a.flickricon:before {
	content: '\f211';
}

a.vimeoicon:before {
	content: '\f212';
}

a.youtubeicon:before {
	content: '\f213';
}

a.tumblricon:before {
	content: '\f214';
}

a.instagramicon:before {
	content: '\f215';
}

a.googleplusicon:before {
	content: '\f218';
}



@media only screen and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 600px)  {

	html {
	    -webkit-text-size-adjust: none; 
	}
	
	#fronttopinner {
		font-size: 34px;
		line-height: 38px;
	}
	
	.nav-arrows,
	.mainnav {
		display: none;
	}
	
	.select-menu {
		display: inline-block;
		width: 80%;
		margin-top: 4px;
	}
	
	#teamcontent h1.entry-title,
	.bswidget h2 {
		font-size: 24px;
	}
	
	#services {
		height: auto;
	}
	
	.postwrapper {
		width: 100%;
	}
	
	.serviceswidget {
		width: 90%;
		padding-right: 5%;
	}
	
	.teammember {
		width: 100%;
	}
	
	#copyinfo,
	#socialize {
		width: 90%;
		text-align: center;
		margin-left: 5%;
	}
	
	a.socialicon {
		width: 16px;
		height: 16px;
		margin-right: 5px;
		margin-left: 5px;
		border: none;
	}
	 
	a.socialicon:before {
		line-height: 16px;
	}
	
	#rightbar {
		float: left;
		clear: left;
		margin-left: 0;
		width: 100%;
		margin-bottom: 25px;
		margin-top: 12px;
	}
	
	#rightbar .widgets {
		width: 90%;
		padding: 4.5%;
	}
	
	
	#content {
		width: 90%;
		text-align: justify;
	}
	
	.portfoliopost {
		width: 100%;
	}
	
	.portfoliopost h2.entry-title {
		font-size: 20px;
	}
	
}
