/* ---- Primary Styles --------------------------------
   Author: WhoaThemes
   ------------------------------------------------- */
   
*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
	html, body { position: relative; }
	body { overflow-x: hidden; }
	img:not(.vegas-background),object,video,embed { max-width: 100%; }
	img { height: auto; }
	.vegas-background { height: auto!important; }
	.bold {	font-weight: bold; }
	.italic { font-style: italic; }
	.alignright { float: right; }
	.alignleft { float: left; }
	.aligncenter { margin-left: auto; margin-right: auto; }
	.centered, .wt_center { text-align: center; }
	.clearBoth { clear: both; display: block; font-size: 0; height: 0; line-height: 0; overflow: hidden; visibility: hidden; width: 100%; vertical-align: super; }
	th, thead td { font-weight: bold; }
	em, dfn, cite { font-style: italic; }
	del { color: #cccccc; text-decoration: line-through; }
	dfn, ins { border-bottom: 1px solid #E8E8E8; }
	abbr, acronym { text-transform: uppercase; letter-spacing: .1em; }
	a abbr, a acronym { border: none; }
	abbr[title], acronym[title], dfn[title] { border-bottom: 1px solid #e5e5e5; cursor: help; }
	a { text-decoration: none; outline: 0; }
	address,caption,cite,code,dfn,h1,h2,h3,h4,h5,h6,th,var { font-style: normal; font-weight: normal; }
	caption,th { text-align: left; }
	ul.wt_no_skin a { color: #444; }
	ul.wt_no_skin i { margin-right: 5px; }
	table { border-collapse: collapse; border-spacing: 0; }
	p, ul, ol, dl, table, fieldset, blockquote { margin-bottom: 20px; }
	
	/* Basic Links
   ------------------------------------------------- */	
	a {
		-webkit-transition: color 0.3s ease-out 0s, background-color 0.3s ease-out 0s, opacity 0.3s ease-out 0s; 
		-moz-transition: color 0.3s ease-out 0s, background-color  0.3s ease-out 0s, opacity 0.3s ease-out 0s;
		-o-transition: color 0.3s ease-out 0s, background-color 0.3s ease-out 0s, opacity 0.3s ease-out 0s; 
		transition: color 0.3s ease-out 0s, background-color 0.3s ease-out 0s, opacity 0.3s ease-out 0s;
		color: #919191; }	
	a:hover, a:focus, a:visited { outline: 0; text-decoration: underline;}
	a:hover {
		cursor: pointer;
		color: #aaa094; }
	
	/* Basic Lists
   ------------------------------------------------- */	
	ul {
		margin-left: 1.5em;
		list-style-type: disc; }
	ul li {
		margin-left: .85em;
		margin: 4px 0; }
	ul ul {
		margin-left: 2.5em;
		list-style-type: square; }
	ul ul ul {
		list-style-type: circle; }
	ol {
		list-style-position: outside;
		list-style-type: decimal; }
	dt {
		margin-top: .8em;
		margin-bottom: .4em;
		font-weight: bold; }
	ol ol, ul ol {
		margin-left: 2.5em; }
	ul ol, ol ul, ol ol, ul ul {
		margin-bottom: 0; }
	.wt_styled_list,
	.wt_list_4 {
		margin-left: 0;
		list-style-type: none; }
	.wt_list_4 ul,
	.wt_list_4 ul ul {
		list-style-type: none; }
	
   /* Theme Colors
   ------------------------------------------------- */	
	.skin_color {
		color: #aaa094 !important; }	
	.skin__bg_color {
		background-color: #aaa094 !important; }
	.skin_border_color {
		border-color: #aaa094 !important; }
	.skin_border_left_color {
		border-left-color: #aaa094 !important; }
	.skin_border_right_color {
		border-right-color: #aaa094 !important; }
	.skin_border_top_color {
		border-top-color: #aaa094 !important; }
	.skin_border_bottom_color {
		border-bottom-color: #aaa094 !important; }
		 		 
/* ---- End Primary Styles ----------------------------
   Author: WhoaThemes
   ------------------------------------------------- */
   
html { 
	-webkit-font-smoothing: antialiased; 
	min-height: 100%; }  
body { 
	font-size: 13.5px; 
	line-height: 1.65;
	font-family: 'Open Sans', sans-serif; 
	color: #444; 
	background: #fff;  
	-webkit-font-smoothing: antialiased; }   
ul { 
	padding: 0; }  
ol ol { 
	padding: 0; 
	margin-left: 1.5em; }  
a, a:hover, a:visited, a:focus{ 
	text-decoration: none !important; 
	-webkit-transition: all 0.1s ease; 
	transition: all 0.1s ease; }  
h1 { 
	font-size: 38px; 
	font-weight: 300; 
	margin: 0; }  
h2 { 
	font-size: 24px; 
	margin: 0; 
	margin-bottom: 10px; }  
h3 { 
	font-size: 22px; 
	margin: 0; 
	margin-bottom: 22px; }  
h4 { 
	font-size: 18px; 
	font-weight: 300; 
	margin: 0; }  
h5 { 
	font-size: 15px; 
	font-weight: 300; 
	margin: 0; }  
p { 
	/*font-weight: 100; */
	-webkit-font-smoothing: antialiased; } 
h1, h2, h3, h4, h5, h6 {
	line-height: 1.15;
	margin-bottom: 14px;
	color: #464646;  }
img { 
	max-width: 100%; } 
button { 
	outline: none !important; }  
ul, ol, dl, table, fieldset, blockquote {
	margin-bottom: 20px; }
*::-moz-selection {
    background: none repeat scroll 0 0 #aaa094;
    color: #FFFFFF;
    text-shadow: none; }

/* ------------------------------------------------- */
/* =  General code
/* ------------------------------------------------- */

#wt_wrapper {
	position: relative;
	overflow: hidden; }
#wt_page {
	position: relative; }
#wt_content,
.wt_section,
.wt_separator {
    padding: 90px 0;
    position: relative;
	z-index: 1; }
.wt_separator {
	width: 100%;
	position: relative;
	overflow: hidden;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover; }
.wt_intro_section {
	background: #ffffff;
    padding-top: 90px;
	margin-bottom: -60px;
    position: relative; }
.wt_contact{
    padding-bottom: 90px; }
.sub_content{
    margin-bottom: 60px; }
.labeling h1,.labeling h2,.labeling h3,.labeling h4,.labeling h5,.labeling h6{
    margin-bottom: 60px; }
	
/* ------------------------------------------------- */
/* =  Header
/* ------------------------------------------------- */
#wt_header .container {
	position: relative; }
#wt_header {
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    background: #ffffff; }
.is-sticky #wt_header {
	z-index: 9999;
	opacity: 0.96;	
    filter: alpha(opacity=96);
	-moz-box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.2); /* FF3.5+ */
	-webkit-box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.2); /* Saf3.0+, Chrome */
	box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.2); /* Opera 10.5, IE 9.0 */ }
#logo {
	float: left;
	position: relative;
	margin-right: 20px;
	transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
#logo > a {
	display: block;
	padding: 22px 0; }
.is-sticky #logo > a {
	padding-top: 14px;
	padding-bottom: 14px; }
#intro {
    border-bottom: 1px solid #eaeaea; }

/* Menus
   ------------------------------------------------- */	
#nav {
	position: relative; }
#nav > ul {
	float: right;
	margin: 0;
	padding: 0;
	text-align: right;
	display: table-cell;
	vertical-align: middle;
    list-style: none; }
#nav > ul li {
	text-align: left;
	position: relative;
	margin: 0;
	padding: 0;
	display: inline-block;
	/*width: auto;*/
	list-style-type: none; }
#nav > ul a {
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;x }
#nav ul i {
	padding-right: 5px; }
#nav ul > li > a {
	position: relative;
    color: #666666;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    padding: 32px 18px 32px;
    text-decoration: none;
	transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
#nav .menu > li:hover > a:before {
	width: 100%;
	left: 0; }
#nav .menu > li > a:before {
	content: '';
	width: 0;
	background: #aaa094;
	height: 1px;
	position: absolute;
	top: -1px;
	left: 50%;
	transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
.is-sticky #nav .menu > li > a:before {
	top: 0px; }
.is-sticky #nav ul > li > a {
	padding-top: 24px;
	padding-bottom: 24px; }

/* Dropdown menus
   ------------------------------------------------- */	
#nav ul ul.sub-menu, 
#nav ul ul.sub-menu li ul.sub-menu,
#nav ul ul.children, 
#nav ul ul.children li ul.children {
	height: auto;
	width: 180px;
	padding: 0;  
	margin-left: 0;
	position: absolute;
    z-index: 1100;
	left: 0px;
    border-bottom: 1px solid #aaa094;
	visibility: hidden;		
	margin-top: 0; }
#nav ul ul.sub-menu li ul.sub-menu,
#nav ul ul.children li ul.children {
    left: 100%;
    top: -1px; }
#nav ul :not(.wt_megamenu) ul.sub-menu li,
#nav ul ul.children li {
	position: relative;
	display: list-item;
    float: none;
    font-size: 14px;
	border-left: 1px solid;
	border-right: 1px solid;
	border-top: 1px solid;
	border-color: #ecf0f1; 
	background-color: #ffffff; }
#nav ul ul.sub-menu li a,
#nav ul ul.children li a {
    padding: 8px 28px 8px 15px;
	display: block !important;
    color: #777777;
    font-size: 12px;
    line-height: 20px;
    float: none;
    text-decoration: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; }
#nav ul ul.sub-menu li .mega-menu-widget a {
    padding: 0px; }
#nav ul li .mega-menu-widget a:hover {
    color: #aaa094; }
#nav ul ul.sub-menu li:hover > a,
#nav ul ul.children li:hover > a {
    background: #f6f6f6;
    color: #777777; }
#nav ul ul.sub-menu ul,
#nav ul ul.sub-menu li ul.sub-menu {
	margin-left: -2px;
	margin-top: 0px; } 


/* Submenu markers
   ------------------------------------------------- */	
#nav ul .marker {
    position: relative;
    left: 5px;
    font-size: 11px;
    float: right; }
#nav ul ul li .marker {
    top: 0;
    font-size: 11px;
    left: 10px; }
#nav ul p {
    line-height: 24px;
    font-size: 13px;
    color: #69747a;
    font-weight:400;
    margin: 0 0 15px;
    padding: 0; }
#nav ul li > .megamenu .button {
    color:#ffffff !important; }
#nav .wt_megamenu .mega-menu-widget {
	overflow: hidden; }
    
/* MegaMenu
   ------------------------------------------------- */	
#nav ul li.wt_megamenu ul.sub-menu {
    position: absolute;
    display: none;
    background: #ffffff;
    background: rgba(255,255,255,1);
    color: #6F6F6F;
    line-height: 22px;
    font-size: 13px;
    z-index: 110;
	float: left;
    padding: 15px 0px 15px 0;
    border: 1px solid #ecf0f1;
    border-bottom: 1px solid #aaa094;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
#nav .wt_megamenu ul ul {
	left: 0!important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important; 
    filter: alpha(opacity=100) !important; }
#nav ul ul.sub-menu .mega-menu-widget li {
	float: none;
	display: block; }
#nav ul ul.sub-menu .mega-menu-widget li a {
	padding: 0; }
#nav ul ul.sub-menu .mega-menu-widget li a.thumb {
	float: left;
	margin-bottom: 15px; }
#nav ul li.wt_megamenu_fullwidth > ul.sub-menu {
	left: 0!important;
	width: 100%; }
#nav ul li.wt_megamenu_autowidth > ul.sub-menu {
	left: auto!important;
	min-width: 240px; }
#nav .wt_megamenu.megamenu_col1.wt_megamenu_autowidth > .sub-menu {
	width: 20%; }
#nav .wt_megamenu.megamenu_col2.wt_megamenu_autowidth > .sub-menu {
	width: 40%; }
#nav .wt_megamenu.megamenu_col3.wt_megamenu_autowidth > .sub-menu {
	width: 60%; }
#nav .wt_megamenu.megamenu_col4.wt_megamenu_autowidth > .sub-menu {
	width: 80%; }
#nav ul li.wt_megamenu,
#nav ul .wt_megamenu ul.sub-menu li.menu-item  {
	position: static; }
/* MegaNenu list */
#nav ul li > .wt_megamenu ul.sub-menu {
    margin: 0 0 20px 0;
    padding: 0;
    position: relative; }
#nav ul li > .wt_megamenu ul.sub-menu li.menutitle {
    margin: 0 0 0;
    padding: 0;
    font-size: 14px;
    border-bottom: solid 1px #ecf0f1; }
/* ----- MegaMenu h5 ----- */
#nav ul li.wt_megamenu h4 {
    font-size: 14px;
	line-height: 20px; }
/* ----- MegaMenu links ----- */
#nav ul li > .wt_megamenu li.menu-item a {
    color: #6F6F6F;
    text-decoration: none;
    -webkit-transition: color 0.3s linear; 
    -moz-transition: color 0.3s linear; 
    -o-transition: color 0.3s linear; 
    transition: color 0.3s linear;  }
#nav ul li > .wt_megamenu li.menu-item a:hover {
    color: #aaa094; } 
#nav ul li.wt_megamenu > ul.sub-menu li.menu-item .noLink {
	display: block;
	margin: 0 0 20px; }
#nav ul li.wt_megamenu > ul.sub-menu li.styledtitles .noLink {
	padding: 0px; }
#nav ul li.wt_megamenu > ul.sub-menu li.menu-item > a {
	padding: 7px 0px; }
#nav ul li.wt_megamenu > ul.sub-menu li.hasChild > a {
	padding: 10px 0px; }
#nav ul li.wt_megamenu > ul.sub-menu li.styledtitles .noLink {
	padding: 0px; }
#nav ul li.wt_megamenu ul.sub-menu ul.sub-menu li.menu-item > a {
	padding: 5px 0px; }
#nav ul li.wt_megamenu ul.sub-menu li.styledtitles > a {
	padding: 0px; }
#nav ul li.wt_megamenu > ul.sub-menu li.menu-item {
	padding: 0px 20px; }
#nav ul li.wt_megamenu ul.sub-menu ul.sub-menu li.menu-item  {
	padding: 0px 10px; }
#nav ul li.wt_megamenu ul.sub-menu ul {
	width: 100%;
	position: relative!important;
	border: none!important;
	margin-left: 0;
	background: none;
	/*margin: 0 -10px;*/ }
#nav ul li.wt_megamenu ul.sub-menu ul li.menu-item  {
	background: none;
	border: none; }
#nav ul li.wt_megamenu ul li .marker {
	display: none;}
#nav ul li.wt_megamenu ul.sub-menu li:not(.hasChild).menu-item:hover > a,
#nav ul li.wt_megamenu ul.sub-menu li li.menu-item:hover {
	background: #f6f6f6; }
#nav ul li.wt_megamenu ul.sub-menu li:not(.hasChild).styledtitles:hover > a,
#nav ul li.wt_megamenu ul.sub-menu li.styledtitles > a:hover,
#nav ul li.wt_megamenu ul.sub-menu li li:not(.hasChild).menu-item:hover a,
#nav ul li.wt_megamenu ul.sub-menu li:hover > a {
	background: none; }
#nav ul li.wt_megamenu .wt_title h4,
#nav ul li.wt_megamenu .wt_title.wt_heading_3 {
	margin: 0 0 20px; }
#nav ul li.wt_megamenu ul.sub-menu li:not(.hasChild ).menu-item > a,
#nav ul li.wt_megamenu ul.sub-menu li:not(.hasChild ).menu-item,
#nav ul li.wt_megamenu > ul.sub-menu li.menu-item .noLink,
#nav ul li.wt_megamenu ul.sub-menu li:not(.hasChild ).menu-item .mega-menu-widget {
	padding-left: 10px;
	padding-right: 10px; }

/* MegaNenu widgets
   ------------------------------------------------- */	
#nav ul > li > .wt_megamenu .wt_g_map {
    margin-bottom: 0; }

/* MegaNenu forms
   ------------------------------------------------- */	
#nav ul li > .wt_megamenu form {
    width: 100%; }

/* ----- MegaMenu inputs ----- */
#nav ul li > .wt_megamenu form input[type="text"],
#nav ul li > .wt_megamenu form textarea {
    padding: 5px;
    color: #777777;
    background: #444;
    font-size: 14px;
    border: solid 1px transparent;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border 0.3s linear; 
    -moz-transition: border 0.3s linear;
    -o-transition: border 0.3s linear;
    transition: border 0.3s linear; }
#nav ul li > .wt_megamenu form input[type="text"]:focus,
#nav ul li > .wt_megamenu form textarea:focus {
    border-color: #ecf0f1; }
#nav ul li > .wt_megamenu form input[type="text"] {
    width: 100%;
    margin-top: 10px; }
#nav ul li > .wt_megamenu form textarea{
    width: 100%;
    margin-top: 10px; }
#nav ul li > .wt_megamenu form input[type="submit"] {
    width: 25%;
    float: right;
    height: 30px;
    margin-top: 10px;
    border: none;
    cursor: pointer;
    background: #444;
    color: #777;
    -webkit-transition: background 0.3s linear; 
    -moz-transition: background 0.3s linear; 
    -o-transition: background 0.3s linear; 
    transition: background 0.3s linear;  }
#nav ul li > .wt_megamenu form input[type="submit"]:hover {
    background: #ecf0f1;
    color: #777777; }

/* MegaMenu grid system
   ------------------------------------------------- */	
.wt_megamenu .row {
    width: 100%;
    margin-top: 15px;
  margin-left: 0;
  margin-right: 0; }
.wt_megamenu .row:first-child {
    margin-top: 0; }
.megamenu .row:before,
.megamenu .row:after {
    display: table;
    content: "";
    line-height: 0; }
.wt_megamenu .row:after {
    clear: both; }
