/*

	Theme Name: Salient

	Theme URI: http://www.themenectar.com

	Author: ThemeNectar

	Author URI: http://themenectar.com

	Description: An Ultra Responsive Portfolio/Blog theme

	Version: 1.4.2

	License: GNU General Public License version 3.0

	License URI: http://www.gnu.org/licenses/gpl-3.0.html



-------------------------------------------------------------------------



	1.	Browser Reset + Font Face

	2.	Globally Applied Styles

	3.	Header + Search Bar Styles

	4.	Plugin Related Styles

	5.	Page + Custom Page Layout Styles

	6.	Nectar Shortcode Styles

	7.  Footer Styles

	8.	Sidebar Styles

	9.  Blog + Pagination Styles

	10.	Comment Styles

	11.	General Form Styles



-------------------------------------------------------------------------*/





/*-------------------------------------------------------------------------*/

/*	1.	Browser Reset + Font Face

/*-------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 

del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 

h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 

dl, dt, dd, ol, ul, li, fieldset, form, label, legend {

		vertical-align: baseline;

		font-family: inherit;

		font-weight: inherit;

		font-style: inherit;

		font-size: 13px;

		outline: 0;

		padding: 0;

		margin: 0;

		border: 0;

}





:focus {

		outline: 0;

}



input[type=submit] {

   -webkit-appearance: none;

}



html, body {

	overflow-x: hidden;

	position: relative;

}



body {

		background: white;

		font-family: 'Open Sans', sans-serif;

		color: #333;

}

body a {

     font-size:13px !important;

}



ol, ul {

		list-style: none;

}



input[type=text]::-ms-clear {

    display: none;

}



p:empty {

	display: none;

}



article,aside,details,figcaption,figure,

footer,header,hgroup,menu,nav,section { 

    display:block;

}



@font-face {

    font-family: 'OpenSansLight';

    src: url('css/fonts/OpenSans-Light-webfont.eot');

    src: url('css/fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),

         url('css/fonts/OpenSans-Light-webfont.woff') format('woff'),

         url('css/fonts/OpenSans-Light-webfont.ttf') format('truetype'),

         url('css/fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');

    font-weight: normal;

    font-style: normal;



}



@font-face {

    font-family: 'OpenSansRegular';

    src: url('css/fonts/OpenSans-Regular-webfont.eot');

    src: url('css/fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),

         url('css/fonts/OpenSans-Regular-webfont.woff') format('woff'),

         url('css/fonts/OpenSans-Regular-webfont.ttf') format('truetype'),

         url('css/fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');

    font-weight: normal;

    font-style: normal;



}



@font-face {

    font-family: 'OpenSansSemibold';

    src: url('css/fonts/OpenSans-Semibold-webfont.eot');

    src: url('css/fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),

         url('css/fonts/OpenSans-Semibold-webfont.woff') format('woff'),

         url('css/fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),

         url('css/fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');

    font-weight: normal;

    font-style: normal;



}



@font-face {

    font-family: 'OpenSansBold';

    src: url('css/fonts/OpenSansBold-webfont.eot');

    src: url('css/fonts/OpenSansBold-webfont.eot?#iefix') format('embedded-opentype'),

         url('css/fonts/OpenSansBold-webfont.woff') format('woff'),

         url('css/fonts/OpenSansBold-webfont.ttf') format('truetype'),

         url('css/fonts/OpenSansBold-webfont.svg#OpenSansBold') format('svg');

    font-weight: normal;

    font-style: normal;



}







/*-------------------------------------------------------------------------*/

/*	2. Globally Applied Styles

/*-------------------------------------------------------------------------*/


body {

	font-size: 12px;	

	font-family: 'OpenSansRegular';	

	background-color: #ffffff;

	line-height: 21px;

}
/*
.boximg {

	float:left;

	width:auto!important;

}

.boximg img {

	float:left !important;

	width:auto  !important;

	margin-right:20px;

}

.spacer{

	width:100%;

	height:20px;

	float:left;

}

.alignleft {

  float: left;

  margin-right: 15px;

}



.alignright {

  float: right;

  margin-left: 15px;

}



.aligncenter {

	display: block;

	margin:15px auto;

}

.wp-smiley {

	margin-bottom: 0px!important;

}



dt {

	font-family: 'OpenSansBold';

}

dd {

	padding-left: 20px;

}



.gallery-caption { 

    margin-left: 0; 

    margin-bottom: 10px;

    padding: 0px 10px;

}



.bypostauthor {}

	

.sticky {

	margin-bottom: 50px;

}



.sticky .content-inner {

	margin-bottom: 0px!important;

	padding-bottom: 0px!important;

	border-bottom: 0px!important;

	-o-box-shadow: 0 1px 2px rgba(0,0,0,0.2);

	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);

	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);

    box-shadow: 0 1px 2px rgba(0,0,0,0.2);

	background-color: #fff;

	padding: 25px!important;

	position: relative;

}



.side-box {

  padding: 10px 0;

  margin-bottom: 10px;

  border: 1px solid #CCC;

  background-color: #E6E6E6;

  text-align: center;

}



.side-box a:link,

.side-box a:visited {

  font-weight: normal;

  color: #06c55b;

  font-size: 12px;

}



#wpadminbar {

	z-index: 1000000!important;	

}



table {

  font-size: 12px;

  margin-bottom: 20px;

}



.wp-caption { max-width: 100%; border:1px solid #ccc; background:#eee; padding:5px; }

.wp-caption .wp-caption-text { text-align:center; margin-top:5px; margin-bottom: 5px; }

.wp-caption img { margin-bottom: 10px!important; display: block; }



em {font-style: italic;}



caption, th, td {

		font-weight: normal;

		text-align: left;

}





.clear {

	clear:both;	

}

*/

.subheader {

    color: #6F6F6F;

 	margin-bottom:15px;

}





a {

	color: #27CFC3;

	text-decoration: none;

	transition: color 0.2s linear;

	-moz-transition: color 0.2s linear;

	-webkit-transition: color 0.2s linear;

}



a:hover {

	color: inherit;

}



h1 { font-size: 30px; line-height: 30px; }



h2 { font-size: 24px; line-height: 24px; }



h3 { font-size: 21px; line-height: 21px; }



h4 { font-size: 18px; line-height: 18px;}



h5 { font-size: 16px; line-height: 16px; }



h6 { font-size: 14px; line-height: 14px; }



h1,h2,h3,h4,h5,h6 {

	color: #444;	

	font-weight: normal;

	margin-bottom: 7px; 

	font-family: 'OpenSansSemibold';

	letter-spacing: -1px;

}



.bold, strong, b {

	font-weight: normal!important;

	font-family: 'OpenSansRegular';	

	color: #000;

}



.uppercase {

    font-family: 'OpenSansbold';

    font-size: 12px;

    letter-spacing: 1.5px;

    text-transform: uppercase;

}



.light {

	text-transform: none;

	font-family: 'OpenSansLight';

}



.text-align-center {

	text-align: center;

}



p {

	padding-bottom: 15px;

}

    

.row .col p:last-child {

	padding-bottom: 0px;	

}



.container .row:last-child {

	padding-bottom: 0px;

}



blockquote {

	font-family: 'OpenSansLight';

	line-height: 30px;

	font-size: 22px;

	padding-left: 50px;

	margin-bottom: 30px;

	background-repeat: no-repeat;

	background-position: left 3px;

	background-image: url("../Assets/icons/quotes.png");

}

/*

.main-content ul, .main-content ol {

	margin-left: 30px;

	margin-bottom: 30px;

}



.main-content ul li {

	list-style: disc;

	list-style-position: inside;

}



.main-content ol li {

	list-style: decimal;

	list-style-position: inside;

}



.main-content img {

	max-width: 100%;	

	max-height: 100%;

	height: auto;

}



object, object embed {

	display: block;

	height: auto;

	max-width: 100%!important;	

}



code {

	display: block;

	clear: both;

    overflow: auto;

    padding: 10px 20px 20px 20px;

    white-space: pre;

    background-color: #ebebeb;

    font: 12px "Andale Mono",Courier,"Courier New",monospace;

}



#error-404 {

	text-align: center;

	margin-bottom: 45px;

}



body #error-404 h1 {

	font-size: 250px!important;

	line-height: 250px!important;

	font-family: 'OpenSansbold';

}



body #error-404 h2 {

	text-transform: uppercase;

	font-size: 70px;

	font-family: 'OpenSansbold';

}


*/


/*-------------------------------------------------------------------------*/

/*	3.	Header + Search Bar Styles

/*-------------------------------------------------------------------------*/



#header-space {

	height: 123px;	

}



#header-outer {

	width: 100%;

	top: 0px;

	left: 0px;

	position: fixed;

	overflow: visible!important;

	padding: 28px 0px 0px 0px;

	background-color:#fff;

	z-index: 9998;

	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.33);

	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.33);

	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.33);

}



.admin-bar #header-outer {

	top: 28px;

}



html.js #header-outer .container {

	visibility: hidden;

}



header#top #logo {

	width: auto;

	max-width: none;

	display: block;

	line-height: 22px;	

	font-size: 22px;	

	letter-spacing: -1.5px;

	color: #444444;

	font-family: 'OpenSansSemibold';

}



header#top #logo:hover {

	color: #27CFC3;

}



header#top #logo img {

	/*max-height: 30px;*/

	max-width: none;

	width: auto;

	margin-bottom: 0px;

	display: block;

}



header#top {

	position: relative;

	z-index: 9998;

	width: 100%;

}





header#top .container .row {

	padding-bottom: 0px;	

}



header#top nav > ul {

	float: right!important;

	overflow: visible!important;

        /* margin-right:5px;*/

}



header#top nav ul li {

	 float: right;

}



header#top nav > ul > li {

	float: left;

}



header#top nav > ul > li > a {

	padding: 0px 4px 0px 4px;

	display: block;

	color: #666;

	font-size: 13.5px;

       line-height: 14px;

	-webkit-transition: color 0.1s linear;

    -moz-transition: color 0.1s linear;

    -o-transition: color 0.1s linear;

    transition: color 0.1s linear;

}



html:not(.js) header#top nav > ul > li > a {

	padding-bottom: 46px;

}



header#top nav ul li a:hover, header#top nav .sf-menu li.sfHover > a, header#top nav .sf-menu li.current_page_ancestor > a, header#top nav .sf-menu li.current-menu-item > a, header#top nav .sf-menu li.current-menu-ancestor > a, header#top nav .sf-menu li.current_page_item > a {

	color: #000000;

}



header#top nav .sf-menu li.current_page_item > a .sf-sub-indicator [class^="icon-"], header#top nav .sf-menu li.current_page_ancestor > a .sf-sub-indicator [class^="icon-"] {

    color: #27CFC3;

}



header#top nav ul li a {

	color: #888;

}



.sf-menu > li.current_page_ancestor > a > .sf-sub-indicator [class^="icon-"], .sf-menu > li.current-menu-ancestor > a > .sf-sub-indicator [class^="icon-"], .sf-menu > li.current_page_item > a > .sf-sub-indicator [class^="icon-"] {

	 color: #27CFC3;

}





.sf-menu ul li.current_page_item > a , .sf-menu ul li.current-menu-ancestor > a, .sf-menu ul li.current_page_ancestor > a  {

	color: #27CFC3;

}





header#top nav ul #search-btn {

	margin-left: 20px!important;

}



header#top nav ul #search-btn > div {

	border-left: 1px solid #e7e7e7;

	padding-left: 23px;

}



header#top nav ul #search-btn a {

	text-indent: -9999px;

	background-color: #a0a0a0;

	padding-left: 23px;

	padding: 0px 0px 0px 0px!important;

	width: 24px;

	height: 21px;

	display: block;

	background-position: right top;

	background-repeat: no-repeat;

	background-image: url("../Assets/icons/mag-glass_a.png");

	-webkit-transition: all 0.2s linear;

    -moz-transition: all 0.2s linear;

    -o-transition: all 0.2s linear;

    transition: all 0.2s linear;

    box-sizing: content-box!important;

    -moz-box-sizing: content-box!important;

}





header#top nav ul #search-btn a:hover, header#top nav ul li.sfHover #search-btn a:focus {

	background-color: #27CFC3;

}



header#top nav ul #search-btn:hover span, header#top nav ul li.sfHover #search-btn:focus span {

	opacity: 1;

}



header#top #toggle-nav {

	position: absolute;

	right: 0px;

	top: 5px;

	display: none;

	width: 36px;

	height: 28px;

	margin-bottom: 10px;

	background-repeat: no-repeat;

	background-position: center;

	background-image: url("../Assets/icons/responsive-menu.png");

}





#search-outer {

	top:0px;

	left:0px;

	width:100%;

	height:75px;

	position:absolute;

	z-index:10000;

	display:none;

	background-color:#fff;

}



#search-outer  #search {

	position:relative;

}



#search-outer  #search input[type=text] {

	width: 100%;

	color: #888;

	font-size: 43px;

	line-height: 43px;

	position: relative;

	padding: 0px!important;

	background-color: transparent;

	border: 0px;

	transition: none;

	-moz-transition: none;

	-webkit-transition: none;

	-o-transition: none;

	box-shadow: none!important;

	-moz-box-shadow: none!important;

	-webkit-box-shadow: none!important;

	-o-box-shadow: none!important;

	font-family: 'OpenSansBold';

	text-transform: uppercase;

	letter-spacing: -1px;

}

 

#search-outer > #search form {

	width: 92%;

	float: left;

}



#search-outer #search #close {

	list-style: none;

}



#search-outer  #search #close a {

	position: absolute;

	right: 0px;

	top: 24px;

	text-indent: -9999px;

	display: block;

	width: 24px;

	height: 17px;

	background-color: #a0a0a0;

	background-image: url("../Assets/icons/close-search.png");	

	-webkit-transition: background-color 0.2s linear;

    -moz-transition: background-color 0.2s linear;

    -o-transition: background-color 0.2s linear;

    transition: background-color 0.2s linear;

}



