/* = ELEMENTS STYLES 
 *
 *	= LAYOUT
 *	= ACCORDION
 *	= BUTTONS
 *	= TABS 
 *	= TOGGLE 
 *	= ALERT MESSAGES 
 *	= LIST STYLES
 *	= TEXT AND IMAGES 
 *	= HEADINGS 
 *	= TABLES 
 *	= PRICING TABLES 
 *	= DROPCAP 
 *	= IOS SLIDER  
 *
 */

/* LAYOUT
 * =================================================== */
.hr-bottom-elements {
	border-bottom: 1px solid #E7E8E9;
	margin: 0 0 30px;
	padding: 0 0 50px;

}

/* = ELEMENTS
 * =================================================== */
#elements h5 { font-size: 18px; }

code, pre {
	background: #FFF;
	font-family: sans-serif;
	color: #F2812F;
	display: block;
	margin: 10px 0;
	padding: 10px 15px;
	border-style: solid;
	border-width: 5px 1px 1px;
	border-color: #E7E8E9;
	white-space: pre;
	line-height: 20px;
	overflow: auto;
}

/* = ACCORDION
 * =================================================== */

.accordion {
	list-style: none;
	padding: 0 0 0 0;
}

.toggle-item h6,
.accordion h6 {
	cursor: pointer;
	margin: 0 0 3px;
	
	height: 36px;	
	line-height: 36px;	
	
	padding: 0 0 0 48px;
	
	font-size: 14px;
}

.toggle-item.inactive h6,
.accordion h6 {
	color: #939598;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAkCAMAAADSK7iXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA9QTFRF7u/x7vDx7/DyAAAA7/DxcqKLnAAAAOlJREFUeNqEU4sSgCAI25b//81ZPkAk47pKnQMGoBSWbqpPW3C81E9QbGHobQG4Paz4h3DASm6yHxoMxWLK7JctwJTD2UDIIQr+0fXRKbjKxuwY3QUHN3jKSW9l3l1+eqN9MH64qUGXGXjW9SyvjFSu8nSn1+XBCGyTwGA1ui4odvcGM8+xNa5uXhOtKWiHJZnCnDIRJO41KtslGgVieFu3PLppzQqZ8ij/VocXHzMgLk5aAwo/A43YYbEszGKTVVxJsXznG5hZpjoMbCKIMLPkDlOYzBMb/QWenErrANKLs9R2Xp5B3gIMAGpHE89nuVWwAAAAAElFTkSuQmCC) no-repeat;
}

.toggle-item h6,
.accordion-item.active h6 {
	color: #000;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAkCAMAAADSK7iXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA9QTFRF7u/x7vDx7/DyAAAA7/DxcqKLnAAAAOBJREFUeNqMVNESwyAISzL+/5t3sxUVkBsPvR6GAAGFmcFeowVzB5YP2wHnn8ZHCNiLwUOqpE6IuhyEEDDHRhdpeBLqSO7/XOylAAd4skSmzQOvDTuORd3MnarRLR0nMJAERtFKZkOXdKIPmag2VoNcd7ZZFdQnveTAcg7I57W+hQVjhGEvS1lgMmsp/lGsnthFzjgFDRetH/0z3wtIhxgFnbY2uUYglXsxlxwqL647UNzX1L0R5tugpj3c9/+M4O31KPdN1qg7G9M5fi4GvR1SUlqQn4TlPdKRgeFR+QowAGE4E8RVj6H3AAAAAElFTkSuQmCC) no-repeat;
	
}	


.accordion-item .accordion-content {
	font-weight: normal;
	cursor: auto;
	background-color: #fff;
	padding: 0 0 0 48px;
	opacity: 0;
	color: #939598;
	line-height: 16px;
	
	transition: height 0.5s, opacity 0.5s ease-out, padding 0.6s;
	-moz-transition: height 0.5s, opacity 0.5s ease-out, padding 0.6s ease-in;
	-webkit-transition: height 0.5s, opacity 0.5s ease-out, padding 0.6s ease-in;
	-o-transition: height 0.5s, opacity 0.5s ease-out, padding 0.6s ease-in;
	-ms-transition: height 0.5s, opacity 0.5s ease-out, padding 0.6s ease-in;
}

