/*-----------------------------------------------------------------------------------*/
/*	Shortcode :: Wrapper Column
/*-----------------------------------------------------------------------------------*/
div.shortcode.column,
div.shortcode.columns{
	position:relative; 
	/*float:left;*/ 
	margin-bottom: 20px; /*added*/
	padding: 0 20px 0 0;
	line-height: 21px;
}
div.shortcode.column.last,
div.shortcode.columns.last{
	margin-right:0 !important;
	padding: 0;
	clear:right;
}

@media only screen and (max-width: 767px) { 
	div.shortcode.column,
	div.shortcode.columns{
		padding: 0;
	}
}

/*old*/
.one_half{ width:49%; }
.one_third{ width:32%; }
.two_third{ width:65.33%; }
.one_fourth{ width:23.5%; }
.three_fourth{ width:74%; }
.one_fifth{ width:18.4%; }
.two_fifth{ width:37.6%; }
.three_fifth{ width:58.4%; }
.four_fifth{ width:67.2%; }
.one_sixth{ width: 15%; }
.five_sixth{ width:82.67%; }
.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{ position:relative; margin-right: 2%; float:left; }
.last{ margin-right:0 !important; clear:right; }
.clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;}

/*-----------------------------------------------------------------------------------*/
/*	Shortcode :: Divider
/*-----------------------------------------------------------------------------------*/
div.shortcode.divider {
	position: relative;
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: 40px;
	background: #EEEEEE;
}
/*Floral*/
div.shortcode.divider.floral{
	height: 0px;
	padding-bottom: 20px;
	text-align: center;
	text-decoration:none;
	color: #666666;
	outline: none;
	background: #FFFFFF;
}
div.shortcode.divider.floral .shape,
div.shortcode.divider.floral .left-line,
div.shortcode.divider.floral .right-line{
	float: left;
}
div.shortcode.divider.floral .left-line,
div.shortcode.divider.floral .right-line{
	width: 41%;
	height: 15px;
	background: transparent url(../images/shortcode/line-pattern.png);
}
.six .shortcode.divider.floral .left-line,
.six .shortcode.divider.floral .right-line{
	width: 31.8%;
}
div.shortcode.divider.floral .shape{
	width: 159px;
	height: 35px;
	margin-top: -10px;
	background: transparent url(../images/shortcode/floral.png) no-repeat;
}

/*Back to Top Link*/
div.shortcode.divider.top a {
	position: absolute;
	right: 0px;
	top: -10px;
	font-size: 10px;
	line-height: 0;
	padding: 10px 15px;
	text-align: center;
	text-decoration:none;
	color: #666666;
	outline: none;
	background: #D6D4BD;
}

div.shortcode.divider.padding {
	position: relative;
	clear: both;
	display: block;
	padding: 20px 0;
	background: none;
}
div.shortcode.divider.padding.top,
div.shortcode.divider.clearboth.top {
	display: none;
}
div.shortcode.divider.clearboth {
	clear:both;
	display:block;
	font-size:0;
	height:0;
	line-height:0;
	width:100%;
	background: none;
}

