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

	Theme Name:		Romina 
	Theme URI:		http://www.spnoy.com
	Description:	Romina, A Creative Approach for Creative People.
	Author:			Spnoy
	Author URI:		http://www.spnoy.com
	Version:		1.1.0
	License:		GNU General Public License
	License URI:	

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


/* ==========================================================================
   Reset CSS
   ========================================================================== */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}img {vertical-align: middle;}textarea {resize: vertical;}


/* ==========================================================================
   Predefined CSS
   ========================================================================== */

.chromeframe {float:left;width:100%;text-align:center;padding: 10px 15px;background: #fff;color: red;}
.noscript {display: none;}
html.no-js .noscript {display: block;}
.inner-row {float: left;width: 100%;}
h1,h2,h3,h4,h5,h6 {font-weight:normal;font-family: arial helvetica, sans-serif;}
h1 {font-size: 28px;}
h2 {font-size: 24px;}
h3 {font-size: 22px;}
h4 {font-size: 20px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}


/* ==========================================================================
   Main CSS
   ========================================================================== */

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html body {background-color: none !important; }
body {
	font-family: arial, helvetica, sans-serif;
	/*background-color: #dbdbf4;*/
	
	background: url("./images/subtle-pattern-5.jpg") repeat scroll 0 0 transparent !important;
	color: #303030;
	direction: ltr;
	font-size: 100%;
}
a {
	text-decoration: none;
	color:#303030;
	-webkit-transition: background-color 0.1s linear, color 0.2s linear;
	-moz-transition: background-color 0.1s linear, color 0.2s linear;
	-o-transition: background-color 0.1s linear, color 0.2s linear;
	-ms-transition: background-color 0.1s linear, color 0.2s linear;
	transition: background-color 0.1s linear, color 0.2s linear;
}
a:hover {
	color:#1d8ef3;
}
.animate-opacity {
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}


/* =============================================
   Header
   ============================================= */

.header {
	margin: 55px 0 65px 0;
}
.header-row-1 {
	float: left;
	width: 100%;
}
.top-social-icons {
	float: right;
}
.top-social-icons ul li {
	float: right;
	margin: 0 0 0 10px;
	text-align: center;
}
.top-social-icons ul li:last-child {
	margin: 0;
}
.top-social-icons ul li a {
	display: block;
	width: 40px;
	height: 40px;
	background-color: #fff;
}
.top-social-icons ul li a:hover {
	background-color: #1d8ef3;
}
.top-phone-number {
	float: right;
	margin: 0 40px 0 0;
	background: #1d8ef3 url(images/phone-overlay.png) repeat-x left top;
	color: #fff;
}
.top-phone-number div {
	height: 40px;
	padding: 13px 10px 0 45px;
	background: url(images/phone.png) no-repeat 13px center;
}
.top-phone-number span {
	color: #fff;
}
.header-row-2 {
	float: left;
	width: 100%;
	margin: 40px 0 0 0;
}
.main-navigation-container ul li {
	float: left;
	position: relative;
}
.main-navigation-container ul li a {
	float: left;
	padding: 12px 20px 12px;
	min-height: 38px;
	color: #303030;
}
.main-navigation-container > ul > li.current-menu-ancestor > a {
	color:#fff;
	background: #48a3f5 url(images/phone-overlay.png) repeat-x left top;
}
.main-navigation-container > ul > li > a:hover,.main-navigation-container > ul > li > a.menu-hover {
	color:#fff;
	background: #48a3f5 url(images/phone-overlay.png) repeat-x left top;
}
.main-navigation-container ul li ul li.current-menu-item > a {
	background: #48a3f5;
}
.main-navigation-container ul li.current-menu-item > a {
	color: #fff;
	background: #1d8ef3 url(images/phone-overlay.png) repeat-x left top;
}
.main-navigation-container ul li ul {
	display: none;
	position: absolute;
	left: 0;
	top: 38px;
	background-color: #1e8ef3;
	width: 220px;
	padding: 10px 0;
	z-index: 9000;
}
.main-navigation-container ul li:hover > ul {
	display: block;
}
.main-navigation-container ul li ul li {
	width: 100%;
}

.main-navigation-container ul li ul li a {
	width: 100%;
	color: #fff;
}
.main-navigation-container ul li ul li a:hover, .main-navigation-container ul li ul li a.menu-hover {
	background: #48a3f5;
}
.main-navigation-container ul li ul li ul {
	left: 100%;
	top: -10px;
}
.selectnav {
	display: none;
	width: 100%;
	background: #fff;
	border: 1px solid #aeaeae;
	padding: 8px 5px;
	color:#303030;
}
#selectnav1:hover {
	cursor: pointer;
}
.mobile-top-menu {
	display: none;
}


/* =============================================
   Search
   ============================================= */

.search-box {
	float: right;
	height: 40px;
	width: 95.5%;
	position: relative;
}
.search-box-text {
	height: 100%;
	width: 100%;
	background-color: #fff;
	border: 0;
	padding: 0 47px 0 15px;
	color: #303030;
}
.search-box-text::-webkit-input-placeholder {
    color: #ddd;
}
.search-box-text::-moz-placeholder {
    color: #999;
}
.search-box-text:-ms-input-placeholder {
    color: #999;
}
.search-box-submit {
	position: absolute;
	right:10px;
	top:6px;
	background: url(images/search-button.png) no-repeat center center;
	width: 27px;
	height: 27px;
	border: 0;
	text-indent: -9999px;
}
.search-box-submit:hover {
	cursor: pointer;
}
body.search .content-entry-title {
	padding-bottom: 0;
}


/* =============================================
   Slideshow
   ============================================= */

.main-slideshow {

}


/* =============================================
   Feature Boxes
   ============================================= */

.featured-boxes {
	margin: 60px 0 0 0;
}
.feature-box {
	width: 100%;
	/*max-width:350px;*/
	background-color: #fff;
	text-align: center;
	position: relative;
}
.feature-box-content {
	width: 100%;
	padding: 40px 45px 20px;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear;
	-moz-transition: background-color 0.2s linear, color 0.2s linear;
	-o-transition: background-color 0.2s linear, color 0.2s linear;
	-ms-transition: background-color 0.2s linear, color 0.2s linear;
	transition: background-color 0.2s linear, color 0.2s linear;
}
.feature-box-icon {
	display: inline-block;
	width: 100%;
	font-size: 80px !important;
}
.feature-box-content h2 {
	display: inline-block;
	width: 100%;
	margin: 25px 0 15px;
	font-size: 25px;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear;
	-moz-transition: background-color 0.2s linear, color 0.2s linear;
	-o-transition: background-color 0.2s linear, color 0.2s linear;
	-ms-transition: background-color 0.2s linear, color 0.2s linear;
	transition: background-color 0.2s linear, color 0.2s linear;
}
.feature-box-content p {
	font-size: 13px;
	line-height: 166%;
	margin: 5px 0;
}
.feature-box-button {
	width: 100%;
	height: 80px;
}
.feature-box-button a {
	float: left;
	width: 100%;
	height: 100%;
	background: #303030 url() repeat-x left top;
	padding: 35px 55px 0;
	color: #fff !important;
	font-size: 16px;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear;
	-moz-transition: background-color 0.2s linear, color 0.2s linear;
	-o-transition: background-color 0.2s linear, color 0.2s linear;
	-ms-transition: background-color 0.2s linear, color 0.2s linear;
	transition: background-color 0.2s linear, color 0.2s linear;
}
.feature-box.hover .feature-box-button a {
	background-color: #1d8ef3;
	color:#fff;
}
.feature-box.hover .feature-box-content {
	background-color: #1d8ef3;
	color:#fff;
}
.feature-box.hover .feature-box-content h2 {
	color:#fff;
}
.feature-box-shadow {
	width: 100%;
	height: 25px;
	position: absolute;
	bottom: -25px;
	left:0;
	z-index: -1;
	text-align: center;
	display: none;
}
.feature-box-shadow img {
	position: absolute;
	left: 0;
	top: 0;
}
.feature-box-container {
	position: relative;
	/*min-height: 350px;*/
	/*margin-bottom: 60px;*/
}

/* =============================================
   Featured Portfolio - 4 Columns
   ============================================= */

.featured-portfolio {
	overflow: hidden;
}
.featured-portfolio-four-col {
	position: relative;
	margin: 60px 0 60px 0;
}
.featured-portfolio-four-col img {
	height: auto;
}
.featured-portfolio-four-col .portfolio-item {
	width: 100%;
	max-width: 252px;
	text-align: center;
}
.featured-portfolio-four-col .portfolio-hover {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(29, 142, 243, 0.8);
	text-align: center;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: scale(0.7,0.7);
	-webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.4s cubic-bezier(0,.97,.31,.8);
	-moz-transform: scale(0.7,0.7);
	-moz-transition: -moz-transform 0.2s ease-in-out, opacity 0.4s cubic-bezier(0,.97,.31,.8);
	-ms-transform: scale(0.7,0.7);
	-ms-transition: -ms-transform 0.2s ease-in-out, opacity 0.4s cubic-bezier(0,.97,.31,.8);
	-o-transform: scale(0.7,0.7);
	-o-transition: -o-transform 0.2s ease-in-out, opacity 0.4s cubic-bezier(0,.97,.31,.8);

	overflow: hidden;
}
.featured-portfolio-four-col .portfolio-hover a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.featured-portfolio-four-col .portfolio-hover a.image {
	background: url(images/picture.png) no-repeat center center;
}
.featured-portfolio-four-col .portfolio-hover a.video {
	background: url(images/play.png) no-repeat center center;
}
.featured-portfolio-four-col .portfolio-image:hover .portfolio-hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
}
.featured-portfolio-four-col .portfolio-item h2 {
	line-height: 140%;
	margin: 25px 0 7px;
}
.featured-portfolio-four-col .portfolio-item p {
	font-size: 13px;
	line-height: 166%;
	padding: 0 15px;
}
.featured-portfolio-four-col .portfolio-image {
	position: relative;
}
.featured-portfolio-four-col .portfolio-image > img {
	max-width: 100%;
}
.featured-portfolio-four-col .portfolio-shadow {
	position: absolute;
	height: 25px;
	left: 0;
	width: 100%;
	text-align: center;
}
.featured-portfolio-four-col .portfolio-shadow img {
	position: absolute;
	top: 0;
	left: 0;
}

.boxed-featured-portfolio {
	overflow:hidden;
	margin: 0 0 10px 0;
}
.boxed-featured-portfolio-four-col {
	margin-top: 60px;
	position: relative;
}
.boxed-featured-portfolio-three-col {
	margin-top: 60px;
	position: relative;
}
.boxed-featured-portfolio img {
	height: auto;
}
.featured-portfolio-four-col.not-home-template {
	float: left;
	width: 100%;
	margin: 30px 0 30px 0;
}
.featured-portfolio-four-col.not-home-template .portfolio-item {
	float: left;
	width: 22.5%;
	margin: 0 1.2% 0 1.3%;
	max-width: none;
	-webkit-backface-visibility: hidden;
}
.featured-portfolio-four-col.not-home-template .portfolio-image > img {
	width: 100%;
}


/* =============================================
   P Slider
   ============================================= */