.accordion-item.active .accordion-content {
	padding: 10px 0 10px 48px;
	opacity: 1;
}

.accordion-item {
	border-top: 1px solid #eff0f1;
}
.accordion a {
	text-decoration: none;
	color: #939598;
}
.accordion a:hover {
	text-decoration: underline;
}

/* = BUTTONS
 * ========================================================= */

#all-buttons div.row {
	margin-bottom: 40px;
}

#all-buttons a {
	margin-left: 5px;
}

.buttons {
	padding: 0 20px;
	padding: 0 0 20px;

	margin: 0 0 20px;
	line-height: 20px;
	
	position:relative;
}

.buttons.light {
	background: #AEB9B5;
	margin: 0 0 20px;
}

.buttons  a {
	display: inline-block;
	margin: 10px 10px 10px 0;
}

.buttons span {
	display:inline-block;
}

/** required for fixed bubbles **/
.buttons span.relative {
	position:relative;
}




.button {
	border: none;
	color: #000;
	padding: 10px 17px;
	cursor: pointer;
	outline: 0 none;
	font-size: 13px;
	
	border-radius: 5px;
	background: #939598;

	text-shadow: 1px 1px 2px #fff;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
	
	background-image: -moz-linear-gradient(top,  rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.15)), color-stop(100%,rgba(0,0,0,0.15))); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top,  rgba(255,255,255,0.15) 0%,rgba(0,0,0,0.15) 100%); /* Chrome10+,Safari5.1+ */
	background-image: -o-linear-gradient(top,  rgba(255,255,255,0.15) 0%,rgba(0,0,0,0.15) 100%); /* Opera 11.10+ */
	background-image: -ms-linear-gradient(top,  rgba(255,255,255,0.15) 0%,rgba(0,0,0,0.15) 100%); /* IE10+ */
	background-image: linear-gradient(top,  rgba(255,255,255,0.15) 0%,rgba(0,0,0,0.15) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1affffff', endColorstr='#1a000000',GradientType=0 ); /* IE6-9 */
}

.button:hover {
	background-image: -moz-linear-gradient(top,  rgba(255,255,255,0.25) 0%, rgba(0,0,0,0.25) 100%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.25)), color-stop(100%,rgba(0,0,0,0.25))); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(0,0,0,0.25) 100%); /* Chrome10+,Safari5.1+ */
	background-image: -o-linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(0,0,0,0.25) 100%); /* Opera 11.10+ */
	background-image: -ms-linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(0,0,0,0.25) 100%); /* IE10+ */
	background-image: linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(0,0,0,0.25) 100%); /* W3C */

	text-shadow: 1px 1px 1px #fff;

	outline: 0 none;
}

.button:active,
.button:focus {
	background-image: -moz-linear-gradient(top,  rgba(255,255,255,0.25) 100%, rgba(0,0,0,0.25) 0%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%,rgba(255,255,255,0.25)), color-stop(0%,rgba(0,0,0,0.25))); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top,  rgba(255,255,255,0.25) 100%,rgba(0,0,0,0.25) 0%); /* Chrome10+,Safari5.1+ */
	background-image: -o-linear-gradient(top,  rgba(255,255,255,0.25) 100%,rgba(0,0,0,0.25) 0%); /* Opera 11.10+ */
	background-image: -ms-linear-gradient(top,  rgba(255,255,255,0.25) 100%,rgba(0,0,0,0.25) 0%); /* IE10+ */
	background-image: linear-gradient(top,  rgba(255,255,255,0.25) 100%,rgba(0,0,0,0.25) 0%); /* W3C */
}

