/*
Theme Name:         Green Ambassadors
Version:            1.0.0
Author:             Leo Basica
License:            MIT License
License URI:        http://www.opensource.org/licenses/mit-license.php
*/

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------

:: 01. Global 
:: 02. Header
:: 03. WordPress Outputs
:: 04. Widgets
:: 05. Comments
:: 06. Footer
:: 07. Portfolio
:: 08. Home

/* ---------------------------------------------------

   01. Global
   
--------------------------------------------------- */

@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400italic);

@import url('extras.css');
@import url('css/animate.css');

body {
	width: 100%;
	max-width: 100%;
	line-height: 2em; 
}

a {
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

img {
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

@font-face {
    font-family: 'monroebold';
    src: url('js/monroe_bold-webfont.eot');
    src: url('js/monroe_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('js/monroe_bold-webfont.woff') format('woff'),
         url('js/monroe_bold-webfont.ttf') format('truetype'),
         url('js/monroe_bold-webfont.svg#monroebold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'monroeblack';
    src: url('js/monroe_black-webfont.eot');
    src: url('js/monroe_black-webfont.eot?#iefix') format('embedded-opentype'),
         url('js/monroe_black-webfont.woff') format('woff'),
         url('js/monroe_black-webfont.ttf') format('truetype'),
         url('js/monroe_black-webfont.svg#monroebold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'clarks';
    src: url('js/clarks_summit-webfont.eot');
    src: url('js/clarks_summit-webfont.eot?#iefix') format('embedded-opentype'),
         url('js/clarks_summit-webfont.woff') format('woff'),
         url('js/clarks_summit-webfont.ttf') format('truetype'),
         url('js/clarks_summit-webfont.svg#clarks_summitregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

hr { margin: 55px 0; }

.post-content .tabs-content .columns,
.post-content .tabs-content .columns.last { 
	margin-bottom: 0; 
	margin-top: 20px;
}

.post-content .tabs-content br { display: none; }
 
p { color: #666;
    font: 200 15px/24px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-bottom: 25px; }

blockquote {
	margin: 50px 0 50px 25px;
	padding: 0 0 0 25px;
}

input,
textarea,
select {
	font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
	padding: 2%;
	outline: none;
	text-indent: 6%;
}

.ie input { text-indent: 10px !important; }

textarea {
	resize: vertical;
	width: 90%;
}

#main { margin-bottom: 50px; }

#container { padding: 0; }

.row { max-width: 960px; }

#content { width: 68.125%; }

#home-widgets .two {
	border-right:1px dotted #CCCCCC;
	margin-left:1px;
	padding:0 15px;
	width:16.5%;
}

#home-widgets .three {
	width:27%;
}

#home-widgets .columns:last-child {
	float:left;
}

#home-widgets .container {
	padding:0 0 0 30px;
}

h1.home-message p {
	font-weight:normal;
	text-align:left;
	color:#777;
	margin:55px 0 0px 30px;
	letter-spacing:-1px;
	font:18px/29px "monroebold", georgia;
}

.page-page {
	background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 17px -6px #555555;
    overflow: hidden;
    padding-bottom: 40px;
}

h1.mission p {
	font-weight:normal;
	text-align:left;
	color:#fff;
	margin:20px 0;
	letter-spacing:-1px;
	font:16px/24px "monroebold", georgia;
	text-shadow:none;
}

h1.home-title {
    color: #017244;
    font-family: "monroeblack",georgia;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: -1px;
    margin: 20px 0 10px;
    text-shadow: none;
    text-transform: none;
	border-bottom:3px solid #017244;
	padding-bottom:5px;
}

h1.mission .widget {
	margin-bottom:0px;
}
	

#home-widgets h6.widget-title {
	color:#007243;
	font:normal 15px "monroeblack", arial;
	text-transform:uppercase;
	margin:30px 0 15px;
	
}

#home-widgets .columns:last-child {
	border-right:none;
}

.current-affairs {
	background:#fff;
	padding:20px 20px;
	webkit-box-shadow: 0 0 17px 0px #E6E4DE;
	  -moz-box-shadow: 0 0 17px 0px #E6E4DE;
  	       box-shadow: 0 0 17px 0px #E6E4DE;
}

.current-affairs .header {
	float:left;
	width:18%;
	margin:50px 0 0 20px;
}

.current-affairs h3.title {
	color:#000;
	font:18px/19px "monroeblack", georgia;
	padding:0 0 0 55px;
	background: url(images/icon-paper.jpg) no-repeat top left;
}


.page-template-page-full-php #content,
.single-pt-portfolio #content,
.page-template-page-portfolio-php #content { 
	width: 100%; 
	border: none !important;
}

.page-template-page-portfolio-php .post-box,
.single-pt-portfolio .post-box,
.page-template-page-full-php .post-box { padding: 0; }

.post-box { padding-right: 08.34427480916%; }

#sidebar {
	width: 31.870%;
	margin: 0 0 0 -1px;
}

.ie #sidebar { border: none !important; }

.gecko #sidebar { width: 28%;float:left; }

.sidebar-box { margin-left: 18.041783%; }

/* 
	Important styles - (used by this app and must be included in own stylesheet ) 
*/
.tweet_rotator { overflow: hidden;  position: relative; background-image: url(../img/overlay.png); background-repeat: repeat-x;  }
.tweet_holder { position: relative; }
.tweetparent { overflow: hidden;  }
.tweetbox { display: block;  padding: 50px; padding-right: 30px; text-align: left; }
.tweet_rotator ul.nav { position: absolute; bottom: 0px; right: 0px; padding: 5px;}
.tweet_rotator ul.nav li { cursor: pointer; width: 20px; height: 20px; background-image: url(../img/sprite.png); background-repeat: no-repeat; display: block; }
.tweet_rotator ul.nav li.active { background-position: 0px -20px; }