.pslider-nav {
	width: 40px;
	height: 80px;
	background: #303030 url(images/pslider-nav-overlay.png) no-repeat left top;
	position: relative;
}
.pslider-nav-next {
	float: left;
	margin: 100px 0 0 -35px;
}
.pslider-nav-prev {
	float: right;
	margin: 100px -35px 0 0;
}
.pslider-nav:hover {
	background-color: #1d8ef3;
}
.pslider-nav span {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.pslider-nav-next span {
	background: url(images/pslider-nav-next.png) no-repeat center center;
}
.pslider-nav-prev span {
	background: url(images/pslider-nav-prev.png) no-repeat center center;
}
.pslider-container {
	overflow: hidden;
}
.pslider-container .inner-row {
	margin: 60px 0 60px 0;
}
body.page-template-template-home-php .pslider-container {
	background: url(images/pslider-bg.png) repeat-x left 20px;
}
.pslider-container .caroufredsel_wrapper {
	height: 290px !important;
}
.pslider-container .tencol {
	padding: 0 1.5%;
}
.pslider {
	text-align: center;
}
.pslider li {
	float: left;
	text-align: center;
}
.pslider-item {
	display: inline-block;
	position: relative;
	max-width: 93%;
	text-align: left;
}
.pslider li .item-hover {
	position: absolute;
	left: 0;
	top: 0;
	width: 150%;
	height: 150%;
	opacity: 0.4;
	visibility: hidden;
	background-color: rgba(29, 142, 243, 0.8);
	-webkit-transform: translate(240px, 225px) rotate(45deg);
	-webkit-transition: all 0.5s cubic-bezier(0,.97,.31,.8);
	-moz-transform: translate(240px, 225px) rotate(45deg);
	-moz-transition: all 0.5s cubic-bezier(0,.97,.31,.8);
	-ms-transform: translate(240px, 225px) rotate(45deg);
	-ms-transition: all 0.5s cubic-bezier(0,.97,.31,.8);
	transform: translate(240px, 225px) rotate(45deg);
	transition: all 0.5s cubic-bezier(0,.97,.31,.8);

	/*-webkit-transition: all 0.5s cubic-bezier(0,.97,.33,.67);*/
}
.pslider li .item-hover-container {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: 5;
}
.pslider li .pslider-item.hover .item-hover {
	-webkit-transform: translate(-72px, -68px) rotate(45deg);
	-moz-transform: translate(-72px, -68px) rotate(45deg);
	-ms-transform: translate(-72px, -68px) rotate(45deg);
	transform: translate(-72px, -68px) rotate(45deg);
	opacity: 1;
	visibility: visible;
}
.pslider li .pslider-item.hover .item-hover-content {
	bottom: 0;
	visibility: visible;
	opacity: 1;
}
.pslider li .item-hover-content {
	position: absolute;
	left: 0;
	bottom: -100px;
	width: 100%;
	padding: 35px 20px;
	opacity: 0;
	-webkit-transition: bottom 0.3s ease-in-out, opacity 0.4s linear;
	-moz-transition: bottom 0.3s ease-in-out, opacity 0.4s linear;
	-ms-transition: bottom 0.3s ease-in-out, opacity 0.4s linear;
	transition: bottom 0.3s ease-in-out, opacity 0.4s linear;.

	color:#fff;
}
.pslider li .item-hover-content a {
	color: #fff;
}
.pslider li .item-hover-content h3 {
	font-size: 24px;
	padding-bottom: 5px;
	line-height: 120%;
}
.pslider li .item-hover-content span {
	font-size: 13px;
	color:#fff;
}
.pslider-shadow {
	text-align: center;
	margin-top: -9px;
}
body.page-template-template-home-php .pslider-shadow {
	text-align: center;
	margin-top: -7px;
}
.pslider-shadow img {
	max-width: 93%;
}


/* =============================================
   Bottom Boxes
   ============================================= */

.related-boxes {
	/*margin: 60px 0 60px 0;*/
}
/*.related-boxes h2 {
	font-size: 150%;
}
.related-boxes h3 {
	font-size: 137.5%;
	padding-bottom: 5px;
}
.related-boxes p {
	font-size: 13px;
	line-height: 150%;
}*/

.list-w-image-container {
	position: relative;
}
.list-w-image-container.with-icon {
	background-color: #fff;
}
.list-w-image-container.with-icon > h2 {
	padding-left: 90px;
	padding-top: 27px;
}
.list-w-image-container.with-icon ul.list-w-image {
	padding:15px 15px 25px;
}
.list-w-image-container.with-icon ul.list-w-image li  {
	margin-bottom: 30px;
}
.list-w-image-container.with-icon .latest-blog-posts-container {
	padding-bottom: 17px;
}
.list-w-image-container.with-icon ul.list-w-image li h3 {
	padding-bottom: 5px;
}

.list-w-image-container > h2 {
	margin: 0 0 35px 0;
}
.list-w-image-container ul.list-w-image li {
	position: relative;
	margin: 0 0 40px 0;
}
.list-w-image-container ul.list-w-image li:last-child {
	margin-bottom: 0;
}
.list-w-image-container ul.list-w-image li h3 {
	line-height: 140%;
	padding-bottom: 10px;
}
.list-w-image-container ul.list-w-image p {
	font-size: 13px;
	line-height: 150%;
}
.list-w-image-container .image-container {
	position: absolute;
	width: 55px;
	left: 0;
	top: 0;
	text-align: center;
}
.list-w-image-container .image-container img {
	margin: 3px 0 0 0;
	max-width: 100%;
}
.list-w-image-container .content-container {
	margin: 0 0 0 70px;
}

.latest-blog-posts {
	position: relative;
}
.latest-blog-posts.with-icon {
	background-color: #fff;
}
.latest-blog-posts.with-icon > h2 {
	padding-left: 90px;
	padding-top: 27px;
	padding-right: 53px;
}
.latest-blog-posts.with-icon ul li {
	margin-bottom: 0;
}
.latest-blog-posts.with-icon .nav-controls {
	top: 30px;
	right: 20px;
}
.latest-blog-posts.with-icon .latest-blog-posts-container {
	margin-top: 33px;
}

.latest-blog-posts.with-icon .latest-blog-posts-container {
	padding-bottom: 17px;
}
.latest-blog-posts ul {
	
}
.latest-blog-posts ul li {
	/*float: left;*/
	display: inline-block;
	width: 100%;
	/*height: 120px;*/
	position: relative;
	background-color: #fff;
	padding: 18px 18px;
	margin: 0 0 20px 0;
}
.latest-blog-posts ul li h3 {
	margin-left: 75px;
}
.latest-blog-posts .carouFredSel ul li h3 {
	line-height: 140%;
	margin-left: 0;
}
.latest-blog-posts ul li span.main-color {
	display: inline-block;
	margin-top: 10px;
	font-size: 13px;
}
.nav-controls {
	position: absolute;
	right: 0;
	top: 3px;
}
.nav-controls .nav-controls-next {
	float: right;
	width: 9px;
	height:14px;
	background: url(images/nav-controls.png) no-repeat right top;
}
.nav-controls .nav-controls-prev {
	float: left;
	width: 9px;
	height:14px;
	background: url(images/nav-controls.png) no-repeat left top;
	margin: 0 10px 0 0;
}
.latest-blog-posts-container {
	margin: 35px 0 0 0;
	overflow: hidden;
}
.latest-blog-posts-container h3 {
	/*height: 59px;*/
	overflow: hidden;
}
.latest-blog-posts-date {
	float: left;
	color: #fff;
	padding: 8px 10px;
	max-width: 60px;
	text-align: center;
	line-height: 125%;
	margin: 0 0 0 0;
	font-size: 16px;
}
.latest-blog-posts-desc {
	font-size: 13px;
	line-height: 150%;
	margin-top: 10px;
	margin-left: 75px;
}

.widget_testimonial .nav-controls .nav-controls-prev {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.widget_testimonial {
	position: relative;
	background-color: #fff;
	padding:40px 35px;
	height: 319px;
	margin-bottom: 35px;
}
.widget_testimonial h2 {
	padding-bottom: 20px;
}
.sidebar .widget_testimonial h3 {
	padding-bottom: 20px;
}
.latest-quotes-triangle {
	position: absolute;
	bottom: -16px;
	left: 35px;
	width: 24px;
	height: 16px;
	background: url(images/bubble-triangle.png) no-repeat center center;
}
.widget_testimonial .nav-controls {
	position: absolute;
	right: 35px;
	top: 46px;
}
.widget_testimonial ul {
	position: relative;
	height: 190px;
}
.widget_testimonial ul li {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	visibility: hidden;
}
.widget_testimonial ul li:first-child {
	visibility: visible;
}
.widget_testimonial ul li p {
	max-height: 190px;
	overflow: hidden;
	font-size: 13px;
	line-height: 166%;
}

.quotes-meta {
	position: absolute;
	top: 255px;
	left: -10px;
	line-height: 125%;
}
.quotes-meta span {
	color: #1d8ef3;
}
.quotes-shadow {
	position: absolute;
	bottom: -6.2%;
	right: -3.3%;
	width: 100%;
	height: 100%;
	z-index: -5;
}


/* =============================================
   Footer
   ============================================= */

.footer {
	overflow: hidden;
}
.footer-inner {
	float: left;
	width: 100%;
	background-color: #303030;
	margin-top: 120px;
}
.bottom-paragraph-container {
	background: url(images/bottom-paragraph-light.png) repeat-y top center;
}
.bottom-paragraph {
	color: #fff;
	padding: 25px 100px;
	
	position: relative;
}
.bottom-paragraph h2 {
	line-height: 120%;
	color: #fff;
}
.bottom-paragraph img {
	height: auto;
}
.bottom-paragraph p {
	color: #ddd;
	font-size: 14px;
	margin: 15px 0 0 0;
	line-height: 150%;
}
.bottom-paragraph-button {
	float: right;
	background: #1e8ff3 url(images/phone-overlay.png) repeat-x left top;
	padding: 11px 20px;
	margin: 2px 0 0 0;
	color: #fff;
}
.bottom-paragraph-button:hover {
	background-color: #606060;
	color:#fff;
}

.footer-row-1 {
	float: left;
	width: 100%;
	margin: 80px 0 60px;
	font-size: 13px;
	color: #808080;
}
.footer-row-1 > div:nth-child(n+4) {
	margin-right: 0;
}
.footer-row-1 h3 {
	font-size: 24px;
	padding: 0 0 25px 0;
	color: #dddddd;
	position: relative;
}
.footer-row-1 a, .footer-row-1 p, .footer-row-1 span {
	line-height: 150%;
	color: #808080;
}
.footer-row-1 span {
	font-size: 12px;
}
.footer-row-1 a:hover {
	color: #1d8ef3;
}
.newsletter-box {
	margin: 40px 0 0 0;
	background-color: #808080;
	height: 40px;
	position: relative;
	text-align: center;
}
.newsletter-box a {
	float: right;
	height: 100%;
	width: 32%;
	background-color: #606060;
	color: #dddddd;
	font-size: 14px;
	padding: 13px 0 0 0;
}
.newsletter-box a:hover {
	background-color: #1d8ef3;
	color: #fff;
}
.newsletter-box input[type="text"] {
	float: left;
	height: 100%;
	width: 68%;
	background-color: #808080;
	color:#ddd;
	border:0;
	padding: 10px;
}

.heading-image-hover {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
}
.footer-row-2 {
	float: left;
	width: 100%;
	margin: 25px 0 40px;
	color: #808080;
}
.footer-row-2 small {
	font-size: 13px;
}
#main-navigation-bottom {
	text-align: right;
}
#main-navigation-bottom li {
	display: inline;
	margin: 0 8px;
}
#main-navigation-bottom li a {
	font-size: 13px;
	color: #808080;
}
#main-navigation-bottom li a:hover {
	color:#fff;
}
.scrollup {
	position: fixed;
	bottom: 30px;
	right: 30px;
	background: #606060 url(images/scrollup.png) no-repeat center center;
	width: 60px;
	height: 60px;
	display: none;
	opacity: 0.35;
	-webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	-ms-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}
.scrollup:hover {
	background-color: #1e8ff3;
}


/* =============================================
   Footer Widgets
   ============================================= */

.footer-row-1 .widget_recent_entries ul li,
.footer-row-1 .widget_archive ul li,
.footer-row-1 .widget_categories ul li,
.footer-row-1 .widget_nav_menu ul li,
.footer-row-1 .widget_meta ul li,
.footer-row-1 .widget_pages ul li,
.footer-row-1 .widget_recent_comments ul li {
	margin-bottom: 5px;
}
.footer-row-1 .widget_recent_entries ul li:last-child,
.footer-row-1 .widget_archive ul li:last-child,
.footer-row-1 .widget_categories ul li:last-child,
.footer-row-1 .widget_nav_menu ul li:last-child,
.footer-row-1 .widget_meta ul li:last-child,
.footer-row-1 .widget_pages ul li:last-child,
.footer-row-1 .widget_recent_comments ul li:last-child {
	margin-bottom: 0;
}
.footer-row-1 .widget_nav_menu ul li .sub-menu, .footer-row-1 .widget_categories  ul li .children {
	margin: 5px 0 0 15px;
}
.footer-row-1 .latest-post-date {
	margin-top: 5px;
}
.footer-row-1 .widget_latest_posts ul li {
	margin-bottom: 25px;
	margin-top: -5px;
}
.footer-row-1 .tagcloud a {
	background-color: #808080;
	color: #fff;
}
.footer-row-1 .search-box-text {
	background-color: #808080;
	color: #fff;
}
.footer-row-1 .search-box-text::-webkit-input-placeholder {
    color: #fff;
}
.footer-row-1 .search-box-text::-moz-placeholder {
    color: #fff;
}
.footer-row-1 .search-box-text:-ms-input-placeholder {
    color: #fff;
}
.footer-row-1 .photostream {
	display: inline-block;
}
.footer-row-1 .photostream > div {
	float: left;
	width: 55px;
	height: 55px;
	margin: 0 7px 7px 0;
}
.footer-row-1 .photostream > div img {
	height: auto;
}
.footer-row-1 .photostream > div:hover {
	opacity: 0.7;
}


/* =============================================
   Blog
   ============================================= */

.page-header {
	margin: 25px 0 40px 0;
}
.page-header.no-header-message {
	margin-top: 0;
}
.page-desc {
	float: left;
	position: relative;
	width: 100%;
	min-height: 120px;
	background: url(images/page-desc-bg.png) repeat-x left top;
	background-color: #1e8ff3;
	padding: 25px 17%;
	text-align: center;
	color: #fff;
}
html.ie .page-desc {
	height: 120px;
}
.page-desc img {
	height: auto;
}
.page-desc h2 {
	font-size: 25px;
	line-height: 100%;
	white-space: nowrap;
	overflow: hidden;
	color:#fff;
}
.page-title {
	float: left;
	width: 100%;
	min-height: 80px;
	padding: 25px 35px;
	background-color: #fff;
}
.page-title h1 {
	float: left;
	width: 50%;
	line-height: 100%;
}
.breadcrumbs {
	float: right;
	width: 50%;
	color: #cccccc;
	text-align: right;
	font-size: 14px;
	margin-top: 9px;
}
.breadcrumbs li {
	display: inline;
	margin-right: 5px;
}
.breadcrumbs li:after {
	content: '/';
}
.breadcrumbs li:last-child:after {
	content: '';
}
.breadcrumbs li a {
	color: #cccccc;
	margin-right: 5px;
}
.breadcrumbs li a:hover {
	color: #1d8ef3;
}