.wt_megamenu .row .col1,
.wt_megamenu .row .columns_2,
.wt_megamenu .row .col3,
.wt_megamenu .row .col4,
.wt_megamenu .row .col5,
.wt_megamenu .row .col6 {
    display: block;
    width: 100%;
    min-height: 20px;
    float: left;
    margin-left: 2.127659574468085%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
.wt_megamenu .row [class*="col"]:first-child {
    margin-left: 0; }
.wt_megamenu .row .col1{
    width: 14.893617021276595%; }
.wt_megamenu .row .columns_2 {
    width: 31.914893617021278%; }
.wt_megamenu .row .col3 {
    width: 48.93617021276595%; }
.wt_megamenu .row .col4 {
    width: 65.95744680851064%; }
.wt_megamenu .row .col5{
    width: 82.97872340425532%; }
.wt_megamenu .row .col6 {
    width: 100%; }
	
/* Menu items colors
   ------------------------------------------------- */
#nav ul li a:hover,
#nav ul > li:hover > a,
#nav ul li.current-menu-item > a,
#nav ul ul li.current-menu-item > a,
#nav ul li.current-menu-ancestor > a,
#nav ul ul > li.current-menu-ancestor > a,
#nav ul li > .wt_megamenu li.menu-item a:hover {
	color: #aaa094; }

/* Right Alignment (Menu items)
   ------------------------------------------------- */
.menu > li.right {
    float: right; }
.menu > li.right > .megamenu {
    right: 0; }

/* Collapsible Menu
   ------------------------------------------------- */
.menu > li.showhide {
    display: none;
    width: 100%;
    height: 50px;
    cursor: pointer;
    color: #777777;
    background: #ffffff; }
.menu > li.showhide span.menutitle{
    margin: 15px 0 0 25px;
    float: left; }
.menu > li.showhide span.icon {
    margin: 17px 20px;
    float: right; }
.menu > li.showhide .icon em {
    margin-bottom: 3px;
    display: block;
    width: 20px;
    height: 2px;
    background: #777777; }

/* STYLES
   ------------------------------------------------- */
/* default */
.default > li:hover > a, .default > li.current_page_item > a {color: #aaa094; }
.default ul.dropdown li:hover > a { background: #f6f6f6;color: #444 }

/* ------------------------------------------------- */
/* =  SOCIAL MEDIA
/* ------------------------------------------------- */

.social_media {
    float: right;
    list-style-type: none;
    margin: 0;
    padding:0;
    margin-right:0; }
.social_media li {
    margin: 0;
    float:left; }
.widget .social_media li a {
    color: #888;
    display: block;
    height: 39px;
    line-height: 40px;
    position: relative;
    text-align: center;
    text-indent: -500em;
    width: 39px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out; }   
.social_media li a:hover,
.social_media li a:focus a{
    text-decoration:none;
    color: #fff !important;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out; }
.social_media li a:before {
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    text-indent: 0em;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 15px;
    -webkit-font-smoothing: antialiased; }
.social_media li .fa-rss:focus,
.social_media li .fa-rss:hover {background-color:#F90 !important}
.social_media li .fa-facebook:focus,
.social_media li .fa-facebook:hover {background-color:#3B5998 !important}

.social_media li .fa-twitter:focus,
.social_media li .fa-twitter:hover {background-color:#9AE4E8 !important}
.social_media li .fa-pinterest:focus,
.social_media li .fa-pinterest:hover {background-color:#C92228 !important}
.social_media li .fa-linkedin:focus,
.social_media li .fa-linkedin:hover {background-color:#007bb6 !important}
.social_media li .fa-google-plus:focus,
.social_media li .fa-google-plus:hover {background-color:#d34836 !important}   

/* ------------------------------------------------- */
/* =  SOCIAL MEDIA FOOTER
/* ------------------------------------------------- */

.footer_social {
    float: right; }
.footbot_social {
    list-style: none outside none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0; }
.footbot_social li {
    float: left;
    background: none !important; }
.footbot_social li a {
    color: #ffffff;
    display:block;
    height: 40px;
    text-align: center;
    width: 40px;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s; }
.footbot_social li a i {
    font-size: 18px;
    line-height: 40px;
    margin-right: 0;
    float: none; }
.footbot_social li a.fb:hover      {color: #2f5a9a;}
.footbot_social li a.twtr:hover    {color: #3abdd1;}
.footbot_social li a.gmail:hover   {color: #222222;}
.footbot_social li a.pinterest:hover{color: #d13a3a;}
.footbot_social li a.rss:hover     {color: #f15200;}
.footbot_social li a.tumblr:hover  {color: #203550;}
.footbot_social li a.flickr:hover        {color: #ff0084;}
.footbot_social li a.instagram:hover     {color: #507ea4;}
.footbot_social li a.linkedin:hover      {color: #0072b2;}
.footbot_social li a.skype:hover         {color: #00aaf1;}
.footbot_social li a.youtube:hover       {color: #ff3330;}
.footbot_social li a.dribbble:hover      { color: #f973a4;}

/* ------------------------------------------------- */
/* =  MASONRY BLOG
/* ------------------------------------------------- */

.blog_post { width: 25%;margin-bottom: 30px;}
.wt_portofolio_item.w2 { width: 50%; }
.blog_post.sb { width: 33.333%;margin-bottom: 30px;}
.blog_post.sb.w2 { width: 66.666%; }

.blog_post.w2 { width: 50%; }
.blog_post.w2 .post-video{ max-height: 365px; width: 100%; height: 365px;}
.blog_post.w2 .post-video iframe{ max-height: 365px; width: 100%; height: 365px;}

/* ------------------------------------------------- */
/* =  SLIDER
/* ------------------------------------------------- */

.slider {
	background: #f6f6f6;
	position: relative; }

/* ------------------------------------------------- */
/* =  TITLE WIDGET MEGAMENU
/* ------------------------------------------------- */

.title_wmm {
    position: relative; }
.title_wmm > h3:after {
    background: none repeat scroll 0 0 #aaa094;
    bottom: -1px;
    content: " ";
    height: 3px;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: auto;
    width: 50px; }
.title_wmm h3 {
    border-bottom: 1px solid #D6D6D6;
    color: #464646;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: capitalize; }

/* ------------------------------------------------- */
/* =  TITLE CONTENT
/* ------------------------------------------------- */

.title_content {
    position: relative; }
.title_content > h3:after {
    background: none repeat scroll 0 0 #aaa094;
    bottom: -1px;
    content: " ";
    height: 3px;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: auto;
    width: 50px; }
.title_content h3 {
    border-bottom: 1px solid #D6D6D6;
    color: #464646;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: capitalize; }
.title_content.white h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: uppercase; }
h3.widgettitle:after,
#wt_sidebar h4.widgettitle:after {
    background: none repeat scroll 0 0 #aaa094;
    bottom: -1px;
    content: " ";
    height: 3px;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: auto;
    width: 50px; }
h3.widgettitle,
#wt_sidebar h4.widgettitle {
    border-bottom: 1px solid #D6D6D6;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #464646;
    margin-top: 0;
    line-height: 50px;
    text-transform: capitalize; }
h3.widgettitle,
h4.widgettitle {
    margin: 0 auto 20px;
    position: relative; }
.textwidget {
	font-size: 13.5px; }
.widget_recent_entries .post-date {
	font-size: 12px;
	float: right;}

/* ------------------------------------------------- */
/* =  PAGE TITLE
/* ------------------------------------------------- */

.title {
	margin: 0 auto 90px;
	position: relative;
	text-align:center; }
.title > p {
    color: #666;
    font-family: 'Open Sans', sans-serif; 
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    margin: 0 auto;
    width: 75%; }
.title.white h2 {
	color: #FFFFFF; }
.title.white > p {
    color: #fefefe; }

/* ------------------------------------------------- */
/* =  TEAM PAGE
/* ------------------------------------------------- */

.wt_team_item {
    cursor: pointer;
    margin: 15px;
    margin-bottom: 40px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
.wt_team_item .wt_view {
    position: relative;
    overflow: hidden; }
.wt_team_item .wt_view img {
    width: 100%;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out; }
.wt_team_item:hover .wt_view img {
    transform: scale(1.2) rotate(5deg);
    -webkit-transform: scale(1.2) rotate(5deg);
    -moz-transform: scale(1.2) rotate(5deg);
    -o-transform: scale(1.2) rotate(5deg);
    -ms-transform: scale(1.2) rotate(5deg);
    -moz-opacity: 0.80;
    opacity: .80;
    filter: alpha(opacity=80);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.latest-post {
    border-bottom: 1px solid #dedede; }
.wt_team_description {
    background: #fff;
    padding: 15px; }
.wt_team_description h5 {
    margin-bottom: 0;
    line-height: 20px;
    font-size: 16px;
    margin-top: 5px;
    text-align: center; }
.wt_team_description .jobs {
    display: block;
    margin-bottom: 10px;
    text-align: center;
    font-size: 13px;
    color: #888; }
.wt_team_description p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    color: #666; }
.wt_team_social {
    position: absolute;
    bottom: 0;
    left: -1px; }
.wt_team_social li:last-child {
    margin-bottom: 0; }
ul.wt_team_social li {
	margin-top: 0;
    margin-bottom: 1px; }
.wt_team_social li a {
    display: block;
    margin-left: -100%;
    text-decoration: none;
    background: #fff;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 38px;
    z-index: 999; }
.wt_team_social li a i {
    font-size: 14px;
    color: #363B3F; }
.wt_team_social li a:hover {
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out; }
.wt_team_social li a.wt_facebook {
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out; }
.wt_team_social li a.wt_twitter {
    transition: all 0.29s ease-in-out;
    -moz-transition: all 0.29s ease-in-out;
    -webkit-transition: all 0.29s ease-in-out;
    -o-transition: all 0.29s ease-in-out;
    color: #9AE4E8 ; }
.wt_team_social li a.wt_linkedin {
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out; }
.wt_team_social li a.wt_pinterest {
    transition: all 0.57s ease-in-out;
    -moz-transition: all 0.57s ease-in-out;
    -webkit-transition: all 0.57s ease-in-out;
    -o-transition: all 0.57s ease-in-out; }
.wt_team_social li a.wt_google_plus {
    transition: all 0.60s ease-in-out;
    -moz-transition: all 0.60s ease-in-out;
    -webkit-transition: all 0.60s ease-in-out;
    -o-transition: all 0.60s ease-in-out; }
.wt_team_social a:hover.wt_twitter i {
    color: #9AE4E8;  }
.wt_team_social a:hover.wt_facebook  i{
    color: #3B5998; }
.wt_team_social a:hover.wt_icon-google-plus i {
    color: #d34836; }
.wt_team_social a:hover.wt_icon-linkedin i {
    color: #007bb6; }
.wt_team_social a:hover.wt_icon-pinterest i {
    color: #C92228;  }
.wt_team_item:hover .wt_team_social li a {
    margin-left: 0;
    z-index: 999; }

/* ------------------------------------------------- */
/* =  PARALLAX FEATURE
/* ------------------------------------------------- */

.feature_parallax {
    padding:90px 0; }
.intro_box_alt {
    text-align: center; }
.intro_box_alt > h2 {
    color: #FFFFFF;
    font-size: 34px;
    line-height: 44px;
    margin-top: 0;
    text-transform: uppercase; }
.intro_box_alt > p {
    color: #FFFFFF;
    font-size: 16px;
    width: 75%;line-height: 22px;
	padding: 0 15px;
    margin: 0 auto 30px; }

/* ------------------------------------------------- */
/* =  COUNTER MEDIA
/* ------------------------------------------------- */

.wt_counter {
    padding:20px 5px;
    text-align:center; }
.wt_counter.wt_light i {
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    color: #FFFFFF;
    display: block;
    font-size: 40px;
    font-weight:100;
    height: 90px;
    line-height: 90px;
    margin: 0 auto 15px;
    padding-bottom: 10px;
    text-align: center;
    width: 90px; }
.wt_counter.wt_light .stat-count {
    color: #FFFFFF;
    font-size: 50px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    line-height: 50px; }
.wt_counter.wt_light .stat-detail {
    color: #FFFFFF;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    margin: 10px auto;
    text-transform: uppercase; }

/* ------------------------------------------------- */
/* =  COUNTER MEDIA BLACK COLOR
/* ------------------------------------------------- */

.wt_counter.wt_dark i {
    border: 2px solid #222222;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    color: #222222;
    display: block;
    font-size: 40px;
    font-weight:100;
    height: 90px;
    line-height: 90px;
    margin: 0 auto 15px;
    padding-bottom: 10px;
    text-align: center;
    width: 90px; }
.wt_counter.wt_dark .stat-count {
    color: #222222;
    font-size: 40px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    line-height: 40px; }
.wt_counter.wt_dark .stat-detail {
    color: #222222;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin: 0 auto;
    text-transform: capitalize; }

/* ------------------------------------------------- */
/* =  TABS CONTENT
/* ------------------------------------------------- */

ul.wt_tabs {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%; }
ul.wt_tabs li {
    float: left;
    line-height: 38px;
    overflow: hidden;
    padding: 0;
	margin: 0;
    position: relative; }
ul.wt_tabs li a {
    background-color: #ecf0f1;
    border: 1px solid #ecf0f1;
    border-right: none;
    color: #666;
    font-size: 14px;
    display: block;
    letter-spacing: 0;
    outline: none;
    padding: 0 20px;
    text-decoration: none;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; }
.relatedPopularPosts ul.wt_tabs li a {
    padding: 0 10px; }
ul.wt_tabs li:first-child a { border-left: 1px solid #ecf0f1; }
ul.wt_tabs li:last-child a { border-right: 1px solid #ecf0f1; }
ul.wt_tabs li a.current { color: #333; font-weight: 500; }
ul.wt_tabs li span { margin-left: -7px; }
ul.wt_tabs li a.current i {opacity: 1; filter: alpha(opacity=100);}
ul.wt_tabs li i {
    font-size: 17px;
    margin: 0 auto;
    padding: 0 5px; }
ul.wt_tabs li a:hover  { background: #fff; }
ul.wt_tabs li a.current {
    background: #fff;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #aaa094;
    color: #aaa094; }
ul.wt_tabs li a.current i {color: #aaa094;}
.pane {
	padding: 20px; 
	display: none; }
.pane h1, .pane h2, .pane h3, .pane h4, .pane h5, .pane h6 {
    margin-bottom: 10px; }
.panes {
    border: 1px solid #ecf0f1;
    margin: -1px 0 20px;
    overflow: hidden;
    width: 100%;
    line-height: 22px; }
#wt_footerWrapper ul.wt_tabs li a {
    color: #eeeeee;
    background-color: #323232;
    border: 1px solid #323232; }
#wt_footerWrapper ul.wt_tabs li a.current {
    background: #222222;
    border-bottom: 1px solid #222222;
    color: #aaa094; }
#wt_footerWrapper .panes {
    border: 1px solid #323232; }

/* ------------------------------------------------- */
/* =  TESTIMONIALS
/* ------------------------------------------------- */

.testimonial-box {overflow: hidden;padding-bottom: 10px;}
.testimonial-post {
    position: relative;
    padding: 20px;
    border: 1px solid #828fac;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    margin: 15px 10px;
    width: 521px; }
.testimonial-post:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 55px;
    bottom: -20px;
    background: url('../img/testimonial-arrow.png') center center no-repeat; }
.testimonial-post p {
    color: #fff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
    margin-bottom: 6px; }
span.date-post {
    display: block;
    color: #fff;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
    font-weight: 700; }
.wt_testimonial_autor {overflow: hidden;}
.wt_testimonial_autor img {
    float: left;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 5px; }
.wt_testimonial_autor h4 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 3px;
    margin-top: 10px;
    line-height: 18px;   }
.wt_testimonial_autor h4 a {color: #ffffff;font-style: italic;}
.wt_testimonial_autor h4 a:hover {color: #aaa094}
.wt_testimonial_autor > a {
    color: #FFFFFF;
    font-size: 16px;
    margin-top: 5px;
    position: relative; }
.wt_testimonial_autor > a:hover {
    color: #313131;
        -webkit-transition: all 0.35s ease; 
    -moz-transition: all 0.35s ease; 
    -o-transition: all 0.35s ease; 
    transition: all 0.35s ease;
    text-decoration:none; }
	
/* ------------------------------------------------- */
/* =  CUSTOM BLOCKQUOTE
/* ------------------------------------------------- */

blockquote.alignleft {
	width: 33%;
	margin: 5px 20px 0px 0px; }
blockquote.alignright {
	width: 33%;
	margin: 5px 0px 0px 20px; }
.framed_box blockquote {
	padding-bottom: 0; }
.wt_items_rotator blockquote {
	margin: 0; }
span.pullquote,
span.wt_pullquote {
	font-size: 14px;
	line-height: 24px;    
	padding: 5px 0px 5px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: repeat-y 0 0;
	color: #222222;
	background-image: url(../img/pullquotes.png); }
span.pullquote.alignleft,
span.pullquote.alignright,
span.wt_pullquote.alignleft,
span.wt_pullquote.alignright {
	width: 33%; }
span.pullquote.alignleft,
span.wt_pullquote.alignleft {
	float: left;
	margin: 20px 20px 0px 0px; }
span.pullquote.alignright,
span.wt_pullquote.alignright {
	float: right;
	margin: 20px 0px 0px 20px; }
/* Quote */
.format-quote blockquote {
	margin: 0;
	font-family: 'FontAwesome'; }
.format-quote blockquote p {
	font-size: 24px;
	line-height: 24px; }
.format-quote blockquote small,
.format-quote blockquote cite {
	display: block;
	font-size: 18px; }
.format-quote blockquote {
	font-style: italic;
	font-weight: 300;
	padding-left: 75px;
	position: relative; }
.format-quote blockquote:before {
	color: #aaa094;
	content: "\f10d";
	font-size: 3em;
	font-weight: 400;
	line-height: .8;
	padding-right: 5px;
	position: absolute;
	left: 50px;
	top: 5px; }
blockquote {
    background: none repeat scroll 0 0 #F9F9F9;
    border-left-color: #aaa094;
    padding: 15px 20px;
    overflow: hidden;
    z-index: 1;
    position: relative;
    margin: 20px auto; }
blockquote:before {
    content: "\f10e";
    font-family: 'FontAwesome';
    font-size: 60px;
    left: 2%;
    color: #e5e5e5;
    line-height: normal;
    overflow: hidden;
    position: absolute;
    z-index: -1; }
blockquote > p {
    position: relative;
    z-index: 999;
    color: #444;
    font-size: 14px;
    line-height: 20px; }
	
.wt_bxslider blockquote {
	background: none;
    position: relative;
    padding-left: 150px;
    padding-right: 150px;
    font-size: 17px;
    color: #fff;
    border-left: 0;
    line-height: 28px;
	margin: 0; }
.wt_bxslider blockquote:before {
    content: '';
    position: absolute;
    width: 34px;
    height: 24px;
    background: url('../img/quote-left.png') center center no-repeat;
    left: 90px;
    top: 10px; }
.wt_bxslider blockquote:after {
    content: '';
    position: absolute;
    width: 34px;
    height: 24px;
    background: url('../img/quote-right.png') center center no-repeat;
    right: 90px;
    top: 10px; }
.wt_bxslider span.date-post {margin-bottom: 15px;}
.wt_bxslider li{overflow:hidden;margin-bottom: 30px;}

/* ------------------------------------------------- */
/* =  BLOCKQUOTE TESTIMONIALS
/* ------------------------------------------------- */

.wt_testimonials {
    background: #ecf0f1;
    border:none;
    color: #666;
    font-style: italic;
    margin-bottom: 20px;
    padding: 15px 20px 20px;
    position: relative;
    text-align: left;
    clear: both; }
.wt_testimonials p {
    margin-bottom: 0;
    font-size: 14px;
    text-align: left;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 22px;
    color: #444;
    position: relative;
    z-index: 10;
    font-weight: 500; }
.wt_testimonials.secundary p {color: #FFF;}
.wt_testimonials_arrow {
   border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #ecf0f1;
	height: 0;
	margin: 0 0 0 25px;
	width: 0;
	bottom: -12px;
	left: 0;
	position: absolute; }
.wt_testimonials cite {margin: 8px 0 0 8px;padding-bottom: 10px;}
.wt_testimonial_author div.img-thumbnail {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%; }
.wt_testimonial_author div.img-thumbnail img {
    max-width: 60px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
.wt_testimonial_author strong {
    color: #111;
    display: block;
    padding-top: 7px; }
.wt_testimonial_author span {
    color: #666;
    display: block;
    font-size: 12px; }
.wt_testimonial_author p {
    color: #999;
    margin: 0 0 0 25px;
    text-align: left; }
blockquote.testimonial.tertiary {background: #FFF;}
.wt_testimonials_arrow.tertiary {border-top-color: #FFF;}

/* ------------------------------------------------- */
/* =  CUSTIMOZIE IMAGE SIZE
/* ------------------------------------------------- */

.max-450{max-height: 450px;}
.max-500{max-height: 500px;}
.cmi_responsive.right {
    border: 1px solid #ecf0f1;
    margin-left: 10px;
    margin-top: 5px;
    padding: 10px;
    display: block;
    height: auto;
    max-width: 100%;
    float: right; }
.feature_tabs{margin-top: 25px;}

/* ------------------------------------------------- */
/* =  TESTIMONIALS ALTERNATIVE
/* ------------------------------------------------- */

.testimonial-item blockquote {
    background: #ecf0f1;
    border-left: none;
    padding: 20px;
    margin: 0; }
.testimonial-item .icon {
    color: #e6e6e6;
    font-size: 100px !important;
    line-height: 0;
    position: absolute;
    right: 20px;
    top: 50px;
    z-index: 0; }
.testimonial-review > img {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #aaa094;
    border-radius: 50%;
    float: left;
    height: 70px;
    overflow: hidden;
    padding: 2px;
    width: 70px; }
.testimonial-review > h1 {
    float: left;
    color:#555;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    margin-top: 15px;
    padding-left: 20px; }
.testimonial-item blockquote p {
    margin-bottom: 0;
    font-size: 14px;
    text-align: left;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 22px;
    color: #444;
    position: relative;
    z-index: 10;
    font-weight: 500; }
.testimonial blockquote small {
    display: block;
    line-height: 20px;
    font-size: 12px;
    color: #999999;
    margin-top: 5px; }
.testimonial-review {
    position: relative;
    padding-top: 20px; }
.testimonial-item blockquote.long:after {
    font-family: 'FontAwesome';
    content: "\f0D7";
    position: absolute;
    bottom: 23%;
    left: 7%;
    font-size: 40px;
    color: #ecf0f1; }
.testimonial-item blockquote.short:after {
    font-family: 'FontAwesome';
    content: "\f0D7";
    position: absolute;
    bottom: 18%;
    left: 14%;
    font-size: 40px;
    color: #ecf0f1; }
.testimonial-review small {
    font-size: 13px;
    line-height:18px;
    color: #aaa094;
    display:block; }
#testimonial-carousel {margin-top: 25px;}
.testimonial .testimonial-buttons {
    position: absolute;
    right: 0;
    top: -58px; }
.testimonial .testimonial-buttons a {
    background: #ecf0f1;
    margin-left:-3px;
    width:25px;
    font-size:11px;
    height:25px;
    display: inline-block;
    text-align:center;
    line-height:27px;
    color:#bdc3c7; }
.testimonial .testimonial-buttons a:hover {background: #ecf0f1;color: #555;}

/* ------------------------------------------------- */
/* =  ACCORDION
/* ------------------------------------------------- */

.clav_accordion, .clav_toggle {padding: 0;}
.clav_list_toggle{list-style:none;}
.wt_acc_title > p,.clav_toggle_head > p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0; }
.wt_acc_title,
.clav_toggle_head {
    padding: 0 20px;
    margin: 0;
    font-size: 16px;
    cursor: pointer;
    color:#555;
    transition:all 0.3s;
    -webkit-transition:all 0.3s; }
.clav_toggle_head i {padding-right: 8px;}
.clav_acc_list:first-child .wt_acc_title,
.clav_list_toggle:first-child .clav_toggle_head {margin: 0;list-style:none;}
.active .wt_acc_title,
.active .clav_toggle_head {color: #aaa094;}
.active .clav_acc_content,
.active .clav_toggle_content {
    border: 0;
    -webkit-animation: bounceIn 0.8s;
    animation: bounceIn 0.8s; }
.active .icon-minus-sign {
    -webkit-animation: fadeInUp 1s;
    animation: fadeInUp 1s; }
.active .icon-plus-sign {
    -webkit-animation: fadeInDown 1s;
    animation: fadeInDown 1s; }
.clav_toggle_content {padding:15px 0px 10px;overflow:hidden;}
.acc_head_icon,
.clav_toggle_head_sign {
    float:left;
    margin: 0 10px 0 0px;
    cursor:pointer; }
.acc_head_icon i,
.clav_toggle_head_sign i {
    padding: 0;
    margin: 0;
    font-size:14px; }
.wt_toggle .wt_toggle_title:hover, .wt_toggle .wt_toggle_title.wt_toggle_active {border-top: 1px solid #aaa094;}
.clav_acc_list:hover .wt_acc_title, .clav_list_toggle:hover .clav_toggle_head {color:#aaa094;}
.wt_toggle .wt_toggle_title {
    list-style: none outside none;
    border:1px solid #dadada;
    padding:15px;
    border-top: 1px solid #555;
    margin-bottom:10px; }
.wt_toggle .wt_toggle_title.wt_toggle_active {
	border-bottom: none; }
.wt_toggle .wt_toggle_content {
    border:1px solid #dadada;
	border-top: none;
	padding-top: 5px; }
.clav_acc_content > p, .clav_toggle_content > p {color: #555;}

/* ------------------------------------------------- */
/* =  ACCORDION GROUP (SANDARD)
/* ------------------------------------------------- */

.accordion-group {border-radius:0;}
.wt_accordion.dark .accordion-heading,
.wt_accordion.white .accordion-heading {
    height: 40px; }
.wt_accordion .accordion-heading {
    background: none repeat scroll 0 0 #FFFFFF;
	margin-top: 10px; }
.wt_accordion {
	margin-bottom: 20px; }
.wt_accordion.white .accordion-heading {
    background: none repeat scroll 0 0 #FFFFFF;
	margin-top: 10px;
	-webkit-box-shadow: 0px 0px 1px 0px #ddd; 
	-moz-box-shadow: 0px 0px 1px 0px #ddd; 
	box-shadow: 0px 0px 1px 0px #ddd; }
.wt_accordion.white .accordion-heading:first-of-type,
.accordion-heading:first-of-type {
	margin-top: 0px; }
.wt_toggle_title i,
.wt_acc_title i {
    color: #FFFFFF;
    float: left;
    font-size: 12px;
    line-height: 40px;
    margin-right: 15px;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-top: 0 !important;
    position: relative;
    text-align: center !important;
    transition: all 0.3s ease-in-out 0s;
    width: 40px !important; }
.wt_toggle .wt_toggle_title i {
    margin-right: 0; }
.wt_accordion.dark .accordion-heading .wt_toggle_title,
.wt_accordion.dark .accordion-heading .wt_acc_title {
    color: #444;
    float: left;
    font-size: 14px;
    line-height: 40px;
    margin-right: 0;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-top: 0 !important;
    position: relative;
    text-align: center !important;
    transition: all 0.3s ease-in-out 0s;
    width: 100% !important;
    text-align: left !important; }
.wt_accordion.dark .accordion-heading .wt_toggle_title i,
.wt_accordion.dark .accordion-heading .wt_acc_title i {
    color: #444;
    float: left;
    font-size: 12px;
    line-height: 38px;
    margin-right: 15px;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-top: 0 !important;
    position: relative;
    text-align: center !important;
    transition: all 0.3s ease-in-out 0s;
    width: 15% !important;
	max-width: 50px !important;
    border-right: 1px solid #444; }
.wt_accordion.dark .accordion-heading .wt_toggle_title.current i,
.wt_accordion.dark .accordion-heading .wt_acc_title.current i {
    border-color: #aaa094;
    color: #FFFFFF;
    line-height: 38px;
    margin-left: -1px;
    margin-top: -1px;
    border:1px solid transparent; }
.wt_accordion.dark .accordion-heading .wt_toggle_title.current,
.wt_accordion.dark .accordion-heading .wt_acc_title.current {
    background-color: #444 !important;
    color: #fff;
    border-color: #444;
    margin-right: 0; }
.wt_accordion.dark .accordion-heading .wt_toggle_title,
.wt_accordion.dark .accordion-heading .wt_acc_title {
    background-color: #fff;
    border:1px solid #444; }
.accordion-heading .wt_toggle_title {
	-webkit-box-shadow: 0px 0px 1px 0px #ddd; 
	-moz-box-shadow: 0px 0px 1px 0px #ddd; 
	box-shadow: 0px 0px 1px 0px #ddd; }
.wt_toggle .accordion-heading .wt_toggle_title {
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 0px 0px #ddd; 
	-moz-box-shadow: 0px 0px 0px 0px #ddd; 
	box-shadow: 0px 0px 0px 0px #ddd; }
.accordion-heading .wt_toggle_title,
.wt_accordion.dark .wt_acc_title,
.wt_accordion.white .wt_acc_title {
    color: #666;
    cursor: pointer;
    display: block;
    height: 40px;
    outline: medium none !important;
    padding: 0;
	margin: 0;
    text-decoration: none;
    width: 100%;
    line-height: 38px;
    font-size: 16px; }
.wt_toggle i.fa-minus,
.wt_minimal_toggle i.fa-minus,
.wt_acc_title i.fa-minus {
    background-color:#aaa094 !important; }
.wt_toggle .wt_toggle_title.wt_toggle_active i.fa-minus {
    color: #aaa094;
    background-color: transparent!important; }
.wt_minimal_toggle i.fa-plus,
.wt_acc_title i.fa-plus {
    background-color: #FFFFFF !important;
    border-right: 1px solid #EDEAE3;
    color: #464646;
    font-weight: 100; }
.wt_toggle i.fa-plus {
    color: #464646;
    font-weight: 100; }
.wt_toggle_content,
.wt_accordion .wt_accPane {
	display: none;
    padding: 20px 15px 20px;
    line-height: 22px; }
.wt_accordion.dark .wt_accPane {
	display: none;
    padding: 20px;
    line-height: 22px; }
.wt_minimal_toggle .wt_toggle_content,
.wt_minimal_toggle .wt_accordion .wt_accPane {
    padding: 20px 0px; }
.wt_accordion.faq .wt_accPane {
    padding: 10px 25px 20px 45px;
    line-height: 22px;
	border: 1px solid #dadada;
	border-top: none; }
.wt_accordion.white .wt_accPane,
.wt_accordion.dark .wt_accPane {
    border-top: 1px solid #EDEAE3;
    background-color: #EDEAE3; }
.wt_accPane {
	display: none; }
.wt_toggle_content p {
    line-height: 22px; }
.wt_toggle,
.wt_minimal_toggle {
    border-radius: 0;
    margin-bottom: 10px;
    color:#444;
    font-family: 'Open Sans', sans-serif;
    font-size: 13.5px; }
.wt_accordion.dark .accordion-inner{
    background-color: #ecf0f1; }

/* ------------------------------------------------- */
/* =  WHITE ACCORDION
/* ------------------------------------------------- */

.accordion.white p{color: #fff;}
.accordion.white .accordion-group{border: none;}
.accordion.white .accordion-group .accordion-inner {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #FFFFFF #FFFFFF;
    border-image: none;
    border-right: 1px solid #FFFFFF;
    border-style: none solid solid;
    border-width: medium 1px 1px; }
.faq{/*padding:60px 0;*/}
.coruscate_accordion, .coruscate_toggle {padding: 0;}
.coruscate_list_toggle{list-style:none;}
.wt_acc_title > p,.coruscate_toggle_head > p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    color: #222222; }
.wt_acc_title,
.coruscate_toggle_head {
    padding: 0 20px;
    margin: 0;
    font-size: 16px;
    cursor: pointer;
    color:#555;
    transition:all 0.3s;
    -webkit-transition:all 0.3s; }

.coruscate_toggle_head i {padding-right: 8px;}
.coruscate_list_toggle:first-child .coruscate_toggle_head {
    margin: 0;
    list-style:none; }
.active .wt_acc_title,
.active .coruscate_toggle_head {color: #aaa094;}
.active .wt_accordion.faq .wt_accPane,
.active .coruscate_toggle_content {
    border: 0;
    -webkit-animation: bounceIn 0.8s;
    animation: bounceIn 0.8s; }
.active .icon-minus-sign {
    -webkit-animation: fadeInUp 1s;
    animation: fadeInUp 1s; }
.active .icon-plus-sign {
    -webkit-animation: fadeInDown 1s;
    animation: fadeInDown 1s; }
.wt_accordion.faq .wt_accPane,
.coruscate_toggle_content {
    overflow:hidden; }
.acc_head_icon, .coruscate_toggle_head_sign {
    cursor: pointer;
    float: left;
    margin: 0 10px auto 0px;
    text-align: center; }
.acc_head_icon i, .coruscate_toggle_head_sign i {
    border: 1px solid #000000;
	color: #000;
    border-radius: 50%;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 20px!important; }
.wt_accordion.faq .wt_acc_title:hover, .coruscate_list_toggle:hover{border-top: 1px solid #aaa094;}
.wt_accordion.faq .wt_acc_title:hover .acc_head_icon i,.wt_accordion.faq .wt_acc_title.current .acc_head_icon i, .coruscate_list_toggle:hover .coruscate_toggle_head {color:#aaa094; border: 1px solid #aaa094;}
.wt_accordion.faq .wt_acc_title, .coruscate_list_toggle {
    list-style: none outside none;
    border:1px solid #dadada;
    padding:15px;
    border-top: 1px solid #555; }
.wt_accordion.faq .accordion-heading { margin-top: 10px; }
.wt_accordion.faq .accordion-heading .current,.coruscate_list_toggle.active {border-top: 1px solid #aaa094; border-bottom:1px solid transparent;}
.wt_accordion.faq .wt_accPane > p, .coruscate_toggle_content > p {line-height: 20px;}

/* ------------------------------------------------- */
/* =  PRELOADER
/* ------------------------------------------------- */

#wt_loader {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	background-color: #ffffff;
	z-index: 99999; }
.wt_loader_html {
	position: absolute;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
	top: 50%;
	left: 50%;
	text-align: center;
	background:  #ffffff;
	border: 3px solid;
	border-bottom: transparent !important;
	border-radius: 50%; }
.wt_loader_html.skin_border_color {
	border-color: #aaa094; }


/* ------------------------------------------------- */
/* =  INTRO BOX
/* ------------------------------------------------- */

.intro_box {
	text-align:center;
	width: 75%;
	margin: 0 auto;
	padding-bottom: 60px; }
.intro_box h1 {
	font-size: 36px;
    margin-top: 0;
    text-transform: uppercase;
    line-height:2; }
.intro_box h2 {
	font-size: 36px;
	margin-top: 0;
	text-transform: uppercase;
	margin-bottom: 20px; }
.intro_box h1 span {
	color:#aaa094;
	font-weight: 400;
	-webkit-font-smoothing: antialiased; }
.intro_box p {
    color: #666666;
    font-size: 16px;
    line-height: 1.6;
	margin: 0 auto;
	width: 85%; }
#wt_content .intro_box p {
	width: 85%; }
.wt_section .intro_box p,
.wt_separator .intro_box p,
#wt_content .container .intro_box p {
	width: 100%; }
.wt_separator .intro_box h1,
.wt_separator .intro_box h2,
.wt_separator .intro_box p {
    color: #ffffff;}

/* ------------------------------------------------- */
/* =  SERVICE FEATURE
/* ------------------------------------------------- */

.wt_services {
	margin-bottom: 30px;
	cursor: pointer; }
.wt_services:hover .icon {
	border-color: #aaa094; }
.wt_services:hover .icon i {
    color: #aaa094;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease; }
.wt_services:hover .serv_detail h3 {
    color: #aaa094;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; }
.wt_services .icon {
	border: 1px solid #333333;
	border-radius: 50%;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	float:left; }
.wt_services .icon i {
	font-size: 22px;
    position: relative;
    padding: 0;
    margin: 0 auto;
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    transform: rotateY(0);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease; }
.serv_detail {
	overflow: hidden;
	padding-left: 20px; }
.serv_detail h3 {
    font-weight: 400;
    font-size:20px;
    line-height: 22px;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform:Capitalize;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out; }
.serv_detail > p {
    color: #555;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6; }

/* ------------------------------------------------- */
/* =  SERVICE BLOCK 2
/* ------------------------------------------------- */

.wt_services_2 {
    text-align: center;
    cursor: pointer; }
.wt_services_2 .icon {
	display: inline-block;
    border: 1px solid #333333;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
    margin: 0 auto 20px; }
.wt_services_2 .icon i {
    font-size: 22px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    transform: rotateY(0); }
.wt_services_2:hover .icon {
	border-color: #aaa094; }
.wt_services_2:hover .icon i{ 
    color: #aaa094;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; }
.swt_ervices_2:hover .serv_detail h3 {
    color: #aaa094;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out; }

/* ------------------------------------------------- */
/* =  SERVICE BLOCK 3
/* ------------------------------------------------- */

.wt_services_3 {
    text-align: left;
    cursor: pointer;
    margin-bottom: 30px; }
.wt_services_3 .icon i {
    border: 1px solid #333333;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
    margin: 0 10px auto auto;
    font-size: 22px;
    float: left;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    transform: rotateY(0); }
.wt_services_3 .icon {
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px; }
.wt_services_3 .icon > h3 {
    overflow: hidden;
    font-size: 20px;
    margin-top: 10px;
    text-transform: capitalize; }
.wt_services_3 .serv_detail{
	padding:0; }
.wt_services_3:hover .icon i {
    color: #aaa094;
    border-color: #aaa094;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; }
.wt_services_3:hover .icon h3{
    color: #aaa094;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out; }
.wt_services_4 .serv_detail {
    padding: 10px 0; }
.wt_services_3 .service_image > h3,
.wt_services_4 h4 {
    overflow: hidden;
    font-size: 20px;
    margin-top: 10px;
    text-transform: capitalize; }
.wt_services_4 h4 {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-top: 20px;
	font-weight: 400 }
.bg_grey {background: #ecf0f1;}
.HasListener {border: medium none;}
.video_content iframe{border:0;}

/* ------------------------------------------------- */
/* =  PORTFOLIO
/* ------------------------------------------------- */

.wt_image_frame {
    overflow: hidden;
    position: relative;
    background: #FFFFFF; }
.wt_image_frame img {
	display: inline-block;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.anyClass li:hover img, 
.wt_portofolio_container:hover img {
    transform: scale(1.2) rotate(5deg);
    -webkit-transform: scale(1.2) rotate(5deg);
    -moz-transform: scale(1.2) rotate(5deg);
    -o-transform: scale(1.2) rotate(5deg);
    -ms-transform: scale(1.2) rotate(5deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.wt_portofolio_container:hover a.no_link { 
    -moz-opacity: 0.70;
    opacity: .70;
    filter: alpha(opacity=70); } 
.wt_image_frame .wt_hover_link {
    position: absolute;
    top: 0%;
    left: 50%;
    background: #222222;
    padding: 0;
    color: #FFFFFF;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: block;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0); }
.wt_image_frame .wt_hover_view {
    position: absolute;
    bottom: 0%;
    right: 50%;
    background: #222222;
    padding: 0;
    color: #ffffff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    opacity: 0;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0); }
.wt_hover_link span i {
    line-height: 24px; }
.wt_hover_view span i {
    line-height: 40px; }
.wt_image_frame span {
    font-size: 16px;
    display: block;
    text-align: center;
    vertical-align: baseline; }
.wt_hover_link i {
    margin-top: 10px; }
.wt_hover_link:hover, 
.wt_hover_view:hover {
    background: #aaa094;
    color: #fff;
    z-index: 999;
    transform: rotate(-36deg);
    -webkit-transform: rotate(-36deg);
    -moz-transform: rotate(-36deg);
    -o-transform: rotate(-36deg);
    -ms-transform: rotate(-36deg); }
.wt_portofolio_container:hover .wt_hover_link{ 
	top: 50%;
	opacity: 1; }
.wt_portofolio_container:hover .wt_hover_view  {
	bottom: 50%; 
	opacity: 1; }
.wt_portofolio_container {
    padding: 0;
    border-bottom: 1px solid #e6e6e6;
    -webkit-transition: border 0.2s ease, box-shadow 0.2s ease;
    transition: border 0.2s ease, box-shadow 0.2s ease;
    overflow: hidden;
    position: relative; }
.wt_portofolio_container:hover {border-bottom: 1px solid #222;}
.wt_portofolio_container:hover .wt_portofolio_details {
    background: #aaa094;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.wt_portofolio_container:hover h4, .wt_portofolio_container:hover a {
    color: #fff; }
.wt_portofolio_container:after {
    background: transparent;
    bottom: -2.5px;
    content: '';
    left: 50%;
    display: block;
    height: 5px;
    margin: 0 0 0 -2.5px;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    width: 5px; }
.wt_portofolio_container:hover:after {
    background: #222; }
.wt_portofolio_details {
    text-align: center;
    padding: 25px 0 30px;
    display: block;
    color: #888;
    background: #fff;
    height: 100%;
    vertical-align: baseline;
    overflow: hidden;
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease; }
.wt_portofolio_details h4 {
    margin: 0 0 2px;
    line-height: normal;
    text-transform: capitalize; }
.wt_portofolio_details h4 a {
    color: #464646;
    font-size: 18px; }
.wt_portofolio_details a {
    color: #666;
    font-size: 13.5px; }
.wt_portofolio_details a:hover {
    color: #464646; }
.wt_portofolio_container:hover p {
    color: #ffffff; }
.wt_portofolio_details h4 a:hover {
    color: #222; }
#wt_container .wt_portofolio_container:hover a {
    color: #ffffff; }

/* ------------------------------------------------- */
/* =  CLIENT
/* ------------------------------------------------- */

.wt_client{
    border: 1px solid transparent;
    padding: 0 5px;
	margin-bottom: 5px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.wt_client:hover {
    border: 1px solid #888;  }

/* ------------------------------------------------- */
/* =  PROMO BOX
/* ------------------------------------------------- */
.promo_box{
    padding: 30px 0;
    background: #aaa094; }
.promo_box a {
    margin-top: 10px;
    font-weight: 500; }
.promo_box h3 {
    color: #FFFFFF;
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-weight: 900;
    line-height: normal;
    margin: 5px auto 0; }
.promo_box p {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    margin-bottom: 5px; }
.promo_inbox {
    background: none repeat scroll 0 0 #f6f6f6;
    clear: both;
    height: 100%;
    margin: 30px auto;
    overflow: hidden;
    padding: 15px 10px; }
.promo_inbox a {
    margin-top: 25px;
    font-weight: 500; }

/* ------------------------------------------------- */
/* =  SIDEBAR WIDGET
/* ------------------------------------------------- */

.widget_content {
    display: block;
    float: left;
    height: 100%;
    margin-bottom: 20px;
    position: relative;
    width: 100%; }
.widget_content iframe{
    border: none;
    box-shadow: none;
    width: 100%; }
.widget_content ul.arrows_list{
    padding: 0px;
    margin: 0px;
    float: left;
    width: 100%; }
.widget_content ul.arrows_list li{
    list-style:none;
    margin-bottom: 3px; }
.widget_categories ul li {
	margin: 10px 0;  }
.widget_categories ul li span {
    background: none repeat scroll 0 0 #F9F9F9;
    border-radius: 100%;
    float: right;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 25px;
    font-weight: 600;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
.widget_categories ul li:hover span {
    background:#aaa094;
    color: #FFFFFF; }
.widget_categories ul li:hover a {
    color:#aaa094; }
.widget_content ul.arrows_list li a:hover, 
.widget_content ul.arrows_list1 li a:hover i, 
.widget_content ul.arrows_list li a:hover i {
    color:#aaa094; }
.widget_content ul.arrows_list li a i {
    margin-right: 5px;
    color:#777; }

/* Side Navigation */
.wt_side-nav li:not(.current_page_item) ul.children {
	display: none;  }
.widget_subnav ul ul.children {
	margin-left: 0; }
.widget_subnav .marker {
	display: inline-block;
	margin-right: 5px; }
.widget_subnav a {
	display: block !important;
	color: #333333 !important;
	line-height: 34px !important; }
.widget_subnav i.wt_icon-angle-right:before,
.list_4 i.wt_icon-angle-right:before {
	content: none; }
.widget_subnav li {
	margin: 0 !important; }
.widget_subnav li i {
	display: none;
	padding: 0 !important; }
.widget_subnav .current_page_item a {
	color: #ffffff !important; }	
.widget_subnav .current_page_item li a {
	color: #919191 !important; }	
.widget_subnav a:hover {
	color: #aaa094 !important; }
.widget_subnav .current_page_item a:hover {
	color: #ffffff !important; }		
#wt_sidebar .widget_subnav li {
	background: #fcfcfc;
	border-bottom:  1px solid #eaeaea;
	border-right:  1px solid #eaeaea;
	border-left:  1px solid #eaeaea; }	
.widget_subnav .current_page_item {
	background: #aaa094 !important; }	
#wt_sidebar .widget_subnav ul ul li {
	border-left: none;
	border-right: none; }
#wt_sidebar .widget_subnav .children {
	border-top:  1px solid #eaeaea; }
.widget_subnav li.current_page_item a {
	background: #f1f1f1; }	
.leftSidebar .widget_subnav li.current_page_item a {		
	border-left:  1px solid #eaeaea; }	
.widget_subnav li.current_page_item li a {
	border-left: 1px solid #eaeaea; }
.leftSidebar .widget_subnav li.current_page_item li a {
	border-right: 1px solid #eaeaea; }
#wt_sidebar .widget_subnav .wt_side-nav {
	border-top:  1px solid #eaeaea;
	border-bottom:  1px solid #eaeaea; }
#wt_sidebar .widget_subnav li a {
	background:  none; }	
.widget_subnav ul li a {
	padding-left: 10px !important;
	padding-right: 10px; }	
.widget_subnav ul ul li a {
	padding-left: 22px !important; }
.widget_subnav ul ul ul li a {
	padding-left: 32px !important; }
.widget_subnav ul ul ul ul li a {
	padding-left: 42px !important; }	
#wt_sidebar .widget_subnav li:last-child {
	border-bottom: none; }

/* ------------------------------------------------- */
/* =  SEARCH FORM
/* ------------------------------------------------- */

.wt_search_form  {
    margin: 0;
    padding: 0;
	position: relative; }
.wt_search_form .wt_search_field {
    border: 1px solid #eee;
    background-color: #fff;
    width: 100%;
    height: 40px;
    padding: 5px 50px 5px 10px;
    color: #999999;
    float: left;
    font: normal 12px "Open sans", Helvetica, Arial, sans-serif; }
	
.wt_search_form .wt_search_field::-webkit-input-placeholder,
.wt_search_form .wt_search_fieldt:-moz-placeholder,
.wt_search_form .wt_search_field::-moz-placeholder,
.wt_search_form .wt_search_fieldt:-ms-input-placeholder { color: #464646; }

.wt_search_form .wt_search_go,
.wt_search_form .wt_search_icon {
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	text-align: center;
	cursor: pointer; }
.wt_search_form .wt_search_go {
	border: none;
	outline: none;
	color: #ffffff;
	background: #aaa094;
	z-index: 11;
	font-size: 16px;
	font-family: 'FontAwesome'; 
	overflow: hidden;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out; }
.wt_search_form .wt_search_go:hover {
	background: #383634; }
.wt_search_form .wt_search_field:focus,
#comments .row-fluid textarea:focus,
#comments .row-fluid input:focus {
  border-color: #66afe9!important; }
.wt_search_form .sb-search-submit:hover {
    background-color: #aaa094  !important; }
#headerWidget .wt_search_form .wt_search_field {
	width: 200px; }

/* ------------------------------------------------- */
/* =  SEARCH FORM ALTERNATIVE
/* ------------------------------------------------- */
	
.sb-search {
	position: relative;
	width: 0%;
	min-width: 40px;
	height: 40px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden; }
.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none !important;
	outline: none;
	background: #fff;
	width: 100%;
	height: 40px;
	margin: 0;
	z-index: 10;
	padding: 0 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #2c3e50; }
.wt_search_form .sb-search-submit {
	border: none;
	outline: none;
	color: #888888;
	background-color: #ffffff !important; }
.sb-search .sb-search-submit:hover,
.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	background-color: #aaa094 !important;
	color: #ffffff; }
.sb-search .sb-search-submit {
	height: 40px;
	line-height: 40px; }
	
/* ----- Open state ----- */
.sb-search.sb-search-open,
.no-js .sb-search { width: 250px; }
.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit { z-index: 90; }


/* ------------------------------------------------- */
/* =  ARCHIEVE SIDEBAR WIDGET
/* ------------------------------------------------- */

.widget_archive {
    padding: 0px;
    margin: 0px; }
.widget li {
    list-style:none;
   margin-bottom: 3px; }
.widget li a {
    color: #777777;
    font-size: 13px;
    line-height: 20px; }
.wt_postInfo p,
#wt_footer .wt_postInfo p,
.postInfo p,
#wt_footer .postInfo p {
    font-size: 12.5px; }
.widget .wt_postInfo .comments {
	display: block; }
#wt_footerWrapper .widget li .wt_postInfo a {
    color: #ffffff; }
#wt_sidebar .widget li .wt_postInfo a,
#wt_sidebar .wt_postInfo a {
	display: block;
    color: #464646; }
#wt_sidebar .wt_postInfo a:hover {
    color: #aaa094;}
.wt_postInfo p, .postInfo p,
#wt_footerWrapper .widget li .wt_postInfo .comments a,
#wt_sidebar .widget .wt_postInfo .comments a {
    color: #888888; }
#wt_sidebar .widget li a:hover, 
.widget li a:hover, 
#wt_footerWrapper .widget li .wt_postInfo a:hover,
.widget_content ul.arrows_list1 li:hover i, 
.widget_content ul.archives_list li:hover i {
    color:#aaa094; }
.wt_postList .wt_postInfo .comments a,
.wt_postList .postInfo .comments a {
	display: block; }
.widget li i {
    /*margin-right: 5px;*/
    color:#777777; }
#wt_footerWrapper .widget li i {
    color:#eeeeee; }
#wt_sidebar .wt_postList > li {
	margin: 0 0 15.5px;
	padding: 0 0 17px;
	border-bottom: 1px solid #f5f6f6;
	border-top: none; }
#wt_sidebar .wt_postList > li:last-child {
	margin: 0;
	padding: 0 ;
	border-bottom: 1px solid transparent; }

/* ------------------------------------------------- */
/* =  TAGS WIDGET
/* ------------------------------------------------- */

.tagcloud {
    padding: 0;
    margin: 5px 0 0;
    float: left; }
.tagcloud a {
    float: left;
    padding: 0px;
    margin: 0px 5px 5px 0px;
    list-style-type: none;
    line-height: 25px; }
.tagcloud a {
    border: 1px solid #888!important;
    color: #888;
    float: left;
    font-size: 13px!important;
	position: relative;
    padding: 3px 8px 4px 23px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
#wt_footerWrapper .tagcloud a {
    border: 1px solid #464646; }
.tagcloud a:before {
	content: "\f02c";
	position: absolute;
	font-family: 'FontAwesome';
	left: 6px;
    font-size: 11px; }
.tagcloud a:hover {
    border-color: #aaa094;
    color: #aaa094; }

/* ------------------------------------------------- */
/* =  RECENT POST WIDGET
/* ------------------------------------------------- */

ul.recent_posts_list, ul.popular_posts_list {
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left; }
.recent_posts_list li,.recent_comments > li, .popular_posts_list > li {
    margin: 0 0 15.5px;
    padding: 0 0 17px;
    list-style-type: none;
    border-bottom: 1px solid #f5f6f6;
    float: left;
    width: 100%;
    overflow: hidden; }
.popular_posts_list > li:last-child {
    border-bottom: none;
    margin-bottom: 10px; }
.recent_posts_list li a,.popular_posts_list li a{
    color: #464646;
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    position: relative;
    overflow: hidden; }
.wrap .title_post {
    color: #464646;
    font-family: 'Lato', sans-serif;
    font-size: 13.5px;
    line-height: 18px;
    text-decoration: none;
    position: relative;
    overflow: hidden; }
.recent_posts_list li a:hover,.popular_posts_list li a:hover, .wrap .title_post:hover {
    color: #aaa094; }
.recent_posts_list li span, .recent_comments li span, .popular_posts_list li span {
    float: left;
    margin-right: 15px;
    overflow: hidden; }
.recent_posts_list li span img, .recent_comments li span img, .popular_posts_list li span img {
    margin-right: 0;
    max-width: 60px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    width: 100%; }
.recent_posts_list li span img:hover,.popular_posts_list li span img:hover {
    float: left;
    margin-right: 0px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }
.recent_posts_list li i,.popular_posts_list li i {
    padding: 1px 0px 0px 0px;
    margin: 0px;
    display: block;
    font-size: 12px;
    font-style: normal;
    color: #9e9e9e; }
.recent_posts_list li.last,.recent_comments > li.last,.popular_posts_list > li.last {
    padding: 0px 0px 7px 0px;
    border-bottom: 0px solid #f5f6f6; }
.recent_posts_list li a .overlay:after, .recent_comments li a .overlay:after, .popular_posts_list li a .overlay:after{
    content: "\f002";
    font-family: 'FontAwesome';
    position: absolute;
    line-height: 60px;
    color: #fff;
    z-index: 999;
    font-size: 18px;
    opacity: 1 !important;
    margin-left: -8px; }
.recent_posts_list li a .overlay, .recent_comments li a .overlay, .popular_posts_list li a .overlay {
    position: absolute;
    width: 60px;
    height: 60px;
    text-align: center;
    background: #aaa094;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    z-index:0;
    left: 0; }
.recent_posts_list li a .overlay:hover, .recent_comments li a .overlay:hover, .popular_posts_list li a .overlay:hover {opacity: 0.7;filter: alpha(opacity=70);}
.recent_posts_list li a.thumb img,.popular_posts_list li a.thumb img{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.recent_posts_list li a.thumb:hover img, .recent_comments li a.thumb:hover img, .popular_posts_list li a.thumb:hover img{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: scale(1.2) rotate(5deg);
    -webkit-transform: scale(1.2) rotate(5deg);
    -moz-transform: scale(1.2) rotate(5deg);
    -o-transform: scale(1.2) rotate(5deg);
    -ms-transform: scale(1.2) rotate(5deg); }
.recent_posts_list li p.wrap, .recent_comments li p.wrap, .popular_posts_list li p.wrap {
    line-height: normal;
    margin-bottom: 0;
    overflow: hidden; }
.desc em {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    margin-right: 5px; }
.wrap .desc {
    display: block;
    float: left;
    font-size: 13px;
    font-style: italic;
    margin-bottom: 5px;
    margin-top: 0;
    width: 100%; }
.widget_content .tabs-container {
    margin-bottom: 0; }

/* ------------------------------------------------- */
/* =  WIDGET FOOTER
/* ------------------------------------------------- */

.wt_postList > li {
    list-style: none outside none;
    overflow: hidden;
    margin-bottom: 15px; }
.wt_postList li a.thumb {
    float: left;
    overflow: hidden;
    margin-right: 15px;}
.postThumbs a.thumb,
.wt_postThumbs a.thumb {
    float: left;
    overflow: hidden;
    margin-right: 3px;
    margin-bottom: 3px; }
.wt_postList li a.thumb img,
.wt_postThumbs a.thumb img,
.postThumbs a.thumb img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.wt_postList li a.thumb:hover img,
.wt_postThumbs a.thumb:hover img,
.postThumbs a.thumb:hover img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: scale(1.2) rotate(5deg);
    -webkit-transform: scale(1.2) rotate(5deg);
    -moz-transform: scale(1.2) rotate(5deg);
    -o-transform: scale(1.2) rotate(5deg);
    -ms-transform: scale(1.2) rotate(5deg); }
.overlay:after{
    content: "\f002";
    font-family: 'FontAwesome';
    position: absolute;
    line-height: 55px;
    color: #fff;
    z-index: 1030;
    font-size: 18px;
    opacity: 1 !important;
    margin-left: -6px; }
.overlay {
    z-index: 90;
    position: absolute;
    width: 55px;
    height: 55px;
    text-align: center;
    background: #aaa094;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    z-index:0;
    left: 15px; }
.overlay:hover {
	opacity: 0.7;
	filter: alpha(opacity=70); }
.wt_postList {
	margin: 0; }
.wt_postList li .wt_postInfo {
    line-height: normal;
    margin-bottom: 0;
    overflow: hidden; }
.wt_postInfo a,
.postInfo a {
    color: #444;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 500;
    vertical-align: text-top; }
.postInfo a {
    font-size: 15px; }
#wt_footerWrapper .wt_postInfo a {
    color: #ffffff; }
.wt_postInfo a:hover,
.postInfo a:hover {
    color: #aaa094; }
.wrap small,
.wt_postList .date {
	display: block;
    color: #888888;
    font-size: 90%; }
.wt_postList .date {
	margin-top: 7px; }
.thumb > img {
    max-width: 55px;
    position: relative;
    vertical-align: top; }

/* ------------------------------------------------- */
/* =  TITLE PAGE
/* ------------------------------------------------- */

.title_page {
    height: 100px !important; }
#intro {
	background: #fcfcfc; }
.intro_text,
.intro_text h1,
.intro_text h3 {
    color: #666666; }
#introType {
	padding: 25px 0; }
#introType h1 {
	font-size: 28px;
	margin-bottom: 0;
	padding: 3px 0; }
#introType h3 {
	font-size: 16px;
	margin-bottom: 0;
	padding: 3px 0; }

/* ------------------------------------------------- */
/* =  BREADCRUMBS
/* ------------------------------------------------- */

#breadcrumbs {
	color: #ffffff;
    display: block;
    position: relative;
    vertical-align: top;
    word-wrap: break-word; }
#breadcrumbs .breadcrumbs {
    bottom: 0;
    float: right;
    font-size: 13px;
    margin: 0 auto;
    font-weight: 500;
    padding: 0;
    font-family: 'Lato', sans-serif;
    position: absolute;
    right: 0;
    background: #aaa094;
    padding: 5px 10px 3px 16px; }
#breadcrumbs a {
    display: inline-block;
    color: #fff;
    padding: 0 10px 0 0;
    margin: 0 2px 0 0;
    background: url(../img/breadcrumbs.png) no-repeat 100% 50%; }
.breadcrumbs-separator {
	display: inline-block;
	text-indent: -9999px; }
#breadcrumbs ul li:last-child a,
#breadcrumbs .breadcrumbs a { color: #222; }
#breadcrumbs .breadcrumbs a:hover { color: #ffffff; }

/* ------------------------------------------------- */
/* =  ABOUT PAGE
/* ------------------------------------------------- */

.img-about, .our_history, .how_do, .our_skill{
    margin-bottom: 60px; }

/* ------------------------------------------------- */
/* =  SWIPE JS
/* ------------------------------------------------- */

.swipe {
    overflow: hidden;
    visibility: hidden;
    position: relative;
    margin-top: 0; }
.swipe-wrap {
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative; }
.swipe-wrap > li {
    float:left;
    width:100%;
    overflow: hidden;
    position: relative; }
.swipe-navi {
    display: block;
    height: auto;
    margin-top: 10px;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 100; }
.swipe-navi .swipe-left,
.swipe-navi .swipe-right {
    position: absolute;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    opacity: 0;
    zoom: 1;
    filter: alpha(opacity=0);
    color:#222222;
    cursor: pointer;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%; 
    transition: all 200ms;
    -moz-transition: all 200ms;
    -webkit-transition: all 200ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    border:2px solid #222222; }
.swipe-navi .swipe-left:hover,
.swipe-navi .swipe-right:hover{
    border-color:#aaa094;
    color: #aaa094; }
.swipe-wrap img {
    width: 100%; }
.swipe:hover .swipe-navi .swipe-left{
    opacity: .9;
    zoom: 1;
    filter: alpha(opacity=90);
    margin-top: -27px; }
.swipe:hover .swipe-navi .swipe-right {
    opacity: .9;
    zoom: 1;
    filter: alpha(opacity=90);
    margin-top: -27px; }
.swipe-navi .swipe-left {
    left: 5px;
    margin-top: -32px; }
.swipe-navi .swipe-right {
    right: 5px;
    margin-top: -22px; }

/* ------------------------------------------------- */
/* =  PRICING TABLES BOXS
/* ------------------------------------------------- */

.wt_pricingTable {
    text-align: center;
    font-weight: 400; }
.wt_pricingTable-sign-up {
    text-align:center;
    background:#ecf0f1; }
.wt_pricingContent ul li {
    padding:5px 20px;
    text-align:center;	
	margin: 0; }
.wt_pricingContent {
    background: #fff;
    border-left: 1px solid #ecf0f1;
    border-right: 1px solid #ecf0f1; }
.wt_pricingTable .wt_pricingTable-header {
    color: #fff;
    background: #aaa094;
    padding: 0px; }
.wt_pricingTable-header .wt_heading {
    display: inline-block;
    width: 100%;
    padding: 15px 0px;
    text-transform: uppercase; }
.wt_pricingTable .wt_heading { background: #444;}
.wt_pricingTable.active .wt_heading, .wt_pricingTable.active .btn-primary {background: #aaa094;}
.wt_pricingTable.active .wt_pricingTable-header .wt_price-value {background: #c0392b;}
.wt_pricingTable .wt_pricingTable-header .wt_price-value {background: #c0392b;}
.wt_pricingTable .wt_pricingTable-header .wt_price-value {background: #555;}
.wt_pricingTable.active .btn-primary:hover {background-color: #555!important; border-color: #555; }
.wt_pricingTable-header .wt_price-value {
    display:inline-block;
    width:100%;
    padding:20px 0px;
    background: #aaa094; }
.wt_pricingTable-header .wt_price-value span {font-size:250%;}
.wt_pricingTable-header .wt_price-value span:last-of-type {font-size:150%;}
.wt_pricingTable {
    text-align:center;
    font-weight:400;
    margin-bottom:30px;
    background:#fff;
    -webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out; }
.wt_pricingTable:hover {
    overflow: hidden;
    -webkit-transform: scale(1.1,1.1);-moz-transform: scale(1.1,1.1);-o-transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1);transform: scale(1.1,1.1); }
.wt_pricingContent ul li {
    color: #434343;
    overflow: hidden; }
.wt_pricingContent ul li {
    border-bottom: 1px solid #F0F0F0;
    padding: 15px 0;
    text-align: center;
    overflow: hidden;
    display: block; }
.wt_pricingContent ul{margin: 0;padding:0;}
.wt_pricingTable.active {
   -webkit-transform: scale(1.1,1.1);-moz-transform: scale(1.1,1.1);-o-transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1);transform: scale(1.1,1.1); }

/* -------------------------------------------------* /
/* =  Footer
/* ------------------------------------------------- */

#wt_footer {
	background:#222222;
	color: #eeeeee; }
#wt_footer a.url,
#wt_footer .widget a {
	color: #eeeeee; }
#wt_footer .widget a:hover {
	color: #aaa094; }
#wt_footer a.url,
#wt_footer .widget a {
	color: #eeeeee; }
#wt_footer {
    padding: 60px 0 40px 0; }

/*------------------------------------------------- */
/* =  WIDGET TITLE
/* ------------------------------------------------- */

.widgettitle {
    color: #FFFFFF;
    margin: auto auto 15px; }
h4.widgettitle {
    border-bottom: 1px solid #464646;
    font-size: 18px;
    text-transform: capitalize;
    color: #FFFFFF; }
#wt_footerWrapper .widgettitle span:after {
    border-bottom: 1px solid #FFFFFF;
    content: " ";
    display: block;
    margin-top: 10px;
    position: relative;
    top: 1px;
    width: 50px;
    z-index: 999; }
.textwidget {
    line-height: 24px; }
#wt_footerBottom .widget {
	margin-bottom: 0;
	float: right; }
#wt_footerBottom {
    padding: 20px 0;
    position: relative;
    background: #1a1a1a; }
footer#copyright {
	background: none;
	float: left; }
.copyright {
    line-height: 40px;
    margin: 0 auto 0;
    color: #ffffff; }
.textwidget .wt_postList, .textwidget .tweet_go, .textwidget .flickr{
    margin-top: 25px; }

/* ------------------------------------------------- */
/* = FLICKR SETTING 
/* ------------------------------------------------- */

.flickr {
    text-align: left; }
.wt_flickrWrap {
	overflow: hidden;
	padding:0; }
.wt_flickrWrap div {
    display: inline-block;
    margin: 0 10px 5px auto;
    position: relative;
    z-index:0;
    width:55px;
    height:55px;
    overflow: hidden; }
.wt_flickrWrap div img {
    margin: 0 8px 8px 0;
    width: 55px;
    height: 55px; 
    overflow: hidden;
    box-shadow:none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.wt_flickrWrap div :hover img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: scale(1.2) rotate(5deg);
    -webkit-transform: scale(1.2) rotate(5deg);
    -moz-transform: scale(1.2) rotate(5deg);
    -o-transform: scale(1.2) rotate(5deg);
    -ms-transform: scale(1.2) rotate(5deg); }
.wt_flickrWrap div a {display: block;overflow: hidden;position: absolute;width: 55px;height: 55px;
    filter: alpha(opacity=100); /* internet explorer */  
    -khtml-opacity: 1;      /* khtml, old safari */  
    -moz-opacity: 1;       /* mozilla, netscape */  
    opacity: 1;           /* fx, safari, opera */   }
.wt_flickrWrap div .hover {
    position: absolute;
    width: 55px;
    height: 55px;
    background: #aaa094;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    z-index:10; }
.wt_flickrWrap div a:hover .hover {
	opacity: 0.7;
	filter: alpha(opacity=70); }
.wt_flickrWrap div a i {
    display: block;
    position: absolute;
    width: 55px;
    height: 55px;
    font-size: 18px;
    color: white;
    line-height: 55px;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 11;
    -webkit-font-smoothing: antialiased;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    text-align:center; }
.wt_flickrWrap div a:hover i {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1; }

/* ----- FLICKR FOR MEGAMENU ----- */

.flickr_menu {
	overflow: hidden;
	padding:0; }
.flickr_menu li {
    display: inline-block;
    margin: 0 5px 5px auto;
    position: relative;
    z-index:0;
    width:55px;
    height:55px;
    overflow: hidden; }
.flickr_menu li img {
    margin: 0 8px 8px 0;
    width: 55px;
    height: 55px; 
    overflow: hidden;
    box-shadow:none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.flickr_menu li:hover img{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: scale(1.2) rotate(5deg);
    -webkit-transform: scale(1.2) rotate(5deg);
    -moz-transform: scale(1.2) rotate(5deg);
    -o-transform: scale(1.2) rotate(5deg);
    -ms-transform: scale(1.2) rotate(5deg); }
.flickr_menu li a {display: block;overflow: hidden;position: absolute;width: 55px;height: 55px;
    filter: alpha(opacity=100); /* internet explorer */  
    -khtml-opacity: 1;      /* khtml, old safari */  
    -moz-opacity: 1;       /* mozilla, netscape */  
    opacity: 1;           /* fx, safari, opera */   }
.flickr_menu li .hover {
    position: absolute;
    width: 55px;
    height: 55px;
    background: #aaa094;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    z-index:10; }
.flickr_menu li a:hover .hover {
	opacity: 0.7;
	filter: alpha(opacity=70); }
.flickr_menu li a i {
    display: block;
    position: absolute;
    width: 55px;
    height: 55px;
    font-size: 18px;
    color: white;
    line-height: 55px;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 11;
    -webkit-font-smoothing: antialiased;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    text-align:center; }
.flickr_menu li a:hover i {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1; }

/* ------------------------------------------------- */
/* = LIST CONTACT WIDGET 
/* ------------------------------------------------- */

.contact-details-alt {padding:0;}
.contact-details-alt li {list-style:none;}
.contact-details-alt li p span { color:#fff; /*float: left;*/ margin: 0;font-size:12px;margin-right: 5px;}
.contact-details-alt li {margin: 0 0 5px 0;}
.contact-details-alt p {
    display: inline-block;
    margin: 0;
    overflow: hidden; }
.contact-details-alt p a {
    color: #FFFFFF;
    font-weight: 600;
    font-size:12px; }
.contact-details-alt p a:hover {color: #aaa094;}
.contact-details-alt li i {
	color: #fff;
    border: 1px solid #FFFFFF;
    border-radius: 100%;
    display: inline-block;
    font-size: 12px;
    height: 25px;
    line-height: 23px;
    margin: 2px 5px 0 0;
    text-align: center;
    width: 25px;
    overflow: hidden; }

/* ------------------------------------------------- */
/* = LATEST TWEETS  
/* ------------------------------------------------- */

.tweet_list {
    padding: 0;
    position: relative;
    margin:0 auto; }
.tweet_list li {
    color: #FFFFFF;
    cursor: default;
    list-style: none outside none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
#wt_containerWrapper .tweet_list li {
    color: #444444; }
.tweet_menu .tweet_list li:hover i
.tweet_list li:hover i{
    border-color: #aaa094 !important;
    color: #aaa094 !important; }
.tweet_menu .tweet_list li i {
    color: #888;
    border-color: #888; }
.tweet_list li i {
    border: 1px solid #FFFFFF;
    border-radius: 100%;
    -webkit-border-radius:100%;
    float: left;
    font-size: 13px;
    height: 25px;
    line-height: 25px;
    margin-right: 8px;
    position: relative;
    text-align: center;
    width: 25px; }
.tweet_list li p {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    margin-bottom:5px; }
time {
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    color: #919191;
    font-weight: 600; }
.tweet_list li p a:hover{
    color: #aaa094; }
.tweet_list li p a {
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 12px }

/* ------------------------------------------------- */
/* = LIST STYLE
/* ------------------------------------------------- */

.wt_icon_box i {
    margin-right: 8px;
    color: #aaa094; }
.wt_icon_box a {
    color: #444!important;
    line-height: 30px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    text-decoration: none; }
.wt_icon_box a:hover {
    color: #aaa094!important;
    text-decoration: none; }
.list_style li a.active {
    color: #aaa094; }

/* ------------------------------------------------- */
/* = LIST STYLE CIRCLE
/* ------------------------------------------------- */

.wt_icon_box.round a i {
	display: inline-block;
    border: 1px solid #aaa094;
    border-radius:50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    color: #aaa094;
    height: 18px;
    font-size: 10px;
    line-height: 17px;
    text-align: center;
    width: 18px;
    font-weight: 300; }
.list_style.square li a i {
    border: 1px solid #aaa094;
    border-radius:0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    color: #aaa094;
    height: 18px;
    line-height: 18px;
    text-align: center;
    width: 18px; }
.list_style ul {
    margin: 0 0 0 20px; }

/* ------------------------------------------------- */
/* = LATEST BLOG POST 
/* ------------------------------------------------- */

.latest-posts {width: 100%;}
.post-video,.post-audio {
    max-height: 175px;
    height: 165px; }
.blog-thumbnail-player .audio_wrap {
	margin-bottom: -7px; }
.post-video iframe,.post-audio iframe {
    width: 100%;
    border: none;
    height: auto;
    height: 100%;
    margin: 0 auto;
    box-shadow: none;
    padding: 0; }
.no-media .post_container .blogEntry_content {padding-left: 60px;}
.blogEntry_content {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 15px 15px 15px 20px;
    border: 1px solid #ecf0f1;
    /*position: relative;
    text-align: left;*/
    display: block; }
.search-results .blogEntry_content {
    padding: 18px 15px 13px 20px; }
.blogEntry_content h2 a {
    color: #464646;
    margin-top: 5px; }
.blogEntry_content a {
    color: #464646; }
#wt_container .blogEntry_content h2 a:hover,
.blogEntry_content a:hover {color: #aaa094;}

/* ------------------------------------------------- */
/* = BLOG META 
/* ------------------------------------------------- */

.blogEntry_metadata {
    width: 100%;
   /* float: left;*/
    margin-bottom: 15px; }
.blogEntry_metadata div {
    display: inline-block;
    margin-right: 15px;
    font-size: 11px;
    color: #999; }
.blogEntry_metadata div a {
    color: #444;
    font-size: 12px;
    padding-left: 3px; }
.blogEntry_metadata div:hover {
    color: #aaa094; }
.blogEntry_metadata li.post-tags a:first-child {
    padding-left: 3px; }
.post_container {
    position: relative;
    overflow: hidden; }
.post-image ul {
    max-height: 397px; }
.blogEntry {
	overflow: hidden;
	position: relative; }
.blog-thumbnail-slide {
	clear: both;}
.single .blogEntry {
	margin-bottom: 0; }
.blogEntry .wt_dates {
    width: 45px;
    height: 90px;
    position: absolute;
    z-index: 100;
    left: 0;
    top: 0;
    float: left;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.blogEntry:hover .wt_dates {
    left:-45px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.no-media .post_container:hover .wt_dates {
    left: 0; }
.blogEntry .post-category {
    width: 45px;
    height: 45px;
    background-color: #aaa094; }
.blogEntry .post-category i {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 20px;
    width: 45px;
    height: 45px; }
.page-content.colored .blogEntry .entry_date {
    background: #fff; }
.blogEntry .entry_date {
    width: 45px;
    height: 45px;
    background-color: #555; }
.blogEntry .entry_date span {
    text-align: center;
    width: 100%;
    display: block;
    color: #fff; }
.blogEntry .entry_date .day {
    font: 18px 'Lato', Arial, sans-serif;
    padding-top: 7px;
    line-height: 18px;
    color: #fff; }
.blogEntry .entry_date .month {
    text-transform: uppercase;
    font-size: 12px; }
.post_container {
    background: none repeat scroll 0 0 #FFFFFF; }
.singleSound {
    border-radius: 0 !important;
    overflow: hidden; }
.widgetContainer {
    border-radius: 0 !important;
    box-shadow: none !important; }
.g-grey-border{
    border:none !important; }

/* ------------------------------------------------- */
/* = LIST BLOG POST STANDARD 
/* ------------------------------------------------- */

.blog_style_1,
.blog_style_2,
.blog_style_3,
.blog_style_4 {
    display: block;
    margin-bottom: 50px;
    overflow: hidden;
    position: relative; }
.post-blockquote blockquote {
    margin-bottom: 0;
    padding: 30px; }
.post-blockquote blockquote p {
    z-index: 0;
    font-family: 'Open Sans', sans-serif; 
    font-size: 14px;
    line-height: 1.8; }
.blog_style_1 .post_container .post-video {
    display: inline; }
.blog_style_1 .post_container .post-video iframe {
    display: block;
    min-height: 383px;
    overflow: hidden;
    width: 100%; }

/* ------------------------------------------------- */
/* = LIST BLOG POST STYLE 2  
/* ------------------------------------------------- */

.blog_style_2 .post-image,
.blog_style_2 .post-video, 
.blog_style_2 .post-audio {
    display: block;
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 40%; }
.blog_style_2 .blogEntry_content {
    width: 60%;
    float: left;
    padding: 9px 13px 13px 20px;  }
.blog_style_2.no-media .blogEntry_content {
    padding-top: 15px; }
.blog_style_2.no-media .blogEntry_content,
.blog_style_3.no-media .blogEntry_content {
    width: 100%; }
.blog_style_2 .post-video,
.blog_style_2 .post-audio,
.blog_style_3 .post-video,
.blog_style_3 .post-audio{
    max-height: 500px;
    height: 100% !important; }
.blog_style_2 .post-video iframe{
    min-height: 100% !important;
    height: 225px; }
.blog_style_2 .post-audio iframe{
    height: 225px; }
.blog_style_2 .post-image:before,
.blog_style_3 .post-image:before{
    content: "-";
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.05);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: auto;
    z-index: 0; }

/* ------------------------------------------------- */
/* = LIST BLOG POST STYLE 3 
/* ------------------------------------------------- */

.blog_style_3{
    padding-bottom: 50px;
    border-bottom: 1px solid #ecf0f1; }
.blog_style_3 .post-image,
.blog_style_3 .post-video, 
.blog_style_3 .post-audio {
    display: block;
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 35%; }
.blog_style_3 .blogEntry_content {
    width: 55%;
    float: left;
    border: none;
    padding: 0 0 0  20px; }
.blog_style_3 .wt_dates {
    position: relative;
    margin-right: 20px; }
.blog_style_3 .post_container:hover .wt_dates {
    left: 0; }
.blog_style_3.no-media .blogEntry_content {
    width: 90%;
    padding: 0 }
.blog_style_3.no-media .post_container .blogEntry_content a h4, .blog_style_3 .post_container .blogEntry_content a h4 {
    margin-top: 0; }
.blog_style_3 .post-video iframe{
    min-height: 100% !important;
    height: 200px; }
.blog_style_3 .post-audio iframe{
    height: 200px; }

/* ------------------------------------------------- */
/* = LIST BLOG POST STYLE 4 
/* ------------------------------------------------- */

.blog_style_4 {
    padding-bottom: 50px;
    border-bottom: 1px solid #ecf0f1; }
.blog_style_4 .post-image,
.blog_style_4 .post-video, 
.blog_style_4 .post-audio {
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative; }
.blog_style_4 .wt_dates {
    position: relative;
    margin-right: 20px;
    margin-top: 20px; }
.blog_style_4 .post_container:hover .wt_dates {
    left: 0; }
.blog_style_4.no-media .blogEntry_content {
    width: 90%;
    padding: 0 }
.blog_style_4.no-media .post_container .blogEntry_content {
    padding-top: 0; }
.blog_style_4.no-media .post_container .blogEntry_content a h4 {
    margin-top: 0; }
.blog_style_4 .post_container .blogEntry_content {
    border: medium none;
    float: right;
    padding: 20px 0 0;
    width: 92%; }
.no-media .wt_dates {
    margin-top: 0; }
.blog_style_4 .post_container .post-video {
    display: inline; }
.blog_style_4 .post_container .post-video iframe {
    display: block;
    min-height: 383px;
    overflow: hidden;
    width: 100%; }
.blog_style_4 .post_container .blogEntry_content a.read-more {
    margin-bottom: 0; }

/* ------------------------------------------------- */
/* = BLOG SINGLE POST 
/* ------------------------------------------------- */

.single_blog {
    padding-bottom: 50px;
    border-bottom: 1px solid #ecf0f1; }
.single_blog .post-image,
.single_blog .post-video, 
.single_blog .post-audio {
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative; }
.single_blog .wt_dates {
    position: relative;
    margin-right: 20px;
    margin-top: 20px; }
.single_blog .post_container:hover .wt_dates {
    left: 0; }
.single_blog.no-media .blogEntry_content {
    width: 90%;
    padding: 0 }
.single_blog .post_container .blogEntry_content {
    border: medium none;
    float: right;
    padding: 20px 0 0;
    width: 92%; }
.no-media .wt_dates {
    margin-top: 0; }
.no-media .post_container .blogEntry_content {
    /*padding-top: 0;*/ }
.single_blog .post_container .post-video {
    display: inline; }
.single_blog .post_container .post-video iframe {
    display: block;
    min-height: 383px;
    overflow: hidden;
    width: 100%; }
.single_blog .post_container .blogEntry_content a.read-more {
    margin-bottom: 0; }
.single_blog .blogEntry_content {
    margin-bottom: 30px; }

/* ------------------------------------------------- */
/* = BLOG SINGLE POST 2 
/* ------------------------------------------------- */

.blog_post_2 .single_blog .post_container .blogEntry_content {
    border: medium none;
    float: right;
    padding: 20px 0 0;
    width: 88%; }
.blog_style_6 .post_container .post-video iframe {
    display: block;
    min-height: 255px;
    overflow: hidden;
    width: 100%; }

/* ------------------------------------------------- */
/* = POST SHARE ARTICLE
/* ------------------------------------------------- */

.shares {    
    float: left;
    list-style: none outside none;
    margin-left: 8%;
    position: relative;
    margin-bottom: 0; }
.shares li { float: left; }
.shares li.shareslabel h3 {
	padding: 10px 15px; 
	font-weight: 600; 
	text-transform: uppercase; 
	background: #444;
	font-size: 18px;
	margin: 0;
	font-family: 'Open Sans', sans-serif; 
	margin-right: 5px; 
	color: #ffffff; }
.shares li a {
    background: none no-repeat scroll 4px 3px #FFFFFF;
    border: 1px solid #222222;
    display: block;
    height: 40px;
    margin: auto 2px;
    text-align: center;
    width: 40px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out; }
.shares li a:hover { 
    background-position: 4px -62px; 
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out; }
.shares li a:active { background-color: #ecf0f1; }
.shares li a.twitter { background-image: url(../img/icons/social/twitter.png); }
.shares li a.twitter:hover { background-color:#9AE4E8 !important;border-color: #9AE4E8;}

.shares li a.facebook { background-image: url(../img/icons/social/facebook.png); }
.shares li a.facebook:hover { background-color:#3B5998 !important;border-color: #3B5998;}

.shares li a.gplus { background-image: url(../img/icons/social/gplus.png); }
.shares li a.gplus:hover { background-color:#d34836 !important;border-color: #d34836;}

.shares li a.pinterest { background-image: url(../img/icons/social/pinterest.png); }
.shares li a.pinterest:hover {background-color:#C92228 !important;border-color: #C92228;}

.shares li a.yahoo { background-image: url(../img/icons/social/yahoo.png); }
.shares li a.yahoo:hover { background-color:#d34836 !important;border-color: #d34836;}

.shares li a.linkedin { background-image: url(../img/icons/social/linkedin.png); }
.shares li a.linkedin:hover { background-color:#007bb6 !important;border-color: #007bb6;}

/* ------------------------------------------------- */
/* = BLOG SINGLE POST
/* ------------------------------------------------- */

.aboutTheAuthor_wrapp {
    background: #F6F6F6;
    overflow: hidden;
    position: relative;
    margin-top: 50px; }
.author .aboutTheAuthor_wrapp {
    margin-top: 0px; }
.aboutTheAuthor_wrapp .gravatar {
    background: #222222;
    float: left;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    padding: 25px 0;
    text-align: center;
    width: 25%; }
.aboutTheAuthor_wrapp .gravatar > img {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin: 10px auto 15px;
    padding: 4px;
    max-width: 80px;
    max-height:80px; }
.about_author h3 {
    margin: 0 auto 5px;
    text-transform: uppercase; }
.aboutTheAuthor_content h4 a {
    color: #222222;
    font-size: 16px; }
.aboutTheAuthor_content h4 a:hover {color:#aaa094;}
.author_bio {
    display: block;
    float: right;
    padding: 20px;
    position: relative;
    width: 75%; }
.author_bio > h5 {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    margin: 0 auto 10px; }
.author_bio h5 a {
    color: #aaa094;
    font-family: 'Open Sans', sans-serif;
    font-size: 13.5px;
    font-weight: 600;
    margin-left: 2px; }
.author_social {
    list-style: none outside none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    text-align: center;
    z-index: 9999; }
.author_social li {
    background: none !important;
    display: inline-block; }
.author_social li a {
    color: #fff;
    border:1px solid #fff;
    display:block;
    height: 30px;
    text-align: center;
    width: 30px;
    border-radius:50%;
    -webkit-border-radius: 50%;-moz-border-radius: 50%;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s; }
.author_social li a i {
    font-size: 14px;
    line-height: 30px; }
.author_social li a.fb:hover      {background: #2f5a9a; border-color:#2f5a9a; color: #fff;}
.author_social li a.twtr:hover    {background: #3abdd1; border-color:#3abdd1; color: #fff;}
.author_social li a.gmail:hover   {background: #222222; border-color:#222222; color: #fff;}
.author_social li a.pinterest:hover{background: #d13a3a; border-color:#d13a3a; color:#fff;}
.author_social li a.rss:hover     {background: #f15200; border-color:#f15200; color:#fff;}
.author_social li a.tumblr:hover  {background: #203550; border-color:#203550; color:#fff;}
.author_social li a.flickr:hover        {background: #ff0084; border-color:#ff0084; color:#fff;}
.author_social li a.instagram:hover     {background: #507ea4; border-color:#507ea4; color:#fff;}
.author_social li a.linkedin:hover      {background: #0072b2; border-color:#0072b2; color:#fff;}
.author_social li a.skype:hover         {background: #00aaf1; border-color:#00aaf1; color:#fff;}
.author_social li a.youtube:hover       {background: #ff3330; border-color:#ff3330; color:#fff;}
.author_social li a.dribbble:hover      { background: #f973a4; border-color:#f973a4; color:#fff;}

/* ------------------------------------------------- */
/* = COMMENT BLOG POST 
/* ------------------------------------------------- */

#comments {
    border-top: 1px solid #ecf0f1;
    margin: 50px auto 0;
    padding: 30px 0 0; }
.commentList { margin:0; padding:0;}
.commentList li {
    background:none;  
    margin:0;
    padding:0;
    overflow:hidden; }
.commentList ul.children { margin-left:94px;padding:0;}
.comment_content {
    border:solid 1px #ecf0f1;    
    margin-bottom:20px;
    margin-left:90px;
    padding:20px 20px 0;
    position:relative;
    -moz-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out; }
.comment_content:hover {
    background:#ecf0f1;
    border-color:#aaa094; }
.comment_content .fa-comments {
	display: none; }
.avatar:hover img {border-color: #aaa094; }
.comment-body { margin-bottom:20px; }
.comment_wrap .gravatar {
    float:left;
    width:75px; 
    overflow: hidden;
    position: relative; }
.comment_wrap .gravatar  img {
    display:block;
    margin-right:20px;
    z-index: 0;
    border:1px solid #ecf0f1;
    padding:3px;
    border-radius: 100%; }
.comment_wrap .comment_author {
	display: block;
    font-size:16px;
    line-height:20px;
    margin: 0; }
.comment_wrap .comment_author a {color:#555}
#comment {
    border-bottom: 1px solid #ecf0f1;
    padding-bottom: 50px;
    margin-bottom: 30px; }
#comments li .comment_content:hover a {color: #aaa094;}
#comments .comment_text { margin: 10px 0 20px 0; }
#comments .comment_time { font-size: 12px; font-style: italic;color: #666;}
#comments li .comment_content:hover .comment_time { color: #aaa094; }
/* comment hover effect */  
#comments li .comment_content:hover h4 { color:#aaa094; }
.comment_wrap .comment { 
    position: relative; }
.comment_wrap .comment-reply-link { 
    position: absolute;
    right: 20px;
    top: 20px; }
.reply a.comment-reply-link {
    color: inherit !important;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none !important;
    text-transform: uppercase; }
.comment-reply-link {
    position: absolute;
    right: 20px;
    top: 20px; }
.row-fluid textarea, textarea {
    font-size: 14.994px;
    height: auto;
    line-height: 24px;
    padding: 10px !important;
    background: #FFFFFF;
    border:1px solid #e9e9e9;
    color: #A3A3A3; }
.row-fluid textarea:focus, .row-fluid input:focus {
    border-color: #aaa094 !important;
    -moz-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out; }
.commentform > input {
    margin-bottom:25px;
    margin-right:20px;
    width: 31.6%;
    position: relative;
    background: #FFFFFF;
    padding: 10px;
    border:1px solid #e9e9e9;
    color: #A3A3A3; }
input[type="text"],
input[type="email"] {
    border-radius: 0;
    position: relative;
    background: #FFFFFF;
    border:1px solid #e9e9e9;
    color: #A3A3A3;
    height: 40px;
    font-size: 13px;
    box-shadow: none; }
#wt_footerWrapper input[type="text"],
#wt_footerWrapper input[type="email"],
#wt_footerWrapper textarea {
    background: #222222;
    border:1px solid #464646;
    color: #A3A3A3; }
.blog_post_2 .comment_form > input {
    margin-bottom:25px;
    margin-right:20px;
    width: 30.6%;
    position: relative;
    background: #FFFFFF;
    padding: 10px;
    border:1px solid #e9e9e9;
    color: #A3A3A3; }
#comments {
    margin-bottom: 20px; }
.commentform > input:last-child {
    margin-right:0; }

/* ------------------------------------------------- */
/* = CONTACT FORM 
/* ------------------------------------------------- */

#contactForm {
    margin-top:30px; }
textarea {
    resize: vertical;
    width:100%; }
.text_input  {
    height: 46px;
    border-radius:0;
    padding: 12px;
    margin-bottom: 10px; }
.text_input:focus,
.text_area:focus {
	border-color:#66afe9;
	outline:0; }
.text_input:-moz-placeholder, .text_area:-moz-placeholder{color:#999999;}
.text_input::-moz-placeholder, .text_area::-moz-placeholder{color:#999999;opacity:1;}
.text_input:-ms-input-placeholder, .text_area:-ms-input-placeholder{color:#999999;}
.text_input::-webkit-input-placeholder, .text_area::-webkit-input-placeholder{color:#999999;}
.text_input.error:focus,
.text_area.error:focus {
	box-shadow: none;
	border-color: #aaa094; }
label.error {
	font-style: italic;
	color: #ebedef;
	font-size: 13.006px;
	line-height: 18.004px;
	font-weight: normal;
	margin-top: 5px;
	text-shadow: none;
	text-decoration: none; }
label.error i {
	margin-right: 3px; }
label.error {
  color: #aaa094; }
label {
    margin-bottom:10px; }
.reset-form {
	font-family: FontAwesome;
	position: relative;
	float: right;
	text-decoration: none; }
.reset-form:after {
	content: "\f057";
	position: relative;
	margin-left: 4px;
	top: 1px;
	font-size: 1.1em;
	line-height: 52px; }

/* ------------------------------------------------- */
/* = PAGINATION
/* ------------------------------------------------- */

.paginate ul {
    margin: 0 auto;
    border-radius: 0; }
.paginate ul > li:first-child > a, .paginate ul > li:first-child > span,
.paginate ul > li:last-child > a, .paginate ul > li:last-child > span{
    border-radius: 0; }

/* ------------------------------------------------- */
/* = GRID COLUMNS SETTING
/* ------------------------------------------------- */

div.grid_columns {
    border-bottom: 1px solid #F6F6F6;
    padding-bottom: 20px;
    margin-bottom: 20px; }
div.grid_columns [class*="col-lg-"] span.col_block {
    background-color: #ecf0f1;
    display: block;
    line-height: 40px;
    min-height: 40px;
    text-align: center; }

/* ------------------------------------------------- */
/* = PORTFOLIO
/* ------------------------------------------------- */

.isotope-item {
    z-index: 2; }
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1; }
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s; }
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
    margin: 0 auto;
    position: relative;
   /* width: 100%;*/ }
.wt_isotope_shortcode.isotope {
    text-align: center; }
.wt_blog_shortcode .isotope {
	overflow: hidden; }

.isotope .isotope-item {
     -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity; }

/* Disabling Isotope CSS3 transitions */
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s; }
.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none; }
#portfolio {
    width:100%;
    padding-bottom:120px;
    position:relative;
    z-index:9; }
.sortableLinks {
    margin: 0 auto 25px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    width: auto;
    z-index: 10; }
.sortableLinks a {
    color:#555;
	display: inline-block;
    list-style: none outside none;
    margin: 0 1px 0 0;
    border: 1px solid #000000;
    padding: 10px 20px;
    font-size: 13px;
    line-height: 12px;
    transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -webkit-transition: all .215s ease-in-out; }
.sortableLinks a.selected {
	border: 1px solid #aaa094;
    border-color: #aaa094;
    background: #aaa094; }
.sortableLinks a.selected  {
    color: #ffffff; }
.sortableLinks a:hover {
    color:#ffffff;
    background-color:#aaa094;
    border-color: #aaa094;
    transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -webkit-transition: all .215s ease-in-out; }
.sortableLinks a:hover {
    color: #fff; }
#list {
	margin-bottom:30px; }
.wt_portofolio_item:last-child {
	margin-bottom:0; }
.wt_portfolio_wrapper {
    position:relative;
    padding: 0; }
.wt_portfolio_wrapper_carousel {
	clear: both; }
.wt_portofolio_item {
    margin-bottom:3%;
    margin-bottom:35px;
    overflow: hidden; }
.wt_portfolio_wrapper_carousel .owl-wrapper-outer {
	margin-bottom: 30px; }
.portfolio_related_posts {
	margin-top: 30px; }

/* ------------------------------------------------- */
/* = PORTFOLIO STYLE 2
/* ------------------------------------------------- */

.wt_portofolio_item .wt_image_frame .wt_hover_link {
    position: absolute;
    top: -40%;
    margin-left: -47px;
    background: #222222;
    padding: 0;
    color: #FFFFFF;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    opacity: 0;
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0); }
.wt_portofolio_item .wt_image_frame .wt_hover_view {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-right: -47px;
    background: #222222;
    padding: 0;
    color: #ffffff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: block;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    outline: none !important;
    -webkit-backface-visibility: hidden; }
.wt_portofolio_item .wt_hover_link:hover, 
.wt_portofolio_item .wt_hover_view:hover {
    background: #aaa094;
    color: #fff;
    z-index: 999;
    transform: rotate(-36deg);
    -webkit-transform: rotate(-36deg);
    -moz-transform: rotate(-36deg);
    -o-transform: rotate(-36deg);
    -ms-transform: rotate(-36deg); }
.wt_portofolio_item .wt_portofolio_container:hover .wt_hover_link { top: 50%; margin-top: -20px;opacity: 1;}
.wt_portofolio_item .wt_portofolio_container:hover .wt_hover_view { bottom: 50%; margin-bottom: -20px;opacity: 1;}

/* ------------------------------------------------- */
/* = DETAILS PORTFOLIO 
/* ------------------------------------------------- */

.post-meta {
	margin: 0;
	list-style-type: none; }
.post-meta li {
    border-bottom: 1px solid #ecf0f1;
    color: #888;
    font-size: 13px;
	margin: 0;
    padding: 0;
    line-height: 38px; }
.post-meta {
	margin-bottom: 20px; }
.post-meta li .post-meta-key {
    color: #686868;
    padding-right: 5px; }
.post-meta li a {
    color: #888;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px; }
.post-meta li a:hover {
	color: #aaa094; }

/* ------------------------------------------------- */
/* = ICON LIST 
/* ------------------------------------------------- */

.icon_lists {
    margin-top: 22px; }
.icon_lists .fa-hover a {
    border-radius: 0;
    color: #222222;
    display: block;
    height: 32px;
    line-height: 32px;
    padding-left: 10px; }
.icon_lists .fa-hover a .fa {
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    text-align: right;
    width: 32px; }
.icon_lists .fa-hover a:hover {
    background-color: #aaa094;
    color: #FFFFFF;
    text-decoration: none; }
.icon_lists .fa-hover a:hover .fa {
    font-size: 24px;
    vertical-align: -3px; }
.icon_lists .fa-hover a:hover .text-muted {
    color: #BBE2D5; }

/* ------------------------------------------------- */
/* = DROPCAP STYLE
/* ------------------------------------------------- */

.dropcap {
    color: #585858;
    display: block;
    float: left;
    font-size: 44px;
    height: 40px;
    line-height: 40px;
    margin-right: 5px; }
.dropcap1 {
    color: #fff;
    display: block;
    float: left;
    font-size: 40px;
    height: 40px;
    padding:0 5px;
    line-height: 40px;
    margin-right: 5px;
    background:#aaa094; }

/* ------------------------------------------------- */
/* = HIGHTLIGHT STYLE 
/* ------------------------------------------------- */

.highlight { 
	color: #aaa094; }
.highlight1 {
    border-bottom: 1px dotted #aaa094;
    color: #aaa094;
    cursor: help;
    display: inline-block; }
.highlight2 {
    background: none repeat scroll 0 0 #aaa094;
    color: #FFFFFF;
    padding: 0 3px 1px;
    display: inline-block; }
.highlight3 {
    background: none repeat scroll 0 0 #c0392b;
    color: #FFFFFF;
    padding: 0 5px 1px;
    display: inline-block; }

/* ------------------------------------------------- */
/* = MAPS STYLE
/* ------------------------------------------------- */

.maps {
    position:relative; }
#jogjamap {
    max-height:450px;
    height:400px; }
#map_menu {
    width: 100%;
    height: 200px; }
.contact_details li {
    padding:0 0 5px 0;
    list-style:none; }

/* ------------------------------------------------- */
/* = WIDGET CONTACT STYLE
/* ------------------------------------------------- */

#wt_containerWrapper .wt_contactInfo {padding:0;margin-top:20px;}
#wt_containerWrapper .wt_contactInfo p strong { color:#666; float: left; text-align: left; margin: 0 5px 5px 0;font-size: 12px;width:20%; max-width: 75px; min-width: 55px; }
#wt_containerWrapper .wt_contactInfo p {
    margin: 0 0 5px 0; }
#wt_containerWrapper .wt_contactInfo p {
    line-height: 30px;
    position: relative; }
.wt_contactInfo p a {
    font-size: 12.5px; }
#wt_containerWrapper .wt_contactInfo p a:hover {
    color: #aaa094;
    text-decoration: none; }
#wt_containerWrapper .wt_contactInfo i {
    border-radius: 50%;
    float: left;
    color: #666;
    border: 1px solid #666666; 
    height: 30px;
    line-height: 30px;
    margin: 1px 5px 0 0;
    overflow: hidden;
    text-align: center;
    width: 30px; }
#wt_containerWrapper .wt_contactInfo a {
    color: #444444; }
#wt_footerWrapper .wt_contactInfo i {
	border-radius: 100%;
    display: inline-block;
    color: #f9f9f9;
    border: 1px solid #f9f9f9;
    font-size: 12px;
	height: 25px;
	line-height: 23px;
	margin: 2px 5px 0 0;
	text-align: center;
	width: 25px; }
.wt_social_wrap_aw a:hover {
	background: #aaa094; }

/* ------------------------------------------------- */
/* = WIDGET SOCIAL STYLE 
/* ------------------------------------------------- */

.widget_social {
    list-style: none outside none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0; }
.widget_social li {
    float: left;
    background: none !important; }
.widget_social li a {
    color: #666;
    display:block;
    height: 40px;
    text-align: center;
    width: 40px;
    border-radius:50%;
    border: 1px solid #666;
    -webkit-border-radius: 50%;-moz-border-radius: 50%;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    line-height: 40px;
    margin-right:10px; 
    margin-bottom: 10px; }
.widget_social li a i {
    font-size: 18px;
    margin-right: 0;
    float: none;
    line-height: 40px; }
.widget_social li a.fb:hover      		{border-color:#2f5a9a; color: #2f5a9a;}
.widget_social li a.twtr:hover    		{border-color:#3abdd1; color: #3abdd1;}
.widget_social li a.gmail:hover   		{border-color:#222222; color: #222222;}
.widget_social li a.pinterest:hover		{border-color:#d13a3a; color: #d13a3a;}
.widget_social li a.rss:hover     		{border-color:#f15200; color: #f15200;}
.widget_social li a.tumblr:hover  		{border-color:#203550; color: #203550;}
.widget_social li a.flickrs:hover       {border-color:#ff0084; color: #ff0084;}
.widget_social li a.instagram:hover     {border-color:#507ea4; color: #507ea4;}
.widget_social li a.linkedin:hover      {border-color:#0072b2; color: #0072b2;}
.widget_social li a.skype:hover         {border-color:#00aaf1; color: #00aaf1;}
.widget_social li a.youtube:hover       {border-color:#ff3330; color: #ff3330;}
.widget_social li a.dribbble:hover      { border-color:#f973a4; color: #f973a4;}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.19
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0; }

/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
	vertical-align: top;
	word-wrap:break-word; }
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-webkit-perspective: 1000; }
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%; }
.owl-carousel .owl-item{
	float: left;
	text-align:center; }
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
	cursor: pointer; }
.owl-controls .owl-buttons {
	margin-top: 10px; }
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
ul.owl-carousel,
.wt_team_social {
	margin: 0;
	list-style-type: none; }
ul.owl-carousel ul,
.owl-carousel li.item {
	margin: 0; }
	
/* mouse grab icon */
.grabbing { 
  cursor: move; }

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden; }
.owl-theme .owl-controls {
	text-align: center; }
 
/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */ }
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 30px;
	height: 10px;
	margin: 0 2px;
	background: #444; }
.blog-thumbnail-slide .owl-theme .owl-controls .owl-page span,
.portEntry .owl-theme .owl-controls .owl-page span {
	background: #fff; }
.img_blog.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 25px;
	height: 10px;
	margin: 0 2px 10px;
	background: #fff; }
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span,
.img_blog.owl-carousel.owl-theme .owl-controls .owl-page.active span,
.img_blog.owl-carousel.owl-theme .owl-controls .owl-page span:hover{
	background-color: #aaa094; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px; }

/* --------------------------------------------------------	*/
/* Owl Carousel carousel-top-navigation */
/* --------------------------------------------------------	*/

.owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
  zoom: 1; 
 *display: inline;/*IE7 life-saver */
  width: 35px;
  margin: 0 3px;
  height: 35px; 
  cursor: pointer;
  z-index: 100;    
  line-height: 35px;
  font-size: 18px;
  font-family: 'FontAwesome';
  font-weight: bold;
  font-style: normal;
  text-align: center;
  background: transparent;
  border: 1px solid #34302D;
  color: #34302D; }
   
.blog-thumbnail-slide .owl-controls,
.portEntry .owl-controls {
	position: absolute;
    bottom: 7px;
	right: 15px;
}
.blog-thumbnail-slide .owl-carousel,
.portEntry .owl-carousel {
    margin-bottom: 0 !important;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
       
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	text-decoration: none;
	border-color:#aaa094;
	color: #aaa094; }
.owl-prev {
  right: 10%; }
.owl-next {
  left: 0px; }
.owl-prev:before {
  content:"\f104";
  margin:0px auto; }  
.owl-next:before {
  content:"\f105";
  margin:0px auto; }
.owl-prev.disabled, .owl-next.disabled, .owl-prev.disabled:hover, .owl-next.disabled:hover {
  border-color:#c8cfd7 !important;
  color: #c8cfd7 !important;
  cursor: no-drop !important; }
.related_work.owl-carousel{
	margin-bottom: 15px; }
.related_work .owl-controls {
    left: auto;
    right: 50px;
    top: -27%; }
/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}

/* ---- Theme Common Styles ---------------------------
   Author: WhoaThemes
   ------------------------------------------------- */
   
/* Heading Custom Styles
   ------------------------------------------------- */	
.wt_title h1,
.wt_title h2,
.wt_title h3,
.wt_title h4,
.wt_title h5,
.wt_title h6 { 
	margin-bottom: 20px;
	margin-top: 10px;
	line-height: 30px; }
	
/* ----- Headings #1  ----- */	
.wt_title.wt_heading_1 h1,
.wt_title.wt_heading_1 h2,
.wt_title.wt_heading_1 h3,
.wt_title.wt_heading_1 h4,
.wt_title.wt_heading_1 h5,
.wt_title.wt_heading_1 h6 { 
	position: relative; }
.wt_title.wt_heading_1 h1:after,
.wt_title.wt_heading_1 h2:after,
.wt_title.wt_heading_1 h3:after,
.wt_title.wt_heading_1 h4:after,
.wt_title.wt_heading_1 h5:after,
.wt_title.wt_heading_1 h6:after {
	content: "";
	display: block;
	border-bottom: 1px solid;
	border-color: #e1e1e1;
	width: 30%;
	height: 1px;
	margin: 30px 0; }
.wt_title.wt_heading_1 h1:before,
.wt_title.wt_heading_1 h2:before,
.wt_title.wt_heading_1 h3:before,
.wt_title.wt_heading_1 h4:before,
.wt_title.wt_heading_1 h5:before,
.wt_title.wt_heading_1 h6:before {
	content: "";
	display: block;
	background: #fcfcfc;
	border-radius: 100%;
	height: 10px;
	width: 10px;
	border: 1px solid;
	border-color: #e1e1e1;
	position: absolute;
	left: 0;
	bottom: 0;
	margin-left: 0;
	margin-bottom: -4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;  
	box-sizing: border-box;
	-webkit-box-shadow: 0 1px 2px #999; 
	-moz-box-shadow: 0 1px 2px #999; 
	box-shadow: 0 1px 2px #999; }
.wt_title.wt_heading_1.center {
	text-align: center;	}
.wt_title.wt_heading_1.center h1:after,
.wt_title.wt_heading_1.center h2:after,
.wt_title.wt_heading_1.center h3:after,
.wt_title.wt_heading_1.center h4:after,
.wt_title.wt_heading_1.center h5:after,
.wt_title.wt_heading_1.center h6:after {
	margin: 30px auto; }
.wt_title.wt_heading_1.center h1:before,
.wt_title.wt_heading_1.center h2:before,
.wt_title.wt_heading_1.center h3:before,
.wt_title.wt_heading_1.center h4:before,
.wt_title.wt_heading_1.center h5:before,
.wt_title.wt_heading_1.center h6:before {
	left: 50%;
	margin-left: -5px; }
.wt_title.wt_heading_1.right {
	text-align: right;	}
.wt_title.wt_heading_1.right h1:after,
.wt_title.wt_heading_1.right h2:after,
.wt_title.wt_heading_1.right h3:after,
.wt_title.wt_heading_1.right h4:after,
.wt_title.wt_heading_1.right h5:after,
.wt_title.wt_heading_1.right h6:after {
	margin: 30px 0 30px auto; }
.wt_title.wt_heading_1.right h1:before,
.wt_title.wt_heading_1.right h2:before,
.wt_title.wt_heading_1.right h3:before,
.wt_title.wt_heading_1.right h4:before,
.wt_title.wt_heading_1.right h5:before,
.wt_title.wt_heading_1.right h6:before {
	left: 100%;
	margin-left: -10px; }	
	
/* ----- Headings #2  ----- */	
.wt_title.wt_heading_2 {
	overflow: hidden;
	margin-bottom: 30px;
	display: table; }
.wt_title.wt_heading_2 .wt_title_sep_wrap {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	position: relative;
	height: 7px; }	
.wt_title.wt_heading_2 .wt_title_sep {
	display: block;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	width: 100%;
	position: relative;
	height: 7px;
	top: 1px; }
.wt_title.wt_heading_2 h1,
.wt_title.wt_heading_2 h2,
.wt_title.wt_heading_2 h3,
.wt_title.wt_heading_2 h4,
.wt_title.wt_heading_2 h5,
.wt_title.wt_heading_2 h6 {		
	float: left;
	padding: 0 10px 0 0;
	margin: 0;
	display: table-cell;
	white-space: pre; }
.wt_title.wt_heading_2.right h1,
.wt_title.wt_heading_2.right h2,
.wt_title.wt_heading_2.right h3,
.wt_title.wt_heading_2.right h4,
.wt_title.wt_heading_2.right h5,
.wt_title.wt_heading_2.right h6 {		
	float: right;
	padding: 0 0 0 10px; }
	
/* ----- Headings #3  ----- */	
.wt_title.wt_heading_3 {
	position: relative;
	margin-bottom: 20px; }	
.wt_title.wt_heading_3 h1,
.wt_title.wt_heading_3 h2,
.wt_title.wt_heading_3 h3,
.wt_title.wt_heading_3 h4,
.wt_title.wt_heading_3 h5,
.wt_title.wt_heading_3 h6 { 
	border-bottom: 1px solid; 
	border-color: #e5e5e5; }
.wt_title.wt_heading_3 h1:after,
.wt_title.wt_heading_3 h2:after,
.wt_title.wt_heading_3 h3:after,
.wt_title.wt_heading_3 h4:after,
.wt_title.wt_heading_3 h5:after,
.wt_title.wt_heading_3 h6:after {
	background: none repeat scroll 0 0 #aaa094;
	bottom: -1px;
	content: " ";
	height: 3px;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: auto;
	width: 50px; }
.wt_title.wt_heading_3 h1 span,
.wt_title.wt_heading_3 h2 span,
.wt_title.wt_heading_3 h3 span,
.wt_title.wt_heading_3 h4 span,
.wt_title.wt_heading_3 h5 span,
.wt_title.wt_heading_3 h6 span { 
	display: inline-block;
	padding-bottom: 10px;  }
.wt_title.wt_heading_3.center h1,
.wt_title.wt_heading_3.center h2,
.wt_title.wt_heading_3.center h3,
.wt_title.wt_heading_3.center h4,
.wt_title.wt_heading_3.center h5,
.wt_title.wt_heading_3.center h6 { 
	text-align: center; }
.wt_title.wt_heading_3.right h1,
.wt_title.wt_heading_3.right h2,
.wt_title.wt_heading_3.right h3,
.wt_title.wt_heading_3.right h4,
.wt_title.wt_heading_3.right h5,
.wt_title.wt_heading_3.right h6 { 
	text-align: right; }
	
/* ----- Headings #4  ----- */	
.wt_title.wt_heading_4 {
	background: transparent url(../img/divider_line.png) repeat-x center center;
	overflow: hidden;
	margin-bottom: 30px; }
.wt_title.wt_heading_4 h1,
.wt_title.wt_heading_4 h2,
.wt_title.wt_heading_4 h3,
.wt_title.wt_heading_4 h4,
.wt_title.wt_heading_4 h5,
.wt_title.wt_heading_4 h6 {
	display: inline;
	padding: 0 10px 0 0;
	margin: 0;
	background: #ffffff; }
.wt_title.wt_heading_4.right h1,
.wt_title.wt_heading_4.right h2,
.wt_title.wt_heading_4.right h3,
.wt_title.wt_heading_4.right h4,
.wt_title.wt_heading_4.right h5,
.wt_title.wt_heading_4.right h6 {
	padding: 0 0 0 10px; }
.wt_title.wt_heading_4.center h1,
.wt_title.wt_heading_4.center h2,
.wt_title.wt_heading_4.center h3,
.wt_title.wt_heading_4.center h4,
.wt_title.wt_heading_4.center h5,
.wt_title.wt_heading_4.center h6 {
	padding: 0 10px;
	margin: 0 auto; }
.wt_title.wt_heading_4.right {
	text-align: right; }
.wt_title.wt_heading_4.center {
	text-align: center; }		
	
#wt_content h1.dottedBg,
#wt_content h2.dottedBg,
#wt_content h3.dottedBg,
#wt_content h4.dottedBg {
	background: #fafafa;
	padding: 8px 15px; }
.fullWidth #wt_content h1.dottedBg, #wt_main h1.dottedBg,
.fullWidth #wt_content h2.dottedBg, #wt_main h2.dottedBg,
.fullWidth #wt_content h3.dottedBg, #wt_main h3.dottedBg,
.fullWidth #wt_content h4.dottedBg, #wt_main h4.dottedBg {
	border: 1px solid #eeeeee;
	border-left: 3px solid #072945; }
h2.blogEntry_title,
#wt_content .blog_shortcode h2.dottedBg,
#wt_content .portfolio_wrapper_carousel h2.dottedBg {
	font-size: 18px;
	line-height: 1em; }
#wt_content .blog_shortcode h2.dottedBg,
#wt_content .portfolio_wrapper_carousel h2.dottedBg {
	color: #222222; }
.headings h2 {
	font-size: 18px;
	font-weight: bold; }	
.headings.white h2 {
	color: #ffffff; }

/* code & pre
   ------------------------------------------------- */	
code, pre {
	display: block;
	white-space: pre; }
.code_wrap {
	border: 1px solid #dddddd;
	padding: 5px;
	margin-bottom: 20px;
	clear: both; }
.code, .pre {
	white-space: pre-wrap;                 /* CSS3 browsers  */
	white-space: -moz-pre-wrap !important; /* 1999+ Mozilla  */
	white-space: -pre-wrap;                /* Opera 4 thru 6 */
	white-space: -o-pre-wrap;              /* Opera 7 and up */
	background-color: #FAFAFA;
	overflow: auto;
	padding: 20px 10px;
	color: #222222;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; }
.code {
	background-image: url(../img/code.png); }
	
/* Top Widget Area
========================================================== */
#wt_topWidgetWrapper {
	background: #ffffff;
    border-bottom: 1px solid #EDEAE3;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	min-height:40px; }
header.active #wt_topWidgetWrapper, 
header.active #wt_topWidgetWrapper p, 
header.active #wt_topWidgetWrapper ul.social-icons li a {
    height: 0;
    min-height:0px;
    padding: 0;
    margin:0;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden; }
#wt_topWidgetWrapper p {
    float: left;
    color:#888;
    line-height:40px; }
.wt_contactInfo a {
    color:#888!important; }
.wt_contactInfo a:hover {
    color: #aaa094!important; }
#wt_topWidget .wt_contactInfo p {
    font-size: 12px; }
#wt_topWidget .wt_contactInfo i {
    font-size: 14px; }
#wt_topWidget .wt_contactInfo p i {
	color:#888;
	line-height:40px;
	float: left;
	padding-right:10px; }
#wt_topWidget .wt_contactInfo [class^="fa-"]:before, 
#wt_topWidget .wt_contactInfo [class*=" fa-"]:before {
	margin: 0; }
#wt_topWidget .wt_contactInfo p:last-child {
	border-right: none; }
#wt_topWidget .wt_contactInfo p {
    display: block;
    float: left;
    max-height: 40px;
    overflow: hidden;
    padding: 0 10px; }

/* Header Widget Area
   ------------------------------------------------- */	
#headerWidget {
	float: right;
	position: relative;
	z-index: 1; }
#headerWidget .widget {
	margin: 15px 0 0 15px!important; }
#introHeaderWidget {
	clear: both;
	text-align: center;
	margin: 0 0px 20px;
	text-shadow: 0 2px 1px #FFFFFF;
	background: #fafafa;
	border: 1px solid #dddddd; }
#introHeaderWidget h1 {
	margin-bottom: 0 !important;
	line-height: 45px;
	padding: 10px 15px; }
	
/* ------------------------------------------------- */
/* = SLIDERS  
/* ------------------------------------------------- */

/* Flex, Nivo, Anything, Cycle Sliders
   ------------------------------------------------- */	
#slide {
	clear: both;
	margin: 0 auto;
	position: relative;
	z-index: 91;
	padding: 0; }

/* Flex Slider ../styles
   ------------------------------------------------- */	
#flexSlider.flexslider {
	background: none;
	margin-bottom: 0;
	background: #2b2b2b; }	
#flexSlider.flex-preload {
	position: relative;
	overflow: hidden;
	background: #2b2b2b url("../img/loading.gif") no-repeat center center; }
#flexSlider .flex-control-thumbs li {
	margin: 0 4px 0;
	-webkit-box-shadow: 0px 1px 2px 0px #4a4a4a;
	-moz-box-shadow: 0px 1px 2px 0px #4a4a4a;
	box-shadow: 0px 1px 2px 0px #4a4a4a;
	width: 100px; }
#flexSlider .flex-control-thumbs {
	margin: 12px 0 8px; }
#flexSlider .flex-control-nav {
	bottom: 0px;
	position: absolute; }

/* Caption ../styles */

#flexSlider .flex-caption {
	padding: 20px;
	padding-top: 0;
	top: 50%;
	background: none;
	color: #ffffff;
	max-height: 100%; }	
#slide #flexSlider .flex-caption-content {
	margin: 0 auto;
	width: 960px;
	padding: 0px 50px 25px 50px; }
#flexSlider .slides li h2, 
#flexSlider .slides li h3, 
#flexSlider .slides li .wt_button,
#nivoSlider .nivo-caption h2,
#nivoSlider .nivo-caption h3,
#nivoSlider .nivo-caption .wt_button,
#cycle_slider .cycle-overlay h2,
#cycle_slider .cycle-overlay h3,
#cycle_slider .cycle-overlay .wt_button {    
	margin-top: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px); }
#flexSlider .flex-caption h2,
#nivo_slider_wrap .nivo-caption h2,
#cycle_slider .cycle-overlay h2 {
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 52px;
	color: #ffffff;
	padding: 0 10px;
	text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);			
	-webkit-transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease; }
#flexSlider .flex-caption h3,
#nivo_slider_wrap .nivo-caption h3,
#cycle_slider .cycle-overlay h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 30px;
	color: #ffffff;
	padding: 10px;
	text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);	
	-webkit-transition: all 0.5s ease 0.4s; 
	-moz-transition: all 0.5s ease 0.4s; 
	-o-transition: all 0.5s ease 0.4s;
	transition: all 0.5s ease 0.4s; }
#flexSlider .flex-caption .wt_button,
#nivo_slider_wrap .nivo-caption .wt_button,
#cycle_slider .cycle-overlay .wt_button  {
	margin-top: 20px;	
	-webkit-transition: opacity 0.5s ease 0.8s, -webkit-transform 0.5s ease 0.8s, background-color 0.4s ease 0s; 
	-moz-transition: opacity 0.5s ease 0.8s, -moz-transform 0.5s ease 0.8s, background-color 0.4s ease 0s; 
	-o-transition: opacity 0.5s ease 0.8s, -o-transform 0.5s ease 0.8s, background-color 0.4s ease 0s;
	transition: opacity 0.5s ease 0.8s, transform 0.5s ease 0.8s, background-color 0.4s ease 0s; }
.flex-caption-content,
.nivo-caption-content,
.cycle-overlay-content {
	max-width: 66.66%;
	display: inline-block; }
#flexSlider .slides li.animated h2, 
#flexSlider .slides li.animated h3, 
#flexSlider .slides li.animated .wt_button,
#nivoSlider.animated .nivo-caption h2,
#nivoSlider.animated .nivo-caption h3,
#nivoSlider.animated .nivo-caption .wt_button,
#cycle_slider.animated .cycle-overlay h2,
#cycle_slider.animated .cycle-overlay h3,
#cycle_slider.animated .cycle-overlay .wt_button  {		
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1; }
#flexSlider .slides li {
	display: none;
	position: relative; }
#flexSlider.flexslider {
	max-height: 1000px;
	min-height: 280px; 
	min-width: 320px; }
/*
#flexSlider .slides li .invisible {
	min-height: 280px;
	z-index: 5; }
*/

/* Nivo Slider ../styles
   ------------------------------------------------- */	
#nivoSlider {
	position: relative;
	margin-bottom: 30px;
	max-height: 700px;
	min-height: 280px;
	min-width: 320px; }
#nivoSlider.nivo-preload {
	background: #2b2b2b url("../img/loading.gif") no-repeat center center; }
#nivo_slider_wrap .nivo-controlNav {
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 0;
	z-index: 1000;  }
#nivo_slider_wrap .nivo-thumbs-enabled {
	left: 0; }
#nivo_slider_wrap .nivo-controlNav a {
	width: 30px;
	height: 10px;
	display: inline-block;
	text-indent: -9999px;
	background: #fafafa;
	margin-top: -30px; }
#nivo_slider_wrap .nivo-controlNav a.active {
	background: #aaa094; }
#nivo_slider_wrap .nivo-controlNav.nivo-thumbs-enabled {
	display: block;
	height: auto;
	position: relative;
	bottom: 0;
	padding: 10px 0; }
#nivo_slider_wrap .nivo-controlNav.nivo-thumbs-enabled a {
	display: inline-block;
	width: 100px;
	height: auto;
	background: none;
	margin: 0 4px 0;
	-webkit-box-shadow: 0px 1px 2px 0px #dddddd;
	-moz-box-shadow: 0px 1px 2px 0px #dddddd;
	box-shadow: 0px 1px 2px 0px #dddddd; }
#nivo_slider_wrap .nivo-controlNav.nivo-thumbs-enabled img {
	width: 100px;
	border: 0; }		
#nivo_slider_wrap .nivo-directionNav a {
	position: absolute;
	top: 50%;
	margin-top: -36px;
	z-index: 9;
	cursor: pointer; }		
/* Caption ../styles */
#nivo_slider_wrap .nivo-caption {
	position: absolute; 
	left: 0;
	top: 50%;
	z-index: 9;
	width: 100%;
	max-height: 100%;
	padding: 20px;
	color: #ffffff;
	text-align: center;
	background: none; }
#nivo_slider_wrap .nivo-caption .wt_button { 
	display: inline-block; }
#nivo_slider_wrap .nivo-html-caption {
	display: none; }
#nivo_slider_wrap .slideImage {
	display: none; }

/* Cycle Slider ../styles
   ------------------------------------------------- */	
#cycle_slider {
	position: relative;
	width: 100%;
	max-width: 1920px;
	min-width: 320px;
	min-height: 280px; }
#cycle_slider_wrap {
	position: relative;
	background: #FAFAFA; }
/* set border-box so that percents can be used for width, padding, etc (personal preference) */
.cycle-slideshow, .cycle-slideshow * { 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;  } 
.cycle-slideshow { 
	width: 100%; 
	max-width: 1920px;
	padding: 0;
	position: relative; 
}
#cycle_slider.cycle-preload {
	background: #2b2b2b url("../img/loading.gif") no-repeat center center; }
.cycle-slideshow > div.cycle-slide {
	height: 100%;
	width: 100%; }
.cycle-slideshow iframe, 
.cycle-slideshow object, 
.cycle-slideshow embed {
	height: 100%;
	width: 100%; }
.cycle-slideshow img.cycle_image { 
	/* 
	some of these styles will be set by the plugin (by default) but setting them here
	helps avoid flash-of-unstyled-content
	*/
	position: absolute; 
	top: 0; 
	left: 0;
	width: 100%; 
	padding: 0; 
	display: block; }
/* in case script does not load */
.cycle-slideshow img.cycle_image:first-child,
.cycle-slideshow div.cycle_panel:first-child {
	position: static; 
	z-index: 100; }
/* If an image is wrapped in a link */
#cycle_slider li a.cycle_link {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 101; }
/* Navigation Arrows */
.cycleArrows { 
	width: 100%;
	z-index: 101; }
.cycleArrows a {
	position: absolute;
	display: block;
	top: 50%;
	margin-top: -20px;
	z-index: 101;  }
.cycleArrows a {
	display: block;
	width: 40px;
	height: 40px;
	text-indent: -10000px;
	z-index: 201;
	outline: 0;
	cursor: pointer;
	opacity: 0; 
	filter: alpha(opacity=00); 
	-webkit-transition: all 200ms ease-in-out; 
	-moz-transition: all 200ms ease-in-out; 
	-o-transition: all 200ms ease-in-out;
	 transition: all 200ms ease-in-out; }
.cycleArrows .cycle-next { 
	right: 0; 
	background: url("../img/sliderArrows.png") no-repeat -40px 0; }
.cycleArrows .cycle-prev { 
	left: 0; 
	background: url("../img/sliderArrows.png") no-repeat 0 0; }
.cycle_slider_wrap:hover .cycle-next { opacity: 0.8; filter: alpha(opacity=80); right: 20px; }
.cycle_slider_wrap:hover .cycle-prev { opacity: 0.8; filter: alpha(opacity=80); left: 20px; }
.cycle_slider_wrap:hover .cycleArrows a:hover { opacity: 1; filter: alpha(opacity=100); }

/* Cycle Pager */
.cycle-pager { 
	height: 15px;
	text-align: center; 
	width: auto; 
	z-index: 201; 
	position: absolute;
	bottom: 10px;
	right: 10px;
	display: inline-block; }
.cycle-pager span { 
	outline: 0;
	text-indent: -9999px;
	margin: 0 2px;
	display: inline-block; 
	cursor: pointer; 	
	width: 30px;
	height: 10px;
	background: #fafafa; }
.cycle-pager span.cycle-pager-active { 
	background: #aaa094; }
.cycle-pager > * { cursor: pointer;}

/* HTML content */
.cycle_html_content {
	background: #FFFFFF;
	-moz-box-shadow: inset 0 0px 10px rgba(0, 0, 0, 0.1); /* FF3.5+ */
	-webkit-box-shadow: inset 0 0px 10px rgba(0, 0, 0, 0.1); /* Saf3.0+, Chrome */
	box-shadow: inset 0 0px 10px rgba(0, 0, 0, 0.1); /* Opera 10.5, IE 9.0 */ }
.cycle_html_content p {
	color: #565656 !important; }
.cycle_html_content a {
	color: #565656 !important; }

/* Cycle slides non images */
.cycle-slideshow > a.cycle_link {
	background-color: #222222;
	display: block;
	left: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%; }
.cycle-slideshow > a.cycle_link > img.cycle_image {
	display: block;
	position: static;
	width: 100%; }
.cycle-slideshow > div.cycle_panel {
	left: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%; }
.composite-example > div.cycle_panel {
	background: #fafafa; }
.composite-example > div.cycle_panel > img.cycle_image {
	display: block; }
.cycle-slide p {
	margin: 0;
	padding: 10px; }
	
/* Caption ../styles */
.cycle-overlay {
	position: absolute; 
	left: 0;
	top: 50%;
	z-index: 200;
	width: 100%;
	max-height: 100%;
	padding: 20px;
	color: #ffffff;
	text-align: center;
	color: #ffffff;
	background: none; }
.cycle-overlay p {
	font-size: 12px;
	margin: 0;
	color: #ffffff;
	line-height: 20px; }
	
/* Revolution Slider
   ------------------------------------------------- */
   
.tp-loader {
	z-index: 1000 !important; }
   	 
/* ----- Rev Slider Navigation ----- */
.tp-leftarrow.default {z-index:100; cursor:pointer; position:relative; width:45px; height:60px; background: url("../img/slider_nav.png") no-repeat 0 0 #222; }
.tp-rightarrow.default {z-index:100; cursor:pointer; position:relative; width:45px; height:60px; background: url("../img/slider_nav.png") no-repeat -45px 0 #222; }
	
.tparrows:hover {
    background-color: #aaa094; }
	
/* Rev slider bullets */
.tp-bullets.simplebullets {
    bottom: 10px !important; }
.tp-bullets.simplebullets .bullet {
    -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box;    /* Firefox, other Gecko */
    box-sizing: content-box;
    cursor: pointer;
    position: relative !important;
    background: rgba(0, 0, 0, 0.5) !important;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 6px !important;
    height: 6px !important;
    border: 5px solid rgba(0, 0, 0, 0) !important;
    display: inline-block;
    margin-right: 2px !important;
    margin-bottom: 0px !important;
    -webkit-transition: background-color 0.2s, border-color 0.2s; 
    -moz-transition: background-color 0.2s, border-color 0.2s;
    -o-transition: background-color 0.2s, border-color 0.2s;
    -ms-transition: background-color 0.2s, border-color 0.2s;
    transition: background-color 0.2s, border-color 0.2s;
    float:none !important; }
.tp-bullets.simplebullets .bullet.last {
    margin-right: 0px }
.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	background: rgba(255, 255, 255, 1) !important;
	width: 6px !important;
    height: 6px !important;
    border: 5px solid rgba(0, 0, 0, 1) !important; }
			
/* ------------------------------------------------- */
/* = SHORTCODE SLIDERS  
/* ------------------------------------------------- */

/* FlexSlider
   ------------------------------------------------- */	 

/*
* jQuery FlexSlider v2.0
* http://www.woothemes.com/flexslider/

*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/
 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  { outline: none; }
.slides,
.flex-control-nav,
.flex-direction-nav { margin: 0; padding: 0; list-style: none; } 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider { margin: 0; padding: 0; }
.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; margin:0; position: relative; } /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img { width: 100%; display: block; }
.flex-pauseplay span { text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } 
html[xmlns] .slides { display: block; } 
* html .slides { height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child { display: block; }


/* FlexSlider Theme
*********************************/
.flexslider {
	margin: 0 0 20px; 
	position: relative; 
	zoom: 1; }
.blogEntry_frame .flexslider {
	margin: 0; }
.flex-viewport {
	max-height: 2000px; 
	-webkit-transition: all 1s ease; -moz-transition: 
	all 1s ease; 
	transition: all 1s ease;  }
.loading .flex-viewport {
	max-height: 300px; }
.flexslider .slides {
	zoom: 1;}
.carousel li {
	margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav { *height: 0; width: 100%; }
.flex-direction-nav li { margin: 0; }
.flex-direction-nav a { width: 38px; height: 61px; margin: -30px 0 0; display: block; 
	background: url("../img/slider_arrows_white.png") no-repeat 0 0; position: absolute; top: 50%; z-index: 201; cursor: pointer; text-indent: -9999px; opacity: 0; filter: alpha(opacity=00); -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out; border: 1px solid #ffffff; }
#slide .flex-direction-nav a { margin: -30px 0 0; }
.flex-direction-nav .flex-next { background-position: 100% 0; right: 0px; border-right: 0; }
.flex-direction-nav .flex-prev { left: 0px; border-left: 0; }
.flexslider:hover .flex-next { opacity: 0.8; filter: alpha(opacity=80); right: 0px; }
.flexslider:hover .flex-prev { opacity: 0.8; filter: alpha(opacity=80); left: 0px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; filter: alpha(opacity=100); }
.flexslider:hover .flex-next:hover { border-right: 0; }
.flexslider:hover .flex-prev:hover { border-left: 0; }
.flex-direction-nav .flex-disabled { opacity: .3!important; filter:alpha(opacity=30); cursor: default; }
	
/* Control Nav */
.flex-control-nav {
	width: 100%; 
	position: relative; 
	bottom: -10px; 
	text-align: center;
	z-index: 10; }
.blog-thumbnail-slide .flex-control-nav {
	display: none; }
.flex-control-nav li {
	display: inline-block; 
	zoom: 1; 
	*display: inline; }
.flex-control-paging li a {
	width: 30px;
	height: 10px;
	margin: 0 2px;
	background: #fafafa;
	display: block;
	cursor: pointer; 
	text-indent: -9999px;  }
.flex-control-paging li a.flex-active { 
	background-color: #aaa094; 
	cursor: default; }

.flex-control-thumbs { margin: 10px 0 0; position: static; overflow: hidden; text-align: center; }
.flex-control-thumbs li { width: 70px; display: inline-block; margin: 0 2px 5px; }
.flex-control-thumbs img { width: 100%; display: block; opacity: .7; filter:alpha(opacity=70); cursor: pointer; }
.flex-control-thumbs img:hover { opacity: 1; filter:alpha(opacity=100); }
.flex-control-thumbs .flex-active { opacity: 1; filter:alpha(opacity=100); cursor: default; }

/* Captions */

.flex-caption {
	left: 0;
	position: absolute;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	width: 100%; }
.flexslider_wrap .flex-caption {
	background: #000000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	color: #ffffff;
	font-size: 13px;
	padding: 1% 2%;
	bottom: 0;
	*bottom: 3px;
	text-align: center; }
.thumbsCarousel {
	border: 5px solid #fafafa; 
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	-o-border-radius: 4px; 
	border-radius: 4px; 
	box-shadow: 0 1px 4px rgba(0,0,0,.2); 
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); 
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); 
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2); }
#wt_intro .flexslider.thumbsCarousel {
	margin-top: 10px;
	margin-bottom: 10px;
	border-color: #3B3B3B; }
.flexslider.thumbsCarousel li {
	margin-right: 5px; }
.thumbsCarousel .flex-direction-nav {
	top: 50%; }
.thumbsCarousel .flex-direction-nav a {
	margin: -30px 0 0;
	border: none; }
.thumbsCarousel .flex-viewport img { opacity: .7; filter:alpha(opacity=70); cursor: pointer; }
.thumbsCarousel .flex-viewport img:hover { opacity: 1; filter:alpha(opacity=100); }
.thumbsCarousel .flex-active-slide img { opacity: 1; filter:alpha(opacity=100); cursor: default; }

/* Nivo
   ------------------------------------------------- */	 
.nivoslider_wrap {
	margin-bottom: 20px; }
.nivo_container .nivoSlider {
	position: relative;
	background: #FAFAFA url("../img/loading.gif") no-repeat 50% 50%; }
.nivoSlider img {
	position: absolute;
	top: 0px;
	right: 0px;
	display: none; }
.nivoSlider a {
	border: 0;
	display: block; }
.nivo_container .nivo-controlNav {
	text-align: center;
	margin-top: -20px; }
.blog-thumbnail-slide .nivo_container .nivo-controlNav {
	margin-top: -65px; }
.nivo-controlNav a {
	display: block;
	width: 30px;
	height: 10px;
	margin: 0 2px;
	background-color: #aaa094;
	text-indent: -9999px;
	border: 0;
	margin: 0 2px; }		
.nivo_container .nivo-controlNav a.active {
	background: #444; }
.slide_wrap .nivo-controlNav a {
	display: inline-block; }
.nivo-directionNav a {
	display: block;
	width: 38px; 
	height: 61px; 
	display: block; 
	background: url("../img/slider_arrows_white.png") no-repeat 0 0; 
	position: absolute; top: 50%; z-index: 201; 
	cursor: pointer; 
	text-indent: -9999px; 
	opacity: 0; 
	filter: alpha(opacity=00); 
	-webkit-transition: all 200ms ease-in-out; 
	-moz-transition: all 200ms ease-in-out; 
	-o-transition: all 200ms ease-in-out; 
	transition: all 200ms ease-in-out; 
	border: 1px solid #ffffff; }
a.nivo-nextNav {
	background-position: -40px 0; right: 0px; }
a.nivo-prevNav {
	left: 0px; }
.nivoSlider:hover a.nivo-nextNav {
	opacity: 0.8; filter: alpha(opacity=80);  border-right: 0; right: 0px; }
.nivoSlider:hover a.nivo-prevNav {
	opacity: 0.8; filter: alpha(opacity=80);  border-left: 0; left: 0px; }
.nivoSlider:hover a.nivo-nextNav:hover,
.nivoSlider:hover a.nivo-prevNav:hover {
	opacity: 1; 
	filter:alpha(opacity=100); }
.nivoSlider:hover a.nivo-nextNav:hover {
	 border-right: 0; }
.nivoSlider:hover a.nivo-prevNav:hover {
	 border-left: 0; }
.nivo-caption a {
	color: #fff;
	border-bottom: 1px solid #fff; }
.nivo-caption a:hover {
	color: #fff; }
.nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
	margin-bottom: -5px; }
.nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
	width: 70px;
	background: #ffffff; }
.nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 70px;
	height: auto; }
.nivo-controlNav.nivo-thumbs-enabled a img {
	opacity: 0.7;
	filter: alpha(opacity = 70);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out; }
.nivo-controlNav.nivo-thumbs-enabled a.active img,
.nivo-controlNav.nivo-thumbs-enabled a:hover img {
	opacity: 1.0;
	filter: alpha(opacity = 100); }

/* The Nivo Slider styles
   ------------------------------------------------- */	 
.slide_wrap {
	position: relative; }
.nivoSlider {
	position: relative;
	width: 100%;
	height: auto; }
.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	max-width: none; }
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important; }

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 6;
	display: none; }
/* The slices and boxes in the Slider */
.nivo-slice {
	display: block;
	position: absolute;
	z-index: 5;
	height: 100%;
	top: 0; }
.nivo-box {
	display: block;
	position: absolute;
	z-index: 5;
	overflow: hidden; }
.nivo-box img { display: block; }

/* Caption styles */
.nivoslider_wrap .nivo-caption-content {
	font-size: 13px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	text-align: center;
	background: #000;
	color: #ffffff;
	padding: 1% 2%;
	width: 100%;
	max-width: 100%;
	z-index: 8;
	overflow: hidden;
	display: none;
	opacity: 0.8;
	filter: alpha(opacity=80);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */ }
.nivoslider_wrap .nivo-caption p {
	padding: 5px;
	margin: 0; }
.nivoslider_wrap .nivo-caption a {
	display: inline !important; }
.nivoslider_wrap .nivo-html-caption {
	display: none; } 
/* Direction nav styles (e.g. Next & Prev) */
.nivoslider_wrap .nivo-directionNav a {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	z-index: 9;
	cursor: pointer; }
.nivo-prevNav {
	left: 0px; }
.nivo-nextNav {
	right: 0px; }
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align: center;
	padding: 10px 0; }
.nivo-controlNav a {
	cursor: pointer; }
.nivo-controlNav a.active {
	font-weight: bold; }
/* Slide alignment */
.slide_wrap.alignleft {
	margin: 4px 20px 0 0; }
.slide_wrap.alignright {
	margin: 4px 0 0 20px; }

/* Rotator
   ------------------------------------------------- */
.wt_items_rotator {
	margin: 0;
	padding: 0;
	list-style: none; }
.wt_items_rotator li {
	margin: 0;
	display: none;
	width: 100%; }
.wt_items_rotator li.wt_firstRotateItem {
	display: block; }
.wt_rotator_nav a {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 3px 0 0;
	vertical-align: top;
	background: rgba(0, 0, 0, 1);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	opacity: 0.7;  
	filter: alpha(opacity = 70);
	/* option */
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out; }
.wt_rotator_nav a:hover {
	opacity: 0.9;  
	filter: alpha(opacity = 90); }
.wt_rotator_nav a span {
	height: 20px;
	width: 20px;
	overflow: hidden;
	text-indent: -9999px;
	font-size: 0;
	display: block;
	line-height: 0;
	cursor: pointer;
	border: none; }
.wt_rotator_nav a.wt_rotator_prev span {
	background: url("../img/rotateArrows.png") no-repeat 0 0; }
.wt_rotator_nav a.wt_rotator_next span {
	background: url("../img/rotateArrows.png") no-repeat -20px 0; }
.wt_rotator_nav {
	position: relative;
	margin-bottom: 5px; }

/* Styled Tables
   ------------------------------------------------- */
.wt_styled_table.alignright {
	margin: 2px 0 0 20px; }
.wt_styled_table.alignleft {
	margin: 2px 20px 0 0; }
.wt_styled_table table,
#wt_containerWrapp table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  color: #333333; }
.wt_styled_table table, table {
  width: 100%;
  margin-bottom: 20px; }
.wt_styled_table table th,
.wt_styled_table table td,
#wt_containerWrapp table th,
#wt_containerWrapp table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top; }
.wt_styled_table table th,
#wt_containerWrapp table th {
  font-weight: bold; }
.wt_styled_table table thead th,
#wt_containerWrapp thead th {
  vertical-align: bottom; }
.wt_styled_table table caption + thead tr:first-child th,
.wt_styled_table table caption + thead tr:first-child td,
.wt_styled_table table colgroup + thead tr:first-child th,
.wt_styled_table table colgroup + thead tr:first-child td,
.wt_styled_table table thead:first-child tr:first-child th,
.wt_styled_table table thead:first-child tr:first-child td,
#wt_containerWrapp table caption + thead tr:first-child th,
#wt_containerWrapp table caption + thead tr:first-child td,
#wt_containerWrapp table colgroup + thead tr:first-child th,
#wt_containerWrapp table colgroup + thead tr:first-child td,
#wt_containerWrapp table thead:first-child tr:first-child th,
#wt_containerWrapp table thead:first-child tr:first-child td {
  border-top: 0; }
.wt_styled_table table tbody + tbody,
#wt_containerWrapp table tbody + tbody {  }
.wt_styled_table table {
  background-color: #ffffff; }
.wt_styled_table table .table-condensed th,
.wt_styled_table table .table-condensed td,
#wt_containerWrapp table .table-condensed th,
#wt_containerWrapp table .table-condensed td {
  padding: 4px 5px; }
.wt_styled_table table,
#wt_containerWrapp table {
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
		  border-radius: 4px; }
.wt_styled_table table th,
.wt_styled_table table td,
#wt_containerWrapp table th,
#wt_containerWrapp table td {
  word-wrap: break-word; }
.wt_styled_table table caption + thead tr:first-child th,
.wt_styled_table table caption + tbody tr:first-child th,
.wt_styled_table table caption + tbody tr:first-child td,
.wt_styled_table table colgroup + thead tr:first-child th,
.wt_styled_table table colgroup + tbody tr:first-child th,
.wt_styled_table table colgroup + tbody tr:first-child td,
.wt_styled_table table thead:first-child tr:first-child th,
.wt_styled_table table tbody:first-child tr:first-child th,
.wt_styled_table table tbody:first-child tr:first-child td,
#wt_containerWrapp table caption + thead tr:first-child th,
#wt_containerWrapp table caption + tbody tr:first-child th,
#wt_containerWrapp table caption + tbody tr:first-child td,
#wt_containerWrapp table colgroup + thead tr:first-child th,
#wt_containerWrapp table colgroup + tbody tr:first-child th,
#wt_containerWrapp table colgroup + tbody tr:first-child td,
#wt_containerWrapp table thead:first-child tr:first-child th,
#wt_containerWrapp table tbody:first-child tr:first-child th,
#wt_containerWrapp table tbody:first-child tr:first-child td {
  border-top: 0; }
.wt_styled_table table thead:first-child tr:first-child > th:first-child,
.wt_styled_table table tbody:first-child tr:first-child > td:first-child,
.wt_styled_table table tbody:first-child tr:first-child > th:first-child,
#wt_containerWrapp table thead:first-child tr:first-child > th:first-child,
#wt_containerWrapp table tbody:first-child tr:first-child > td:first-child,
#wt_containerWrapp table tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
		  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px; }
.wt_styled_table table thead:first-child tr:first-child > th:last-child,
.wt_styled_table table tbody:first-child tr:first-child > td:last-child,
.wt_styled_table table tbody:first-child tr:first-child > th:last-child,
#wt_containerWrapp table thead:first-child tr:first-child > th:last-child,
#wt_containerWrapp table tbody:first-child tr:first-child > td:last-child,
#wt_containerWrapp table tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
		  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px; }
.wt_styled_table table thead:last-child tr:last-child > th:first-child,
.wt_styled_table table tbody:last-child tr:last-child > td:first-child,
.wt_styled_table table tbody:last-child tr:last-child > th:first-child,
.wt_styled_table table tfoot:last-child tr:last-child > td:first-child,
.wt_styled_table table tfoot:last-child tr:last-child > th:first-child,
#wt_containerWrapp table thead:last-child tr:last-child > th:first-child,
#wt_containerWrapp table tbody:last-child tr:last-child > td:first-child,
#wt_containerWrapp table tbody:last-child tr:last-child > th:first-child,
#wt_containerWrapp table tfoot:last-child tr:last-child > td:first-child,
#wt_containerWrapp table tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
		  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px; }
.wt_styled_table table thead:last-child tr:last-child > th:last-child,
.wt_styled_table table tbody:last-child tr:last-child > td:last-child,
.wt_styled_table table tbody:last-child tr:last-child > th:last-child,
.wt_styled_table table tfoot:last-child tr:last-child > td:last-child,
.wt_styled_table table tfoot:last-child tr:last-child > th:last-child,
#wt_containerWrapp table thead:last-child tr:last-child > th:last-child,
#wt_wt_containerWrapper table tbody:last-child tr:last-child > td:last-child,
#wt_containerWrapp table tbody:last-child tr:last-child > th:last-child,
#wt_wt_containerWrapp table tfoot:last-child tr:last-child > td:last-child,
#wt_wt_containerWrapp table tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
		  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px; }
.wt_styled_table table tfoot + tbody:last-child tr:last-child td:first-child,
#wt_containerWrapp table tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
		  border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0; }
.wt_styled_table table tfoot + tbody:last-child tr:last-child td:last-child,
#wt_containerWrapp table tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
		  border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0; }
.wt_styled_table table caption + thead tr:first-child th:first-child,
.wt_styled_table table caption + tbody tr:first-child td:first-child,
.wt_styled_table table colgroup + thead tr:first-child th:first-child,
.wt_styled_table table colgroup + tbody tr:first-child td:first-child,
#wt_containerWrapp table caption + thead tr:first-child th:first-child,
#wt_containerWrapp table caption + tbody tr:first-child td:first-child,
#wt_containerWrapp table colgroup + thead tr:first-child th:first-child,
#wt_containerWrapp table colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
		  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px; }
.wt_styled_table table caption + thead tr:first-child th:last-child,
.wt_styled_table table caption + tbody tr:first-child td:last-child,
.wt_styled_table table colgroup + thead tr:first-child th:last-child,
.wt_styled_table table colgroup + tbody tr:first-child td:last-child,
#wt_containerWrapp table caption + thead tr:first-child th:last-child,
#wt_containerWrapp table caption + tbody tr:first-child td:last-child,
#wt_containerWrapp table colgroup + thead tr:first-child th:last-child,
#wt_containerWrapp table colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
		  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px; }
.wt_styled_table table tbody > tr:nth-child(odd) > td,
.wt_styled_table table tbody > tr:nth-child(odd) > th,
#wt_containerWrapp table tbody > tr:nth-child(odd) > td,
#wt_containerWrapp table tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }
.wt_styled_table table tbody tr:hover > td,
.wt_styled_table table tbody tr:hover > th,
#wt_containerWrapp table tbody tr:hover > td,
#wt_containerWrapp table tbody tr:hover > th {
  background-color: #f5f5f5; }
.wt_styled_table .table-bordered thead th,
#wt_containerWrapp .table-bordered thead th {
	/*background: #fafafa;*/ }
dl {
	margin-left: 20px;
	margin-right: 20px; }

/* Styled Boxes
   ------------------------------------------------- */
   
/* ----- Message Boxes ----- */
.wt_download_box, .wt_upload_box,
.wt_info_box, .wt_faq_box,
.wt_warning_box, .wt_notice_box,
.wt_success_box {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px; }
.wt_download_box {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d; }
#wt_container .wt_download_box a {
	color: #5d8836;
	text-decoration: underline; }
#wt_container .alert-info a {
	color: #00529A;
	text-decoration: underline; }
#wt_container .alert-warning a{
	color: #8A6D3B;
	text-decoration: underline; }
#wt_container .alert-danger a {
	color: #A94442;
	text-decoration: underline; }
.wt_notice_box {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b; }
#wt_container .wt_notice_box a {
	color: #a87525;
	text-decoration: underline; }
.wt_success_box_icon {
	padding: 15px; }
#wt_container .alert-success a {
	color: #5d8836;
	text-decoration: underline; }
	
/* ----- Note Boxes ----- */
.wt_note {
	border: 1px solid;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border-color: #c9ebf2;
	color: #38728f;
	margin-bottom: 20px;
	padding-top: 20px;
	background-color: #cde9f7;
	background-repeat: no-repeat;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d9edf7), color-stop(25%, #d9edf7), to(#cde9f7));
	background-image: -webkit-linear-gradient(#d9edf7, #d9edf7 25%, #cde9f7);
	background-image: -moz-linear-gradient(top, #d9edf7, #d9edf7 25%, #cde9f7);
	background-image: -ms-linear-gradient(#d9edf7, #d9edf7 25%, #cde9f7);
	background-image: -o-linear-gradient(#d9edf7, #d9edf7 25%, #cde9f7);
	background-image: linear-gradient(#d9edf7, #d9edf7 25%, #cde9f7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9edf7', endColorstr='#cde9f7', GradientType=0); }
.wt_note .wt_noteTitle {
	padding: 0 10px 5px 15px !important;;
	margin: 0;
	color: #063275;
	background: none !important; 
	border-left: none !important; }
.wt_note .wt_noteContent {
	padding: 0 10px 20px 15px; }
.wt_note.alignright {
	margin: 2px  0 20px 20px; }
.wt_note.alignleft {
	margin: 2px 20px 20px 0; }
#wt_container .wt_note a {
	color: #063275;
	text-decoration: underline; }
	
/* ----- Framed Boxes ----- */
.wt_framed_box {
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	border: 1px solid #eeeeee;
	margin-bottom: 20px; }
.wt_rounded {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; }
.wt_rounded .wt_framed_box_title {
	-webkit-top-left-border-radius: 5px;
	-moz-top-left-border-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-top-right-border-radius: 5px;
	-moz-top-right-border-radius: 5px;
	border-top-right-radius: 5px; }
.wt_rounded .wt_framed_box_content {
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px; }
.wt_framed_alt_box.rounded .wt_framed_box_content {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; }
.wt_framed_box .center {
	text-align: center; }
.wt_framed_box h2 {
	font-size: 36px;}
.wt_framed_box h2 span {
	font-size: 14px; 
	text-transform: none; }
.wt_framed_box_content {
	padding: 20px;
	padding-bottom: 0; }
.wt_framed_box_content p {
	margin-bottom: 20px; }
#wt_footerTop .wt_framed_box_content {
	padding: 0px;
	padding-right: 30px;
	margin: 20px 0; }
h6.wt_framed_box_title {
	background-color: #aaa094;
	color: #ffffff;
	padding: 15px 20px;
	font-size: 16px;
	margin: 0;
	text-transform: uppercase;
	line-height: 10px;
	letter-spacing: 1px;
	border=bottom: none; }
.wt_framed_box_title {
	background-color: #222222; }
.wt_framed_box_title.rounded {
	-moz-border-radius-bottomleft: 0px;
	-khtml-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-khtml-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px; }
	
/* ----- Framed Boxes ----- */
.wt_framed_box {
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	margin-bottom: 20px; }
.wt_framed_box h3 {
	margin-bottom: 10px; }
.wt_framed_box p {
	margin-bottom: 25px; }
.wt_rounded {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; }
.wt_rounded .wt_framed_box_content {
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px; }
.wt_framed_alt_box.rounded .wt_framed_box_content {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; }
.wt_framed_box .center {
	text-align: center; }
.wt_framed_box h2 {
	font-size: 36px;}
.wt_framed_box h2 span {
	font-size: 14px; 
	text-transform: none; }
.wt_framed_box_content {
	padding: 25px;
	padding-bottom: 0; }
#wt_footerTop .wt_framed_box_content {
	padding: 0px;
	padding-right: 30px;
	margin: 20px 0; }
h6.wt_framed_box_title {
	background-color: #aaa094;
	color: #ffffff;
	padding: 15px 20px;
	font-size: 16px;
	margin: 0;
	text-transform: uppercase;
	line-height: 10px;
	letter-spacing: 1px;
	border=bottom: none; }
.wt_framed_box_title {
	background-color: #222222; }
.wt_framed_box_title.rounded {
	-moz-border-radius-bottomleft: 0px;
	-khtml-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-khtml-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px; }

/* Basic Style For Images
   ------------------------------------------------- */

.italic { font-style: italic; }
.alignright { float: right; }
.alignleft { float: left; }
img.alignleft, .wp-caption.alignleft {
	margin: 2px 18px 2px 2px !important; }
img.alignright, .wp-caption.alignright {
	margin: 2px 2px 2px 18px !important; }
img.aligncenter, .wp-caption.aligncenter {
	display: block;
	margin: 2px auto 20px !important;
	text-align: center; }

/* wp default image
   ------------------------------------------------- */
.wp-caption {
	padding-top: 5px;
	margin-bottom: 10px;
	text-align: center;
	color: #222222;	
	max-width: 100%!important;
	background-color: #e6e6e6;
	background-repeat: no-repeat;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
	background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	border: 1px solid #cccccc;
	border-bottom-color: #bbbbbb;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px; }
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0; }
p.wp-caption-text {
	padding: 5px 5px;
	margin: 0;
	font-size: 12px;
	line-height: 16px;
	text-align: center; }

/* Styled Images
   ------------------------------------------------- */

.wt_image_holder {
	position: relative;
	z-index: 0;
	display: block;
	height: 100%; }
.wt_styled_image {
    border: 1px solid #ecf0f1;
    padding: 4px;
    display: block;
    height: auto;
	margin-bottom: 20px;
    max-width: 100%;  }
.single-portfolio .wt_styled_image {
	border: none;
	padding: 0px; }
.wt_styled_image.alignleft {
	margin: 4px 20px 10px 0; }
.wt_styled_image.alignright {
	margin: 4px 0 10px 20px; }
.wt_styled_image a {
	display: inline-block; }	
.imgGroup .wt_styled_image.alignleft {
	margin: 0px 3px 6px 0px; }
.imgGroup .wt_styled_image.alignright {
	margin: 0px 0px 6px 3px; }
.imgGroup .wt_one_half { 
	width: 50%; margin-right: 0;}
.wt_styled_image img {
	width: 100%; }
.no_link {
	cursor: default !important; }
.responsivePic,
.responsiveWp_caption {
	margin-right: 10px;}
.responsivePic .wt_styled_image {
	width: 100% !important; }

/* Styled Buttons
   ------------------------------------------------- */
.btn,
#cancel-comment-reply-link {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 10px 20px;
	font-size: 14px;
	line-height: 1.428571429;
	border-radius: 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out; }
.btn-primary.dark,
#cancel-comment-reply-link,
.btn-primary {
	color: #fff;
	background-color: #555;
	border-color: transparent;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out; }
.btn-primary.dark:hover, .btn-primary.dark:focus, .btn-primary.dark:active, .btn-primary.dark.active, .open .dropdown-toggle.btn-primary.dark,
#cancel-comment-reply-link:hover, #cancel-comment-reply-link:focus, #cancel-comment-reply-link:active, .btn-primary:hover {
	color: #fff;
	background-color: #aaa094 !important;
	border-color: #aaa094; }
.wt_button {
	position: relative;
	outline: none;
	white-space: no-wrap;
	overflow: visible; /* IE bug */
	cursor: pointer;
	font-weight: bold;
	margin-right: 10px;	
	border: 1px solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	user-select: none; 	
	border: 1px solid transparent;
	background-color: #f0f0f0;
	background-position: 0 0; }
.wt_button:hover {
	border: 1px solid transparent;
	background-position: 0 0; }
.wt_button.wt_square {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;	}
.wt_button.small.wt_round {
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px; }
.wt_button.medium.wt_round {
	-webkit-border-radius: 19px;
	-moz-border-radius: 19px;
	border-radius: 19px; }
.wt_button.large.wt_round {
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px; }
.wt_button i {
	margin-left: -5px;
	padding-right: 5px; }
.wt_contact_form .wt_button,
.error_page .wt_button {
	color: #fff;
	background-color: #0bbfb0;
	border: none;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	position: relative;
	background-image: none;
	text-transform: uppercase;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out; }
.error_page .wt_button {
	margin-top: 20px;
	background-color: #aaa094; }
.wt_contact_form .wt_button:hover,
.error_page .wt_button:hover {
	background-color: #252525;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;}
.error_page a.wt_button:hover {
	color: #ffffff; }
.error_page {
	padding: 15px 0; }
.wt_button, .wt_button span {
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: relative;	
	word-wrap: break-word;	 
	text-align: center;
	text-decoration: none; }
.wt_button:hover span {
	cursor: pointer; }
.wt_button:active span {
	top: 1px;
	left: 1px; }
.wt_button.small span {
	padding: 0 15px;
	line-height: 32px;
	font-size: 12px; }
.wt_button.medium span {
	padding: 0px 20px;
	line-height: 42px;
	font-size: 13px; }
.wt_button.large span {
	padding: 0 22px;
	line-height: 44px;
	font-size: 15px; }
.wt_button.full {
	margin-right: 0; }
.wt_button.full, .wt_button.full span {
	display: block; }
@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Chrome with Safari - fix margins */
	button.wt_button span {
		margin-top: -2px;
		margin-left: -2px;
		margin-right: -2px; } }
button::-moz-focus-inner {
	border: none; /* overrides extra padding in Firefox */ }
button.wt_button  {
	padding: 0px;
	margin: 0; }
	
/* Color Scheme for Buttons	
   ------------------------------------------------- */

/* ----- Main Skin----- */
.wt_button.wt_skin {
	color: #ffffff ;
	background: #aaa094;
	border-color: #aaa094; }
.wt_button.wt_skin:hover {
	color: #ffffff;
	background:  #222222;
	border-color: #222222; }

/* ----- White ----- */
.wt_button.wt_white {
	color: #222 ;
	background: #ffffff;
	border-color: #f2f2f2; }
.wt_button.alt.wt_white {
	background-image: linear-gradient(center top , #5e5e5e 0%, #5e5e5e 50%, #434343 50%, #434343 100%);
	background-image: -o-linear-gradient(center top , #5e5e5e 0%, #5e5e5e 50%, #434343 50%, #434343 100%);
	background-image: -moz-linear-gradient(center top , #5e5e5e 0%, #5e5e5e 50%, #434343 50%, #434343 100%);
	background-image: -webkit-linear-gradient(center top , #5e5e5e 0%, #5e5e5e 50%, #434343 50%, #434343 100%);
	background-image: -ms-linear-gradient(center top , #5e5e5e 0%, #5e5e5e 50%, #434343 50%, #434343 100%);	}
.wt_button.wt_white:hover {
	color: #ffffff;
	background:  #222222;
	border-color: #222222; }
.no-cssgradients .wt_button.wt_white {
	background-color: #5e5e5e; }
.no-cssgradients .wt_button.wt_white:hover {
	background-color: #434343; }									

/* ----- Grey ----- */
.wt_button.wt_grey {
	color: #777777;
	background: #f9f9f9;
	border-color: #d6d6d6; }
.wt_button.alt.wt_grey {
	background-image: linear-gradient(center top , #f9f9f9 0%, #f9f9f9 50%, #f0f0f0 50%, #f0f0f0 100%);
	background-image: -o-linear-gradient(center top , #f9f9f9 0%, #f9f9f9 50%, #f0f0f0 50%, #f0f0f0 100%);
	background-image: -moz-linear-gradient(center top , #f9f9f9 0%, #f9f9f9 50%, #f0f0f0 50%, #f0f0f0 100%);
	background-image: -webkit-linear-gradient(center top , #f9f9f9 0%, #f9f9f9 50%, #f0f0f0 50%, #f0f0f0 100%);
	background-image: -ms-linear-gradient(center top , #f9f9f9 0%, #f9f9f9 50%, #f0f0f0 50%, #f0f0f0 100%);	}
.wt_button.wt_grey:hover {
	background: #f0f0f0;
	border-color: #c6c6c6; }
.no-cssgradients .wt_button.wt_grey {
	background-color: #f9f9f9; }
.no-cssgradients .wt_button.grey:hover {
	background-color: #f0f0f0; }

/* ----- Grey Alt ----- */
.wt_button.wt_grey_alt {
	color: #666666;
	background: #f3f3f3;
	border-color: #a0a0a0; }
.wt_button.alt.wt_grey_alt {
	background-image: linear-gradient(center top , #f3f3f3 0%, #f3f3f3 50%, #bababa 50%, #bababa 100%);
	background-image: -o-linear-gradient(center top , #f3f3f3 0%, #f3f3f3 50%, #bababa 50%, #bababa 100%);
	background-image: -moz-linear-gradient(center top , #f3f3f3 0%, #f3f3f3 50%, #bababa 50%, #bababa 100%);
	background-image: -webkit-linear-gradient(center top , #f3f3f3 0%, #f3f3f3 50%, #bababa 50%, #bababa 100%);
	background-image: -ms-linear-gradient(center top , #f3f3f3 0%, #f3f3f3 50%, #bababa 50%, #bababa 100%);	}
.wt_button.wt_grey_alt:hover {
	background: #bababa;
	border-color: #959595; }
.no-cssgradients .wt_button.wt_grey_alt {
	background-color: #f3f3f3; }
.no-cssgradients .wt_button.wt_grey_alt:hover {
	background-color: #bababa; }	
	
/* ----- Dark Grey ----- */
.wt_button.wt_dark_grey {
	color: #555555;
	background: #cacaca;
	border-color: #b5b5b5; }
.wt_button.alt.wt_dark_grey {
	background-image: linear-gradient(center top , #cacaca 0%, #cacaca 50%, #aeaeae 50%, #aeaeae 100%);
	background-image: -o-linear-gradient(center top , #cacaca 0%, #cacaca 50%, #aeaeae 50%, #aeaeae 100%);
	background-image: -moz-linear-gradient(center top , #cacaca 0%, #cacaca 50%, #aeaeae 50%, #aeaeae 100%);
	background-image: -webkit-linear-gradient(center top , #cacaca 0%, #cacaca 50%, #aeaeae 50%, #aeaeae 100%);
	background-image: -ms-linear-gradient(center top , #cacaca 0%, #cacaca 50%, #aeaeae 50%, #aeaeae 100%);	}
.wt_button.wt_dark_grey:hover {
	background: #aeaeae;
	border-color: #989898; }
.no-cssgradients .wt_button.wt_dark_grey {
	background-color: #cacaca; }
.no-cssgradients .wt_button.wt_dark_grey:hover {
	background-color: #aeaeae; }	
	
/* ----- Pink ----- */
.wt_button.wt_pink {
	color: #903844;
	background: #f78297;
	border-color: #df6f8b; }
.wt_button.alt.wt_pink {
	background-image: linear-gradient(center top , #f78297 0%, #f78297 50%, #f56778 50%, #f56778 100%);
	background-image: -o-linear-gradient(center top , #f78297 0%, #f78297 50%, #f56778 50%, #f56778 100%);
	background-image: -moz-linear-gradient(center top , #f78297 0%, #f78297 50%, #f56778 50%, #f56778 100%);
	background-image: -webkit-linear-gradient(center top , #f78297 0%, #f78297 50%, #f56778 50%, #f56778 100%);
	background-image: -ms-linear-gradient(center top , #f78297 0%, #f78297 50%, #f56778 50%, #f56778 100%);	}
.wt_button.wt_pink:hover {
	background-image: #f56778;
	border-color: #c36079; }
.no-cssgradients .wt_button.wt_pink {
	background-color: #f78297; }
.no-cssgradients .wt_button.wt_pink:hover {
	background-color: #f56778; }

/* ----- Pink Alt ----- */
.wt_button.wt_pink_alt {
	color: #7c0023;
	background: #ff4076;
	border-color: #ff0c56; }
.wt_button.alt.wt_pink_alt {
	background-image: linear-gradient(center top , #ff4076 0%, #ff4076 50%, #ff0754 50%, #ff0754 100%);
	background-image: -o-linear-gradient(center top , #ff4076 0%, #ff4076 50%, #ff0754 50%, #ff0754 100%);
	background-image: -moz-linear-gradient(center top , #ff4076 0%, #ff4076 50%, #ff0754 50%, #ff0754 100%);
	background-image: -webkit-linear-gradient(center top , #ff4076 0%, #ff4076 50%, #ff0754 50%, #ff0754 100%);
	background-image: -ms-linear-gradient(center top , #ff4076 0%, #ff4076 50%, #ff0754 50%, #ff0754 100%);	}
.wt_button.wt_pink_alt:hover {
	background: #ff0754;
	border-color: #e00044; }
.no-cssgradients .wt_button.wt_pink_alt {
	background-color: #ff4076; }
.no-cssgradients .wt_button.wt_pink_alt:hover {
	background-color: #ff0754; }
	
/* ----- Orange ----- */
.wt_button.wt_orange {
	color: #996633;
	background: #feda71;
	border-color: #f5b74e; }
.wt_button.alt.wt_orange {
	background-image: linear-gradient(center top , #feda71 0%, #feda71 50%, #febb4a 50%, #febb4a 100%);
	background-image: -o-linear-gradient(center top , #feda71 0%, #feda71 50%, #febb4a 50%, #febb4a 100%);
	background-image: -moz-linear-gradient(center top , #feda71 0%, #feda71 50%, #febb4a 50%, #febb4a 100%);
	background-image: -webkit-linear-gradient(center top , #feda71 0%, #feda71 50%, #febb4a 50%, #febb4a 100%);
	background-image: -ms-linear-gradient(center top , #feda71 0%, #feda71 50%, #febb4a 50%, #febb4a 100%);	}
.wt_button.wt_orange:hover {
	background: #febb4a;
	border-color: #d29a3a; }
.no-cssgradients .wt_button.wt_orange {
	background-color: #feda71; }
.no-cssgradients .wt_button.wt_orange:hover {
	background-color: #febb4a; }
		
/* ----- Orange Alt ----- */
.wt_button.wt_orange_alt {
	color: #9a6a15;
	background: #ffd741;
	border-color: #ffcd08; }
.wt_button.alt.wt_orange_alt {
	background-image: linear-gradient(center top , #ffd741 0%, #ffd741 50%, #ffc606 50%, #ffc606 100%);
	background-image: -o-linear-gradient(center top , #ffd741 0%, #ffd741 50%, #ffc606 50%, #ffc606 100%);
	background-image: -moz-linear-gradient(center top , #ffd741 0%, #ffd741 50%, #ffc606 50%, #ffc606 100%);
	background-image: -webkit-linear-gradient(center top , #ffd741 0%, #ffd741 50%, #ffc606 50%, #ffc606 100%);
	background-image: -ms-linear-gradient(center top , #ffd741 0%, #ffd741 50%, #ffc606 50%, #ffc606 100%);	}
.wt_button.wt_orange_alt:hover {
	background: #ffc606;
	border-color: #d7ab02; }
.no-cssgradients .wt_button.wt_orange_alt {
	background-color: #ffd741; }
.no-cssgradients .wt_button.wt_orange_alt:hover {
	background-color: #ffc606; }
	
/* ----- Green ----- */
.wt_button.wt_green {
	color: #5d7731;
	background: #cae285;
	border-color: #adc671; }	
.wt_button.alt.wt_green {
	background-image: linear-gradient(center top , #cae285 0%, #cae285 50%, #9fcb57 50%, #9fcb57 100%);
	background-image: -o-linear-gradient(center top , #cae285 0%, #cae285 50%, #9fcb57 50%, #9fcb57 100%);
	background-image: -moz-linear-gradient(center top , #cae285 0%, #cae285 50%, #9fcb57 50%, #9fcb57 100%);
	background-image: -webkit-linear-gradient(center top , #cae285 0%, #cae285 50%, #9fcb57 50%, #9fcb57 100%);
	background-image: -ms-linear-gradient(center top , #cae285 0%, #cae285 50%, #9fcb57 50%, #9fcb57 100%);	}
.wt_button.wt_green:hover {
	background: #9fcb57;
	border-color: #8bb14d; }		
.no-cssgradients .wt_button.wt_green {
	background-color: #cae285; }
.no-cssgradients .wt_button.wt_green:hover {
	background-color: #9fcb57; }

/* ----- Green Alt ----- */
.wt_button.wt_green_alt {
	color: #406100;
	background: #a5d670;
	border-color: #91cd50; }
.wt_button.alt.wt_green_alt {
	background-image: linear-gradient(center top , #c1ff06 0%, #c1ff06 50%, #a7d60a 50%, #a7d60a 100%);
	background-image: -o-linear-gradient(center top , #c1ff06 0%, #c1ff06 50%, #a7d60a 50%, #a7d60a 100%);
	background-image: -moz-linear-gradient(center top , #c1ff06 0%, #c1ff06 50%, #a7d60a 50%, #a7d60a 100%);
	background-image: -webkit-linear-gradient(center top , #c1ff06 0%, #c1ff06 50%, #a7d60a 50%, #a7d60a 100%);
	background-image: -ms-linear-gradient(center top , #c1ff06 0%, #c1ff06 50%, #a7d60a 50%, #a7d60a 100%);	}
.wt_button.wt_green_alt:hover {
	background: #96cf58;
	border-color: #a5d670; }
.no-cssgradients .wt_button.wt_green_alt {
	background-color: #91cd50; }
.no-cssgradients .wt_button.wt_green_alt:hover {
	background-color: #a5d670; }

/* ----- Dark Green ----- */
.wt_button.wt_dark_green {
	color: #437800;
	background: #a8d400;
	border-color: #5c8400; }
.wt_button.alt.wt_dark_green {
	background-image: linear-gradient(center top , #a8d400 0%, #a8d400 50%, #71a000 50%, #71a000 100%);
	background-image: -o-linear-gradient(center top , #a8d400 0%, #a8d400 50%, #71a000 50%, #71a000 100%);
	background-image: -moz-linear-gradient(center top , #a8d400 0%, #a8d400 50%, #71a000 50%, #71a000 100%);
	background-image: -webkit-linear-gradient(center top , #a8d400 0%, #a8d400 50%, #71a000 50%, #71a000 100%);
	background-image: -ms-linear-gradient(center top , #a8d400 0%, #a8d400 50%, #71a000 50%, #71a000 100%);	}
.wt_button.wt_dark_green:hover {
	background: #71a000;
	border-color: #578600; }
.no-cssgradients .wt_button.wt_dark_green {
	background-color: #a8d400; }
.no-cssgradients .wt_button.wt_dark_green:hover {
	background-color: #71a000; }		

/* ----- Red ----- */
.wt_button.wt_red {
	color: #901400;
	background: #e36159;
	border-color: #dd4036; }
.wt_button.alt.wt_red {
	background-image: linear-gradient(center top , #fc6840 0%, #fc6840 50%, #f73406 50%, #f73406 100%);
	background-image: -o-linear-gradient(center top , #fc6840 0%, #fc6840 50%, #f73406 50%, #f73406 100%);
	background-image: -moz-linear-gradient(center top , #fc6840 0%, #fc6840 50%, #f73406 50%, #f73406 100%);
	background-image: -webkit-linear-gradient(center top , #fc6840 0%, #fc6840 50%, #f73406 50%, #f73406 100%);
	background-image: -ms-linear-gradient(center top , #fc6840 0%, #fc6840 50%, #f73406 50%, #f73406 100%);	}
.wt_button.wt_red:hover {
	background: #e05048;
	border-color: #e05048; }
.no-cssgradients .wt_button.wt_red {
	background-color: #e36159; }
.no-cssgradients .wt_button.wt_red:hover {
	background-color: #dd4036; }
			
/* ----- Red Alt ----- */
.wt_button.wt_red_alt {
	color: #f7f7f7;
	background: #eb3e4f;
	border-color: #e7192e; }
.wt_button.alt.wt_red_alt {
	background-image: linear-gradient(center top , #fc494a 0%, #fc494a 50%, #ff0904 50%, #ff0904 100%);
	background-image: -o-linear-gradient(center top , #fc494a 0%, #fc494a 50%, #ff0904 50%, #ff0904 100%);
	background-image: -moz-linear-gradient(center top , #fc494a 0%, #fc494a 50%, #ff0904 50%, #ff0904 100%);
	background-image: -webkit-linear-gradient(center top , #fc494a 0%, #fc494a 50%, #ff0904 50%, #ff0904 100%);
	background-image: -ms-linear-gradient(center top , #fc494a 0%, #fc494a 50%, #ff0904 50%, #ff0904 100%);	}
.wt_button.wt_red_alt:hover {
	background: #d2322d;
	border-color: #e82336; }
.no-cssgradients .wt_button.wt_red_alt {
	background-color: #eb3e4f; }
.no-cssgradients .wt_button.wt_red_alt:hover {
	background-color: #e7192e; }
	
/* ----- Blue ----- */
.wt_button.wt_blue {
	color: #42788e;
	background: #abe4f8;
	border-color: #8dc5da; }
.wt_button.alt.wt_blue {
	background-image: linear-gradient(center top , #abe4f8 0%, #abe4f8 50%, #6fcef3 50%, #6fcef3 100%);
	background-image: -o-linear-gradient(center top , #abe4f8 0%, #abe4f8 50%, #6fcef3 50%, #6fcef3 100%);
	background-image: -moz-linear-gradient(center top , #abe4f8 0%, #abe4f8 50%, #6fcef3 50%, #6fcef3 100%);
	background-image: -webkit-linear-gradient(center top , #abe4f8 0%, #abe4f8 50%, #6fcef3 50%, #6fcef3 100%);
	background-image: -ms-linear-gradient(center top , #abe4f8 0%, #abe4f8 50%, #6fcef3 50%, #6fcef3 100%);	}
.wt_button.wt_blue:hover {
	background: #6fcef3;
	border-color: #7caec0; }
.no-cssgradients .wt_button.wt_blue {
	background-color: #abe4f8; }
.no-cssgradients .wt_button.wt_blue:hover {
	background-color: #6fcef3; }
	
/* ----- Blue Alt ----- */
.wt_button.wt_blue_alt {
	color: #01607c;
	background: #58c4ea;
	border-color: #34b7e6; }
.wt_button.alt.wt_blue_alt {
	background-image: linear-gradient(center top , #20d5ff 0%, #20d5ff 50%, #009abc 50%, #009abc 100%);
	background-image: -o-linear-gradient(center top , #20d5ff 0%, #20d5ff 50%, #009abc 50%, #009abc 100%);
	background-image: -moz-linear-gradient(center top , #20d5ff 0%, #20d5ff 50%, #009abc 50%, #009abc 100%);
	background-image: -webkit-linear-gradient(center top , #20d5ff 0%, #20d5ff 50%, #009abc 50%, #009abc 100%);
	background-image: -ms-linear-gradient(center top , #20d5ff 0%, #20d5ff 50%, #009abc 50%, #009abc 100%);	}
.wt_button.wt_blue_alt:hover {
	background: #3dbbe7;
	border-color: #58c4ea; }
.no-cssgradients .wt_button.wt_blue_alt {
	background-color: #34b7e6; }
.no-cssgradients .wt_button.wt_blue_alt:hover {
	background-color: #58c4ea; }
	
/* ----- Dark Blue ----- */
.wt_button.wt_dark_blue {
	color: #515f6a;
	background: #becbd6;
	border-color: #a2afb8; }
.wt_button.alt.wt_dark_blue {
	background-image: linear-gradient(center top , #becbd6 0%, #becbd6 50%, #88a1b4 50%, #88a1b4 100%);
	background-image: -o-linear-gradient(center top , #becbd6 0%, #becbd6 50%, #88a1b4 50%, #88a1b4 100%);
	background-image: -moz-linear-gradient(center top , #becbd6 0%, #becbd6 50%, #88a1b4 50%, #88a1b4 100%);
	background-image: -webkit-linear-gradient(center top , #becbd6 0%, #becbd6 50%, #88a1b4 50%, #88a1b4 100%);
	background-image: -ms-linear-gradient(center top , #becbd6 0%, #becbd6 50%, #88a1b4 50%, #88a1b4 100%);	}
.wt_button.wt_dark_blue:hover {
	background: #88a1b4;
	border-color: #8996a0; }
.no-cssgradients .wt_button.wt_dark_blue {
	background-color: #becbd6; }
.no-cssgradients .wt_button.wt_dark_blue:hover {
	background-color: #88a1b4; }		

/* ----- Marine ----- */
.wt_button.wt_marine {
	color: #0b4489;
	background: #70c2fa;
	border-color: #2365ae; }
.wt_button.alt.wt_marine {
	background-image: linear-gradient(center top , #70c2fa 0%, #70c2fa 50%, #3481c8 50%, #3481c8 100%);
	background-image: -o-linear-gradient(center top , #70c2fa 0%, #70c2fa 50%, #3481c8 50%, #3481c8 100%);
	background-image: -moz-linear-gradient(center top , #70c2fa 0%, #70c2fa 50%, #3481c8 50%, #3481c8 100%);
	background-image: -webkit-linear-gradient(center top , #70c2fa 0%, #70c2fa 50%, #3481c8 50%, #3481c8 100%);
	background-image: -ms-linear-gradient(center top , #70c2fa 0%, #70c2fa 50%, #3481c8 50%, #3481c8 100%);	}
.wt_button.wt_marine:hover {
	background: #3481c8;
	border-color: #2d6aa1; }
.no-cssgradients .wt_button.wt_marine {
	background-color: #70c2fa; }
.no-cssgradients .wt_button.wt_marine:hover {
	background-color: #3481c8; }			
	
/* ----- Purple ----- */
.wt_button.wt_purple {
	color: #7b5777;
	background: #e8c4e4;
	border-color: #bc9db9; }
.wt_button.alt.wt_purple {
	background-image: linear-gradient(center top , #e8c4e4 0%, #e8c4e4 50%, #d494ce 50%, #d494ce 100%);
	background-image: -o-linear-gradient(center top , #e8c4e4 0%, #e8c4e4 50%, #d494ce 50%, #d494ce 100%);
	background-image: -moz-linear-gradient(center top , #e8c4e4 0%, #e8c4e4 50%, #d494ce 50%, #d494ce 100%);
	background-image: -webkit-linear-gradient(center top , #e8c4e4 0%, #e8c4e4 50%, #d494ce 50%, #d494ce 100%);
	background-image: -ms-linear-gradient(center top , #e8c4e4 0%, #e8c4e4 50%, #d494ce 50%, #d494ce 100%);	}
.wt_button.wt_purple:hover {
	background: #d494ce;
	border-color: #a482a0; }
.no-cssgradients .wt_button.wt_purple {
	background-color: #e8c4e4; }
.no-cssgradients .wt_button.wt_purple:hover {
	background-color: #d494ce; }
	
/* ----- Purple Alt ----- */
.wt_button.wt_purple_alt {
	color: #5d1f7b;
	background: #d895f9;
	border-color: #9652bf; }
.wt_button.alt.wt_purple_alt {
	background-image: linear-gradient(center top , #d895f9 0%, #d895f9 50%, #9953c3 50%, #9953c3 100%);
	background-image: -o-linear-gradient(center top , #d895f9 0%, #d895f9 50%, #9953c3 50%, #9953c3 100%);
	background-image: -moz-linear-gradient(center top , #d895f9 0%, #d895f9 50%, #9953c3 50%, #9953c3 100%);
	background-image: -webkit-linear-gradient(center top , #d895f9 0%, #d895f9 50%, #9953c3 50%, #9953c3 100%);
	background-image: -ms-linear-gradient(center top , #d895f9 0%, #d895f9 50%, #9953c3 50%, #9953c3 100%);	}
.wt_button.wt_purple_alt:hover {
	background: #9953c3;
	border-color: #7a439a; }
.no-cssgradients .wt_button.wt_purple_alt {
	background-color: #d895f9; }
.no-cssgradients .wt_button.wt_purple_alt:hover {
	background-color: #9953c3; }
	
/* ----- Teal ----- */
.wt_button.wt_teal {
	color: #437b7d;
	background: #b7f2f4;
	border-color: #90c6c8; }
.wt_button.alt.wt_teal {
	background-image: linear-gradient(center top , #b7f2f4 0%, #b7f2f4 50%, #7ce7ea 50%, #7ce7ea 100%);
	background-image: -o-linear-gradient(center top , #b7f2f4 0%, #b7f2f4 50%, #7ce7ea 50%, #7ce7ea 100%);
	background-image: -moz-linear-gradient(center top , #b7f2f4 0%, #b7f2f4 50%, #7ce7ea 50%, #7ce7ea 100%);
	background-image: -webkit-linear-gradient(center top , #b7f2f4 0%, #b7f2f4 50%, #7ce7ea 50%, #7ce7ea 100%);
	background-image: -ms-linear-gradient(center top , #b7f2f4 0%, #b7f2f4 50%, #7ce7ea 50%, #7ce7ea 100%);	}
.wt_button.wt_teal:hover {
	background: #7ce7ea;
	border-color: #7db9bb; }
.no-cssgradients .wt_button.wt_teal {
	background-color: #b7f2f4; }
.no-cssgradients .wt_button.wt_teal:hover {
	background-color: #7ce7ea; }	

/* ----- Yellow ----- */
.wt_button.wt_yellow {
	color: #7a6717;
	background: #f2f710;
	border-color: #f4f200; }
.wt_button.alt.wt_yellow {
	background-image: linear-gradient(center top , #f2f710 0%, #f2f710 50%, #decd00 50%, #decd00 100%);
	background-image: -o-linear-gradient(center top , #f2f710 0%, #f2f710 50%, #decd00 50%, #decd00 100%);
	background-image: -moz-linear-gradient(center top , #f2f710 0%, #f2f710 50%, #decd00 50%, #decd00 100%);
	background-image: -webkit-linear-gradient(center top , #f2f710 0%, #f2f710 50%, #decd00 50%, #decd00 100%);
	background-image: -ms-linear-gradient(center top , #f2f710 0%, #f2f710 50%, #decd00 50%, #decd00 100%);	}
.wt_button.wt_yellow:hover {
	background: #decd00;
	border-color: #e2d500; }
.no-cssgradients .wt_button.wt_yellow {
	background-color: #f2f710; }
.no-cssgradients .wt_button.wt_yellow:hover {
	background-color: #decd00; }
	
/* ----- Black ----- */
.wt_button.wt_black {
	/*text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);*/
	color: #f7f7f7;
	background: #555555; }
.wt_button.alt.wt_black {
	background-image: linear-gradient(center top , #5e5e5e 0%, #5e5e5e 50%, #434343 50%, #434343 100%);
	background-image: -o-linear-gradient(center top , #5e5e5e 0%, #5e5e5e 50%, #434343 50%, #434343 100%);
	background-image: -moz-linear-gradient(center top , #5e5e5e 0%, #5e5e5e 50%, #434343 50%, #434343 100%);
	background-image: -webkit-linear-gradient(center top , #5e5e5e 0%, #5e5e5e 50%, #434343 50%, #434343 100%);
	background-image: -ms-linear-gradient(center top , #5e5e5e 0%, #5e5e5e 50%, #434343 50%, #434343 100%);	}
.wt_button.wt_black:hover {
	background:  #434343;
	border-color: #2c2c2c; }
.no-cssgradients .wt_button.wt_black {
	background-color: #5e5e5e; }
.no-cssgradients .wt_button.wt_black:hover {
	background-color: #434343; }									
	
/* ----- Black Alt ----- */
.wt_button.wt_black_alt {
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
	color: #dddddd;
	background: #393939;
	border-color: #222222; }
.wt_button.alt.wt_black_alt {
	background-image: linear-gradient(center top , #393939 0%, #393939 50%, #050505 50%, #050505 100%);
	background-image: -o-linear-gradient(center top , #393939 0%, #393939 50%, #050505 50%, #050505 100%);
	background-image: -moz-linear-gradient(center top , #393939 0%, #393939 50%, #050505 50%, #050505 100%);
	background-image: -webkit-linear-gradient(center top , #393939 0%, #393939 50%, #050505 50%, #050505 100%);
	background-image: -ms-linear-gradient(center top , #393939 0%, #393939 50%, #050505 50%, #050505 100%);	}
.wt_button.wt_black_alt:hover {
	background: #434343;
	border-color: #222222; }
.no-cssgradients .wt_button.wt_black_alt {
	background-color: #393939; }
.no-cssgradients .wt_button.wt_black_alt:hover {
	background-color: #434343; }
.wt_button.minimal_button {
	border: 1px solid rgb(255,255,255);
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 0px rgba(0, 0, 0, 0.25) inset;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	margin-top: 15px;
	padding: 3px 0px;
	position: relative;
	text-transform: uppercase;
	text-shadow: 0 0px 0 rgba(255, 255, 255, 0);
	color: #FFFFFF; 
	background: none; }
.wt_button.minimal_button:hover {
	color: #aaa094;
	border: 1px solid #aaa094; }
	


/* Icon Boxes and Headings
   ------------------------------------------------- */	
.icon_box i,
.icon-box i {
	width: 32px;
	height: 32px;
	font-style: normal;    
	display: block;
	float: left;
	line-height: 32px;
	margin-right: 15px;
	vertical-align: text-bottom; }
.icon_box h3,
.icon-box h3 {
	font-size: 16px; }
.icon-box h3 {
	margin: 0 0 8px 47px; }
.icon-box.no-indent h3 {
	margin: 0 0 8px 0; }
.icon_box:not(.no-indent) p,
.icon-box:not(.no-indent) p {
	margin-left: 47px; }
[class^="wt_Hicon_"],
[class*=" wt_Hicon_"] {
  display: inline-block;
  background-image: url("../img/icons/icons.png");
  background-position: top left;
  background-repeat: no-repeat;
  line-height: 1;
  width: 32px; 
  height: 32px; 
  vertical-align: middle; }

.wt_Hicon_64{ background-position: 0 0;} 
.wt_Hicon_addressbook{ background-position: -82px 0px; } 
.wt_Hicon_archive-delete{ background-position: -164px 0px; } 
.wt_Hicon_archive-download{ background-position: -246px 0px; } 
.wt_Hicon_archive-new{ background-position: -328px 0px; } 
.wt_Hicon_back{ background-position: -410px 0px;} 
.wt_Hicon_bookmark{ background-position: 0px -82px; } 
.wt_Hicon_burn{ background-position: -82px -82px; } 
.wt_Hicon_calculator{ background-position: -164px -82px; } 
.wt_Hicon_cash{ background-position: -246px -82px; } 
.wt_Hicon_cd{ background-position: -328px -82px; } 
.wt_Hicon_chat{ background-position: -410px -82px; } 
.wt_Hicon_clapperboard{ background-position: 0px -164px; } 
.wt_Hicon_color{ background-position: -82px -164px; } 
.wt_Hicon_copy{ background-position:  -164px -164px; } 
.wt_Hicon_creditcard{ background-position: -246px -164px; } 
.wt_Hicon_desktop-alternative{ background-position: -328px -164px; } 
.wt_Hicon_desktop{ background-position: -410px -164px; } 
.wt_Hicon_down{ background-position: 0px -246px; } 
.wt_Hicon_edit{ background-position: -82px -246px; } 
.wt_Hicon_exclamation{ background-position: -164px -246px; } 
.wt_Hicon_exit{ background-position: -246px -246px; } 
.wt_Hicon_folder-forward{ background-position: -328px -246px; } 
.wt_Hicon_folder-smart{ background-position: -410px -246px; } 
.wt_Hicon_folder{ background-position: 0px -328px; } 
.wt_Hicon_forward-black{ background-position: -82px -328px; } 
.wt_Hicon_forward-mail{ background-position: -164px -328px; } 
.wt_Hicon_forward{ background-position: -246px -328px; } 
.wt_Hicon_globe{ background-position: -328px -328px; } 
.wt_Hicon_harddrive{ background-position: -410px -328px; } 
.wt_Hicon_heineken{ background-position: 0px -410px; } 
.wt_Hicon_help{ background-position: -82px -410px; } 
.wt_Hicon_info{ background-position: -164px -410px; } 
.wt_Hicon_install{ background-position: -246px -410px; } 
.wt_Hicon_intel{ background-position: -328px -410px; } 
.wt_Hicon_keyboard{ background-position: -410px -410px; } 
.wt_Hicon_lock{ background-position: 0px -492px; } 
.wt_Hicon_mac-alternative{ background-position: -82px -492px; } 
.wt_Hicon_mac-alternative2{ background-position: -164px -492px; } 
.wt_Hicon_mac{ background-position: -246px -492px; } 
.wt_Hicon_mail{ background-position: -328px -492px; } 
.wt_Hicon_minus-white{ background-position: -410px -492px; } 
.wt_Hicon_minus{ background-position: 0px -574px; } 
.wt_Hicon_monitor{ background-position: -82px -574px; } 
.wt_Hicon_moon-alternative{ background-position: -164px -574px; } 
.wt_Hicon_moon{ background-position: -246px -574px; } 
.wt_Hicon_movies{ background-position: -328px -574px; } 
.wt_Hicon_music{ background-position: -410px -574px; } 
.wt_Hicon_new{ background-position: -0px -656px; } 
.wt_Hicon_next{ background-position: -82px -656px; } 
.wt_Hicon_notebook{ background-position: -164px -656px; } 
.wt_Hicon_open{ background-position: -246px -656px; } 
.wt_Hicon_pause{ background-position: -328px -656px; } 
.wt_Hicon_phone{ background-position: -410px -656px; } 
.wt_Hicon_picture-cast{ background-position: 0px -738px; } 
.wt_Hicon_picture{ background-position: -82px -738px; } 
.wt_Hicon_play{ background-position: -164px -738px; } 
.wt_Hicon_plus{ background-position: -246px -738px; } 
.wt_Hicon_podcast{ background-position: -328px -738px; } 
.wt_Hicon_preferences{ background-position: -410px -738px; } 
.wt_Hicon_public{ background-position: 0px -820px; } 
.wt_Hicon_record{ background-position: -82px -820px; } 
.wt_Hicon_refresh{ background-position: -164px -820px; } 
.wt_Hicon_remove{ background-position: -246px -820px; } 
.wt_Hicon_rewind-black{ background-position: -328px -820px; } 
.wt_Hicon_rewind{ background-position: -410px -820px; } 
.wt_Hicon_rss-alternative{ background-position: 0px -902px; } 
.wt_Hicon_rss{ background-position: -82px -902px; } 
.wt_Hicon_search{ background-position: -164px -902px; } 
.wt_Hicon_send{ background-position: -246px -902px; } 
.wt_Hicon_server{ background-position: -328px -902px; } 
.wt_Hicon_settings{ background-position: -410px -902px; } 
.wt_Hicon_smiley-sad{ background-position: 0px -984px; } 
.wt_Hicon_smiley{ background-position: -82px -984px; } 
.wt_Hicon_splash{ background-position: -164px -984px; } 
.wt_Hicon_star{ background-position: -246px -984px; } 
.wt_Hicon_stop-alternative2{ background-position: -328px -984px; } 
.wt_Hicon_stop{ background-position: -410px -984px; } 
.wt_Hicon_stop-alternative{ background-position: 0px -1066px; } 
.wt_Hicon_sun-alternative{ background-position: -82px -1066px; } 
.wt_Hicon_sun{ background-position: -164px -1066px; } 
.wt_Hicon_terminal{ background-position: -246px -1066px; } 
.wt_Hicon_trash-full{ background-position: -328px -1066px; } 
.wt_Hicon_trash{ background-position: -410px -1066px; } 
.wt_Hicon_unarchive{ background-position: 0px -1148px; } 
.wt_Hicon_universal{ background-position: -82px -1148px; } 
.wt_Hicon_unread{ background-position: -164px -1148px; } 
.wt_Hicon_up{ background-position: -246px -1148px; } 
.wt_Hicon_user{ background-position: -328px -1148px; } 
.wt_Hicon_users{ background-position: -410px -1148px; } 
.wt_Hicon_window{ background-position: 0px -1230px; } 
.wt_Hicon_work{ background-position: -82px -1230px; } 
.wt_Hicon_zoom-in{ background-position: -164px -1230px; } 
.wt_Hicon_zoom-out{ background-position: -246px -1230px; } 

h1 [class^="wt_Hicon_"], h1 [class*=" wt_Hicon_"], 
h2 [class^="wt_Hicon_"], h2 [class*=" wt_Hicon_"], 
h3 [class^="wt_Hicon_"], h3 [class*=" wt_Hicon_"], 
h4 [class^="wt_Hicon_"], h4 [class*=" wt_Hicon_"], 
h5 [class^="wt_Hicon_"], h5 [class*=" wt_Hicon_"], 
h6 [class^="wt_Hicon_"], h6 [class*=" wt_Hicon_"] {
	margin-top:-6px;
	margin-right:12px; }
h1 [class^="wt_Hicon_"], h1 [class*=" wt_Hicon_"] { 
	margin-top:-5px; }
h2 [class^="wt_Hicon_"], h2 [class*=" wt_Hicon_"] { 
	margin-top:-3px; }
.wt_Hicon_ [class^="wt_Hicon_"], .icons [class*=" wt_Hicon_"] {
	display: block;
	float: left;
	margin:0px 15px 0px 0;
	line-height: 32px;
	vertical-align: text-bottom; }

/* Font Awesome Styles
   ------------------------------------------------- */	
#wt_sidebar .widget_subnav li [class^="fa-"],
#wt_sidebar .widget_subnav li [class*=" fa-"],
#wt_sidebar .widget_subnav li [class^="menu_icon_"] i,
#wt_sidebar .widget_subnav li [class*=" menu_icon_"] i {
	font-size: 0; }
.wt_fontawesome_icon.round {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%; }
.wt_fontawesome_icon.small_round {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px; }
h1.fontawesome .wt_fontawesome_icon.icon-1x {
	width: 50px;
	height: 50px;
	line-height: 54px; }
h1.fontawesome .wt_fontawesome_icon.icon-large {
	width: 60px;
	height: 60px;
	line-height: 60px; }
h1.fontawesome .wt_fontawesome_icon.icon-2x {
	width: 80px;
	height: 80px;
	line-height: 84px; }
h1.fontawesome .wt_fontawesome_icon.icon-3x {
	width: 110px;
	height: 110px;
	line-height: 114px; }
h1.fontawesome .wt_fontawesome_icon.icon-4x {
	width: 140px;
	height: 140px;
	line-height: 144px; }
h2.fontawesome .wt_fontawesome_icon.icon-1x {
	width: 40px;
	height: 40px;
	line-height: 44px; }
h2.fontawesome .wt_fontawesome_icon.icon-large {
	width: 50px;
	height: 50px;
	line-height: 50px; }
h2.fontawesome .wt_fontawesome_icon.icon-2x {
	width: 70px;
	height: 70px;
	line-height: 74px; }
h2.fontawesome .wt_fontawesome_icon.icon-3x {
	width: 90px;
	height: 90px;
	line-height: 94px; }
h2.fontawesome .wt_fontawesome_icon.icon-4x {
	width: 120px;
	height: 120px;
	line-height: 124px; }
h3.fontawesome .wt_fontawesome_icon.icon-1x {
	width: 35px;
	height: 35px;
	line-height: 37px; }
h3.fontawesome .wt_fontawesome_icon.icon-large {
	width: 40px;
	height: 40px;
	line-height: 40px; }
h3.fontawesome .wt_fontawesome_icon.icon-2x {
	width: 55px;
	height: 55px;
	line-height: 59px; }
h3.fontawesome .wt_fontawesome_icon.icon-3x {
	width: 80px;
	height: 80px;
	line-height: 84px; }
h3.fontawesome .wt_fontawesome_icon.icon-4x {
	width: 110px;
	height: 110px;
	line-height: 114px; }
h4.fontawesome .wt_fontawesome_icon.icon-1x {
	width: 35px;
	height: 35px;
	line-height: 37px; }
h4.fontawesome .wt_fontawesome_icon.icon-large {
	width: 40px;
	height: 40px;
	line-height: 40px; }
h4.fontawesome .wt_fontawesome_icon.icon-2x {
	width: 55px;
	height: 55px;
	line-height: 59px; }
h4.fontawesome .wt_fontawesome_icon.icon-3x {
	width: 75px;
	height: 75px;
	line-height: 79px; }
h4.fontawesome .wt_fontawesome_icon.icon-4x {
	width: 90px;
	height: 90px;
	line-height: 94px; }
h5.fontawesome .wt_fontawesome_icon.icon-1x {
	width: 30px;
	height: 30px;
	line-height: 32px; }
h5.fontawesome .wt_fontawesome_icon.icon-large {
	width: 40px;
	height: 40px;
	line-height: 40px; }
h5.fontawesome .wt_fontawesome_icon.icon-2x {
	width: 50px;
	height: 50px;
	line-height: 54px; }
h5.fontawesome .wt_fontawesome_icon.icon-3x {
	width: 70px;
	height: 70px;
	line-height: 74px; }
h5.fontawesome .wt_fontawesome_icon.icon-4x {
	width: 85px;
	height: 85px;
	line-height: 89px; }
h6.fontawesome .wt_fontawesome_icon.icon-1x {
	width: 25px;
	height: 25px;
	line-height: 25px; }
h6.fontawesome .wt_fontawesome_icon.icon-large {
	width: 35px;
	height: 35px;
	line-height: 35px; }
h6.fontawesome .wt_fontawesome_icon.icon-2x {
	width: 50px;
	height: 50px;
	line-height: 54px; }
h6.fontawesome .wt_fontawesome_icon.icon-3x {
	width: 65px;
	height: 65px;
	line-height: 69px; }
h6.fontawesome .wt_fontawesome_icon.icon-4x {
	width: 80px;
	height: 80px;
	line-height: 84px; }
p.fontawesome .wt_fontawesome_icon.icon-1x,
span.fontawesome .wt_fontawesome_icon.icon-1x {
	width: 25px;
	height: 25px;
	line-height: 25px; }
p.fontawesome .icon-large,
span.fontawesome .icon-large {
	width: 30px;
	height: 30px;
	line-height: 30px; }
p.fontawesome .wt_fontawesome_icon.icon-2x,
span.fontawesome .wt_fontawesome_icon.icon-2x {
	width: 40px;
	height: 40px;
	line-height: 44px; }
p.fontawesome .wt_fontawesome_icon.icon-3x,
span.fontawesome .wt_fontawesome_icon.icon-3x {
	width: 55px;
	height: 55px;
	line-height: 59px; }
p.fontawesome .wt_fontawesome_icon.icon-4x,
span.fontawesome .wt_fontawesome_icon.icon-4x {
	width: 70px;
	height: 70px;
	line-height: 74px; }
span.fontawesome .wt_fontawesome_icon {
	margin-right: 10px; }
h1.fontawesome .wt_fontawesome_icon,
h2.fontawesome .wt_fontawesome_icon,
h3.fontawesome .wt_fontawesome_icon,
h4.fontawesome .wt_fontawesome_icon,
h5.fontawesome .wt_fontawesome_icon,
h6.fontawesome .wt_fontawesome_icon,
p.fontawesome .wt_fontawesome_icon  {
	margin-right: 12px;
	display: inline-block;
	text-align: center; }
h1.hoverEfect-icon-1x.fontawesome:hover [class^="fa-"]:before, h1.hoverEfect-icon-1x.fontawesome:hover [class*=" fa-"]:before {
	font-size: 50px;
	vertical-align: -8px; }
h1.hoverEfect-icon-large.fontawesome:hover [class^="fa-"]:before,h1.hoverEfect-icon-large.fontawesome:hover [class*=" fa-"]:before{
	font-size: 60px;
	vertical-align: -11px; }
h1.hoverEfect-icon-2x.fontawesome:hover [class^="fa-"]:before, h1.hoverEfect-icon-2x.fontawesome:hover [class*=" fa-"]:before {
	font-size: 80px;
	vertical-align: -8px; }
h1.hoverEfect-icon-3x.fontawesome:hover [class^="fa-"]:before, h1.hoverEfect-icon-3x.fontawesome:hover [class*=" fa-"]:before {
	font-size: 110px;
	vertical-align: -8px; }
h1.hoverEfect-icon-4x.fontawesome:hover [class^="fa-"]:before, h1.hoverEfect-icon-4x.fontawesome:hover [class*=" fa-"]:before {
	font-size: 140px;
	vertical-align: -10px; }
h2.hoverEfect-icon-1x.fontawesome:hover [class^="fa-"]:before, h2.hoverEfect-icon-1x.fontawesome:hover [class*=" fa-"]:before {
	font-size: 40px;
	vertical-align: -6px; }
h2.hoverEfect-icon-large.fontawesome:hover [class^="fa-"]:before, h2.hoverEfect-icon-large.fontawesome:hover [class*=" fa-"]:before {
	font-size: 50px;
	vertical-align: -9px; }
h2.hoverEfect-icon-2x.fontawesome:hover [class^="fa-"]:before, h2.hoverEfect-icon-2x.fontawesome:hover [class*=" fa-"]:before {
	font-size: 70px;
	vertical-align: -7px; }
h2.hoverEfect-icon-3x.fontawesome:hover [class^="fa-"]:before, h2.hoverEfect-icon-3x.fontawesome:hover [class*=" fa-"]:before {
	font-size: 90px;
	vertical-align: -8px; }
h2.hoverEfect-icon-4x.fontawesome:hover [class^="fa-"]:before, h2.hoverEfect-icon-4x.fontawesome:hover [class*=" fa-"]:before {
	font-size: 120px;
	vertical-align: -9px; }
h3.hoverEfect-icon-1x.fontawesome:hover [class^="fa-"]:before, h3.hoverEfect-icon-1x.fontawesome:hover [class*=" fa-"]:before {
	font-size: 35px;
	vertical-align: -5px; }
h3.hoverEfect-icon-large.fontawesome:hover [class^="fa-"]:before, h3.hoverEfect-icon-large.fontawesome:hover [class*=" fa-"]:before {
	font-size: 40px;
	vertical-align: -9px; }
h3.hoverEfect-icon-2x.fontawesome:hover [class^="fa-"]:before, h3.hoverEfect-icon-2x.fontawesome:hover [class*=" fa-"]:before {
	font-size: 55px;
	vertical-align: -6px; }
h3.hoverEfect-icon-3x.fontawesome:hover [class^="fa-"]:before, h3.hoverEfect-icon-3x.fontawesome:hover [class*=" fa-"]:before {
	font-size: 80px;
	vertical-align: -8px; }
h3.hoverEfect-icon-4x.fontawesome:hover [class^="fa-"]:before, h3.hoverEfect-icon-4x.fontawesome:hover [class*=" fa-"]:before {
	font-size: 110px;
	vertical-align: -12px; }
h4.hoverEfect-icon-1x.fontawesome:hover [class^="fa-"]:before, h4.hoverEfect-icon-1x.fontawesome:hover [class*=" fa-"]:before {
	font-size: 35px;
	vertical-align: -6px; }
h4.hoverEfect-icon-large.fontawesome:hover [class^="fa-"]:before, h4.hoverEfect-icon-large.fontawesome:hover [class*=" fa-"]:before {
	font-size: 40px;
	vertical-align: -8px; }
h4.hoverEfect-icon-2x.fontawesome:hover [class^="fa-"]:before, h4.hoverEfect-icon-2x.fontawesome:hover [class*=" fa-"]:before {
	font-size: 55px;
	vertical-align: -7px; }
h4.hoverEfect-icon-3x.fontawesome:hover [class^="fa-"]:before, h4.hoverEfect-icon-3x.fontawesome:hover [class*=" fa-"]:before {
	font-size: 75px;
	vertical-align: -8px; }
h4.hoverEfect-icon-4x.fontawesome:hover [class^="fa-"]:before, h4.hoverEfect-icon-4x.fontawesome:hover [class*=" fa-"]:before {
	font-size: 90px;
	vertical-align: -9px; }
h5.hoverEfect-icon-1x.fontawesome:hover [class^="fa-"]:before, h5.hoverEfect-icon-1x.fontawesome:hover [class*=" fa-"]:before {
	font-size: 30px;
	vertical-align: -5px; }
h5.hoverEfect-icon-large.fontawesome:hover [class^="fa-"]:before, h5.hoverEfect-icon-large.fontawesome:hover [class*=" fa-"]:before {
	font-size: 40px;
	vertical-align: -9px; }
h5.hoverEfect-icon-2x.fontawesome:hover [class^="fa-"]:before, h5.hoverEfect-icon-2x.fontawesome:hover [class*=" fa-"]:before {
	font-size: 50px;
	vertical-align: -6px; }
h5.hoverEfect-icon-3x.fontawesome:hover [class^="fa-"]:before, h5.hoverEfect-icon-3x.fontawesome:hover [class*=" fa-"]:before {
	font-size: 70px;
	vertical-align: -8px; }
h5.hoverEfect-icon-4x.fontawesome:hover [class^="fa-"]:before, h5.hoverEfect-icon-4x.fontawesome:hover [class*=" fa-"]:before {
	font-size: 85px;
	vertical-align: -9px; }
h6.hoverEfect-icon-1x.fontawesome:hover [class^="fa-"]:before, h6.hoverEfect-icon-1x.fontawesome:hover [class*=" fa-"]:before {
	font-size: 25px;
	vertical-align: -5px; }
h6.hoverEfect-icon-large.fontawesome:hover [class^="fa-"]:before, h6.hoverEfect-icon-large.fontawesome:hover [class*=" fa-"]:before {
	font-size: 35px;
	vertical-align: -8px; }
h6.hoverEfect-icon-2x.fontawesome:hover [class^="fa-"]:before, h6.hoverEfect-icon-2x.fontawesome:hover [class*=" fa-"]:before {
	font-size: 50px;
	vertical-align: -7px; }
h6.hoverEfect-icon-3x.fontawesome:hover [class^="fa-"]:before, h6.hoverEfect-icon-3x.fontawesome:hover [class*=" fa-"]:before {
	font-size: 65px;
	vertical-align: -8px; }
h6.hoverEfect-icon-4x.fontawesome:hover [class^="fa-"]:before, h6.hoverEfect-icon-4x.fontawesome:hover [class*=" fa-"]:before {
	font-size: 80px;
	vertical-align: -9px; }

p.hoverEfect-icon-1x.fontawesome:hover [class^="fa-"]:before, p.hoverEfect-icon-1x.fontawesome:hover [class*=" fa-"]:before,
span.hoverEfect-icon-1x.fontawesome:hover [class^="fa-"]:before, span.hoverEfect-icon-1x.fontawesome:hover [class*=" fa-"]:before {
	font-size: 25px;
	vertical-align: -5px; }
p.hoverEfect-icon-2x.fontawesome:hover [class^="fa-"]:before, p.hoverEfect-icon-2x.fontawesome:hover [class*=" fa-"]:before,
span.hoverEfect-icon-2x.fontawesome:hover [class^="fa-"]:before, span.hoverEfect-icon-2x.fontawesome:hover [class*=" fa-"]:before {
	font-size: 40px;
	vertical-align: -7px; }
p.hoverEfect-icon-3x.fontawesome:hover [class^="fa-"]:before, p.hoverEfect-icon-3x.fontawesome:hover [class*=" fa-"]:before,
span.hoverEfect-icon-3x.fontawesome:hover [class^="fa-"]:before, span.hoverEfect-icon-3x.fontawesome:hover [class*=" fa-"]:before {
	font-size: 55px;
	vertical-align: -8px; }
p.hoverEfect-icon-4x.fontawesome:hover [class^="fa-"]:before, p.hoverEfect-icon-4x.fontawesome:hover [class*=" fa-"]:before,
span.hoverEfect-icon-4x.fontawesome:hover [class^="fa-"]:before, span.hoverEfect-icon-4x.fontawesome:hover [class*=" fa-"]:before {
	font-size: 70px;
	vertical-align: -9px; }
p.hoverEfect-icon-large.fontawesome:hover [class^="fa-"]:before, p.hoverEfect-icon-large.fontawesome:hover [class*=" fa-"]:before,
span.hoverEfect-icon-large.fontawesome:hover [class^="fa-"]:before,span.hoverEfect-icon-large.fontawesome:hover [class*=" fa-"]:before {
	font-size: 30px;
	vertical-align: -6px; }
.hoverEfect-icon-1x.fontawesome, .hoverEfect-icon-2x.fontawesome, .hoverEfect-icon-3x.fontawesome, .hoverEfect-icon-4x.fontawesome, .hoverEfect-icon-large.fontawesome {
	cursor: pointer;
	display: block; }
#wt_footerTop h1.fontawesome,
#wt_footerTop h2.fontawesome,
#wt_footerTop h3.fontawesome,
#wt_footerTop h4.fontawesome,
#wt_footerTop h5.fontawesome,
#wt_footerTop h6.fontawesome {
	float: left;
	margin-bottom: 0; }
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em; }
.icon-2x {
  font-size: 2em; }
.icon-2x.wt_icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
.icon-3x {
  font-size: 3em; }
.icon-3x.wt_icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
.icon-4x {
  font-size: 4em; }
.icon-4x.wt_icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }
.fontawesome i {
	text-align: center; }
.wt_entypo_icon,
.wt_fontawesome_icon,
.wt_glyphicons_icon {
	margin-right: 5px; }

/* ------------------------------------------------- */
/* = Google Maps  
/* ------------------------------------------------- */

.wt_gMap {		
	position: relative; }
.wt_g_map {
	margin-bottom: 20px;
	color: #222222;
	line-height: 20px; }
.wt_megamenu .wt_g_map {
	margin-bottom: 0; }
.wt_g_map * {
	-webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: content-box;    /* Firefox, other Gecko */
	box-sizing: content-box; }
.wt_gMap.alignleft {
	margin: 2px 20px 20px 0; }
.wt_gMap.alignright {
	margin: 2px  0 20px 20px; }
.wt_gMap img { max-width: none; }
#wt_gMap_controls {
	position: absolute;
	top: 50%; 
	right: 20px;
	z-index: 100;  
	border-radius: 4px 4px 4px 4px;
	-moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.65);
	-webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.65);
	box-shadow: 0 1px 7px rgba(0, 0, 0, 0.65); 
	list-style: none;
	margin: -38px 0 0;
	padding: 0;
	width: 26px; }
.wt_section_contact #wt_gMap_controls {
	right: 20px;
	border-radius: 0px;
	-moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0); 
	list-style: none;
	margin: -105px 0 0;
	width: 73px; }
#wt_gMap_controls li {
	margin: 0;
	padding: 0;		
	width: 26px;
	height: 26px; }	
.wt_section_contact #wt_gMap_controls li {
	width: 73px;
	height: 70px;
	margin-bottom: 1px; }
#wt_gMap_controls a {
	display: block;
	height: 100%;    
	background-color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	text-decoration: none;
	/* option */
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out; }	
.wt_section_contact #wt_gMap_controls a {
	background: rgb(22, 22, 22);
	background: rgba(22, 22, 22, 0.9);
	border-bottom: none;
	line-height: 70px; }
.wt_section_contact #wt_gMap_controls a.wt_zoomIn {
	-webkit-transform-origin-x: 0px;
	-webkit-transform-origin-y: 100%;
	-webkit-transform-origin-z: initial;
	-moz-transform-origin-x: 0px;
	-moz-transform-origin-y: 100%;
	-moz-transform-origin-z: initial;
	-ms-transform-origin-x: 0px;
	-ms-transform-origin-y: 100%;
	-ms-transform-origin-z: initial;
	-o-transform-origin-x: 0px;
	-o-transform-origin-y: 100%;
	-o-transform-origin-z: initial;
	transform-origin-x: 0px;
	transform-origin-y: 100%;
	transform-origin-z: initial; }
.wt_section_contact #wt_gMap_controls a.wt_resetMap {
	-webkit-transform-origin-x: 0px;
	-webkit-transform-origin-y: 0px;
	-webkit-transform-origin-z: initial;
	-moz-transform-origin-x: 0px;
	-moz-transform-origin-y: 0px;
	-moz-transform-origin-z: initial;
	-ms-transform-origin-x: 0px;
	-ms-transform-origin-y: 0px;
	-ms-transform-origin-z: initial;
	-o-transform-origin-x: 0px;
	-o-transform-origin-y: 0px;
	-o-transform-origin-z: initial;
	transform-origin-x: 0px;
	transform-origin-y: 0px;
	transform-origin-z: initial; }
.csstransforms3d .wt_section_contact #wt_gMap_controls a.wt_zoomIn:hover {
	-webkit-transform:rotateX(-15deg);
	-moz-transform:rotateX(-15deg);
	-ms-transform:rotateX(-15deg);
	-o-transform:rotateX(-15deg);
	transform:rotateX(-15deg); }
.csstransforms3d .wt_section_contact #wt_gMap_controls a.wt_resetMap:hover {
	-webkit-transform:rotateX(15deg);
	-moz-transform:rotateX(15deg);
	-ms-transform:rotateX(15deg);
	-o-transform:rotateX(15deg);
	transform:rotateX(15deg); }
#wt_gMap_controls li:first-child a {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px; }
#wt_gMap_controls li:last-child a {
	border: none;    
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px; }
.wt_section_contact #wt_gMap_controls li:first-child a {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px; }
.wt_section_contact #wt_gMap_controls li:last-child a {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px; }
#wt_gMap_controls i {
	display: block;
	height: 100%; 
	margin: 0;
	color: #222222;
	font-style: normal;
	text-align: center; }
.wt_section_contact #wt_gMap_controls i {
	color: #9fa1aa; }
#wt_gMap_controls i:hover {    
	background-color: #F4F4F4; }
.wt_section_contact #wt_gMap_controls i:hover {    
	background-color: #303030; }
#wt_gMap_controls i:before {
	font-family: 'FontAwesome';
	font-size: 12px; }
.wt_section_contact #wt_gMap_controls i:before {
	font-size: 24px;
	line-height: 73px;}
.wt_zoomIn i:before  {
	content: "\f067"; }
.wt_zoomOut i:before  {
	content: "\f068"; }
.wt_resetMap i:before  {
	content: "\f021"; }

/* Main Content
   ------------------------------------------------- */	
#wt_main {
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px; }
.widget {
	margin-bottom: 20px;
	overflow: hidden; }
.widget ul,
.wt_tabs_wrap ul {
	margin-left: 0; }
#wt_topWidget .widget,
#wt_topWidget p {
	margin-bottom: 0px; }
#wt_topWidget p {
	padding: 0px; }
	
/* Right Sidebar
   ------------------------------------------------- */	
	.rightSidebar #wt_main {
		float: left; }
	.rightSidebar #wt_sidebar {
		float: right; }
	
/* Left Sidebar
   ------------------------------------------------- */	
	.leftSidebar #wt_main {
		float: right; }
	.leftSidebar #wt_sidebar {
		float: left; }
		
/* Sections
   ------------------------------------------------- */
.wt_section {
	clear: both;
	position: relative;
	z-index: 10;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover; }
.single .wt_section {
	padding-bottom: 20px;
	padding-top: 0; }
.wt_section_contact {
	position: relative;
	margin-top: 55px; }
.wt_section_contact .wt_gMap {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; }
.wt_section_contact .wt_g_map {
	margin-bottom: 0;}
.wt_section_contact .wt_section_contact_inner {
	position: absolute;
	top: 15px;
	left: 0px;
	width: 40%;
	max-width: 410px;
	padding: 40px;
	z-index: 980;
	color: #9fa1aa; }
#wt_containerWrapper .wt_section_contact .wt_section_contact_inner a {
	color: #9fa1aa; }
#wt_containerWrapper .wt_section_contact .wt_section_contact_inner a.contact_button {
	color: #ffffff; }
.wt_section_contact .wt_section_contact_inner:after {
	content: '';
	display: block;
	width: 110%;
	height: 100%;
	position: absolute;
	left: -40px;
	top: 0;
	border-right: 1px solid #57585a;
	background: rgba(22, 22, 22, 0.9);
	-webkit-transform: skew(-12deg);
	-moz-transform: skew(-12deg);
	-ms-transform: skew(-12deg);
	-o-transform: skew(-12deg);
	transform: skew(-12deg);
	z-index: -1; }
.wt_border {   
	border-top-style: solid;
	border-top-width: 1px;
	border-color: #fafafa; }
.wt_shadow {  
	-moz-box-shadow: 0 1px 3px rgba(255, 255, 255, 0.1) inset;
	-webkit-box-shadow: 0 1px 3px rgba(255, 255, 255, 0.1) inset; 
	box-shadow: 0 1px 3px rgba(255, 255, 255, 0.1) inset;
}
#wt_containerWrapper, 
#wt_containerWrapper.wt_section {
	background: #ffffff; }
.home_box {
	margin: 0 auto;
	max-width: 960px;
	text-align: center;
	width: 100%; }
h1.slogan {
	color: #EEEEEE;
	font-size: 140px;
	line-height: 80px;
	margin: 160px 0 120px;
	text-shadow: 2px 2px #151515;
	text-transform: uppercase; }
h1.slogan span {
	font-size: 70px;
	line-height: 50px;
	margin-bottom: 100px; }
a.read_more {
	border: 2px solid #EEEEEE;
	color: #EEEEEE;
	font-size: 16px;
	line-height: 16px;
	padding: 10px 30px;
	text-transform: uppercase;
	transition: all 0.5s ease-in-out 0s; }
a.read_more:hover {
	color: #aaa094;
	border: 2px solid #aaa094;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out; }

/* Wordpress Page Navigation
   ------------------------------------------------- */
.wp-pagenavi {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px; }
.wp-pagenavi > li {
	display: inline; }
.wp-pagenavi a, .post_navi span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.428571429;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	margin-left: -1px; }
.post_navi {
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd; }
.post_navi .page-links-title,
.post_navi span {
	border-right: none; }
.post_navi a span {
	padding: 0px;
	background-color: none;
	border: none; }
.wp-pagenavi a:last-of-type {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }
.post_navi a:last-of-type {
	border-right: none; }
.wp-pagenavi a:last-of-type {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }
.post_navi a:last-of-type{
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px; }
.post_navi a:first-of-type {
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px; }
.wp-pagenavi > li > a:hover,
.wp-pagenavi > li > span:hover,
.wp-pagenavi > li > a:focus,
.wp-pagenavi > li > span:focus {
	background-color: #eeeeee; }
.wp-pagenavi > .active > a,
.wp-pagenavi > .active > span,
.wp-pagenavi > .active > a:hover,
.wp-pagenavi > .active > span:hover,
.wp-pagenavi > .active > a:focus,
.wp-pagenavi > .active > span:focus {
	z-index: 2;
	color: #ffffff;
	background-color: #2ECC71;
	border-color: #2ECC71;
	cursor: default; }
.wp-pagenavi > .disabled > span,
.wp-pagenavi > .disabled > span:hover,
.wp-pagenavi > .disabled > span:focus,
.wp-pagenavi > .disabled > a,
.wp-pagenavi > .disabled > a:hover,
.wp-pagenavi > .disabled > a:focus {
	color: #999999;
	background-color: #ffffff;
	border-color: #dddddd;
	cursor: not-allowed; }
.wp-pagenavi .currentPosts {
	z-index: 2;
	color: #ffffff;
	background-color: #aaa094;
	border-color: #aaa094;
	cursor: default;
}
.nav-previous {
	width: 50%;
	float: left; }
.nav-next {
	width: 50%;
	float: right;
	text-align: right; }
.nav-previous span,
.nav-next span {
	position: relative;
	top: -2px; }
.entry_navigation {
	overflow: hidden;
	margin: 20px 0; }
	
/* read more link for blog */
.blogEntry.col-lg-12 .blogEntry_frame {
	position: relative; }
.blogEntry a.read_more_link:hover {
	background-color: #555 !important; }
.blogEntry a.read_more_link {
	background-color: #aaa094;
	color: #FFFFFF;
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-size: 13.5px;
	margin: 5px auto;
	padding: 6px 14px 7px;
	position: relative; }
.blogEntry  p {
	margin-bottom: 10px; }

/* #wt_sidebar tweets style */		
.recentTweets .twitterIcon {
	border: 1px solid #ffffff;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	float: left;
	font-size: 13px;
	height: 25px;
	line-height: 25px;
	margin-right: 8px;
	margin-top: 5px;
	position: relative;
	text-align: center;
	width: 25px; }	
.recentTweets .twitterIcon:before {
	font-family: 'FontAwesome';
	content: "\f099";
	font-size: 13px; }
.recentTweets .wt_postInfo {
	overflow: visible;
	margin-left: 60px; }	
#wt_sidebar .recentTweets .twitterIcon {
	width: 30px;
	height: 20px; }
#wt_sidebar .recentTweets .twitterIcon:before {
	font-size: 20px; }	
#wt_sidebar  .recentTweets .wt_postInfo {
	margin-left: 30px; }
.recentTweets .content {
	width: 100%;
	padding: 5px;
	margin-bottom: 5px;	 }
#wt_sidebar .recentTweets .content a {
	display: inline !important; }
.recentTweets li a,
#wt_content .recentTweets li a {
	font-style: italic;
	font-size: 12px; }
.recentTweets li a:hover {
	text-decoration: underline; }
.recentTweets li {
	font-size: 12px;
	border-bottom: none !important; }
.tweet_time {
	display: block; }
#wt_page .tweet_time a {
	font-style: normal;
	font-size: 10px;
	color: #919191; }
#wt_page .tweet_time a:hover {
	color: #aaa094; }
/* end #wt_sidebar tweets style */

/* Contact & Comments Forms
   ------------------------------------------------- */	
#wt_content .wt_contact_form {
	margin-top: 12px; }
#wt_sidebar .wt_contact_form label {
	margin-left: 0px;
	display: none; }
.text_input, .text_area, input.wt_search_field,
.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
	width: 100%;
	margin-bottom: 0 !important; }
.single-portfolio .withSidebar .text_area {
	width: 50%; }
#wt_footerWrapper .wt_contact_form .wt_button {
	box-shadow: 0;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	-webkit-box-shadow: #292929 0px 1px 1px inset, #292929 -1px -1px 0px 0px, #292929 1px 1px 0px 0px, #292929 1px 0px 0px 0px, #292929 0px 1px 0px 0px, #292929 1px -1px 0px 0px, #292929 -1px 1px 0px 0px;
	-moz-box-shadow: #f4f4f4 0px 1px 4px inset, #292929 -1px -1px 0px 0px, #292929 1px 1px 0px 0px, #292929 1px 0px 0px 0px, #292929 0px 1px 0px 0px, #292929 1px -1px 0px 0px, #292929 -1px 1px 0px 0px;
	box-shadow: #292929 0px 1px 1px inset, #292929 -1px -1px 0px 0px, #292929 1px 1px 0px 0px, #292929 1px 0px 0px 0px, #292929 0px 1px 0px 0px, #292929 1px -1px 0px 0px, #444 -1px 1px 0px 0px;
	background-image: none; }
#wt_footerWrapper .text_input, #wt_footerWrapper .text_area {
	box-shadow: 0;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s; }
#wt_footerWrapper .wt_search_form,
#wt_headerWrapper .wt_search_form {
	float: none; }
#wt_sidebar .wt_contact_form .text_area {
	height: 90px;
	max-width: 100%; }
#commentform label {
	margin-left: 10px; }
#commentform .fieldset,
.wt_contact_form .fieldset {
	overflow: hidden;
	/*position: relative;*/ }
.wt_contact_form {
	padding: 4px 0 0px; }
#wt_footer .wt_contact_form,
#widgetWrapper .wt_contact_form {
	padding: 5px 0 0px; }
.wt_contact_form .fieldset {
	margin: 0 0 12px 0;
	padding: 0; }
.wt_contact_form label,
.wt_contact_form input {
	display: block; }
#commentform label,
#commentform input {
	display: inline-block; }
#commentform .text_input {
	max-width: 320px; }
#wt_footer .wt_contact_form label,
#widgetWrapper .wt_contact_form label {
	text-align: right; }
.wt_contact_form textarea {
	line-height: 20px;}
.wt_contact_form fieldset {
	margin-bottom: 0; }
#wt_footer .wt_contact_form .text_input,
#widgetWrapper .wt_contact_form .text_input {
	max-width: 265px; }
.wt_contact_form textarea {
	height: 260px;
	overflow: auto; }
#wt_footerWrapper .wt_contact_form textarea {
	height: 120px; }
#wt_footer .wt_contact_form textarea,
#widgetWrapper .wt_contact_form textarea {
	max-width: 300px; }
#wt_footer .wt_one_fifth .wt_contact_form .text_input,
#widgetWrapper .wt_one_fifth .wt_contact_form .text_input {
	width: 53%; }
#wt_footer .wt_one_fifth .wt_contact_form textarea,
#widgetWrapper .wt_one_fifth .wt_contact_form textarea {
	width: 84%; }
select {
	margin: 0;
	border: 1px solid #dddddd;
	background-color: -moz-Combobox;
	color: -moz-ComboboxText;
	font: -moz-list;
	line-height: normal !important;
	white-space: nowrap !important;
	word-wrap: normal !important;
	text-align: start; 
	cursor: default;
	-moz-box-sizing: border-box;
	-moz-user-select: menulist;
	-moz-appearance: menulist;
	-webkit-appearance: menulist;
	text-indent: 0;
	overflow: -moz-hidden-unscrollable;
	text-shadow: none;
	background: #f7f7f7;
	color: #898989;
	outline: 0;
	padding: 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin: 0;
	width: 99%;
	max-width: 100%;
	-moz-box-shadow: 0 1px 2px 0 rgba(180, 180, 180, 0.2);
	-webkit-box-shadow: 0 1px 2px 0 rgba(180, 180, 180, 0.2);
	box-shadow: 0 1px 2px 0 rgba(180, 180, 180, 0.2);
	border: 1px solid #d4d4d4; }
.contact_button {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 10px 20px;
	font-size: 14px;
	line-height: 1.428571429;
	border-radius: 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
	color: #ffffff !important;
	background-color: #2ECC71;
	border-color: #2ECC71;
	color: #fff;
	background-color: #aaa094;
	border-color: transparent; }
.contact_button:hover,
.contact_button:focus,
.contact_button:active,
.contact_button.active {
  color: #ffffff !important;
  background-color: #555;
  border-color:#555; }
.contact_button:active,
.contact_button.active {
  background-image: none; }
.wt_row {
	margin-left: -15px;
	margin-right: -15px; }

/* Videos / Audios
   ------------------------------------------------- */	
.wt_video_wrap {
	margin-bottom: 20px;
	line-height: 100%;
	position: relative; }
#wt_intro .wt_video_wrap {
	margin-bottom: 0; }
.wt_embed {
	position: relative;
	padding-bottom: 56.25%; /* 16/9 ratio */
	padding-top: 30px; /* IE6 workaround*/
	height: 0;
	overflow: hidden;
	margin-bottom: 20px; }
* html .wt_embed {
	margin-bottom: 45px;
	margin-bot\tom: 0; }
.wt_embed div,
.wt_embed iframe, 
.wt_embed object, 
.wt_embed embed {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0; }
.wt_audio_wrap {
	margin-bottom: 20px; }
.mejs-controls .mejs-button button:focus {
	outline: none !important; }
.lt-ie9 .me-plugin {
	position: static !important; }

/* Advertise Widget
   ------------------------------------------------- */	
.wt_adsWrap {
	position: relative;
	overflow: hidden;
	padding-top: 10px;
	margin-left: -10px; }
#wt_footer .wt_adsWrap {
	padding-top: 10px; }
.wt_adsWrap a {
	width: 125px;
	padding: 4px;
	margin: 0 0 10px 10px;
	display: inline-block;
	float: left;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
	border: 1px solid #E8E8E8; }
.wt_adsWrap a img {
	width: 100%;
	display: block; }
.wt_adsWrap a.last {
	margin-right: 0; }

/* Custom Links Widget
   ------------------------------------------------- */	
#wt_footer .wt_custom_links {
	padding-top: 5px; }
#wt_footer .widget .wt_custom_links li i {
	color: #eeeeee; }
.widget .wt_custom_links .title {
	text-align: left; }
.wt_custom_links li,
#widgetWrapper .wt_custom_links li {
	margin-bottom: 8px !important; }
.wt_custom_links li a {
	background: none !important;    
	padding: 0 !important;
	line-height: 24px; }
.wt_custom_links li img {
	vertical-align: top;
	display: inline-block;
	margin-right: 5px; }
.wt_custom_links li span {
	display: inline-block;
	font-size: 16px; }

/* Social Widget
   ------------------------------------------------- */
.wt_social_wrap a {
	position: relative;
	display: inline-block;
	width: 26px;
	height: 26px;
	margin: 4px;
	text-indent: -9999px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #666;
	background-repeat: no-repeat; 
	background-position: 0 0; }
.wt_social_wrap a.round,
.wt_social_wrap_fa a.round {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%; }
.wt_social_wrap a.square,
.wt_social_wrap_fa a.square {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px; }
.wt_social_wrap a span {
	display: none; }
.wt_social_wrap a:hover { 
	background-position: 0px -24px;
	/*top: -3px;*/ }
.wt_social_wrap.icons_32 a {
	width: 42px;
	height: 42px; }
.wt_social_wrap.icons_32 a:hover { 
	background-position: 0px -40px;
	border: 1px solid #2f5a9a;
	color: #2f5a9a; }
.wt_social_wrap img {
	position: relative;
	display: block;	
	-moz-transition: -moz-transform 0.6s;
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s; }
.wt_social_wrap img {
	/*background-color: #333333;*/
	border: 1px solid #666; }
.wt_social_wrap a.aim, .wt_social_wrap_alt a.aim { background-image: url(../img/social/aim.png); }
.wt_social_wrap a.aim_32, .wt_social_wrap_alt a.aim_32 { background-image: url(../img/social/aim_32.png); }
.wt_social_wrap a.apple, .wt_social_wrap_alt a.apple { background-image: url(../img/social/apple.png); }
.wt_social_wrap a.apple_32, .wt_social_wrap_alt a.apple_32 { background-image: url(../img/social/apple_32.png); }
.wt_social_wrap a.behance, .wt_social_wrap_alt a.behance { background-image: url(../img/social/behance.png); }
.wt_social_wrap a.behance_32, .wt_social_wrap_alt a.behance_32 { background-image: url(../img/social/behance_32.png); }
.wt_social_wrap a.blogger, .wt_social_wrap_alt a.blogger { background-image: url(../img/social/blogger.png); }
.wt_social_wrap a.blogger_32, .wt_social_wrap_alt a.blogger_32 { background-image: url(../img/social/blogger_32.png); }
.wt_social_wrap a.delicious, .wt_social_wrap_alt a.delicious { background-image: url(../img/social/delicious.png); }
.wt_social_wrap a.delicious_32, .wt_social_wrap_alt a.delicious_32 { background-image: url(../img/social/delicious_32.png); }
.wt_social_wrap a.deviantart, .wt_social_wrap_alt a.deviantart { background-image: url(../img/social/deviantart.png); }
.wt_social_wrap a.deviantart_32, .wt_social_wrap_alt a.deviantart_32 { background-image: url(../img/social/deviantart_32.png); }
.wt_social_wrap a.digg, .wt_social_wrap_alt a.digg { background-image: url(../img/social/digg.png); }
.wt_social_wrap a.digg_32, .wt_social_wrap_alt a.digg_32 { background-image: url(../img/social/digg_32.png); }
.wt_social_wrap a.dribbble, .wt_social_wrap_alt a.dribbble { background-image: url(../img/social/dribbble.png); }
.wt_social_wrap a.dribbble_32, .wt_social_wrap_alt a.dribbble_32 { background-image: url(../img/social/dribbble_32.png); }
.wt_social_wrap a.email, .wt_social_wrap_alt a.email { background-image: url(../img/social/email.png); }
.wt_social_wrap a.email_32, .wt_social_wrap_alt a.email_32 { background-image: url(../img/social/email_32.png); }
.wt_social_wrap a.ember, .wt_social_wrap_alt a.ember { background-image: url(../img/social/ember.png); }
.wt_social_wrap a.ember_32, .wt_social_wrap_alt a.ember_32 { background-image: url(../img/social/ember_32.png); }
.wt_social_wrap a.facebook, .wt_social_wrap_alt a.facebook { background-image: url(../img/social/facebook.png); }
.wt_social_wrap a.facebook_32, .wt_social_wrap_alt a.facebook_32 { background-image: url(../img/social/facebook_32.png); }
.wt_social_wrap a.flickr, .wt_social_wrap_alt a.flickr { background-image: url(../img/social/flickr.png); }
.wt_social_wrap a.flickr_32, .wt_social_wrap_alt a.flickr_32 { background-image: url(../img/social/flickr_32.png); }
.wt_social_wrap a.forrst, .wt_social_wrap_alt a.forrst { background-image: url(../img/social/forrst.png); }
.wt_social_wrap a.forrst_32, .wt_social_wrap_alt a.forrst_32 { background-image: url(../img/social/forrst_32.png); }
.wt_social_wrap a.google, .wt_social_wrap_alt a.google { background-image: url(../img/social/google.png); }
.wt_social_wrap a.google_32, .wt_social_wrap_alt a.google_32 { background-image: url(../img/social/google_32.png); }
.wt_social_wrap a.googleplus, .wt_social_wrap_alt a.googleplus { background-image: url(../img/social/googleplus.png); }
.wt_social_wrap a.googleplus_32, .wt_social_wrap_alt a.googleplus_32 { background-image: url(../img/social/googleplus_32.png); }
.wt_social_wrap a.html5, .wt_social_wrap_alt a.html5 { background-image: url(../img/social/html5.png); }
.wt_social_wrap a.html5_32, .wt_social_wrap_alt a.html5_32 { background-image: url(../img/social/html5_32.png); }
.wt_social_wrap a.lastfm, .wt_social_wrap_alt a.lastfm { background-image: url(../img/social/lastfm.png); }
.wt_social_wrap a.lastfm_32, .wt_social_wrap_alt a.lastfm_32 { background-image: url(../img/social/lastfm_32.png); }
.wt_social_wrap a.linkedin, .wt_social_wrap_alt a.linkedin { background-image: url(../img/social/linkedin.png); }
.wt_social_wrap a.linkedin_32, .wt_social_wrap_alt a.linkedin_32 { background-image: url(../img/social/linkedin_32.png); }
.wt_social_wrap a.metacafe, .wt_social_wrap_alt a.metacafe { background-image: url(../img/social/metacafe.png); }
.wt_social_wrap a.metacafe_32, .wt_social_wrap_alt a.metacafe_32 { background-image: url(../img/social/metacafe_32.png); }
.wt_social_wrap a.netvibes, .wt_social_wrap_alt a.netvibes { background-image: url(../img/social/netvibes.png); }
.wt_social_wrap a.netvibes_32, .wt_social_wrap_alt a.netvibes_32 { background-image: url(../img/social/netvibes_32.png); }
.wt_social_wrap a.paypal, .wt_social_wrap_alt a.paypal { background-image: url(../img/social/paypal.png); }
.wt_social_wrap a.paypal_32, .wt_social_wrap_alt a.paypal_32 { background-image: url(../img/social/paypal_32.png); }
.wt_social_wrap a.picasa, .wt_social_wrap_alt a.picasa { background-image: url(../img/social/picasa.png); }
.wt_social_wrap a.picasa_32, .wt_social_wrap_alt a.picasa_32 { background-image: url(../img/social/picasa_32.png); }
.wt_social_wrap a.pinterest, .wt_social_wrap_alt a.pinterest { background-image: url(../img/social/pinterest.png); }
.wt_social_wrap a.pinterest_32, .wt_social_wrap_alt a.pinterest_32 { background-image: url(../img/social/pinterest_32.png); }
.wt_social_wrap a.reddit, .wt_social_wrap_alt a.reddit { background-image: url(../img/social/reddit.png); }
.wt_social_wrap a.reddit_32, .wt_social_wrap_alt a.reddit_32 { background-image: url(../img/social/reddit_32.png); }
.wt_social_wrap a.rss, .wt_social_wrap_alt a.rss { background-image: url(../img/social/rss.png); }
.wt_social_wrap a.rss_32, .wt_social_wrap_alt a.rss_32 { background-image: url(../img/social/rss_32.png); }
.wt_social_wrap a.skype, .wt_social_wrap_alt a.skype { background-image: url(../img/social/skype.png); }
.wt_social_wrap a.skype_32, .wt_social_wrap_alt a.skype_32 { background-image: url(../img/social/skype_32.png); }
.wt_social_wrap a.stumbleupon, .wt_social_wrap_alt a.stumbleupon { background-image: url(../img/social/stumbleupon.png); }
.wt_social_wrap a.stumbleupon_32, .wt_social_wrap_alt a.stumbleupon_32 { background-image: url(../img/social/stumbleupon_32.png); }
.wt_social_wrap a.technorati, .wt_social_wrap_alt a.technorati { background-image: url(../img/social/technorati.png); }
.wt_social_wrap a.technorati_32, .wt_social_wrap_alt a.technorati_32 { background-image: url(../img/social/technorati_32.png); }
.wt_social_wrap a.tumblr, .wt_social_wrap_alt a.tumblr { background-image: url(../img/social/tumblr.png); }
.wt_social_wrap a.tumblr_32, .wt_social_wrap_alt a.tumblr_32 { background-image: url(../img/social/tumblr_32.png); }
.wt_social_wrap a.twitter, .wt_social_wrap_alt a.twitter { background-image: url(../img/social/twitter.png); }
.wt_social_wrap a.twitter_32, .wt_social_wrap_alt a.twitter_32 { background-image: url(../img/social/twitter_32.png); }
.wt_social_wrap a.vimeo, .wt_social_wrap_alt a.vimeo { background-image: url(../img/social/vimeo.png); }
.wt_social_wrap a.vimeo_32, .wt_social_wrap_alt a.vimeo_32 { background-image: url(../img/social/vimeo_32.png); }
.wt_social_wrap a.wordpress, .wt_social_wrap_alt a.wordpress { background-image: url(../img/social/wordpress.png); }
.wt_social_wrap a.wordpress_32, .wt_social_wrap_alt a.wordpress_32 { background-image: url(../img/social/wordpress_32.png); }
.wt_social_wrap a.yahoo, .wt_social_wrap_alt a.yahoo { background-image: url(../img/social/yahoo.png); }
.wt_social_wrap a.yahoo_32, .wt_social_wrap_alt a.yahoo_32 { background-image: url(../img/social/yahoo_32.png); }
.wt_social_wrap a.yelp, .wt_social_wrap_alt a.yelp { background-image: url(../img/social/yelp.png); }
.wt_social_wrap a.yelp_32, .wt_social_wrap_alt a.yelp_32 { background-image: url(../img/social/yelp_32.png); }
.wt_social_wrap a.youtube, .wt_social_wrap_alt a.youtube { background-image: url(../img/social/youtube.png); }
.wt_social_wrap a.youtube_32, .wt_social_wrap_alt a.youtube_32 { background-image: url(../img/social/youtube_32.png); }

.wt_social_wrap_aw,
.wt_social_wrap_fa {
	overflow: hidden; }
#wt_topWidgetWrapper .wt_social_wrap_aw {
	float: right; }
.wt_social_wrap_aw div,
.wt_social_wrap_fa div {
	display: inline-block; }
.wt_social_wrap_aw a,
.wt_social_wrap_fa a {
	display: inline-block; 
	color: #888!important;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    width: 40px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out; }
.wt_social_wrap_fa a {
	margin: 4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #666; }
#wt_sidebar .wt_social_wrap_aw,
#wt_footer .wt_social_wrap_aw,
#wt_sidebar .wt_social_wrap_fa,
#wt_footer .wt_social_wrap_fa {
	border-left: none; }
#wt_sidebar .wt_social_wrap_aw a,
#wt_footer .wt_social_wrap_aw a,
#wt_sidebar .wt_social_wrap_fa a,
#wt_footer .wt_social_wrap_fa a {
	border-right: none;}

.wt_social_wrap_aw i,
.wt_social_wrap_fa i {
	display: inline-block;
	text-align: center; }
.wt_social_wrap_aw a:hover,
.wt_social_wrap_aw a:focus a,
.wt_social_wrap_fa a:hover,
.wt_social_wrap_fa a:focus a {
    text-decoration:none;
    color: #fff !important;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out; }
.wt_social_wrap_aw li a:before {
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    text-indent: 0em;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 15px;
    -webkit-font-smoothing: antialiased; }

/* Progress Bar Widget
   ------------------------------------------------- */

.wt_progress_bar {
	position: relative;
	margin-top: 15px;
	margin-bottom: 10px;
	position: relative;
	background-color: #f5f5f5;
	height: 30px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
.wt_progress_bar.wt_progress_alt {
	background: #ffffff;
	border: 1px solid #aaa094;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.1); }
.wt_progress_bar_content {
	background-color: #aaa094;
	height: 100%;
	visibility: hidden; }
.wt_progress_bar .lable {
	position: absolute;
	top: 0;
	left: 0;
    background: none repeat scroll 0 0 #555555;
    border-radius: 0;
    border-right: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    padding: 0 10px;
	margin-top: -1px;
	margin-left: -1px; }
.wt_progress_bar .wt_progress_bar_title {
	color: #ffffff;
	display: inline-block;
	height: 24px;
	line-height: 23px;
	font-family: 'Open Sans', sans-serif;
	background: #000000;
	background: rgba(0, 0, 0, 0.5);
	padding: 0 10px;
	border-radius: 3px;
	font-weight: normal;
	position: absolute; 
	bottom: 3px;
	left: 3px; }
.wt_progress_bar.wt_progress_alt .wt_progress_bar_title {
	background: transparent;
	bottom: 3px;
	left: 10px; }
.wt_progress_bar.wt_progress_alt .wt_progress_bar_title {
	left: 50px; }
.wt_progress_bar .percentage {
	color: #626363;
	font-weight: normal;
	position: absolute;
	top: 5px;
	left: 90%; }
.wt_striped .wt_progress_bar_content {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.wt_animated .wt_progress_bar_content {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
@-webkit-keyframes progress-bar-stripes {
  from {
	background-position: 40px 0;
  }
  to {
	background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
	background-position: 40px 0;
  }
  to {
	background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
	background-position: 40px 0;
  }
  to {
	background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
	background-position: 0 0;
  }
  to {
	background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
	background-position: 40px 0;
  }
  to {
	background-position: 0 0;
  }
}

/* Calendar Widget
   ------------------------------------------------- */	
#wp-calendar {
	width: 100%;
	text-align: center;
	vertical-align: middle;
	border-collapse: separate;
	border-spacing: 0;
	font-size: 12px;
	margin-bottom: 20px; }
.widget_calendar a {
	color: #777; }
.widget_calendar a:hover {
	color: #aaa094; }
#wp-calendar th,
#wp-calendar caption {
	text-align: center; }
#prev {
	text-align: left; }
#wp-calendar caption, 
#wp-calendar th, 
#wp-calendar td, 
#wp-calendar tfoot {
	padding: 5px; }
#wt_sidebar #wp-calendar th, 
#wt_sidebar #wp-calendar tbody td {
	border-bottom: 1px solid #e5e5e5; }
#today {
	font-weight: bold;
	color: #ffffff;
	background-color: #aaa094; }
#wp-calendar caption, 
#wp-calendar th {
	color: #aaa094; }
#wt_sidebar #wp-calendar th, #wt_sidebar  #wp-calendar tbody td {
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5; }
#wt_sidebar  #wp-calendar tbody td#today {
	border-bottom: none;
	border-left: none; }
#wt_sidebar #wp-calendar th:last-child,
#wt_sidebar #wp-calendar tbody td:last-child {
	border-right: 1px solid #e5e5e5; }
#wt_sidebar #wp-calendar caption {
	border-bottom: 1px solid #e5e5e5;	}
#wt_sidebar #wp-calendar caption,
#wt_sidebar #wp-calendar th {
	font-weight: bold;	}
#wt_footer #wp-calendar td {
	color: #b0b0b0;	}
#wt_footer #wp-calendar #today {
	color: #ffffff;	}
#wt_footer #wp-calendar caption,
#wt_footer #wp-calendar th {
	font-weight: bold;	}

/* About The Author
   ------------------------------------------------- */	 
#aboutTheAuthor {
	margin-bottom: 40px; }
#aboutTheAuthor h3 {
	margin-bottom: 20px; }
.aboutTheAuthor_wrapp {
	padding-right: 10px;
	min-height: 90px;
	overflow: hidden;
	color: #777777;	
	background: #f7f7f7;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border-left: 1px solid #e5e5e5; }
.aboutTheAuthor_wrapp .gravatar {
	float: left;
	width: 25%;
	padding: 20px 0;
	overflow: hidden;
	/*position: absolute;*/
	text-align: center; }
.aboutTheAuthor_wrapp .gravatar img {
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin: 10px auto 15px;
	padding: 4px;
	max-width: 80px;
	max-height: 80px; }
.aboutTheAuthor_content {
	float: right;
	width: 75%;
	overflow: hidden;
	padding: 20px; }
.aboutTheAuthor_content h4 {
	margin-bottom: 8px;
	font-size: 22px; }
.aboutTheAuthor_content p {
	margin-bottom: 10px; }
.blogEntry {
	margin-bottom: 60px;
	position: relative; }
.wt_entry_left figure {
	float: left;
	width: 40%; }
.wt_entry_left .blogEntry_content {
	width: 60%;
	float: right; }	
.wt_single.wt_entry_left figure {
	margin-right: 20px; }
.wt_single.wt_entry_left figure,
.wt_single.wt_entry_full figure {
	margin-bottom: 20px; }

/* Inline Lightbox
   ------------------------------------------------- */	
.pp_inline img {
	padding: 0 18px 18px; }
	
/* Dropcaps
   ------------------------------------------------- */	
.wt_dropcap1, .wt_dropcap2, .wt_dropcap3 {
	float: left;
	font-size: 25px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	margin-right: 15px;
	text-align: center;
	background: no-repeat 0 0;
	position: relative;
	display: inline-block; }
.wt_dropcap1 {
	color: #666666;
	margin-top: -3px; }
.wt_dropcap2, .wt_dropcap3 {
	color: #ffffff; 
	background: #555555; }
.wt_dropcap2 {    
	border-radius: 50% 50% 50% 50%; }
.wt_dropcap3 {    
	border-radius: 3px 3px 3px 3px; }

/* Fancy Headers 
   ------------------------------------------------- */	
.wt_fancy_header { 
	margin-bottom: 20px; 
	line-height: 20px; }
.wt_fancy_header span {
	background-color: #222222; 
	padding: 2px 14px; 
	color: #ffffff; 
	text-transform: uppercase; }
#wt_container .wt_fancy_header a, 
#wt_container .wt_fancy_header a:hover {
	color: #ffffff; } 

/* Highlight
   ------------------------------------------------- */	
.highlight,
.highlight.yellow {
	background-color: #222222;
	color: #EAEAEA;
	padding: 1px 6px; } 
.highlight.gray {
	background-color: #EAEAEA;
	color: #222222;
	padding: 1px 6px; } 

/* Dividers
   ------------------------------------------------- */	
.wt_top {
	text-align: right;
	clear: both;
	display: block;
	margin-bottom: 20px;
	position: relative;
	font-size: 11px; }
.wt_top a {
	display: inline-block; }
.wt_divider_line {
	background: url(../img/divider_line.png) repeat-x center center;
	height: 5px; 
	clear: both;
	display: block;
	position: relative; }
.wt_divider_simple_line {
	clear: both;
	display: block;
	position: relative;
	height: 1px;
	background-color: #e1e1e1; }
.wt_divider_dotted {
	clear: both;
	display: block;
	position: relative;
	border-bottom: 2px dotted #e1e1e1; }
.wt_divider_dashed {
	clear: both;
	display: block;
	position: relative;
	border-bottom: 2px dashed #e1e1e1; }
.wt_divider_double_line {
	clear: both;
	display: block;
	position: relative;
	height: 7px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1; }	
.wt_divider_padding {
	clear: both;
	display: block;
	padding-top: 20px;
	margin-bottom: 20px;
	position: relative; }

/* Margins
   ------------------------------------------------- */
.margin_1 { margin-bottom: 1px; } .margin_2 { margin-bottom: 2px; } .margin_3 { margin-bottom: 3px; }
.margin_4 { margin-bottom: 4px; } .margin_5 { margin-bottom: 5px; } .margin_6 { margin-bottom: 6px; }
.margin_7 { margin-bottom: 7px; } .margin_8 { margin-bottom: 8px; } .margin_9 { margin-bottom: 9px; }
.margin_10 { margin-bottom: 10px; } .margin_11 { margin-bottom: 11px; } .margin_12 { margin-bottom: 12px; }
.margin_13 { margin-bottom: 13px; } .margin_14 { margin-bottom: 14px; } .margin_15 { margin-bottom: 15px; }
.margin_16 { margin-bottom: 16px; } .margin_17 { margin-bottom: 17px; } .margin_18 { margin-bottom: 18px; }
.margin_19 { margin-bottom: 19px; } .margin_20 { margin-bottom: 20px; } .margin_21 { margin-bottom: 21px; }
.margin_22 { margin-bottom: 22px; } .margin_23 { margin-bottom: 23px; } .margin_24 { margin-bottom: 24px; }
.margin_25 { margin-bottom: 25px; } .margin_26 { margin-bottom: 26px; } .margin_27 { margin-bottom: 27px; }
.margin_28 { margin-bottom: 28px; } .margin_29 { margin-bottom: 29px; } .margin_30 { margin-bottom: 30px; }
.margin_31 { margin-bottom: 31px; } .margin_32 { margin-bottom: 32px; } .margin_33 { margin-bottom: 33px; }
.margin_34 { margin-bottom: 34px; } .margin_35 { margin-bottom: 35px; } .margin_36 { margin-bottom: 36px; }
.margin_37 { margin-bottom: 37px; } .margin_38 { margin-bottom: 38px; } .margin_39 { margin-bottom: 39px; }
.margin_40 { margin-bottom: 40px; }
.wt_marginControl {    
	clear: both;
	overflow: hidden; }
.margin_t_0 {
	margin-top: 0; }
.margin_r_0 {
	margin-right: 0; }
.margin_l_0 {
	margin-left: 0; }
.bypostauthor,
.sticky {}

/* Wordpress Galleries
   ------------------------------------------------- */
.gallery {
	margin-bottom: 20px;
	margin-left: -4px; }
.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
	border: none;
	height: 100%; }
#gallery-1 .gallery-item {
	margin-top: 0px!important; }
.gallery-item dt {
	margin-top: 0;
	margin-bottom: 0; }
.gallery-item a {
	vertical-align: middle; }
.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 20px; }
.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
	text-align: center; }
.gallery-columns-3 .gallery-item {
	max-width: -webkit-calc(33% - 4px);
	max-width:         calc(33% - 4px); }
.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px); }
.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px); 	}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px); }
.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px); }
.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px); }
.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px); }
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0; }
.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0px;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition:         opacity 400ms ease;
	width: 100%; }
.gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%; }
.gallery-item:hover .gallery-caption {
	opacity: 1; }
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none; }

/* Footer Top
   ------------------------------------------------- */	 
#wt_footerTop {
	position: relative;
	padding: 30px 0 5px 0;
	background: #aaa094;
	color: #ffffff; }
#wt_footerTop h1,
#wt_footerTop h2,
#wt_footerTop h3,
#wt_footerTop h4,
#wt_footerTop h5,
#wt_footerTop h6 {
	color: #ffffff; }
#wt_footerTop h3 {
	color: #FFFFFF;
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	font-weight: 900;
	line-height: normal;
	margin: 5px auto 0; }

/* Top Button 
   ------------------------------------------------- */	
#wt-top {
	padding: 14px;
	overflow: hidden;
	position: fixed;
    bottom: 30px;
    right: 30px;
	text-decoration: none;
	width: auto;
	color: #ffffff;
    background-color: rgb(38, 38, 38);
    background-color: rgba(38, 38, 38, 0.7);
    border-radius: 2px; 
	text-align: center;	
	transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; 
	opacity: 0;	
    filter: alpha(opacity=00);
	visibility: hidden;
	z-index: 10000; }
#wt-top.wt_top_btn {
	opacity: 1;	
    filter: alpha(opacity=100);
	visibility: visible; }
#wt-top:hover {
	background: #aaa094; }
#wt-top:active {
	background: #aaa094; }
#wt-top i {  
	display: block;
	vertical-align: middle;
	height: 17px;
	overflow: hidden;
	width: 17px;
	font-size: 17px; }
#wt-top i:before {
	display: block;
	margin: 0; }

/* Contact info
   ------------------------------------------------- */
#wt_containerWrapper .wt_contactInfo {
	margin-bottom: 30px;
	overflow: hidden; }

.wt_contactInfo .contactText {
	background: none !important;
	padding-left: 0; }
#wt_containerWrapper .wt_contactInfo .contactMail a,
#wt_containerWrapper .wt_contactInfo .contactTwitter a {
	word-wrap: break-word; }		
	

.clearBoth { clear: both; d, isplay: block; font-size: 0; height: 0; line-height: 0; overflow: hidden; visibility: hidden; width: 100%; vertical-align: super; }
		
/* Isotope Layouts 
   ------------------------------------------------- */
.wt_isotope_shortcode.wt_isotope {
	margin: 0 -16px 20px;  }
.wt_isotope_shortcode.wt_isotope .wt_element {
	margin: 0 0px 20px; 
	position: relative; }
.wt_isotope_shortcode.wt_isotope .wt_element img {
	display: block; }
.wt_isotope_shortcode .elContent {
	padding: 10px;
	border: 1px solid #e5e5e5; }
	
/* Animations 
   ------------------------------------------------- */	 
html:not(.is_smallScreen) .wt_animations .wt_animate {
	visibility: hidden; /* hide only when animations are enabled and not small screen */
	display: block;
	position: relative;
	z-index: 2; }
.wt_animate:before, .wt_animate:after  {
	content: " "; /* 1 */
	display: table; /* 2 */ }, 
.wt_animate:after { clear: both; }

/* Black and White
   ------------------------------------------------- */	 
.bwWrapper {
    position: relative;
    display: block; }
	
/* Switcher
   ------------------------------------------------- */	
a.switch-button {
	color: #aaa094; }