/*
This file is made by themedo (2015)
This css file includes all base styles and template's main color (in this tempalte main color is pink(#f00a77)). 
Template's main color styles located at the bottom of this file.
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	outline: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

blockquote {
	quotes: none;
}

blockquote:before,blockquote:after {
	content: '';
	content: none;
}
img{
	vertical-align:middle;
	max-width:100%;
}
.td_gmap img{
	max-width:none;
}

iframe{
	max-width:100%;
}
del {
	text-decoration: line-through;
}
a, a > *, i{
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
	border:none;
}
a:hover{text-decoration:none;}
h1, h2, h3, h4, h5, h6{
	font-weight:700;
	color:#333;
	margin-bottom:20px;
}
h1 { font-size: 45px; }
h2 { font-size: 36px; }
h3 { font-size: 30px; }
h4 { font-size: 24px; }
h5 { font-size: 20px; }
h6 { font-size: 16px; }

table{
	width:100%;
	max-width:100%;
	text-align:left;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-bottom:15px;
	color:#888;
	border:1px solid #ebebeb;
}
table tr{
	border:1px solid #ebebeb;
}
table th{
	vertical-align:top;
	color:#444;
	background:none;
	font-size:16px;
	font-weight:normal;
	padding:15px 10px;
}
table td{
	vertical-align:top;
	padding:10px;
}
div.td_fake_table{
	position:relative;
	display:table;
	width:100%;
}
div.td_fake_tablecell{
	position:relative;
	display:table-cell;
	vertical-align:middle;
	width:100%;
}

code, pre {
	padding: 10px;
	padding-bottom: 0;
	border-left: 3px solid #6FBF71;
	border-bottom: 1px solid transparent;
	background: #f7f7f7;
	overflow-x:scroll;
}

pre{
	display: block;	
	word-break: break-all;
	word-wrap: break-word;
}
pre code { white-space: pre-wrap; }

p{
	letter-spacing:1px;
}
ul.td_list{
	-webkit-perspective:500px;
	-moz-perspective:500px;
	perspective:500px;
	clear:both;	
}
ul.td_list li{
	margin-bottom:10px;
	padding-left:8px;
	margin-left:12px;
	position:relative;
}


.themedotip { font-size: 13px; position: absolute; padding: 5px; z-index: 20 !important;}
  .tdtip-inner { background-color: #111; color: #fff !important; font-weight:normal; max-width: 200px; padding: 10px 20px 11px 20px; text-align: center; transform: translateZ(0px); -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;}
  
  .tdtip-inner h3{font-size:15px; margin-bottom:7px; margin-top:7px; font-weight:600; letter-spacing:1; text-transform:uppercase; color:#fff !important;}
  .tdtip-inner p{font-size:13px; margin-bottom:7px; color:#fff !important}

.themedotip.light .tdtip-inner{background-color: #fff; color: #111 !important;}
.themedotip.light .tdtip-inner h3{color:#111 !important;}
.themedotip.light .tdtip-inner p{color:#111 !important;}
  /* Rounded corners */
  .tdtip-inner {}
  
  /* Uncomment for shadow */
  /*.tdtip-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/
  
  .themedotip-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #111; }
  
  /* Rules to colour arrows */
  .themedotip-arrow-n { border-bottom-color: #111; }  .themedotip.light .themedotip-arrow-n { border-bottom-color: #fff; }
  .themedotip-arrow-s { border-top-color: #111; }     .themedotip.light .themedotip-arrow-s { border-top-color: #fff; }
  .themedotip-arrow-e { border-left-color: #111; }    .themedotip.light .themedotip-arrow-e { border-left-color: #fff; } 
  .themedotip-arrow-w { border-right-color: #111; }   .themedotip.light .themedotip-arrow-w { border-right-color: #fff; }
  
	.themedotip-n .themedotip-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
    .themedotip-nw .themedotip-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
    .themedotip-ne .themedotip-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
  .themedotip-s .themedotip-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
    .themedotip-sw .themedotip-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
    .themedotip-se .themedotip-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
  .themedotip-e .themedotip-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
  .themedotip-w .themedotip-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }



.mb_popup{
	width:500px;
	max-width:100%;
	padding:50px;
	height:auto;
	background:#fff;
	position:relative;
	margin:0px auto;
	
	-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+ */
}
.mb_popup p{
	margin-bottom:30px;
}
.mb_popup a.button{
	margin-bottom:3px;
}

.max200{ max-width:200px; }
.max300{ max-width:300px; }
.max400{ max-width:400px; }
.max500{ max-width:500px; }
.max600{ max-width:600px; }
.max700{ max-width:700px; }
.max800{ max-width:800px; }
.max900{ max-width:900px; }
.max1000{ max-width:1000px; }

.space10{width:100%; float:left; clear:both; margin-bottom:10px;}
.space20{width:100%; float:left; clear:both; margin-bottom:20px;}
.space30{width:100%; float:left; clear:both; margin-bottom:30px;}
.space40{width:100%; float:left; clear:both; margin-bottom:40px;}
.space50{width:100%; float:left; clear:both; margin-bottom:50px;}
.space60{width:100%; float:left; clear:both; margin-bottom:60px;}
.space70{width:100%; float:left; clear:both; margin-bottom:70px;}
.space80{width:100%; float:left; clear:both; margin-bottom:80px;}
.space90{width:100%; float:left; clear:both; margin-bottom:90px;}
.space100{width:100%; float:left; clear:both; margin-bottom:100px;}
.space200{width:100%; float:left; clear:both; margin-bottom:200px;}
.space300{width:100%; float:left; clear:both; margin-bottom:300px;}
.space400{width:100%; float:left; clear:both; margin-bottom:400px;}
.space500{width:100%; float:left; clear:both; margin-bottom:500px;}
.space1000{width:100%; float:left; clear:both; margin-bottom:1000px;}
/*------------------------------------------------------------------*/ 
/*	x) FORM ELEMENTS
/*------------------------------------------------------------------*/
textarea{
	border-radius:0;
	font-size:13px;
	color:#333;
	resize:vertical;
	font-family:'Raleway', Arial, Helvetica, sans-serif;
	
	-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+ */
	
	line-height:1.4;
	padding:10px!important;
	width:100%;
	border:1px solid #f1f1f1;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	border-radius:0;
	font-size:13px;
	min-width:220px;
	color:#333;
	letter-spacing:0.5px;
	-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+ */
	
	font-family:'Raleway', Arial, Helvetica, sans-serif;
	
	line-height:1.6;
	padding:10px!important;
	height:44px;
	vertical-align:middle;
	border:1px solid #f1f1f1;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
	
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color:#ddd;
}


input[type="submit"]{
	padding: 13px 15px;
	height: 40px;
	line-height: 1;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	color: #FFF;
	text-decoration: none;
	letter-spacing: 0.5px;
	border:none;
	cursor:pointer;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
input[type="submit"]:hover{
	opacity:0.8;
}
select{
	padding:8px;
	border:2px solid #eee;
}
input[type="button"]{
	cursor:pointer;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}





/*------------------------------------------------------------------*/ 
/*	x) TEMPLATE COLORS
/*------------------------------------------------------------------*/
a{
	color:#ffb400;
}

nav.td_nav ul.td_menu[data-color="on"] li a:hover,
[data-nav-bgcolor="light"] nav.td_nav ul.td_menu[data-color="on"] li a:hover,
[data-nav-bgcolor="dark"] nav.td_nav ul.td_menu[data-color="on"] li a:hover,
[data-nav-bgcolor="transLight"] nav.td_nav ul.td_menu[data-color="on"] li a:hover,
[data-nav-bgcolor="transDark"] nav.td_nav ul.td_menu[data-color="on"] li a:hover,
[data-nav-bgcolor="light"] nav.td_nav ul.td_menu[data-color="on"] li.is-active > a,
[data-nav-bgcolor="dark"] nav.td_nav ul.td_menu[data-color="on"] li.is-active > a,
[data-nav-bgcolor="transLight"] nav.td_nav ul.td_menu[data-color="on"] li.is-active > a,
[data-nav-bgcolor="transDark"] nav.td_nav ul.td_menu[data-color="on"] li.is-active > a,
.text_holder span span.currentColor,
.todown[data-color="currentColor"] a,
.td_section_title h1 span span.currentColor,
.td_portfolio_filter li a.current,
.td_service[data-icon-color="currentColor"] .icon_wrap i,
.td_service[data-temp="temp_c"][data-icon-color="currentColor"] .icon_wrap i,
.td_service[data-temp="temp_c"][data-icon-color="currentColor"][data-skin="white"] .icon_wrap i,
.td_service[data-temp="temp_c"][data-icon-color="currentColor"][data-skin="light"] .icon_wrap i,
.td_service[data-temp="temp_c"][data-icon-color="currentColor"][data-skin="dark"] .icon_wrap i,
.td_btn[data-hover="border-currentLight"]:hover,
.td_btn[data-hover="border-currentDark"]:hover,
.td_btn[data-border="on"][data-hover="border-currentLight"]:hover,
.td_btn[data-border="on"][data-hover="border-currentDark"]:hover,
.td_icon_wrap[data-skin="currentColor"] i,
.td_separator_2[data-skin="currentColor"] .icon,
h3.td_title[data-skin="currentColor"],
.td_info_tab_a ul.etabs li a.active{
	color:#ffb400 !important;
}

[data-nav-bgcolor="currentLight"] .td_navinside,
[data-nav-bgcolor="currentDark"] .td_navinside,
[data-nav-bgcolor="currentLight"] .td_menuonly,
[data-nav-bgcolor="currentDark"] .td_menuonly,
[data-nav-bgcolor="currentLight"] .td_dotmenu ul li span.dot,
[data-nav-bgcolor="currentLight"] .td_dotmenu ul li span.label,
[data-nav-bgcolor="currentDark"] .td_dotmenu ul li span.dot,
[data-nav-bgcolor="currentDark"] .td_dotmenu ul li span.label,
[data-nav-bgcolor="currentLight"] .td_windowmenu,
[data-nav-bgcolor="currentDark"] .td_windowmenu,
.td_btn[data-bgcolor="currentLight"],
.td_btn[data-bgcolor="currentDark"],
.td_btn[data-hover="currentLight"]:hover,
.td_btn[data-hover="currentDark"]:hover,
.td_header_text .text_holder span[data-bgcolor="currentLight"],
.td_header_text .text_holder span[data-bgcolor="currentDark"],
.todown[data-bgcolor="currentLight"] a,
.todown[data-bgcolor="currentDark"] a,
.td_portfolio_wrap[data-overlay-bgcolor="currentLight"] .td_portfolio_list li .overlay,
.td_portfolio_wrap[data-overlay-bgcolor="currentDark"] .td_portfolio_list li .overlay,
.td_service[data-temp="temp_d"][data-icon-color="currentColor"] .icon_wrap,
.pr_column.active .pr_head_top,
.pr_column.active .pr_head_bottom,
.carouselle .owl-dots .owl-dot.active span,
[data-highpriorcolor="light"] .carouselle .owl-dots .owl-dot.active span,
[data-highpriorcolor="dark"] .carouselle .owl-dots .owl-dot.active span,
.td_testimonials[data-skin="currentLight"] .carouselle .carousel-item .xx_b,
.td_testimonials[data-skin="currentDark"] .carouselle .carousel-item .xx_b,
.td_transparent_box[data-skin="currentColor"],
.td_hotspot[data-hs-skin="currentColor"],
.td_hotspot[data-hs-skin="currentColor"] span,
.td_hotspot[data-hs-skin="currentColor"] .td_h_pulse,
.td_separator_3[data-skin="currentColor"] .dot,
.td_separator[data-skin="currentColor"] .line,
.td_separator[data-skin="currentColor"] .circle,
.td_info_tab_a a.read_more,
.td_clients_carousel .owl-dots .owl-dot.active span,
.td_clients_list[data-skin="currentColor"] li a,
ul.td_social_list li a:hover span.td_icon,
ul.social-list li a:hover,
.td_timeline li div.td_block:before,
.td_process li:hover span.icon_holder,
a.totop[data-skin="currentLight"] span,
a.totop[data-skin="currentDark"] span,
.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,
.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,
.td_toggle_wrap[data-skin="currentLight"] .td_toggle .tog_head,
.td_toggle_wrap[data-skin="currentLight"] .td_toggle .tog_content,
.td_toggle_wrap[data-skin="currentDark"] .td_toggle .tog_head,
.td_toggle_wrap[data-skin="currentDark"] .td_toggle .tog_content,
[data-highpriorcolor="light"] .td_service .link_wrap a:hover,
[data-highpriorcolor="dark"] .td_service .link_wrap a:hover,
.td_service .link_wrap a:hover,
[data-highpriorcolor="light"] .td_service_img .link_wrap a:hover,
[data-highpriorcolor="dark"] .td_service_img .link_wrap a:hover,
.td_service_img .link_wrap a:hover{
	background-color:#ffb400 !important;
}

/*
Green: 01c176
Yellow: ffad09
Pink: ff6975
Orange: fd4b03
Blue: 01afae
*/
.td_btn[data-bgcolor="currentLight"],
.td_btn[data-bgcolor="currentDark"],
.td_btn[data-hover="currentLight"]:hover,
.td_btn[data-hover="currentDark"]:hover,
.td_btn[data-hover="border-currentLight"]:hover,
.td_btn[data-hover="border-currentDark"]:hover,
.td_icon_wrap[data-temp="c"][data-skin="currentColor"] span{
	border-color:#ffb400 !important;
}
[data-nav-bgcolor="currentLight"] .td_dotmenu ul li a span.label:before,
[data-nav-bgcolor="currentDark"] .td_dotmenu ul li a span.label:before{
	border-right-color:#ffb400;
}
[data-nav-x-position="right"][data-nav-bgcolor="currentLight"] .td_dotmenu ul li a span.label:before,
[data-nav-x-position="right"][data-nav-bgcolor="currentDark"] .td_dotmenu ul li a span.label:before{
	border-left-color:#ffb400;
}
.td_testimonials[data-skin="currentLight"] .carouselle .carousel-item .xx_b:after,
.td_testimonials[data-skin="currentDark"] .carouselle .carousel-item .xx_b:after,
.td_info_tab_a ul.etabs li a.active::after{
	border-top-color:#ffb400;
}

.td_btn[data-bgcolor="currentLight"][data-3d="on"],
.td_btn[data-bgcolor="currentDark"][data-3d="on"]{
	box-shadow:0px 4px 0px rgba(0,0,0,0.3), 0px 4px 0px #ff9000, 0px 4px 6px rgba(0,0,0,0.6);
	border:1px solid rgba(255,255,255,0.03);
}