#search-outer #search #close span {

	z-index:-1;

	position: absolute;

	right: 0px;

	top: 24px;

	display: block;

	opacity: 0;

	width: 24px;

	height: 25px;

	background-repeat: no-repeat;

	background-image: url("../Assets/icons/close-search.png");

	background-position: right top;

}



#search-outer > #search #close:hover a {

	background-color: #27CFC3;

}



.row .col h3, .row .col h2 {

	line-height: 22px;

	margin-bottom: 12px;

}



.row .col h2 {

	font-size: 22px;

	line-height: 25px;

}



.row .col img {

	margin-bottom: 15px;

	max-width: 100%;

	width: auto;

	height: auto;

}





#mobile-menu {

	position: relative;

	top: -30px;

	display: none;

	background-color: #1F1F1F;

 	padding: 0px;

    z-index: 100000;

}



#mobile-menu .container > ul > li:first-child {

	padding-top: 10px;	

}



#mobile-menu .container > ul > li:last-child {

	padding-bottom: 10px;

}



#mobile-menu .container > ul > li:last-child a {

	border-bottom: 0px;

}



#mobile-menu ul li a {

	border-bottom: 1px dotted rgba(255, 255, 255, 0.2);

    color: rgba(255, 255, 255, 0.6);

    font-size: 12px;

    display: block;

    position: relative;

    padding: 16px 0 !important;

}



#mobile-menu ul li ul {

	display: none;

	margin-left: 20px;

}



#mobile-menu ul li a:hover, #mobile-menu ul li a:hover [class^="icon-"], #mobile-menu li.open > a {

	color: #fff;

}



body #mobile-menu li.open > a [class^="icon-"] {

	color: #27CFC3; 

}



#mobile-menu #mobile-search {

	margin: 10px 0px 0px 0px;

}





#mobile-menu input[type=text] {

	margin-top: 15px;

	margin-bottom: 15px;

	background-color: #171717;

	color: rgba(255, 255, 255, 0.7);

	padding: 15px 15px 15px 40px!important;

	border: 0px!important;

	border-bottom: 1px solid #2e2e2e!important;

	border-radius: 2px 2px 2px 2px;

	-moz-border-radius: 2px 2px 2px 2px;

	-o-border-radius: 2px 2px 2px 2px;

	-webkit-border-radius: 2px 2px 2px 2px;

	box-shadow: 0px 1px 3px rgba(0,0,0,0.7) inset;

	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.7) inset;

	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.7) inset;

	-o-box-shadow: 0px 1px 3px rgba(0,0,0,0.7) inset;

	background-image: url("../Assets/icons/mag-glass-mobile_a.png");

	background-repeat: no-repeat;

	background-position: 15px center;

}



/*-------------------------------------------------------------------------*/

/*	3.	Main Content

/*-------------------------------------------------------------------------*/



.row .col.section-title {

	margin: 0px 0px 0px 0px;

	padding: 0px 0px 3em 0px;

	border-bottom: 1px solid #ddd;	

}



.row .col.section-title.project-title, .row .col.section-title.blog-title {

	margin-bottom: 1.1em;

}



.porject-additional {

	margin-left: 0px!important;

	color: #999999;

	font-size: 11px;

	margin-top: 6px;

	margin-bottom: 0px!important;

}



.porject-additional li {

	list-style: none!important;

}



.home .row .col.section-title {

	padding: 0px 0px 3em 0px;

}



.row .col.section-title h1, .row .col.section-title h2 {

	margin-bottom: 3px!important;

	font-family: 'OpenSansSemibold';

	letter-spacing: -1.5px;

	position: relative;

}



.row .col.section-title h1 {

	top: 3px;

}



.row .col.section-title span {

	font-size: 20px;

	line-height: 20px;

	letter-spacing: 0px;

	color: #888;

	top: 0px;

	position: relative;

	text-transform: none;

	font-family: 'OpenSansLight';

	padding-left: 10px;

}



.row .col.section-title h1 { 

	font-size: 28px; 

	margin-bottom: 12px;

}



.row .col.section-title p {

	font-size: 20px;

	line-height: 28px;

	padding-bottom: 0px;

	font-family: 'OpenSansLight';

}



.divider {

	height: 20px;

}



.divider-border {

	margin: 35px 0px 35px 0px;

	border-bottom: 1px solid #ddd;

}



.col.boxed {

	-o-box-shadow: 0 1px 2px rgba(0,0,0,0.2);

	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);

	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);

    box-shadow: 0 1px 2px rgba(0,0,0,0.2);

	background-color: #fff;

	padding: 25px 15px 15px 15px;

	position: relative;

	-webkit-transition: top 0.2s linear,-webkit-box-shadow 0.2s linear;

    -moz-transition: top 0.2s linear,-moz-box-shadow 0.2s linear;

    -o-transition: top 0.2s linear,-o-box-shadow 0.2s linear;

    transition: top 0.2s linear,box-shadow 0.2s linear;

    text-align: center;

}



.col.boxed span.bottom-line {

	height: 1px;

	width: 100%;

	display: block;

	position: absolute;

	bottom: 2px;

	left: 0px;

	background-color: #E8E8E8;

}



.col.boxed img {

	padding: 0px 15px;

}



.col.boxed:hover {

	top: -4px;

	-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.3);

	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.3);

    box-shadow: 0 2px 3px rgba(0,0,0,0.3);

}



.col.centered-text {

	text-align: center;

}



/*****************Nectar Button ******************/



.btn {

	padding: 8px 16px;

}



.nectar-button {

	border-radius: 5px 5px 5px 5px;

	-moz-border-radius: 5px 5px 5px 5px;

	-webkit-border-radius: 5px 5px 5px 5px;

	-o-border-radius: 5px 5px 5px 5px;

    box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;

    -moz-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;

    -webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;

    -o-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;

    transition: opacity 0.3s linear;

    -moz-transition: opacity 0.3s linear;

    -webkit-transition: opacity 0.3s linear;

    -o-transition: opacity 0.3s linear;

    color: #FFFFFF!important;

    font-family: 'OpenSansbold';

    font-size: 12px;

    letter-spacing: 1.5px;

    padding: 13px 18px;

    position: relative;

    text-transform: uppercase;

    top: -3px;

    margin-bottom: 10px;

    opacity: 0.75;

    background-color: #27CFC3;

    display: inline-block;

}

.nectar-button.small {

    border-radius: 2px 2px 2px 2px;

    font-size: 9px;

    padding: 5px 8px;

    letter-spacing: 1px;

    color: #FFFFFF!important;

    box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset;

    -moz-box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset;

    -webkit-box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset;

    -o-box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset;

}



.nectar-button.medium {

    border-radius: 3px 3px 3px 3px;

    padding: 10px 15px;

    font-size: 12px;

    letter-spacing: 1.3px;

    color: #FFFFFF!important;

    box-shadow: 0 -2px rgba(0, 0, 0, 0.1) inset;

    -moz-box-shadow: 0 -2px rgba(0, 0, 0, 0.1) inset;

    -webkit-box-shadow: 0 -2px rgba(0, 0, 0, 0.1) inset;

    -o-box-shadow: 0 -2px rgba(0, 0, 0, 0.1) inset;

}



.nectar-button.large {

    font-size: 13px;

    padding: 15px 22px;

    box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;

    -moz-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;

    -webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;

    -o-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;

}



.nectar-button:hover {

	 opacity: 1;

}





/*-------------------------------------------------------------------------*/

/*	4.	Plugin Related Styles

/*-------------------------------------------------------------------------*/





/***************** Superfish ******************/



.sf-menu {

    line-height: 1;

}

.sf-menu ul {

    position: absolute;

    top: -999em;

    width: 10em;

}

.sf-menu ul li {

    width: 100%;

}

.sf-menu li:hover {

    visibility: inherit;

}

.sf-menu li {

    float: left;

    position: relative;

}



.sf-menu li:hover ul, .sf-menu li.sfHover ul {

    left: 0;

    top: 2.5em;

    z-index: 99;

}



header#top .sf-menu > li:hover > ul, header#top .sf-menu > li.sfHover > ul {

	 top: 60px;

}



ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {

    top: -999em;

}

ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {

    left: 10.8em;

    top: -10px;

}

ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {

    top: -999em;

}

ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {

    left: 10em;

    top: 0;

}

.sub-menu {

    z-index: 3;

}



.sf-menu {

    float: left;

    margin-bottom: 30px;

}



.sf-menu li li a, .sf-menu li li a:visited {

    padding-left: 1.25em;

}



.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {

    outline: 0 none;

}



.sf-menu ul li a {

    margin: 0;

    padding: 14px;

    border-bottom: 1px solid rgba(255,255,255,0.1); 

}



.sf-sub-indicator {

	display: inline-block;

	width: 10px;

	position: relative;

	left: 8px;

	height: 10px;

}



.sf-sub-indicator [class^="icon-"], .sf-sub-indicator [class*=" icon-"] {

	color: #888;

	font-size: 12px;

	line-height: 16px;

	height: auto;

	background-color: transparent;

}



.sf-menu ul a:focus ,

.sf-menu ul a:hover ,

.sf-menu ul a:active ,

.sf-menu ul li:hover > a ,

.sf-menu ul li.sfHover > a  {

	color: #27CFC3;	

}



.sf-shadow ul.sf-shadow-off {

    background: none repeat scroll 0 0 transparent;

}

.sf-vertical, .sf-vertical li {

    width: 100%;

}

.sf-vertical li:hover ul, .sf-vertical li.sfHover ul {

    left: 100%;

    top: 0;

}



.sf-menu, .sf-menu * {

    list-style: none outside none;

    margin: 0;

    padding: 0;

    z-index: 10;

}

.sf-menu {

    line-height: 1;

}

.sf-menu ul {

    position: absolute;

    top: -999em;

    width: 15em;

}

.sf-menu ul li, .sf-menu ul li li {

    font-size: 12px;

    width: 100%;

}

.sf-menu ul li:last-child a {

    border-bottom: medium none;

}

.sf-menu li:hover {

    visibility: inherit;

}

.sf-menu li {

    float: left;

    line-height: 12px!important;

    font-size: 12px!important;

    position: relative;

}

.sf-menu a {

    display: block;

    position: relative;

}

.sf-menu li:hover ul, .sf-menu li.sfHover ul {

    left: 0;

    top: 32px;

    z-index: 999;

}

ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {

    top: -999em;

}

ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {

    left: 15em;

    top: 0px;

}

ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {

    top: -999em;

}

ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {

    left: 15em;

    top: 0;

}

.sf-menu a.sf-with-ul {

    min-width: 1px;

    padding-right: 16px!important;

}



header#top .sf-menu li ul li a {

	font-size: 12px;

	line-height: 13px;

	color: #bbb;

	transition: none;

	background-color: #1F1F1F;	

}



.sf-menu li ul li a:hover, .sf-menu li ul li.sfHover > a { 

	color: #27CFC3;

	background-color: #FFF!important;	

}



.sf-menu li ul li.sfHover > a .sf-sub-indicator [class^="icon-"] {

	color: #27CFC3;

}



.sf-menu li ul li .sf-sub-indicator {

	right: 14px;

	left: auto;

	top: 14px;

	display: block;

	position: absolute;

}



.sf-menu li ul, .sf-menu li li ul {

    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);

}



.sf-menu li li ul {

	left: 15em!important;

}



.sf-menu {

    float: right;

}

.sf-menu a {

    margin: 0 1px;

    padding: 0.75em 1em 32px;

    text-decoration: none;

}

.sf-menu ul li {

    font-weight: normal;

}

.sf-menu .sfHover ul li a, .sf-menu .sfHover ul li li a {

    box-shadow: none;

}

.sf-menu ul li a:focus, .sf-menu ul li a:hover, .sf-menu ul li a:active, .sf-menu ul li li a:focus, .sf-menu ul li li a:hover, .sf-menu ul li li a:active {

    border-radius: 0 0 0 0;

    box-shadow: none;

    text-shadow: none;

}





/***************** Orbit ******************/

#featured article {

    position: fixed;

    background-position: center;

    background-repeat: no-repeat;

    height: 650px !important; 

    width: 100%;

    z-index: 1;

    background-color: #000;

} 



#featured article[data-background-cover="1"] {

	background-size: cover;

}



.provided-by {

	position: absolute;

	bottom: 8px;

	right: 8px;

	color: rgba(255,255,255,0.75);

	display: block;

	font-size: 11px;

	background-color: rgba(0,0,0,.65);

	padding: 5px 9px;

	z-index: auto;

}



div.slider-nav span {

	display: block;

    width: 56px;

    height: 56px;

    top: 380px;

    margin-top: -35px;

    cursor: pointer; 

    background-repeat: no-repeat;

}



div.slider-nav > span {

	 margin-top: 0px;

	 -webkit-transition: none!important;

    -moz-transition: none!important;

    -o-transition: none!important;

    transition: none!important;

}



div.slider-nav span.right, div.slider-nav span.left,  div.slider-nav span.right span,  div.slider-nav span.left span {

	-webkit-transition: all 0.2s linear;

    -moz-transition: all 0.2s linear;

    -o-transition: all 0.2s linear;

    transition: all 0.2s linear;

    border-radius: 1px 1px 1px 1px;

    -moz-border-radius: 1px 1px 1px 1px;

    -webkit-border-radius: 1px 1px 1px 1px;

    -o-border-radius: 1px 1px 1px 1px;

}



.orbit-wrapper div.slider-nav span.right {

	background-color: #27CFC3;

    background-image: url("../Assets/icons/slider-arrows.png");

    right: 0px; 

    background-position: right top;

}



body[data-smooth-scrolling="1"] .orbit-wrapper div.slider-nav span.right {

	right: 15px; 

}



.orbit-wrapper div.slider-nav span.left {

	background-color: #27CFC3;

    background-image: url("../Assets/icons/slider-arrows.png");

    left: 0px; 

    background-position: left top;

}



div.slider-nav span.right span.white {

	opacity: 0;

	top: 35px;

    right: 0px; 

    position: absolute;

    background: url("../Assets/icons/slider-arrows.png");

    background-position: right bottom;

}