.content-entry {
	padding: 38px;
	background-color: #fff;
	margin-bottom: 40px;
}
.content-entry header {
	display: inline-block;
	width: 100%;
	padding-bottom: 30px;
}
.content-entry.format-standard header {
	padding-bottom: 20px;
}
.content-entry-date {
	float: right;
	background-color: #1d8ef3;
	color: #fff;
	padding: 8px 11px;
	max-width: 60px;
	min-height: 56px;
	text-align: center;
	line-height: 125%;
	margin-left: 10px;
}
body.page .content-entry-date {
	margin-left: 15px;
}
.content-entry-title {
	padding-bottom: 10px;
	word-wrap: break-word;
	-ms-word-wrap: break-word;
}
.content-entry-cat, .content-entry-cat a {
	color: #1d8ff3;
}
.content-entry-cat a:hover {
	color: #303030;
}
.content-entry-content {
	font-size: 13px;
	line-height: 175%;
	word-wrap: break-word;
	-ms-word-wrap: break-word;
}
.content-entry-content > div > h1, .content-entry-content > div > h2, .content-entry-content > div > h3, .content-entry-content > div > h4, .content-entry-content > div > h5, .content-entry-content > div > h6 {
	line-height: 140%;
	margin-bottom: 20px;
}
.content-entry-content p {
	margin-bottom: 20px;
}
.content-entry-content p:last-child {
	margin-bottom: 0;
}
.content-entry-content figure {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}
.content-entry-content figure iframe {
	width: 100%;
}
.content-entry-content figure img {
	height: auto;
}
.content-entry-content img {
	height: auto;
	max-width: 100%;
}
.content-entry.format-standard .content-entry-content figure a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
/*	background: rgba(48, 48, 48, 0.8) url(images/link.png) no-repeat center center;
	text-align: center;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: scale(0.7,0.7);
	-webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.4s cubic-bezier(0,.97,.31,.8);
	-moz-transform: scale(0.7,0.7);
	-moz-transition: -moz-transform 0.2s ease-in-out, opacity 0.4s cubic-bezier(0,.97,.31,.8);
	-ms-transform: scale(0.7,0.7);
	-ms-transition: -ms-transform 0.2s ease-in-out, opacity 0.4s cubic-bezier(0,.97,.31,.8);
	-o-transform: scale(0.7,0.7);
	-o-transition: -o-transform 0.2s ease-in-out, opacity 0.4s cubic-bezier(0,.97,.31,.8);*/
}
.content-entry.format-standard .content-entry-content figure:hover a {
/*	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);*/
}
.content-entry-content a {
	color: #1d8ff3;
}
.content-entry-content table {
	margin-bottom: 20px;
}
.content-entry footer {
	padding-top: 30px;
}
.content-entry footer .sep {
	display: inline-block;
	height: 13px;
	text-align: center;
	width: 17px;
	overflow: hidden;
}
.content-entry-author {
	display: inline-block;
	font-size: 14px;
	color: #1d8ff3;
	padding-left: 20px;
	background: url(images/user.png) no-repeat left top;
}
.content-entry-author:first-letter {
    text-transform: uppercase;
}
.content-entry-comments {
	display: inline-block;
	font-size: 14px;
}
.content-entry-comments a {
	color: #1d8ff3;
}
.content-entry footer a:hover {
	text-decoration: underline;
}
.content-entry-more {
	float: right;
	text-decoration: none !important;
}
.content-entry-tags {
	font-size: 14px;
	padding-left: 4px;
	line-height: 150%;

}
.content-entry-tags a {
	color: #1d8ff3;
}
.article-nav {
	display: inline-block;
	width: 100%;
	font-size: 137.5%;
	line-height: 125%;
}
.article-nav div.nav-left {
	float: left;
	width: 50%;
	text-align: left;
	padding: 0 15px 0 38px;
	min-height: 1px;
}
.article-nav div.nav-right {
	float: left;
	width: 50%;
	text-align: right;
	padding: 0 38px 0 15px;
	min-height: 1px;
}
.article-nav div.nav-left a {
	float: left;
	padding-left: 20px;
	background: url(images/nav-left.png) no-repeat left center;
}
.article-nav div.nav-right a {
	float: right;
	padding-right: 20px;
	background: url(images/nav-right.png) no-repeat right center;
}
.content-entry-content .post-link {
	padding: 10px;
	margin-bottom: 20px;
	background-color: #fafafa;
	text-align: center;
}
.content-entry-content .post_quote {
	text-align: center;
	padding: 0 50px 0 50px;
}
body.single .content-entry-content .post_quote {
	margin-bottom: 25px;
}
.content-entry-content .post_quote h4 {
	font-size: 150%;
	line-height: 163.5%;
	margin-bottom: 10px;
}
.content-entry-content .post_quote span {
	color: #909090;
}



/* =============================================
   Sharing Box
   ============================================= */

.single-sharing {
	margin: 30px 0 0 0;
	padding: 15px 20px;
	box-shadow: 0px 0px 2px #ddd;
}
.single-sharing span {
	font-size: 13px;
	font-weight: bold;
	font-family: helvetica, arial, sans-serif;
}
.single-sharing ul {
	float: right;
}
.single-sharing ul li {
	float: right;
	margin-left: 15px;
}
.single-sharing ul li a {
	display: block;
	width: 16px;
	height: 16px;
}
.single-sharing ul li a.twitter {
	background: url(images/social-icons/sharing/twitter.png) no-repeat center center;
}
.single-sharing ul li a.facebook {
	background: url(images/social-icons/sharing/facebook.png) no-repeat center center;
}
.single-sharing ul li a.gplus {
	background: url(images/social-icons/sharing/gplus.png) no-repeat center center;
}
.single-sharing ul li a.digg {
	background: url(images/social-icons/sharing/digg.png) no-repeat center center;
}
.single-sharing ul li a.reddit {
	background: url(images/social-icons/sharing/reddit.png) no-repeat center center;
}
.single-sharing ul li a.linkedin {
	background: url(images/social-icons/sharing/linkedin.png) no-repeat center center;
}
.single-sharing ul li a.delicious {
	background: url(images/social-icons/sharing/delicious.png) no-repeat center center;
}
.single-sharing ul li a.email {
	background: url(images/social-icons/sharing/email.png) no-repeat center center;
}
.single-sharing ul li a:hover {
	opacity: 0.8;
}


/* =============================================
   Archive
   ============================================= */

.archive-entry header h3 {
	font-size: 175%;
}
.archive-entry-content {
	line-height: 250%;
}
.archive-entry-content ul li a {
	display: inline-block;
	padding: 0 0 0 18px;
	background: url(images/bullet.png) no-repeat left center;
}



/* =============================================
   Sidebar
   ============================================= */

.sidebar > * h3 {
	padding-bottom: 30px;
}
.sidebar > * {
	width: 90%;
	margin-bottom: 40px;
}
.sidebar > * ul {
	display: inline-block;
	width: 100%;
}
.sidebar > * ul li {


	line-height: 125%;
}
.sidebar > *.widget_categories ul li,
.sidebar > *.widget_recent_entries ul li,
.sidebar > *.widget_archive ul li,
.sidebar > *.widget_nav_menu ul li,
.sidebar > *.widget_meta ul li,
.sidebar > *.widget_pages ul li {
	float: left;
	width: 100%;
	min-height: 40px;
	-webkit-transition: background-color 0.1s ease-in-out;
	-moz-transition: background-color 0.1s ease-in-out;
	-ms-transition: background-color 0.1s ease-in-out;
	transition: background-color 0.1s ease-in-out;
}
.sidebar > *.widget_categories ul li a,
.sidebar > *.widget_recent_entries ul li a,
.sidebar > *.widget_archive ul li a,
.sidebar > *.widget_nav_menu ul li a,
.sidebar > *.widget_meta ul li a,
.sidebar > *.widget_pages ul li a {
	display: inline-block;
	width: 90%;
	font-family: 'TitilliumText22LRegular';
	padding: 11px 0 11px 18px;
	background: url(images/bullet.png) no-repeat left center;
	-webkit-transition: background-position 0.2s linear, padding 0.2s linear;
	-moz-transition: background-position 0.2s linear, padding 0.2s linear;
	-ms-transition: background-position 0.2s linear, padding 0.2s linear;
	transition: background-position 0.2s linear, padding 0.2s linear;
}
.sidebar > *.widget_categories ul li:hover,
.sidebar > *.widget_recent_entries ul li:hover,
.sidebar > *.widget_archive ul li:hover,
.sidebar > *.widget_nav_menu ul li:hover,
.sidebar > *.widget_meta ul li:hover,
.sidebar > *.widget_pages ul li:hover {
	background-color: #fff;
}
.sidebar > *.widget_categories ul li a:hover,
.sidebar > *.widget_recent_entries ul li a:hover,
.sidebar > *.widget_archive ul li a:hover,
.sidebar > *.widget_nav_menu ul li a:hover,
.sidebar > *.widget_meta ul li a:hover,
.sidebar > *.widget_pages ul li a:hover {
	padding-left: 25px;
	background-position: 10px center;
}
.sidebar #recentcomments li {
	margin-bottom: 15px;
}
.sidebar #recentcomments li:last-child {
	margin-bottom: 0;
}
.sidebar #recentcomments li a {
	color: #1d8ef3;
}
.widget_latest_posts ul li {
	margin-bottom: 40px;
}
.widget_latest_posts ul li:last-child {
	margin-bottom: 0;
}
.widget_rss ul li {
	margin-bottom: 15px;
}
.widget_rss ul li:last-child {
	margin-bottom: 15px;
}
.rss-date {
	font-size: 12px;
	color: #999;
}
.rssSummary {
	margin-top: 5px;
	font-size: 13px;
}
.latest-post-date {
	float: left;
	background-color: #fff;
	color: #1d8ef3;
	padding: 8px 10px;
	max-width: 60px;
	text-align: center;
	line-height: 125%;
	-webkit-transition: background-color 0.1s linear, color 0.2s linear;
	-moz-transition: background-color 0.1s linear, color 0.2s linear;
	-ms-transition: background-color 0.1s linear, color 0.2s linear;
	transition: background-color 0.1s linear, color 0.2s linear;
}
.widget_latest_posts ul li h4 {
	padding-bottom: 5px;
	padding-left: 70px;
	line-height: 110%;
}
.widget_latest_posts ul li p {
	font-size: 13px;
	line-height: 125%;
	padding-left: 70px;
}
.latest-post-date-hover {
	background-color: #1d8ef3;
	color: #fff;
}
.tagcloud {
	display: inline-block;
}
.tagcloud a {
	float: left;
	margin: 0 10px 10px 0;
	padding:10px;
	background-color: #fff;
	font-size: 14px;
	-webkit-transition: background-color 0.1s linear, color 0.1s linear;
	-moz-transition: background-color 0.1s linear, color 0.1s linear;
	-ms-transition: background-color 0.1s linear, color 0.1s linear;
	transition: background-color 0.1s linear, color 0.1s linear;
}
.tagcloud a:hover {
	color: #fff;
	background-color: #1d8ef3;
}
.sidebar .widget_testimonial {
	width: 100%;
	margin-bottom: 80px;
}
.sidebar .widget_testimonial p {
	font-size: 13px;
	line-height: 150%;
}
.check-list h3 {
	margin-bottom: 30px;
	font-size: 22px;
}
.check-list ul {
	display: inline-block;
}
.check-list ul li {
	float: left;
	width: 100%;
}
.check-list ul li a {
	float: left;
	width: 100%;
	padding: 0 0 0 25px;
	margin: 0 0 20px 0;
	font-size: 14px;
	font-family: 'TitilliumText22LRegular';
	background: url(images/bullet-2.png) no-repeat left center;
	-webkit-transition: padding 0.1s linear, color 0.1s linear;
	-moz-transition: padding 0.1s linear, color 0.1s linear;
	-ms-transition: padding 0.1s linear, color 0.1s linear;
	transition: padding 0.1s linear, color 0.1s linear;
	line-height: 140%;
}
.check-list ul li:last-child a {
	margin-bottom: 0;
}
.check-list ul li a:hover {
	padding-left: 35px;
}

#wp-calendar caption {
	padding-bottom: 10px;
}
table {
	border: 1px solid #999;
	border-width: 1px;
	line-height: 18px;
	text-align: left;
	padding: 0 5px;
	border-collapse:collapse;
}
table .even {
	background: #ddd;
}
caption {
	text-align: left;
}
tr {
	border-bottom: 1px solid #999;
}
th, td {
	padding: 5px;
	vertical-align: middle;
	text-align: center;
}


/* =============================================
   Clients
   ============================================= */

