/* = ELEMENTS STYLES 
 *
 *  = LAYOUT
 *  = IOS SLIDER 
 *  = IOS ROTATING BANNER SLIDER 
 *  = BUTTONS
 *  = DROPCAPS
 *  = SERVICES
 *  = BLOCKQUOTES
 *  = ACCORDION
 *  = TOGGLE 
 *  = TABS 
 *  = IMAGE AND VIDEO 
 *  = ALERT MESSAGES 
 *  	- BUBBLE MESSAGES  
 *  = LIST STYLES
 *  = TABLES 
 *  = PRICING TABLES 
 *  = GOOGLE MAP
 *
 */

/* LAYOUT
 * =================================================== */
pre {
	border: 1px solid #eee;
	border-top: 3px solid #eee;
	color: #939598;
	line-height: 16px;
}

#columns pre {
	padding: 10px 0;
}

.buttons-example p {
	margin-bottom: 10px;
}

.qr-img {
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	padding: 10px;
}

/* = IOS SLIDER 
 * ========================================================= */
.ios-slider {
	width: 960px;
	height: 150px;
	position: relative;
	top: -20px !important;
	overflow: hidden;
}

.ios-slider .slider {
	padding: 30px 0 0;
}

.ios-slider .slider .ios-item {
	width: 180px;
	height: 120px;
	margin-right: 15px;
}

div.scrollbarBlock1,
div.scrollbarBlock2 {
	margin: 0 !important;
	z-index: 9;
}

.ios-slider-next {
	right: 0;
}

.ios-slider-next, .ios-slider-prev {
        background: #57692F;
	background: rgba(87, 105, 47, 0.75);
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0;
	z-index: 11;
}

.ios-slider-prev {
	right: 26px;
}

.ios-slider-next:after, .ios-slider-prev:after {
	content: "-";
        background: url(../img/prev_arrow_white.png) no-repeat center center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	text-indent: -9999px;
}

.ios-slider-next:after {
        background: url(../img/next_arrow_white.png) no-repeat center center;
}

.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));
	background: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
	background: -o-linear-gradient(-90deg, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
	background: -ms-linear-gradient(-90deg, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
	background: linear-gradient(-90deg, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));

	background-color: #57692F;
	
	color: #fff;
}


/* = IOS ROTATING BANNER SLIDER 
 * ========================================================= */
.iosRotatingBanner {
	width: 960px;
	height: 385px;
}

.iosRotatingBanner .slider {
	width: 100%;
	height: 100%;
}

.iosRotatingBanner .slider .ios-item {
	position: relative;
	top: 0;
	left: 0;
	width: 960px;
	height: 385px;
	background: #fff;
	margin: 0 0 0 0;
}

.iosRotatingBanner .slider #ios-item1 {
	background: url(http://studioin.theme.mk/html/img/photos/960x385/1.jpg) no-repeat 50% 0;
}

.iosRotatingBanner .slider #ios-item2 {
	background: url(http://studioin.theme.mk/html/img/photos/960x385/2.jpg) no-repeat 50% 0;
}

.iosRotatingBanner .slider #ios-item3 {
	background: url(http://studioin.theme.mk/html/img/photos/960x385/3.jpg) no-repeat 50% 0;
}

.iosRotatingBanner .slider #ios-item4 {
	background: url(http://studioin.theme.mk/html/img/photos/960x385/4.jpg) no-repeat 50% 0;
}

.iosRotatingBanner .slider .ios-item .text1 {
	position: absolute;
	top: 30px;
	right: 150px;
	opacity: 0;
	filter: alpha(opacity:0);
	background: #000;
}

.iosRotatingBanner .slider .ios-item .text1 span {
	color: #fff;
	font: bold 50px/60px "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 0 8px;
}

.iosRotatingBanner .slider .ios-item .text2 {
	position: absolute;
	top: 90px;
	right: 0;
	opacity: 0;
	filter: alpha(opacity:0);
	background: #000;
	padding: 5px 7px 7px 7px;
}

.iosRotatingBanner .slider .ios-item .text2 span {
	color: #fff;
	font: normal 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;	
}

.iosRotatingBannerButtons {
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 200px;
	height: 10px;
}