div.slider-nav span.left span.white {

	opacity: 0;

	top: 35px;

    right: 0px; 

    position: absolute;

    background: url("../Assets/icons/slider-arrows.png");

    background-position: left bottom;

}



div.slider-nav span.right:hover span.white, div.slider-nav span.left:hover span.white {

	opacity: 1;

}



div.slider-nav span span.shadow {

	display: block;

	top: 91px;

    right: 0px;

    height: 7px;

    position: absolute;

    width: 56px;

    background: url('../Assets/icons/slider-arrows-shadows.png');

}



div.slider-nav span.left span.shadow { background-position: left bottom; }



div.slider-nav span.right span.shadow { background-position: right bottom; }







#featured .orbit-slide .customslider {

	background:url(http://venusappsolutions.com/chicagoschool/wp-content/uploads/2013/06/banner5.jpg) no-repeat center top;

	float:left;

	width:100%;

	height:750px;

	background-size:100%;

}





#featured .orbit-slide article .container {

	position: absolute;

	width: 100%;

	max-width: none!important;

	top: 295px;

	margin: 0 auto;

}



#featured .orbit-slide article .container .span_12 {

	margin: 0 auto!important;

	width: 1100px!important;	

	float: none;

}



#featured article .post-title h2 {

	max-width: 460px;

	min-width: 460px;

	opacity: 0;

	padding: 0px 10px;

	left: -10px;

	position: relative;

	margin-top: 20px;

	font-family: 'OpenSansLight';

}



#featured article .post-title h2 span {

	padding: 4px 0px;

	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);

	box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);

	-moz-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);

	-webkit-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);

	-o-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);

	color: #fff;

	font-size: 32px;

	line-height: 54px!important;

	margin-bottom: 1px;

	background-position: right -53px;

    margin-bottom: 15px;

    display: none;

    margin-top: 20px;

    font-weight:bold;

}



#featured article .post-title > a {

	opacity: 0;

	color: #fff;

	left: -10px;

	top: 10px;

	position: relative;

	display: inline-block;

	padding: 14px 18px;

	border: 2px solid rgba(255,255,255,0.3);

	-webkit-transition: border-color 0.3s linear, background-color 0.3s linear;

    -moz-transition: border-color 0.3s linear, background-color 0.3s linear;

    -o-transition: border-color 0.3s linear, background-color 0.3s linear;

    transition: border-color 0.3s linear, background-color 0.3s linear;

      background:#000;

}



#featured article .post-title a:hover {

	border-color: #27CFC3;

}





/* alignment */



#featured .orbit-slide.centered article .container .span_12 {

    margin: 0 auto !important;

    text-align: center;

    width: 100%; 

}



#featured .orbit-slide.centered article .post-title h2 {

    margin: 0 auto 7px auto;

    left: -10px;

    max-width: 560px;

    min-width: 560px;

}









#featured .orbit-slide.right article .container .span_12 {

    margin: 0 auto !important;

    text-align: right;

    width: 100%;

}



#featured .orbit-slide.right article .post-title h2 {

    margin: 0 auto;

    right: 10px;

    float: right;

    left: auto;

}



#featured .orbit-slide.right article .post-title > a {

	right: -10px;

	float: right;

	clear: both;

}





/*#featured .orbit-slide.has-video h2 {

	float: right;

    max-width: 400px;

    min-width: 400px;

}
*/


/*#featured .orbit-slide.has-video .post-title > a {

	left: 12px;

}
*/


/*#featured .video {

	float: left;

	width: 678px!important;

	left: -8px;

	position: relative;

	z-index: 1;

	opacity: 0;

}

*/

#featured .more-info {

	display: none;

}



/*#featured .video video {

	display: none;

}

*/

/*#featured .jp-video-container {

	margin-bottom: 0px!important;

}
*/


#featured .fluid-placeholder {

	display: none!important;

}



.home-wrap {

	padding-top: 3em;

	margin-bottom: -40px;

	padding-bottom: 40px;

	position: relative;

	z-index: 100;

	background-color: #F5F5F5;

}



html:not(.js) .home-wrap {

	padding-top: 0px;

}



/***************** Flexslider ******************/

.flex-gallery  {margin: 0; padding: 0;}

.flex-gallery .slides > li {display: none; -webkit-backface-visibility: hidden;} 

.flex-gallery .slides img {width: 100%; display: block;}

.flex-pauseplay span {text-transform: capitalize;}





.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 

html[xmlns] .slides {display: block;} 

* html .slides {height: 1%;}



.no-js .slides > li:first-child {display: block;}





.flex-gallery  {margin: 0 0 15px; position: relative; zoom: 1; background-color: transparent;}

.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}

.loading .flex-viewport {max-height: 300px;}

.flex-gallery .slides {zoom: 1;}



.flex-gallery ul {

	position: relative;

	z-index: 1000;

	margin: 0px;

}



.flex-gallery ul.flex-direction-nav {

	margin: 0 !important;

    position: absolute !important;

    top: 8px;	

}



.flex-gallery ul li {

	list-style: none;

}



.flex-gallery ul li img {

	margin-bottom: 0px!important;

}



.carousel li {margin-right: 0px;  margin-left: 0px;}





.flex-control-nav {

	display: none;	

}



.flex-direction-nav {*height: 0;}

.flex-direction-nav a {

	display: block;

	position: relative;

	text-indent: -9999px;

	background-color: #27CFC3;

    height: 25px;

    width: 25px;

    -webkit-transition: all 0.2s linear;

    -moz-transition: all 0.2s linear;

    -o-transition: all 0.2s linear;

    transition: all 0.2s linear;

    border-radius: 1px 1px 1px 1px;

    -moz-border-radius: 1px 1px 1px 1px;

    -webkit-border-radius: 1px 1px 1px 1px;

    -o-border-radius: 1px 1px 1px 1px;

}



.flex-direction-nav li{

	float: left;

	margin-left: 7px;

}



.flex-direction-nav {

	margin: -32px 0px 0px 0px!important;

}



.flex-direction-nav a:hover {

	background-color: #333333!important;

}



.flex-direction-nav .flex-next span {background-image: url("../Assets/icons/slider-arrows-small.png")!important; background-position: right top; top: 9px; right: 9px; position: absolute; display: block; height:15px; width:15px; z-index: 100;}

.flex-direction-nav .flex-prev span {background-image: url("../Assets/icons/slider-arrows-small.png")!important; background-position: left top; top: 9px; left: 9px;  position: absolute; display: block; height:15px; width:15px; z-index: 100;}







/* Audio/Video jPlayer Skin ---------------------------------------------*/






.iframe-embed {

	position: relative;

	padding-bottom: 54.25%;

	padding-top: 25px;

	height: 0;

	margin-bottom: 15px;

}



.iframe-embed iframe {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

}



/***************** Isotope ******************/



.isotope-item {

  z-index: 2;

}



.isotope-hidden.isotope-item {

  pointer-events: none;

  z-index: 1;

}



.isotope,

.isotope .isotope-item {

  -webkit-transition-duration: 0.8s;

     -moz-transition-duration: 0.8s;

      -ms-transition-duration: 0.8s;

       -o-transition-duration: 0.8s;

          transition-duration: 0.8s;

}



.isotope {

  -webkit-transition-property: height, width;

     -moz-transition-property: height, width;

      -ms-transition-property: height, width;

       -o-transition-property: height, width;

          transition-property: height, width;

}



.isotope .isotope-item {

  -webkit-transition-property: -webkit-transform, opacity;

     -moz-transition-property:    -moz-transform, opacity;

      -ms-transition-property:     -ms-transform, opacity;

       -o-transition-property:      -o-transform, opacity;

          transition-property:         transform, opacity;

}



.isotope.no-transition,

.isotope.no-transition .isotope-item,

.isotope .isotope-item.no-transition {

  -webkit-transition-duration: 0s;

     -moz-transition-duration: 0s;

      -ms-transition-duration: 0s;

       -o-transition-duration: 0s;

          transition-duration: 0s;

}





/***************** carouFredSel ******************/



.carousel-heading {

	z-index: 100;

	position: relative;

	margin-bottom: 7px;

	min-height: 23px;

}



html:not(.js) .carousel-heading {

	display: none;

}



.caroufredsel_wrapper {

	margin: 0px!important;	

}



.carousel-wrap {

	position: relative;

	overflow: hidden;

	margin: 0px -10px 2em -10px!important;

}



html:not(.js) .carousel-wrap  {

	display: none;

}



.carousel-wrap span.left-border, .carousel-wrap span.right-border {

	width: 10px;

	display: block;

	height: 100%;

	position: absolute;

	top: 0px;

	z-index: 100;

	background-color: #F5F5F5;

}



.carousel-wrap span.left-border { left: 0px; }

.carousel-wrap span.right-border { right: 0px; }



.carousel-next, .carousel-prev {

    background-color: #dadada;

    cursor: pointer;

    display: block;

    height: 17px;

    margin-left: 5px;

    transition: all 0.2s linear 0s;

    -webkit-transition: all 0.2s linear 0s;

    -o-transition: all 0.2s linear 0s;

    -moz-transition: all 0.2s linear 0s;

    background-repeat: no-repeat!important;

    position: absolute;

    top: 0px;

    height: 20px;

    width: 20px;

    border-radius: 1px;

    -webkit-border-radius: 1px;

    -o-border-radius: 1px;

    -moz-border-radius: 1px;

}



.carousel-next {

	right: 0px;

	background-position: -40px 6px;

	background-image: url("../Assets/icons/slider-arrows-small.png")!important;

}



.carousel-prev {

	right: 25px;

	background-position: 7px 6px;

	background-image: url("../Assets/icons/slider-arrows-small.png")!important;

}



.carousel-prev:hover, .carousel-next:hover  {

	background-color: #27CFC3;	

}



.carousel {

	opacity: 0;

}



.carousel li.span_4  {

	margin:0px 10px 0px 10px;

}



.carousel li.span_4 .clear {

	padding-bottom: 0px;

	margin-bottom: 0px;

}



.carousel-wrap .portfolio-items, .carousel-wrap.recent-work-carousel .caroufredsel_wrapper {

	height: 300px!important;

}



.home .blog-recent .span_3 .post-header {

    color: #999;

    font-size: 11px;

    margin-bottom: 12px;

}



.home .blog-recent .span_3 .post-header h3 a {

	color: #27CFC3;

}



.home .blog-recent .span_3 .post-header h3 {

	margin-bottom: 3px;

	letter-spacing: -0.2px;

	font-size: 16px;

}



.home .blog-recent .span_3 .post-header a, .home .blog-recent .span_3 .post-header h3 a:hover {

	color: inherit!important;	

}



.home .blog-recent .span_3 .post-header a:hover {

	color: #27CFC3;

}



/*.home .blog-recent .span_3 .video-wrap {

	position: relative;

	padding-bottom: 54.25%;

	padding-top: 25px;

	height: 0;

	margin-bottom: 15px;

}



.home .blog-recent .span_3 .video-wrap iframe {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

}



.home .blog-recent .span_3 .audio-wrap {

	margin-bottom: 15px;

}
*/


/***************** Prettyphoto ******************/



div.pp_pic_holder a:focus{outline:none}

div.pp_overlay{background:#000;display:none;left:0;position:fixed;top:0;width:100%;z-index:95000; opacity: 0.85!important; }

div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:100000; }

.pp_content{min-width:40px; height:auto!important; }

* html .pp_content{width:40px}

.pp_content_container{position:relative;text-align:left;width:100%; }

.pp_content_container .pp_left{padding-left:20px}

.pp_content_container .pp_right{padding-right:20px}

.pp_content_container .pp_details{float:left;margin: 0px}

.pp_description{display:none;margin:0}

.pp_social{float:left;margin:0}

.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}

.pp_social .twitter{float:left}

.pp_nav{clear:right;float:left;margin:3px 10px 0 0}

.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}

.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}

a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}

.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}

.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:100000}

.pp_gallery div{float:left;overflow:hidden;position:relative}

.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}

.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}

.pp_gallery ul a img{border:0}

.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}

.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}



.pp_loaderIcon{background:url("../Assets/icons/loader.gif") center center no-repeat; background-color: transparent; display:block;height:24px;left:50%;top:50%; position:fixed; width:100px; margin-left: -63px; height: 9px; z-index:98000;}

div.dark_rounded {padding-top:17px}

div.dark_rounded iframe { overflow-y: hidden;}

div.dark_rounded .pp_details { display: none; }



a.pp_close{position:absolute;right:20px;top:10px;display:block;line-height:22px;text-indent:-10000px; width: 14px; height: 17px; background-image: url("../Assets/icons/close.png");}



#pp_full_res{line-height:1!important}

#pp_full_res .pp_inline{text-align:left}

#pp_full_res .pp_inline p{ display: none;}

div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}

div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}

.pp_top,.pp_bottom{height:20px;position:relative}

* html .pp_top,* html .pp_bottom{padding:0 20px}

.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}

.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}

* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}

.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}

.pp_fade,.pp_gallery li.default a img{display:none}



.pp_left, .pp_right  { height: 100%; }

.pp_inline iframe {

	width: 100%;

}



/***************** Scrollbar ******************/



#ascrail2000 {

	background-color: #666;

	width: 16px!important;

	z-index: 100000!important;

}



/*-------------------------------------------------------------------------*/

/*	5.	Page + Custom Page Layout Styles

/*-------------------------------------------------------------------------*/



#page-header-bg {

	width: 100%;

	background-color: #000;

	background-repeat: no-repeat;

	background-position: top center;

	background-size: cover;

	-moz-background-size: cover;

	-webkit-background-size: cover;

	-o-background-size: cover;

	height: 370px;

	margin-bottom: 2.1em;

	margin-top: -70px;

	color: #fff;

}



#page-header-bg .row {

	visibility: hidden;

}



html:not(.js) #page-header-bg .row {

	visibility: visible;	

}



html:not(.js) #page-header-bg .span_6 {

	margin-top: 120px;

}



#page-header-bg h1 {

	font-family: 'OpenSansSemibold';

	font-size: 49px;

	line-height: 49px;

	margin-bottom: 4px;

	display: block;

	color: #fff;

}