/* Tweet rotator colors */
.color_1 	{ background-color: #06bbfe; } /* Base color, and so on */
.color_2 	{ background-color: #a300c6; }
.color_3 	{ background-color: #ffda10; }
.color_4 	{ background-color: #fe0b8f; }
.color_5 	{ background-color: #ff8315; }
.color_6 	{ background-color: #ff1800; }
/*
	End of app styles
*/



/* 
	General app styling 
*/
#example, #example_vert, #example_nocolor { width: 800px; height: 290px; margin: auto;   }
.tweetbox span { font-family: 'Droid Sans', serif; font-size: 13px; color: #fff; text-transform: uppercase; }
.tweetbox span a { color: #fff; text-decoration: none; }
.tweetbox p { padding-top: 15px; font-family: 'Droid Sans', serif; font-size: 26px; color: #fff; font-weight: 700; letter-spacing: 0.010em; line-height: 36px; padding-bottom: 10px; word-spacing: 0.04em; }
.tweetbox p a { color: #000; }
.tweetbox em { font-family: 'Droid Sans', serif; font-size: 12px; color: #fff; text-transform: uppercase;  }
.shadow { background-image: url("../img/shadow.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 42px; }
    
/* Alternative colors */
.color_alt_1 	{ background-color: #a300c6; } /* Base color, and so on */
.color_alt_2 	{ background-color: #ff1800; }
.color_alt_3 	{ background-color: #06bbfe; }
.color_alt_4 	{ background-color: #fe0b8f; }
.color_alt_5 	{ background-color: #ff1800; }
.color_alt_6 	{ background-color: #ff8315; }


/*
	Documentation styling
*/
.wrapper { width: 800px; margin: auto; overflow: hidden; font-family: 'Droid Sans', arial; }
.documentation {  padding: 40px; text-align: left; font-size: 14px; }
h1 { font-size: 24px; font-weight: bold; text-align: left;  }
.documentation p { margin-bottom: 20px; line-height: 22px; width: 90%; }
.documentation p span { font-size: 13px;  display: block; padding-left: 10px;}
.documentation p span em { font-size: 13px; width: 400px; left: 30px; position: relative;float: right;}
.documentation strong { font-weight: bold; }
.documentation em { color: #666; font-style: italic; font-size: 15px; }
.documentation a.ac { display: inline-block; background-color: #B64926; padding: 8px; color: #fff; text-decoration: none; -moz-border-radius: 16px; }
.documentation ul { padding-left: 14px; }
.documentation ul li { list-style: disc; font-size: 13px; line-height: 18px; }

@media only screen and (max-width: 767px) {

	.sidebar-box { margin-left: 0; }
	
	.post-box { padding-right: 0; }
	
	#content {
		margin-bottom: 50px;
		border: none !important;
	}
	
	#sidebar { 
		border: none !important; 
		margin: 0;
	}
}

.wp-caption{}
.wp-caption-text{}
.sticky{}
.gallery-caption{}
.bypostauthor{}


/* ---------------------------------------------------

   02. Header
   
--------------------------------------------------- */

#header {
	height:75px;
	margin: 5px 0;
	position: relative;
}

#header-wrap {
	background:none repeat scroll 0 0 #F4F2EC;
	margin-bottom: 0px;
	webkit-box-shadow: 0 0 25px -6px #333;
	  -moz-box-shadow: 0 0 25px -6px #333;
  	       box-shadow: 0 0 25px -6px #333;
}

.logo {
	float: left;
	position:relative;
	top:-24px;
}

.logo img { margin-top: 5px; }

.logo h1,
.logo div,
.logo a {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
}

.subheader {
	font-size: 11px;
	font-weight: normal;
	margin: 0;
}

#header nav { 
	position: absolute;
	right: 0;
	top: 10%;
	margin-top: -13px;
	line-height: 30px;
}

#header form { 
	float: right; 
	position: absolute;
	top: 10px;
	right: 0;
}

#header nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#header nav ul a {
    display: block;
    position: relative;
}

#header nav ul li {
    float: left;
    position: relative;
    z-index: 40;
    margin: 0 0 0 0px;
	text-align:center;
	width:130px;
}

li.project, li.project a {
	list-style:none;
	float:left;
	color:#666;
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
	margin-bottom:0;
	margin-top: 2px;
}

li.project a:hover {
	text-decoration:underline;
	color:#000;
}

#home-widgets #text-11 {
	padding-left:20px;
}

#header nav ul li:hover { visibility: inherit; }

#header nav ul ul {
    position: absolute;
    top: -9999em;
    width: 200px;
}

#header nav ul ul li { float: none; }

#header nav ul li:hover ul,
#header nav ul li.sfHover ul {
    left: -1px;
    top: 80px;
    z-index: 99;
}

#header nav ul li:hover li ul,
#header nav ul li.sfHover li ul,
#header nav ul li li:hover li ul,
#header nav ul li li.sfHover li ul,
#header nav ul li li li:hover li ul,
#header nav ul li li li.sfHover li ul { top: -9999em; }

#header nav ul li li:hover ul,
#header nav ul li li.sfHover ul,
#header nav ul li li li:hover ul,
#header nav ul li li li.sfHover ul,
#header nav ul li li li li:hover ul,
#header nav ul li li li li.sfHover ul {
    left: 155px;
    top: -48px !important;
}

/* top level skin */
#header nav ul a {
	font:16px "monroebold", georgia;
	text-transform:none;
	letter-spacing:-1px;
	color:#000;
	padding:30px 15px;
	display:block;
}

#header nav ul a:last-child {
}

.sub-navigation ul li.menu-item {
	padding:4px 0 0;
}

.sub-navigation ul li.colored-menu {
	margin-left:2px !important;
}

#header nav ul a:hover, #header nav ul li a:hover {
	background:none;
	color: #007243; 
}

/* 2nd level skin */
#header nav .sub-menu {
	padding: 0px 0 0 0;
}


#header nav .sub-menu li { margin: 0; }

#header nav .sub-menu li a { 
	display: block;
	line-height: 1.5em;
	font-weight: normal;
	padding: 12px 15px;
	font-size: 15px;
}

.sub-navigation {
	background:#D9D7CF;
	padding:0;
}

.sub-navigation ul {
	float:right;
	margin-bottom:0px;
}

.sub-navigation ul li {
	float:left;
	margin-left:20px;
	margin-bottom:0px;
	text-transform:uppercase;	
}

.sub-navigation ul li a {
	color:#767676;	
	font-size:10px;
	font-weight:bold;
}

.sub-navigation ul li a:hover {
	text-decoration:underline;
	color:#333;
}

/* ---------------------------------------------------

   03. WordPress Outputs
   
--------------------------------------------------- */

.post-box .page-title {
	font-weight: bold;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.5em;
	padding: 0 0 50px 0;
	margin: 0 0 50px 0;
}

.hentry {
	padding: 0 0 32px 0;
	margin: 0 0 50px 0;
}

.hentry footer p { 
	font-size: 11px;
	font-size: 1.1rem;
}

.post-box .hentry:last-child { border: none !important; }

.post-box .post-content p { 
	color: #666;
    font: 200 15px/24px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-bottom: 25px;


}

.iphorm-theme-light-rounded .iphorm-group-style-plain > .iphorm-group-elements .iphorm-group-title {
	color:#017244 !important;
	padding:25px 0 0 !important;
	}
	
	.iphorm-theme-light-rounded .iphorm-group-style-plain > .iphorm-group-elements .iphorm-group-title-description-wrap {
		border-top:none !important;
	}
	
	h3.iphorm-title {
		margin-bottom:15px !important;
	}
	
	.iphorm-labels-above > .iphorm-element-spacer > label {
		padding-bottom:0 !important;
	}
	

.post-box .post-content .tabs-content p { line-height: 1.7em; }

.page .post-box .post-title {
	margin-bottom: 25px;
}

.post-box .post-title {
	margin: 0 0 15px 0;
	line-height: 1.5em;
	font-size: 18px; 
	font-size: 1.8rem; 
	line-height: 1em; 
}

.meta-info {
	font-size: 11px;
	margin: 0 0 20px 0;
}

.post-box h1 { 
	
}

.post-box h2 { 
	font-weight: bold; 
	font-size: 18px; 
	font-size: 1.8rem; 
	line-height: 1em; 
	margin-bottom: 2px; 
}

.post-box h3 { 
	font-size: 14px;	
	font-size: 1.4rem;
	margin-bottom: 25px; 
}

.post-box h4 { 
	font-size: 18px;	
	font-size: 1.8rem; 
}

.post-content h1 {
	font-size: 30px;
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 10px;
}

h1.home-message {
	color:#000;
	font-size:22px;
	font-weight:bold;
	margin-bottom:20px;
}

.post-content h2 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 10px;
}

.post-content h3 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 10px;
}

.post-content h4, .item h4 a, h4 a {
	color: #000000;
	font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 8px;
    font-family: "helvetica neue", helvetica, arial, sans-serif;
    text-transform: none;
}

.h4 a:hover {
	border-bottom:1px solid #000;
}

.post-content h5 {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 10px;
}

.post-content h6 {
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: bold;
	margin-bottom: 10px;
}

.post-content ol {
	margin: 0;
	list-style-position: inside;
}

.post-content .columns.last {
	margin: 0 0 30px 0;
	float: right;
}

.post-content .columns {
	margin: 0 4.4% 30px 0;
}

@media only screen and (max-width: 767px) {
	
	.post-content .columns,
	.post-content .columns.last {
		float: none;
		margin: 0;
	}
	
}

.post-content ul ul,
.post-content ol ol { 
	margin-left: 15px; 
	margin-bottom: 0; 
	margin-top: 0;
}

.post-content ul,
.post-content ol { 
	margin-top: 25px;
	margin-bottom: 25px;
}

.post-content ul.tabs-content,
.post-content ol { 
	margin-top: 0;
	margin-bottom: 0;
}

.post-content ul.tabs-content { margin-bottom: 55px; }

.post-content ul {
	list-style: disc;
	list-style-position: inside;
}

.post-content li {
	border: none !important;
	line-height: 1.3em;
	list-style:circle;
	margin-left:40px;
	color:#333 !important;
	font-style:italic;
}

#post-nav {  
	float: left;
	width: 100%;
}

.pagination a,
.pagination span {
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 12px;
	padding: 12px 15px;
	float: left;
	margin: 0 8px 0 0;
	border-radius: 3px;
}


.post-box .featured-image { 
	margin: 0 0 30px 0; 
}

.featured-image img,
.featured-image a { display: block; width: 100%;}

.featured-image a:hover img { opacity: 0.8; }

/* Add Align Class for Images */
img.alignright { float: right; margin: 10px 0 18px 18px; }
img.alignleft { float: left; margin: 10px 18px 18px 0; }
img.aligncenter { display: block; margin: 18px auto; }

/* Add HTML5 Caption Class for Images */
figure.figure {	background: #EEE; margin: 0 0 18px;	-webkit-border-radius: 3px;	-moz-border-radius: 3px; display: inline-block; }
figure.figure figcaption { padding: 8px 10px; font-size: 13px; font-size: 1.3rem; line-height: 18px; color: #555; }
figure.alignright.figure { float: right; margin: 0 0 18px 18px; }
figure.alignleft.figure { float: left; margin: 0 18px 18px 0; }


.toggle-pane { 
	font-size: 11px; 
	font-size: 1.1rem;
}


/* ---------------------------------------------------

   04. Widgets
   
--------------------------------------------------- */

.widget-title {
	font:18px "monroeblack", arial, helvetica, sans-serif;
	color:#000;
	margin-bottom: 20px;
	letter-spacing:-1px;
	text-shadow:none;
}

.home-actions .widget-title {
	text-align:center;
}

.home-actions img {
	text-align:center;
	display:block;
	margin:0 auto 20px;
}

.home-actions .widget-title:after {
	content:url(images/icon-rightarrow.jpg);
	margin-left:8px;
}

.home-actions .widget p {
	font:14px/19px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#777;
	font-weight:200;
}

.home-actions li.item {
	float:left;
	list-style:none;
	text-align:left;
	margin-bottom:0px;
	min-height:255px;
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.home-actions li.item:hover {
	
}




.home-actions li.item img {
	text-align:center;
	display:block;
	margin:0 auto 20px;
}

.home-actions li.item h3 a {
	font-family:"monroeblack", georgia;
	color:#000;
	text-transform:none;
	font-weight:normal;
	font-size:15px;
	line-height:21px;
	letter-spacing:-1px;
	text-align:center !important;
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.home-actions li.item h3 a:hover {
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
	border-bottom:1px solid #000;
}

.home-actions li.item h3:after {
	content:url(images/icon-rightarrow.jpg);
	margin-left:8px;
}

.home-actions li.item p {
	font:14px/19px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#777;
	font-weight:200;
	margin-bottom:10px;
	text-align:left;
}

.home-actions li.item a.readmore {
	color:#FF602D;
	font-weight:bold;
	font-size:12px;
	text-decoration:underline;	
		-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
	text-align:left;
}

.home-actions li.item a.readmore:hover {
	color:#000;
}

.div-dotted {
	background:url(images/divider-dotted.png) no-repeat;
	display:block;
	height:2px;
	clear:both;
	margin:30px 0;
}

#home-widgets h2.announcements {
	color:#FF0000;
	text-transform:none;
	font:18px "monroebold", georgia;
	margin:0 0 20px;
	display:block;
}


.widget {
	
	overflow:hidden;
	margin: 0 0 60px 0;
}

.widget p {
color: #777777;
    font: 200 14px/22px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-bottom: 50px;
 
	
}

#searchform { margin: 0; }

#searchform input {
	border: none;
	width: 87%;
	font-size: 11px;
	font-size: 1.1rem;
	outline: none;
	padding: 10px 12% 10px 0;
	text-indent:  6%;
	font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.ie8 #searchform input { 
	padding-left: 10px; 
	width: 83%;
}

.widget_categories li,
.widget_archive li,
.widget_meta li,
.widget_pages li {
	width: 50%;
	float: left;
	margin-bottom: 0;
}

.sidebar-section { overflow: hidden; }

.twitter li {
	margin-bottom: 20px; 
}

#home-widgets  .twitter li a { display: block; }

#home-widgets .twitter a { display: inline; }

.twitter { margin: 0; }

.visit-wrap { text-align: right; }

.PT_Flickr { width: 108%; }

@media only screen and (max-width: 767px) {
	.PT_Flickr { width: 100%; }
}

.flickr_badge_image {
	float: left;
	width: 77px;
	height: 77px;
	margin: 0 10px 10px 0;
}

.flickr_badge_image a:hover img { opacity: 0.5; }

.flickr_badge_image img {
	width: 77px;
	height: 77px;
}

.ie8 .PT_Recentposts .featured-image {
	width: 50px;
	height: 50px;
}

.ie8 .PT_Popularposts .featured-image {
	width: 30px;
	height: 30px;
}

.PT_Popularposts .post-title { margin: 0; }


.PT_Recentposts .post-title,
.PT_Popularposts .post-title {
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 2em;
	font-weight: normal;
}

.PT_Recentposts .meta-info,
.PT_Popularposts .meta-info {
}

.PT_Recentposts .featured-image,
.PT_Popularposts .featured-image {
	float: left;
	margin: 7px 15px 20px 0;
}

.PT_Recentposts .byline,
.PT_Popularposts .byline {
	display: none;
}

.PT_Recentposts .post,
.PT_Popularposts .post {
	border: none !important;
	margin: 0 0 20px 0;
	padding: 0;
}

.PT_Recentposts .post { min-height: 66px; }


.info {
	margin:0px 0 -19px;
}

.info a {
	color:#fff;
}

.info a:hover {
	border-bottom:1px solid #fff;
	text-decoration:none;
	color:#fff;
}

.info ul li {
	padding:20px 15px;
	border-bottom: 1px solid #E6E4DE;
    color: #fff;
    font: bold 11px/20px Arial,Helvetica,sans-serif;
    height: 16px;
    margin-bottom: 0;
    padding: 15px 15px 20px 10px;
    text-transform: uppercase;
    vertical-align: middle;	
	border-bottom:1px solid #BE1558;
}

.info ul li.one-action, .info ul li.two-action {
	background:#D41762;
}

.info ul li.one-action:hover, .info ul li.two-action:hover {
	background:#820F3E;
}

.info ul li span {
	float:right;
}


.info ul li.three-action {
	background:#BC1559;
}

.info ul li.three-action:hover {
	background:#820F3E;
}




.profile {
	background:#EC1A6D;
	height:245px;
	padding-left:15px;
	
}

.profile ul li {
	border-bottom: 1px solid #E6E4DE;
    color: #000000;
    font: bold 11px/20px Arial,Helvetica,sans-serif;
    height: 16px;
    margin-bottom: 0;
    padding: 15px 15px 20px 10px;
    text-transform: uppercase;
    vertical-align: middle;	
}

.profile ul li span {
	font:18px "monroebold", arial;
	float:right;
	text-align:right;
	color:#F05A28;
}

.profile ul li:hover {
	background:#E9E7E2;
}

.profile ul li:hover, .info ul li.one-action:hover, .info ul li.two-action:hover, .info ul li.three-action:hover {
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	
}



.contact input {
	margin-right: 1.0%;
	width: 29.9%;
	padding-left: 0;
	font-size: 11px;
	font-size: 1.1rem;
}

.gecko .contact input {
	width: 29.6%;
}

.ie .contact input {
	width: 27.5%;
	text-indent: 0 !important;
	padding-left: 2%
}

.contact input.website {
	margin-right: 0;
}

.contact textarea {
	height: 160px;
	width: 99.8%;
	padding: 2% !important;
	text-indent: 0;
	font-size: 11px;
	font-size: 1.1rem;
}

.gecko .contact textarea {
	width: 99.5%;
	padding: 10px !important;
}

.contact #submit {
	width: 100%;
	padding: 0;
	height: 45px;
	line-height: 45px;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	text-indent: 0;
	margin: 0;
	text-shadow: 0 1px 1px rgba(0,0,0,1);
}

.gecko .contact #submit { width: 99.5%; }

.contact #submit:active {
	margin-top: 3px;
	margin-bottom: 1px;
}

.contact .alert-box { display: none; }

.hentry.type-pt-testimonial { 
	border: none !important; 
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}

.testimonial h6.widget-title {
	background:url(images/bg-testimonial.jpg) no-repeat 0 2px;
	padding:0 0 0px 50px;
	font-weight:normal;
	color:#EB196C;
	font-size:14px;
	text-transform:uppercase;
	font-family:"monroeblack", georgia;
	letter-spacing:-1px;
	text-shadow:none;
	line-height:32px;
}

.testimonial, .social-box {
	background:#fff;
	padding-top:20px;
	overflow:hidden;
	webkit-box-shadow: 0 0 17px -6px #555555;
	  -moz-box-shadow: 0 0 17px -6px #555555;
  	       box-shadow: 0 0 17px -6px #555555;
}

.social-box {
	margin:50px auto 30px;
	padding-top:15px;
	padding-bottom:10px;
}

.social-box .widget {
	margin:0 0 10px;
}

.social-box h3, .social h6.widget-title {
	font:12px "monroeblack", georgia;
	color:#000;
	letter-spacing:-1px;
	text-transform:uppercase;	
	text-shadow:none;
}

.social-box .three {
	width:22.679%;
}

.social-box .five {
	width:38%;
}


.testimonial .widget {
	margin:0 0 0;
}

.PT_Testimonials .featured-image {
	float: right;
	margin: 5px 80px 0px 0;
	left: 0;
	top: 0;
	width: 260px;
	height: 250px;
	display:block;
}

.grey {
	background:#D9D8CD;
	margin-left:0px;
	width:60.9% !important;
}

.greybg {
	background:#D9D8CD;
}

.PT_Testimonials {
	height:207px;
}

.PT_Testimonials .post-content {
    width: 70%;
	margin:0 auto;
	text-align:center;
}

.PT_Testimonials .post-content p {
	line-height: 22px;
	font-size:14px;
	font-family:"helvetica neue", helvetica, arial;
	color:#000;
	text-align:center;
	margin-bottom:10px;
	
}

.PT_Testimonials .post-content span {
	text-align:center;
}

.PT_Testimonials .slider-arrows {
	
}

.PT_Testimonials .slider-arrows a.prev-slide {
	position:relative;
	top:80px;
	left:10px;
	z-index:100;
	display:block;
}

.PT_Testimonials .slider-arrows a.next-slide {
	position:relative;
	top:80px;
	left:500px;
	z-index:100;
	display:block;
}


.PT_Testimonials .slide { width: 100% !important; }

.PT_Testimonials  .slider-arrows a {
	float: left;
	width: 35px;
	height: 35px;
}

.PT_Testimonials .slider-arrows a.next-slide { 
	background-position: top right; 
	margin-left: 1px;
}

.PT_Testimonials .slider-arrows a.next-slide:hover { background-position: bottom right; }

.PT_Testimonials .slider-arrows a.prev-slide:hover { background-position: bottom left; }

.testimonial-slider {
	overflow: hidden;
	width: 90% !important;
	margin:50px auto 0;
}

@media only screen and (max-width: 767px) {
	
	.testimonial-slider {
	}
	
}

/* ---------------------------------------------------

   05. Comments
   
--------------------------------------------------- */

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

.commentlist {
	margin: 0;
	list-style: none;
}

.avatar {
	float: left;
	margin: 7px 15px 0 0;
}

.comment .vcard {
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: bold;
}

.comment {
	margin: 0 0 25px 0;
	font-size: 11px;
	font-size: 1.1rem;
}

#allowed_tags,
.comment p {
	font-size: 11px;
	font-size: 1.1rem;
}

section.comment {
	padding: 0 0 0 45px;
	margin: 0;
}

.children {
	margin: 25px 0 0 45px;
}

#respond {
	margin: 50px 0 0 0;
}

