@charset "utf-8";
/*
/*	Copyright 2015. Themedo.
/*
	01) BASE
	02) SECTIONS
	03) SECTION TITLE
	04) SEPARATOR
	05) ICONS
	06) PORTFOLIO
	07) SERVICES
	08) BLOG
	09) GALLERY
	10) PRICING TABLES
	11) BUTTONS
	12) COUNTERS
	13) TESTIMONIAL INTRO
	14) HOTSPOTS
	15) ROTATE WORDS
	16) PROGRESS BAR
	17) IMAGE COMPARISON (Before/After)
	18) TEAM MEMBER
	19) SOCIAL LIST
	20) OPEN HOURS
	21) TIMELINE
	22) WORK PROCESS
	23) SWIM CONTENT
	24) BLOCKQUOTE
	25) NOTIFICATIONS
	26) ACCORDION
	27) TOGGLE
	28) MY HISTORY
	29) TABS
	30) EXPANDABLE
	31) MINIBOXES
	32) MAIN TITLE
	33) COUNTDOWN
	34) BACKGROUND YOUTUBE VIDEO
	35) SELF HOSTED VIDEO
	36) POPUP VIDEO
	37) HALF BOXES
	38) SMALL BOX
	39) INFO TABS
	40) BROCHURES
	41) WORK HIGHLIGHT
	42) CLIENTS
	43) CAFE MENU
	44) CONTACT FORM
	45) RESERVATION FORM
	46) ANIMATED BLOCK
	47) GOOGLE MAP
	48) OVERLAYS (PARALLAX, GRADIENT, ....)
	49) FOOTER
	50) SINGLE POST
	
	a) HIGH PRIOR COLORS
	b) MEDIA QUERIES (FOR SMALL DEVICES)
	

/*------------------------------------------------------------------*/
/*	01) BASE
/*------------------------------------------------------------------*/
html {
	overflow-x:hidden;
	padding: 0 !important;
	margin:0px !important;

}
body{
	font-family:'Raleway', Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.5;
	letter-spacing:0.5px;
	font-weight:400;
}
.td_contentwrap{
	background:#fff;
	width:100%;
	height:auto;
	float:left;
	min-height:100%;
	position:relative;
	margin:0px;
	left:0px;
	z-index:0;
	position:relative;

	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */

	transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.td_contentinside{
	float:left;
	width:100%;
	height:auto;
	position:relative;
	left:0px;

	transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.introLoading{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	z-index:999999;
	background:#fff;
}
.ie8{
	text-align:center;
	top:50%;
	font-size:26px;
	color:#999;
	position:relative;
	margin-top:-80px;
}
.ie8 span{
	display:inline-block;
	width:600px;
	max-width:100%;
}

.bg1{ background-image:url(../img/bg2.jpg); }
.bg2{ background-image:url(../img/bg2.jpg); }
.bg3{ background-image:url(../img/bg27.jpg); }
.bg4{ background-image:url(../img/bg16.jpg); }
.bg5{ background-image:url(../img/bg20.jpg); }

/*------------------------------------------------------------------*/
/*	02) SECTIONS
/*------------------------------------------------------------------*/
.td_section{
	float:left;
	clear:both;
	width:100%;
	position:relative;
	background:#fff;
	border-bottom:1px solid #eee;
}
.td_section,
.td_section p{color:#666;}
.td_section p {line-height:1.6;}

.td_section h1,
.td_section h2,
.td_section h3,
.td_section h4,
.td_section h5,
.td_section h6{color:#333;}

.td_section[data-skin="dark"]{
	background:#151515;
}
.td_section[data-skin="light"]{
	background:#f5f5f5;
	border-bottom-color:#ddd;
}
.td_section[data-border="off"]{ border-bottom:none; }
.td_section[data-border="dark"]{ border-bottom-color:#222; }
.td_section[data-border="white"]{ border-bottom-color:#eee; }
.td_section[data-border="light"]{ border-bottom-color:#ddd; }

.td_section[data-skin="dark"],
.td_section[data-skin="dark"] p{color:#999;}

.td_section[data-skin="dark"] h1,
.td_section[data-skin="dark"] h2,
.td_section[data-skin="dark"] h3,
.td_section[data-skin="dark"] h4,
.td_section[data-skin="dark"] h5,
.td_section[data-skin="dark"] h6{color:#ddd;}


.td_section .section_inner{
	width:100%;
	height:auto;
	float:left;
	clear:both;
	position:relative;
	padding:0px;
}
.td_section .section_inner .td_fullwidth,
.td_section .section_inner .td_fullwidth > *,
.td_section .section_inner .container,
.td_section .section_inner .container > *,
.td_section .section_inner .td_section_title,
.td_section .section_inner .td_testimonials,
.td_section .section_inner .td_portfolio_wrap,
.td_section .section_inner .td_counter_wrap,
.td_section .section_inner .td_service,
.td_section .section_inner .td_service_img,
.td_section .section_inner .td_btn,
.td_section .section_inner .td_pricing_wrap,
.td_section .section_inner .td_blog_wrap,
.td_section .section_inner .twentytwenty-wrapper,
.td_foot{
	z-index:10;
	position:relative;
}

.td_fullwidth{
	width:100%;
	float:left;
	clear:both;
	position:relative;
}

/*------------------------------------------------------------------*/
/*	03) SECTION TITLE
/*------------------------------------------------------------------*/
.td_section_title{
	width:100%;
	float:left;
	clear:both;
	text-align:center;
}
.td_section_title[data-x-pos="left"]{ text-align:left; }
.td_section_title[data-x-pos="right"]{ text-align:right; }

.td_section_title_inner{
	display:inline-block;
}
.td_section_title h1{
	font-size:30px;
	font-weight:600;
	text-transform:uppercase;
	line-height:1;
	position:relative;
}
.td_section_title h1 span{
	position:relative;
	display:inline-block;
}
.td_section_title h1 span span.thin{ font-weight:200; }
.td_section_title h1 span span.thick{ font-weight:900; }

.td_section_title h1.top_one{
	font-size:15px;
	color:#999;
	margin-bottom:12px;
}
.td_section_title .tagline{
	display:inline-block;
	clear:both;
}
.td_section_title .tagline p{
	color:#777;
}

/* template A */
.td_section_title[data-temp="a"] h1.bot_one{
	margin-bottom:30px;
}
.td_section_title[data-temp="a"] h1.bot_one > span:after{
	content:"";
	position:absolute;
	width:30px;
	bottom:-11px;
	border-bottom:2px solid #222;
	left:50%;
	margin-left:-15px;
}

/* template B */
.td_section_title[data-temp="b"] h1.top_one > span:before{
	content:"";
	position:absolute;
	width:35px;
	border-bottom:2px solid #ddd;
	top:50%;
	margin-top:-2px;
	left:-50px;
}
.td_section_title[data-temp="b"] h1.top_one > span:after{
	content:"";
	position:absolute;
	width:35px;
	border-bottom:2px solid #ddd;
	top:50%;
	margin-top:-2px;
	right:-50px;
}

/* template C */
.td_section_title[data-temp="c"] h1.top_one{
	letter-spacing:8px;
	font-size:12px;
	font-weight:400;
}
.td_section_title[data-temp="c"] h1.bot_one{
	letter-spacing:8px;
	font-size:19px;
}

/* template D */
.td_section_title[data-temp="d"] h1.top_one{
	letter-spacing:-2px;
	font-size:25px
}
.td_section_title[data-temp="d"] h1.bot_one{
	letter-spacing:-5px;
	font-size:60px;
	font-weight:700;
}

/* template E */
.td_section_title[data-temp="e"] h1.top_one{
	letter-spacing:-2px;
	font-size:140px;
	line-height:0.74;
	font-weight:400;
}
.td_section_title[data-temp="e"] h1.bot_one{
	letter-spacing:-2px;
	font-size:240px;
	font-weight:400;
	line-height:0.73;
	margin-bottom:30px;
}

/* template F */
.td_section_title[data-temp="f"] h1.bot_one{
	display:block;
	margin:30px 0px 35px 0px;
}
.td_section_title[data-temp="f"] h1.bot_one > span{
	border:4px solid #111;
	padding:10px 20px;
}


/* template H */
.td_section_title[data-temp="h"] h1.bot_one{
	display:block;
	margin:30px 0px 35px 0px;
	font-weight:400;
}
.td_section_title[data-temp="h"] h1.bot_one > span{
	background: #111;
	color:#fff;
	padding:10px 20px;
}

/* template I */
.td_section_title[data-temp="i"] h1.bot_one{
	display:block;
	margin:35px 0px 40px 0px;
	font-weight:400;
}
.td_section_title[data-temp="i"] h1.bot_one > span{
	background: #111;
	border:3px solid #fff;
	color:#fff;
	padding:10px 20px;
	box-shadow:0px 0px 0px 7px #111;
}

/* SKINS */
.td_section_title[data-skin="light"] h1.top_one > span{color:#444;}
.td_section_title[data-skin="light"] h1.bot_one > span{color:#ddd;}
.td_section_title[data-skin="light"] .tagline p{color:#999;}
.td_section_title[data-skin="light"][data-temp="a"] h1.bot_one > span:after{border-bottom-color:#ddd;}
.td_section_title[data-skin="light"][data-temp="b"] h1.top_one > span:before,
.td_section_title[data-skin="light"][data-temp="b"] h1.top_one > span:after{ border-color:#333; }
.td_section_title[data-skin="light"][data-temp="f"] h1.bot_one > span{ border-color:#fff; }
.td_section_title[data-skin="light"][data-temp="h"] h1.bot_one > span{ background:#fff; color:#111; }
.td_section_title[data-skin="light"][data-temp="i"] h1.bot_one > span{ background:#fff; color:#111; border-color:#151515 !important; box-shadow:0px 0px 0px 7px #fff; }

.td_section_title[data-skin="white"] h1.top_one > span{color:#fff;}
.td_section_title[data-skin="white"] h1.bot_one > span{color:#fff;}
.td_section_title[data-skin="white"] .tagline p{color:#fff;}
.td_section_title[data-skin="white"][data-temp="a"] h1.bot_one > span:after{border-bottom-color:#fff;}
.td_section_title[data-skin="white"][data-temp="b"] h1.top_one > span:before,
.td_section_title[data-skin="white"][data-temp="b"] h1.top_one > span:after{ border-color:#fff; }
.td_section_title[data-skin="white"][data-temp="f"] h1.bot_one > span{ border-color:#fff; }
.td_section_title[data-skin="white"][data-temp="h"] h1.bot_one > span{ background:#fff; color:#111; }
.td_section_title[data-skin="white"][data-temp="i"] h1.bot_one > span{ background:#fff; color:#111; border-color:#151515 !important; box-shadow:0px 0px 0px 7px #fff; }

.td_section_title[data-skin="black"] h1.top_one > span{color:#111;}
.td_section_title[data-skin="black"] h1.bot_one > span{color:#111;}
.td_section_title[data-skin="black"] .tagline p{color:#111;}
.td_section_title[data-skin="black"][data-temp="a"] h1.bot_one > span:after{border-bottom-color:#111;}
.td_section_title[data-skin="black"][data-temp="b"] h1.top_one > span:before,
.td_section_title[data-skin="black"][data-temp="b"] h1.top_one > span:after{ border-color:#111; }
.td_section_title[data-skin="black"][data-temp="f"] h1.bot_one > span{ border-color:#111; }
.td_section_title[data-skin="black"][data-temp="h"] h1.bot_one > span{ background:#111; color:#fff; }
.td_section_title[data-skin="black"][data-temp="i"] h1.bot_one > span{ background:#111; color:#fff; border-color:#fff !important; box-shadow:0px 0px 0px 7px #111; }

/*------------------------------------------------------------------*/ 
/*	04) SEPARATOR
/*------------------------------------------------------------------*/
.td_separator{
	width:100%;
	clear:both;
	position:relative;
	height:auto;
	text-align:center;
	display:block;
	z-index:99;
}
.td_separator .line{
	max-width:200px;
	width:100%;
	height:1px;
	background:#ddd;
	position:absolute;
	left:50%;
	top:7px;
	margin-left:-100px;
}
.td_separator .circle{
	width:15px;
	height:15px;
	background:#ddd;
	position:absolute;
	left:50%;
	margin-left:-7.5px;
	top:0px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
}

.td_separator[data-x-pos="left"] .line{left:0; margin-left:0px;}
.td_separator[data-x-pos="left"] .circle{left:0; margin-left:0px;}
.td_separator[data-x-pos="right"] .line{left:auto; right:0px; margin-left:0px;}
.td_separator[data-x-pos="right"] .circle{left:auto; right:0px; margin-left:0px;}

.td_separator[data-skin="dark"] .line{background:#333;}
.td_separator[data-skin="dark"] .circle{background:#333;}


.td_separator_2{
	width:100%;
	clear:both;
	position:relative;
	height:auto;
	text-align:center;
	display:block;
	z-index:99;
}
.td_separator_2 .line{
	max-width:50px;
	width:100%;
	height:1px;
	background:#ddd;
	position:absolute;
	left:auto;
	top:11px;
}
.td_separator_2 .line.left{ left:50%; margin-left:-80px; }
.td_separator_2 .line.right{ right:50%; margin-right:-80px; }

.td_separator_2 .icon{
	font-size:16px;
	color:#ddd;
}
.td_separator_2[data-skin="dark"] .icon{color:#333;}


.td_separator_3{
	width:100%;
	clear:both;
	position:relative;
	height:auto;
	text-align:center;
	display:block;
	z-index:99;
}
.td_separator_3 .dot{
	width:7px;
	height:7px;
	margin:0px 2px;
	background:#ddd;
	display:inline-block;
	
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.td_separator_3[data-skin="dark"] .dot{background:#333;}

/*------------------------------------------------------------------*/ 
/*	05) ICONS
/*------------------------------------------------------------------*/
.td_icon_wrap{
	width:100%;
	display:block;
	text-align:center;
	clear:both;
}
.td_icon_wrap span{
	width:50px;
	height:50px;
	display:inline-block;
	
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
}
.td_icon_wrap span i{
	font-size:40px;
	color:#ddd;
}

.td_icon_wrap[data-temp="b"] span{background:#333;}
.td_icon_wrap[data-temp="b"] span i{font-size:22px; line-height:50px; color:#fff;}

.td_icon_wrap[data-temp="c"] span{border:2px solid #666;}
.td_icon_wrap[data-temp="c"] span i{font-size:22px; line-height:50px;}

.td_icon_wrap[data-skin="dark"] span i{color:#333;}
.td_icon_wrap[data-temp="b"][data-skin="dark"] span{background:#ddd;}
.td_icon_wrap[data-temp="c"][data-skin="light"] span{border-color:#ddd;}

/*------------------------------------------------------------------*/
/*	06) PORTFOLIO
/*------------------------------------------------------------------*/
.td_portfolio_wrap{
	width:100%;
	float:left;
	clear:both;
	padding:0px 1px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
/* PORTFOLIO FILTER */
.td_portfolio_filter{
	width:100%;
	text-align:center;
	list-style-type:none;
	margin-bottom:15px;
}
.td_portfolio_filter li{
	display:inline-block;
	margin:0px 15px 15px 15px;
}
.td_portfolio_filter li a{
	text-decoration:none;
	font-size:14px;
	font-weight:400;
	color:#999;
	letter-spacing:1px;
}

/* PORTFOLIO LIST */
.td_portfolio_list{
	width:100%;
	list-style-type:none;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.td_portfolio_list > li{
	width:25%;
	float:left;
	display:block;
	height:auto;
	position:relative;
	
	-webkit-perspective: 500px;
	-moz-perspective: 500px;
	perspective: 500px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}



.td_portfolio_list li article.item_holder{
	width:100%;
	height:auto;
	float:left;
	overflow:hidden;
	display:block;
	position:relative;
	z-index:10;
	
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	
}
.td_portfolio_list.animate li article.item_holder{
	opacity:0;
}

.td_portfolio_list li article.item_holder img{
	min-width:100%;
	max-width:100%;
	z-index:5;
	position:relative;
}

/* GUTTERS */
.td_portfolio_wrap[data-gutter="gutter-a"] .td_portfolio_list li{
	padding:1px;
}

.td_portfolio_wrap[data-gutter="gutter-b"]{
	padding:0px 10px;
}
.td_portfolio_wrap[data-gutter="gutter-b"] .td_portfolio_list li{
	padding:0px 10px 20px 10px;
}

.td_portfolio_wrap[data-gutter="gutter-c"]{
	padding:0px;
}
.td_portfolio_wrap[data-gutter="gutter-c"] .td_portfolio_list{
	margin-left:-2%;
	width:auto;
}
.td_portfolio_wrap[data-gutter="gutter-c"] .td_portfolio_list > li{
	margin-left:1.999%;
	margin-bottom:2%;
	width:23.0015%;
}

/* COLUMNS 3 */
.td_portfolio_wrap[data-col="3"] .td_portfolio_list > li{ width:33.3333%; }
.td_portfolio_wrap[data-gutter="gutter-c"][data-col="3"] .td_portfolio_list > li{ width:31.33333%; }

/* On hover scale */
.td_portfolio_list li img{
	-webkit-transition: all .9s ease;
	   -moz-transition: all .9s ease;
	    -ms-transition: all .9s ease;
	     -o-transition: all .9s ease;
	        transition: all .9s ease;
}
.td_portfolio_wrap[data-hover-img="scale"] .td_portfolio_list li .item_holder:hover img{
    -webkit-transform: scale(1.1,1.1); /* Chrome, Safari, Opera */
	-ms-transform: scale(1.1,1.1); /* IE 9 */
    transform: scale(1.1,1.1);
}
.td_portfolio_wrap[data-hover-img="scale-2"] .td_portfolio_list li .item_holder:hover img{
    -webkit-transform: scale(5,5); /* Chrome, Safari, Opera */
	-ms-transform: scale(5,5); /* IE 9 */
    transform: scale(5,5);
}

/* OVERLAY*/
.td_portfolio_list li .overlay{
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	z-index:6;
	top:0px;
	text-align:center;
	background:#fff;
	opacity:0;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	
	-webkit-transition: all .6s ease;
	   -moz-transition: all .6s ease;
	    -ms-transition: all .6s ease;
	     -o-transition: all .6s ease;
	        transition: all .6s ease;
}
.td_portfolio_list li .overlay a{
	display:table;
	position:abolute;
	width:100%;
	height:100%;
	text-decoration:none;
	vertical-align:middle;
	
}
.td_portfolio_list li .overlay a div{
	position:relative;
	display:table-cell;
	vertical-align:middle;
	padding:40px 30px;
}
.td_portfolio_list li .overlay a h1{
	font-size:15px;
	text-transform:uppercase;
	font-weight:600;
	line-height:1;
	margin-bottom:5px;
	color:#333;
}
.td_portfolio_list li .overlay a span{
	color:#666;
}

.td_portfolio_list li .item_holder:hover .overlay{
	opacity:1;
}

/*BACKGROUND COLORS*/
.td_portfolio_wrap[data-overlay-bgcolor="dark"] .td_portfolio_list li .overlay{ background:#111; }
.td_portfolio_wrap[data-overlay-bgcolor="dark"] .td_portfolio_list li .overlay a h1{ color:#ddd; }
.td_portfolio_wrap[data-overlay-bgcolor="dark"] .td_portfolio_list li .overlay a span{ color:#999; }

.td_portfolio_wrap[data-overlay-bgcolor="currentLight"] .td_portfolio_list li .overlay a h1{ color:#fff; }
.td_portfolio_wrap[data-overlay-bgcolor="currentLight"] .td_portfolio_list li .overlay a span{ color:#fff; }

.td_portfolio_wrap[data-overlay-bgcolor="currentDark"] .td_portfolio_list li .overlay a h1{ color:#111; }
.td_portfolio_wrap[data-overlay-bgcolor="currentDark"] .td_portfolio_list li .overlay a span{ color:#111; }

.td_portfolio_wrap[data-overlay-bgcolor="transLight"] .td_portfolio_list li .overlay{ background:rgba(255,255,255,0.85); }
.td_portfolio_wrap[data-overlay-bgcolor="transLight"] .td_portfolio_list li .overlay a h1{ color:#333; }
.td_portfolio_wrap[data-overlay-bgcolor="transLight"] .td_portfolio_list li .overlay a span{ color:#666; }

.td_portfolio_wrap[data-overlay-bgcolor="transDark"] .td_portfolio_list li .overlay{ background:#111; background:rgba(0,0,0,0.85); }
.td_portfolio_wrap[data-overlay-bgcolor="transDark"] .td_portfolio_list li .overlay a h1{ color:#ddd; }
.td_portfolio_wrap[data-overlay-bgcolor="transDark"] .td_portfolio_list li .overlay a span{ color:#999; }

/*TEXT POSITION*/
.td_portfolio_wrap[data-text-hor-pos="left"] .td_portfolio_list li .overlay{ text-align:left; }
.td_portfolio_wrap[data-text-hor-pos="right"] .td_portfolio_list li .overlay{ text-align:right; }

.td_portfolio_wrap[data-text-ver-pos="top"] .td_portfolio_list li .overlay a div{vertical-align:top;}
.td_portfolio_wrap[data-text-ver-pos="bottom"] .td_portfolio_list li .overlay a div{vertical-align:bottom;}

/*ANIMATIONS*/
.td_portfolio_wrap[data-hover-animate="toTop"] .td_portfolio_list li .overlay{ opacity:1; bottom:-100%; top:auto;}
.td_portfolio_wrap[data-hover-animate="toTop"] .td_portfolio_list li .item_holder:hover .overlay {bottom:0px;}

.td_portfolio_wrap[data-hover-animate="toBottom"] .td_portfolio_list li .overlay{ opacity:1; top:-100%; }
.td_portfolio_wrap[data-hover-animate="toBottom"] .td_portfolio_list li .item_holder:hover .overlay {top:0px;}

.td_portfolio_wrap[data-hover-animate="toLeft"] .td_portfolio_list li .overlay{ opacity:1; right:-100%;  left:auto; }
.td_portfolio_wrap[data-hover-animate="toLeft"] .td_portfolio_list li .item_holder:hover .overlay {right:0px;}

.td_portfolio_wrap[data-hover-animate="toRight"] .td_portfolio_list li .overlay{ opacity:1; left:-100%;}
.td_portfolio_wrap[data-hover-animate="toRight"] .td_portfolio_list li .item_holder:hover .overlay {left:0px;}

.td_portfolio_wrap[data-hover-animate="zoomOut"] .td_portfolio_list li .overlay{ 
	opacity:0; 
	-webkit-transform: scale(0,0); /* Chrome, Safari, Opera */
	-ms-transform: scale(0,0); /* IE 9 */
    transform: scale(0,0);
}
.td_portfolio_wrap[data-hover-animate="zoomOut"] .td_portfolio_list li .item_holder:hover .overlay {
	opacity:1;
	-webkit-transform: scale(1,1); /* Chrome, Safari, Opera */
	-ms-transform: scale(1,1); /* IE 9 */
    transform: scale(1,1);
}

.td_portfolio_wrap[data-hover-animate="zoomIn"] .td_portfolio_list li .overlay{ 
	opacity:0; 
	-webkit-transform: scale(2,2); /* Chrome, Safari, Opera */
	-ms-transform: scale(2,2); /* IE 9 */
    transform: scale(2,2);
}
.td_portfolio_wrap[data-hover-animate="zoomIn"] .td_portfolio_list li .item_holder:hover .overlay {
	opacity:1;
	-webkit-transform: scale(1,1); /* Chrome, Safari, Opera */
	-ms-transform: scale(1,1); /* IE 9 */
    transform: scale(1,1);
}

.td_portfolio_wrap[data-hover-animate="horZoomIn"] .td_portfolio_list li .overlay{ 
	opacity:0; 
	-webkit-transform: scale(2,1); /* Chrome, Safari, Opera */
	-ms-transform: scale(2,1); /* IE 9 */
    transform: scale(2,1);
}
.td_portfolio_wrap[data-hover-animate="horZoomIn"] .td_portfolio_list li .item_holder:hover .overlay {
	opacity:1;
	-webkit-transform: scale(1,1); /* Chrome, Safari, Opera */
	-ms-transform: scale(1,1); /* IE 9 */
    transform: scale(1,1);
}

.td_portfolio_wrap[data-hover-animate="verZoomIn"] .td_portfolio_list li .overlay{ 
	opacity:0; 
	-webkit-transform: scale(1,2); /* Chrome, Safari, Opera */
	-ms-transform: scale(1,2); /* IE 9 */
    transform: scale(1,2);
}
.td_portfolio_wrap[data-hover-animate="verZoomIn"] .td_portfolio_list li .item_holder:hover .overlay {
	opacity:1;
	-webkit-transform: scale(1,1); /* Chrome, Safari, Opera */
	-ms-transform: scale(1,1); /* IE 9 */
    transform: scale(1,1);
}

.td_portfolio_wrap[data-hover-animate="horZoomOut"] .td_portfolio_list li .overlay{ 
	opacity:0; 
	-webkit-transform: scale(0,1); /* Chrome, Safari, Opera */
	-ms-transform: scale(0,1); /* IE 9 */
    transform: scale(0,1);
}
.td_portfolio_wrap[data-hover-animate="horZoomOut"] .td_portfolio_list li .item_holder:hover .overlay {
	opacity:1;
	-webkit-transform: scale(1,1); /* Chrome, Safari, Opera */
	-ms-transform: scale(1,1); /* IE 9 */
    transform: scale(1,1);
}

.td_portfolio_wrap[data-hover-animate="verZoomOut"] .td_portfolio_list li .overlay{ 
	opacity:0; 
	-webkit-transform: scale(1,0); /* Chrome, Safari, Opera */
	-ms-transform: scale(1,0); /* IE 9 */
    transform: scale(1,0);
}
.td_portfolio_wrap[data-hover-animate="verZoomOut"] .td_portfolio_list li .item_holder:hover .overlay {
	opacity:1;
	-webkit-transform: scale(1,1); /* Chrome, Safari, Opera */
	-ms-transform: scale(1,1); /* IE 9 */
    transform: scale(1,1);
}

.td_portfolio_wrap[data-hover-animate="circle"] .td_portfolio_list li .overlay{ 
	opacity:0; 
	border-radius:300px;
	-webkit-transform: scale(0.5,0.5); /* Chrome, Safari, Opera */
	-ms-transform: scale(0.5,0.5); /* IE 9 */
    transform: scale(0.5,0.5);
}
.td_portfolio_wrap[data-hover-animate="circle"] .td_portfolio_list li .item_holder:hover .overlay {
	opacity:1;
	border-radius:0px;
	-webkit-transform: scale(1,1); /* Chrome, Safari, Opera */
	-ms-transform: scale(1,1); /* IE 9 */
    transform: scale(1,1);
}

.td_portfolio_wrap[data-hover-animate="rotate"] .td_portfolio_list li .overlay{ 
	opacity:0; 
    -webkit-transform: rotate(15deg); /* Chrome, Safari, Opera */
	-ms-transform: rotate(15deg); /* IE 9 */
    transform: rotate(15deg);
}
.td_portfolio_wrap[data-hover-animate="rotate"] .td_portfolio_list li .item_holder:hover .overlay {
	opacity:1;
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
	-ms-transform: rotate(0deg); /* IE 9 */
    transform: rotate(0deg);
}

.td_portfolio_wrap[data-hover-animate="rotate-2"] .td_portfolio_list li .overlay{ 
	opacity:0; 
	border-radius:300px;
	-webkit-transform: scale(0,0) rotate(40deg); /* Chrome, Safari, Opera */
	-ms-transform: scale(0,0) rotate(40deg); /* IE 9 */
    transform: scale(0,0) rotate(40deg);
	
}
.td_portfolio_wrap[data-hover-animate="rotate-2"] .td_portfolio_list li .item_holder:hover .overlay {
	opacity:1;
    border-radius:0px;
	-webkit-transform: scale(1,1) rotate(0deg); /* Chrome, Safari, Opera */
	-ms-transform: scale(1,1) rotate(0deg); /* IE 9 */
    transform: scale(1,1) rotate(0deg);
}

.td_portfolio_wrap[data-hover-animate="justIn"] .td_portfolio_list li .overlay{ 
	opacity:0;
	left:-7%;
	top:-7%;
}
.td_portfolio_wrap[data-hover-animate="justIn"] .td_portfolio_list li .item_holder:hover .overlay {
	opacity:1;
	left:0px;
	top:0px;
}


/* Border Radius */
.td_portfolio_wrap[data-round="a"] .td_portfolio_list li,
.td_portfolio_wrap[data-round="a"] .td_portfolio_list li article.item_holder,
.td_portfolio_wrap[data-round="a"] .td_portfolio_list li article.item_holder img,
.td_portfolio_wrap[data-round="a"] .td_portfolio_list li .overlay{
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.td_portfolio_wrap[data-round="b"] .td_portfolio_list li,
.td_portfolio_wrap[data-round="b"] .td_portfolio_list li article.item_holder,
.td_portfolio_wrap[data-round="b"] .td_portfolio_list li article.item_holder img,
.td_portfolio_wrap[data-round="b"] .td_portfolio_list li .overlay{
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
}
.td_portfolio_wrap[data-round="c"] .td_portfolio_list li,
.td_portfolio_wrap[data-round="c"] .td_portfolio_list li article.item_holder,
.td_portfolio_wrap[data-round="c"] .td_portfolio_list li article.item_holder img,
.td_portfolio_wrap[data-round="c"] .td_portfolio_list li .overlay{
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
}
.td_portfolio_wrap[data-round="d"] .td_portfolio_list li,
.td_portfolio_wrap[data-round="d"] .td_portfolio_list li article.item_holder,
.td_portfolio_wrap[data-round="d"] .td_portfolio_list li article.item_holder img,
.td_portfolio_wrap[data-round="d"] .td_portfolio_list li .overlay{
	-webkit-border-radius:900px;
	-moz-border-radius:900px;
	border-radius:900px;
}

/*------------------------------------------------------------------*/
/*	07) SERVICES
/*------------------------------------------------------------------*/
.td_service{
	width:100%;
	height:auto;
	position:relative;
	text-align:center;
	float:left;
	clear:both;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.td_service_inner{
	width:100%;
	height:auto;
	position:relative;
	display:inline-block;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.td_service .icon_wrap{
	margin-bottom:20px;
}
.td_service .icon_wrap i{
	font-size:40px;
	line-height:0px;
	color:#333;
}
.td_service .title_wrap h3{
	font-size:15px;
	text-transform:uppercase;
	font-weight:600;
	letter-spacing:1px;
	position:relative;
}
.td_service .link_wrap{
	margin-top:30px;
	display:table;
	width:100%;
}
.td_service .link_wrap a{
	text-decoration:none;
	color:#333;
	background:#f5f5f5;
	font-size:14px;
	height:25px;
	width:30px;
	padding:4px 0px 1px 1px;
	display:inline-block;
	border-radius:40px;
	text-align:center;
}
/* TEXT ALIGN */
.td_service[data-align="left"]{text-align:left;}
.td_service[data-align="right"]{text-align:right;}

/* COLOR CHANGE ACCORDING TO SECTION BACKGROUND */
.td_section[data-skin="light"] .td_service .link_wrap a{ background:#fff;}
.td_section[data-skin="dark"] .td_service .icon_wrap i{ color:#ddd}
.td_section[data-skin="dark"] .td_service .link_wrap a{ background:#222; color:#999}

/* ICON COLOR */
.td_service[data-icon-color="currentColor"] .icon_wrap i{}


/* TEMPLATES */
.td_service[data-temp="temp_b"]{padding-left:60px; text-align:left;}
.td_service[data-temp="temp_b"] .icon_wrap{position:absolute; left:-60px; top:2px;}
.td_service[data-temp="temp_b"][data-align="right"]{padding-left:0px; padding-right:60px; text-align:right;}
.td_service[data-temp="temp_b"][data-align="right"] .icon_wrap{left:auto; right:-60px;}

.td_service[data-temp="temp_c"] .td_service_inner{background:#f5f5f5; padding:70px 50px;}
.td_service[data-temp="temp_c"] .title_wrap h3{margin-bottom:40px;}
.td_service[data-temp="temp_c"] .title_wrap h3:after{
	position:absolute;
	content:"";
	left:50%;
	margin-left:-15px;
	bottom:-17px;
	width:30px;
	border-bottom:2px solid #333;
}

.td_service[data-temp="temp_c"][data-align="left"] .title_wrap h3:after{left:0px; margin-left:0px;}
.td_service[data-temp="temp_c"][data-align="right"] .title_wrap h3:after{left:auto; margin-left:0px; right:0px;}

.td_service[data-temp="temp_c"][data-skin="light"] .link_wrap a{ background:#fff !important; color:#111 !important;}
.td_service[data-temp="temp_c"][data-skin="light"] .td_service_inner{background:#f5f5f5;}
.td_service[data-temp="temp_c"][data-skin="light"] .icon_wrap i{color:#333 !important;}
.td_service[data-temp="temp_c"][data-skin="light"] .title_wrap h3{ color:#333 !important;}
.td_service[data-temp="temp_c"][data-skin="light"] .text_wrap span{ color:#666 !important;}

.td_service[data-temp="temp_c"][data-skin="white"] .td_service_inner{background:#fff;}
.td_service[data-temp="temp_c"][data-skin="white"] .icon_wrap i{color:#333 !important;}
.td_service[data-temp="temp_c"][data-skin="white"] .title_wrap h3{ color:#333 !important;}
.td_service[data-temp="temp_c"][data-skin="white"] .text_wrap span{ color:#666 !important;}
.td_service[data-temp="temp_c"][data-skin="white"] .link_wrap a{ background:#eee !important; color:#111 !important;}

.td_service[data-temp="temp_c"][data-skin="dark"] .td_service_inner{background:#111;}
.td_service[data-temp="temp_c"][data-skin="dark"] .title_wrap h3:after{border-bottom-color:#333;}
.td_service[data-temp="temp_c"][data-skin="dark"] .icon_wrap i{color:#ddd;}
.td_service[data-temp="temp_c"][data-skin="dark"] .title_wrap h3{ color:#ddd !important;}
.td_service[data-temp="temp_c"][data-skin="dark"] .text_wrap span{ color:#999 !important;}
.td_service[data-temp="temp_c"][data-skin="dark"] .link_wrap a{ background:#222 !important; color:#fff !important;}


.td_service[data-temp="temp_d"] .td_service_inner{background:#f5f5f5; padding:80px 50px 60px 50px;}
.td_service[data-temp="temp_d"] .icon_wrap{
	position:absolute; 
	top:-45px;
	left:50%;
	margin-left:-45px; 
	width:90px;
	height:90px;
	background:#111; 
	-webkit-border-radius:60px;
	-moz-border-radius:60px;
	border-radius:60px;
	text-align:center;
}
.td_service[data-temp="temp_d"] .icon_wrap i{ padding-top:25px; display:inline-block; color:#fff !important;}
.td_service[data-temp="temp_d"][data-skin="light"] .link_wrap a{ background:#fff !important; color:#111 !important;}
.td_service[data-temp="temp_d"] .title_wrap h3{ color:#333 !important;}
.td_service[data-temp="temp_d"] .text_wrap span{ color:#666 !important;}

.td_service[data-temp="temp_d"][data-skin="white"] .td_service_inner{background:#fff;}
.td_service[data-temp="temp_d"][data-skin="white"] .link_wrap a{ background:#eee !important; color:#111 !important;}

.td_service[data-temp="temp_d"][data-skin="dark"] .td_service_inner{background:#111;}
.td_service[data-temp="temp_d"][data-skin="dark"] .icon_wrap{ background:#fff; }
.td_service[data-temp="temp_d"][data-skin="dark"] .icon_wrap i{ color:#111 !important;}
.td_service[data-temp="temp_d"][data-skin="dark"] .title_wrap h3{ color:#ddd !important;}
.td_service[data-temp="temp_d"][data-skin="dark"] .text_wrap span{ color:#999 !important;}
.td_service[data-temp="temp_d"][data-skin="dark"] .link_wrap a{ background:#222 !important; color:#fff !important;}



.td_service[data-temp="temp_e"] .td_service_inner{background:#f5f5f5; padding:70px 50px 70px 50px;}
.td_service[data-temp="temp_e"] .icon_wrap{position:absolute; top:0px;	right:0px;}
.td_service[data-temp="temp_e"][data-align="right"] .icon_wrap{right:auto; left:0px;}

.td_service[data-temp="temp_e"] .icon_wrap i{color:#ddd !important; font-size:120px;}
.td_service[data-temp="temp_e"][data-skin="light"] .link_wrap a{ background:#fff !important; color:#111 !important;}
.td_service[data-temp="temp_e"] .title_wrap h3{ color:#333 !important;}
.td_service[data-temp="temp_e"] .text_wrap span{ color:#666 !important;}

.td_service[data-temp="temp_e"][data-skin="white"] .td_service_inner{background:#fff;}
.td_service[data-temp="temp_e"][data-skin="white"] .link_wrap a{ background:#eee !important; color:#111 !important;}

.td_service[data-temp="temp_e"][data-skin="dark"] .td_service_inner{background:#111;}
.td_service[data-temp="temp_e"][data-skin="dark"] .icon_wrap i{color:#191919 !important;}
.td_service[data-temp="temp_e"][data-skin="dark"] .link_wrap a{ background:#222 !important; color:#fff !important;}
.td_service[data-temp="temp_e"][data-skin="dark"] .title_wrap h3{ color:#ddd !important;}
.td_service[data-temp="temp_e"][data-skin="dark"] .text_wrap span{ color:#999 !important;}




/* SERVICE WITH IMAGE */
.td_service_img{
	width:100%;
	height:auto;
	position:relative;
	text-align:center;
	float:left;
	clear:both;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.td_service_img .img_wrap{
	margin-bottom:30px;
}
.td_service_img .title_wrap h3{
	font-size:15px;
	text-transform:uppercase;
	font-weight:600;
	letter-spacing:1px;
	position:relative;
}
.td_service_img .link_wrap{
	margin-top:30px;
	display:table;
	width:100%;
}
.td_service_img .link_wrap a{
	text-decoration:none;
	color:#333;
	background:#f5f5f5;
	font-size:14px;
	height:25px;
	width:30px;
	padding:4px 0px 1px 1px;
	display:inline-block;
	border-radius:40px;
	text-align:center;
}
.td_service_img .link_wrap a:hover{
	color:#fff;
}
/* TEXT ALIGN */
.td_service_img[data-align="left"]{text-align:left;}
.td_service_img[data-align="right"]{text-align:right;}

/* COLOR CHANGE ACCORDING TO SECTION BACKGROUND */
.td_section[data-skin="light"] .td_service_img .link_wrap a{ background:#fff;}
.td_section[data-skin="dark"] .td_service_img .link_wrap a{ background:#222; color:#999}


/* BORDER RADIUS */
.td_service_img[data-round="a"] .img_wrap img{
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.td_service_img[data-round="b"] .img_wrap img{
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
}
.td_service_img[data-round="c"] .img_wrap img{
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
}
.td_service_img[data-round="d"] .img_wrap img{
	-webkit-border-radius:900px;
	-moz-border-radius:900px;
	border-radius:900px;
}

/*------------------------------------------------------------------*/
/*	08) BLOG
/*------------------------------------------------------------------*/
.td_blog_wrap{
	width:100%;
	float:left;
	clear:both;
	padding:0px 1px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

/* BLOG LIST */
.td_blog_list{
	width:100%;
	list-style-type:none;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.td_blog_list > li{
	width:25%;
	float:left;
	display:block;
	height:auto;
	text-align:center;
	
	-webkit-perspective:500px;
	-moz-perspective:500px;
	perspective:500px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.td_blog_list li article.item_holder{
	width:100%;
	height:auto;
	float:left;
	overflow:hidden;
	display:block;
	position:relative;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.td_blog_list li .img_holder a{
	display:block;
	overflow:hidden;
	z-index:10;
	position:relative;
}
.td_blog_list li .img_holder img{
	min-width:100%;
	max-width:100%;
	z-index:5;
}
.td_blog_list li:hover .img_holder img{
	opacity:0.85;
}
.td_blog_list .title_holder{
	padding:30px 20px;
}
.container .td_blog_list .title_holder{
	padding-left:0px;
	padding-right:0px;
}
.td_blog_list .title_holder h3{
	font-size:15px;
	text-transform:uppercase;
	font-weight:600;
	letter-spacing:1px;
	margin-bottom:7px;
	line-height:1.3;
}
.td_blog_list .title_holder h3 a{
	text-decoration:none;
	color:#333;
}
.td_blog_list .title_holder span{
	color:#999;
}

/* COLOR CHANGE ACCORDING TO SECTION BACKGROUND */
.td_section[data-skin="dark"] .td_blog_list .title_holder h3 a{ color:#ddd; }

/* GUTTERS */
.td_blog_wrap[data-gutter="gutter-a"] .td_blog_list li{
	padding:1px;
}

.td_blog_wrap[data-gutter="gutter-b"]{
	padding:0px 10px;
}
.td_blog_wrap[data-gutter="gutter-b"] .td_blog_list li{
	padding:0px 10px 20px 10px;
}

.td_blog_wrap[data-gutter="gutter-c"]{
	padding:0px;
}
.td_blog_wrap[data-gutter="gutter-c"] .td_blog_list{
	margin-left:-2%;
	width:auto;
}
.td_blog_wrap[data-gutter="gutter-c"] .td_blog_list > li{
	margin-left:1.999%;
	margin-bottom:2%;
	width:23.0015%;
}

/* COLUMNS 3 */
.td_blog_wrap[data-col="3"] .td_blog_list > li{ width:33.3333%; }
.td_blog_wrap[data-gutter="gutter-c"][data-col="3"] .td_blog_list > li{ width:31.33333%; }


/* ON HOVER SCALE */
.td_blog_wrap li img{
	-webkit-transition: all .9s ease;
	   -moz-transition: all .9s ease;
	    -ms-transition: all .9s ease;
	     -o-transition: all .9s ease;
	        transition: all .9s ease;
}
.td_blog_wrap[data-hover-img="scale"] .td_blog_list li .item_holder:hover .img_holder img{
    -webkit-transform: scale(1.1,1.1); /* Chrome, Safari, Opera */
	-ms-transform: scale(1.1,1.1); /* IE 9 */
    transform: scale(1.1,1.1);
}


.td_blog_wrap[data-text-hor-pos="left"] .td_blog_list .title_holder{text-align:left;}
.td_blog_wrap[data-text-hor-pos="right"] .td_blog_list .title_holder{text-align:right;}


/* BORDER RADIUS */
.td_blog_wrap[data-round="a"] .td_blog_list li .img_holder,
.td_blog_wrap[data-round="a"] .td_blog_list li .img_holder a,
.td_blog_wrap[data-round="a"] .td_blog_list li .img_holder img{
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.td_blog_wrap[data-round="b"] .td_blog_list li .img_holder,
.td_blog_wrap[data-round="b"] .td_blog_list li .img_holder a,
.td_blog_wrap[data-round="b"] .td_blog_list li .img_holder img{
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
}
.td_blog_wrap[data-round="c"] .td_blog_list li .img_holder,
.td_blog_wrap[data-round="c"] .td_blog_list li .img_holder a,
.td_blog_wrap[data-round="c"] .td_blog_list li .img_holder img{
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
}
.td_blog_wrap[data-round="d"] .td_blog_list li .img_holder,
.td_blog_wrap[data-round="d"] .td_blog_list li .img_holder a,
.td_blog_wrap[data-round="d"] .td_blog_list li .img_holder img{
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
}






/* BLOG LIST 2 */
.td_blog_list_2{
	list-style-type:none;
	position:relative;
}
.td_blog_list_2 *{
	-webkit-transition: all .4s ease;
	   -moz-transition: all .4s ease;
	    -ms-transition: all .4s ease;
	     -o-transition: all .4s ease;
	        transition: all .4s ease;
}
.td_blog_list_2 li{
	-webkit-perspective:500px;
	-moz-perspective:500px;
	perspective:500px;
}
.td_blog_list_2 li:last-child .item_holder{
	border-bottom:0px;
}
.td_blog_list_2 .item_holder{
	border-bottom:1px solid #eee;
	padding:30px 60px 30px 0px;
	min-height:100px;
	position:relative;

}
.td_blog_list_2 .item_holder:hover{
	padding-left:170px;
}
.td_blog_list_2 .img_holder{
	position:absolute;
	left:0px;
			
	-webkit-transform-origin:left center;
		-ms-transform-origin:left center;
			transform-origin:left center;

	-webkit-transform:scaleX(0);
		-ms-transform:scaleX(0);
			transform:scaleX(0);
}
.td_blog_list_2 .item_holder:hover .img_holder{
	-webkit-transform:scaleX(1);
	    -ms-transform:scaleX(1);
			transform:scaleX(1);
}
.td_blog_list_2 .title_holder{
	padding-top:20px;
}
.td_blog_list_2 .title_holder h3{
	font-size:15px;
	margin-bottom:7px;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:1px;
}
.td_blog_list_2 .title_holder h3 a{
	color:#333;
	text-decoration:none;
}
.td_blog_list_2 .title_holder span{
	color:#999;
}

.td_blog_list_2 .item_holder .link_wrap{
	position:absolute;
	right:0px;
	top:50%;
	margin-top:-15px;
}
.td_blog_list_2 .item_holder .link_wrap a{
	text-decoration:none;
	color:#333;
	background:#f5f5f5;
	font-size:14px;
	height:25px;
	width:30px;
	padding:4px 0px 1px 1px;
	display:inline-block;
	border-radius:40px;
	text-align:center;
}
.td_blog_list_2 .item_holder:hover .link_wrap{
	right:30px;
}
.td_blog_list_2 .item_holder:hover .link_wrap a{
	background:#111;
	color:#fff;
	
}

/* COLOR CHANGE ACCORDING TO SECTION BACKGROUND */
.td_section[data-skin="light"] .td_blog_list_2 .item_holder{ border-bottom-color:#e8e8e8; }
.td_section[data-skin="light"] .td_blog_list_2 .item_holder .link_wrap a{ background:#fff; }
.td_section[data-skin="light"] .td_blog_list_2 .item_holder:hover .link_wrap a{ background:#111; }
.td_section[data-skin="dark"] .td_blog_list_2 .item_holder{ border-bottom-color:#202020; }
.td_section[data-skin="dark"] .td_blog_list_2 .item_holder h3 a{ color:#ddd; }
.td_section[data-skin="dark"] .td_blog_list_2 .item_holder .link_wrap a{ background:#222; color:#999; }
.td_section[data-skin="dark"] .td_blog_list_2 .item_holder:hover .link_wrap a{ background:#fff; color:#333;}

/*------------------------------------------------------------------*/
/*	09) GALLERY
/*------------------------------------------------------------------*/
.td_gallery_wrap{
	width:100%;
	float:left;
	clear:both;
	padding:0px 1px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

/* PORTFOLIO LIST */
.td_gallery_list{
	width:100%;
	list-style-type:none;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.td_gallery_list > li{
	width:25%;
	float:left;
	display:block;
	height:auto;
	position:relative;
	
	-webkit-perspective: 500px;
	-moz-perspective: 500px;
	perspective: 500px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.td_gallery_list li article.item_holder{
	width:100%;
	height:auto;
	float:left;
	overflow:hidden;
	display:block;
	position:relative;
	z-index:10;
	
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	
}

.td_gallery_list li article.item_holder img{
	min-width:100%;
	max-width:100%;
	z-index:5;
	position:relative;
}

/* GUTTERS */
.td_gallery_wrap[data-gutter="gutter-a"] .td_gallery_list li{
	padding:1px;
	position:relative;
}

.td_gallery_wrap[data-gutter="gutter-b"]{
	padding:0px 10px;
}
.td_gallery_wrap[data-gutter="gutter-b"] .td_gallery_list li{
	padding:0px 10px 20px 10px;
}

.td_gallery_wrap[data-gutter="gutter-c"]{
	padding:0px;
}
.td_gallery_wrap[data-gutter="gutter-c"] .td_gallery_list{
	margin-left:-2%;
	width:auto;
}
.td_gallery_wrap[data-gutter="gutter-c"] .td_gallery_list > li{
	margin-left:1.999%;
	margin-bottom:2%;
	width:23.0015%;
}

/* COLUMNS 3 */
.td_gallery_wrap[data-col="3"] .td_gallery_list > li{ width:33.3333%; }
.td_gallery_wrap[data-gutter="gutter-c"][data-col="3"] .td_gallery_list > li{ width:31.33333%; }


/* On hover scale */
.td_gallery_list li img{
	-webkit-transition: all .9s ease;
	   -moz-transition: all .9s ease;
	    -ms-transition: all .9s ease;
	     -o-transition: all .9s ease;
	        transition: all .9s ease;
}
.td_gallery_wrap[data-hover-img="scale"] .td_gallery_list li .item_holder:hover img{
    -webkit-transform: scale(1.1,1.1); /* Chrome, Safari, Opera */
	-ms-transform: scale(1.1,1.1); /* IE 9 */
    transform: scale(1.1,1.1);
}
.td_gallery_wrap[data-hover-img="scale-2"] .td_gallery_list li .item_holder:hover img{
    -webkit-transform: scale(5,5); /* Chrome, Safari, Opera */
	-ms-transform: scale(5,5); /* IE 9 */
    transform: scale(5,5);
}


/* Border Radius */
.td_gallery_wrap[data-round="a"] .td_gallery_list li,
.td_gallery_wrap[data-round="a"] .td_gallery_list li article.item_holder,
.td_gallery_wrap[data-round="a"] .td_gallery_list li article.item_holder img,
.td_gallery_wrap[data-round="a"] .td_gallery_list li .overlay{
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.td_gallery_wrap[data-round="b"] .td_gallery_list li,
.td_gallery_wrap[data-round="b"] .td_gallery_list li article.item_holder,
.td_gallery_wrap[data-round="b"] .td_gallery_list li article.item_holder img,
.td_gallery_wrap[data-round="b"] .td_gallery_list li .overlay{
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
}
.td_gallery_wrap[data-round="c"] .td_gallery_list li,
.td_gallery_wrap[data-round="c"] .td_gallery_list li article.item_holder,
.td_gallery_wrap[data-round="c"] .td_gallery_list li article.item_holder img,
.td_gallery_wrap[data-round="c"] .td_gallery_list li .overlay{
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
}
.td_gallery_wrap[data-round="d"] .td_gallery_list li,
.td_gallery_wrap[data-round="d"] .td_gallery_list li article.item_holder,
.td_gallery_wrap[data-round="d"] .td_gallery_list li article.item_holder img,
.td_gallery_wrap[data-round="d"] .td_gallery_list li .overlay{
	-webkit-border-radius:900px;
	-moz-border-radius:900px;
	border-radius:900px;
}

/*------------------------------------------------------------------*/ 
/*	10) PRICING TABLES
/*------------------------------------------------------------------*/
.td_pricing_wrap{
	clear:both;
}
.td_pricing{
	width:100%;
	display:block;
	clear:both;
	
	-webkit-perspective:500px;
	-moz-perspective:500px;
	perspective:500px;
}
.td_pricing *{
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.pr_column{
	float:left;
	height:auto;
	border:1px solid #eee;
	text-align:center;
	position:relative;
	margin-right:-1px;
	width:25%;
	background:#fff;
		
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.pr_column .pr_head{
	height:159px;
}
.pr_column.active .pr_head_top{
	border-bottom-color:#fff;
	border-bottom-color:rgba(255,255,255,0.3); 
}
.pr_column .pr_head_top{
	background:#111;
	padding:25px 0px 30px 0px;
	position:relative;
	border-bottom:1px solid #333;
}
.pr_column .pr_head_top h3{
	font-size:18px;
	color:#fff;
	text-transform:uppercase;
	font-weight:600;
	letter-spacing:1px;
}
.pr_column .pr_head_top .pr_cost_wrap{
	width:80px;
	height:80px;
	background:#fff;
	border-radius:80px;
	color:#333;
	left:50%;
	margin-left:-40px;
	bottom:-40px;
	position:absolute;
	
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.38) inset;
	-moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.38) inset;
	-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.38) inset;
}
.pr_column .pr_head_top .pr_cost_wrap span.price{
	font-size:24px;
	font-weight:600;
	line-height:1;
	display:block;
	margin-top:20px;
	color:#333;
}
.pr_column .pr_head_top .pr_cost_wrap span.det{
	font-size:10px;
	color:#999;
}
.pr_column .pr_head_bottom{
	padding:28px 0px;
	background:#111;
}

.pr_column ul.pr_body{
	list-style-type:none;
	width:100%;
}
.pr_column ul.pr_body li{
	padding:15px 0px;
	background:#f5f5f5;
	border-bottom:1px solid #fff;
}
.pr_column ul.pr_body li:nth-child(2n){
	background:#eee;
}
.pr_column ul.pr_body li span{
	color:#333 !important;
	font-size:14px;
}
.pr_column .pr_foot{
	padding:30px 0px;
}
.td_pricing .pr_column:hover{
	-webkit-box-shadow:0px 0px 10px 2px rgba(0,0,0,0.05);
	-moz-box-shadow:0px 0px 10px 2px rgba(0,0,0,0.05);
	box-shadow:0px 0px 10px 2px rgba(0,0,0,0.05);
	z-index:1;
}
.td_pricing .pr_column.active{
	z-index:2;
}

/* Color Skin */
.td_pricing_wrap[data-skin="dark"] .pr_column{background:#151515; border-color:#222;}
.td_pricing_wrap[data-skin="dark"] .pr_column ul.pr_body li{background:#191919; border-bottom:#151515;}
.td_pricing_wrap[data-skin="dark"] .pr_column ul.pr_body li:nth-child(2n){background:#222;}
.td_pricing_wrap[data-skin="dark"] .pr_column ul.pr_body li span{color:#999 !important;}


/* Columns */
.td_pricing_wrap[data-col="1"] .pr_column{width:100%;}
.td_pricing_wrap[data-col="2"] .pr_column{width:50%;}
.td_pricing_wrap[data-col="3"] .pr_column{width:33.3333%;}
.td_pricing_wrap[data-col="4"] .pr_column{width:25%;}

/* TEMPLATE B */
.td_pricing_wrap[data-temp="temp_b"] .pr_column{background:#f5f5f5; border-color:#eee;}
.td_pricing_wrap[data-temp="temp_b"] .pr_column .pr_head{height:auto;}
.td_pricing_wrap[data-temp="temp_b"] .pr_column .pr_head_top{background:none; border-bottom:0px; padding:40px 0px;}
.td_pricing_wrap[data-temp="temp_b"] .pr_column .pr_head_top h3{font-size:15px;}
.td_pricing_wrap[data-temp="temp_b"] .pr_column .pr_head_bottom{background:none; padding:0px;}
.td_pricing_wrap[data-temp="temp_b"] .pr_column ul.pr_body li,
.td_pricing_wrap[data-temp="temp_b"] .pr_column ul.pr_body li:nth-child(2n){background:none; border-bottom:0px;}
.td_pricing_wrap[data-temp="temp_b"] .pr_column .pr_head_top h3{color:#333;}
.td_pricing_wrap[data-temp="temp_b"] .pr_column .pr_head_top .pr_cost_wrap{box-shadow:none; -webkit-box-shadow:none; -moz-box-shadow:none; border-radius:0px; width:100%; height:auto; bottom:auto; background:none; left:auto; margin-left:0px; position:relative;}
.td_pricing_wrap[data-temp="temp_b"] .pr_column .pr_head_top .pr_cost_wrap span.price{font-size:50px; margin-bottom:5px;}
.td_pricing_wrap[data-temp="temp_b"] .pr_column .pr_head_top .pr_cost_wrap span.det{font-size:12px; letter-spacing:1px;}
.td_pricing_wrap[data-temp="temp_b"] .pr_column .pr_foot{padding-bottom:40px;}
.td_pricing_wrap[data-temp="temp_b"] .pr_column.active{background:#fff; margin-top:-20px; -webkit-box-shadow:0px 0px 10px 2px rgba(0,0,0,0.05);-moz-box-shadow:0px 0px 10px 2px rgba(0,0,0,0.05); box-shadow:0px 0px 10px 2px rgba(0,0,0,0.05);}
.td_pricing_wrap[data-temp="temp_b"] .pr_column.active .pr_head_top{padding-top:60px;}
.td_pricing_wrap[data-temp="temp_b"] .pr_column.active .pr_head_top,
.td_pricing_wrap[data-temp="temp_b"] .pr_column.active .pr_head_bottom{background:none !important;}
.td_pricing_wrap[data-temp="temp_b"] .pr_column.active .pr_foot{padding-bottom:60px;}

.td_pricing_wrap[data-temp="temp_b"][data-skin="white"] .pr_column{background:#eee; border-color:#ddd;}
.td_pricing_wrap[data-temp="temp_b"][data-skin="white"] .pr_column.active{background:#fff;}
.td_pricing_wrap[data-temp="temp_b"][data-skin="dark"] .pr_column{background:#191919; border-color:#222;}
.td_pricing_wrap[data-temp="temp_b"][data-skin="dark"] .pr_column.active{background:#111;}
.td_pricing_wrap[data-temp="temp_b"][data-skin="dark"] .pr_column .pr_head_top h3{color:#ddd;}
.td_pricing_wrap[data-temp="temp_b"][data-skin="dark"] .pr_column .pr_head_top .pr_cost_wrap span.price{color:#ddd;}

/*------------------------------------------------------------------*/
/*	11) BUTTONS
/*------------------------------------------------------------------*/
.td_btn{
	padding:12px 22px 9px 22px;
	background:#222;
	border:2px solid #222;
	color:#fff;
	text-decoration:none;
	font-size:14px;
	text-transform:uppercase;
	font-weight:600;
	letter-spacing:1.2px;
	display:inline-block;
	line-height:1;
	transform: translateZ(0px);
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.td_btn:hover{ opacity:0.9; }

.td_btn[data-size="big"]{ padding:21px 30px 19px 30px;}
.td_btn[data-size="small"]{ padding:7px 10px 6px 10px; font-size:11px;}

.td_btn[data-bgcolor="light"]{
	color:#333;
	background:#eee;
	border-color:#eee;
}
.td_btn[data-bgcolor="currentLight"]{ color:#fff; }
.td_btn[data-bgcolor="currentDark"]{ color:#333; }

.td_btn[data-shadow="shadow"]{
	box-shadow:0px 0px 2px rgba(0,0,0,0.1);
}
.td_btn[data-bgcolor="light"][data-shadow="shadow"]{
	box-shadow:0px 0px 2px rgba(0,0,0,0.1);
}

.td_btn[data-border="on"]{ background:none !important; color:#333; }
.td_btn[data-bgcolor="light"][data-border="on"]{color:#fff;}
.td_btn[data-bgcolor="currentLight"][data-border="on"]{color:#fff;}
.td_btn[data-bgcolor="currentDark"][data-border="on"]{color:333;}

.td_btn[data-round="a"]{
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.td_btn[data-round="b"]{
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.td_btn[data-round="c"]{
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.td_btn[data-round="d"]{
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	border-radius:100px;
}

.td_btn[data-3d="on"]{
	box-shadow:0px 4px 0px rgba(0,0,0,0.9), 0px 4px 6px rgba(0,0,0,0.9), 0px 4px 0px #222;
	border:1px solid rgba(255,255,255,0.03);
}
.td_btn[data-bgcolor="light"][data-3d="on"]{
	box-shadow:0px 4px 0px rgba(0,0,0,0.1), 0px 4px 6px rgba(0,0,0,0.1), 0px 4px 0px #eee;
	border:1px solid rgba(0,0,0,0.03);
}
.td_btn[data-hover="light"]:hover{
	color:#333;
	background:#ddd!important;
	border-color:#ddd!important;
	opacity:1;
}
.td_btn[data-hover="dark"]:hover{
	color:#fff;
	background:#111 !important;
	border-color:#111 !important;
	opacity:1;
}
.td_btn[data-hover="currentLight"]:hover{
	color:#fff;
	opacity:1;
}
.td_btn[data-hover="currentDark"]:hover{
	color:#333;
	opacity:1;
}
.td_btn[data-hover="border-light"]:hover{
	color:#fff;
	background:none!important;
	border-color:#ddd!important;
	opacity:1;
}
.td_btn[data-hover="border-dark"]:hover{
	color:#333;
	background:none!important;
	border-color:#111!important;
	opacity:1;
}
.td_btn[data-hover="border-currentLight"]:hover{
	background:none!important;
	opacity:1;
}
.td_btn[data-hover="border-currentDark"]:hover{
	background:none!important;
	opacity:1;
}

.td_btn.td_gradient{color:#fff; border:none; background-color:#111; padding:13px 22px 10px 22px;}
.td_btn.td_gradient:hover{opacity:0.85;}
.td_btn.td_gradient[data-size="big"]{ padding:22px 30px 20px 30px;}
.td_btn.td_gradient[data-size="small"]{ padding:8px 10px 7px 10px;}

/*------------------------------------------------------------------*/ 
/*	12) COUNTERS
/*------------------------------------------------------------------*/
.td_counter_wrap{
	width:100%;
	display:block;
	clear:both;
	
	
}
.td_counter_list{
	list-style-type:none;
	width:100%;
	
	-webkit-perspective: 500px;
	-moz-perspective: 500px;
	perspective: 500px;
}
.td_counter_list li{
	width:20%;
	float:left;
	text-align:center;
	padding:20px 0px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.td_counter_list li i{
	font-size:30px;
	color:#333;
}
.td_counter_list li h3{
	font-size:36px;
	font-weight:600;
	color:#333;
	margin-bottom:10px;
	line-height:1;
}
.td_counter_list li span{
	color:#666;
	font-weight:500;
}

.td_counter_wrap[data-col="1"] .td_counter_list li{width:100%;}
.td_counter_wrap[data-col="2"] .td_counter_list li{width:50%;}
.td_counter_wrap[data-col="3"] .td_counter_list li{width:33.3333%;}
.td_counter_wrap[data-col="4"] .td_counter_list li{width:25%;}
.td_counter_wrap[data-col="5"] .td_counter_list li{width:20%;}
.td_counter_wrap[data-col="6"] .td_counter_list li{width:16.6666%;}

.td_section[data-skin="dark"] .td_counter_list li i{color:#ddd;}

/*------------------------------------------------------------------*/ 
/*	13) TESTIMONIAL INTRO
/*------------------------------------------------------------------*/
.td_testimonials{
	width:100%;
	float:left;
	clear:both;
}
.td_testimonials span.title{
	font-size:18px;
	color:#333;
	text-align:center;
	display:block;
	margin-bottom:23px;
}
.carouselle .carousel-item{
	width:100%;
	position:relative;
	float:left;
	text-align:center;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.carouselle .carousel-item .xx_b{
	background:#eee;
	width:100%;
	height:100%;
	padding:50px 150px;
	float:left;
	position:relative;
	margin-bottom:30px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.carouselle .carousel-item .xx_b:after{
	content:"";
	position:absolute;
	border:10px solid transparent;
	border-top-color:#eee;
	bottom:-20px;
	margin-left:-10px;
}
.carouselle .carousel-item p{
	font-size:14px;
	color:#333 !important;
	line-height:1.8;
}
.td_testimonials span.t_author{
	display:block;
	font-weight:600;
	font-size:13px;
	text-transform:uppercase;
	color:#333;
}
.td_testimonials span.t_occupation{
	color:#999;
}
.carouselle .owl-controls{
	position:relative;
	top:10px;
}
.carouselle .owl-dots{
	text-align:center;
}
.carouselle .owl-dots .owl-dot span{
	width:14px;
	height:14px;
	border-radius:14px;
	background:#f1f1f1;
	display:inline-block;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.carouselle .owl-dots .owl-dot:hover span{background:#ddd;}

/* Skin */
.td_testimonials[data-skin="light"] .carouselle .carousel-item .xx_b{background:#f5f5f5;}
.td_testimonials[data-skin="light"] .carouselle .carousel-item .xx_b:after{border-top-color:#f5f5f5;}

.td_testimonials[data-skin="white"] .carouselle .carousel-item .xx_b{background:#fff;}
.td_testimonials[data-skin="white"] .carouselle .carousel-item .xx_b:after{border-top-color:#fff;}

.td_testimonials[data-skin="dark"] .carouselle .carousel-item .xx_b{background:#111;}
.td_testimonials[data-skin="dark"] .carouselle .carousel-item .xx_b:after{border-top-color:#111;}
.td_testimonials[data-skin="dark"] .carouselle .carousel-item p{color:#ddd !important;}

.td_testimonials[data-skin="currentLight"] .carouselle .carousel-item p{color:#fff !important;}
.td_testimonials[data-skin="currentDark"] .carouselle .carousel-item p{color:#111 !important;}


.td_section[data-skin="light"] .carouselle .owl-dots .owl-dot span{background:#ddd;}
.td_section[data-skin="light"] .carouselle .owl-dots .owl-dot:hover span{background:#ccc;}

.td_section[data-skin="dark"] .td_testimonials span.t_author,
.td_section[data-skin="dark"] .td_testimonials span.title{color:#ddd;}
.td_section[data-skin="dark"] .carouselle .owl-dots .owl-dot span{background:#111;}
.td_section[data-skin="dark"] .carouselle .owl-dots .owl-dot:hover span{background:#222;}

/*------------------------------------------------------------------*/ 
/*	14) HOTSPOTS
/*------------------------------------------------------------------*/
.td_hotspot_container_wrap{
	width:auto;
	height:auto;
}
.td_hotspot_container{
	width:auto;
	height:auto;
	position:relative;
}
.td_hotspot_container img{
	position:relative;
	z-index:4 !important;
}
.td_hotspot{
	position:absolute;
	z-index:20 !important;
	width:14px;
	height:14px;
	text-align:center;
	top:0px;
	cursor:pointer;
	right:auto;
	bottom:auto;
	opacity:0;
	background:#FFF;
}
.td_hotspot span{
	font-family:Tahoma, Geneva, sans-serif;
	z-index:11 !important;
	position:relative;
	width:26px;
	height:26px;
	padding:4px 0px 0px 0px;
	background:#FFF;
	color:#333 !important;
	font-size:12px;
	display:block;
	font-weight:600;
	border:none;
	box-shadow:none;
	display:none;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.td_hotspot .td_h_pulse{
	width:14px;
	height:14px;
	background:#fff;
	position:absolute;
	left:0px;
	top:0px;
	z-index:10;
	
	-webkit-animation: td_hotspot_pulse 2s infinite ease-in-out;
    -moz-animation: td_hotspot_pulse 2s infinite ease-in-out;
    -o-animation: td_hotspot_pulse 2s infinite ease-in-out;
    -ms-animation: td_hotspot_pulse 2s infinite ease-in-out;
}

.td_hotspot[data-hs-skin="dark"], .td_hotspot[data-hs-skin="dark"] span{ background:#111; color:#fff !important; }
.td_hotspot[data-hs-skin="dark"] .td_h_pulse{ background:#111;}
.td_hotspot[data-hs-skin="currentColor"] span{ color:#111 !important; }

.td_hotspot[data-round="a"],
.td_hotspot[data-round="a"] span,
.td_hotspot[data-round="a"] .td_h_pulse{
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

.td_hotspot[data-round="b"],
.td_hotspot[data-round="b"] span,
.td_hotspot[data-round="b"] .td_h_pulse{
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
}


.td_hotspot.td_hs_animate{
	opacity:1;
}

.td_hs_animate{
	-webkit-animation: td_tobot 0.6s 1 ease-in-out;
    -moz-animation: td_tobot 0.6s 1 ease-in-out;
    -o-animation: td_tobot 0.6s 1 ease-in-out;
    -ms-animation: td_tobot 0.6s 1 ease-in-out;
}

.td_hotspot_desc{
	display:none;
}
.td_hotspot_desc ul{
	list-style-type:none;
	margin-top:20px;
}
.td_hotspot_desc ul li{
	padding:6px 0px 0px;
	padding-left:50px;
	position:relative;
	margin-bottom:15px;
}
.td_hotspot_desc ul li span{
	width:30px;
	height:26px;
	position:absolute;
	left:0px;
	top:0px;
	padding-top:4px;
	text-align:center;
	color:#333;
	background:#f5f5f5;
	margin-right:30px;
	display:inline-block;
	color:#333;
	
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
}
.td_section[data-skin="light"] .td_hotspot_desc ul li span{background:#fff;}
.td_section[data-skin="dark"] .td_hotspot_desc ul li span{background:#222; color:#fff;}

/*------------------------------------------------------------------*/ 
/*	15) ROTATE WORDS
/*------------------------------------------------------------------*/
@-webkit-keyframes rotateOn {
    0% { opacity: 0; -webkit-transform: translateY(-40px); }
	100% { opacity: 1; -webkit-transform: translateY(0px); }
}
@-moz-keyframes rotateOn {
    0% { opacity: 0; -moz-transform: translateY(-40px); }
	100% { opacity: 1; -moz-transform: translateY(0px); }
}
@keyframes rotateOn {
    0% { opacity: 0; transform: translateY(-40px); }
	100% { opacity: 1; transform: translateY(0px); }
}
@-webkit-keyframes rotateOff {
    0% { opacity: 1; -webkit-transform: translateY(0px); }
	100% { opacity: 0; -webkit-transform: translateY(40px); }
}
@-moz-keyframes rotateOff {
    0% { opacity: 1; -moz-transform: translateY(0px); }
	100% { opacity: 0; -moz-transform: translateY(40px); }
}
@keyframes rotateOff {
    0% { opacity: 1; transform: translateY(0px); }
	100% { opacity: 0; transform: translateY(40px); }
}



.rotating {
  display: inline-block;
}

.rotating.maya {
  position: relative;
}
.rotating.maya .back{
	-webkit-animation: rotateOn .5s linear forwards;
	-moz-animation: rotateOn .5s linear forwards;
	animation: rotateOn .5s linear forwards;
}
.rotating.maya .front {
	-webkit-animation: rotateOff .5s linear forwards;
	-moz-animation: rotateOff .5s linear forwards;
	animation: rotateOff .5s linear forwards;
}
.rotating .front, .rotating .back {
  left: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.rotating .front { position: absolute; }
.rotating .back { display: block; opacity: 0; }
.no-csstransforms3d .rotating span.front { display: none; opacity: 1; }
.no-csstransforms3d .rotating span.back{ display:block; }

/*------------------------------------------------------------------*/ 
/*	16) PROGRESS BAR
/*------------------------------------------------------------------*/
.td_progress_wrap[data-size="big"] .td_progress .td_bar_bg{height:40px;}
.td_progress_wrap[data-size="small"] .td_progress .td_bar_bg{height:5px;}

.td_progress_wrap[data-round="a"] .td_progress .td_bar_bg,
.td_progress_wrap[data-round="a"] .td_progress .td_bar{
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.td_progress_wrap[data-round="b"] .td_progress .td_bar_bg,
.td_progress_wrap[data-round="b"] .td_progress .td_bar{
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.td_progress_wrap[data-round="c"] .td_progress .td_bar_bg,
.td_progress_wrap[data-round="c"] .td_progress .td_bar{
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
}


.td_progress{
	width:100%;
	margin-bottom:15px;
}
.td_progress > span{
	margin:0px 0px 3px 0px;
	width:100%;
	display:block;
	text-align:left;
}
.td_progress span.label{
	font-size:13px;
	text-transform:uppercase;
	font-weight:500;
	color:#333;
	letter-spacing:1px;
}
.td_progress span.number{
	float:right;
	font-size:14px;
	color:#999;
}
.td_progress .td_bar_bg{
	background:#eee;
	width:100%;
	min-width:100%;
	position:relative;
	height:20px;
}
.td_progress .td_bar_bg .td_bar_wrap{
	width:0px;
	height:100%;
}
.td_progress .td_bar_bg .td_bar_wrap.open{
	-webkit-animation: td_expand 3s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* Safari 4+ */
	-moz-animation:    td_expand 3s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* Fx 5+ */
	animation:         td_expand 3s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* IE 10+ */
	width:100%;
	
}
.td_progress .td_bar_bg .td_bar{
	height:100%;
	background:#333;
	width:0px;
	overflow:hidden;
	
	
}
.td_progress_wrap[data-strip="on"] .td_progress .td_bar{
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
	
	-webkit-animation: td_bar_move 4s linear infinite;
	-moz-animation: td_bar_move 4s linear infinite;
	animation: td_bar_move 4s linear infinite;
	background-size: 50px 50px;
}

@-webkit-keyframes td_bar_move {0%{background-position: 0 0;} 100% {background-position: 50px 50px;}}
@-moz-keyframes td_bar_move {0%{background-position: 0 0;} 100% {background-position: 50px 50px;}}
@keyframes td_bar_move {0%{background-position: 0 0;} 100% {background-position: 50px 50px;}}

/*expand width animation*/
@-webkit-keyframes td_expand {0%{ width:0%; } 100%{ width:100%; }}
@-moz-keyframes td_expand {0%{ width:0%; } 100%{ width:100%; }}
@keyframes td_expand {0%{ width:0%; } 100%{ width:100%; }}


.td_section[data-skin="light"] .td_progress .td_bar_bg{background:#ddd;}
.td_section[data-skin="dark"] .td_progress .td_bar_bg{background:#222;}
.td_section[data-skin="dark"] .td_progress span.label{color:#ddd;}

/*------------------------------------------------------------------*/ 
/*	17) IMAGE COMPARISON (Before/After)
/*------------------------------------------------------------------*/
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
	content: " ";
	display: block;
	background: #fff;
	position: absolute;
	z-index: 30;
	-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }
	
.twentytwenty-overlay{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.twentytwenty-before-label, .twentytwenty-after-label {
	position: absolute;
	top: 0; 
	color:#fff;
	font-size:13px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:600;}

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s; }

.twentytwenty-before-label, .twentytwenty-after-label {
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	transition-property: opacity; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
	width: 0;
	height: 0;
	border: 6px inset transparent;
	position: absolute; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
	top: 50%;
	margin-top: -6px; }

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
	left: 50%;
	margin-left: -6px; }

.twentytwenty-container {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	z-index: 0;
	overflow: hidden;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none; }
.twentytwenty-container img {
	max-width: 100%;
	position: absolute;
	top: 0;
	display: block; }
.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
	background: rgba(0, 0, 0, 0); }
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
	opacity: 0; }
.twentytwenty-container * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box; }

.twentytwenty-before-label {
	opacity: 0; }

.twentytwenty-after-label {
	opacity: 0; }

.twentytwenty-horizontal .twentytwenty-before-label {
	left: 15px; top:auto; bottom:10px; right:auto;}

.twentytwenty-horizontal .twentytwenty-after-label {
	right: 15px; top:auto; bottom:10px; left:auto;}

.twentytwenty-vertical .twentytwenty-before-label {
	top: 10px; left:15px;}

.twentytwenty-vertical .twentytwenty-after-label {
	bottom: 10px; top:auto; left:15px;}

.twentytwenty-overlay {
	-webkit-transition-property: background;
	-moz-transition-property: background;
	transition-property: background;
	background: rgba(0, 0, 0, 0);
	z-index: 25; }
.twentytwenty-overlay:hover {
	background: rgba(0, 0, 0, 0.7); }
.twentytwenty-overlay:hover .twentytwenty-after-label {
 	opacity: 1; }
.twentytwenty-overlay:hover .twentytwenty-before-label {
	opacity: 1; }

.twentytwenty-before {
z-index: 20; }

.twentytwenty-after {
	z-index: 10; }

.twentytwenty-handle {
	height: 30px;
	width: 30px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -15px;
	margin-top: -15px;
	background:#fff;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;
	-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
	z-index: 40;
	cursor: pointer; }


.twentytwenty-left-arrow {
	border-right: 6px solid #111;
	left: 50%;
	margin-left: -14px; }

.twentytwenty-right-arrow {
	border-left: 6px solid #111;
	right: 50%;
	margin-right: -14px; }

.twentytwenty-up-arrow {
	border-bottom: 6px solid #111;
	top: 50%;
	margin-top: -14px; }

.twentytwenty-down-arrow {
	border-top: 6px solid #111;
	bottom: 50%;
	margin-bottom: -14px; }

/*------------------------------------------------------------------*/ 
/*	18) TEAM MEMBER
/*------------------------------------------------------------------*/
.td_member{
	position:relative;
	width:100%;
	z-index:10;
}
.td_member .td_member_holder{
	text-align:center;
}
.td_member .td_member_holder .img_holder{
	text-align:center;
}
.td_member .td_member_holder .img_holder a{
	display:block;
	overflow:hidden;
	z-index:10;
	position:relative;
}
.td_member .td_member_holder .img_holder img{
	min-width:100%;
	max-width:100%;
	z-index:5;
}
.td_member .td_member_holder:hover .img_holder img{
	opacity:0.85;
}
.td_member .td_member_holder .title_holder{
	padding:25px 20px;
}
.td_member .td_member_holder .title_holder{
	padding-left:0px;
	padding-right:0px;
	text-align:center;
}
.td_member .td_member_holder .title_holder h3{
	font-size:15px;
	text-transform:uppercase;
	font-weight:600;
	letter-spacing:1px;
	margin-bottom:5px;
	line-height:1.3;
}
.td_member .td_member_holder .title_holder h3{
	text-decoration:none;
	color:#333;
}
.td_member .td_member_holder .title_holder span{
	color:#999;
}

/* Styles for dialog window */
.td_member_popup{
	text-align: left;
	width:95%;
	max-width: 900px;
	margin: 0px auto;
	position: relative;
	padding:0px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */

}
.td_member_popup .popup_inner{
	width:100%;
	float:left;
	padding:50px;
	background:#fff;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.td_member_popup .img_holder{
	width:50%;
	float:left;
}
.td_member_popup .desc_holder{
	width:50%;
	float:left;
	text-align:left;
	padding:0px 0px 0px 50px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.td_member_popup .title_holder{
	margin-bottom:20px;
}
.td_member_popup .title_holder h3{
	font-size:15px;
	text-transform:uppercase;
	font-weight:600;
	letter-spacing:1px;
	margin-bottom:5px;
	line-height:1.3;
}
.td_member_popup .title_holder h3{
	text-decoration:none;
	color:#333;
}
.td_member_popup .title_holder span{
	color:#999;
}
.td_member_popup .title_holder p{
	color:#333;
	margin-bottom:15px;
}


/* COLOR CHANGE ACCORDING TO SECTION BACKGROUND */
.td_section[data-skin="dark"] .td_member_holder .title_holder h3{ color:#ddd; }



/* ON HOVER SCALE */
.td_member_holder .img_holder img{
	-webkit-transition: all .9s ease;
	   -moz-transition: all .9s ease;
	    -ms-transition: all .9s ease;
	     -o-transition: all .9s ease;
	        transition: all .9s ease;
}
.td_member[data-hover-img="scale"] .td_member_holder:hover .img_holder img{
    -webkit-transform: scale(1.1,1.1); /* Chrome, Safari, Opera */
	-ms-transform: scale(1.1,1.1); /* IE 9 */
    transform: scale(1.1,1.1);
}


.td_member[data-text-hor-pos="left"] .td_member_holder,
.td_member[data-text-hor-pos="left"] .td_member_holder .img_holder,
.td_member[data-text-hor-pos="left"] .td_member_holder .title_holder{text-align:left;}
.td_member[data-text-hor-pos="right"] .td_member_holder,
.td_member[data-text-hor-pos="right"] .td_member_holder .img_holder,
.td_member[data-text-hor-pos="right"] .td_member_holder .title_holder{text-align:right;}


/* BORDER RADIUS */
.td_member[data-round="a"] .td_member_holder .img_holder,
.td_member[data-round="a"] .td_member_holder .img_holder a,
.td_member[data-round="a"] .td_member_holder .img_holder img{
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.td_member[data-round="b"] .td_member_holder .img_holder,
.td_member[data-round="b"] .td_member_holder .img_holder a,
.td_member[data-round="b"] .td_member_holder .img_holder img{
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
}
.td_member[data-round="c"] .td_member_holder .img_holder,
.td_member[data-round="c"] .td_member_holder .img_holder a,
.td_member[data-round="c"] .td_member_holder .img_holder img{
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
}
.td_member[data-round="d"] .td_member_holder .img_holder,
.td_member[data-round="d"] .td_member_holder .img_holder a,
.td_member[data-round="d"] .td_member_holder .img_holder img{
	-webkit-border-radius:900px;
	-moz-border-radius:900px;
	border-radius:900px;
}

/*------------------------------------------------------------------*/ 
/*	19) SOCIAL LIST
/*------------------------------------------------------------------*/
ul.social-list{
	list-style-type:none;
	display:inline-block;
	z-index:10;
}
ul.social-list li{
	display:inline-block;
	margin:2px 1px;
	
	-webkit-perspective:500px;
	-moz-perspective:500px;
	perspective:500px;
}
ul.social-list li a{
	height:33px;
	width:33px;
	display:block;
	text-align:center;
	background-color:#eee;
	color:#111;
	line-height:2.4;
	font-size:14px;
	position:relative;
	
	-webkit-border-radius:40px;
	-moz-border-radius:40px;
	border-radius:40px;
}
ul.social-list li a:hover{
	color:#fff;
}
ul.social-list[data-skin="dark"] li a{
	background-color:#222;
	color:#ddd;
}
ul.social-list[data-skin="white"] li a{
	background-color:#fff;
}

ul.td_social_list{
	list-style-type:none;
	display:block;
	z-index:10;
	width:100%;
	clear:both;
	text-align:center;
}
ul.td_social_list li{
	display:inline-block;
	width:180px;
	text-align:center;
	margin-bottom:30px;
	
	-webkit-perspective:500px;
	-moz-perspective:500px;
	perspective:500px;
}
ul.td_social_list li a{
	text-align:center;
	display:block;
	text-decoration:none;
	position:relative;
}

ul.td_social_list li a span.td_icon{
	height:120px;
	width:120px;
	display:inline-block;
	clear:both;
	line-height:120px;
	font-size:50px;
	color:#111 !important;
	background-color:#eee;
	margin-bottom:15px;
	
	-webkit-border-radius:400px;
	-moz-border-radius:400px;
	border-radius:400px;
}

ul.td_social_list[data-skin="white"] li a span.td_icon{background-color:#fff;}
ul.td_social_list[data-skin="dark"] li a span.td_icon{background-color:#222;color:#ddd !important;}
ul.td_social_list[data-skin="transLight"] li a span.td_icon{background-color:rgba(255,255,255,0.2); color:#fff !important;}
ul.td_social_list[data-skin="transDark"] li a span.td_icon{background-color:rgba(0,0,0,0.2); color:#fff !important;}

ul.td_social_list li a:hover span.td_icon{color:#fff !important;}

ul.td_social_list li a h4{
	margin-bottom:3px;
	text-transform:uppercase;
	font-weight:600;
	letter-spacing:1px;
	line-height:1;
	font-size:17px;
}
ul.td_social_list li a span.subby{
	font-size:12px;
}
.td_section[data-skin="dark"] ul.td_social_list li a h4,
.td_section[data-skin="dark"] ul.td_social_list li a span.subby{color:#ddd;}


/*------------------------------------------------------------------*/ 
/*	20) OPEN HOURS
/*------------------------------------------------------------------*/
ul.td_openhours{
	list-style-type:none;
	width:100%;
	clear:both;
	
	-webkit-perspective:500px;
	-moz-perspective:500px;
	perspective:500px;
}
ul.td_openhours li{
	display:block;
	width:100%;
	clear:both;
	padding:10px 0px;
	color:#333;
	font-size:13px;
	text-align:right;
	border-bottom:1px dashed #ddd;
	position:relative;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
ul.td_openhours li span.week-day{
	width:50%;
	text-align:left;
	float:left;
}
ul.td_openhours li span.week-time {
	width:50%;
	text-align:right;
	font-weight:600;
}
.td_section[data-skin="dark"] ul.td_openhours li{border-bottom-color:#333; color:#ddd;}

/*------------------------------------------------------------------*/ 
/*	21) TIMELINE
/*------------------------------------------------------------------*/
.td_timeline_wrap{
	display:block;
	clear:both;
}
.td_timeline{
	position:relative;
	display:block;
	list-style-type:none;
	padding:25px 0px 0px 0px;
	
	-webkit-perspective:500px;
	-moz-perspective:500px;
	perspective:500px;
}
.td_timeline:after{
	content:"";
	position:absolute;
	left:50%;
	height:100%;
	top:0px;
	z-index:1;
	border-left:2px solid #eee;
	margin-left:-1px;
}
.td_timeline li{
	width: 50%; 
	padding: 0 0 40px 50%; 
	position: relative;
	z-index:30;
}
.td_timeline li:nth-child(even) { 
	padding: 0 50% 40px 0; 
}
.td_timeline li div.td_block{padding-left:40px; position:relative; text-align:left;}
.td_timeline li:nth-child(even) div.td_block{padding-left:0px; padding-right:40px; text-align:right;}
.td_timeline li div.td_block:before{
	content: "";
	width: 14px;
	height: 14px;
	border-radius: 100%;
	position: absolute;
	top: 6px;
	margin-left: -7px;
	display: block;
	z-index: 1;
	left: 0px;
}
.td_timeline li:nth-child(even) div.td_block:before{left:auto; right:0px; margin-left:0px; margin-right:-7px;}
.td_timeline li .time_holder{
	position:absolute;
	right:100%;
	margin-right:40px;
	top:0px;
	display:block;
	min-width:200px;
	text-align:right;
}
.td_timeline li:nth-child(even) .time_holder{left:100%; right:auto; margin-left:40px; margin-right:0px; text-align:left;}
.td_timeline li .time_holder span{
	background:#111;
	color:#fff;
	padding:4px 15px;
	width:auto;
	font-size:13px;
	display:inline-block;
}
.td_timeline li .content_holder h3{
	font-size:17px;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-bottom:10px;
}

.td_section[data-skin="light"] .td_timeline:after{border-color:#ddd;}
.td_section[data-skin="dark"] .td_timeline:after{border-color:#222;}
.td_section[data-skin="dark"] .td_timeline li .time_holder span{background:#ddd; color:#333;}

/*------------------------------------------------------------------*/ 
/*	22) WORK PROCESS
/*------------------------------------------------------------------*/
.td_process_wrap{
	display:block;
	height:auto;
	clear:both;
	position:relative;
	float:left;
	width:100%;
}
.td_process_wrap:before{
	content:"";
	position:absolute;
	width:14px;
	height:14px;
	left:0px;
	top:53px;
	background:#ddd;
	
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
}
.td_process_wrap:after{
	content:"";
	position:absolute;
	width:14px;
	height:14px;
	left:auto;
	right:0px;
	top:53px;
	background:#ddd;
	
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
}
.td_process{
	position:relative;
	display:block;
	list-style-type:none;
	float:left;
	width:100%;
	clear:both;
	
	-webkit-perspective:500px;
	-moz-perspective:500px;
	perspective:500px;
}
.td_process:before{
	content:"";
	position:absolute;
	top:60px;
	left:0px;
	width:100%;
	border-bottom:1px dashed #ddd;
	z-index:2;
}

.td_process li{
	width:25%;
	float:left;
	text-align:center;
	padding:0px 30px;
	position:relative;
	z-index:3;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	-ms-box-sizing: border-box;     /* IE 10 + */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.td_process li span.icon_holder{
	width:120px;
	height:120px;
	line-height:120px;
	font-size:50px;
	text-align:center;
	background-color:#eee;
	display:inline-block;
	margin-bottom:20px;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
	
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
}
.td_process li h3{
	font-size:17px;
	font-weight:600;
	text-transform:uppercase;
	margin-bottom:10px;
	letter-spacing:1px;
}
.td_process li span{
	font-size:13px;
}

.td_process_wrap[data-col="3"] .td_process li{width:33.33333%;}
.td_process_wrap[data-col="5"] .td_process li{width:20%;}

.td_process_wrap[data-skin="white"] .td_process li span.icon_holder{background-color:#fff;}
.td_process_wrap[data-skin="dark"] .td_process li span.icon_holder{background-color:#111; color:#fff;}
.td_process li:hover span.icon_holder{color:#fff;}

/*------------------------------------------------------------------*/ 
/*	23) SWIM CONTENT
/*------------------------------------------------------------------*/
.td_swim_content{
	position:relative;
	overflow:hidden;
	width:100%;
	float:left;
	clear:both;
}

/*------------------------------------------------------------------*/ 
/*	24) BLOCKQUOTE
/*------------------------------------------------------------------*/
blockquote[data-x-pos="left"]{text-align:left;}
blockquote[data-x-pos="center"]{text-align:center;}
blockquote[data-x-pos="right"]{text-align:right;}


blockquote{
	text-align:left;
	min-height:40px;
	margin:30px;
	font-size:28px!important;
	line-height:1.3!important;
}
blockquote p{
	font-size:28px!important; 
	line-height:1.3!important;
	margin-bottom:0px !important;
}
blockquote cite{
	margin-top:20px;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
blockquote[data-temp="b"], blockquote[data-temp="b"] p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

/*------------------------------------------------------------------*/ 
/*	25) NOTIFICATIONS
/*------------------------------------------------------------------*/
.td_notification{
	padding:20px;
	height:auto;
	position:relative;
	margin-bottom:15px;
	clear:both;
}
.td_notification span{
	font-weight:bold;
	margin:0 10px 0 0;
}
.td_notification span.closer{
	width:20px;
	height:20px;
	display:block;
	margin:10px 0 0 20px;
	cursor:pointer;
	float:right;
	position:absolute;
	font-size:12px;
	line-height:0px;
	right:10px;
	top:50%;
	margin-top:-6px;
}
.td_notification p{
	padding:0 40px 0 0;
	margin:0px;
}
.td_error{
	color:#fc7d68 !important;
	background:#ffddd6;
}
.td_error p, .td_error span.closer{
	color:#990000!important;
}
.td_info{
	color:#1fbcf0!important;
	background:#caefff;
}

.td_info p, .td_info span.closer{
	color:#006699!important;
}
.td_success{
	color:#25e04d!important;
	background:#d7ffd6;
}
.td_success p, .td_success span.closer{
	color:#009933!important;
}
.td_notice{
	color:#e9bd61!important;
	background:#fff1d5;	
}
.td_notice p, .td_notice span.closer{
	color:#CC6600!important;
}

/*------------------------------------------------------------------*/ 
/*	26) ACCORDION
/*------------------------------------------------------------------*/
.td_accordion {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 20px;
	clear:both;
	
	-webkit-perspective:500px;
	-moz-perspective:500px;
	perspective:500px;
}
.td_accordion .accordion_in {
	position: relative;
	z-index: 10;
	overflow: hidden;
	margin-bottom:5px;
}
.td_accordion .accordion_in .acc_head {
	position: relative;
	background: #eee;
	color:#333;
	padding: 20px 30px;
	font-size: 13px;
	font-weight:600;
	text-transform:uppercase;
	display: block;
	cursor: pointer;
}
.td_accordion .accordion_in.acc_active .acc_head{
	background:#eee;
	border-bottom:1px solid #ddd;
}
.td_accordion .accordion_in .acc_content {
	background: #eee;
	color: #333;
	padding: 30px;
}
.td_accordion .accordion_in .acc_content p{
	font-size:13px;
	margin-bottom:10px;
}
.td_accordion .accordion_in.acc_active > .acc_content {
  	display: block;
}

.td_accordion[data-skin="dark"] .accordion_in .acc_head,
.td_accordion[data-skin="dark"] .accordion_in.acc_active .acc_head,
.td_accordion[data-skin="dark"] .accordion_in .acc_content{background:#111; color:#ddd;}
.td_accordion[data-skin="dark"] .accordion_in.acc_active .acc_head{border-bottom-color:#333;}
.td_accordion[data-skin="white"] .accordion_in .acc_head,
.td_accordion[data-skin="white"] .accordion_in.acc_active .acc_head,
.td_accordion[data-skin="white"] .accordion_in .acc_content{background:#fff;}
.td_accordion[data-skin="white"] .accordion_in.acc_active .acc_head{border-bottom-color:#eee;}
.td_accordion[data-skin="currentLight"] .accordion_in .acc_head,
.td_accordion[data-skin="currentLight"] .accordion_in.acc_active .acc_head,
.td_accordion[data-skin="currentLight"] .accordion_in .acc_content{color:#fff;}
.td_accordion[data-skin="currentLight"] .accordion_in.acc_active .acc_head{border-bottom-color:#fff;}
.td_accordion[data-skin="currentDark"] .accordion_in .acc_head,
.td_accordion[data-skin="currentDark"] .accordion_in.acc_active .acc_head,
.td_accordion[data-skin="currentDark"] .accordion_in .acc_content{color:#111;}
.td_accordion[data-skin="currentDark"] .accordion_in.acc_active .acc_head{border-bottom-color:#111;}

/*------------------------------------------------------------------*/ 
/*	27) TOGGLE
/*------------------------------------------------------------------*/
.td_toggle_wrap{
	-webkit-perspective:500px;
	-moz-perspective:500px;
	perspective:500px;
	clear:both;
}
.td_toggle{
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 5px;
	clear:both;
}
.td_toggle .tog_head {
	position: relative;
	background: #eee;
	color:#333;
	padding: 20px 30px;
	font-size: 13px;
	font-weight:600;
	text-transform:uppercase;
	display: block;
	cursor: pointer;
}
.td_toggle .tog_content {
	background: #eee;
	color: #333;
	border-top:1px solid #ddd;
	padding: 30px;
	display:none;
	position:relative;
}
.td_toggle .tog_content p{
	color:#333;
}

.td_toggle_wrap[data-skin="white"] .td_toggle .tog_head{background-color:#fff;}
.td_toggle_wrap[data-skin="white"] .td_toggle .tog_content{background-color:#fff; border-top-color:#eee;}
.td_toggle_wrap[data-skin="dark"] .td_toggle .tog_head{background-color:#111; color:#ddd;}
.td_toggle_wrap[data-skin="dark"] .td_toggle .tog_content{background-color:#111; border-top-color:#333; color:#ddd;}
.td_toggle_wrap[data-skin="dark"] .td_toggle .tog_content p{color:#ddd;}
.td_toggle_wrap[data-skin="currentLight"] .td_toggle .tog_head{color:#fff;}
.td_toggle_wrap[data-skin="currentLight"] .td_toggle .tog_content{border-top-color:#fff; color:#fff;}
.td_toggle_wrap[data-skin="currentLight"] .td_toggle .tog_content p{color:#fff;}
.td_toggle_wrap[data-skin="currentDark"] .td_toggle .tog_head{color:#111;}
.td_toggle_wrap[data-skin="currentDark"] .td_toggle .tog_content{border-top-color:#111; color:#111;}
.td_toggle_wrap[data-skin="currentDark"] .td_toggle .tog_content p{color:#111;}

/*------------------------------------------------------------------*/ 
/*	28) MY HISTORY
/*------------------------------------------------------------------*/
.td_myhistory_wrap{
	-webkit-perspective:500px;
	-moz-perspective:500px;
	perspective:500px;
	clear:both;
}
.td_myhistory{
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 5px;
	clear:both;
	background:#f5f5f5;
	padding:30px;
  
  	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	-ms-box-sizing: border-box;     /* IE 10 + */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.td_myhistory .history_head {
	position: relative;
	display: block;
	cursor: pointer;
}
.td_myhistory .history_head:after{
	content:"";
	position:absolute;
	left:auto;
	right:0px;
	top:50%;
	margin-top:-4px;
	border:6px solid transparent;
	border-top-color:#ddd;
}
.td_myhistory .history_head .date_wrap{
	width:115px;
	display:inline-block;
	vertical-align:top;
	font-size:15px;
}
.td_myhistory .history_head .date_wrap span{
	color:#666;
}
.td_myhistory .history_head .title_wrap{
	display:inline-block;
	padding-left:30px;
	border-left:1px solid #ddd;
}
.td_myhistory .history_head .title_wrap h3{
	font-size:15px;
	margin-bottom:4px;
	letter-spacing:1px;
	font-weight:600;
	text-transform:uppercase;
	color:#333;
}
.td_myhistory .history_head .title_wrap span{
	font-size:13px;
	color:#666;
}

.td_myhistory .history_content{
	color: #666;
	margin-top:30px;
	display:none;
	position:relative;
}
.td_myhistory .history_content p{
	color:#666;
}

/* SKIN */
.td_myhistory_wrap[data-skin="white"] .td_myhistory{background:#fff;}

.td_myhistory_wrap[data-skin="dark"] .td_myhistory{background:#111;}
.td_myhistory_wrap[data-skin="dark"] .td_myhistory .history_head .title_wrap h3{color:#ddd;}
.td_myhistory_wrap[data-skin="dark"] .td_myhistory .title_wrap {border-color:#333;}
.td_myhistory_wrap[data-skin="dark"] .td_myhistory .history_head:after{border-top-color:#333;}
.td_myhistory_wrap[data-skin="dark"] .td_myhistory .history_content,
.td_myhistory_wrap[data-skin="dark"] .td_myhistory .history_content p{color:#ddd;}

/*------------------------------------------------------------------*/ 
/*	29) TABS
/*------------------------------------------------------------------*/
.td_tabs ul.etabs{
	list-style-type:none;
}
.td_tabs ul.etabs li{
	display:inline-block;
	margin-right:-2px;
}
.td_tabs ul.etabs li a{
	text-decoration:none;
	font-size:13px;
	text-transform:uppercase;
	color:#333;
	font-weight:600;
	background:#eee;
	display:block;
	padding:10px 20px;
	border:1px solid #eee;
	margin-bottom:-1px;
}
.td_tabs ul.etabs li a.active{
	background:#fff;
	border-bottom-color:#fff;
	
}
.td_tabs .tabcontent{
	display:block;
	padding:30px;
	border:1px solid #eee;
	background:#fff;
	color:#666;
}
/* position */
.td_tabs[data-x-pos="center"] ul.etabs{text-align:center;}
.td_tabs[data-x-pos="right"] ul.etabs{text-align:right;}
.td_tabs[data-x-pos="right"] ul.etabs li{margin-right:0px; margin-left:-2px;}

/* skin */
.td_tabs[data-skin="dark"] ul.etabs li a{
	background:#333;
	color:#fff;
	border:none;
}
.td_tabs[data-skin="dark"] ul.etabs li a.active{
	background:#222;
}
.td_tabs[data-skin="dark"] .tabcontent{
	border:none;
	background:#222;
	color:#FFF;
}

/*------------------------------------------------------------------*/ 
/*	30) EXPANDABLE
/*------------------------------------------------------------------*/
.td_expandable{
	width:100%;
	float:left;
	clear:both;
	z-index:10;
	position:relative;
}
.td_expandable .etitle{
	padding:50px 0px;
	text-align:center;
	cursor:pointer;
	position:relative;
	z-index:10;
}
.td_expandable .etitle span{
	font-size:15px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:600;
	display:block;	
}
.td_expandable .etitle i{
	font-size:20px;
	line-height:0px;
	position:absolute;
	left:50%;
	margin-left:-5px;
	bottom:30px;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.td_expandable.open .etitle i{
	-webkit-transform:rotateZ(180deg);
	-moz-transform:rotateZ(180deg);
	transform:rotateZ(180deg);
}
.td_expandable .econtent{
	display:none;
	position:relative;
	padding:30px 0px;
	z-index:10;
}

/*------------------------------------------------------------------*/ 
/*	31) MINIBOXES
/*------------------------------------------------------------------*/
.td_miniboxes{
	width:100%;
	height:auto;
	display:block;
	position:relative;
	float:left;
	clear:both;
	
	-webkit-perspective:500px;
	-moz-perspective:500px;
	perspective:500px;
}
.td_miniboxes .td_minibox{
	width:33.3333%;
	float:left;
	padding:5% 9% 5% 4%;
	background:#ddd;
	min-height:100%;
	position:relative;
	overflow:hidden;
	display:block;
	margin:0px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.td_miniboxes .td_minibox[data-icon="off"]{
	padding-right:4%;
}
.td_minibox .minibox_icon{
	position:absolute;
	font-size:180px;
	left:auto;
	right:-10px;
	top:-10px;
	line-height:0px;
	width:auto;
	color:#fff;
}
.td_minibox[data-icon="dark"] .minibox_icon{color:#111;}
.td_minibox[data-icon="off"] .minibox_icon{display:none;}

.td_minibox h3{
	font-size:15px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:600;	
}
.td_minibox .minibox_icon i{
	width:auto;
	line-height:0px;
}

/*------------------------------------------------------------------*/ 
/*	32) MAIN TITLE
/*------------------------------------------------------------------*/
h3.td_title{
	clear:both;
}
h3.td_title[data-temp="a"]{
	font-size:15px;
	letter-spacing:1px;
	font-weight:600;
	text-transform:uppercase;
}
h3.td_title[data-temp="b"]{
	font-size:26px;
	letter-spacing:1px;
	font-weight:600;
	text-transform:uppercase;
}
h3.td_title[data-temp="c"]{
	font-size:18px;
	font-weight:400;
}
h3.td_title[data-temp="d"]{
	font-size:30px;
	font-weight:400;
}
h3.td_title[data-temp="e"]{
	font-size:13px;
	font-weight:600;
	letter-spacing:4px;
	text-transform:uppercase;
}
h3.td_title[data-x-pos="center"]{text-align:center;}
h3.td_title[data-x-pos="left"]{text-align:left;}
h3.td_title[data-x-pos="right"]{text-align:right;}

h3.td_title[data-skin="light"]{color:#fff;}

/*------------------------------------------------------------------*/ 
/*	33) COUNTDOWN
/*------------------------------------------------------------------*/
.td_countdown{
	width:100%;
	display:block;
	text-align:center;
	position:relative;
	z-index:10;
	clear:both;
}
.td_countdown .time_wrap{
	width:100px;
	height:100px;
	background:#eee;
	margin:2px;
	display:inline-block;
	text-align:center;
	position:relative;
}
.td_countdown .time_wrap .time{
	display:block;
	font-size:30px;
	line-height:1;
	margin-top:25px;
	margin-bottom:5px;
	font-weight:600;
	color:#333;
}
.td_countdown .time_wrap .text{
	font-size:10px;
	text-transform:uppercase;
	font-weight:400;
	letter-spacing:1px;
	color:#666;
}
/* SKIN */
.td_countdown[data-skin="dark"] .time_wrap {background:#222;}
.td_countdown[data-skin="dark"] .time_wrap .time{color:#ddd;}
.td_countdown[data-skin="dark"] .time_wrap .text {color:#999;}

.td_countdown[data-skin="transLight"] .time_wrap {background:#fff; background:rgba(255,255,255,0.6);}
.td_countdown[data-skin="transLight"] .time_wrap .time{color:#333;}
.td_countdown[data-skin="transLight"] .time_wrap .text {color:#666;}

.td_countdown[data-skin="transDark"] .time_wrap {background:#222; background:rgba(0,0,0,0.6);}
.td_countdown[data-skin="transDark"] .time_wrap .time{color:#ddd;}
.td_countdown[data-skin="transDark"] .time_wrap .text {color:#999;}

/* SIZE */
.td_countdown[data-size="big"] .time_wrap{width:200px;height:200px;}
.td_countdown[data-size="big"] .time_wrap .time{font-size:75px; margin-top:50px; margin-bottom:10px;}
.td_countdown[data-size="big"] .time_wrap .text{font-size:13px;}
.td_countdown[data-size="small"] .time_wrap{width:65px; height:65px; margin:1px;}
.td_countdown[data-size="small"] .time_wrap .time{font-size:16px; margin-top:18px; margin-bottom:-2px;}
.td_countdown[data-size="small"] .time_wrap .text{font-size:8px;font-weight:600; letter-spacing:0.5px;}

/* ROUND */
.td_countdown[data-round="a"] .time_wrap{
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.td_countdown[data-round="b"] .time_wrap{
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.td_countdown[data-round="c"] .time_wrap{
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
}
.td_countdown[data-round="d"] .time_wrap{
	-webkit-border-radius:300px;
	-moz-border-radius:300px;
	border-radius:300px;
}

/*------------------------------------------------------------------*/ 
/*	34) BACKGROUND YOUTUBE VIDEO
/*------------------------------------------------------------------*/
.td_overlay_video{
	position:absolute;
	width:100%;
	height:auto;
	min-height:100%;
	overflow:hidden;
	top:0px;
	left:0px;
	text-align:center;
	z-index:4 !important;
}
.td_overlay_video .voice{
	position:absolute;
	z-index:25;
	bottom:10px;
	left:10px;
	display:inline-block;
	font-size:12px;
	text-align:center;
	color:#111;
	width:30px;
	height:30px;
	border-radius:30px;
	background:#fff;
	background:rgba(255,255,255,.2);
}
.td_overlay_video .voice i{
	display:block;
	line-height:30px;
}
.td_overlay_video .voice.mute i.xcon-volume-off{display:none;}
.td_overlay_video .voice.unmute i.xcon-volume-up{display:none;}

.mb_YTPlayer :focus {
  outline: 0;
}
.mb_YTPlayer{
  display:block;
  transform:translateZ(0);
  transform-style: preserve-3d;
  perspective: 1000;
  backface-visibility: hidden;
  transform:translate3d(0,0,0);
  animation-timing-function: linear;
  box-sizing: border-box;
}
.mb_YTPlayer.fullscreen{
  display:block!important;
  position: fixed!important;
  width: 100%!important;
  height: 100%!important;
  top: 0!important;
  left: 0!important;
  margin: 0!important;
  border: none !important;
}
.mb_YTPlayer.fullscreen .mbYTP_wrapper{
  opacity:1 !important;
}
.mbYTP_wrapper iframe {
  max-width: 4000px !important;
}
.inline_YTPlayer{
  margin-bottom: 20px;
  vertical-align:top;
  position:relative;
  left:0;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0,0,0,.7);
  background: rgba(0,0,0,.5);
}
.inline_YTPlayer img{
  border: none!important;
  margin:0!important;
  padding:0!important;
  -moz-transform: none!important;
  -webkit-transform: none!important;
  -o-transform: none!important;
  transform: none!important;
}

/*------------------------------------------------------------------*/ 
/*	35) SELF HOSTED VIDEO
/*------------------------------------------------------------------*/
.td_video_selfhosted{
	position:relative;
	clear:both;
	float:left;
	width:100%;
}
.td_video_selfhosted video{
	max-width:100%;
}
.td_video_selfhosted .voice{
	position:absolute;
	z-index:25;
	bottom:15px;
	left:10px;
	display:inline-block;
	font-size:12px;
	text-align:center;
	color:#111;
	width:30px;
	height:30px;
	border-radius:30px;
	background:#fff;
	background:rgba(255,255,255,.2);
}
.td_video_selfhosted .voice i{
	display:block;
	line-height:30px;
}
.td_video_selfhosted .voice.mute i.xcon-volume-off{display:none;}
.td_video_selfhosted .voice.unmute i.xcon-volume-up{display:none;}

.td_video_embedded{width:100%; height:auto; display:block;}

/*------------------------------------------------------------------*/ 
/*	36) POPUP VIDEO
/*------------------------------------------------------------------*/
.td_popupvideo{
	text-align:center;
	width:100%;
	position:relative;
	clear:both;
}
.td_popupvideo a{
	padding:10px;
	height:auto;
	width:auto;
	color:#fff;
	background:rgba(0,0,0,0.2);
	display:inline-block;
	text-align:center;
	
	border:1px solid rgba(0,0,0,0.1);
}

.td_popupvideo a i{
	width:102px;
	height:100px;
	line-height:100px;
	font-size:50px;
	padding-left:10px;
	background:#222;
	display:inline-table;
	text-align:center;
	border:1px solid rgba(255,255,255,0.01);
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	-ms-box-sizing: border-box;     /* IE 10 + */
	box-sizing: border-box;         /* Opera/IE 8+ */
	
	background: -webkit-radial-gradient(#111, #222); /* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(#111, #222); /* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(#111, #222); /* For Firefox 3.6 to 15 */
	background: radial-gradient(#111, #222); /* Standard syntax */
	
	box-shadow:0px 0px 5px rgba(0,0,0,0.4);
}
.td_popupvideo[data-skin="light"] a{color:#111; background:rgba(255,255,255,0.2); border-color:rgba(255,255,255,0.1);}
.td_popupvideo[data-skin="light"] a i{
	background:#eee;
	background: -webkit-radial-gradient(#fff, #eee); /* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(#fff, #eee); /* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(#fff, #eee); /* For Firefox 3.6 to 15 */
	background: radial-gradient(#fff, #eee); /* Standard syntax */
	
	border-color:rgba(0,0,0,0.01);
	box-shadow:0px 0px 5px rgba(0,0,0,0.01);
}

.td_popupvideo[data-x-pos="left"]{text-align:left;}
.td_popupvideo[data-x-pos="right"]{text-align:right;}

.td_popupvideo[data-size="small"] a{padding:0px;}
.td_popupvideo[data-size="small"] a i{
	width:32px;
	height:30px;
	line-height:30px;
	font-size:16px;
	padding-left:4px;
}
.td_popupvideo[data-size="big"] a{padding:10px;}
.td_popupvideo[data-size="big"] a i{
	width:152px;
	height:150px;
	line-height:150px;
	font-size:75px;
	padding-left:15px;
}

.td_popupvideo[data-round="a"] a,
.td_popupvideo[data-round="a"] a i{
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.td_popupvideo[data-round="b"] a,
.td_popupvideo[data-round="b"] a i{
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.td_popupvideo[data-round="c"] a,
.td_popupvideo[data-round="c"] a i{
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
}
.td_popupvideo[data-round="d"] a,
.td_popupvideo[data-round="d"] a i{
	-webkit-border-radius:200px;
	-moz-border-radius:200px;
	border-radius:200px;
}

/*------------------------------------------------------------------*/ 
/*	37) HALF BOXES
/*------------------------------------------------------------------*/
.td_half_boxes{
	width:100%;
	clear:both;
	position:relative;
	float:left;
}
.td_half_boxes .half_media{
	height:auto;
	min-height:350px;
	width:50%;
	float:left;
	position:relative;
	overflow:hidden;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	-ms-box-sizing: border-box;     /* IE 10 + */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.td_half_boxes .half_media img{
	min-height:100%;
	width:auto;
	height:auto;
	position:absolute;
}
.td_half_boxes .half_content{
	height:auto;
	width:50%;
	float:left;
	position:relative;
	overflow:hidden;
}
.td_half_boxes .half_content .content{
	position:relative;
	z-index:22;
	padding:100px 70px;
	min-height:350px;
	top:0px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	-ms-box-sizing: border-box;     /* IE 10 + */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.td_half_boxes .half_content .backgound{
	position:absolute;
	z-index:21;
	min-height:100%;
	min-width:100%;
	top:0px;
}
.td_half_boxes .half_content[data-x-pos="right"]{text-align:right;}
.td_half_boxes .half_content[data-x-pos="center"]{text-align:center;}

/*------------------------------------------------------------------*/ 
/*	38) SMALL BOX
/*------------------------------------------------------------------*/
.td_small_box{
	position:relative;
	margin:0px auto;
	z-index:10;
}
.td_small_box .inside{
	width:100%;
	height:auto;
	float:left;
	clear:both;
	position:relative;
	
}
.td_small_box .inside .content{
	position:relative;
	z-index:2;
	padding:50px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	-ms-box-sizing: border-box;     /* IE 10 + */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.td_small_box .inside .backgound{
	position:absolute;
	z-index:1;
	min-height:100%;
	min-width:100%;
	top:0px;
	overflow:hidden;
}
.td_small_box[data-x-pos="center"]{text-align:center;}
.td_small_box[data-x-pos="right"]{text-align:right;}

/* ROUND */
.td_small_box[data-round="a"] .inside .backgound{
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.td_small_box[data-round="b"] .inside .backgound{
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.td_small_box[data-round="c"] .inside .backgound{
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
}
.td_small_box[data-round="d"] .inside .backgound{
	-webkit-border-radius:1000px;
	-moz-border-radius:1000px;
	border-radius:1000px;
}

/*------------------------------------------------------------------*/ 
/*	39) INFO TABS
/*------------------------------------------------------------------*/
.td_info_tab_a{
	width:100%;
	float:left;
	clear:both;
	position:relative;
}
.td_info_tab_a ul.etabs{
	list-style-type:none;
	text-align:center;
	width:100%;
	
	-webkit-perspective:500px;
	-moz-perspective:500px;
	perspective:500px;
}
.td_info_tab_a ul.etabs li{
	display:inline-block;
	margin:0px 1px 0px 1px;
	position:relative;
}
.td_info_tab_a ul.etabs li a{
	text-decoration:none;
	color:#333;
	font-size:15px;
	position:relative;
	display:inline-block;
	padding:20px 25px 25px 25px;
}
.td_info_tab_a ul.etabs li a i{
	display:block;
	text-align:center;
	font-size:45px;
}
.td_info_tab_a ul.etabs li a:after{
	position: absolute;
	top:auto;
	left:50%;
	margin-left:-5px;
	bottom: -13px;
	right:auto;
	border:5px solid transparent;
}

.td_info_tab_a .tabcontent{
	background:#f5f5f5;
	float:left;
	clear:both;
	width:100%;
	margin:0px;
	padding:0px;
	position:relative;
}
.td_info_tab_a .img_holder{
	float:left;
	width:50%;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.td_info_tab_a .img_holder img{
	max-width:100%;
	width:100%;
}
.td_info_tab_a .content_holder{
	float:left;
	padding:10% 8% 0px 8%;
	width:50%;
	color:#fff;
	position:relative;
	height:100%;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.td_info_tab_a .content_holder h4{
	color:#333;
	font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
	margin-bottom:0px;
}
.td_info_tab_a .content_holder p{
	color:#666;
	margin:30px 70px 0px 0px;
	font-size:14px;
	line-height:1.8;
}
.td_info_tab_a a.read_more{
	position:absolute;
	bottom:0px;
	right:0px;
	padding:6px 12px 8px 12px;
	display:block;
	color:#fff;
	text-decoration:none;
	font-size:18px;
	line-height:1;
}
.td_info_tab_a a.read_more:hover{
	opacity:0.8;
}

.td_info_tab_a[data-skin="dark"] .tabcontent{background:#111;}
.td_info_tab_a[data-skin="dark"] .content_holder h4{color:#ddd;}

.td_info_tab_a[data-skin="white"] .tabcontent{background:#fff;}

.td_info_tab_a[data-color="light"]  ul.etabs li a{color:#ddd;}
.td_info_tab_a[data-color="white"]  ul.etabs li a{color:#fff;}


/*------------------------------------------------------------------*/ 
/*	40) BROCHURES
/*------------------------------------------------------------------*/
ul.td_brochures{
	list-style-type:none;
	position:relative;
	clear:both;
	
	-webkit-perspective:500px;
	-moz-perspective:500px;
	perspective:500px;
}
ul.td_brochures li{
	margin-bottom:4px;
	width:100%;
	clear:both;
	float:left;
	position:relative;
}
ul.td_brochures li a{
	color:#333;
	background:#eee;
	display:block;
	text-decoration:none;
	position:relative;
	float:left;
	width:100%;
	height:auto;
}

ul.td_brochures li a:after{
	position:absolute;
	content:"";
	right:15px;
	top:50%;
	margin-top:-5px;
	border:5px solid transparent;
	border-left-color:#bbb;
}
ul.td_brochures li a i{
	font-size:18px;
	color:#111;
	background:#fff;
	border:1px solid #ddd;
	width:50px;
	height:50px;
	line-height:50px;
	float:left;
	margin:5px 0px 5px 10px;
	text-align:center;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
	
	box-shadow:0px 0px 3px rgba(0,0,0,0.1) inset;
}
ul.td_brochures li a span.text_b{
	font-weight:600;
	margin-top:22px;
	float:left;
	margin-left:20px;
	font-size:13px;
}
ul.td_brochures li a:hover{
	background:#ddd;
}
ul.td_brochures li a:hover:after{
	border-left-color:#aaa;
}
ul.td_brochures[data-skin="dark"] li a{background:#111; color:#ddd;}
ul.td_brochures[data-skin="dark"] li a:hover{background:#222;}
ul.td_brochures[data-skin="dark"] li a i{background:#000; color:#fff; border-color:#151515;}


/*------------------------------------------------------------------*/ 
/*	41) WORK HIGHLIGHT
/*------------------------------------------------------------------*/
.td_workhighlight{
	position:relative;
	width:100%;
	float:left;
	clear:both;
}
.whl_items{
	max-width:1000px;
	position:relative;
	margin:0px auto;
	text-align:center;
	height:auto;
	
}
.td_workhighlight .item_holder{
	width:50%;
	text-align:center;
	display:inline-block;
	position:relative;
	z-index:3;
	-webkit-transition: all .7s ease;
	   -moz-transition: all .7s ease;
	    -ms-transition: all .7s ease;
	     -o-transition: all .7s ease;
	        transition: all .7s ease;
}
.whl_items .owl-item.active .item_holder{z-index:5;}

.whl_items .owl-item .item_holder > img{
	display:inline-block;
	width:100%;
	position:relative;
	
	-webkit-transform: scale(0.8,0.8); /* Chrome, Safari, Opera */
	-ms-transform: scale(0.8,0.8); /* IE 9 */
    transform: scale(0.8,0.8);
	
	
	-webkit-transition: all .7s ease;
	   -moz-transition: all .7s ease;
	    -ms-transition: all .7s ease;
	     -o-transition: all .7s ease;
	        transition: all .7s ease;
}

.whl_items .owl-item.active .item_holder > img{
	-webkit-transform: scale(1,1); /* Chrome, Safari, Opera */
	-ms-transform: scale(1,1); /* IE 9 */
    transform: scale(1,1);
	
	-webkit-box-shadow:0px 0px 10px rgba(0,0,0,0.3);
	-moz-box-shadow:0px 0px 10px rgba(0,0,0,0.3);
	box-shadow:0px 0px 10px rgba(0,0,0,0.3);
	
}

/* OVERLAY*/
.td_workhighlight .item_holder .overlay{
	width:100%;
	height:100%;
	display:block;
	visibility:hidden;
	position:absolute;
	z-index:6;
	top:0px;
	text-align:center;
	opacity:0;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	
	-webkit-transition: all .7s ease -0.7s;
	   -moz-transition: all .7s ease -0.7s;
	    -ms-transition: all .7s ease -0.7s;
	     -o-transition: all .7s ease -0.7s;
	        transition: all .7s ease -0.7s;
}
.td_workhighlight .owl-item.active .item_holder .overlay{
	opacity:1;
	visibility:visible;
	
	-webkit-transition-delay: 0.7s; /* Safari */
	-moz-transition-delay: 0.7s; /* Mozilla */
	-ms-transition-delay: 0.7s; /* IE9 */
	-o-transition-delay: 0.7s; /* Opera */
    transition-delay: 0.7s;
}
.td_workhighlight .item_holder .overlay a{
	display:table;
	position:abolute;
	width:100%;
	height:100%;
	text-decoration:none;
	vertical-align:bottom;
}
.td_workhighlight .item_holder .overlay a div{
	position:relative;
	display:table-cell;
	vertical-align:bottom;
	padding:30px;
}
.td_workhighlight .item_holder .overlay a h1{
	font-size:15px;
	text-transform:uppercase;
	font-weight:600;
	line-height:1;
	margin-bottom:5px;
	color:#333;
	margin-bottom:0px;
	z-index:2;
	position:relative;
}
.td_workhighlight .item_holder .overlay a h1 span{
	background:#fff;
	color:#333;
	display:inline-block;
	padding:15px 35px;
	box-shadow:0px 2px 2px rgba(0,0,0,0.1);
}
.td_workhighlight .item_holder .overlay a span{
	z-index:1;
	position:relative;
}
.td_workhighlight .item_holder .overlay a span span{
	background:#ddd;
	color:#333;
	display:inline-block;
	padding:5px 35px 7px 35px;
	font-size:12px;
}

/* NAV */
.td_workhighlight .td_cnav{
	width:100%; 
	position:relative; 
	display:block;
	text-align:center;
	margin-bottom:30px;
	
}
.td_workhighlight .td_cnav span{
	font-size:16px; 
	color:#111; 
	line-height:0px; 
	cursor:pointer; 
	z-index:20; 
	width:auto;
	padding:13px 30px; 
	display:inline-block;
	text-align:center;
	background:#eee;
	height:auto; 
	font-size:13px;
	margin:0px -2px;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.td_workhighlight .td_cnav span:hover{
	background:#ddd;
}
.td_workhighlight .td_cnav span i{
	margin:0px 2px;
}
.td_workhighlight .td_cnav .ocprev{margin-right:-3px;}
.td_workhighlight .td_cnav .ocnext{border-left:1px solid #ddd;}

/* SKIN */
.whl_items[data-skin="dark"] .item_holder .overlay a h1 span{background:#111; color:#ddd;}
.whl_items[data-skin="dark"] .item_holder .overlay a span span{background:#222; color:#ddd;}

.td_workhighlight .td_cnav[data-skin="dark"] span{color:#ddd; background:#111; border-left-color:#222;}
.td_workhighlight .td_cnav[data-skin="dark"] span:hover{background:#222;}

.td_workhighlight .td_cnav[data-skin="white"] span{background:#fff; border-left-color:#eee;}
.td_workhighlight .td_cnav[data-skin="white"] span:hover{background:#eee;}

/*------------------------------------------------------------------*/ 
/*	42) CLIENTS
/*------------------------------------------------------------------*/
.td_clients{
	float:left;
	clear:both;
	width:100%;
	position:relative;
}
.td_clients_carousel{
	width:100%;
	float:left;
	clear:both;
}
.td_clients_carousel .carousel-item{
	width:100%;
	text-align:center;
	position:relative;
}
.td_clients_carousel .carousel-item img{
	width:auto;
	display:inline-block;
}
.td_clients .td_cnav{
	width:100%; 
	position:absolute; 
	min-height:100%; 
	visibility:hidden;
	opacity:0;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.td_clients:hover .td_cnav{visibility:visible; opacity:1;}
.td_clients .td_cnav span{
	font-size:16px; 
	color:#111; 
	line-height:0px; 
	cursor:pointer; 
	z-index:20; 
	width:30px; 
	text-align:center; 
	line-height:50px; 
	background:#eee; 
	background:rgba(0,0,0,0.03);  
	height:50px; 
	top:50%; 
	margin-top:-30px;
}
.td_clients .td_cnav .ocprev{position:absolute; left:0px;}
.td_clients .td_cnav .ocnext{position:absolute; left:auto; right:0px;}

.td_clients_carousel .owl-controls{
	position:relative;
	top:10px;
}
.td_clients_carousel .owl-dots{
	text-align:center;
}
.td_clients_carousel .owl-dots .owl-dot span{
	width:14px;
	height:14px;
	border-radius:14px;
	background:#f1f1f1;
	display:inline-block;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.td_clients_carousel .owl-dots .owl-dot:hover span{background:#ddd;}

.td_section[data-skin="light"] .td_clients_carousel .owl-dots .owl-dot span{background:#ddd;}
.td_section[data-skin="light"] .td_clients_carousel .owl-dots .owl-dot:hover span{background:#ccc;}

.td_section[data-skin="dark"] .td_clients_carousel .owl-dots .owl-dot span{background:#111;}
.td_section[data-skin="dark"] .td_clients_carousel .owl-dots .owl-dot:hover span{background:#222;}

.td_section[data-skin="dark"] .td_clients .td_cnav span{
	color:#fff;
	background:#222; 
	background:rgba(255,255,255,0.03); 
}

/* ---------------------- CLIENTS LIST ----------------------- */
.td_clients_list{
	display:block;
	position:relative;
	clear:both;
}
.td_clients_list ul{
	list-style-type:none;
	width:100%;
	overflow:hidden;
}
.td_clients_list ul li{
	float:left;
	width:20%;
	text-align:center;
	height:auto;
	padding:1px;
	
	-webkit-perspective:500px;
	-moz-perspective:500px;
	perspective:500px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	-ms-box-sizing: border-box;     /* IE 10 + */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.td_clients_list ul li a{
	display:block;
	width:100%;
	height:150px;
	line-height:150px;
	position:relative;
}
.td_clients_list ul li a img{
	max-width:70%;
	max-height:100px;
}

/* Columns */
.td_clients_list[data-col="1"] li{width:100%;}
.td_clients_list[data-col="2"] li{width:50%;}
.td_clients_list[data-col="3"] li{width:33.333333%;}
.td_clients_list[data-col="4"] li{width:25%;}
.td_clients_list[data-col="5"] li{width:20%;}
.td_clients_list[data-col="6"] li{width:16.666666%;}

/* TEMP */
.td_clients_list[data-temp="c"] li{
	border-left:1px solid #eee;
	border-bottom:1px solid #eee;
	margin:0px 0px -1px -1px;
}
.td_clients_list[data-temp="d"] ul{
	border:1px solid #eee;
	border-left:0px;
}
.td_clients_list[data-temp="d"] li{
	border-left:1px solid #eee;
	border-bottom:1px solid #eee;
	margin:0px 0px -1px 0px;
}

/*------------------------------------------------------------------*/ 
/*	43) CAFE MENU
/*------------------------------------------------------------------*/
.td_cafe_menu{
	position:relative;
	display:block;
	clear:both;
}
.td_cafe_menu ul{
	list-style-type:none;
	width:100%;
	
	-webkit-perspective: 500px;
	-moz-perspective: 500px;
	perspective: 500px;
}
.td_cafe_menu ul li{
	width:100%;
	display:block;
	position:relative;
	margin-bottom:30px;
	padding-left:105px;
	min-height:80px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	-ms-box-sizing: border-box;     /* IE 10 + */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.td_cafe_menu ul li .image_holder{
	left:0px;
	top:0px;
	position:absolute;
}
.td_cafe_menu ul li .image_holder img{
	max-width:80px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.td_cafe_menu ul li .title_holder{
	display:block;
	padding-right:90px;
	overflow:hidden;
}
.td_cafe_menu ul li .title_holder h3{
	font-size:16px;
	font-weight:600;
	margin-bottom:5px;
	overflow:hidden;
	letter-spacing:2px;
}
.td_cafe_menu ul li .title_holder h3 span{
	position:relative;
}
.td_cafe_menu ul li .title_holder h3 span:after{
	content:"";
	position:absolute;
	border-bottom:1px dashed #ccc;
	width:1000px;
	left:100%;
	margin-left:10px;
	bottom:3px;
}
.td_cafe_menu ul li .title_holder > span{
	font-size:13px;
	display:block;
}
.td_cafe_menu ul li .price_holder{
	position:absolute;
	right:0px;
	top:0px;
	text-align:center;
}
.td_cafe_menu ul li .price_holder > span{
	color:#333;
	font-size:14px;
	font-weight:600;
	padding:7px 14px;
	background:#eee;
	
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
}
.td_cafe_menu ul li .price_holder .menu_alert{
	width:20px;
	height:20px;
	line-height:19px;
	display:inline-block;
	text-align:center;
	background:#ea7474;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	border-radius:30px;
	margin-top:15px;
	cursor:pointer;
}
.td_cafe_menu ul li .price_holder .menu_offer{
	width:20px;
	height:20px;
	line-height:20px;
	display:inline-block;
	text-align:center;
	background:#bace99;
	color:#fff;
	font-size:10px;
	border-radius:30px;
	margin-top:15px;
	cursor:pointer;
}
.td_cafe_menu ul li .price_holder .menu_recom{
	width:20px;
	height:20px;
	line-height:20px;
	display:inline-block;
	text-align:center;
	background:#bace99;
	color:#fff;
	font-size:10px;
	border-radius:30px;
	margin-top:15px;
	cursor:pointer;
}

.td_section[data-skin="light"] .td_cafe_menu ul li .price_holder > span{background:#fff;}
.td_section[data-skin="dark"] .td_cafe_menu ul li .price_holder > span{background:#ddd;}

/*------------------------------------------------------------------*/ 
/*	44) CONTACT FORM
/*------------------------------------------------------------------*/
.contact_form .empty_notice{
	color:#F00;
	display:none;
	position:relative;
}
.contact_form .returnmessage{
	display:none;
	position:relative;
}
.contact_form .returnmessage span{
	color:#009900;
	display:block;
}
.contact_form .returnmessage span.contact_error{
	color:#F00;
}


.td_form_wrap{
	width:100%;
	position:relative;
}
.td_form_wrap > div{
	width:100%;
	margin-bottom:10px;
}
.td_form_wrap input[type="text"]{
	
}
.td_form_wrap input[type="text"],
.td_form_wrap textarea{
	width:100%;
	background-color:#f5f5f5;
	color:#111;
}
.td_form_wrap input[type="text"]:focus,
.td_form_wrap textarea:focus{
	background-color:#f1f1f1;
}

.td_form_wrap[data-textcolor="light"] input[type="text"],
.td_form_wrap[data-textcolor="light"] textarea{
	color:#fff !important;
}
.td_form_wrap[data-textcolor="light"] ::-webkit-input-placeholder {color: #ccc;}
.td_form_wrap[data-textcolor="light"] :-moz-placeholder {color: #ccc;}
.td_form_wrap[data-textcolor="light"] ::-moz-placeholder {color: #ccc;}
.td_form_wrap[data-textcolor="light"] :-ms-input-placeholder {color: #ccc;}

.td_form_wrap[data-round="a"] input[type="text"],
.td_form_wrap[data-round="a"] textarea{
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.td_form_wrap[data-round="b"] input[type="text"],
.td_form_wrap[data-round="b"] textarea{
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.td_form_wrap[data-round="c"] input[type="text"]{
	-webkit-border-radius:40px;
	-moz-border-radius:40px;
	border-radius:40px;
}
.td_form_wrap[data-round="c"] textarea{
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
}




/* temp */
.td_form_wrap[data-temp="b"] input[type="text"],
.td_form_wrap[data-temp="b"] textarea{
	background-color:#eee;
	border-color:#e5e5e5;
}
.td_form_wrap[data-temp="b"] input[type="text"]:focus,
.td_form_wrap[data-temp="b"] textarea:focus{
	background-color:#fff;
	border-color:#eee;
}

.td_form_wrap[data-temp="c"] input[type="text"],
.td_form_wrap[data-temp="c"] textarea{
	background-color:#111;
	border-color:#1c1c1c;
}
.td_form_wrap[data-temp="c"] input[type="text"]:focus,
.td_form_wrap[data-temp="c"] textarea:focus{
	background-color:#151515;
	border-color:#1e1e1e;
}


.td_form_wrap[data-temp="d"] input[type="text"],
.td_form_wrap[data-temp="d"] textarea{
	background:none !important;
	border-width:2px;
	border-color:#f1f1f1;
	border-color:rgba(255,255,255,0.1);
}
.td_form_wrap[data-temp="d"] input[type="text"]:focus,
.td_form_wrap[data-temp="d"] textarea:focus{
	border-color:rgba(255,255,255,0.2);
}

.td_form_wrap[data-temp="e"] input[type="text"],
.td_form_wrap[data-temp="e"] textarea{
	background:none !important;
	border-width:2px;
	border-color:#1c1c1c;
	border-color:rgba(0,0,0,0.1);
}
.td_form_wrap[data-temp="e"] input[type="text"]:focus,
.td_form_wrap[data-temp="e"] textarea:focus{
	border-color:rgba(0,0,0,0.2);
}

.td_form_wrap[data-temp="f"] input[type="text"],
.td_form_wrap[data-temp="f"] textarea{
	background-color:#fff;
	background-color:rgba(255,255,255,0.5);
	border-width:0px !important; 
}
.td_form_wrap[data-temp="f"] input[type="text"]:focus,
.td_form_wrap[data-temp="f"] textarea:focus{
	background-color:rgba(255,255,255,0.9);
}

.td_form_wrap[data-temp="h"] input[type="text"],
.td_form_wrap[data-temp="h"] textarea{
	background-color:#111;
	background-color:rgba(0,0,0,0.3);
	border-width:0px !important; 
}
.td_form_wrap[data-temp="h"] input[type="text"]:focus,
.td_form_wrap[data-temp="h"] textarea:focus{
	background-color:rgba(0,0,0,0.8);
}

.td_form_wrap[data-temp="i"] input[type="text"],
.td_form_wrap[data-temp="i"] textarea{
	background:none !important;
	border-width:0px; 
	padding-left:0px !important;
	padding-right:0px !important;
	border-bottom:1px solid #eee;
}
.td_form_wrap[data-temp="i"] input[type="text"]:focus,
.td_form_wrap[data-temp="i"] textarea:focus{
	border-color:#ccc;
}

.td_form_wrap[data-temp="j"] input[type="text"],
.td_form_wrap[data-temp="j"] textarea{
	background:none !important;
	border-width:0px; 
	padding-left:0px !important;
	padding-right:0px !important;
	border-bottom:1px solid #333;
}
.td_form_wrap[data-temp="j"] input[type="text"]:focus,
.td_form_wrap[data-temp="j"] textarea:focus{
	border-color:#555;
}

/*------------------------------------------------------------------*/ 
/*	45) RESERVATION FORM
/*------------------------------------------------------------------*/
.booking_popup{
	padding:50px;
	text-align: left;
	width:560px;
	margin: 0px auto;
	position: relative;
	background:#fff;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.booking_popup h3{
	margin-bottom:10px;
	font-size:20px;
	text-transform:uppercase;
	font-weight:500;
	color:#333;
}
.book_online_form .empty_notice{
	color:#F00;
	display:none;
	position:relative;
}
.book_online_form .returnmessage{
	display:none;
	position:relative;
}
.book_online_form .returnmessage span{
	color:#009900;
	display:block;
}
.book_online_form .returnmessage span.book_error{
	color:#F00;
}
.book_online_form .row_wrap{
	padding-top:20px;
	clear:both;
	display:block;
}
.book_online_form .xx_row{
	margin-bottom:20px;
	clear:both;
	display:block;
}
.book_online_form .xx_row_half{
	width:50%;
	float:left;
	margin-bottom:20px;
}
.book_online_form label{
	display:block;
	color:#999;
	margin-bottom:3px;
	font-size:13px;
}
.book_online_form label span{
	color:#F00;
	font-weight:bold;
}

.book_online_form .datepicker-input{
	display:inline-block;
	width:145px;
}
.book_online_form .datepicker-input input{
	width:140px;
	min-width:inherit;
}
.book_online_form .td-time-picker{
	display:inline-block;
	vertical-align:bottom;
	width:70px;
}
.book_online_form .td-time-picker input{
	max-width:100%;
	min-width:inherit;
}
.book_online_form .xx_row textarea{
	width:450px;
}
div.time-picker {
  position: absolute;
  height: auto;
  width:70px; /* needed for IE */
  background: #111;
  z-index: 1046;
  margin: 0;
  overflow:hidden;
  max-height:180px;
}
/* custom scrollbars - webkit only */
div.time-picker::-webkit-scrollbar {background-color:#EEE;width:10px;}
div.time-picker::-webkit-scrollbar-thumb {
	border:1px #EEE solid;border-radius:2px;background:#777;
	-webkit-box-shadow: 0 0 8px #555 inset;box-shadow: 0 0 8px #555 inset;
	-webkit-transition: all .3s ease-out;transition: all .3s ease-out;
	}
div.time-picker::-webkit-scrollbar-track {-webkit-box-shadow: 0 0 2px #ccc;box-shadow: 0 0 2px #ccc;}	


div.time-picker ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position:relative;
  max-height:198px;
  overflow: scroll;
  z-index:1;
  width:90px;
  overflow-x:hidden;
}
div.time-picker li {
  cursor: pointer;
  text-align:left;
  color:#fff;
  height: 10px;
  font: 12px/1 Helvetica, Arial, sans-serif;
  padding: 6px;
}
div.time-picker li.selected {
  background: #222;
}

/*------------------------------------------------------------------*/ 
/*	46) ANIMATED BLOCK
/*------------------------------------------------------------------*/
.td_animated{
	position:relative;
	width:100%;
	clear:both;
	height:auto;
	
	-webkit-perspective: 500px;
	-moz-perspective: 500px;
	perspective: 500px;
}
.td_animated_in{
	position:relative;
}

/*------------------------------------------------------------------*/ 
/*	47) GOOGLE MAP
/*------------------------------------------------------------------*/
.td_gmap{
	width:100%;
	min-height:400px;
	z-index:30;
}

/*------------------------------------------------------------------*/ 
/*	48) OVERLAYS (PARALLAX, GRADIENT, ....)
/*------------------------------------------------------------------*/
.td_parallax_box{
	position:absolute !important;
	min-width:100%;
	min-height:100%;
	top:0px;
	left:0px;
	z-index:4 !important;
}
.td_bgslide_box{
	position:absolute !important;
	min-width:100%;
	min-height:100%;
	top:0px;
	left:0px;
	z-index:4 !important;
}
.td_bgcolor_box{
	position:absolute !important;
	z-index:5 !important;
	min-width:100%;
	min-height:100%;
	top:0px;
	left:0px;
}
.td_colorchange_box{
	background:red;
	position:absolute !important;
	z-index:5 !important;
	min-width:100%;
	min-height:100%;
	top:0px;
	left:0px;
}

.td_gradient_box{
	position:absolute !important;
	z-index:5 !important;
	min-width:100%;
	min-height:100%;
	top:0px;
	left:0px;
	background-color:#000;
}

.td_bgimg_box{
	position:absolute !important;
	z-index:4 !important;
	min-width:100%;
	min-height:100%;
	top:0px;
	left:0px;
}

.td_mask_box{
	position:absolute !important;
	z-index:5 !important;
	min-width:100%;
	min-height:100%;
	top:0px;
	left:0px;
}
.td_video_selfhosted_overlay{
	position:absolute !important;
	z-index:4 !important;
	min-width:100%;
	min-height:100%;
	top:0px;
	left:0px;
	overflow:hidden;
}
.td_video_selfhosted_overlay video{
	min-width:100%;
	position:absolute;
	min-height:100%;
}
.td_mask_box[data-mask="mask1"]{ background:url(../img/mask/mask1.png) repeat; }
.td_mask_box[data-mask="mask2"]{ background:url(../img/mask/mask2.png) repeat; }
.td_mask_box[data-mask="mask3"]{ background:url(../img/mask/mask3.png) repeat; }
.td_mask_box[data-mask="mask4"]{ background:url(../img/mask/mask4.png) repeat; }
.td_mask_box[data-mask="mask5"]{ background:url(../img/mask/mask5.png) repeat; }
.td_mask_box[data-mask="mask6"]{ background:url(../img/mask/mask6.png) repeat; }
.td_mask_box[data-mask="mask7"]{ background:url(../img/mask/mask7.png) repeat; }
.td_mask_box[data-mask="mask8"]{ background:url(../img/mask/mask8.png) repeat; }
.td_mask_box[data-mask="mask9"]{ background:url(../img/mask/mask9.png) repeat; }
.td_mask_box[data-mask="mask10"]{ background:url(../img/mask/mask10.png) repeat; }

.td_mask_box[data-mask="mask101"]{ background:url(../img/mask/mask101.png) repeat; }
.td_mask_box[data-mask="mask102"]{ background:url(../img/mask/mask102.png) repeat; }
.td_mask_box[data-mask="mask103"]{ background:url(../img/mask/mask103.png) repeat; }
.td_mask_box[data-mask="mask104"]{ background:url(../img/mask/mask104.png) repeat; }
.td_mask_box[data-mask="mask105"]{ background:url(../img/mask/mask105.png) repeat; }
.td_mask_box[data-mask="mask106"]{ background:url(../img/mask/mask106.png) repeat; }
.td_mask_box[data-mask="mask107"]{ background:url(../img/mask/mask107.png) repeat; }
.td_mask_box[data-mask="mask108"]{ background:url(../img/mask/mask108.png) repeat; }
.td_mask_box[data-mask="mask109"]{ background:url(../img/mask/mask109.png) repeat; }
.td_mask_box[data-mask="mask110"]{ background:url(../img/mask/mask110.png) repeat; }

/*------------------------------------------------------------------*/ 
/*	49) FOOTER
/*------------------------------------------------------------------*/
.td_foot{
	padding:30px 0px;
	text-align:center;
	z-index:99;
}
.td_foot a.totop{
	width:40px;
	height:40px;
	color:#111;
	line-height:2.5;
	position:absolute;
	top:0px;
	margin-top:-20px;
	left:50%;
	margin-left:-20px;
	text-align:center;
	font-size:16px;
	display:block;
}
.td_foot a.totop span{
	width:40px;
	height:40px;
	float:left;
	border-radius:2px;
}
.td_foot a.totop span{
	position:relative;
	z-index:888;
	background:#eee;
}
a.totop[data-skin="white"] span{background:#fff;}
a.totop[data-skin="dark"] span{background:#111; color:#fff;}
a.totop[data-skin="currentLight"] span{color:#fff;}
a.totop[data-skin="currentDark"] span{color:#111;}

.td_foot span.copyright{
	font-size:13px;
}
.td_foot span.copyright a{
	text-decoration:none;
}


/*------------------------------------------------------------------*/ 
/*	50) SINGLE POST
/*------------------------------------------------------------------*/
.single_top{
	position:relative;
	padding:25px 0px 0px 0px;
	text-align:center;
}
.single_top .td_logo img{
	
}
.back_to_mainpage{
	position:absolute;
	left:30px;
	top:50%;
	margin-top:5px;
	transform:translateY(-50%);
}
.back_to_mainpage a{
	text-decoration:none;
	font-size:13px;
	color:#ccc;
}
.back_to_mainpage a:hover{
	color:#333;
}
.back_to_mainpage i{
	font-size:18px;
	display:inline-block;
	margin-right:5px;
	vertical-align:top;
}
.back_to_mainpage span{
	display:inline-block;
	vertical-align:top;
	margin-top:6px;
	text-transform:uppercase;
	font-size:11px;
}
.singlepost{
	clear:both;
}
.singlepost .title_holder{
	display:block;
	padding:0px;
	margin:40px 0px 40px 0px;
}
.singlepost .title_holder h4{
	font-size:24px;
	text-transform:uppercase;
	color:#333;
	margin-bottom:5px;
}
.singlepost .title_holder p{
	color:#999;
	font-size:13px;
}
.singlepost .img_holder{
	clear:both;
}
.desc p{
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 1.8;
}

.comments{
	width:100%;
	clear:both;
	margin-top:10px;
	padding-top:20px;
	float:left;
	margin-bottom:10px;
}
h5.comment-title{
	text-transform:uppercase;
	font-size:17px;
	margin-bottom:0px;
	font-weight:600;
}
.comment-form h5.comment-title{
	margin-bottom:20px;
}
.comments, .comments p{
	color:#c5c5c5;
	font-size:13px;
}
.comments ul{
	margin:20px 0 0 0;
	padding:0;
	list-style-type:none;
	float:left;
	width:100%;
}
.comments ul li{
	margin:0;
	padding:0;
	position:relative;
}
.comments ul li>div{
	padding:0;
	background:#000;
	position:relative;
	float:left;
	width:100%;
	min-height:120px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */		
	border-radius: 2px;
}
.comment-avatar{
	width:80px;
	height:80px;
	left:40px;
	top:40px;
	margin:0;
	position:absolute;
}
.comment-avatar img{
	width:80px;
	height:80px;
	-webkit-border-radius: 100px;	
	-moz-border-radius: 100px;	
	border-radius: 100px;
}
.commment-text-wrap{
	float:left;
	width:100%;
	padding:40px 40px 40px 160px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.comment-data{
	margin-bottom:15px;
}
.comment-data a.url{
	margin-right:5px;
	text-decoration:none;
}
.comment-data a.url:hover{
	color:#fff;
}
.comment-data p span{
	margin-left:5px;
	margin-right:5px;
}
a.comment-reply-link{
	color:#FFF;
	font-size:10px;
	text-transform:uppercase;
	background:#333;
	padding:3px 5px;
	text-decoration:none;
	margin-left:5px;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	-webkit-transition:all 0.3s ease-in;  
	-moz-transition:all 0.3s ease-in;  
	-o-transition:all 0.3s ease-in;  
	transition:all 0.3s ease-in;
}
a.comment-reply-link:hover{
	background:#555;
}
.comment-text{
	color:#fff;
}
ul.children{
	padding:0 0 0 30px;
	margin-top:20px;
	float:left;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
ul.children li{
	padding:0 0 0 19px;
	float:left;
}
.comment-form{
	clear:both;
	width:100%;
	margin:50px 0px 50px 0px;
	float:left;
}
.input-holder{
	margin-bottom:15px;
}
.input-holder label{
	margin-bottom:3px;
	clear:both;
	display:block;
	font-size:13px;
}
.input-holder .input input{
	width:100%;
}
.comment-form .td_btn{
	margin-top:15px;
}

/*------------------------------------------------------------------*/ 
/*	51) TEXT ALIGNER
/*------------------------------------------------------------------*/
.td_x_pos{text-align:left; position:relative; clear:both; margin:0 auto; z-index:10;}
.td_x_pos[data-x-pos="center"]{text-align:center;}
.td_x_pos[data-x-pos="right"]{text-align:right;}

/*------------------------------------------------------------------*/ 
/*	a) HIGH PRIOR COLORS
/*------------------------------------------------------------------*/
[data-highpriorcolor="light"] h1,
[data-highpriorcolor="light"] h2,
[data-highpriorcolor="light"] h3,
[data-highpriorcolor="light"] h4,
[data-highpriorcolor="light"] h5,
[data-highpriorcolor="light"] h6,
[data-highpriorcolor="light"] p,
[data-highpriorcolor="light"] span,
[data-highpriorcolor="light"]{
	color:#fff;
}
.td_section[data-skin="dark"] [data-highpriorcolor="light"],
.td_section[data-skin="dark"] [data-highpriorcolor="light"] p,
.td_section[data-skin="dark"] [data-highpriorcolor="light"] span,
.td_section[data-skin="dark"] [data-highpriorcolor="light"] h1,
.td_section[data-skin="dark"] [data-highpriorcolor="light"] h2,
.td_section[data-skin="dark"] [data-highpriorcolor="light"] h3,
.td_section[data-skin="dark"] [data-highpriorcolor="light"] h4,
.td_section[data-skin="dark"] [data-highpriorcolor="light"] h5,
.td_section[data-skin="dark"] [data-highpriorcolor="light"] h6{color:#fff;}


[data-highpriorcolor="light"] .td_testimonials span.title,
[data-highpriorcolor="light"] .td_testimonials span.t_author,
[data-highpriorcolor="light"] .td_testimonials span.t_occupation,
[data-highpriorcolor="light"] .td_portfolio_filter li a,
[data-highpriorcolor="light"] .td_blog_list .title_holder h3 a,
[data-highpriorcolor="light"] .td_blog_list .title_holder span,
[data-highpriorcolor="light"] .td_blog_list_2 .title_holder h3 a,
[data-highpriorcolor="light"] .td_blog_list_2 .title_holder span,
[data-highpriorcolor="light"] .td_progress span.label,
[data-highpriorcolor="light"] .td_progress span.number,
[data-highpriorcolor="light"] .td_counter_list li i,
[data-highpriorcolor="light"] .td_member .td_member_holder .title_holder h3,
[data-highpriorcolor="light"] .td_member .td_member_holder .title_holder span,
[data-highpriorcolor="light"] ul.td_social_list li a h4,
[data-highpriorcolor="light"] ul.td_social_list li a span.subby,
[data-highpriorcolor="light"] ul.td_openhours li,
[data-highpriorcolor="light"] .td_counter_list li h3,
[data-highpriorcolor="light"] .td_counter_list li span{
	color:#fff !important;
}
[data-highpriorcolor="light"] .td_service .icon_wrap i,
.td_section[data-skin="dark"] [data-highpriorcolor="light"] .td_service .icon_wrap i{
	color:#fff;
}
[data-highpriorcolor="light"] .carouselle .owl-dots .owl-dot span,
[data-highpriorcolor="light"] .td_service .link_wrap a,
[data-highpriorcolor="light"] .td_service_img .link_wrap a,
[data-highpriorcolor="light"] .td_blog_list_2 .item_holder .link_wrap a,
[data-highpriorcolor="light"] .td_hotspot_desc ul li span,
[data-highpriorcolor="light"] .td_progress .td_bar_bg{
	background-color:#fff !important
}
[data-highpriorcolor="light"] ul.td_openhours li{
	border-bottom-color:#fff !important;
}

[data-highpriorcolor="light"] .td_service .link_wrap a,
[data-highpriorcolor="light"] .td_service_img .link_wrap a,
[data-highpriorcolor="light"] .td_blog_list_2 .item_holder .link_wrap a,
[data-highpriorcolor="light"] .td_hotspot_desc ul li span{
	color:#111 !important;
}
[data-highpriorcolor="light"] .td_blog_list_2 .item_holder{
	border-bottom-color:rgba(255,255,255,0.2) !important;
}
[data-highpriorcolor="light"] .td_cafe_menu ul li .title_holder h3 span:after{
	border-color:#fff !important;
}

/* DARK */
[data-highpriorcolor="dark"] h1,
[data-highpriorcolor="dark"] h2,
[data-highpriorcolor="dark"] h3,
[data-highpriorcolor="dark"] h4,
[data-highpriorcolor="dark"] h5,
[data-highpriorcolor="dark"] h6,
[data-highpriorcolor="dark"] p,
[data-highpriorcolor="dark"] span,
[data-highpriorcolor="dark"]{
	color:#111;
}
.td_section[data-skin="light"] [data-highpriorcolor="dark"],
.td_section[data-skin="light"] [data-highpriorcolor="dark"] p,
.td_section[data-skin="light"] [data-highpriorcolor="dark"] span,
.td_section[data-skin="light"] [data-highpriorcolor="dark"] h1,
.td_section[data-skin="light"] [data-highpriorcolor="dark"] h2,
.td_section[data-skin="light"] [data-highpriorcolor="dark"] h3,
.td_section[data-skin="light"] [data-highpriorcolor="dark"] h4,
.td_section[data-skin="light"] [data-highpriorcolor="dark"] h5,
.td_section[data-skin="light"] [data-highpriorcolor="dark"] h6{color:#111;}

[data-highpriorcolor="dark"] .td_testimonials span.title,
[data-highpriorcolor="dark"] .td_testimonials span.t_author,
[data-highpriorcolor="dark"] .td_testimonials span.t_occupation,
[data-highpriorcolor="dark"] .td_portfolio_filter li a,
[data-highpriorcolor="dark"] .td_blog_list .title_holder h3 a,
[data-highpriorcolor="dark"] .td_blog_list .title_holder span,
[data-highpriorcolor="dark"] .td_blog_list_2 .title_holder h3 a,
[data-highpriorcolor="dark"] .td_blog_list_2 .title_holder span,
[data-highpriorcolor="dark"] .td_progress span.label,
[data-highpriorcolor="dark"] .td_progress span.number,
[data-highpriorcolor="dark"] .td_counter_list li i,
[data-highpriorcolor="dark"] .td_member .td_member_holder .title_holder h3,
[data-highpriorcolor="dark"] .td_member .td_member_holder .title_holder span,
[data-highpriorcolor="dark"] ul.td_social_list li a h4,
[data-highpriorcolor="dark"] ul.td_social_list li a span.subby,
[data-highpriorcolor="dark"] ul.td_openhours li,
[data-highpriorcolor="dark"] .td_counter_list li h3,
[data-highpriorcolor="dark"] .td_counter_list li span{
	color:#111 !important;
}
[data-highpriorcolor="dark"] .td_service .icon_wrap i,
.td_section[data-skin="light"] [data-highpriorcolor="dark"] .td_service .icon_wrap i{
	color:#111;
}
[data-highpriorcolor="dark"] .carouselle .owl-dots .owl-dot span,
[data-highpriorcolor="dark"] .td_service .link_wrap a,
[data-highpriorcolor="dark"] .td_service_img .link_wrap a,
[data-highpriorcolor="dark"] .td_blog_list_2 .item_holder .link_wrap a,
[data-highpriorcolor="dark"] .td_hotspot_desc ul li span,
[data-highpriorcolor="dark"] .td_progress .td_bar_bg{
	background-color:#111 !important
}
[data-highpriorcolor="dark"] ul.td_openhours li{
	border-bottom-color:#111 !important;
}

[data-highpriorcolor="dark"] .td_service .link_wrap a,
[data-highpriorcolor="dark"] .td_service_img .link_wrap a,
[data-highpriorcolor="dark"] .td_blog_list_2 .item_holder .link_wrap a,
[data-highpriorcolor="dark"] .td_hotspot_desc ul li span{
	color:#fff !important;
}
[data-highpriorcolor="dark"] .td_blog_list_2 .item_holder{
	border-bottom-color:rgba(0,0,0,0.2) !important;
}
[data-highpriorcolor="dark"] .td_cafe_menu ul li .title_holder h3 span:after{
	border-color:#111 !important;
}

/*------------------------------------------------------------------*/ 
/*	b) MEDIA QUERIES (FOR SMALL DEVICES)
/*------------------------------------------------------------------*/
@media (max-width: 1600px) {
.td_section_title[data-temp="e"] h1.top_one{
	font-size:100px;
}
.td_section_title[data-temp="e"] h1.bot_one{
	font-size:180px;
}
}
@media (max-width: 1200px) {
.td_section_title[data-temp="e"] h1.top_one{
	font-size:70px;
}
.td_section_title[data-temp="e"] h1.bot_one{
	font-size:120px;
}

}
@media (max-width: 979px) {
.td_section_title[data-temp="e"] h1.top_one{
	font-size:40px;
}
.td_section_title[data-temp="e"] h1.bot_one{
	font-size:80px;
}

.td_portfolio_list > li{ width:33.3333% }
.td_portfolio_wrap[data-gutter="gutter-c"] .td_portfolio_list > li,
.td_portfolio_wrap[data-gutter="gutter-c"][data-col="3"] .td_portfolio_list > li{ width:31.33333%; }

.td_gallery_list > li{ width:33.3333% }
.td_gallery_wrap[data-gutter="gutter-c"] .td_gallery_list > li,
.td_gallery_wrap[data-gutter="gutter-c"][data-col="3"] .td_gallery_list > li{ width:31.33333%; }

.td_blog_list > li{ width:33.3333% }
.td_blog_wrap[data-gutter="gutter-c"] .td_blog_list > li,
.td_blog_wrap[data-gutter="gutter-c"][data-col="3"] .td_blog_list > li{ width:31.33333%; }

.td_blog_list_2 .item_holder{ padding-left:170px;}
.td_blog_list_2 .item_holder .img_holder{
	-webkit-transform:scaleX(1);
	    -ms-transform:scaleX(1);
			transform:scaleX(1);
}

.td_pricing_wrap .pr_column,
.td_pricing_wrap[data-col="4"] .pr_column{width:50%; margin-bottom:30px;}
.td_pricing_wrap[data-col="3"] .pr_column{width:50%;}

.td_counter_list li,
.td_counter_wrap[data-col="4"] .td_counter_list li,
.td_counter_wrap[data-col="5"] .td_counter_list li,
.td_counter_wrap[data-col="6"] .td_counter_list li{width:33.3333%;}

.themedotip{visibility:hidden;}
.td_hotspot,
.td_hotspot .td_h_pulse{width:26px; height:26px;}
.td_hotspot span,
.td_hotspot_desc{display:block;}

.td_miniboxes .td_minibox{width:100%;}
.td_miniboxes .td_minibox .minibox_icon{font-size:150px;}
.td_half_boxes .half_media,
.td_half_boxes .half_content{width:100%;}

.td_info_tab_a .img_holder{width:100%;text-align:center;}
.td_info_tab_a .img_holder img{width:100%;}
.td_info_tab_a .content_holder{width:100%;padding:6% 10%;}
.td_info_tab_a .content_holder p{margin-right:0px;}

.td_clients_list[data-col="5"] li{width:25%;}
.td_clients_list[data-col="6"] li{width:33.333333%;}

.td_cafe_menu ul li .price_holder .menu_alert,
.td_cafe_menu ul li .price_holder .menu_offer,
.td_cafe_menu ul li .price_holder .menu_recom{display:none;}


.td_process_wrap:before{
	top:0px;
	left:53px;
}
.td_process_wrap:after{
	bottom:0px;
	top:auto;
	left:53px;
}
.td_process{padding:30px 0px;}
.td_process:before{
	border-bottom:none;
	border-left:1px dashed #ddd;
	top:0px;
	left:60px;
	width:0px;
	height:100%;
}
.td_process li,
.td_process_wrap[data-col="3"] .td_process li,
.td_process_wrap[data-col="5"] .td_process li{width:100%; text-align:left; padding:10px 0px; padding-left:150px; min-height:140px;}
.td_process li span.icon_holder{position:absolute; left:0px; top:10px; margin-bottom:0px;}
.td_process li h3{margin-top:20px;}





}
@media (max-width: 768px) {
.td_section_title[data-temp="e"] h1.top_one{
	font-size:30px;
	letter-spacing:0px;
}
.td_section_title[data-temp="e"] h1.bot_one{ font-size:60px; }
.td_section_title[data-temp="i"] h1.bot_one{ font-size:22px; }

.td_portfolio_list > li,
.td_portfolio_wrap[data-col="3"] .td_portfolio_list > li{ width:50%; }
.td_portfolio_wrap[data-gutter="gutter-c"] .td_portfolio_list > li,
.td_portfolio_wrap[data-gutter="gutter-c"][data-col="3"] .td_portfolio_list > li{ width:48.001%; }

.td_gallery_list > li,
.td_gallery_wrap[data-col="3"] .td_gallery_list > li{ width:50%; }
.td_gallery_wrap[data-gutter="gutter-c"] .td_gallery_list > li,
.td_gallery_wrap[data-gutter="gutter-c"][data-col="3"] .td_gallery_list > li{ width:48.001%; }

.td_service, .td_service_img{margin-bottom:60px;}

.td_blog_list > li,
.td_blog_wrap[data-col="3"] .td_blog_list > li{ width:50%; }
.td_blog_wrap[data-gutter="gutter-c"] .td_blog_list > li,
.td_blog_wrap[data-gutter="gutter-c"][data-col="3"] .td_blog_list > li{ width:48.001%; }

.td_pricing_wrap .pr_column,
.td_pricing_wrap[data-col="2"] .pr_column,
.td_pricing_wrap[data-col="3"] .pr_column,
.td_pricing_wrap[data-col="4"] .pr_column{width:100%;}

.td_counter_list li,
.td_counter_wrap[data-col="3"] .td_counter_list li,
.td_counter_wrap[data-col="4"] .td_counter_list li,

.td_counter_wrap[data-col="5"] .td_counter_list li,
.td_counter_wrap[data-col="6"] .td_counter_list li{width:50%;}

.carouselle .carousel-item .xx_b{padding:30px 50px;}
.td_workhighlight .item_holder{width:70%;}

.td_clients_list[data-col="3"] li,
.td_clients_list[data-col="4"] li,
.td_clients_list[data-col="5"] li,
.td_clients_list[data-col="6"] li{width:50%;}

.booking_popup{
	width:300px;
	padding:35px;
}
.booking_popup h3{
	font-size:16px;
	margin-bottom:0px;
}
.booking_popup .xx_row_half{
	width:100%;
}
.booking_popup .xx_row textarea{
	width:220px;
}

.td_timeline:after{left:10px;}
.td_timeline li,
.td_timeline li:nth-child(even){padding-left:10px; width:100%; text-align:left; padding-right:0px;}
.td_timeline li .time_holder,
.td_timeline li:nth-child(even) .time_holder{position:relative; right:auto; left:0px; margin-left:0px; margin-right:auto; text-align:left; margin-bottom:10px;}
.td_timeline li:nth-child(even) div.td_block{text-align:left; padding-right:0px; padding-left:40px;}
.td_timeline li:nth-child(even) div.td_block:before{left:0px; right:auto; margin-left:-7px; margin-right:0px;}

.back_to_mainpage{position:relative; margin-top:0px; top:0px; margin-top:20px; transform:translateY(0%); display:block; text-align:center; left:0px;}

}
@media (max-width: 650px){
.td_member_popup .img_holder{
	width:100%;
}
.td_member_popup .desc_holder{
	width:100%;
	padding:50px 0px 0px 0px;
}
.td_miniboxes .td_minibox .minibox_icon{font-size:100px;}
.td_info_tab_a .content_holder{width:100%;padding:30px 30px 50px 30px;}
.td_info_tab_a ul.etabs{margin-bottom:10px;}
.td_info_tab_a ul.etabs li{display:block;}
.td_info_tab_a ul.etabs li a{padding:0px 0px 10px;}
.td_info_tab_a ul.etabs li a i{font-size:20px;display:inline-block;margin-right:5px;}
.td_myhistory .history_head .date_wrap{display:block;}
.td_myhistory .history_head .title_wrap{border:none; padding:10px 0px 0px;}

}

@media (max-width: 480px) {
.td_section_title[data-temp="d"] h1.bot_one{
	letter-spacing:-4px;
	font-size:40px;
}
.td_section_title[data-temp="e"] h1.top_one{ font-size:16px;}
.td_section_title[data-temp="e"] h1.bot_one{ font-size:30px;}
.td_section_title[data-temp="i"] h1.bot_one{ font-size:18px;}
.td_section_title[data-temp="f"] h1.bot_one{ font-size:18px;}

.td_portfolio_list > li,
.td_portfolio_wrap[data-col="3"] .td_portfolio_list > li{ width:100%; }
.td_portfolio_wrap[data-gutter="gutter-c"] .td_portfolio_list > li,
.td_portfolio_wrap[data-gutter="gutter-c"][data-col="3"] .td_portfolio_list > li{ width:100%; margin-left:0px;}
.td_portfolio_wrap[data-gutter="gutter-c"] .td_portfolio_list{margin-left:0px;}

.td_gallery_list > li,
.td_gallery_wrap[data-col="3"] .td_gallery_list > li{ width:100%; }
.td_gallery_wrap[data-gutter="gutter-c"] .td_gallery_list > li,
.td_gallery_wrap[data-gutter="gutter-c"][data-col="3"] .td_gallery_list > li{ width:100%; margin-left:0px;}
.td_gallery_wrap[data-gutter="gutter-c"] .td_gallery_list{margin-left:0px;}

.td_blog_list > li,
.td_blog_wrap[data-col="3"] .td_blog_list > li{ width:100%; }
.td_blog_wrap[data-gutter="gutter-c"] .td_blog_list > li,
.td_blog_wrap[data-gutter="gutter-c"][data-col="3"] .td_blog_list > li{ width:100%; margin-left:0px;}
.td_blog_wrap[data-gutter="gutter-c"] .td_blog_list{margin-left:0px;}

.td_blog_list_2 .item_holder{min-height:70px;}
.td_blog_list_2 .item_holder,
.td_blog_list_2 .item_holder:hover{ padding-left:120px;}
.td_blog_list_2 .title_holder{padding-top:10px;}
.td_blog_list_2 .title_holder h3{font-size:12px; margin-bottom:5px;}
.td_blog_list_2 .title_holder span{font-size:12px;}
.td_blog_list_2 .item_holder .img_holder{width:100px;}
.td_blog_list_2 .item_holder .link_wrap{display:none;}

.td_counter_list li,
.td_counter_wrap[data-col="2"] .td_counter_list li,
.td_counter_wrap[data-col="3"] .td_counter_list li,
.td_counter_wrap[data-col="4"] .td_counter_list li,
.td_counter_wrap[data-col="5"] .td_counter_list li,
.td_counter_wrap[data-col="6"] .td_counter_list li{width:100%;}

.carouselle .carousel-item .xx_b{padding:20px 20px;}
.td_workhighlight .item_holder{width:100%;}

.td_clients_list[data-col="1"] li,
.td_clients_list[data-col="2"] li,
.td_clients_list[data-col="3"] li,
.td_clients_list[data-col="4"] li,
.td_clients_list[data-col="5"] li,
.td_clients_list[data-col="6"] li{width:100%;}

.td_cafe_menu ul li{padding-left:0px;}
.td_cafe_menu ul li .image_holder{display:none;}

.td_process_wrap:after, .td_process_wrap:before{left:23px;}
.td_process:before{left:30px;}
.td_process li{padding-left:80px;}
.td_process li span.icon_holder{font-size:20px; width:60px; height:60px; line-height:60px;}
.td_process li h3{margin-top:0px;}
}