/*-----------------------------------------------------------------------------------*/
/*	Shortcode :: Toggle
/*-----------------------------------------------------------------------------------*/
div.shortcode.toggle{
	clear: both;
	margin: 0 0 10px 0;
	overflow:hidden;
}
div.shortcode.toggle .toggle-content{
	clear: both;
	margin: 0px;
	padding: 20px;
	overflow: hidden;	
	display: none;
	line-height: 1.6em;
	border: 1px solid #E0E0E0;
	border-top-width: 0;
	background: #F8F8F8;
}
div.shortcode.toggle .toggle-icon{
	float: left;
	width: 23px;
	height: 23px;
	margin: 0 5px;
	background: transparent url(../images/shortcode/toggle_plus.png) no-repeat;
}
div.shortcode.toggle .toggle-title-active .toggle_icon{
	background: transparent url(../images/shortcode/toggle_minus.png) no-repeat;
}
div.shortcode.toggle .toggle-title{
	clear: both;
	float: left;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 5px 20px;
	overflow: hidden;
	font-size: 14px;
	cursor: pointer;
	color: #666666;
	border: 1px solid #E0E0E0;
	background: #F6F6F6;
	/*background-image: -ms-linear-gradient(top, #f9f9f9, #f5f5f5); /* IE10 */
	/*background-image: -moz-linear-gradient(top, #f9f9f9, #f5f5f5); /* Firefox */
	/*background-image: -o-linear-gradient(top, #f9f9f9, #f5f5f5); /* Opera */
	/*background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f5f5f5)); /* old Webkit */
	/*background-image: -webkit-linear-gradient(top, #f9f9f9, #f5f5f5); /* new Webkit */
	/*background-image: linear-gradient(top, #f9f9f9, #f5f5f5); /* proposed W3C Markup */
	-webkit-box-shadow: 1px 1px 0 #FFFFFF inset;
	-moz-box-shadow: 1px 1px 0 #FFFFFF inset;
	box-shadow: 1px 1px 0 #FFFFFF inset;
}
div.shortcode.toggle .toggle-title:after { content: ""; display: block; width: 38px; height: 38px; background: url(../images/plus.png) 50% 50% no-repeat; border-left: 1px solid #E0E0E0; position: absolute; right: 0px; top: 0px; -webkit-box-shadow: -1px 0 0 #FFFFFF; -moz-box-shadow: -1px 0 0 #FFFFFF; box-shadow: -1px 0 0 #FFFFFF; }
div.shortcode.toggle .toggle-title-active:after { background: url(../images/minus.png) 50% 50% no-repeat; }

div.shortcode.toggle .toggle-title p{
	margin-bottom: 0;
}
div.shortcode.toggle .toggle-title-active {

}

/*-----------------------------------------------------------------------------------*/
/*	Shortcode :: Icon
/*-----------------------------------------------------------------------------------*/
.shortcode.icon{
	float: left;
	margin: 0 15px 0 0;
}
.shortcode.icon.size45{
	width: 45px;
	height: 45px;
}
.shortcode.icon.size60{
	width: 60px;
	height: 60px;
}

/*-----------------------------------------------------------------------------------*/
/*	Shortcode :: Heading Block
/*-----------------------------------------------------------------------------------*/
.heading-block{
	/* display: inline; */
}
.heading-block .block-content {
	margin: 0 0 20px 75px;
	line-height: 21px;
}
.heading-block.size60 .block-content {
	margin: 20px 0 20px 75px;
}

/*-----------------------------------------------------------------------------------*/
/*	Shortcode :: Text Highlight
/*-----------------------------------------------------------------------------------*/

::selection{ background: #742C5B; color: #FFFFFF }  /* Safari */
::-moz-selection{ background: #742C5B; color: #FFFFFF }  /* Firefox */

/*-----------------------------------------------------------------------------------*/
/*	Shortcode :: Map
/*-----------------------------------------------------------------------------------*/
iframe.googlemap{
	border: 3px double #EFEFEF;
}

/*-----------------------------------------------------------------------------------*/
/*	Shortcode :: Blog
/*-----------------------------------------------------------------------------------*/
#blog-wrap .title{
	margin-top: 0;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
	background: transparent url(../images/icon/title-bg.png) center center no-repeat;
}
#blog-wrap li{
	float: left;
	margin-bottom: 20px;
	list-style: none;
}

.shortcode .blog-article .thumb,
.shortcode .blog-article .post-meta{
	float: left;
	margin-right: 20px;
}
.shortcode .blog-article h6{
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 5px 20px;
	color: #FFFFFF;
	text-transform: uppercase;
	background: #742C5B;
}
.shortcode .blog-article .post-date{
	clear: left;
	display: inline-block;
	padding: 5px 20px;
	color: #666666;
	background: #D6D4BD;
}
/*-----------------------------------------------------------------------------------*/
/*	Shortcode :: About
/*-----------------------------------------------------------------------------------*/
.shortcode.about-wrap{
	
}
.shortcode.about-wrap .title{
	margin-top: 0;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
	background: transparent url(../images/icon/title-bg.png) center center no-repeat;
}
.shortcode.about-wrap .about{
	margin-bottom: 20px;
}
.shortcode.about-wrap .about .name{
	margin-top: -6px;
	margin-bottom: 20px;
	padding: 5px 20px;
	position: relative;
	background: #742C5B;
}
.shortcode.about-wrap .about .name h4{
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
}
.shortcode.about-wrap .about .name a.more{
	float: right;
	display: block;
	width: 26px;
	height: 26px;
	position: absolute;
	top: 10px;
	right: 10px;
	background: transparent url(../images/icon/icon-more.png) center center no-repeat;
}

/*-----------------------------------------------------------------------------------*/
/*	Shortcode :: Pricelist
/*-----------------------------------------------------------------------------------*/
.shortcode.pricelist{
	float: left !important;
	margin-bottom: 30px;
	min-height: auto;
}
.shortcode .pricelist-title{
	margin-bottom: 30px;
}
.shortcode .pricelist-category li{
	list-style: none;
}
.shortcode.pricelist .num,
.shortcode.pricelist .num {
	margin-right: 10px;
	padding: 15px;
	color: #888888;
	background: #282828 url(../images/line-pattern.png);
}
.shortcode.pricelist .last{
	border-right: none;
}
.shortcode.pricelist .heading{
	padding-bottom: 15px;
	text-transform: uppercase;
}
.shortcode.pricelist .category{
	float: left;
	height: auto !important;
	margin-bottom: 20px;
	padding: 0 10px 0 0;
	list-style: none;
}
.shortcode.pricelist .category .entry{
	padding: 15px;
	border-bottom: 1px solid  #1B1B1B;
	background: #282828;
}
.shortcode.pricelist .title{
	float: left;
	margin-right: 15px;
}
.shortcode.pricelist .price{
	float: right;
	color: #E5B840;
}

/*-----------------------------------------------------------------------------------*/
/*	Shortcode :: Video
/*-----------------------------------------------------------------------------------*/
.shortcode.youtube .title,
.shortcode.vimeo .title{
	margin-top: 0;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
	background: transparent url(../images/icon/title-bg.png) center center no-repeat;
}

/*-----------------------------------------------------------------------------------*/
/*	Shortcode :: Services
/*-----------------------------------------------------------------------------------*/
.shortcode .columns{
	padding: 0 2px;
}
.service-wrap{
	margin-top: 4px;
	margin-bottom: 20px;
}
.service-wrap .three.columns{
	padding: 0;
	background: #333333;
}
.service-wrap .service{
	float: left;
	position: relative;
	margin-bottom: 20px;
	padding: 30px 15px;
	text-align: center;
	color: #666666;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	border-bottom: 5px solid #FFFFFF;
	background: #D6D4BD;
}
.service-wrap .service:hover{
	background: #DDDDDD;
}
.service-wrap .service .link{
	display: block;
	width: 150px;
	margin: 0 auto;
	padding: 10px 20px;
	text-align: left;
	color: #FFFFFF;
	font-size: 14px;
	background: #742C5B;
}
.service-wrap .service .link .readmore-icon{
	display: block;
	float: right;
	width: 26px;
	height: 26px;
	background: url( ../images/arrow-right.png ) center center  no-repeat;
}
.service-wrap .service .icon{
	width: 80px;
	height: 80px;
	margin: 0 auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #742C5B;
	overflow: hidden;
}
.service-wrap .service .icon img{
	display: block;						/*-fixed-*/
	margin: 20px auto 0 auto;
}
.service-wrap .service .title{
	padding: 8px 0;
	line-height: inherit;
	text-align: center;
}
.service-wrap .service .title a{
	padding: 0 15px;
	color: #1B1B1B;
}

/*-----------------------------------------------------------------------------------*/
/*	Shortcode :: Photo Gallery
/*-----------------------------------------------------------------------------------*/
#gallery-wrap{
	margin-bottom: 20px;
}
#gallery-wrap .title{
	margin-top: 0;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
	background: transparent url(../images/icon/title-bg.png) center center no-repeat;
}

/*-----------------------------------------------------------------------------------*/
/*	Shortcode :: Testimonial
/*-----------------------------------------------------------------------------------*/
#testimonial .title{
	margin-top: 0;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
	background: transparent url(../images/icon/title-bg.png) center center no-repeat;
}
#testimonial blockquote{
	margin: 0;
	padding: 0;
	background: transparent;
}
#testimonial blockquote h6{
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.5;
	font-style: italic;
}
#testimonial .tm-icon{
	float: left;
	width: 65px;
	height: 46px;
	margin-right: 20px;
	background: transparent url(../images/icon/icon-testimonial.png) center center no-repeat;
}
#testimonial .slider-item{
	margin-bottom: 20px;
}
#testimonial .tm-author{
	float: right;
	display: inline-block;
	padding: 5px 20px;
	color: #666666;
	background: #D6D4BD;
}