#respond p {
	font-size: 11px;
	font-size: 1.1rem;
}

#respond input {
	margin-right: 1.33%;
	width: 29.9%;
	padding-left: 0;
	font-size: 11px;
	font-size: 1.1rem;
}

.gecko #respond input {
	width: 29.6%;
}

.ie #respond input {
	width: 27.5%;
	text-indent: 0 !important;
	padding-left: 2%
}

#respond p.respond_desc {
	font-size: 12px !important;
	font-size: 1.2rem !important;
}

#respond input#url {
	margin-right: 0;
}

#respond textarea {
	height: 160px;
	width: 100%;
	padding: 2% !important;
	text-indent: 0;
	font-size: 11px;
	font-size: 1.1rem;
}

.gecko #respond textarea {
	width: 99.5%;
	padding: 10px !important;
}

#respond #submit {
	width: 100%;
	padding: 0;
	height: 45px;
	line-height: 45px;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	text-indent: 0;
	margin: 0;
	text-shadow: 0 1px 1px rgba(0,0,0,1);
}

.gecko #respond #submit { width: 99.5%; }

#respond #submit:active {
	margin-top: 3px;
	margin-bottom: 1px;
}

.commentlist #respond { 
	margin: 50px 0 50px 45px; 
}


/* ---------------------------------------------------

   06. Footer
   
--------------------------------------------------- */