/* Light(er) buttons for Dark(er) Backgrounds */
.button.light {
	box-shadow: 0 0 4px rgba(255, 255, 255, 0.5), 0 -1px 1px rgba(255, 255, 255, 0.75), 0 1px 1px rgba(255, 255, 255, 0.5);
}
.button.light:hover,
.button.light:focus {
	box-shadow: 0 0 4px rgba(255, 255, 255, 1), 0 -1px 1px rgba(255, 255, 255, 1), 0 1px 1px rgba(255, 255, 255, 0.75);
}

/* Button sizes */
.button.small {
	padding: 8px 10px;
	font-size: 11px;
	line-height: 14px;
}

.button.medium {
	padding: 10px 17px;
	font-size: 16px;
}

.button.large {
	padding: 25px 20px;
	font-size: 20px;
}

/* Button colors */
.button.grey {
	background-color: #D1D3D4;
}
.button.yellow {
	background-color: #fbb82f;
}
.button.orange {
	background-color: #f2812f;
}
.button.green {
	background-color: #a6ce44;
}
.button.blue {
	background-color: #8DB3CB;
}

.button.brown {
	background-color: #BAB2AC;
}

/* Pricing table buttons */
.button.light-grey {
	background-color: #d1d2d3;
}
.button.dark-grey {
	background-color: #bdbec0;
}
.button.darker-grey {
	background-color: #a7a9ac;
}
.button.black-text {
	color: #000;
}

/* = COLUMNS 
 * ========================================================= */
#columns .column-title {
	float: none;
	margin-bottom: 10px;
}

.hr-bottom-columns { /* horizontal rule - bottom */
	border-bottom: 1px solid #E7E8E9;
	margin: 0 0 40px;
	padding: 0 0 40px;
}

/* = TABS 
 * ========================================================= */

/* Generic Utility */
.hide { position: absolute; top: -9999px; left: -9999px; }

.tabs-list-wrap { 
	box-shadow: 0 0 2px rgba(0,0,0,0.1); 
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.1); 
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.1); 
	-ms-box-shadow: 0 0 2px rgba(0,0,0,0.1); 
	-o-box-shadow: 0 0 2px rgba(0,0,0,0.1); 
	padding: 20px;
	margin-left: 2px;
	position: relative;
	z-index: 9;
}

.tabs-list-wrap li { 
	margin-bottom: 10px;
	color: #939598;
	line-height: 16px;
}

.tabs .tabs-nav { 
	overflow: hidden; 
	padding: 2px;
	position: relative;
	z-index: 10;
}


.tabs .tabs-nav li { 
	float: left; 
}

.tabs .tabs-nav li.last { 
	margin-right: 0; 
}

.tabs .tabs-nav li a { 
	display: block; 
	color: #939598; 
	text-align: center; 
	border: 0; 
	background: #eff0f1;
	font-size: 14px;
	position: relative;
	bottom: -10px;
	margin: 0 2px 0 0; 
	padding: 5px 15px;
	outline: 0 none;
}

.tabs ul { 
	list-style: none; 
}

.tabs ul li a { 
	display: block; 
	border-bottom: 1px solid #666; 
	padding: 4px; 
	color: #666; 
	line-height: 24px;	
	margin: 0;
	position: relative;
}

.tabs ul li a.current { 
	background: #fff;
	color: #000; 
	box-shadow: 0 -2px 2px rgba(0,0,0,0.1); 
	-moz-box-shadow: 0 -2px 2px rgba(0,0,0,0.1); 
	-webkit-box-shadow: 0 -2px 2px rgba(0,0,0,0.1); 
	-ms-box-shadow: 0 -2px 2px rgba(0,0,0,0.1); 
	-o-box-shadow: 0 -2px 2px rgba(0,0,0,0.1); 

	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;

	margin: 0;
	line-height: 28px;	
	bottom: -3px;
	left: -1px;
}

.tabs ul li a.first {
	left: 0;
}

/* = TOGGLE 
 * =================================================== */