body.page-template-template-home-php .clients-container {
	/*margin: 30px 0 30px 0;*/
}
.clients-container {
	/*margin: 30px 0 30px 0;*/
}
.clients-slider {
	display: inline-block;
	width: 100%;
}
.clients-slider li {
	float: left;
	width: 190px;
	text-align: center;
}
.clients-slider li a {
	display: inline-block;
}
.clients-container .section-title {
	float: left;
	padding-left: 0;
	padding-bottom: 60px;
}
body:not(.page-template-template-home-php) .clients-container .section-title {
	padding-left: 38px;
}
.clients-container .nav-controls {
	float: right;
	position: relative;
}

.inner-row.clients {
	position: relative;
}
.inner-row.clients.with-icon {
	background-color: #fff;
	padding-bottom: 35px;
}
.inner-row.clients.with-icon .twelvecol h2 {
	padding-left: 90px;
	padding-top: 25px;
	padding-bottom: 47px;
}
.inner-row.clients.with-icon .nav-controls {
	top: 30px;
	right: 20px;
}


/* =============================================
   Content Box
   ============================================= */

body.page-template-template-home-php .tagline-container {
	/*margin-top: 30px;
	margin-bottom: 30px;*/
}
.tagline-container {
	/*margin-top: 60px;
	margin-bottom: 60px;*/
}
.tagline-1 {
	display: inline-block;
	width: 100%;
	background-color: #fff;
	padding: 25px 38px 30px;
	text-align: center;
	position: relative;
}
.tagline-1 h2 {
	color: #1e8ff3;
	padding-bottom: 10px;
	line-height: 140%;
	font-size:28px;
}
.tagline-1 p {
	font-family: 'TitilliumText22LRegular', helvetica, arial, sans-serif;
	color: #333;
	line-height: 150%;
	font-size: 18px;
}
.tagline-1-shadow {
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
	text-align:center;
}

.tagline-2 {
	display: inline-block;
	width: 100%;
	background-color: #fff;
	padding: 25px 38px 30px;
	text-align: left;
	position: relative;
}
.tagline-2 h2 {
	color: #303030;
	line-height: 140%;
	padding-bottom: 0px;
	font-size:28px;
}
.tagline-2 p {
	font-family: 'TitilliumText22LRegular', helvetica, arial, sans-serif;
	color: #1e8ff3;
	line-height: 150%;
	font-size: 18px;
}
.tagline-2-shadow {
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
	text-align:center;
}
.tagline-2-button {
	float: right;
	background-color: #2394f4;
	color:#fff;
	padding: 10px 18px;
	margin-top: 10px;
	font-size: 14px;
	margin-left: 20px;
}
.tagline-2-button:hover {
	background-color: #303030;
	color: #fff;
}
.tagline-3 {
	display: inline-block;
	width: 100%;
	background-color: #1e8ff3;
	padding: 25px 38px 35px;
	text-align: center;
	position: relative;
}
.tagline-3 h2 {
	color: #fff;
	line-height: 140%;
	padding-bottom: 30px;
	font-size:28px;
}
.tagline-3-shadow {
	position: absolute;
	bottom: -13px;
	left: -2.9%;
	width: 105.8%;
	z-index: -5;
	max-width: none;
}
.tagline-3-button {
	background-color: #303030;
	color:#fff;
	padding: 10px 18px;
	margin-top: 10px;
	font-size: 14px;
}
.tagline-3-button:hover {
	background-color: #fff;
	color: #2394f4;
}

.tagline-4 {
	width: 100%;
	background-color: #1e8ff3;
	padding: 20px 148px 27px 38px;
	position: relative;
}
.tagline-4 h2 {
	color: #fff;
	line-height: 140%;
	padding-bottom: 5px;
	font-size:28px;
}
.tagline-4 p {
	color: #fff;
	line-height: 140%;
}
.tagline-4-button {
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	background-color: #303030;
	color:#fff;
	padding: 0 18px 0;
	font-size: 14px;
	vertical-align: middle;
	width: 110px;
	display: table;
}
.tagline-4-button span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.tagline-4-button:hover {
	background-color: #fff;
	color: #2394f4;
}


/* =============================================
   Page
   ============================================= */

.page-entry {
	display: inline-block;
	width: 100%;
	padding: 38px;
	background-color: #fff;
	/*margin-bottom: 30px;*/
	position: relative;
}
.page-entry header {
	padding-bottom: 20px;
}
.page-entry-content {
	font-size: 13px;
	line-height: 163.5%;
}
.page-entry.no-bg {
	padding: 0;
	background: none;
}
.page-entry.no-bg header {
	padding-bottom: 30px !important;
}
.page-entry.no-bg header h2 {
	padding-left: 0;
}
.page-entry.no-bg header.with-icon h2 {
	margin: 0;
}
.page-entry.no-bg .page-entry-icon {
	display: none;
}
.page-entry.title-align header h2 {
	padding-left: 38px;
}
.page-entry header.with-icon {
	padding-bottom: 48px;
}
.page-entry header.with-icon h2 {
	margin-left: 54px;
	margin-top: -10px;
}
.page-entry header.no-icon .page-entry-icon {
	display: none;
}
.page-entry-icon {
	position: absolute;
	left: 0;
	top: 0;
	padding: 22px 20px;
	background-color: #1d8ef3;
}
.page-entry-icon span {
	color: #fff;
}
.page-entry {
	display: inline-block;
	width: 100%;
	padding: 38px;
	background-color: #fff;
	/*margin-bottom: 30px;*/
}

.page-entry-content > h1, .page-entry-content > h2, .page-entry-content > h3, .page-entry-content > h4, .page-entry-content > h5, .page-entry-content > h6 {
	line-height: 150%;
}


/* =============================================
   Testimonial
   ============================================= */

.testimonial {
	padding: 20px 38px;
	background-color: #fff;
	margin-bottom: 41px;
	position: relative;
}
.testimonial-content {
	font-size: 13px;
	line-height: 163.5%;
}
.testimonial.color-bg {
	color: #fff;
}
.testimonial-triangle {
	position: absolute;
	bottom: -16px;
	left: 35px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 16px 12px 0 12px;
	border-color: #fff transparent transparent transparent;
}
.testimonial-meta {
	position: absolute;
	bottom: -40px ;
	left: 25px;
	line-height: 125%;
	font-family: 'TitilliumText22LRegular', helvetica, arial, sans-serif;
}

.page-entry.no-background .testimonial {
	padding: 20px 38px;
	background-color: #fff;
	margin-bottom: 41px;
	position: relative;
}
.page-entry.no-background .testimonial-triangle {
	position: absolute;
	bottom: -16px;
	left: 35px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 16px 12px 0 12px;
	border-color: #fff transparent transparent transparent;
}
.page-entry .testimonial {
	padding: 20px 38px;
	background-color: #fff;
	margin-bottom: 41px;
	position: relative;
	box-shadow: 0px 0px 1px #aeaeae;
}
.page-entry .testimonial-triangle {
	position: absolute;
	bottom: -16px;
	left: 35px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 16px 12px 0 12px;
	border-color: #f0f0f0 transparent transparent transparent;
}



/* =============================================
   Team
   ============================================= */

.the_team {
	display: inline-block;
	margin: 0 0 0 0;
}
h2.section-title {
	padding: 0 0 40px 38px;
}
.the_team .threecol {
	text-align: center;
}
.team-entry {
	display: inline-block;
	padding: 20px;
	background-color: #fff;
	text-align: center;
	position: relative;
	max-width: 251px;
	margin-bottom: 30px;
}
.team-entry > img {
	width: 212px;
	height: auto;
}
.team-entry h3 {
	padding: 20px 0 5px 0;
}
.team-entry span {
	font-size: 12px;
	color: #3399ff;
}
.team-entry p {
	font-size: 13px;
	padding-top: 10px;
	line-height: 150%;
}
.team-entry ul {
	display: inline-block;
	width: 100%;
	margin: 15px 0 0 0;
}
.team-entry ul li {
	display: inline;
	margin: 0 5px 0 5px;
}
.team-entry ul li a {
	display: inline-block;
	width: 16px;
	height: 16px;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
.team-entry ul li a:hover {
	opacity: 0.5;
}
.team-entry ul li a.twitter {
	background: url(images/social-icons/teams/twitter.png) no-repeat center center;
}
.team-entry ul li a.facebook {
	background: url(images/social-icons/teams/facebook.png) no-repeat center center;
}
.team-entry ul li a.gplus {
	background: url(images/social-icons/teams/gplus.png) no-repeat center center;
}
.team-entry ul li a.linkedin {
	background: url(images/social-icons/teams/linkedin.png) no-repeat center center;
}
.team-shadow {
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: -5;
}


/* =============================================
   Team Single
   ============================================= */

.team-entry-single {
	background-color: #fff;
	padding:38px;
}
.team-entry-single img {
	height: auto;
}
.team-entry-single-title {
	margin-top: 20px;
	margin-bottom: 5px;
}
.team-entry-single-skills {
	display: inline-block;
	font-size: 13px;
}
.team-entry-single-desc {
	font-size: 13px;
	line-height: 175%;
}
.team-entry-single-social {
	display: inline-block;
	width: 100%;
	margin: 20px 0 0 0;
}
.team-entry-single-social li {
	display: inline;
	margin: 0 5px 0 5px;
}
.team-entry-single-social li:first-child {
	margin-left: 0;
}
.team-entry-single-social li a {
	display: inline-block;
	width: 16px;
	height: 16px;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
.team-entry-single-social li a:hover {
	opacity: 0.5;
}
.team-entry-single-social li a.twitter {
	background: url(images/social-icons/teams/twitter.png) no-repeat center center;
}
.team-entry-single-social li a.facebook {
	background: url(images/social-icons/teams/facebook.png) no-repeat center center;
}
.team-entry-single-social li a.gplus {
	background: url(images/social-icons/teams/gplus.png) no-repeat center center;
}
.team-entry-single-social li a.linkedin {
	background: url(images/social-icons/teams/linkedin.png) no-repeat center center;
}


/* =============================================
   Contact
   ============================================= */

.contact-map {
	margin: 0 0 40px 0;
}
.contact-note > div {
	font-family: 'TitilliumText22LRegular', helvetica, arial, sans-serif;
	font-size: 14px;
	line-height: 150%;
}
.contact-note ul li {
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-ms-transition: color 0.2s linear;
	transition: color 0.2s linear;
}
.contact-note ul li:hover {
	color:#1d8ef3;
}
.contact-note ul li img {
	padding-right: 5px;
}


.wpcf7 p {
	margin-bottom: 20px;
}
.wpcf7 p:last-child {
	margin-bottom: 0;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="url"], .wpcf7 input[type="number"], .wpcf7 input[type="tel"], .wpcf7 input[type="date"] {
	display: inline-block;
	width: 100%;
	padding: 8px 18px;
	background-color: #fff;
	border:none;
	font-size: 16px;
	color:#333;
	font-family: 'TitilliumText22LRegular', helvetica, arial, sans-serif;
}
.wpcf7 textarea {
	display: inline-block;
	width: 100%;
	padding: 8px 18px;
	background-color: #fff;
	border:none;
	font-size: 16px;
	color:#333;
	font-family: 'TitilliumText22LRegular', helvetica, arial, sans-serif;
}
.wpcf7 p input::-webkit-input-placeholder, .wpcf7 textarea::-webkit-input-placeholder {
   color: #ddd;
}
.wpcf7 p input::-moz-input-placeholder, .wpcf7 textarea::-moz-input-placeholder {
   color: #ddd;
}
.wpcf7 p input:-ms-input-placeholder, .wpcf7 textarea:-ms-input-placeholder {
   color: #ddd;
}
.wpcf7-submit {
	background-color: #1d8ef3;
	color:#fff;
	padding: 8px 18px 9px;
	border:none;
	font-size: 16px;
	font-family: 'TitilliumText22LRegular', helvetica, arial, sans-serif;

	-webkit-transition: background-color 0.1s linear, color 0.2s linear;
	-moz-transition: background-color 0.1s linear, color 0.2s linear;
	-o-transition: background-color 0.1s linear, color 0.2s linear;
	-ms-transition: background-color 0.1s linear, color 0.2s linear;
	transition: background-color 0.1s linear, color 0.2s linear;
}
.wpcf7-submit:hover {
	cursor:pointer;
	background-color: #303030;
	color:#fff;
}


/* =============================================
   Toggle & Accordion
   ============================================= */

.toggle-list, .accordion-list {
	display: inline-block;
	width: 100%;
}
.toggle-item {
	float: left;
	width: 100%;
	background-color: #fff;
	padding: 20px;
	margin-bottom: 10px;
}
.toggle-item-button {
	float: left;
	width: 20px;
	height: 20px;
	background: #303030 url(images/faq-controls.png) no-repeat left top;
}
.toggle-item-button:hover {
	background: #1d8ef3 url(images/faq-controls.png) no-repeat right top;
}
.toggle-item h4 {
	font-size: 16px;
	padding: 0 0 0 30px;
	line-height: 125%;
}
.toggle-item .toggle-desc {
	font-size: 13px;
	padding: 15px 0 0 30px;
	line-height: 150%;
	opacity: 0;
}

.accordion-item {
	float: left;
	width: 100%;
	background-color: #fff;
	padding: 10px 20px;
	margin-bottom: 10px;
	-webkit-transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
	-ms-transition: background-color 0.1s linear;
	transition: background-color 0.1s linear;
	box-shadow: 0px 0px 1px #ddd;
}
.accordion-item:hover {
	cursor: pointer;
	background-color: #1d8ef3;
}
.accordion-item.accordion-clicked {
	background-color: #1d8ef3;
}
.accordion-item h4 {
	font-size: 16px;
	padding: 0 0 0 30px;
	line-height: 125%;
	-webkit-transition: color 0.1s linear;
	-moz-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;
	-ms-transition: color 0.1s linear;
	transition: color 0.1s linear;
}
.accordion-item div.accordion-desc {
	font-size: 13px;
	padding: 15px 0 5px 30px;
	line-height: 150%;
	display: none;
}
.accordion-item-button {
	float: left;
	width:14px;
	height: 9px;
	background: url(images/accordion-controls.png) no-repeat left -9px;
	margin-top: 8px;
}
.accordion-item:hover .accordion-item-button, .accordion-item.accordion-clicked .accordion-item-button {
	background-position: left -27px !important;
}
.accordion-item.accordion-clicked:hover .accordion-item-button, .accordion-item.accordion-clicked .accordion-item-button {
	background-position: left -18px !important;
}
.accordion-item:hover h4, .accordion-item:hover div.accordion-desc, .accordion-item.accordion-clicked h4, .accordion-item.accordion-clicked div.accordion-desc {
	color:#fff;
}


/* =============================================
   Portfolio
   ============================================= */

#selectnav2 {
	margin: 0 0 40px 0;
}
#selectnav2:hover {
	cursor: pointer;
}
#containerMsg {
	font-size: 125%;
	line-height: 140%;
}
.portfolio-filterbar {
	display: inline-block;
	margin: 0 0 25px 0;
}
.portfolio-filterbar li {
	float: left;
	margin: 0 0 15px 38px;
}
.portfolio-filterbar li a {
	font-size: 14px;
}
.portfolio-filterbar li a:hover {
	color: #1d8ef3;
}
.portfolio-filterbar li a.active-filter {
	color: #1d8ef3;
}
.portfolio-entry-container {
	text-align: center;
	/*width: 104% !important;*/
}
.portfolio-entry {
	float: left;
	width: 22.05%;
	max-height: 285px;
	margin: 0 1.5% 50px 1.4%;
	background-color: #fff;
	max-width: 251px;
	text-align: center;
	position: relative;
}
.portfolio-entry img {
	/*height: auto;*/
}
.portfolio-entry:first-child {
	/*margin-left: 0;*/
}
.portfolio-entry .portfolio-content {
	height: 117px;
	padding: 25px 25px 20px;
}
.portfolio-entry .title-container {
	overflow: hidden;
}
.portfolio-entry .content-container {
	height: 40px;
}
.portfolio-entry h3 {
	padding: 0 0 10px;
	font-size: 24px;
	white-space: nowrap;
}
.portfolio-entry p {
	font-size: 13px;
	line-height: 150%;
}
.portfolio-entry .portfolio-shadow {
	position: absolute;
	bottom: -25px;
	left: 0;
	height: 25px;
	width: 100%;
}
.portfolio-entry .portfolio-shadow img {
	position: absolute;
	left: 0;
	top: 0;
}
.portfolio-entry .portfolio-image {
	position: relative;
}
.portfolio-entry .portfolio-hover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(29, 142, 243, 0.8);
	text-align: center;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: scale(0.7,0.7);
	-webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.4s cubic-bezier(0,.97,.31,.8);
	-moz-transform: scale(0.7,0.7);
	-moz-transition: -moz-transform 0.2s ease-in-out, opacity 0.4s cubic-bezier(0,.97,.31,.8);
	-ms-transform: scale(0.7,0.7);
	-ms-transition: -ms-transform 0.2s ease-in-out, opacity 0.4s cubic-bezier(0,.97,.31,.8);
	-o-transform: scale(0.7,0.7);
	-o-transition: -o-transform 0.2s ease-in-out, opacity 0.4s cubic-bezier(0,.97,.31,.8);
}
.portfolio-entry .portfolio-hover a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.portfolio-entry .portfolio-hover a.image {
	background: url(images/picture.png) no-repeat center center;
}
.portfolio-entry .portfolio-hover a.video {
	background: url(images/play.png) no-repeat center center;
}
.portfolio-image:hover .portfolio-hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
}