.widget-column {
	width: 30%;
	margin: 60px 4.1% 0 0;
	float: left;
}

#footer-widgets .widget p {
	font:13px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#777;
	font-weight:200;
}

#footer-widgets .widget a {
	text-decoration:underline;
}

#footer-widgets  .widget-column {
	margin-top:20px;
}

#footer-widgets.alt {  }

@media only screen and (max-width: 767px) {
	
	#footer-widgets {
		padding-top: 50px;
		padding-bottom: 30px;
	}
	
	.widget-column {
		width: auto;
		margin-right: 0;
		margin-top: 0;
		margin-bottom: -30px;
		float: none !important;
	}


}

.widget-column:last-child { margin-right: 0; }

@media only screen and (max-width: 767px) {

	#content-info,
	#social-links { 
		text-align: center !important; 
		width: 100% !important;
	}
	
	#footer-wrap .four { width: 100% !important; }
}

#content-info {
	padding: 20px 0;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 2em;
}

#social-links { text-align: right; }


/* ---------------------------------------------------

   07. Portfolio
   
--------------------------------------------------- */

#filter {
	list-style: none;
	margin: 30px 0 55px 0;
	padding: 12px 0 15px;
	font-size: 11px;
	font-size: 1.1rem;
}

#filter li { 
	display: inline; 
	margin-right: -4px;
}