.toggle-item {
	border-top: 1px solid #eff0f1;
}
/*
.toggle-item h6 {
	display: block;
	cursor: pointer;
	padding: 10px 20px 10px 5px;
	background: #eff0f1;
	color: #000;
	margin: 0;

	transition: background 0.5s;
	-moz-transition: background 0.5s;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
	-ms-transition: background 0.5s;
}


.toggle-item.inactive h6 {
	color: #939598;
	background:#fff;
	margin: 0;
}

.toggle-item h6 span {
	background: none repeat scroll 0 0 #FBB82F;
	color: #FFF;
	font-size: 12px;
	margin: 0 10px 0 0;
	padding: 0 6px;
}

.toggle-item h6 span:after {
	content: "-";
	padding: 0 1px 0 2px;
}

.toggle-item.inactive h6 span:after {
	content: "+";
	padding:0;
}
*/

.toggle-item .toggle-content {
	font-weight: normal;
	cursor: auto;
	background-color: #fff;
	opacity: 1;
	color: #939598;
	line-height: 16px;
	
	padding:10px 0;

	transition: height 0.35s, opacity 0.5s ease-out, padding 0.6s;
	-moz-transition: height 0.35s, opacity 0.5s ease-out, padding 0.6s ease-in;
	-webkit-transition: height 0.5s, opacity 0.5s ease-out, padding 0.6s ease-in;
	-o-transition: height 0.5s, opacity 0.5s ease-out, padding 0.6s ease-in;
	-ms-transition: height 0.5s, opacity 0.5s ease-out, padding 0.6s ease-in;
}

.toggle-item.inactive .toggle-content {
	opacity: 0;
	padding: 0;
}


/* = ALERT MESSAGES 
 * ========================================================= */

.notice-message {
	background: url(../img/warning.png) no-repeat 15px center #fff2dd;
	color: #b56e1f;
	padding: 12px 50px;
}

.error-message {
	background: url(../img/error.png) no-repeat 15px center #fde4e0;
	color: #942f36;
	padding: 12px 50px;
}

.success-message {
	background: url(../img/accept.png) no-repeat 15px center #f2f6df;
	color: #4d5f09;
	padding: 12px 50px;
}

.info-message {
	background: url(../img/info.png) no-repeat 15px center #e3f4fd;
	color: #013854;
	padding: 12px 50px;
}

/* = BUBBLE MESSAGES 
 * ========================================================= */

/** trigger for the bubble -- for demonstration purposes **/
.bubble {
	display: none;
	position: absolute;
	height:20px;
	padding:5px;
	background: #000; /** bubble color **/
	color: #fff;
	z-index: 100;
	min-height: 20px;
	min-width: 100px;
	padding: 5px;
	position: absolute;
	white-space: nowrap;
	text-align:center;
	
	border-radius: 5px;
	box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.5);

	top: -30px;
}

.buttons span:hover .bubble {
	display: block;
}

.bubble:after {
	content:"\00a0";
	display:block;
	position:absolute;
	top:28px;
	left:50%;
	width:0;
	height:0;
	margin-left:-6px;
	border-width:10px 6px;
	border-style:solid;
	border-color: #000 transparent transparent; /** bubble color **/
	z-index:99;
}

.bubble.medium {
	width: 200px;
	left: 50%;
	top: -30px;
	margin: 0 0 0 -110px; /** centered by default: left margin -50% - 10px (button's margin) **/
}


/** Positioned Right **/
.bubble.right {
	left: auto;
	right: 10px; /** -10px (button's margin) **/
	margin:0;
}
.bubble.right:after {
	left: 100%;
	margin-left: -20px; 
}

/** Positioned Left **/
.bubble.left {
	left: 0;
	right: auto; 
	margin:0;
}
.bubble.left:after {
	left: 0%;
	margin-left: 8px; 
}

.bubble.whole {
	width:100%;
}