#page-header-bg .subheader {

	font-size: 28px;

	line-height: 28px;

	color: #fff!important;

	font-family: 'OpenSansLight';

}



#to-top {

	display: block;

	position: fixed;

	right: 17px;

	bottom: -30px;

	padding: 11px 13px;

	color: #fff;

	cursor: pointer;

	border-radius: 2px;

	-moz-border-radius: 2px;

	-webkit-border-radius: 2px;

	-o-border-radius: 2px;

    text-indent: -9999px;

    z-index: 10000;

    height: 29px;

    width: 29px;

    background-color: #dadada;

    background-image: url("../Assets/icons/to-top_c.png");

    background-repeat: no-repeat;

    background-position: center;

    transition: background-color 0.1s linear;

    -moz-transition: background-color 0.1s linear;

    -webkit-transition: background-color 0.1s linear;

    -o-transition: background-color 0.1s linear;

}



#to-top:hover, #to-top.dark:hover  {

	background-color: #27CFC3;

}



#to-top.dark {

	background-color: #444;

}



body[data-smooth-scrolling="1"] #to-top {

	right: 33px;

}



.gallery a img {

	width: 90%;

	max-width: 90%;

	height: auto;

	max-height: 90%;

	padding: 5px;

	background-color: #fff;

	border: 1px solid #e5e5e5!important;

	transition: all 0.2s linear;

	-moz-transition: all 0.2s linear;

	-webkit-transition: all 0.2s linear;

	-o-transition: all 0.2s linear;

}



.gallery a:hover img {

	border-color: #27CFC3!important;

}





/***************** Social Sharing ******************/



body.single-portfolio #sidebar div ul .facebook-share, body.single-portfolio #sidebar div ul .twitter-share , body.single-portfolio #sidebar div ul .pinterest-share,

body.single-post .blog-title #single-meta ul .facebook-share, body.single-post .blog-title #single-meta ul .twitter-share , body.single-post .blog-title #single-meta ul .pinterest-share {

	margin-top: 2px;

	margin: 0px 16px 0px 0px;

	padding: 2px 16px 3px 0px!Important;

	display: block;

	border-right: 1px solid #DDDDDD;

}



.single-portfolio .facebook-share a, .single-portfolio .twitter-share a, .single-portfolio .pinterest-share a, 

.single-post .facebook-share a, .single-post .twitter-share a, .single-post .pinterest-share a {

	color: inherit;

	display: block;

	height: 16px;

	transition: background-color 0.2s linear;

	background-color: #CFCFCF;

	background-repeat: no-repeat;

	position: relative;

	left: 3px;

}



.single-portfolio .facebook-share span, .single-portfolio .twitter-share span, .single-portfolio .pinterest-share span,

.single-post .col.section-title .facebook-share span, .single-post .col.section-title .twitter-share span, .single-post .col.section-title .pinterest-share span {

	display: block;

	top: auto;

	line-height: 16px;

	padding-left: 0px;

	font-family: 'OpenSansRegular';

    font-size: 12px;

    height: 13px;

    line-height: 16px;

}



.single-portfolio .facebook-share a, .single-post .facebook-share a {

	padding-left: 13px;

	background-image: url("../Assets/icons/facebook-share.png");

}



.single-portfolio .twitter-share a, .single-post .twitter-share a {

	padding-left: 22px;

	background-image: url("../Assets/icons/twitter-share.png");

}



.single-portfolio .pinterest-share a, .single-post .pinterest-share a {

	padding-left: 18px;

	background-image: url("../Assets/icons/pinterest-share.png");

}



.single-portfolio .facebook-share a:hover, .single-portfolio .twitter-share a:hover, .single-portfolio .pinterest-share a:hover,  

.single-post .facebook-share a:hover, .single-post .twitter-share a:hover, .single-post .pinterest-share a:hover {

	background-color: #27CFC3;

}



.single-portfolio #project-meta .sharing li:last-child, body.single-post .blog-title #single-meta ul li:last-child {

	margin-right: 0px!important;

	padding-right: 0px!important;

	border-right: 0px!important;

}



.single-portfolio .row .col.section-title h1 {

	width: 900px;

}



.porject-additional.clear {

	clear: both!important;

	display: block;

}



.porject-additional.clear li {

	float: none!important;

}



.single-portfolio #project-meta .clear {

	padding-bottom: 0px!important;

}



.single-portfolio #project-meta .sharing li a > span.count, .single-post #single-meta ul li a > span {

	opacity: 0;

}



.single #single-meta ul li .nectar-love-wrap span {

	opacity: 1;

}





/***************** Portfolio ******************/



.portfolio-items .work-info-bg {

	opacity: 0;

	filter: alpha(opacity=0);

	height: 100%;

	width: 100%;

	top: 0px;

	left: 0px;

	background-color: #27CFC3;

	position: absolute;

}

	

.portfolio-items .work-info {

	opacity: 0;

	filter: alpha(opacity=0);

	position: absolute;

	padding: 0px 20px;

	height: 100%;

	width: 100%;

	top: 0px;

	left: 0px;

	color: #fff;

}



.portfolio-items .col {

	height: 100%;

}



#portfolio-filters, #portfolio-nav {

	height: 33px;

	position: absolute;

	z-index: 100;

	right: 0px;

	top: 0px;

	display: inline-block;

	width: auto;	

}



#portfolio-filters {

	top: 3px;

}



.no-date #portfolio-nav {

	top: 0px;

}



#portfolio-nav {

	top: 10px;	

}



#portfolio-filters ul {

	display: none;

}



#portfolio-filters ul li a {

	color: rgba(255, 255, 255, 0.7) !important;

}



#portfolio-filters a {

	display: block;

	padding: 5px 12px 6px 12px;

	color: #fff;

	transition: all 0.2s linear;

	-moz-transition: all 0.2s linear;

	-webkit-transition: all 0.2s linear;

	-o-transition: all 0.2s linear;

	background-color: #27CFC3;	

	border-top: 1px dotted rgba(255, 255, 255, 0.3);

}



#sort-portfolio {

	border-top: 0px!Important;

}



#portfolio-filters #sort-portfolio {

	background-color: #27CFC3;	

	padding-right: 60px;

	background-repeat: no-repeat;

	background-position: right 10px;

	background-image: url(../../../AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/5LPPFG8D/img/icons/sort-portfolio.png);

	border-radius: 2px;

}



#portfolio-filters a:hover {

	color: rgba(255, 255, 255, 1) !important;

}



#portfolio-filters:hover #sort-portfolio {

	color: rgba(255, 255, 255, 1) !important;

	border-radius: 2px 2px 0px 0px;

}



#portfolio-filters ul li:last-child a {

	border-radius: 0px 0px 2px 2px;

}



#portfolio {

	margin: 3px -1.2% 0px -1%;	

}



html:not(.js) .page-template-page-portfolio-php #portfolio.portfolio-items .col.span_3, html:not(.js) .page-template-page-portfolio-php #portfolio.portfolio-items .col.span_4 {

	opacity: 1;

}



#portfolio.portfolio-items .col {

	height: auto!important;	

	margin-bottom: 25px!important;

}



#portfolio.portfolio-items .col.span_4 {

	width: 31.05%;

	margin: 0px 1.1%;

}



#portfolio.portfolio-items .col.span_3 .work-item .work-info a {

	padding: 6px 11px;

	font-size: 11px!important;

	margin: 3px;

}



#portfolio.portfolio-items .col.span_3 .work-meta h4{

	font-size: 16px;

	line-height: 16px;

}



#portfolio.portfolio-items .col.span_3 {

	width: 22.7%;

	margin: 0px 1.1%;

	padding: 0px;

}



.page-template-page-portfolio-php #portfolio.portfolio-items .col.span_3, .page-template-page-portfolio-php #portfolio.portfolio-items .col.span_4 {

	opacity: 0;

	background-color: #F5F5F5; /* safari text fix */

}



#portfolio-nav #all-items a {

 	background-color: #333333;

    cursor: pointer;

    display: inline-block;

    float: left;

    margin: 3px 3px 0 0;

    padding: 5px 7px;

    position: relative;

    text-indent: -9999px;

    background-position: 11px center;

    background-repeat: no-repeat;

    transition: all 0.2s linear;

    -moz-transition: all 0.2s linear;

    -webkit-transition: all 0.2s linear;

    -o-transition: all 0.2s linear;

    background-image: url(../../../AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/5LPPFG8D/img/icons/sort-portfolio.png);

}



#portfolio-nav li {

	float: left;

	list-style: none;	

}



#portfolio-nav a {

	height: 33px;	

	width: 33px;	

	border-radius: 2px 2px 2px 2px;

}



#portfolio-nav #prev-link a, #portfolio-nav #next-link a {

	background-color: #333333;

    color: #FFFFFF !important;

    cursor: pointer;

    display: inline-block;

    float: left;

    margin: 3px 3px 0 0;

    padding: 5px 7px;

    position: relative;

    text-transform: capitalize;

    text-indent: -9999px;

    background-repeat: no-repeat;

    background-image: url(../../../AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/5LPPFG8D/img/icons/portfolio-arrows.png);

    transition: all 0.2s linear;

    -moz-transition: all 0.2s linear;

    -webkit-transition: all 0.2s linear;

    -o-transition: all 0.2s linear;

}



#portfolio-nav #prev-link a {

	background-position: 13px center;

}



#portfolio-nav #next-link a {

	margin-right: 0px;

	background-position: -20px center;

}



#portfolio-nav a:hover {

	background-color: #27CFC3;

}





.portfolio-items .col .work-item .work-info a {

	background-color: #333;

	padding: 9px 15px;

	color: #fff!important;

	font-size: 12px!important;

	margin: 5px;

	border-radius: 2px;

	-moz-border-radius: 2px;

	-webkit-border-radius: 2px;

	-o-border-radius: 2px;

	transition: all 0.1s linear;

	-moz-transition: all 0.1s linear;

	-webkit-transition: all 0.1s linear;

	-o-transition: all 0.1s linear;

}



.portfolio-items .col .work-item .work-info a:hover {

	opacity: 0.8;

}



.portfolio-items .col h3 {

	position: relative;

	top: 0px;

	color: #fff;

	margin-bottom: 10px;

}



.portfolio-items .col img {

	display: block;

	margin-bottom: 0px;

	width: auto;

}



.portfolio-items .col .work-info .magnify span { background-image: url("../Assets/icons/mag-glass_a.png"); }



/*
.portfolio-items .col .work-info .view, .portfolio-items .col .work-info .image, .portfolio-items .col .work-info .video {

	position: absolute;

	top: 0px;

	left: 0px;

	height: 100%;

	width: 100%;

	text-indent: -9999px;

	color: #fff;

	display: block;

}
*/


.portfolio-items .col .work-info .view span { 

	 background-image: url(../../../AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/5LPPFG8D/img/stock/icons/link.png);

}



.portfolio-items .col .work-info .image span { 

	 background-image: url(../../../AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/5LPPFG8D/img/stock/icons/image.png);

}





/*.portfolio-items .col .work-info .video span { 

	 background-image: url("../Assets/icons/video.png");

}

*/

.portfolio-items .col .work-info span {

	top: 0px;

	left: 0px;

	position: absolute;

	display: block;

	height: 42px;

	width: 42px;

	background-repeat: no-repeat;

	background-position: center;

	opacity: 0.8;

	transition: all 0.2s linear;

	-moz-transition: all 0.2s linear;

	-webkit-transition: all 0.2s linear;

}



.portfolio-items .col .work-info .vert-center {

	text-align: center;

	margin-top: 76.5px;

}



.portfolio-items .col .work-info .vert-center p {

	padding-bottom: 0px;	

}



.portfolio-items .col .work-info a:hover span { opacity: 0.8; }





.portfolio-items .col .work-item {

	position: relative;

	margin-bottom: 15px;

}



.portfolio-items .nectar-love {

	text-align: left;

}



.portfolio-items .nectar-love {

	background-color: #cfcfcf;

	-moz-transition: background-color 0.2s linear;

	-webkit-transition: background-color 0.2s linear;

	-o-transition: background-color 0.2s linear;

	transition: background-color 0.2s linear;

	height: 13px;

	width: auto;

	line-height: 11px;

	font-size: 12px;

	padding-left: 18px!important;

	display: inline-block;

	background-position: left top;

	background-image: url(../../../AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/5LPPFG8D/img/icons/heart.png);

	background-repeat: no-repeat;

	text-align: left;

	color: #888;

}



.portfolio-items .work-meta {

	text-align: left;

	float: left;

	width: 70%;

	font-size: 11px;

	color: #999;

}



.portfolio-items .work-meta h4 {

	margin-bottom: 1px;

}



.portfolio-items .nectar-love span {

	line-height: 1px;

}



.portfolio-items .nectar-love-wrap {

	width: 70px;

	float: right;

	text-align: right;

}



.portfolio-items .nectar-love:hover, .portfolio-items .nectar-love.loved {

	background-color: #27CFC3;

	color: #888!important;

}



.portfolio-items .flex-gallery {

	margin-bottom: 0px;

}



.project-attrs {

	margin-bottom: 0px!important;

	margin-left: 0px!important;

}



.project-attrs li {

	list-style: none!important;

}

.project-attrs li span {

	display: inline-block;

	margin-right: 10px;

	height: 14px;

	width: 14px;

	background-color: #27CFC3;

	border-radius: 40px;

	-moz-border-radius: 40px;

	-webkit-border-radius: 40px;

	-o-border-radius: 40px;

	background-image: url("../Assets/icons/check.png");

	background-repeat: no-repeat;

	background-position: center center;

}



/*.portfolio-items .work-item .work-info [id^="video-popup-"] {

	display: none;

}*/



#project-meta ul {

	height: 23px;

	margin-bottom: 30px!important;

}



#project-meta ul li {

	float: left;

	padding: 0px!important;

	border-bottom: 0px!important;

}



#project-meta ul li .nectar-love-wrap {

	border-right: 1px solid #ddd;	

	margin-right: 16px;

	padding-right: 16px;

	width: auto!important;

}