#filter .sep {
	margin: 0 7px 0 5px;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
}

#filter li:first-child { margin-right: 5px; }

#filter li:last-child .sep { display: none; }

#filter li a {
	font-weight: bold;
}

.page-template-page-portfolio-php #content { overflow: hidden; }

#masonry {
	margin: 0;
	list-style: none;
	width: 103.4%;
}

#masonry .item {
	width: 21.997981836529%;
	float: left;
	margin-right: 3%;
	margin-bottom: 55px;
	overflow: hidden;
}

#masonry .item {
	text-align:center;
}

#masonry .item span {
	text-align:center;
	display:block;
	line-height:16px;
	font-style:italic;
	color:#777;
}

#masonry .item h4 {
	font-size:22px;
}

#masonry .item .hentry {
	margin: 0;
	padding: 0;
}

#related #masonry .item {
	height: 270px;
}

#masonry .item.featured {
	width: 100%;
	height: 310px;
	float: left;
	margin-right: 0;
}

#masonry .item.featured .featured-image {
	width: 46.922300706357%;
	margin-right: 3%;
	float: left;
}

#masonry .item.featured .post-details { padding-right: 3%; }

#masonry .item.featured .post-title {
	font-size: 20px;
	font-size: 2rem;
	margin-top: -7px;
}