/** Colors **/
.bubble.grey { background: #5e5e5e; }
.bubble.grey:after { border-color:#5e5e5e transparent transparent; }

.bubble.yellow { background: #d79000; }
.bubble.yellow:after { border-color:#d79000 transparent transparent; }

.bubble.orange { background: #DC661D; }
.bubble.orange:after { border-color:#DC661D transparent transparent; }

.bubble.green { background: #78a705; }
.bubble.green:after { border-color:#78a705 transparent transparent; }

.bubble.brown { background: #BAB2AC; }
.bubble.brown:after { border-color:#BAB2AC transparent transparent; }

.bubble.blue { background: #8DB3CB; }
.bubble.blue:after { border-color:#8DB3CB transparent transparent; }


/** Validation bubbles used on contact form **/
.bubble.info-message,
.bubble.success-message,
.bubble.notice-message,
.bubble.error-message { top:-50px; width:auto; background: url(../img/error.png) no-repeat 15px center #fde4e0; color: #942f36; padding: 12px 50px; }

.bubble.notice-message { background: url("../img/warning.png") no-repeat 15px center #FFF2DD; color: #B56E1F; }
.bubble.success-message { background: url(../img/accept.png) no-repeat 15px center #f2f6df; color: #4d5f09; }
.bubble.info-message { background: url(../img/info.png) no-repeat 15px center #e3f4fd;color: #013854; }

.bubble.info-message:after,
.bubble.notice-message:after,
.bubble.success-message:after,
.bubble.error-message:after { top: 42px; border-color: #fde4e0 transparent transparent; }
.bubble.success-message:after { border-color: #f2f6df transparent transparent; }
.bubble.notice-message:after { border-color: #FFF2dd transparent transparent; }
.bubble.info-message:after { border-color: #e3f4fd transparent transparent; }



/* = TOGGLE BOX
 * ========================================================= */
h4.toggle-box-title {
	margin-bottom: 5px;
	font-size: 16px;
	cursor: pointer;
}

.demo-show div {
	margin-bottom: 30px;
}


/* = LIST STYLES
 * ========================================================= */

.square li, .arrow li, .arrows li, .disc li, .circle li, .plus li, .minus li {
	color: #f2812f;
	border-bottom: 1px solid #E7E8E9;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

.square li span, .arrow li span, .arrows li span, .disc li span, .circle li span, .plus li span, .minus li span {
	color: #939598;
	margin: 0 0 0 23px;
}

.square li span, .disc li span, .circle li span {
	margin: 0 0 0 10px;
}


.square {
	list-style: square inside;
}

.arrow li {
	background: url(../img/list_arrow.png) 0 0 no-repeat;
}

.arrows li {
	background: url(../img/list_arrows.png) 0 0 no-repeat;
}

.disc {
	list-style: disc inside;
}

.circle {
	list-style: circle inside;
}

.plus li {
	background: url(../img/list_plus.png) 0 0 no-repeat;
}

.minus li {
	background: url(../img/list_minus.png) 0 0 no-repeat;
}


/* = TEXT AND IMAGES 
 * ========================================================= */
.left-img {
	float: left;
	margin: 0 10px 5px 0;
	border: 1px solid #DCDDDE;
	padding: 5px;
}

.right-img {
	float: right;
	margin: 0 0 5px 10px;
	border: 1px solid #DCDDDE;
	padding: 5px;
}


/* = HEADINGS 
 * ========================================================= */
.headings p {
	margin-bottom: 30px;
}

#elements .headings h5 {
	font-size: 16px;
}

/* = TABLES 
 * ========================================================= */

table tbody tr:nth-child(2n+1) {
	background: #eff0f1;
}

table th, td {
	padding: 0px 5px 0px 35px;
	line-height: 34px;
	text-align: left;
	vertical-align: middle;
	border-right: 2px solid #fff;
}

table th.right, td.right {
	text-align: right;
}

table td {
	color: #939598;
}

table thead {
	background: none repeat scroll 0 0 #d2d3d5;
}

table thead th {
	border-bottom: 2px solid #fff;
	color: #000;
	font-size: 14px;
}

table thead th:last-child, .tables table tr td:last-child {
	border-right: none;
}

.tables p {margin: 20px 0 0;}

/* = PRICING TABLES 
 * ========================================================= */

/* Four columns pricing table style */
.pricing-table-column-4 .pricing-column {
	width: 228px;
	margin-right: 16px;
	float: left;
}

.pricing-table-column-4 table, .pricing-table-column-4 .pricing-table-footer {
	width:100%;
}

.pricing-table-content {
	margin: 0 4px;
}

/* Three columns pricing table style */
.pricing-table-column-3 .pricing-column {
	width: 310px;
	margin-right: 15px;
	float: left;
}

.pricing-table-column-3 table, .pricing-table-column-3 .pricing-table-footer  {
	width: 100%;
}

/* general style */
.pricing-column {
	margin: 20px 0;
}

.pricing-column.last {
	margin-right: 0;
}

.pricing-table td {
	text-align: center;
	padding: 0;
	border: 0;
}

.pricing-table-header-box {
	background: url(../img/four-column-portfolio-shadow.png) no-repeat center bottom;
	padding: 0 0 8px;
}

.pricing-table-column-3 .pricing-table-header-box {
	background: url(../img/three-column-portfolio-shadow.png) no-repeat center bottom;
	padding: 0 0 12px;
}

.pricing-table-header {
	border: 1px solid #E7E8E9;
	padding: 4px;
	background: #fff;
	position: relative;
}

.pricing-table-title {
	background: #bbbdbf;
	color: #FFFFFF;
	font-size: 20px;
	padding: 10px;
	text-align: center;
	border-bottom: 1px solid #FFFFFF;
	margin: 0;
	position: relative;
}

.pricing-table-title-arrow-cnt {
	height: 34px;
	left: 50%;
	margin-left: -17px;
	overflow: hidden;
	position: absolute;
	top: 44px;
	width: 34px;
}
.pricing-table-title-arrow {
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	background: none repeat scroll 0 0 #BBBDBF;
	border: 1px solid #FFFFFF;
	height: 21px;
	left: 5px;
	position: absolute;
	top: -11px;
	width: 21px;
}

.pricing-table-price {
	background: #d1d2d3;
}

.pricing-table-price-value {
	color: #000000;
	font-size: 42px;
	padding: 30px 0 20px 0;
	text-align: center;
}

.pricing-table-price-period {
	padding: 0 0 15px;
	text-align: center;
}

.pricing-table-footer {
	margin-top: 25px;
	text-align: center;
}

.pricing-column .button {
	display: block;
}

/* first package/column style */
.first-package .pricing-table-title, .first-package .pricing-table-title-arrow {
	background: #bbbdbf;
}

.first-package .pricing-table-price {
	background: #d1d2d3;
}

/* second package/column style */
.second-package .pricing-table-title, .second-package .pricing-table-title-arrow {
	background: #a7a9ac;
}

.second-package .pricing-table-price {
	background: #bdbec0;
}

/* third package/column style */
.third-package .pricing-table-title, .third-package .pricing-table-title-arrow {
	background: #939598;
}

.third-package .pricing-table-price {
	background: #a7a9ac;
}


/* featured package/column style */
.featured .pricing-table-title, .featured .pricing-table-title-arrow {
	background: #dc661d;
}

.featured .pricing-table-price {
	background: #f58220;
	padding-top: 20px;
}

.featured .pricing-table-price-value {
	font-size: 54px;
}

.featured .pricing-table-price-period {
	color: #000;
}

.featured.pricing-column {
	margin-top: 0px;
}

/* = ABOUT US 
 * ========================================================= */

.about-us-title {
	margin-bottom: 30px;
}

.about-us .column-title {
	float: none;
}

.about-us p {
	margin-bottom: 15px;
	line-height: 16px;
}

p.about-us-intro {
	font-size: 18px;
	color: #f58220;
	margin-bottom: 20px;
	line-height: 22px;
}

.hr-about-us { /* horizontal rule on about us page */
	margin-bottom: 80px;
}

.meet-our-team-box {
	background: url("../img/four-column-portfolio-shadow.png") no-repeat scroll center bottom transparent;
	padding: 0 0 8px;
}

.team-position {
	color: #f58220;
	font-size: 12px;
}

.biography-box {
	background: #f2f2f3;
	padding: 25px 20px 45px;
	margin: 20px 0;
	position: relative;
}

.biography-box h6 {
	color: #231f20;
	margin-bottom: 20px;
	font-size: 14px;
}

.biography-box a {
	color: #f58220;
}
	
.pricing-table-title-arrow-cnt {
	height: 34px;
	left: 50%;
	margin-left: -17px;
	overflow: hidden;
	position: absolute;
	top: 44px;
	width: 34px;
}
.biography-box-arrow {
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);

	background: none repeat scroll 0 0 #f2f2f3;
	height: 15px;
	left: 25px;
	position: absolute;
	top: -7px;
	width: 15px;
}

.biography-box .social {
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 10px 0;
	position: absolute;
	width: 100%;
}

.biography-box .social p {
	padding-left: 15px;
	margin: 0;

}

.biography-box .behance {
	background-position: 0 -24px;	
}
.biography-box .dribbble {
	background-position: -24px -24px;
}
.biography-box .linkedin {
	background-position: -48px -24px;
}
.biography-box .skype {
	background-position: -72px -24px;
}
.biography-box .twitter {
	background-position: -96px -24px;
}

/* = DROPCAP 
 * ========================================================= */
/** Default grey **/
.dropcap {
	background: #D1D3D4;
	border-radius: 40px 40px 40px 40px;
	color: #FFF;
	display: block;
	float: left;
	font-family: Times New Roman ,serif;
	font-size: 28px;
	font-weight: bold;
	line-height: 40px;
	margin: 3px 10px 5px 0;
	text-align: center;
	text-shadow: none;
	width: 40px;
}

.dropcap.yellow {
	background: #FBB82F;
}

.dropcap.brown {
	background: #BAB2AC;
}

.dropcap.orange {
	background: #F2812F;
}
.dropcap.blue {
	background: #8DB3CB;
}




/* = IOS SLIDER  
 * ========================================================= */
.ios-slider-next, .ios-slider-prev {
        background: #eee;
        position: absolute;
        width: 24px;
        height: 24px;
        top: 0px;
        opacity: 0.5;
        z-index: 11;
}
.ios-slider-next {
        right: 0px;
}
.ios-slider-prev {
        right: 26px;
}
.ios-slider-next:after, .ios-slider-prev:after {
        content: "\00BB";
        font-size: 16px;
        left: 50%;
        margin: -10px 0 0 -4px;
        position: absolute;
        top: 50%;
        color: #6a6c6f;
}
.ios-slider-prev:after {
        content: "\00AB";
}

.ios-slider-next:hover, .ios-slider-prev:hover {
        opacity: 1;

	background: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1)) #eee;
	background: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1)) #eee;
	background: -o-linear-gradient(-90deg, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1)) #eee;
	background: -ms-linear-gradient(-90deg, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1)) #eee;
	background: linear-gradient(-90deg, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1)) #eee;
	
        color: #fff;
}

.ios-slider {
        position: relative;
        overflow: hidden;
        width: 960px;
        height: 165px;
        top: -20px !important;
}

.ios-slider .ios-slider-cnt {
        height: 100%;
        padding: 30px 0 10px;
}

.ios-slider .ios-slider-cnt .ios-item {
        width: 180px;
        height: 120px;
        margin-right: 15px;
}

.ios-slider .ios-slider-cnt .ios-item.last {
	margin-right: 0;
}

div.scrollbarBlock1 {
        margin: 0 !important;
        z-index: 9;
}