/* =============================================
   Portfolio 3 Col
   ============================================= */

.portfolio-threecol .portfolio-entry {
	width: 30.75%;
	max-height: 365px;
	margin: 0 1.3% 50px 1.3%;
	max-width: 350px;
}
 .portfolio-threecol .portfolio-entry .portfolio-content {
	height: 130px;
	padding: 27px 25px 20px;
}
.portfolio-threecol .portfolio-entry h3 {
	padding: 0 0 15px;
}
.portfolio-threecol .portfolio-hover a.image {
	background: url(images/picture-medium.png) no-repeat center center;
}
.portfolio-threecol .portfolio-hover a.video {
	background: url(images/play-medium.png) no-repeat center center;
}


/* =============================================
   Portfolio 2 Col
   ============================================= */

.portfolio-twocol .portfolio-entry {
	width: 48%;
	max-height: 475px;
	margin: 0 0.9% 50px 0.9%;
	max-width: 548px;
}
.portfolio-twocol .portfolio-entry .portfolio-content {
	height: 110px;
	padding: 27px 25px 20px;
}
.portfolio-twocol .portfolio-entry h3 {
	padding: 0 0 13px;
}
.portfolio-twocol .content-container {
	max-height: 20px;
}
.portfolio-twocol .portfolio-hover a.image {
	background: url(images/picture-large.png) no-repeat center center;
}
.portfolio-twocol .portfolio-hover a.video {
	background: url(images/play-large.png) no-repeat center center;
}


/* =============================================
   Page Navigation
   ============================================= */

.pagination {
	display: inline-block;
	margin: 30px 0 0 1.4%;
}
.pagination span {
	display: inline-block;
	text-align: center;
	margin-right: 10px;
	min-width: 40px;
	height: 40px;
	background-color: #fff;
	padding: 12px 10px 0;
	font-family: 'TitilliumText22LRegular', helvetica, arial, sans-serif;
}
.pagination a {
	display: inline-block;
	text-align: center;
	margin-right: 10px;
	min-width: 40px;
	height: 40px;
	background-color: #fff;
	padding: 12px 10px 0;
	font-family: 'TitilliumText22LRegular', helvetica, arial, sans-serif;

}
.pagination a:hover {
	background-color: #1d8ef3;
	color: #fff;
}
.pagination span.current {
	background-color: #1d8ef3;
	color: #fff;
}


/* =============================================
   Single Portfolio
   ============================================= */

.single-portfolio-slideshow {
	
}
.single-portfolio-slideshow img {
	height: auto;
}
.single-portfolio-content {
	background-color: #fff;
	padding: 38px;
	min-height: 497px;
}
.single-portfolio-content h2 {
	padding-bottom: 12px;
}
.single-portfolio-cat {
	color: #1d8ef3;
	font-size: 112.3%;
	font-family: 'TitilliumText22LRegular', helvetica, arial, sans-serif;
}
.single-portfolio-cat a {
	color: #1d8ef3;
}
.single-portfolio-cat a:hover {
	color: #303030;
}
.single-portfolio-content .inner-content {
	padding: 20px 0 0;
	font-size: 13px;
	line-height: 150%;
}
.single-portfolio-content h3 {
	padding: 45px 0 15px;
}
.single-portfolio-content .inner-info {
	display: inline-block;
	font-size: 14px;
	font-family: 'TitilliumText22LRegular', helvetica, arial, sans-serif;
}
.single-portfolio-content .inner-info li {
	display: block;
	margin-bottom: 10px;
}
.single-portfolio-content .inner-info li:last-child {
	margin-bottom: 0;
}
.single-portfolio-content .inner-info li a, .single-portfolio-content .inner-info li span {
	color: #1d8ef3;
}
.single-portfolio-content .inner-info li a:hover {
	color: #303030;
}
.single-portfolio-content .inner-share {
	display: inline-block;
	width: 100%;
	margin: 28px 0 0 0;
}
.single-portfolio-content .inner-share li {
	float: left;
	margin-right: 15px;
}
.single-portfolio-content .inner-share li a {
	display: block;
	width: 16px;
	height: 16px;
}
.single-portfolio-content .inner-share li a.twitter {
	background: url(images/social-icons/sharing/twitter.png) no-repeat center center;
}
.single-portfolio-content .inner-share li a.facebook {
	background: url(images/social-icons/sharing/facebook.png) no-repeat center center;
}
.single-portfolio-content .inner-share li a.gplus {
	background: url(images/social-icons/sharing/gplus.png) no-repeat center center;
}
.single-portfolio-content .inner-share li a.delicious {
	background: url(images/social-icons/sharing/delicious.png) no-repeat center center;
}
.single-portfolio-content .inner-share li a.digg {
	background: url(images/social-icons/sharing/digg.png) no-repeat center center;
}
.single-portfolio-content .inner-share li a.linkedin {
	background: url(images/social-icons/sharing/linkedin.png) no-repeat center center;
}
.single-portfolio-content .inner-share li a.reddit {
	background: url(images/social-icons/sharing/reddit.png) no-repeat center center;
}
.single-portfolio-content .inner-share li a.mail {
	background: url(images/social-icons/sharing/reddit.png) no-repeat center center;
}
.single-portfolio-content .inner-share li a:hover {
	opacity: 0.8;
}

.related-projects {
	margin: 60px 0 0 0;
}
.related-projects .portfolio-entry {
	margin-right: 1.5%;
}
.related-projects img {
	height: auto;
}

.single-portfolio-content.wide {
	float: left;
	width: 100%;
	min-height: auto;
}
.single-portfolio-content .single-left-side {
	float: left;
	width: 71%;
	padding: 0 38px 0 0;
}
.single-portfolio-content .single-right-side {
	float: left;
	width: 29%;
	padding-left: 38px;
	border-left: 1px solid #dddddd; 
}
.single-portfolio-content .single-right-side h3 {
	padding-top: 0;
}


/* ==========================================================================
   # Portfolio Category
   ========================================================================== */

.portfolio-category-item {
	float: left;
	width: 100%;
	background-color: #fff;
	padding: 38px;
	margin-bottom: 30px;
}
.portfolio-category-content h2 {
	margin-bottom: 12px;
}
.portfolio-category-cat {
	margin-bottom: 20px;
}
.portfolio-category-desc {
	font-size: 13px;
	line-height: 166.2%;
}
.portfolio-category-cat a {
	color: #1d8ef3;
}
.portfolio-category-cat a:hover {
	color: #303030;
}
.portfolio-category-more {
	float: left;
	margin-top: 27px;
}
.portfolio-category-item .portfolio-image {
	position: relative;
	-webkit-backface-visibility: hidden;
}
.portfolio-category-item .portfolio-image img {
	height: auto;
}
.portfolio-category-item .portfolio-hover {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(29, 142, 243, 0.8);
	text-align: center;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: scale(0.7,0.7);
	-webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.4s cubic-bezier(0,.97,.31,.8);
	-moz-transform: scale(0.7,0.7);
	-moz-transition: -moz-transform 0.2s ease-in-out, opacity 0.4s cubic-bezier(0,.97,.31,.8);
	-ms-transform: scale(0.7,0.7);
	-ms-transition: -ms-transform 0.2s ease-in-out, opacity 0.4s cubic-bezier(0,.97,.31,.8);
	-o-transform: scale(0.7,0.7);
	-o-transition: -o-transform 0.2s ease-in-out, opacity 0.4s cubic-bezier(0,.97,.31,.8);
}
.portfolio-category-item .portfolio-hover a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.portfolio-category-item .portfolio-hover a.image {
	background: url(images/picture-medium.png) no-repeat center center;
}
.portfolio-category-item .portfolio-hover a.video {
	background: url(images/play-medium.png) no-repeat center center;
}
.portfolio-category-item .portfolio-image:hover .portfolio-hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
}


/* ==========================================================================
   # Left Sidebar
   ========================================================================== */

.inner-row.left-sidebar .eightcol {margin-right: 0;}
.inner-row.left-sidebar .fourcol {margin-right: 3.8%;}


/* ==========================================================================
   # Comments Form
   ========================================================================== */