#masonry .item.featured .meta-categories {
	font-size: 11px;
	font-size: 1.1rem;
	margin-bottom: 12px;
}

#masonry .item.featured .post-excerpt p {
	font-size: 12px;
	font-size: 1.2rem;
}

#masonry .hentry {
	border: none !important;
}

@media only screen and (max-width: 767px) {
	
	#masonry .item {
		width: 46.995937%;
		height: auto;
	}
	
	#masonry .item.featured .featured-image {
		width: 46.995937%;
	}

}

@media only screen and (max-width: 570px) {  
	#header form {
		top:35px;
		right:5px;
	}
	
	#header form input:focus, #header form select {
		color:#333;
	}
	
	.royalSlider {
		display:none;	
	}
	
	.profile {
		display:none;
	}
	
	#home-widgets .three {
		width:100%;
		float:none;
	}
	
	a.gai-video img, img.left-image {
		width:100%;
		display:block;
	}
	
	.info {
		margin:-21px 0 0 0;
		float:none;
			
	}
	
	.testimonial-slider {
		display:none;
	}
	
	.info ul li span {
		display:none;
	}
	
	.info ul li {
		width:92%;
		float:left;
		
	}
	
	h1.home-message p {
		 font-size: 14px;
    line-height: 22px;
    margin: 25px 0 10px 0;
    padding: 0 20px;
    text-align: center;
	}
	
	.logo {
		top:-11px;
	}
	
	.logo img {
		
	}
	
	#text-10 p {
		padding:0 20px;
	}
	
	#text-8 {
		display:none;
	}
	
	h1.mission p {
		font:13px/18px "monroebold",georgia;
		text-align:center;
		padding:0 10px;
	}
	
	.PT_Testimonials {
		display:none;
	}
	
	.social-box .three {
		margin-bottom:20px;	
	}
	
	.social-box .five {
		display:none;
		
	}
	
	ul.action li {
		float:left;
		display:block;
	}
	
	#footer-widgets {
		padding-top:0;
	}
	
	#text-13 p {
		text-align:left;
		font-size:11px;
		
	}
	
	#footer-widgets .widget {
		margin:0 0 20px;
	}
	
}


@media only screen and (max-width: 380px) {
	
	#masonry {
		width: 218px;
		margin: 0 auto;
	}
	
	#masonry .item {
		width: 100%;
	}
	
	#masonry .item.featured .featured-image {
		width: 100%;
	}
	
	#masonry .item.featured .featured-image {
		width: 100%;
		margin-right: 0;
		float: none;
		height: auto;
	}
	
	#masonry .item.featured {
		height: auto;
	}
	
	#home-widgets #text-11 {
	padding-left:0px;
	}
	
}

#masonry .featured-image {
	margin: 0 0 15px 0;
}

#masonry .post-title {
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 4px;
	text-shadow: none;
	line-height: 1.5em;
}

#masonry .meta-categories {
	margin: 10px 0 8px 0;
	font-size: 10px;
	font-size: 1rem;
	list-style: none;
	line-height: 1.2em;
}

#masonry .meta-categories li {
	margin: 0 -2px 0 0;
	display: inline;
}

#masonry .meta-categories li:after {
	content: '\b7\a0';
	font-weight: bold;
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0 0 0 5px;
}

#masonry .meta-categories li:last-child:after { content: ''; }

#masonry .post-excerpt p {
	font-size: 11px;
	font-size: 1.1rem;
}

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.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:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.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;
}

.single-portfolio .post-title {
	margin-bottom: 30px;
}


.single-portfolio .hentry {
	float: left;
	width: 45.41%;
	border: none !important;
	margin: 0 0 40px 0;
	padding: 0;
}

.pager {
	margin: 20px 0 0 0;
	overflow: hidden;
}

.pager .inside { width: 102%; }

.gecko .pager .inside { width: 101%; }

.pager a {
	float: left;
	height: 16px;
	margin-right: 0.5%;
	text-indent: -9999px;
}


.single-portfolio .slider {
	float: right;
	width: 48.43% !important;
	overflow: hidden;
}

@media only screen and (max-width: 767px) {
	
	#related #masonry .item {
		margin-bottom: 0;
	}
	
	#masonry .item.featured {
		height: auto;
	}
	
	.single-portfolio .hentry,
	.single-portfolio .slider {
		width: 100% !important;
	}
	
	.single-portfolio .slider {
		margin-bottom: 50px;
	}
	
	.pager a {
		height: 10px;
	}
}