#project-meta ul li .nectar-love-wrap.no-border {

	border: none;

}



#project-meta ul li .nectar-love-wrap.fadein .nectar-love-count, #single-meta ul li .nectar-love-wrap.fadein .nectar-love-count {

	opacity: 0;

	display: block;

	width: 0px;

}



#project-meta ul li .nectar-love-wrap.fadein span, #single-meta ul li .nectar-love-wrap.fadein span {

	line-height: 12px!important;

}



#project-meta ul li .nectar-love-wrap.fadein, #single-meta ul li .nectar-love-wrap.fadein {

	padding-top: 4px;	

	padding-bottom: 4px;	

}



.single #single-meta ul li .nectar-love-wrap.fadein {

	margin-right: 16px;

	padding-right: 16px;

}



#project-meta ul li .nectar-love-wrap.fadein .nectar-love, #single-meta ul li .nectar-love-wrap.fadein .nectar-love {

	display: block;	

}



#portfolio-loading {

	display: block;

	height: 9px;

	width: 100px;

	position: absolute;

	left: 50%;

	margin-left: -60px;

	background-image: url(../../../AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/5LPPFG8D/img/icons/loading-white-bg.gif);

}



div[data-col-num="cols-4"] #portfolio-loading {

	top: 85px;

}



div[data-col-num="cols-3"] #portfolio-loading {

	top: 111px;

}



.single-portfolio .comments-section #respond {

	margin-top: 30px;

}



.single-portfolio #sidebar h3, .single-portfolio #sidebar h4 {

	margin-bottom: 0px;

	padding-bottom: 4px;

}



.single-portfolio #sidebar {

	margin-bottom: 30px;	

	transition: none 0s!important;

}



#portfolio-extra img {

	display: block;

}



#portfolio-extra .clear {

	padding-bottom: 0px;

}



.fixed-sidebar {

	width: 280px!important;

	float: right;

	transition: 0!important;

	margin-bottom: 55px!important;

}



.single-portfolio #post-area {

	padding-right: 40px;	

	margin-right: 0px!important;

	margin-top: 4px;

}



.single-portfolio #sidebar {

	width: 280px!important;

}



/***************** About ******************/



.team-member {

	margin-top: 7px;	

}



.team-member h3 {

	margin-bottom: 4px!important;

}



.team-member p.description {

	padding: 15px 0px;

	margin: 15px 0px;

	border-bottom: 1px solid #ddd;

	border-top: 1px solid #ddd;

}



.team-member ul.social{

	margin: 0px;	

}



.team-member ul.social:after {

	content: ""; 

	display: block; 

	height: 0; 

	clear: both; 

	visibility: hidden; 	

}



.team-member ul.social li {

	float: left;

	list-style: none;

}



.team-member ul.social li a {

	font-size: 11px;

	margin: 0px 8px;

}



.team-member ul.social li:first-child a {

	margin-left: 0px;

}



.team-member ul.social li:after {

	content: ' / ';

	font-size: 11px!important;

}



.team-member ul.social li:last-child:after {

	content: ' '!important;

}







/***************** Contact ******************/



html:not(.js) #contact-map {

	display: none;	

}



#contact-map {

	width: 100%;

	height: 370px;

	margin-top: -58px;

	margin-bottom: 30px;

}



#contact-map div {

	box-sizing: content-box!important;

	-moz-box-sizing: content-box!important;

	-webkit-box-sizing: content-box!important;

}



.contact-info {

	padding-left: 20px;

}



body.page-template-page-contact-php .page-header-no-bg .col.section-title {

	border-bottom: 0px;

}



body.page-template-page-contact-php #page-header-bg {

	margin-bottom: 0px;

}



.wpcf7-form p span {

	color: #27CFC3;

}



.wpcf7-form .wpcf7-not-valid-tip {

	top: -3px;

	padding: 2px 6px;

	border: 0px;

	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);

	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);

	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);

	-o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);

}

.wpcf7 .wpcf7-response-output {

	background-color: #fff;

	margin-left: 0px;

	margin-top: 10px;

}





/***************** Search results ******************/



#search-results {

	margin-bottom: 30px;

	overflow: visible!important;

	visibility: hidden;

}



#search-results .result {

	width: 31%;

	display: inline-block;

	margin-bottom: 2%;

	font-size: 11px;

	-o-box-shadow: 0 1px 2px rgba(0,0,0,0.2);

	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);

	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);

    box-shadow: 0 1px 2px rgba(0,0,0,0.2);

	background-color: #fff;

	padding: 15px 15px 15px 15px;

	position: relative;

}



#search-results .result span.bottom-line {

	height: 1px;

	width: 100%;

	display: block;

	position: absolute;

	bottom: 2px;

	left: 0px;

	background-color: #E8E8E8;

}



#search-results .result .title span {

	display: block;

	font-size: 12px;

	letter-spacing: 0px;

	font-family: 'OpenSansRegular';

	color: #999;

	margin-top: 12px;

}



#search-results .result h2 {

	margin-bottom: 1px;

	font-size: 17px;

	line-height: 22px;

}



#search-results .result p {

	padding-bottom: 0px;	

}



article.result .title a {

	color: #27CFC3;

}



article.result .title a:hover {

	color: inherit!important;

}

.imgbox {

	float:left;

	width:90%;

}



.imgbox img:hover {

    -moz-transform: scale(1.15);
	
	-webkit-transform: scale(1.15);

    -o-transform: scale(1.15);

    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18) ;

    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);

    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18) ;

	  transition: all 0.1s linear;

    -webkit-transition: all 0.1s linear;

    -o-transition: all 0.1s linear;

    -moz-transition: all 0.1s linear;

	transition-duration: 225ms;

    -moz-transition-duration: 225ms;

    -webkit-duration: 225ms;

    -o-transition-duration: 225ms;

    transition-property: all;

    -moz-transition-property: all;

    -o-transition-property: all;

    -webkit-transition-property: all;

    transition-timing-function: cubic-bezier(0.5, -0.7, 0.67, 0.7);

    -moz-transition-timing-function: cubic-bezier(0.5, -0.7, 0.67, 0.7);

    -o-transition-timing-function: cubic-bezier(0.5, -0.7, 0.67, 0.7);

    -webkit-transition-timing-function: cubic-bezier(0.5, -0.7, 0.67, 0.7);
	
	transform: scale(1.15);	
	
   	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18) ;
	
	text-align:center;
	opacity:1;
    color: #69a4c7;
    text-decoration: none;
	font-size: 12px;
	font-weight: bold


}

.imgbox2 {

	float:left;

	width:100%;

	text-align:left;

}



.imgbox2 img:hover {

    -moz-transform: scale(1.15);

	-webkit-transform: scale(1.15);

    -o-transform: scale(1.15);

    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18) ;

    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);

    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18) ;

	  transition: all 0.1s linear;

    -webkit-transition: all 0.1s linear;

    -o-transition: all 0.1s linear;

    -moz-transition: all 0.1s linear;

	transition-duration: 225ms;

    -moz-transition-duration: 225ms;

    -webkit-duration: 225ms;

    -o-transition-duration: 225ms;

    transition-property: all;

    -moz-transition-property: all;

    -o-transition-property: all;

    -webkit-transition-property: all;

    transition-timing-function: cubic-bezier(0.5, -0.7, 0.67, 0.7);

    -moz-transition-timing-function: cubic-bezier(0.5, -0.7, 0.67, 0.7);

    -o-transition-timing-function: cubic-bezier(0.5, -0.7, 0.67, 0.7);

    -webkit-transition-timing-function: cubic-bezier(0.5, -0.7, 0.67, 0.7);

	 transform: scale(1.15);
	 
	 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18) ;
	 
	 text-align:center;
	 opacity:1;
     color: #69a4c7;
     text-decoration: none;
	 font-size: 12px;
	 font-weight: bold

}


/*-------------------------------------------------------------------------*/

/*	6.	Nectar Shortcode Styles

/*-------------------------------------------------------------------------*/



/***************** Icons ******************/

[class^="icon-"],[class*=" icon-"] {

	background-color: #27CFC3;

    border-radius: 999px 999px 999px 999px;

    -moz-border-radius: 999px 999px 999px 999px;

    -webkit-border-radius: 999px 999px 999px 999px;

    -o-border-radius: 999px 999px 999px 999px;

    color: #fff;

    display: inline-block;

    font-size: 16px;

    height: 32px;

    line-height: 32px;

    max-width: 100%;

    position: relative;

    text-align: center;

    vertical-align: middle;

    width: 32px;

    top: -2px;

    word-spacing: 1px;

}



[class^="icon-"].icon-3x,[class*=" icon-"].icon-3x {

	background-color: #ecebe9!Important;

}



[class^="icon-"].icon-3x,[class*=" icon-"].icon-3x, .circle-border {

    background-color: #ecebe9;

    border-radius: 999px 999px 999px 999px;

    -moz-border-radius: 999px 999px 999px 999px;

    -webkit-border-radius: 999px 999px 999px 999px;

    -o-border-radius: 999px 999px 999px 999px;

    color: #27CFC3;

    display: inline-block;

    font-size: 30px;

    height: 90px;

    line-height: 90px;

    max-width: 100%;

    position: relative;

    text-align: center;

    vertical-align: middle;

    width: 90px;

    word-spacing: 1px;

    transition: all 0.1s linear;

    -webkit-transition: all 0.1s linear;

    -o-transition: all 0.1s linear;

    -moz-transition: all 0.1s linear;

}



[class^="icon-"].icon-3x, [class*=" icon-"].icon-3x {

	margin-bottom: 27px;

}



body [class^="icon-"].icon-tiny {

	line-height: 15px!important;

	height: 13px; 

	width: 15px;

	margin-right: 5px;

	font-size: 13px!important;

	color: #888!important;

	background-color: transparent!important;

}



.col:hover .circle-border {

	border: 1px solid #27CFC3;

    transform: scale(1.18);

    -moz-transform: scale(1.18);

    -o-transform: scale(1.18);

    transition-timing-function: cubic-bezier(0.4, 0.25, 0.14, 1.73);

    -moz-transition-timing-function: cubic-bezier(0.4, 0.25, 0.14, 1.73);

    -webkit-transition-timing-function: cubic-bezier(0.4, 0.25, 0.14, 1.73);

    -o-transition-timing-function: cubic-bezier(0.4, 0.25, 0.14, 1.73);

}



.col:hover [class^="icon-"].icon-3x, .col:hover [class*=" icon-"].icon-3x {

	color: #fff!important;

	background-color: #27CFC3;

}



.circle-border {

	background: none repeat scroll 0 0 transparent;

    border: 1px solid #ecebe9;

    height: 88px;

    left: 1px;

    position: absolute;

    top: 1px;

    transition-duration: 225ms;

    -moz-transition-duration: 225ms;

    -webkit-duration: 225ms;

    -o-transition-duration: 225ms;

    transition-property: all;

    -moz-transition-property: all;

    -o-transition-property: all;

    -webkit-transition-property: all;

    transition-timing-function: cubic-bezier(0.5, -0.7, 0.67, 0.7);

    -moz-transition-timing-function: cubic-bezier(0.5, -0.7, 0.67, 0.7);

    -o-transition-timing-function: cubic-bezier(0.5, -0.7, 0.67, 0.7);

    -webkit-transition-timing-function: cubic-bezier(0.5, -0.7, 0.67, 0.7);

    width: 88px;

}





/***************** Bar graph ******************/



.bar_graph {

	text-align: left!important;

	margin: 0px!important;	

}



.bar_graph li {

	list-style: none!important;

}



.bar_graph li:last-child span {

	margin-bottom: 0px;

}



.bar_graph li .bar-wrap {

	margin-bottom:13px;

	background-color: #e4e4e4;

	border-radius: 300px 300px 300px 300px;

	-webkit-border-radius: 300px 300px 300px 300px;

	-o-border-radius: 300px 300px 300px 300px;

	-moz-border-radius: 300px 300px 300px 300px;

	background-color: #ebebeb;

    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;

    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;

    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;

    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;

}



.bar_graph li span {

	height: 15px;

	width: 0px;

	display: block;

	background-color: #27CFC3;

	border-radius: 300px 300px 300px 300px;

	-webkit-border-radius: 300px 300px 300px 300px;

	-o-border-radius: 300px 300px 300px 300px;

	-moz-border-radius: 300px 300px 300px 300px;

}



.bar_graph li p {

	padding-bottom: 2px;

}



.bar_graph li span {

	overflow: visible!important;

	position: relative;

}



.bar_graph li span strong {

	position: absolute;

	right: -0px;

	top: -25px;

	padding: 4px 7px!important;

	background-color: #333;

	color: #fff;

	line-height: 12px!important;

	font-size: 11px!important;

	opacity: 0;

	display: block;

	font-family: 'OpenSansSemibold';

	border-radius: 2px 2px 2px 2px;

	-moz-border-radius: 2px 2px 2px 2px;

	-webkit-border-radius: 2px 2px 2px 2px;

	-o-border-radius: 2px 2px 2px 2px;

}



.bar_graph li span strong:after {

	border-color: #333 transparent;

    border-style: solid;

    border-width: 5px 5px 0;

    bottom: -5px;

    content: "";

    display: block;

    left: 12px;

    position: absolute;

    width: 0;

}



.bar_graph li span strong.full:after {

	left: 15px;

}





/***************** Tabbed ******************/



.tabbed > ul {

	float: left;

	margin-left: 0px;

	margin-bottom: 17px;

}



.tabbed > ul li {

	float: left;

	list-style: none;

}



.tabbed > ul:after {

	content: ""; 

	display: block; 

	height: 0; 

	clear: both; 

	visibility: hidden; 

}



.tabbed > ul li a {

	display: block;

	color: #888;

	position: relative;

	background-color: #e6e6e6;

	padding: 8px 15px;

	transition: all 0.2s linear;

	-webkit-transition: all 0.2s linear;

	-o-transition: all 0.2s linear;

	-moz-transition: all 0.2s linear;

	border-right: 1px solid #d8d8d8;

}