#respond-inputs p {
	float: left;
	width: 31%;
	margin-left: 3.5%;
}
#respond-inputs p:first-child {
	margin-left: 0;
}
#respond-inputs p input {
	display: inline-block;
	width: 100%;
	padding: 8px 18px;
	background-color: #fff;
	border:none;
	font-size: 100%;
	color:#333;
	font-family: 'TitilliumText22LRegular', helvetica, arial, sans-serif;
}
#comment-text textarea {
	display: inline-block;
	width: 100%;
	padding: 8px 18px;
	background-color: #fff;
	border:none;
	font-size: 100%;
	color:#333;
	font-family: 'TitilliumText22LRegular', helvetica, arial, sans-serif;
	margin: 20px 0 30px 0;
}
#respond-inputs p input::-webkit-input-placeholder, #comment-text textarea::-webkit-input-placeholder {
   color: #ddd;
}
#respond-inputs p input::-moz-input-placeholder, #comment-text textarea::-moz-input-placeholder {
   color: #ddd;
}
#respond-inputs p input:-ms-input-placeholder, #comment-text textarea:-ms-input-placeholder {
   color: #ddd;
}
#reply-title {
	padding-left: 38px;
	margin: 50px 0 35px 0;
}
#submit {
	background-color: #1d8ef3;
	color:#fff;
	padding: 8px 18px 9px;
	border:none;
	font-size: 106.3%;
	font-family: 'TitilliumText22LRegular', helvetica, arial, sans-serif;

	-webkit-transition: background-color 0.1s linear, color 0.2s linear;
	-moz-transition: background-color 0.1s linear, color 0.2s linear;
	-o-transition: background-color 0.1s linear, color 0.2s linear;
	-ms-transition: background-color 0.1s linear, color 0.2s linear;
	transition: background-color 0.1s linear, color 0.2s linear;
}
#submit:hover {
	cursor:pointer;
	background-color: #fff;
	color:#1d8ef3;
}


/* ==========================================================================
   # Comments List
   ========================================================================== */

.nocomments {
	margin: 50px 0 0 38px;
}
.comments-title {
	font-family: 'TitilliumText22LRegular', helvetica, arial, sans-serif;
	font-size: 137.5%;
	padding-left: 38px;
	margin: 50px 0 35px 0;
}
.comments-list {
	display: inline-block;
	width: 100%;
}
.comments-list li {
	margin: 0 0 25px 100px;
}
.comments-list li > div {
	position: relative;
	background-color: #fff;
	padding: 18px;
}
.avatar-border {
	position: absolute;
	left: -100px;
	top: 0;
}
.comment-meta {
	display: inline-block;
	width: 100%;
	padding-bottom: 15px;
}
.comment-author {
	font-size: 100%;
	color:#1d8ef3;
}
.comment-author a {
	color:#1d8ef3;
}
.comment-reply-link {
	float: right;
	color:#1d8ef3;
	font-size: 13px;
	margin-top: 4px;
	margin-left: 15px;
}
.comment-reply-link:hover {
	text-decoration: underline;
}
.comment-time.desktop {
	float: right;
	color:#1d8ef3;
	font-size: 13px;
	margin-top: 4px;
}
.comment-time.tablet {
	display: none;
	float: right;
	color:#1d8ef3;
	font-size: 13px;
	margin-top: 4px;
}
.comment-body {
	font-size: 13px;
	line-height: 150%;
}
.comment-triangle {
	background: url(images/comment-triangle.png) no-repeat center center;
	width: 16px;
	height: 24px;
	position: absolute;
	top: 21px;
	left: -16px;
}
.comment-edit-link {
	font-size: 81.5%;
}
#cancel-comment-reply-link:before {
	content: " / ";
}
#cancel-comment-reply-link {
	font-size: 12px;
}

.comment #respond input, .comment #respond textarea {
	box-shadow: 0px 0px 2px #DBDBF4;
}
.moderation {
	display: inline-block;
	font-size: 81.5%;
	padding: 5px 10px;
	margin-bottom: 5px;
	color:#fff;
	background-color: #1d8ef3;
}
.nopassword {
	font-size: 13px;
	margin: 30px 0 0 38px;
}
.comment .children {
	margin-top: 20px;
}
.children li {
	margin-bottom: 20px;
}
.comment #reply-title {
	margin-top: 0;
}
.logged-in-as {
	font-size: 14px;
}

.pings-title {
	margin: 30px 0 0 38px;
}
.pinglist {
	margin: 30px 0 0 0;
}
.pinglist li {
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
	background-color: #fff;
	padding: 10px 18px;
	line-height: 150%;
	font-size: 13px;
}


/* ==========================================================================
   # 404 Page
   ========================================================================== */

.not-found-404 {
	background-color: #fff;
	padding: 38px 38px 90px 91px;
}
.not-found-404 h2 {
	font-size: 1000%;
	margin-bottom: 10px;
}
.not-found-404 h3 {
	font-size: 350%;
}
.not-found-404 p {
	font-size: 125%;
	margin-top: 10px;
	margin-left: 4px;
	font-family: 'TitilliumText22LRegular', helvetica, arial, sans-serif;
}


/* ==========================================================================
   # Style Settings
   ========================================================================== */

.style-settings {
	background-color: #1d8ef3;
	position: fixed;
	left: -300px;
	top: 276px;
	padding: 19px 25px;
	color:#fff;
	width: 300px;
	z-index: 999;
}
.style-settings-button {
	background: #1d8ef3 url(images/style-settings.png) no-repeat right top;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	right: -60px;
}
.style-settings h3 {
	color: #fff;
}
.style-settings h5 {
	margin-top: 30px;
	color: #fff;
}
.style-settings p {
	margin-top: 20px;
	font-size: 13px;
	line-height: 150%;
	color: #fff;
}
.style-settings-colors {
	display: inline-block;
	width: 100%;
	margin-top:5px;
}
.style-settings-colors li {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}
.style-settings-colors li a {
	display: inline-block;
	width: 39px;
	height: 39px;
	border: 1px solid transparent;
	-webkit-transition: border 0.1s linear;
	-moz-transition: border 0.1s linear;
	-o-transition: border 0.1s linear;
	-ms-transition: border 0.1s linear;
	transition: border 0.1s linear;
}
.style-settings-colors li a.selected {
	border: 1px solid #fff;
}
.style-settings-colors li a:hover {
	border: 1px solid #fff;
}
.style-settings-colors li a.blue {
	background-color: #1881df;
}
.style-settings-colors li a.red {
	background-color: #d50a0a;
}
.style-settings-colors li a.black {
	background-color: #303030;
}
.style-settings-colors li a.green {
	background-color: #128020;
}
.style-settings-colors li a.pink {
	background-color: #c10047;
}
.style-settings-colors li a.violet {
	background-color: #7200ac;
}
.style-settings-colors li a.brown {
	background-color: #2e1700;
}
.style-settings-colors li a.cyan {
	background-color: #00aaaa;
}
.style-settings-colors li a.purple {
	background-color: #6b002b;
}
.style-settings-colors li a.dark_blue {
	background-color: #033649;
}
.style-settings-elements {
	display: inline-block;
	width: 100%;
	margin-top: 15px;
}
.style-settings-elements li {
	float: left;
	margin-right: 15px;
	padding: 8px 10px;
	border: 1px solid transparent;
	-webkit-transition: border 0.1s linear;
	-moz-transition: border 0.1s linear;
	-o-transition: border 0.1s linear;
	-ms-transition: border 0.1s linear;
	transition: border 0.1s linear;
}
.style-settings-elements li.selected {
	border: 1px solid #fff;
}
.style-settings-elements li:hover {
	border: 1px solid #fff;
}
.style-settings-elements li a {
	display: inline-block;
}
.settings-cube {
	width: 46px;
	height: 49px;
	background: url(images/style-settings.png) no-repeat -7px center;
	padding: 5px;
}
.settings-pyramid {
	width: 46px;
	height: 50px;
	background: url(images/style-settings.png) no-repeat -67px center;
}
.settings-none {
	width: 46px;
	height: 50px;
	background: url(images/style-settings.png) no-repeat -128px center;
}


/* ==========================================================================
   # Media Queries
   ========================================================================== */


/* Smaller than 1140px */
@media only screen and (max-width: 1139px) {

	.feature-box-content {
		padding-right: 30px;
		padding-left: 30px;
	}
	.pslider-nav-next {
		margin: 80px 0 0 0;
	}
	.pslider-nav-prev {
		margin: 80px 0 0 0;
	}
	.pslider-container .caroufredsel_wrapper {
		height: 256px !important;
	}
	.obj img {
		width: 85%;
	}

	.pslider-container {
		background-position: left -45px;
	}
	
	.portfolio-entry {
		margin: 0 1.5% 50px 1.4%;
	}
	
	.portfolio-threecol .portfolio-entry {
		margin-left: 1.2%;
		margin-right: 1.2%;
	}

	.portfolio-twocol .portfolio-entry {
		margin-right: 0.9%;
		margin-left: 0.9%;
	}
	.pslider-container .tencol {
		padding: 0;
	}
	.comments-list li {
		margin-left: 0;
	}
	.comments-list > li {
		margin-left: 100px;
	}

}

@media only screen and (min-width: 960px) {
	
	.top-phone-number {
		width: auto !important;
	}
	.top-phone-number div span {
		opacity: 1 !important;
	}

}

/* Smaller than 960px */
@media only screen and (max-width: 959px) {
	
	.logo {
		width: 115%;
	}
	.selectnav {
		display: block;
	}
	.main-navigation-container > ul {
		display: none;
	}
	.top-phone-number {
		margin-right: 10px;
		width: 40px;
		overflow: hidden;
		cursor: pointer;
	}
	.top-phone-number div {
		background-position: 11px center;
		padding-left: 40px;
	}
	.top-phone-number div span {
		white-space: nowrap;
		opacity: 0;
	}
	.header-row-2 .ninecol {
		width: 100%;
	}
	.header-row-2 .threecol {
		display: none;
	}
	.feature-box-content {
		padding-right: 18px;
		padding-left: 18px;
	}
	.feature-box-content img {
		max-width: 110px;
	}
	.feature-box-button {
		height: 70px;
	}
	.feature-box-button a {
		padding-top: 28px;
	}
	/*.pslider li {
		width: 176px;
		height: 176px;
	}*/
	.pslider-nav-next {
		margin: 55px 0 0 0;
		width: 35px;
		height: 70px;
	}
	.pslider-nav-prev {
		margin: 55px 0 0 0;
		width: 35px;
		height: 70px;
	}
	.pslider-container {
		background-position: left -50px;
	}
	.pslider-container .caroufredsel_wrapper {
		height: 189px !important;
	}
	.newsletter-box a {
		font-size: 12px;
		padding-top: 15px;
	}

	.obj img {
		width: 65%;
	}

	.featured-portfolio-four-col .portfolio-hover a {
		background: url(images/picture-small.png) no-repeat center center;
	}

	.pslider-container {
		
	}

	.sidebar > * {
		width: 100%;
	}

	.portfolio-entry {
		width: 30.75%;
	}

	.portfolio-filterbar {
		display: none;
	}
	.portfolio-entry { 
		margin-left: 1.2%;
		margin-right: 1.2%;
	}
	
	.single-portfolio-slideshow-container, .single-portfolio-content-container {
		width: auto !important;
		float: none;
		margin-left: 0px;
		margin-right: 0px;
	}
	.single-portfolio-content {
		min-height: auto;
	}
	.related-projects .portfolio-entry {
		width: 48%;
		max-height: 475px;
		margin: 0 1% 50px 1%;
		max-width: 548px;
	}
	.related-projects .portfolio-entry:nth-child(odd) {
		margin-left: 0;
	}
	.related-projects .portfolio-entry:nth-child(even) {
		margin-left: 2%;
	}
	.related-projects .portfolio-image img {
		width:100%;
	}
	.single-portfolio-content .single-left-side {
		width: auto;
		float: none;
		margin-left: 0px;
		margin-right: 0px;
		padding: 0 0 38px 0;
	}
	.single-portfolio-content .single-right-side {
		width: auto;
		float: none;
		margin-left: 0px;
		margin-right: 0px;
		padding: 38px 0 0 0;
		border-top: 1px solid #dddddd; 
		border-left: 0;
	}
	.pslider li .pslider-item.hover .item-hover {
		-webkit-transform: translate(-50px, -40px) rotate(45deg);
		-moz-transform: translate(-50px, -40px) rotate(45deg);
		-ms-transform: translate(-50px, -40px) rotate(45deg);
		transform: translate(-50px, -40px) rotate(45deg);
	}
	.comments-list li {
		margin: 100px 0 25px 0;
	}
	.comments-list li li {
		margin-top: 120px;
	}
	.comment-meta {
		position: absolute;
		top: -80px;
		left: 18%;
		width: 82%;
	}
	.comment-time.romina-tip {
		display: none;
	}
	.comment-time.tablet {
		display: inline-block;
		width: 100%;
		margin-top: 10px;
	}
	.comment-reply-link {
		margin-top: 2px;
	}
	.avatar-border {
		top: -90px;
		left: 0;
	}
	.avatar-border img {
		width: 65px;
		height: auto;
	}
	.comment-triangle {
		background: url(images/comment-triangle-top.png) no-repeat center center;
		width: 24px;
		height: 16px;
		top:-14px;
		left: 20px;
	}
	.team-entry-single-skills {
		margin-bottom: 10px;
	}
	.scrollup {
		display: none !important;
	}
	.tagline-2 p {
		margin-top: 13px;
	}
	.tabset .tabs li {
		width: 100%;
	}
	.tabset .tabs li a {
		width: 100%;
		margin: 2px 0 2px 0 !important;
	}
	.tabset .tabs li a.current {
		margin-top: 5px;
	}
	.tabset .panel {
		margin-top: 2px;
	}
	.boxed-featured-portfolio .portfolio-entry {
		width: 46%;
		margin-left: 1.9%;
		margin-right: 1.9%;
		max-width: none;
		max-height: none;
	}
	.boxed-featured-portfolio .portfolio-entry .portfolio-image img {
		width: 100%;
	}
	.boxed-featured-portfolio-three-col .portfolio-entry {
		width: 31%;
		margin-left: 1.4%;
		margin-right: 0.9%;
	}
	body.page-template-template-home-php .boxed-featured-portfolio .obj {
		display: none;
	}
	.main-navigation-container {
		width: 100%;
		height: 40px;
		overflow: hidden;
		background: url(images/responsive-menu.png) no-repeat 100% #fff;
	}
	html.ie .main-navigation-container, html.firefox .main-navigation-container {
		background: #fff url() no-repeat;
	}
	.main-navigation-container select {
		background: transparent;
		width: 100%;
		padding: 5px;
		font-size: 16px;
		border: 1px solid #fff;
		height: 40px;
		-webkit-appearance: none;
	}
	html.firefox .main-navigation-container select {
		padding: 9px;
	}
	.main-navigation-container .selectnav {
		width: 100%;
	}
	.portfolio-filterbar-container {
		width: 100%;
		height: 40px;
		overflow: hidden;
		background: url(images/responsive-menu.png) no-repeat 100% #fff;
		margin-bottom: 40px;
	}
	html.ie .portfolio-filterbar-container, html.firefox .portfolio-filterbar-container {
		background: #fff url() no-repeat;
	}
	.portfolio-filterbar-container select {
		background: transparent;
		width: 100%;
		padding: 5px;
		font-size: 16px;
		border: 1px solid #fff;
		height: 40px;
		-webkit-appearance: none;
	}
	.portfolio-filterbar-container .selectnav {
		width: 100%;
	}
	html.firefox .portfolio-filterbar-container .selectnav {
		padding: 9px;
	}
	.featured-portfolio-four-col.not-home-template .portfolio-item {
		width: 46%;
		margin: 0 2% 30px 2%;
	}
	.pslider li .item-hover-content h3 {
		font-size: 20px;
	}

}