#portfolio-slider { 
	margin-top: 8px; 
	display: none;
}


#portfolio-slider.slides-stacked { 
	display: block;
}

.single-portfolio .slides {
	overflow: hidden;
	width: 100% !important;
}

.slides-stacked img { margin-bottom: 25px; }

.single-portfolio .slider .slide {
	width: 100% !important;
	cursor: pointer;
}

.single-portfolio .slider img {
	display: block;
}

#control {
	padding: 20px 0;
	line-height: 10px;
	font-size: 10px;
	font-size: 1rem;
	margin: 0 0 30px 0;
	position: relative;
}

.portfolio-nav {
	float: right;
	text-indent: -9999px;
	width: 33px;
	height: 17px;
	top: 17px;
	right: 0;
	position: absolute;
}

.portfolio-nav .prev a,
.portfolio-nav .next a {
	width: 16px;
	height: 17px;
	display: block;
	float: right;
}

.portfolio-nav .next a {
	background-position: top right;
	margin-left: 1px;
}

.portfolio-nav .prev a {
	background-position: top left;
}


.portfolio-nav .next a:hover {
	background-position: bottom right;
}

.portfolio-nav .prev a:hover {
	background-position: bottom left;
}

#related {
	margin: 54px 0 -55px 0;
	padding: 54px 0 0 0;
	overflow: hidden;
}


/* ---------------------------------------------------

   08. Home
   
--------------------------------------------------- */

#content-wrap { padding-top: 50px; }

.page-template-page-home-php #main-wrap { 
	padding: 0;	
}

.page-template-page-home-php #main { 
	width: auto;
	max-width: none;
	margin-bottom: 0;
}

.page-template-page-home-php .tabs-content p { 
}

.page-template-page-home-php dl.tabs dd a {
	font-size: 12px;
	font-size: 1.2rem;
}

.page-template-page-home-php #content { 
	width: 100%;
	margin: 0px 0 0 0;
	border: none !important;
	float: none;
}

.page-template-page-home-php .post-box { 
	width: 100%;
	margin: 0;
	float: none;
	padding: 0;
}

#slider-container {
	overflow: hidden;
}

#home-slider-wrap {
	margin: -54px 0 0 0;
	height: 300px;
}

#home-slider {
	padding: 10px 0 0 0;
	position: relative;
}

#home-slider .slides {
	height: 370px;
	margin-top: -1px;
	overflow: hidden;
	background:#fff;
}

#home-slider .fullwidth .hentry { width: 100%;}

#home-slider .hentry {
	float: left;
	width: 30%;
	border: none !important;
	margin-top: 300px;
	margin-bottom: 0;
	padding: 0;
	margin-left: -960px;
}

#home-slider .fullwidth.featured-image { width: 100%; }

#home-slider header,
#home-slider .post-content {
	padding-right: 5%;
}

#home-slider .post-content p {
	margin-bottom: 15px;
	line-height: 1.7em;
	font:15px/18px "helvetica neue", helvetica, arial, sans-serif;
	font-weight:200;
}

#home-slider .featured-image {
	right: 0;
	bottom: -500px;
	width: 70%;
	position: absolute;
}


#home-slider .featured-image img {
	float: right;
	width: auto;
}

#home-slider .slide {
	width: 100% !important;
	height: 100% !important;
}

#home-slider .post-title {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1.5em;
	margin-bottom: 10px;
}

#home-slider .pager {
	top: -50px;
	position: relative;
	z-index: 90;
}

#home-slider .fullwidth .post-content { padding: 0; }

@media only screen and (max-width: 767px) {

	#home-slider .columns {
		width: 100%;
		margin: 0 !important;
		float: none !important;
	}
	
	#home-slider .flex-video { max-width: 200px !important; text-align: center;}
	
	#home-slider .hentry {
		width: 100%;
		text-align: center;
	}
	
	#home-widgets #text-11 {
	padding-left:0px;
}
	
	#home-slider .fullwidth .hentry {
		bottom: auto; 
	}	
	
	#home-slider-wrap {
		margin: -54px 0 0 0;
		height: auto;
	}
	
	#home-slider .slides {
		height: auto;
		overflow: visible;
	}
	
	#home-slider .featured-image {
		width: 100%;
	}
	
	#home-slider .featured-image img {
		margin: 0 auto;
		float: none;
	}
	
	#home-slider header,
	#home-slider .post-content {
		padding-right: 0;
	}
	
	#home-slider .post-content {
		display: none;
	}
	
	#home-slider .fullwidth .post-content {
		display: block;
	}

	
	#home-slider .post-title {
		font-size: 18px;
		font-size: 1.8rem;
	}
	
	#home-slider {
		overflow: hidden;
		padding-top: 50px;
	}

}

#home-slider .slider-arrows {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -27px;
	display: block;
}

#home-slider .slider-arrows a {
	float: left;
	width: 39px;
	height: 39px;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	z-index:5;
	position:relative;
	
}

#home-slider .slider-arrows .next-slide {
	float: right;
	background-position: top right;
	margin-right: 25px;
}

#home-slider .slider-arrows .prev-slide {
	margin-left: 25px;
}

#home-slider .slider-arrows .next-slide:hover {
	background-position: bottom right;
}

#home-slider .slider-arrows .prev-slide:hover {
	background-position: bottom left;
}

a.gai-video img, img.left-image  {
	display:block;
}

@media only screen and (max-width: 1106px) {
	#home-slider .slider-arrows { display: none !important; }
}

#home-widgets {
	font-size: 11px;
	font-size: 1.1rem;
	margin-bottom: 0px;
	
	
}



#home-widgets .widget {
	margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
	#home-widgets .columns { width: 100% !important; }
	

}

#carousel-wrap { 
	overflow: hidden; 
	height: auto;
}

#carousel { display: none; }

#carousel-container {
	padding: 0;
	height: auto;
	margin: 0px 0 30px 0;
	width: 100% !important;
	float:right;
}