.tabbed .clear {

	display: block!important;

	padding-bottom: 0px;

}



.tabbed > ul li a:hover {

	background-color: #ebebeb;

}



.tabbed > ul li:last-child a {

	border-color: #e6e6e6;

}



.tabbed > ul li a.active-tab {

	color: #fff;

	border-color: #27CFC3;

	background-color: #27CFC3;

}



/***************** Toggle ******************/



.toggle {

	margin-bottom: 15px;	

}



.toggle.open h3 a {

	color: #fff!important;

	background-color: #27CFC3;

	background-image: url(../../../AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/5LPPFG8D/img/icons/toggle-close.png);

}



.toggle h3 {

	position: relative;

	z-index: 10;

	font-size: 12px;

	margin-bottom: 0px;	

}



.toggle h3 a {

	display: block;

	color: #888888;

	letter-spacing: 0px;

	background-repeat: no-repeat;

	background-position: 14px 14px;

	background-image: url(../../../AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/5LPPFG8D/img/icons/toggle-open.png);

	line-height: 14px!important;

	padding: 14px 14px 16px 45px;

	font-family: 'OpenSansRegular';

	background-color: #E6E6E6;

	transition: all 0.2s linear;

	-moz-transition: all 0.2s linear;

	-webkit-transition: all 0.2s linear;

	-o-transition: all 0.2s linear;

}



.toggle h3 a:hover {

	background-color: #ebebeb;

}



.toggle > div {

	padding: 10px 14px;

	border-top: 0px;

	display: none;

	background-color: #fff;

	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);

	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);

	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);

	-o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);

}





/***************** Clients ******************/



.clients.two-cols > div { width: 49.4%; }

.clients.two-cols > div:nth-child(2n+2) { margin-right: 0px;}

.clients.carousel.two-cols > div { margin: 0px 10px;}



.clients.three-cols > div { width: 32.6%; }

.clients.three-cols > div:nth-child(3n+3) { margin-right: 0px;}

.clients.carousel.three-cols > div { margin: 0px 10px;}



.clients.four-cols > div { width: 24.2%; }

.clients.four-cols > div:nth-child(4n+4) { margin-right: 0px;}

.clients.carousel.four-cols > div {margin: 0px 10px;}



.clients.five-cols > div { width: 19.2%; }

.clients.five-cols > div:nth-child(5n+5) { margin-right: 0px;}

.clients.carousel.five-cols > div { margin: 0px 10px;}



.clients.six-cols > div { width: 15.8%; }

.clients.six-cols > div:nth-child(6n+6) { margin-right: 0px;}

.clients.carousel.six-cols > div { margin: 0px 10px;}





.clients > div {

	float: left;

	transition: opacity 0.2s linear;

	-moz-transition: opacity 0.2s linear;

	-webkit-transition: opacity 0.2s linear;

	-o-transition: opacity 0.2s linear;

	margin-right: 1%;

	margin-bottom: 1%;

	opacity: 1;

}



.clients > div:hover {

	opacity: 0.7;

}



.clients > div img {

	display: block;

	max-width: 100%;

	margin: 0 auto;

}



/***************** Pricing Tables ******************/



.pricing-table {

	margin-top: 60px;	

	margin-bottom: 30px;

}



.pricing-table:after {

	content: ""; 

	display: block; 

	height: 0; 

	clear: both; 

	visibility: hidden;

}



.pricing-table > div:first-child .pricing-column-content, .pricing-table > div:first-child h3 {

	border-left: 1px solid #e4e4e4!important;

}



.pricing-column {

	float: left;

	overflow: hidden;

	text-align: center;

	padding: 0px;

	background-color: #fff;

	transition: box-shadow 0.2s linear;

	-moz-transition: box-shadow 0.2s linear;

	-webkit-transition: box-shadow 0.2s linear;

	-o-transition: box-shadow 0.2s linear;

}



.pricing-column .pricing-column-content {

	border-right: 1px solid #e4e4e4;

	border-bottom: 1px solid #e4e4e4;

	padding: 0px 0px 20px 0px;

}



.pricing-column.highlight {

	position: relative;

	z-index: 100;

	margin: -20px -1px 0px -1px;

	background-color: #FFF;

	box-shadow: 0px 0px 13px rgba(0,0,0,.09);

	-moz-box-shadow: 0px 0px 13px rgba(0,0,0,.09);

	-webkit-box-shadow: 0px 0px 13px rgba(0,0,0,.09);

	-o-box-shadow: 0px 0px 13px rgba(0,0,0,.09);

}



.pricing-column.highlight .nectar-button {

	margin: 10px 0px 20px 0px;

}



.pricing-column.highlight .pricing-column-content, .pricing-column.highlight h3  {

	border: none;

}



.pricing-column.highlight h3 .highlight-reason {

	display: block;

	font-family: 'OpenSansbold';

    font-size: 12px;

    text-transform: uppercase;

    letter-spacing: 1.5px;

    color: rgba(0,0,0,0.4);

}



.pricing-column.highlight .pricing-column-content {

	border-right: 1px solid #e4e4e4;

	border-left: 1px solid #e4e4e4;

	border-bottom: 1px solid #e4e4e4;

}





.pricing-column.highlight:hover {

	box-shadow: 0px 0px 13px rgba(0,0,0,.15);

	-moz-box-shadow: 0px 0px 13px rgba(0,0,0,.15);

	-webkit-box-shadow: 0px 0px 13px rgba(0,0,0,.15);

	-o-box-shadow: 0px 0px 13px rgba(0,0,0,.15);

}



.pricing-column ul li {

	padding: 10px 25px;

	list-style: none;

	line-height: 18px;

	border-bottom: 1px solid #efefef;

}



.pricing-column ul li:first-child {

	border-top: 1px solid #efefef;

}



.pricing-column ul li:nth-child(2n+1) {

	background-color: #fbfbfb;

}



.pricing-column.highlight h3 {

	color: #fff!important;

	background-color:#27CFC3;

	padding: 15px 0px;

}



.pricing-column h3 {

	background-color: #fff;

	color: #27CFC3;

	margin-bottom: 0px;

	font-size: 26px;

	line-height: 28px;

	border-right: 1px solid #e4e4e4;

	border-bottom: 1px solid #EFEFEF;

	border-top: 1px solid #e4e4e4;

	padding: 18px 0px 18px 0px;

}



.pricing-column h4 {

	margin-left: -22px;

	padding: 20px 30px 6px 30px;

	font-size: 54px;

	line-height: 42px;	

	color: #333;

	margin-bottom: 0px;

}



.pricing-column h4 .dollar-sign {

	font-size: 22px;

	line-height: 22px;

	top: -14px;

	right: -6px;

	font-family: 'OpenSansLight';

	position: relative;

}



.pricing-column .interval {

	display: block;

	color: #999;

	min-height: 38px;

	display: block;

	padding-bottom: 17px;

}



.pricing-column ul {

	margin-left: 0px;

}



.pricing-table.six-cols > div { width: 16.5%; }

.pricing-table.five-cols > div { width: 20%; }

.pricing-table.four-cols > div { width: 25%; }

.pricing-table.three-cols > div { width: 33.2%; }

.pricing-table.two-cols > div { width: 50%; }



.pricing-table .col {

	padding: 0px 20px;

}



/*-------------------------------------------------------------------------*/

/*	7. Footer Styles

/*-------------------------------------------------------------------------*/



#footer-outer {

	margin-top: 40px;

	color: #ccc;

	position: relative; 

	z-index: 10;

	background-color: #2d3032;

}



#footer-outer .row {

	padding: 55px 0px;

	margin-bottom: 0px;

}



#footer-outer .widget h4 {

	color: #777;

	font-size: 12px;

	font-family: 'OpenSansbold';

    letter-spacing: 1.5px; 

    text-transform: uppercase;

	margin-bottom: 20px;

}



#footer-outer .widget {

	margin-bottom: 30px;

}



#footer-outer .widget.widget_categories ul ul, #footer-outer .widget.widget_pages ul ul, #footer-outer .widget.widget_nav_menu ul ul {

	margin: 0px 0px 0px 0px!important;

	padding: 0px 0px 0px 20px;

}



#footer-outer .widget.widget_categories li, #footer-outer .widget.widget_pages li, #footer-outer .widget.widget_nav_menu li {

	border-bottom: 0px!important;

	padding: 0px!important;

}



#footer-outer .widget.widget_categories li a, #footer-outer .widget.widget_pages li a, #footer-outer .widget.widget_nav_menu li a {

	padding: 8px 0px;

	display: block;

	border-bottom: 1px solid #444444;	

}



#footer-outer .widget.widget_categories > ul > li:first-child > a, #footer-outer .widget.widget_pages > ul > li:first-child > a, #footer-outer .widget.widget_nav_menu > ul > li:first-child > a {

	padding-top: 0px;

}



#footer-outer .span_3 .widget:last-child {

	margin-bottom: 0px;

}



#footer-outer a {

	color: #ccc;

}



#footer-outer a:hover {

	color: #27CFC3;

}



#footer-outer .widget ul li {

	margin-bottom: 7px;

}



#footer-outer #footer-widgets {

	border-bottom: 1px solid #212121;

}



#footer-outer #copyright {

	padding: 20px 0px;

	font-size: 12px;

	background-color: #1f1f1f;

	border-top: 1px solid #3a3a3a;

	color: #777;

}



#footer-outer #copyright li {

	float: left;

	margin-left: 20px;

}



#footer-outer #copyright .container div:last-child {

	margin-bottom: 0px;

}



#footer-outer #copyright li a {

	display: block;

	height: 24px; 

	position: relative;

	text-indent: -9999px;

	transition: all 0.2s linear;

	-moz-transition: all 0.2s linear;

	-webkit-transition: all 0.2s linear;

	background-position: center top;

	background-color: #666;

}



#footer-outer #copyright li a:hover {

	background-color: #27CFC3;

}



#footer-outer #copyright p {

	margin-top: 3px;	

}



#footer-outer #copyright .col ul {

	float: right;

}



#footer-outer #copyright li a.facebook { width: 12px;}

#footer-outer #copyright li a.twitter { width: 20px;}

#footer-outer #copyright li a.dribbble { width: 24px;}

#footer-outer #copyright li a.google-plus { width: 20px;}

#footer-outer #copyright li a.pinterest { width: 17px;}

#footer-outer #copyright li a.rss { width: 18px;}

#footer-outer #copyright li a.vimeo { width: 20px;}

#footer-outer #copyright li a.tumblr { width: 21px;}

#footer-outer #copyright li a.youtube { width: 21px;}

#footer-outer #copyright li a.linkedin { width: 19px;}

#footer-outer #copyright li a.behance { width: 27px;}

#footer-outer #copyright li a.instagram { width: 20px;}



#footer-outer #copyright #social .facebook, #footer-outer #copyright #social .facebook span { background-image: url(../../../AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/5LPPFG8D/img/icons/social/facebook.png); }

#footer-outer #copyright #social .twitter, #footer-outer #copyright #social .twitter span { background-image: url(../../../AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/5LPPFG8D/img/icons/social/twitter.png); }

#footer-outer #copyright #social .vimeo, #footer-outer #copyright #social .vimeo span { background-image: url(../../../AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/5LPPFG8D/img/icons/social/vimeo.png); }

#footer-outer #copyright #social .dribbble, #footer-outer #copyright #social .dribbble span { background-image: url(../../../AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/5LPPFG8D/img/icons/social/dribbble.png); }

#footer-outer #copyright #social .rss, #footer-outer #copyright #social .rss span { background-image: url(../../../AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/5LPPFG8D/img/icons/social/rss.png); }

#footer-outer #copyright #social .skype, #footer-outer #copyright #social .skype span { background-image: url(../../../AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/5LPPFG8D/img/icons/social/skype.png); }

#footer-outer #copyright #social .pinterest, #footer-outer #copyright #social .pinterest span { background-image: url(../../../AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/5LPPFG8D/img/icons/social/pinterest.png); }

#footer-outer #copyright #social .google-plus, #footer-outer #copyright #social .google-plus span { background-image: url(../../../AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/5LPPFG8D/img/icons/social/google-plus.png); }

#footer-outer #copyright #social .tumblr, #footer-outer #copyright #social .tumblr span { background-image: url(../../../AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/5LPPFG8D/img/icons/social/tumblr.png); }

#footer-outer #copyright #social .youtube, #footer-outer #copyright #social .youtube span { background-image: url(../../../AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/5LPPFG8D/img/icons/social/youtube.png); }

#footer-outer #copyright #social .linkedin, #footer-outer #copyright #social .linkedin span { background-image: url(../../../AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/5LPPFG8D/img/icons/social/linked-in.png);  }

#footer-outer #copyright #social .behance, #footer-outer #copyright #social .behance span { background-image: url(../../../AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/5LPPFG8D/img/icons/social/behance.png);  }

#footer-outer #copyright #social .instagram, #footer-outer #copyright #social .instagram span { background-image: url(../../../AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/5LPPFG8D/img/icons/social/instagram.png);  }



/***************** Flickr widget ******************/



#footer-outer .col #flickr > div img {

	background-color: #444;

	border-color: #4d4d4d;

}



#footer-outer .col #flickr > div a:hover img {

	border-color: #616161;

	background-color: #616161;

}





#footer-outer .col .widget_recent_entries span, #footer-outer .col .recent_posts_extra_widget .post-widget-text span {

	display: block;

	line-height: 17px;

	color: #999;

	font-size: 11px;

	margin-bottom: 6px;

}



#footer-outer #footer-widgets .col ul li {

	padding: 8px 0px;

	list-style: none;

	margin-bottom: 0px;

	border-bottom: 1px solid #444;

}



#footer-outer #footer-widgets .col ul li:first-child {

	padding-top: 0px!important;

}



#footer-outer #footer-widgets .col ul li:last-child {

	margin-bottom: 0px;

}



#footer-outer #footer-widgets .col p {

	padding-bottom: 20px;

}



#footer-outer #footer-widgets .col p:last-child {

	padding-bottom: 0px;

} 