.iosRotatingBannerButtons .ios-button {
	float: left;
	width: 9px;
	height: 9px;
	background: #999;
	margin: 0 10px 0 0;
	opacity: 0.25;
	filter: alpha(opacity:25);
	border: 1px solid #000;
}

.iosRotatingBannerButtons .selected {
	background: #57692F;
	opacity: 1;
	filter: alpha(opacity:100);
}

/* #BUTTONS
 * ===================================================================== */
.buttons {
	padding: 0 0 20px;
	margin: 0 0 20px;
	line-height: 20px;
	position: relative;
}

.buttons a {
	display: inline-block;
	margin: 10px 10px 10px 0;
}

.buttons span {
	display:inline-block;
}

.button {
	border: none;
	color: #fff;
	padding: 10px 17px;
	cursor: pointer;
	outline: 0 none;
	font-size: 13px;
	display: inline-block;
	background: #57692F;
	text-shadow: 1px 1px 2px #000;
	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, 
.button:active,
.button:focus {
	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 */


	outline: 0 none;
}

/* Button sizes */
.button.small {
	padding: 8px 10px;
	font-size: 11px;
	line-height: 14px;
}

.button.medium {
	padding: 15px 20px;
	font-size: 16px;
}

.button.large {
	padding: 25px 20px;
	font-size: 20px;
}

/* Button colors */

.button.color-2 {
	background-color: #929E78;
}

.button.featured-color-1 {
	background-color: #DD7A2D;
}

.button.featured-color-2 {
	background-color: #F1AC3D;
}

.button.green {
	background-color: #57692F;
}

.button.blue {
	background-color: #1E2F4A;
}

.button.purple {
	background-color: #3B1936;
}

.button.orange {
	background-color: #844617;
}

.button.grey {
	background-color: #4E5457;
}

/* = DROPCAP 
 * ========================================================= */
/** Default grey **/
.dropcap {
	background-color: #57692F;
	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.circle {
	border-radius: 40px 40px 40px 40px;
}

.dropcap.green {
	background-color: #57692F;
}

.dropcap.blue {
	background-color: #1E2F4A;
}

.dropcap.purple {
	background-color: #3B1936;
}

.dropcap.orange {
	background-color: #844617;
}

.dropcap.grey {
	background-color: #4E5457;
}

.dropcap.color-2 {
	background-color: #929E78;
}

.dropcap.featured-color-1 {
	background-color: #DD7A2D;
}

.dropcap.featured-color-2 {
	background-color: #F1AC3D;
}

.img-dropcap {
	box-shadow: 0 0 6px rgba(0,0,0,0.2);
	padding: 25px;
	float: left;
	margin: 0 20px 10px 0;
}

.img-dropcap.circle {
	border-radius: 40px;
}

/* #SERVICES
 * ===================================================================== */
.services-heading {
	margin: 15px 0 5px;
	color: #57692F;
}

.services-description {
	margin-top: 65px;
}

.first-service, .second-service, .third-service {
	width: 300px;
	padding-right: 30px;
	position: relative;
	float: left;
	background: url("../img/divider_center.png") repeat-x center 100px;
}

.third-service {
	padding-right: 0;
}

.first-service:before, .first-service:after, .second-service:before, .second-service:after, .third-service:before, .third-service:after {
	content: "";
	position: absolute;
	display: block;
	width: 53px;
	height: 17px;
	top: 100px;
}

.first-service:before {
	left: -53px;
	background: url("../img/divider_left.png") no-repeat left bottom;
}

.third-service:after {
	right: -53px;
	background: url("../img/divider_right.png") no-repeat right bottom;
}

/* #BLOCKQUOTES
 * ===================================================================== */
blockquote { 
	font-size: 16px; 
	line-height: 24px; 
	color: #939598; 
	font-style: italic; 
}

blockquote p {
	text-align: right;
	font-size: 12px;
	margin: 0;
}

blockquote { 
	margin: 0 0 20px; 
	padding: 0px 20px 0 20px; 
}

/* blockquote with left border */
blockquote.bq-left {
	border-left: 1px solid #ddd; 
}

/* blockquote with right border */
blockquote.bq-right {
	border-right: 1px solid #ddd; 
}

/* blockquote with background */
blockquote.bq-bgr {
	background: #f8f8f8; 
	padding: 10px;
}

/* blockquote with background image*/
blockquote.bq-bgr-img {
	background: url(../img/up-quote.png) no-repeat 10px 10px #f8f8f8; 
	padding: 10px 10px 10px 55px;
}


/* = ACCORDION
 * =================================================== */
/** accordion example 1 ***/
.accordion-1 {
	list-style: none;
	padding: 0;
}

.accordion-1 .accordion-item.active {
	border: none;
}

.accordion-1 h6 {
	display: block;
	color: #939598;
	font-size: 14px;
	cursor: pointer;
	margin: 0;
	padding: 10px 20px 10px 0px;
	position: relative;
	overflow: hidden;

	transition: background 0.5s;
	-moz-transition: background 0.5s;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
	-ms-transition: background 0.5s;
}

.accordion-1 .accordion-item.active h6 {
	background: #eee;
	color: #000;
}

.accordion-1 .accordion-item.active h6:before {
	position: absolute;
	content:'';
	width: 42px;
	height: 34px;
	left: 0;
	top: 0;	
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5); 
        z-index: 2;
}

.accordion-1 .accordion-item.active h6:after {
	position: absolute;
	content: '';
	width: 42px;
	height: 34px;
	left: 0;
	top: 0;	
	background: #57692F;
        z-index: 1;
}

.accordion-1 .accordion-item h6 span {
	background: none repeat scroll 0 0 #57692F;
	color: #FFF;
	margin: 0 30px 0 0;
	padding: 8px 13px 7px;
	position: relative;
	z-index: 3;
}

.accordion-1 .accordion-item h6 span:after {
	content: "+";
}

.accordion-item.active h6 span:after {
	content: "-";
	padding: 0 1px 0 2px;
}

.accordion-1 .accordion-item .accordion-content {
	font-weight: normal;
	cursor: auto;
	background-color: #fff;
	padding: 0 0 0 35px;
	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-1 .accordion-item.active .accordion-content {
	padding: 10px 0 10px 35px;
	opacity: 1;
}

.accordion-1 .accordion-item {
	border-top: 1px solid #E7E8E9;
	margin-bottom: 8px;
}

.accordion-1 a {
	text-decoration: none;
	color: #939598;
}

.accordion-1 a:hover {
	text-decoration: underline;
}

/* accordion example 2 */
.accordion-2 {
	list-style: none;
	padding: 0 0 0 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.accordion-2 h6 {
	display: block;
	background: #e7e8e8;
	line-height: 32px;
	color: #231f20;
	font-size: 14px;
	cursor: pointer;
	margin: 0;
	padding: 10px 20px;
	position: relative;
	overflow: hidden;

	transition: background 0.5s;
	-moz-transition: background 0.5s;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
	-ms-transition: background 0.5s;
}

.accordion-2 .accordion-item {
	margin-bottom: 5px;
}

.accordion-2 .accordion-item.active h6 {
	background: #57692F;
	color: #fff;
}

.accordion-2 .accordion-item .accordion-content {
	padding: 0 20px;
	font-weight: normal;
	cursor: auto;
	background-color: #fff;
	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-2 .accordion-item.active .accordion-content {
	padding: 10px 20px;
	opacity: 1;
}

.accordion-2 .accordion-content-title {
	font-size: 14px;
	color: #000;
}

.accordion-2 .accordion-content-text {
	margin: 0;
}

/* accordion example 3 */
.accordion-3 { 
	text-align: left; 
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); 
}

.accordion-3 ol { 
	position: relative; 
	overflow: hidden; 
	height: 100%; 
	margin: 0; 
	padding: 0; 
	list-style-type: none 
}

.accordion-3 .slide h2 { 
	font-size: 16px;	 
	margin: 0 3px 0 0; 
	z-index: 100; 
	position: absolute; 
	top: 0; 
	background: #e7e7e8; 
	color: #000; 
	line-height: 60px;

	-webkit-transform: translateX(-100%) rotate(-90deg); 
	-webkit-transform-origin: right top; 
	-moz-transform: translateX(-100%) rotate(-90deg);
	-moz-transform-origin: right top; 
	-o-transform: translateX(-100%) rotate(-90deg); 
	-o-transform-origin: right top; 
	transform: translateX(-100%) rotate(-90deg); 
	transform-origin: right top;
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); 

	transition: background 0.5s;
	-moz-transition: background 0.5s;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
	-ms-transition: background 0.5s;
}

.accordion-3 .slide h2.selected { 
	background: #57692F; 
	color: #fff; 
}

.accordion-3 .slide h2 span { 
	display: block; 
	padding-left: 20px; 
	text-align: left; 
	box-shadow: 0 -3px 1px #fff;
}

.accordion-3 .slide h2:hover { 
	cursor: pointer; 
}

.accordion-3 .slide div { 
	height: 100%; 
	position: absolute; 
	top: 0; 
	z-index: 10; 
	overflow: hidden; 
	background: #fff; 
	padding: 20px 20px 20px 80px !important; 

	-moz-box-sizing:    border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing:     border-box;
	-o-box-sizing:     border-box;
	box-sizing:        border-box;
}

.accordion-3 .accordion-content-title {
	font-size: 14px;
	color: #000;
}

.accordion-3 .accordion-content-text {
	margin: 0;
}

/* = TOGGLE 
 *  * =================================================== */
	/* toggle example 1 */
.toggle-1.toggle-item {
	border-top: 1px solid #E7E8E9;
	margin-bottom: 3px;
}

.toggle-1.toggle-item h6:before {
	position: absolute;
	content:'';
	width: 42px;
	height: 34px;
	left: 0;
	top: 0;	
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5); 
        z-index: 2;
}

.toggle-1.toggle-item h6:after {
	position: absolute;
	content:'';
	width: 42px;
	height: 34px;
	left: 0;
	top: 0;	
	background: #57692F;
        z-index: 1;
}

.toggle-1.toggle-item.inactive h6:before, .toggle-item.inactive h6:after {
	background: none
}

.toggle-1.toggle-item h6 {
	display: block;
	background: #eee;
	color: #000;
	font-size: 14px;
	cursor: pointer;
	margin: 0;
	padding: 10px 20px 10px 0px;
	position: relative;
	overflow: hidden;

	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-1.toggle-item.inactive h6 {
	color: #939598;
	background:#fff;
	margin: 0;
}

.toggle-1.toggle-item h6 span {
	background: #57692F;
	color: #FFF;
	margin: 0 30px 0 0;
	padding: 8px 13px 7px;
	position: relative;
	z-index: 3;
}

.toggle-1.toggle-item h6 span:after {
	content: "-";
	padding: 0 1px 0 2px;
}

.toggle-1.toggle-item.inactive h6 span:after {
	content: "+";
	padding: 0;
}

.toggle-1.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-1.toggle-item.inactive .toggle-content {
	opacity: 0;
	padding: 0;
}

/* toggle example 2 */
.toggle-2-cnt {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.toggle-2.toggle-item h6 {
	display: block;
	font-size: 14px;
	cursor: pointer;
	margin: 0;
	position: relative;
	overflow: hidden;
	padding: 10px 20px;
	line-height: 32px;
	background: #57692F;
	color: #fff;
	font-weight: normal;

	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-2.inactive h6 {
	background: #e7e8e8 !important;
	color: #231f20;
	margin-bottom: 5px;
}

.toggle-2.last h6 {
	margin-bottom: 0;
}

.toggle-2.toggle-item .toggle-content {
	font-weight: normal;
	cursor: auto;
	background-color: #fff;
	opacity: 1;
	color: #939598;
	line-height: 16px;
	padding: 10px;

	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-2.toggle-item.inactive .toggle-content {
	opacity: 0;
	padding: 0 10px;
}

/* = TABS 
 * ========================================================= */
/* Generic Utility */
.hide { position: absolute; top: -9999px; left: -9999px; }

.tabs-1 .tabs-list-wrap { 
	box-shadow: 0 0 5px rgba(0,0,0,0.2); 
	padding: 20px;
	position: relative;
	z-index: 9;
	width: 370px;
	float: left;
	background: #fff;
}

.tabs-1 .tabs-list-wrap li { 
	margin-bottom: 10px;
	color: #939598;
	line-height: 16px;
}

.tabs-1 li.tabs-content-intro {
	color: #000;
	font-weight: bold;
}

.tabs-1 {
	left: 10px;
	position: relative;
}

.tabs-1 .tabs-nav { 
	position: relative;
	float: left;
}

.tabs-1 ul { 
	list-style: none; 
	margin: 0;
}

.tabs-1 .tabs-nav li { 
	margin-bottom: 8px;	
	width: 150px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.tabs-1 .tabs-nav li.last { 
	margin-right: 0; 
}

.tabs-1 .tabs-nav li a { 
	display: block; 
	color: #939598; 
	text-align: left; 
	border: 0; 
	background: #fff;
	font-size: 14px;
	line-height: 40px;	
	position: relative;
	margin: 0;
	padding: 5px 15px;
	outline: 0 none;
	z-index: 7;
}

.tabs-1 .tabs-nav li a.current { 
	border-left: 10px solid #57692F;
	color: #000000;
	left: -10px;
	text-indent: 0;
	width: 126px;
	z-index: 11;
}

/* tabs example 2 */
.tabs-2 .tabs-list-wrap { 
	padding: 20px;
	position: relative;
	z-index: 9;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.tabs-2 .tabs-list-wrap li { 
	margin-bottom: 10px;
	color: #939598;
	line-height: 16px;
}

.tabs-2 .tabs-nav { 
	overflow: hidden; 
	position: relative;
	z-index: 10;
	padding-left: 10px;
	border-bottom: 6px solid #57692F; 
}

.tabs-2 .tabs-nav li { 
	float: left; 
	margin-left: 2px;
}

.tabs-2 .tabs-nav li.last { 
	margin-right: 0; 
}

.tabs-2 .tabs-nav li a { 
	display: block; 
	color: #231f20; 
	text-align: center; 
	font-size: 14px;
	position: relative;
	padding: 5px 15px;
	outline: 0 none;
}

.tabs-2 ul { 
	list-style: none; 
	margin: 0;
}

.tabs-2 ul li a { 
	display: block; 
	padding: 4px; 
	color: #231f20; 
	line-height: 24px;	
	margin: 0;
	position: relative;
	background: #e7e8e8;
}

.tabs-2 ul li a.current { 
	color: #fff; 
	margin: 0;
	background: #57692F;
}

.tabs-2 ul li a.first {
	left: 0;
}

/* = IMAGE AND VIDEO 
 * ========================================================= */
.left-img {
	float: left;
	margin: 0 10px 5px 0;
	padding: 10px;

	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.right-img {
	float: right;
	margin: 0 0 5px 10px;
	padding: 10px;

	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

/* = ALERT MESSAGES 
 * ========================================================= */
.alert-box {
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	padding: 12px 30px 12px 80px;
	position: relative;
	background:#fff;
}

.alert-box:before {
	position: absolute;
	content: '';
	width: 54px;
	height: 100%;
	left: 0;
	top: 0;	
	z-index: 3;
}

.alert-box:after {
	position: absolute;
	content: '';
	width: 64px;
	height: 100%;
	left: 0;
	top: 0;	
	z-index: 2;
}

.notice-message.alert-box:before, .notice-message .alert-box:before {
	background: url(../img/warning.png) no-repeat 15px center #ffdea8;
}

.notice-message.alert-box:after, .notice-message .alert-box:after {
	background: rgba(255,222,168,0.5);
}

p.notice-message, .notice-message p.alert-box {
	background: #fef9f2;
	color: #B56E1F;
}

.error-message.alert-box:before, .error-message .alert-box:before {
	background: url(../img/error.png) no-repeat 15px center #ffada0;
}

.error-message.alert-box:after, .error-message .alert-box:after {
	background: rgba(255,173,160,0.5);
}

p.error-message, .error-message p.alert-box {
	background: #fff2f0;
	color: #942f36;
}

.success-message.alert-box:before, .success-message .alert-box:before {
	background: url(../img/accept.png) no-repeat 15px center #d6e0a5;
}

.success-message.alert-box:after, .success-message .alert-box:after {
	background: rgba(214,224,165,0.5);
}

p.success-message, .success-message p.alert-box {
	background: #fdfff1;
	color: #4d5f09;
}

.info-message.alert-box:before, .info-message .alert-box:before {
	background: url(../img/info.png) no-repeat 15px center #d4f0ff;
}

.info-message.alert-box:after, .info-message .alert-box:after {
	background: rgba(212,240,255,0.5);
}

p.info-message, .info-message p.alert-box {
	background: #f1fafe;
	color: #4d5f09;
}

/* = BUBBLE MESSAGES 
 *  * ========================================================= */

/** required for fixed bubbles **/
.buttons span.relative {
	position:relative;
}

/** trigger for the bubble -- for demonstration purposes **/
.bubble {
	display: none;
	z-index: 100;
	position: absolute;
	white-space: nowrap;
	text-align: center;
	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;
	
	background: transparent;
}

.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: #413F41; }
.bubble.grey:after { border-color:#413F41 transparent transparent; }

.bubble.red { background: #8A0000; }
.bubble.red:after { border-color:#8A0000 transparent transparent; }

.bubble.purple { background: #322A40; }
.bubble.purple:after { border-color:#322A40 transparent transparent; }

.bubble.green { background: #195F75; }
.bubble.green:after { border-color:#195F75 transparent transparent; }

.bubble.blue { background: #103861; }
.bubble.blue:after { border-color:#103861 transparent transparent; }


/** Validation bubbles used on contact form **/
.bubble.info-message,
.bubble.success-message,
.bubble.notice-message,
.bubble.error-message { top:-50px; width: auto; }

.bubble.info-message:after,
.bubble.notice-message:after,
.bubble.success-message:after,
.bubble.error-message:after { top: 40px; border-color: #fff2f0 transparent transparent; background: transparent;}
.bubble.success-message:after { border-color: #f2f6df transparent transparent; background: transparent;}
.bubble.notice-message:after { border-color: #FFF2dd transparent transparent; background: transparent;}
.bubble.info-message:after { border-color: #e3f4fd transparent transparent; background: transparent;}

/* = LIST STYLES
 *  * ========================================================= */
.simple li, .square li, .disc li, .circle li, .upper-roman li, .lower-alpha li, .lower-greek li, .decimal li, .accept-list li, .arrow-list li, .arrows-list li, .minus-list li, .plus-list li {
	line-height: 26px;
	color: #6D6E70;
}

.square {
	list-style: square inside;
}

.disc {
	list-style: disc inside;
}

.circle {
	list-style: circle inside;
}

.upper-roman {
	list-style: upper-roman inside;
}

.lower-alpha {
	list-style: lower-alpha inside;
}

.lower-greek {
	list-style: lower-greek inside;
}

.decimal {
	list-style: decimal inside;
}

.accept-list {
	list-style: url(../img/accept_icon.png) inside; 
}

.arrow-list {
	list-style: url(../img/list_arrow.png) inside; 
}

.arrows-list {
	list-style: url(../img/list_arrows.png) inside; 
}

.minus-list {
	list-style: url(../img/list_minus.png) inside; 
}

.plus-list {
	list-style: url(../img/list_plus.png) inside; 
}

.tagline.accept-list li {
	color: #000;
	opacity: 1;
}

/* = TABLES 
 * ========================================================= */
table tbody tr:nth-child(2n+1) {
	background: none repeat scroll 0 0 #eff0f1;
}

table th, td {
	padding: 0px 5px 0px 35px;
	line-height: 34px;
	text-align: left;
	vertical-align: middle;
	border-right: 2px solid #fff;
}

table td {
	color: #939598;
}

table thead {
	background: none repeat scroll 0 0 #d2d3d5;
}

table thead th {
	border-bottom: 2px solid #fff;
	color: #fff;
	font-size: 14px;
}

table thead th:last-child {
	border-right: none;
}

thead.table-head-color-1 {
	background-color: #57692f;
}

thead.table-head-color-2 {
	background-color: #929e78;
}


/* = PRICING TABLES 
 *  * ========================================================= */
/************ example 1 *****************/
/* features */
.pricing-table-1 .features-list {
	width: 220px;
	float: left;
	margin-top: 20px;
	margin-right: 0;
	position: relative;
	top: 138px;
}

.pricing-table-1 .features-list .pricing-list li {
	padding-left: 20px;
	font-weight: bold;
}


/* Four columns pricing table style */
.pricing-table-1.pricing-table-column-4 .pricing-column {
	width: 184px;
	float: left;
}

/* general style */
.pricing-table-1 .pricing-column {
	margin-top: 20px;
	border-left: 1px solid #fff;
	margin-right: 0;
	box-shadow: none;
}

.pricing-table-1 .pricing-table-header {
	position: relative;
	height: 138px;
}


.pricing-table-1 .pricing-table-title {
	background-color: #57692F;
	color: #FFFFFF;
	font-size: 20px;
	padding: 10px;
	text-align: center;
	border-bottom: 1px solid #FFFFFF;
	margin: 0;
	position: relative;
}

.pricing-table-1 .pricing-table-price {
	background: #929e78;
}

.pricing-table-1 .pricing-table-price p {
	margin: 0;
}

.pricing-table-1 .pricing-table-price-value {
	color: #fff;
	font-size: 42px;
	padding: 30px 0 20px 0;
	text-align: center;
}

.pricing-table-1 .pricing-table-price-period {
	padding: 0 0 15px;
	text-align: center;
	color: #fff;
}

.pricing-table-1 .pricing-table-content {
	padding: 0;
}

.pricing-table-1 .pricing-table-footer {
	text-align: center;
	background: #f6f6f6;
	padding: 0;
	height: 75px;
}

.pricing-table-1 .featured .pricing-table-footer {
	height: 95px;
}

.pricing-table-1 .pricing-column .button {
	position: relative;
	top: 25px;
}

.pricing-table-1 .pricing-column .pricing-list li {
	text-align: center;
}

.pricing-table-1 .pricing-list {
	margin-bottom: 0;
}

.pricing-table-1 .pricing-list li {
	border-bottom: 1px solid #FFFFFF;
	line-height: 34px;
	color: #939598;
}

.pricing-table-1 .pricing-list li:nth-child(2n+1) {
	background: #EFF0F1;
}

.pricing-table-1 .pricing-list li:nth-child(2n) {
	background: #f6f6f6;
}

/* featured column style */
.pricing-table-1 .featured .pricing-table-title {
	background-color: #cf5827;
	padding: 20px 10px;
}


.pricing-table-1 .featured .pricing-table-header {
	height: 158px;
}

.pricing-table-1 .featured .pricing-table-price {
	background-color: #F1AC3D;
}

.pricing-table-1 .featured .pricing-table-price-value {
	font-size: 48px;
}

.pricing-table-1 .featured.pricing-column {
	margin-top: 0px;
	box-shadow: 0 0 20px rgba(0,0,0,0.3);
	position: relative;
	z-index: 10;
}


/*********** Example 2 & 3 ************/

/* Three columns pricing table style */
.pricing-table-2.pricing-table-column-3 .pricing-column {
	width: 310px;
	margin-right: 15px;
	float: left;
}

/* Four columns pricing table style */
.pricing-table-2.pricing-table-column-4 .pricing-column {
	width: 228px;
	margin-right: 16px;
	float: left;
}

/* general style */
.pricing-table-2 .pricing-column {
	margin: 0;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.pricing-table-2 .pricing-column.last {
	margin-right: 0;
}

.pricing-table-2 .pricing-table-header {
	background-color: #57692F;
	position: relative;
}

.pricing-table-2 .pricing-table-header.featured {
	background-color: #DD7A2D;
}

.pricing-table-2 .pricing-table-price {
	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 */
}

.pricing-table-2 .pricing-table-price-value {
	color: #fff;
	font-size: 42px;
	padding: 20px 0;
	text-align: center;
	margin: 0;
}

.pricing-table-2 .pricing-table-price-period {
	padding: 0 0 15px;
	text-align: center;
	margin-bottom: 0;
	color: #fff;
}

.pricing-table-2 .pricing-table-content {
	padding: 20px;
}

.pricing-table-2 .pricing-table-content li {
	line-height: 36px;
}

.pricing-table-2 .pricing-table-footer {
	padding-bottom: 20px;
	text-align: center;
}

.pricing-table-2 .featured.pricing-column {
	margin-top: 0px;
}

/* # GOOGLE MAP 
 *  * ==================================================================== */
#map_canvas-wide {
	height: 100%;
	z-index: 8;
}

#contact-map-wide {
	height: 400px;
	position: relative;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	padding: 10px;
}