.jcarousel-container-horizontal {
    max-width: 960px;
    margin: 0 auto;
}

.jcarousel-clip-horizontal {
    max-width:  960px;
    height: auto;
}

.jcarousel-item {
    width:  180px;
    height: auto;
    overflow: hidden;
    opacity: 0;
    -moz-opacity: 0;
	opacity:0;
	margin:60px 0 0;
	filter: alpha(opacity=0);
}

.jcarousel-item span {
	 left: 50%;
    margin-left: -18px;
    position: relative;
    top: -25px;	
}

.jcarousel-item span a:hover img {
	opacity:1;
}

.jcarousel-item h3 {
	font-family:"monroeblack", georgia;
	color:#000;
	text-transform:none;
	font-weight:normal;
	font-size:15px;
	line-height:21px;
	letter-spacing:-1px;
	width:160px;
	text-align:left;
		
}

.jcarousel-item h3 a {
	color:#000;
}

.jcarousel-item h3 a:hover {
	color:#999
}

.jcarousel-item .updated {
	text-align:left;
	font:10px Arial, Helvetica, sans-serif;
	color:#000;
	text-transform:uppercase;
	margin:0px auto 10px;
	display:block;
	font-weight:bold;
}

.jcarousel-item p {
	color: #777777;
    font: 200 14px/19px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-bottom: 10px;
    text-align: left;
}

.jcarousel-item img { border-radius: 0px; }

.jcarousel-item a:hover img { opacity: 0.6;
-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear; }

.jcarousel-item-horizontal {
	margin-right: 30px;
}

.jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */

.jcarousel-next-horizontal {
	position: absolute;
	right: 0px;
	top: 0%;
 	background: url(images/carousel-arrows.png) top right;
 	width: 35px;
 	height: 35px;

 	cursor: pointer;
}

.jcarousel-prev-horizontal {
    position: absolute;
	right: 40px;
	top: 0%;
 	background: url(images/carousel-arrows.png) top left;
 	width: 35px;
 	height: 35px;
 	cursor: pointer;
}

@media only screen and (max-width: 1070px) {
	.sub-navigation ul li a {
		font-size:9px;	
	}
	
	#header nav ul a {
		font-size:15px;
		padding:32px 3px;
	}
	
	.jcarousel-container-horizontal {
	    margin: 0 30px;
	}
	
	.jcarousel-next-horizontal {
		right: -34px;
	}
	
	.jcarousel-prev-horizontal {
		left: -34px;
	}

}

#carousel { 
	padding: 0 0 0 10px !important; 
	list-style: none;
	margin: 0;
	margin-bottom: 55px;
	height: auto;
}

.slider-gallery { margin-top: 30px; }

.slider-gallery .slides {
	width: 100% !important;
	overflow: hidden;
}

.slider-gallery .slide {
	width: 100% !important;
	height: auto !important;
}

#home-bottom-widgets {
	margin-top: 55px;
}

#home-bottom-widget-wrap {
	padding: 20px 0 0 0;
}

#home-bottom-widget-wrap .widget-title { margin-bottom: 5px; }

#home-bottom-widgets .four.columns {
	width: 30%;
	margin: 0;
}

#home-bottom-widgets .eight.columns {
	width: 66%;
	margin-left: 4%;
}

#home-bottom-widgets .widget { margin-bottom: 40px; }

#home-bottom-widgets .widget p:last-child { margin: 0; }



.callout {
	margin: 55px 0 0 0;
	padding: 55px 0 0 0;
}

.callout-image {
	float: left;
	margin: 0;
	padding: 0;
	width: 20%;
	text-align: center;
}

.callout-content {
	width: 80%;
	float: right;
	font-size: 12px !important;
	font-size: 1.2rem !important;
	text-align: center;
}

.callout-content p {
	font-size: 12px !important;
	font-size: 1.2rem !important;
	padding: 0 60px;
}

.callout-quote {
	font-family: 'Droid Serif', serif;
	font-style: italic;
	font-size: 20px;
	font-size: 2.0rem;
	padding: 5px 60px 30px 60px;
	position: relative;
}

.callout .quote-left {
	position: absolute;
	top: 0;
	left: 0;
	width: 22px;
	height: 16px;
}


.callout .quote-right {
	position: absolute;
	top: 0;
	right: 0;
	width: 22px;
	height: 16px;
}

@media only screen and (max-width: 1070px) {

	
	#header nav ul li{
			width:115px;
	}
	
	li.project, li.project a {
		margin-left:10px;
	}
	
	#royalslider-2 {
		width:95% !important;	
	}
	
	#royalslider-2 .royalWrapper {
		background:#EC1A6D !important;
	}
	
	.profile {
		padding-left:0px;
	}
	
	h1.home-message p {
		font-size:15px;
		margin:25px 0 0 30px;	
		line-height:26px;
	}
	
	.testimonial-slider {
		margin-top:0px;
	}
	
	.page-template-page-home-php #main-wrap {
		padding:0 20px;	
	}
	
	.PT_Testimonials .slider-arrows a.next-slide {
		left:361px;
	}
	
	.PT_Testimonials {
		height:156px;
	}
	
	.PT_Testimonials .post-content {
		
		width:83%;
	}
	
	.PT_Testimonials .post-content p {
		font-size:13px;
		line-height:20px;
	}
	
	h1.mission {
		width:97%;
		margin-left:2%;	
	}
	
	#text-11 {
		margin-left:13%;	
	}
	
	.social-box .three {
		width:43.679%
	}
	
	.social-box .five {
		width:11%;
	}
	
	
	.logo img {
		margin-left:10px;
	}
	
	.callout-quote {
		margin: 20px 0;
		padding: 0 40px;
	}
	
	.callout-content p {
		padding: 0 40px;
	}

	#home-bottom-widgets .four.columns {
		width: 100% !important;
		margin: 0;
	}
	
	#home-bottom-widgets .eight.columns {
		width: 100% !important;
		margin-left: 0;
	}
	
	.callout-content,
	.callout-image { width: 100%; }

}