/***************** Calendar Widget ******************/



.widget_calendar {

	position: relative;	

}



.widget_calendar table {

	width: 100%;

	border-collapse:collapse;

}



.widget_calendar table td, #footer-outer #footer-widgets .col .widget_calendar table th {

	text-align: center;

	

}



.widget_calendar table tbody td {

	border: 0px;

	padding: 4px;

	font-size: 11px;

	color: #666;

}



.widget_calendar table tbody tr td:first-child {

	border-left: 0px;

}



.widget_calendar table tbody tr:nth-child(2n+1) {

	background-color: #f0f0f0;

}



.widget_calendar table th {

	font-family: 'OpenSansBold';

	border-bottom: 0px;

	text-align: center!important;

	padding-bottom: 10px;

	color: #999999;

}





.widget_calendar table #prev {

	text-align: left;

	position: relative; 

	padding: 10px 0px 0px 0px;

	z-index: 2;

}



.widget_calendar table #next {

	text-align: right;

	position: relative; 

	padding: 10px 0px 0px 0px;

	z-index: 2;

}



.widget_calendar caption {

	position: absolute;

	bottom: 0px;

	z-index: 1;

	width: 100%;

	text-align: center;

}



#footer-outer #footer-widgets .col .widget_calendar table tbody td {

	border: 0px;

	color: #777777;

	padding: 4px;

	font-size: 11px;

}



#footer-outer #footer-widgets .col .widget_calendar table {

	border-collapse:collapse;

}



#footer-outer #footer-widgets .col .widget_calendar table tbody tr td:first-child {

	border-left: 0px;

}



#footer-outer #footer-widgets .col .widget_calendar table tbody tr:nth-child(2n+1) {

	background-color: #343739;

}



#footer-outer #footer-widgets .col .widget_calendar table th {

	border-bottom: 0px;

	padding-bottom: 10px;

	font-family: 'OpenSansBold';

	color: #777777;

}



#footer-outer #footer-widgets .col .widget_calendar table tfoot tr {

	margin-top: 20px;

}



#footer-outer #footer-widgets .col .tagcloud a {

	background-color: #1F1F1F;

    color: #A0A0A0 !important;

    cursor: pointer;

    display: inline-block;

    float: left;

    margin: 3px 3px 0px 0px;

    padding: 5px 7px;

    position: relative;

    text-transform: capitalize;

    transition: all 0.2s linear;

    border-radius: 2px;

	-moz-border-radius: 2px;

	-webkit-border-radius: 2px;

	-o-border-radius: 2px;

}



#footer-outer #footer-widgets .col .widget_tag_cloud:after {

	display: block; 

	height: 0; 

	clear: both; 

	content: ""; 

	visibility: hidden;

}



#footer-outer #footer-widgets .col .tagcloud a:hover {

	background-color: #27CFC3;

	color: #fff!important;

}



#footer-outer #footer-widgets .col .widget_recent_comments ul li {

	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.15);

    border: medium none;

    display: block;

    margin-bottom: 18px;

    padding: 15px !important;

    position: relative;

}



#footer-outer #footer-widgets .col .widget_recent_comments ul li:last-child {

	margin-bottom: 0px;	

}



#footer-outer #footer-widgets .col input[type=text], #footer-outer #footer-widgets .col input[type=email] {

	padding: 10px;

	width: 100%;

}



#footer-outer #footer-widgets .col input[type=text]:focus, #footer-outer #footer-widgets .col input[type=email]:focus {

	background-color: #fff;

}





#footer-outer #footer-widgets .col input[type=submit] {

	background-color: #27CFC3;

	opacity: 0.9;

	transition: opacity 0.2s linear 0s;

	-moz-transition: opacity 0.2s linear 0s;

	-webkit-transition: opacity 0.2s linear 0s;

	-o-transition: opacity 0.2s linear 0s;

}



#footer-outer #footer-widgets .col input[type=submit]:hover {

	opacity: 1;

}



#footer-outer .recent_projects_widget img {

	background-color: #444;

	border-color: #4d4d4d;

}



#footer-outer .recent_projects_widget a:hover img {

	border-color: #616161;

	background-color: #616161;

}



/***************** Call to action ******************/



#call-to-action {

	font-family: 'OpenSansLight';

	margin-top: 40px;

	margin-bottom: -40px;

	position: relative; 

	z-index: 10;

	background-color: #ecebe9;

	text-align: center;

	vertical-align: bottom;

	font-size: 22px;

}



#call-to-action .container {

	padding: 42px 0px 36px 0px;	

}



#call-to-action .container span {

	letter-spacing: -1px;

	display: inline-block;

}



#call-to-action .container a {

	background: none repeat scroll 0 0 #27CFC3;

	position: relative;

	top: -3px;

    color: #FFFFFF;

    font-size: 12px;

    box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;

    -moz-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;

    -webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;

    -o-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;

    text-transform: uppercase;

    font-family: 'OpenSansbold';

    letter-spacing: 1.5px;

    margin-left: 20px;

    display: inline-block;

    border-radius: 5px 5px 5px 5px;

    padding: 16px 21px;

}



#call-to-action .triangle {

	border-left: 10px solid transparent;

    border-right: 10px solid transparent;

    border-top: 10px solid #f5f5f5;

    height: 10px;

    width: 10px;

    left: 440px;

    margin: -42px auto 33px auto;

}



#call-to-action a {

	color: #45484a;

	opacity: 0.75;

	transition: opacity 0.3s linear;

	-moz-transition: opacity 0.3s linear;

	-webkit-transition: opacity 0.3s linear;

	-o-transition: opacity 0.3s linear;

}



#call-to-action a:hover {

	opacity: 1;

}



#call-to-action span {

	color: #4b4f52;

	font-family: 'OpenSansSemibold';

}





/*-------------------------------------------------------------------------*/

/*	8. Sidebar Styles

/*-------------------------------------------------------------------------*/



#sidebar div ul {

	margin-left: 0px;	

}



#sidebar div ul li {

	padding: 8px 0px;

	list-style: none;

	border-bottom: 1px solid #e6e6e6;

}



#sidebar > div {

	margin-bottom: 50px;	

}



#sidebar > div:last-child {

	margin-bottom: 0px;

}



#sidebar #sidebar-inner {

	margin-bottom: 0px!important;

}



#sidebar .widget_recent_entries span, .recent_posts_extra_widget span {

	display: block;

	line-height: 13px;

	font-size: 11px;

	margin-bottom: 6px;

}



#sidebar .widget_recent_entries span {

	color: #999;

}



#sidebar h4 {

    margin-bottom: 10px;

    color: #999;

    font-family: 'OpenSansbold';

    font-size: 13px;

    letter-spacing: 1.5px;

    margin-bottom: 15px;

    text-transform: uppercase;

}

#sidebar h3 {

    margin-bottom: 10px;

    color: #215d95;

    font-family: 'OpenSansbold';

    font-size: 12px;

    letter-spacing: 1.1px;

    margin-bottom: 5px;

    text-transform: uppercase;

}

#sidebar .widget_recent_comments h4, #sidebar .Simple_Flickr_Photos h4 {

	margin-bottom: 16px;

}



#sidebar .widget li.recentcomments {

	padding: 15px!important;

	margin-bottom: 22px;

	border: none;

	position: relative;

	display: block;

	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.02);

}



#sidebar .widget li:first-child {

	padding-top: 0px;

}



.widget.widget_search {

	display: none;

}



#sidebar .widget .tagcloud a, .post-tags a  {

	background-color: #333333;

    color: #FFFFFF !important;

    cursor: pointer;

    display: inline-block;

    float: left;

    margin: 3px 3px 0px 0px;

    font-size: 8pt!important;

    padding: 5px 7px;

    position: relative;

    text-transform: capitalize;

    transition: all 0.2s linear;

    -moz-transition: all 0.2s linear;

    -webkit-transition: all 0.2s linear;

    -o-transition: all 0.2s linear;

    border-radius: 2px;

	-moz-border-radius: 2px;

	-webkit-border-radius: 2px;

	-o-border-radius: 2px;

}



#sidebar .widget_tag_cloud:after {

	display: block; 

	height: 0; 

	clear: both; 

	content: ""; 

	visibility: hidden;

}



#sidebar .widget .tagcloud a:hover, .post-tags a:hover {

	background-color: #27CFC3;

}



#sidebar .widget input[type=text], #sidebar .widget input[type=email] {

    padding: 10px;

    width: 100%;

}



#sidebar .widget form p {

	padding-bottom: 15px;

}





#sidebar .widget.widget_categories ul ul, #sidebar .widget.widget_pages ul ul, #sidebar .widget.widget_nav_menu ul ul {

	margin: 0px 0px 0px 0px!important;

	padding: 0px 0px 0px 20px;

}



#sidebar .widget.widget_categories li, #sidebar .widget.widget_pages li, #sidebar .widget.widget_nav_menu li {

	border-bottom: 0px!important;

	padding: 0px!important;

}



#sidebar .widget.widget_categories li a, #sidebar .widget.widget_pages li a, #sidebar .widget.widget_nav_menu li a {

	padding: 8px 0px;

	display: block;

	border-bottom: 1px solid #E6E6E6;	

}



#sidebar .widget.widget_categories > ul > li:first-child > a, #sidebar .widget.widget_pages > ul > li:first-child > a, #sidebar .widget.widget_nav_menu > ul > li:first-child > a {

	padding-top: 0px;

}





.recent_projects_widget img, #sidebar #flickr img, #footer-outer #flickr img {

	margin-bottom: 0px!important;

	display: block;

	padding: 5px;

	background-color: #fff;

	margin-top: 0px;

	margin-left: 0px;

	border: 1px solid #e5e5e5;

	transition: all 0.2s linear;

	-moz-transition: all 0.2s linear;

	-webkit-transition: all 0.2s linear;

	-o-transition: all 0.2s linear;

}



.recent_projects_widget a:hover img, #sidebar #flickr a:hover img, #footer-outer #flickr a:hover img {

	border-color: #27CFC3;

}



.recent_projects_widget div a, #sidebar #flickr div a, #footer-outer #flickr div a {

	float: left;

	margin: 2% 2% 0 0;

	width: 32%!important;

}



.recent_projects_widget div a:nth-child(3n+3), #sidebar #flickr div:nth-child(3n+3) a, #footer-outer #flickr div:nth-child(3n+3) a {

	margin-right: 0px!important;

}



.recent_posts_extra_widget ul li:first-child {

	padding-top: 0px!important;

}



.recent_posts_extra_widget .post-widget-image {

	float: left;

	position: relative;

	z-index: 50;

	margin-right: 10px;

}



.recent_posts_extra_widget .post-widget-image img {

	margin: 3px 0px;

	display: block;

}



.recent_posts_extra_widget .clear {

	padding-bottom: 0px;

}



.recent_posts_extra_widget .post-widget-text {

	line-height: 17px;

}



.recent_posts_extra_widget .post-widget-text span {

	margin-top: 2px;

	margin-bottom: 4px;

}



#sidebar select {

	max-width: 100%;

}



#footer-outer #flickr:after, #sidebar #flickr:after, .recent_projects_widget > div:after {

	clear: both;

	content: '';

	display: block;

}



.widget_pages ul ul {

	margin-top: 20px;

	margin-bottom: 30px;

	margin-left: 20px!important;

}



/*-------------------------------------------------------------------------*/

/*	9.  Blog + Pagination Styles

/*-------------------------------------------------------------------------*/



#post-area #pagination {

	padding-left: 95px;

}



#post-area {

	padding-right: 20px;	

	margin-top: 4px;

}



#post-area > article:last-child .content-inner {

	margin-bottom: 0px;	

	border-bottom: 0px;

}



article.post .more-link, .blog-recent .more-link  {

	display: block;

	margin-top: 25px;

	cursor: default;

	color: #fff;

}



article.post .content-inner {

	border-bottom: 1px solid #DDDDDD;

	padding-bottom: 50px;

	margin-bottom: 50px;

}



article.post .more-link span, .blog-recent .more-link span {

	background-color: #333;

	transition: all 0.2s linear;

	-moz-transition: all 0.2s linear;

    -webkit-transition: all 0.2s linear;

    -o-transition: all 0.2s linear;

	width: auto;

	cursor: pointer;

	padding: 6px 10px;

	font-size: 11px;

	border-radius: 2px;

	-moz-border-radius: 2px;

	-webkit-border-radius: 2px;

	-o-border-radius: 2px;

}



article.post .more-link span:hover, .blog-recent .more-link span:hover {

	background-color: #27CFC3;

}



article.post .post-meta {

	position: absolute;

	left: 0px;

	top: 0px;	

}



.recent-posts article.post .post-header a {

	color: #999;

}



.post-header, #single-below-header {

	margin-bottom: 12px;

	font-size: 11px;

	color: #999;

}



.recent-posts .post-header a {

	color: #999;

}



.recent-posts .post-header a:hover {

	color: #27CFC3;

}



.recent-posts .post-header .title {

	margin-bottom: 1px;	

}



.recent-posts .post-header .title a {

	color: #27CFC3;

}



.recent-posts .post-header .title a:hover {

	color: inherit;

}



article.post .post-header h1, article.post .post-header h2 {

	font-size: 26px;

    line-height: 30px;

}



article.post .post-header h2 a {

	color: #27CFC3;

}



article.post .post-header h2 a:hover {

	color: inherit!important;

}



article.post .post-header a, article.result a, #single-below-header a {

	color: inherit!important;

}



#single-below-header a:hover {

	color: #27CFC3;

}



article.post .post-content {

	position: relative;

	min-height: 98px;

}



.post-tags h4 {

	float: left;

	margin-top: 8px;

	margin-bottom: 15px;

	margin-right: 25px;

}



.post-tags .clear {

	padding-bottom: 0px;

}



.single .post-content {

	padding-left: 0px;

}



.single #single-meta {

	position: absolute;

	top: 21px; 

	right: 0px;

	height: 21px;

}



.single #single-meta ul {

	margin-bottom: 0px;

}