@media only screen and (max-width: 698px) {
	
	.logo {
		text-align: center;
		width: 100%;
	}
	.header-row-2 {
		margin-top: 13px;
	}
	.top-social-icons {
		display: none;
	}
	.top-phone-number {
		display: none;
	}
	div.header .ninecol {
		position: relative;
	}
	.mobile-top-menu {
		display: inline-block;
		width: 100%;
		margin-top: 25px;
	}
	.mobile-menu-item {
		float: left;
		width: 33.3%;
		height: 40px;
		background-color: #fff;
	}
	.mobile-menu-item:hover {
		cursor: pointer;
	}
	.mobile-menu-item div.menu-item-child {
		display: none;
		float: left;
		max-width: 90%;
	}
	.mobile-social-icons {
		background: #fff url(images/twitter.png) no-repeat center center;
	}
	.mobile-social-icons ul li {
		float: left;
	}
	.mobile-social-icons ul li:first-child {
		margin-left: 0;
	}
	.mobile-phone-number {
		background: #1d8ef3 url(images/phone.png) no-repeat center center;
	}
	.mobile-phone-number .top-phone-number {
		width: auto;
		background-image: none;
	}
	.mobile-phone-number .top-phone-number span {
		opacity: 1;
	}
	.mobile-phone-number .top-phone-number:hover {
		cursor: auto;
	}
	.mobile-search-box {
		background: #fff url(images/search-button.png) no-repeat center center;
	}
	.mobile-menu-item.expanded {
		background-image: none;
	}
	.mobile-top-menu a.shrink {
		float: right;
		width: 40px;
		height: 40px;
		background: url(images/close.png) no-repeat center center;
		display: none;
	}
	.feature-box-container {
		text-align: center;
		margin-bottom: 25px;
	}
	.feature-box-container {
		text-align: center;
		margin-bottom: 25px;
	}
	.feature-box-container.last {
		margin-bottom: 0;
	}
	.feature-box {
		display: inline-block;
	}
	.feature-box-shadow {
		left: 31px;
		bottom: 16px;
	}
	.featured-portfolio-four-col {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.featured-portfolio-four-col > div {
		text-align: center;
		margin-bottom: 45px;
	}
	.featured-portfolio-four-col > div.last {
		margin-bottom: 0;
	}
	.featured-portfolio-four-col .portfolio-item {
		display: inline-block;
	}
	.featured-portfolio-four-col .portfolio-hover a {
		background: url(images/picture.png) no-repeat center center;
	}
	
	.pslider-container .onecol {
		height: 65px;
		text-align: center;
	}
	.pslider-nav {
		display: inline-block !important;
		float: none;
		width: 80px;
		height: 40px;
		background: #303030 url(images/pslider-nav-overlay.png) no-repeat left top;
		position: relative;
	}
	.pslider-nav-next {
		margin: 25px 0 0 0;
	}
	.pslider-nav-prev {
		margin: 0;
	}
	.pslider-nav-next span {
		background: url(images/pslider-nav-next.png) no-repeat center center;
	}
	.pslider-nav-prev span {
		background: url(images/pslider-nav-prev.png) no-repeat center center;
	}
	.pslider-container .caroufredsel_wrapper {
		height: 290px !important;
	}

	.related-boxes .inner-row > div {
		margin-bottom: 60px;
	}
	.related-boxes .inner-row > div:last-child {
		margin-bottom: 0;
	}

	.bottom-paragraph {
		padding: 25px;
	}

	.footer-row-1 > div {
		margin-bottom: 55px;
	}
	#main-navigation-bottom {
		display: none;
	}

	.obj {
		display: none !important;
	}

	.pslider-container {
		background: none;
	}
	
	.breadcrumb {
		display: none;
	}
	.page-title {
		text-align: center;
	}
	.page-title h1 {
		float: none;
		width: 100%;
	}
	.content-entry-more {
		float: left;
		width: 100%;
		margin-bottom: 30px;
	}
	.team-entry {
		margin-bottom: 30px;
	}
	.sidebar {
		margin-top: 60px;
	}
	.sidebar > section:last-child {
		margin-bottom: 0;
	}
	.inner-row:not(.with-icon) .section-title {
		padding-left: 0 !important;
	}
	.portfolio-entry {
		width: 46%;
		margin-left: 1.9%;
		margin-right: 1.9%;
	}
	.portfolio-threecol .portfolio-entry {
		width: 100%;
		margin-left: 7%;
		margin-right: 7%;
	}
	.portfolio-twocol .portfolio-entry {
		width: 100%;
		max-height: 475px;
		margin: 0 0 50px 0;
		max-width: 548px;
	}
	.page-desc {
		padding-right: 8%;
		padding-left: 8%;
	}
	.header {
		margin-bottom: 40px;
	}
	.page-header {
		margin-top: 0;
	}
	.pslider li .pslider-item.hover .item-hover {
		-webkit-transform: translate(-72px, -68px) rotate(45deg);
		-moz-transform: translate(-72px, -68px) rotate(45deg);
		-ms-transform: translate(-72px, -68px) rotate(45deg);
		transform: translate(-72px, -68px) rotate(45deg);
	}
	.related-projects {
		display: inline-block;
	}

	.comment-meta {
		left: 20%;
		width: 80%;
	}
	.pslider-nav {
		background-image: none;
	}
	.boxed-featured-portfolio .portfolio-entry {
		float: none;
		width: 100%;
		display: inline-block;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.page-entry-content > *[class*="col"] {
		margin-bottom: 60px;
	}
	.page-entry-content > *[class*="col"]:last-child {
		margin-bottom: 0;
	}
	.full-width-content > *[class*="col"] {
		margin-bottom: 60px;
	}
	.full-width-content > *[class*="col"]:last-child {
		margin-bottom: 0;
	}
	.full-width-content > *[class*="col"].last {
		margin-bottom: 0;
	}
	.breadcrumbs {
		display: none;
	}
	.tagline-2-button {
		display: none;
	}
	.tagline-2-button.tagline-2-button-phone {
		display: block;
		float: left;
		margin-top: 20px;
	}
	.main-navigation-container {
		width: 99%;
	}
	.featured-portfolio-four-col.not-home-template .portfolio-item {
		float: none;
		width: 100%;
		display: inline-block;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.style-settings {
		display: none;
	}
	.portfolio-category-content h2 {
		margin-top: 25px;
	}
	.tagline-2-button {
		margin-left: 0;
	}
	.tagline-4 {
		padding-right: 38px;
		text-align: center;
	}
	.tagline-4 h2 {
		padding-bottom: 20px;
	}
	.tagline-4-button {
		height: 60px !important;
		position: static;
		width: 100%;
		margin-top: 25px;
	}

	/* =========================================
		PrettyPhoto styling for small screens
	   ========================================= */
	   
	.pp_pic_holder { width: 100%!important; left: 0!important; overflow: hidden; }
	.pp_content_container .pp_left { padding-left: 0!important; }
	.pp_content_container .pp_right { padding-right: 0!important; }
	.pp_content { width: 100%!important; height: auto!important; }
	.pp_fade { width: 100%!important; height: 100%!important; }
	a.pp_expand, a.pp_contract, .pp_hoverContainer, .pp_gallery, .pp_top, .pp_bottom { display: none!important; }
	#pp_full_res img { width: 100%!important; height: auto!important; }
	.pp_details { width: 94%!important; padding-left: 3%; padding-right: 4%; padding-top: 10px; padding-bottom: 10px; background-color: #fff; margin-top: -2px!important; }
	a.pp_close { right: 10px!important; top: 10px!important; }
	.pp_nav {visibility:hidden!important; }
	#pp_full_res > iframe { width: 100%!important; }

}

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

	.mobile-menu-item div.menu-item-child {
		max-width: 85%;
	}
	.feature-box-shadow {
		left: 0;
	}
	.bottom-paragraph-button {
		font-size: 14px;
		padding: 8px 10px;
	}
	.portfolio-entry {
		float: none;
		width: 100%;
		display: inline-block;
		margin-left: 7% !important;
		margin-right: 0 !important;
	}
	.portfolio-threecol .portfolio-entry {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.portfolio-twocol .portfolio-entry {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.related-projects .portfolio-entry {
		float: none;
		width: 100%;
		display: inline-block;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.comment-meta {
		left: 27%;
		width: 73%;
	}
	.comment-time.tablet {
		display: none;
	}
	.comment-reply-link {
		display: inline-block;
		width: 100%;
		margin-top: 10px;
	}


}


/* =============================================
   Cubes
   ============================================= */
	
.cube {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
}
.cube-1 {
	left: -30%;
	top: 0;
}
.cube-2 {
	left: 300px;
	top: 10px;
	z-index: -5;
}
.cube-3 {
	left: 430px;
	top: 70px;
}
.cube-4 {
	right: 20px;
	top: 0px;
	z-index: -5;
}
.cube-5 {
	right: -30%;
	top: 45px;
}

.cube-6 {
	left: -10%;
	top: 60%;
}
.cube-7 {
	left: 0;
	top: 0;
}
.cube-8 {
	left: 36%;
	top: -150%;
}
.cube-9 {
	right: -6%;
	top: 20%;
}
.cube-10 {
	right: -10%;
	top: 80%;
}
.cube-11 {
	left: 0;
	top: 0;
}
.cube-12 {
	left: 10%;
	top: 80%;
}
.cube-13 {
	right: 10%;
	top: 10%;
}
.cube-14 {
	right: 3%;
	top: 50%;
}
.cube-15 {
	right: -3%;
	top: 60%;
}

.pslider-container .obj img {
	height: auto;
}
.pslider-container .cube-1 {
	left: -20%;
	top: 18%;
}
.pslider-container .cube-2 {
	left: 52%;
	top: 32%;
	z-index: 25;
}
.pslider-container .cube-3 {
	left: -3%;
	top: 55%;
	z-index: 25;
}
.pslider-container .cube-4 {
	right: 15%;
	top: 35%;
}
.pslider-container .cube-5 {
	right: -20%;
	top: 40%;
}

body.tablet .cube-1 {
	left: -98px !important;
}


/* Adjusting Cubes for smaller screens*/

/*body.small-desktop .cube-3 {
	top: 29% !important;
}
body.tablet .cube-5 {
	top: 9.9% !important;
}
body.tablet .cube-3 {
	top: 22.5% !important;
}
body.tablet .cube-8 {
	top: -50% !important;
}
body.tablet .cube-7 {
	top: -32% !important;
}
body.tablet .cube-9 {
	top: -32% !important;
}*/


/* =============================================
   Pyramids
   ============================================= */

.pyramid {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
}
.pyramid-1 {
	left: -30%;
	top: 0;
}
.pyramid-2 {
	left: 300px;
	top: 10px;
	z-index: -5;
}
.pyramid-3 {
	left: 430px;
	top: 70px;
}
.pyramid-4 {
	right: 20px;
	top: 0px;
	z-index: -5;
}
.pyramid-5 {
	right: -30%;
	top: 45px;
}

.pyramid-6 {
	left: -10%;
	top: 60%;
}
.pyramid-7 {
	left: 0;
	top: 0;
}
.pyramid-8 {
	left: 36%;
	top: -150%;
}
.pyramid-9 {
	right: -6%;
	top: 20%;
}
.pyramid-10 {
	right: -10%;
	top: 80%;
}
.pyramid-11 {
	left: 0;
	top: 0;
}
.pyramid-12 {
	left: 10%;
	top: 80%;
}
.pyramid-13 {
	right: 10%;
	top: 10%;
}
.pyramid-14 {
	right: 3%;
	top: 50%;
}
.pyramid-15 {
	right: -3%;
	top: 60%;
}

.pslider-container .pyramid-1 {
	left: -20%;
	top: 18%;
}
.pslider-container .pyramid-2 {
	left: 40%;
	top: 40%;
	z-index: 25;
}
.pslider-container .pyramid-3 {
	left: 45%;
	top: 60%;
	z-index: 25;
}
.pslider-container .pyramid-4 {
	right: 29%;
	top: -50%;
}
.pslider-container .pyramid-5 {
	right: -20%;
	top: 40%;
}

.obj {
	display: none;
}
.page-header .obj {
	display: block;
}
.footer .obj {
	display: block;
}
body.page-template-template-home-php .obj {
	display: block;
}


/* =============================================
   Editor
   ============================================= */

blockquote {
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 5px 0 5px 10px;
	border-left: 5px solid #eaeaea;
	color: #555;
	font-style: italic;
}
img[src$=".jpg"].wp-post-image, img[src$=".jpeg"].wp-post-image {
	background: url(images/image-loader.gif) no-repeat center center;
}


/* =============================================
   Widgets
   ============================================= */

.widget_recent_entries li:last-child {
	padding-bottom: 0;
}
.widget_recent_entries li a {
	padding-left: 15px;
	background: url(images/bullet-gray.png) no-repeat left center;
}
.sidebar .widget_text h3 {
	padding-bottom: 15px;
}
.sidebar .textwidget {
	font-size: 13px;
	line-height: 150%;
}
.sidebar .textwidget p {
	margin-bottom: 10px;
}
.sidebar .postform {
	display: inline-block;
	width: 100%;
	padding: 7px 5px;
}
.sidebar .widget_recent_entries span.post-date {
	display: inline-block;
	font-size: 12px;
	padding: 5px 0 0 30px;
}
.widget_search {
	display: inline-block;
}
.widget_search .search-box {
	width: 100%;
}
.widget_latest_portfolio ul li {
	float: left;
	width: 80px;
	margin: 0 20px 20px 0;
}
.widget_latest_portfolio ul li a {
	display: inline-block;
}
.widget_latest_portfolio ul li a:hover {
	opacity: 0.85;
}
.sidebar .photostream {
	display: inline-block;
}
.sidebar .photostream > div {
	float: left;
	width: 80px;
	margin: 0 20px 20px 0;
}
.sidebar .photostream > div img {
	height: auto;
}
.sidebar .photostream > div:hover {
	opacity: 0.85;
}


/* =============================================
   Shortcodes
   ============================================= */

.alert-message {
	display: inline-block;
	width: 100%;
	padding: 15px 38px;
	text-align: center;
	margin-bottom: 10px;
	line-height: 150%;
	font-size: 16px;
}
.alert-message:hover {
	cursor: pointer;
}
.alert-message span {
	padding-left: 30px;
}
.alert-message.warning {
	background: #eee2c3;
	color:#df9b09; 
}
.alert-message.warning span {
	background: url(images/warning.png) no-repeat left center;
}
.alert-message.error {
	background: #eec5c3;
	color:#df0909; 
}
.alert-message.error span {
	background: url(images/error.png) no-repeat left center;
}
.alert-message.success {
	background: #c3f0c9;
	color:#09d643; 
}
.alert-message.success span {
	background: url(images/success.png) no-repeat left center;
}
.alert-message.info {
	background: #c8e1f1;
	color:#1e8ff3; 
}
.alert-message.info span {
	background: url(images/info.png) no-repeat left center;
}
.alert-message.notification {
	background: #fff;
	color:#303030; 
	box-shadow: 0px 0px 1px #ddd;
}
.alert-message.notification span {
	padding-left: 0;
}

.romina-button {
	display: inline-block;
	padding: 8px 20px;
	font-size: 16px;
}
.romina-button:hover {
	background-color: #606060 !important;
}
.romina-button.default {
	color:#fff;
}
.romina-button.blue {
	color:#fff;
	background-color: #1d8ef3;
}
.romina-button.red {
	color:#fff;
	background-color: #df0909;
}
.romina-button.black {
	color:#fff;
	background-color: #303030;
}
.romina-button.white {
	color:#303030;
	background-color: #fff;
	box-shadow: inset 0px 0px 2px #ddd;
}
.romina-button.white:hover {
	color:#fff;
}
.romina-button.small {
	font-size: 13px;
	padding: 5px 20px;
}
.romina-button.medium {
	font-size: 16px;
}
.romina-button.large {
	font-size: 24px;
	font-family: 'TitilliumText22LRegular', helvetica, arial, sans-serif;
	padding-top:12px;
	padding-bottom: 12px;
	line-height: 1;
}

.tabset {
	display: inline-block;
	width: 100%;
}
.tabset .tabs {
	float: left;
	width: 100%;
}
.tabset .tabs li {
	float: left;
}
.tabset .tabs li a {
	display: inline-block;
	padding: 15px 25px;
	margin-right: 2px;
	margin-top: -2px;
	color: #303030;
	background-color: #fff;
	font-size: 16px;
}
.tabset .tabs li a:hover, .tabset .tabs li a.current:hover {
	background-color:#1e8ff3;
	color: #fff;
}
.tabset .tabs li a.current {
	color:#1e8ff3;
	margin-top: 0;
}
.tabset .panel {
	float: left;
	width: 100%;
	background-color: #fff;
	padding: 20px;
	font-size: 13px;
	line-height: 150%;
}
.gap {
	/*display: inline-block;*/
	clear: both;
	width: 100%;
	margin: 0;
}
.romina-slider img {
	height: auto;
}
.romina-tooltip {
	color: #1e8ff3;
}
.romina-tooltip:hover {
	cursor: help;
}


/* =============================================
	Services
   ============================================= */

.service {
	background-color: #fff;
	text-align: center;
	position: relative;
	padding: 30px 25px 30px 25px;
	-webkit-backface-visibility: hidden;
}
.service .service-image {
	margin-bottom: 25px;
}
.service h2 {
	padding: 0 0 15px;
}
.service p {
	font-size: 13px;
	line-height: 163.5%;
}
.service .service-button {
	display: inline-block;
	margin-top: 25px;
	font-size: 14px;
}
.service .service-shadow {
	position: absolute;
	bottom: -24px;
	left: 0;
	width: 100%;
	height: 25px;
}
.service .service-shadow img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
}
.dropcap {
	float: left;
	font-size: 48px;
	line-height: 34px;
	margin: 5px 8px 0 0;
}
.dropcap.default {

}
.dropcap.box {
	min-height: 55px;
	min-width: 55px;
	padding: 10px;
	background-color: #1d8ef3;
	color: #fff;
	text-align: center;
	font-family: 'TitilliumText22LRegular', helvetica, arial, sans-serif;
	margin-top: 2px;
}

.icon-boxes > .icon-box {
	float: left;
	width: 25%;
	margin-bottom: 10px;
}
.romina-icon {
	float: left;
	font-size: 16px;
}
.icon-box-content {
	margin-left: 26px;
	/*padding-top: 2px;*/
	font-size: 13px;
}
.romina-icon.medium {
	font-size: 32px;
}
.romina-icon.large {
	font-size: 64px;
}



/* =============================================
   Isotope
   ============================================= */

/**** 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:      -o-transform, 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;
}

/* End: Recommended Isotope styles */



/* ==========================================================================
   Tipsy Tooltip
   ========================================================================== */

.tipsy { font-size: 11px; position: absolute; padding: 5px; z-index: 100000; }
  .tipsy-inner { background-color: #000; color: #FFF; max-width: 200px; padding: 8px 10px; text-align: center; }
  

  /* Uncomment for shadow */
  /*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/
  
  .tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }
  
  /* Rules to colour arrows */
  .tipsy-arrow-n { border-bottom-color: #000; }
  .tipsy-arrow-s { border-top-color: #000; }
  .tipsy-arrow-e { border-left-color: #000; }
  .tipsy-arrow-w { border-right-color: #000; }
  
	.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
    .tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
    .tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
  .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
    .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
    .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
  .tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
  .tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }


/* ==========================================================================
   Themecheck Requirements
   ========================================================================== */

.wp-caption {
	text-align: center;
	margin: 0 20px 20px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	max-width: 100%;
}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 5px;
}
.sticky{}
.gallery-caption{}
.bypostauthor{}
.hidden { display: none; }
.alignleft { float: left; }
.alignright { float: right; }
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}
.wp-caption.aligncenter { margin: 20px auto; }
.wp-caption.alignleft { margin-left: 0; }
.wp-caption.alignright { margin-right: 0; }
.wp-caption.alignnone { margin-left: 0; }

img.alignleft {
	float: left;
	margin: 0 20px 10px 0;
}
img.alignright {
	display: block;
	margin: 0 0 10px 20px;
}
img.aligncenter {
	display: block;
	clear: both;
	margin: 15px auto;
}
img.alignnone {
    display: block;
    margin: 10px 0;
}
caption { text-align: left; }

.content-entry-content .flexslider ul {
	margin:0;
	list-style:none;
}
.content-entry-content .flexslider ul li {
	margin:0;
	list-style-image:none;
	list-style-type:none;
}
address { font-style: italic; }

abbr[title],
acronym[title],
dfn[title] {
	cursor: help;
	border-bottom: 1px dotted #666;
}


strong { font-weight: bold; }

em,
dfn,
cite { font-style: italic; }

.comments-list cite {
	font-style: normal;
}

dfn { font-weight: bold; }

sup {
	font-size: 11px;
	vertical-align: top;
}

sub {
	font-size: 11px;
	vertical-align: bottom;
}

small { font-size: 11px; }

del { text-decoration: line-through; }

ins { text-decoration: underline; }

code,
pre { line-height: 18px; }

var,
kbd,
samp,
code,
pre {
	font: 14px/19px Courier, "Courier New", monospace;
	background: #dddcd9;
	border: 1px solid #fff;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.48);
	   -moz-box-shadow: 0 2px 5px rgba(0,0,0,.48);
	     -o-box-shadow: 0 2px 5px rgba(0,0,0,.48);
	        box-shadow: 0 2px 5px rgba(0,0,0,.48);
	color: #333;
	margin-left: 5px;
	margin-right: 5px;
}
kbd { font-weight: bold; }
samp,
var { font-style: italic; }
code {
	padding:0px 3px;
}
pre {
	white-space: pre;
	overflow: auto;
	padding: 10px;
	border: 1px solid #DDD;
	clear: both;
	margin: 40px 50px;
}

.wpcf7-not-valid-tip {
	display: none;
}
input.wpcf7-not-valid, textarea.wpcf7-not-valid {
	border: 1px solid red !important;
}
div.wpcf7-validation-errors {
	border: none;
	margin: 0;
	padding: 0;
	color: #e01212;
	font-size: 13px;
}
div.wpcf7-mail-sent-ok {
	border: none;
	margin: 0;
	padding: 0;
	color: #398f14;
	font-size: 13px;
}
.content-entry-content ul,ol,dl {
	margin-left: 15px;
}
dl.gallery-item {
	margin: 0;
}
.content-entry-content ol {
	list-style: decimal inside;
	margin-bottom: 20px;
}
.content-entry-content ul {
	list-style: square inside;
	margin-bottom: 20px;
}
.content-entry-content .check-list ul {
	list-style: none;
	margin: 0;
}

.comment-body h1 {
	line-height: 140%;
	margin-bottom: 20px;
}

.comment-body h2 {
	line-height: 140%;
	margin-bottom: 20px;
}
.comment-body h3 {
	line-height: 140%;
	margin-bottom: 20px;
}
.comment-body h4 {
	line-height: 140%;
	margin-bottom: 20px;
}
.comment-body h5 {
	line-height: 140%;
	margin-bottom: 20px;
}
.comment-body h6 {
	line-height: 140%;
	margin-bottom: 20px;
}
.comment-body p {
	margin-bottom:10px;
}
.comment-body p:last-child {
	margin-bottom:0;
}
.comment-body ul, ol{
	margin-left:15px;
}
.comment-body ul, ol, dl {
	margin-bottom:20px;
}
.comment-body dd {
	margin-bottom:10px;
}
.comment-body ul li {
	margin: 0;
	list-style: square inside;
}
.comment-body ol li {
	margin: 0;
	list-style: decimal inside;
}
.comment-body table {
	margin-bottom: 30px;
} 

.page-id-1397 .eightcol:last-child{ margin-right: 0px; }