.single #single-meta ul li {

	float: left;

	list-style: none;

	padding: 0px!important;

	border-bottom: 0px!important;

}



.single #single-meta ul li .nectar-love-wrap {

	border-right: 1px solid #ddd;	

	margin-right: 20px;

	padding-right: 20px;

	width: auto!important;

}



.single #single-meta ul li .nectar-love-wrap span {

	font-size: 12px;

    height: 13px;

    padding-left: 0px;

    font-family: 'OpenSansRegular';

    line-height: 11px;

}



.single #single-below-header {

	margin-top: 6px;

	margin-bottom: 0px;

}



.single.single-post .section-title h1 {

	max-width: 800px;

}



.post-content {

	padding-left: 95px;

}



article.post.quote .post-content .quote-inner, article.post.link .post-content .link-inner {

	background-color: #27CFC3;

	position: relative;

	padding: 15px;

	color: #fff;

	transition: all 0.2s linear 0s;

	-moz-transition: all 0.2s linear 0s;

	-o-transition: all 0.2s linear 0s;

	-webkit-transition: all 0.2s linear 0s;

}



article.post.quote .post-content .quote-inner span.icon {

 	bottom: 17px;

	height: 17px;

	width: 19px;

	display: block;

	background-image: url("../Assets/icons/quotes.png");

	position: absolute;

	right: 20px;

}



article.post.link .post-content .link-inner span.icon {

	bottom: 17px;

	height: 20px;

	width: 18px;

	display: block;

	background-image: url(../../../AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/5LPPFG8D/img/icons/link.png);

	position: absolute;

	right: 20px;

}



article.post .post-content.quote a, article.post .post-content.link a {

    display: block;

    z-index: 10;

}



article.post.quote .post-content h2, article.post.link .post-content h2 {

	color: #fff;

	font-size: 26px;

    line-height: 30px;

    display: block;

    margin-bottom: 15px;

}



article.post.quote .post-content a:hover .quote-inner, article.post.link .post-content a:hover .link-inner {

	background-color: #333333!important;

}



article.post .nectar-love-wrap {

	visibility: hidden;	

}





article.post .post-meta a {

	color: #888888;

}



article.post .post-meta a:hover {

	color: #27CFC3;

}



article.post h2.title {

	margin-bottom: 2px;

}





article.post .post-meta {

	display: block;

	margin-bottom: 20px;

	border-right: 1px solid #E6E6E6;

}



article.post .post-meta.no-img {

	top: 6px;

}



article.post .content-inner .post-featured-img img {

	max-width: none;

	width: 100%;

}



article.post .post-meta .date {

    padding-bottom: 2px;

    margin-bottom: 12px;

    position: relative;

    transition: all 0.2s linear 0s;

}



article.post .post-meta .month, article.post .post-meta .year {

	display: block;

	font-size: 17px;

	line-height: 10px;

	text-align: center;

	text-transform: uppercase;

	margin-bottom: 4px;

	padding: 0px;

	font-family: 'OpenSansSemiBold';

}



article.post .post-meta .year {

	margin-top: 5px;

}



article.post .post-meta .day {

	display: block;

	font-size: 30px;

	line-height: 29px;

	text-align: center;

	padding: 0px 12px 0px 12px;

	font-family: 'OpenSansBold';

	text-transform: uppercase;

}



article.post .post-meta .date {

	padding-bottom: 17px;

	border-bottom: 1px solid #E6E6E6;

}



/*article.post.video .video-wrap, .single-portfolio .video-wrap {

	position: relative;

	padding-bottom: 54.25%;

	padding-top: 25px;

	height: 0;

	margin-bottom: 15px;

}



article.post.video .video-wrap iframe, .single-portfolio .video-wrap iframe {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

}



article.post.audio .audio-wrap, .main-content .audio-wrap {

	margin-bottom: 15px;

}
*/




article.post table {

	width: 100%;

}



article.post table td, article.post table th {

	text-align: center;

}



article.post table tbody td {

	padding: 5px;

	border-right: 1px solid #E6E6E6;

	border-bottom: 1px solid #E6E6E6;

	color: #666;

}



article.post table tbody tr td:first-child {

	border-left: 1px solid #E6E6E6;

}



article.post table th {

	border-bottom: 1px solid #E6E6E6;

	color: #666;

}





article.post table #prev {

	text-align: left;

	position: relative; 

	z-index: 2;

}



article.post table #next {

	text-align: right;

	position: relative; 

	z-index: 2;

}



.article.post caption {

	position: absolute;

	bottom: 0px;

	z-index: 1;

	width: 100%;

	text-align: center;

}





#pagination {

	position: relative;

	margin-bottom: 10px;

	height: 32px;	

	width: 100%;

}



.page-template-page-portfolio-php #pagination {

	margin-bottom: 30px;

}



#pagination span, #pagination a, #pagination .next.inactive, #pagination .prev.inactive {

	background-color: #333333;

    background-repeat: no-repeat;

    color: #FFFFFF !important;

    cursor: pointer;

    display: inline-block;

    padding: 11px 13px 10px 13px;

    background-position: -21px center;

    position: relative;

    text-transform: capitalize;

    transition: all 0.2s linear 0s;

    border-radius: 2px 2px 2px 2px;

    font-family: 'OpenSansSemibold';

}



#pagination > div {

	float: left;

	margin: 0px 5px 0px 0px;

}



#pagination > div:first-child {

	margin-left: 0px;

}



#pagination .next a:hover, #pagination .prev a:hover, #pagination a.page-numbers:hover, #pagination span.page-numbers.current {

	background-color: #27CFC3;

}



#pagination span {

	cursor: default;

}



#pagination a, #pagination span {

	display: inline-block;

}



#pagination .next a, #pagination .next.inactive, #pagination .page-numbers.next {

	text-indent: -9999px;

	height: 32px;

	width: 32px;

}



#pagination .prev a, #pagination .prev.inactive, #pagination .page-numbers.prev  {

	text-indent: -9999px;

	height: 32px;

	width: 32px;

}



#pagination a.page-numbers, #pagination span.page-numbers {

	font-size: 12px;

	line-height: 11px;

}



#pagination .next.inactive, #pagination .prev.inactive  {

	background-color: #eae8e5;

	cursor: default!important;

	height: 32px;

	width: 32px;

	margin: 0px 5px 0px 0px;

}



#pagination .next a, #pagination .next.inactive, #pagination .page-numbers.next {

	background-image: url("../../../AppData/Local/Microsoft/Windows/Temporary Internet Files/Content.IE5/5LPPFG8D/img/icons/portfolio-arrows.png");

	background-position: -20px 12px;

}



#pagination .prev a, #pagination .prev.inactive, #pagination .page-numbers.prev {

    background-image: url("../../../AppData/Local/Microsoft/Windows/Temporary Internet Files/Content.IE5/5LPPFG8D/img/icons/portfolio-arrows.png");

	background-position: 13px 12px;

}



#author-bio {

	padding-bottom: 50px;

	margin-bottom: 50px;

	border-bottom: 1px solid #DDDDDD;	

}



#author-bio #author-info {

	float: right;

  	width: 694px;

}



#author-bio img {

	margin-bottom: 0px;

	float: left;

}



#author-bio .clear {

	padding-bottom: 0px;

}



/****************************** NECTAR LOVE **************************/



.nectar-love-wrap {

	width: 72px;	

}



.nectar-love {

	background-color: #cfcfcf;

	color: #888;

	-moz-transition: background-color 0.2s linear;

	-webkit-transition: background-color 0.2s linear;

	-o-transition: background-color 0.2s linear;

	transition: background-color 0.2s linear;

	height: 13px;

	width: auto;

	line-height: 11px;

	font-size: 12px;

	padding-left: 20px!important;

	display: inline-block;

	background-position: left top;

	background-image: url(../../../AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/5LPPFG8D/img/icons/heart.png);

	background-repeat: no-repeat;

}



.nectar-love span {

	line-height: 1px;

}



.nectar-love:hover, .nectar-love.loved {

	background-color: #27CFC3;

	color: #888!important;

}





/*-------------------------------------------------------------------------*/

/*	10.	Comment Styles

/*-------------------------------------------------------------------------*/



#respond {

	background-color: transparent!important;

	box-shadow: none!important;

	padding: 0px!important;

}

	

#respond > p {

	margin-bottom: 10px;

}



.comment-list {

	margin-bottom: 40px!important;

	margin-left: 0px!important;	

}



.comment-list li {

	list-style: none!important;

}



.comment-list li.comment > div {

	background-color: #ffffff;

    margin: 0;

    overflow: hidden;

    padding: 25px;

    margin-top: 2em;

    position: relative;

    padding-left: 116px;

    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);

    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);

    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);

    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);

}



.comment-list .children {

	margin-left: 0px!important;

	padding-left: 40px;

	border-left: 1px solid #ddd;

	background-repeat: no-repeat;

	background-position: left 20px;

	background-image: url(../../../AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/5LPPFG8D/img/icons/comment-children-line.jpg);

}



.comment-list li.comment > div img.avatar {

	position: absolute;

	left: 29px;

	top: 29px;

}



.comment-list .reply {

	position: absolute;

	top: 29px; 

	right: 29px;	

}



.comment-list .reply a {

    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;

    color: #FFFFFF;

    cursor: pointer;

    padding: 3px 7px;

    font-size: 11px;

    transition: all 0.2s linear 0s;

    -moz-transition: all 0.2s linear 0s;

    -webkit-transition: all 0.2s linear 0s;

    -o-transition: all 0.2s linear 0s;

    width: auto;

    border-radius: 2px;

	-moz-border-radius: 2px;

	-webkit-border-radius: 2px;

	-o-border-radius: 2px;

	background-color: #333333;

}



.comment-list .comment-author {

	color: #333;

	font-family: 'OpenSansSemibold';

}

.comment-list .comment-meta {

	font-size: 11px;

	line-height: 15px;

}



.comment-list .comment-meta a {

	color: #999;

}



.comment-list .comment-meta a:hover {

	color: #27CFC3;

}



.comment-list .reply a:hover {

	background-color: #27CFC3;

}



.comment-list li.comment > div p {

	padding-bottom: 0px;

	margin-top: 10px;

}



#respond h3 .cancel-comment-reply {

	display: inline-block;	

	margin-left: 10px;

	padding-left: 10px;

	position: relative;

	border-left: 1px solid #dddddd;

}



.comment-author a {

	color: inherit;

}



/*-------------------------------------------------------------------------*/

/*	11.	General Form Styles

/*-------------------------------------------------------------------------*/



input[type=text], textarea, input[type=email] {

	padding: 10px!important;

	width: 100%;

	border: 0px;

	border-bottom: 1px solid #fff;

	font-family: 'OpenSansRegular';

    font-size: 12px;

    line-height: 22px;

    color: #555;

    background-color: #ebebeb;

    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;

    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;

    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;

    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;

    transition: all 0.2s linear;

    -moz-transition: all 0.2s linear;

    -webkit-transition: all 0.2s linear;

    -o-transition: all 0.2s linear;

}

input[type=tel] {

	padding: 10px!important;

	/*width: 100%;*/

	border: 0px;

	border-bottom: 1px solid #fff;

	font-family: 'OpenSansRegular';

    font-size: 14px;

    line-height: 22px;

    color: #555;

    background-color: #ebebeb;

    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;

    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;

    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;

    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;

    transition: all 0.2s linear;

    -moz-transition: all 0.2s linear;

    -webkit-transition: all 0.2s linear;

    -o-transition: all 0.2s linear;

}


input[type=text]:focus, textarea:focus, input[type=email]:focus, input[type=tel]:focus {

	background-color: #e1e1e1;

}



input[type=submit] {

	background-color: #333333;

    padding: 7px 11px;

    border: none;

    color: #fff;

    cursor: pointer;

    transition: all 0.2s linear 0s;

    -moz-transition: all 0.2s linear 0s;

    -webkit-transition: all 0.2s linear 0s;

    -o-transition: all 0.2s linear 0s;

    width: auto;

    font-size: 12px;

    border-radius: 2px;

	-moz-border-radius: 2px;

	-webkit-border-radius: 2px;

	-o-border-radius: 2px;

}



input[type=submit]:hover {

	background-color: #27CFC3;

}



select {

	padding: 10px!important;

	width: 100%;

	border: 0px!important;

	border: 1px solid #eaeaea!Important;

	font-family: 'OpenSansRegular';

    font-size: 12px;

    line-height: 22px;

    color: #555;

    background-color: #fff;

    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16)!important;

    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16)!Important;

    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16)!Important;

    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16)!Important;

    transition: all 0.2s linear;

    -moz-transition: all 0.2s linear;

    -webkit-transition: all 0.2s linear;

    -o-transition: all 0.2s linear;

}



textarea {

	max-width: 100%;	

}



label span {

	color: #27CFC3;

}





/*----new style by avtar ----*/

 

/*.week_box{

	float:left;

	width:100%;

}

.week_box ul{

	float:left;

	width:100%;

}

.week_box ul li{

	line-height:22px;

	width:125px;

	f

}

.week_box ul>li+li{

	width:600px;

}

*/



/*ul#list li span font{

	float:right;

	width:9px;

	height:87px;

	background:url(images/big_arrow.png) no-repeat left top;

}

ul#list li span {

	width:200px;

	line-height:87px;

	min-height:87px;

	

}

ul#list .week_box{

	float:left;

	width:125px;

	line-height:87px;

	background:url(http://venusappsolutions.com/chicagoschool/wp-content/uploads/2013/06/big_arrow.png) no-repeat left top;

}

ul#list .week_text{

	float:right;

	width:600px;

	

}*/

/*

.text_wrap{

	float:left;

	width:100%;

}

.text_wrap ol{

	list-style:none;

	width:100%;

}

.text_wrap ol li{

	margin-bottom:10px;

	line-height:22px;

	background:url(http://venusappsolutions.com/chicagoschool/wp-content/uploads/2013/06/bullet.png) no-repeat left 2px;

	padding-left:20px;

}

*/

.general_information{

	float:left;

	width:100%;

}













