/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */

/*    01. Primary Styles - Author: WhoaThemes			*/
/*    02. Basic Links & Theme Colors       				*/
/*    03. Headings  			  			  			*/
/*    04. Body						       				*/
/*    05. Headers & Navigations         				*/
/*    06. Homepage & Parallax		     				*/
/*    07. Widgets & Services	        				*/
/*    08. Contact Form			        				*/
/*    09. Preloader & Portfolio          				*/
/*    10. Breadcrumbs				     				*/
/*    11. Footer Area			         				*/
/*    12. Widgets Area					 				*/
/*    13. Slider posts				     				*/
/*    14. Basic Style For Images & wp default image  	*/
/*    15. Styled Images & Buttons		 				*/
/*    16. Font Awesome Styles            				*/
/*    17. Main Content & Sections         				*/
/*    18. Wordpress Page Navigation        				*/
/*    19. Comments Forms  			      				*/
/*    20. Custom & WordPress Widget    					*/
/*    21. Supersized & Core Owl Carousel CSS			*/
/*    22. Specific Theme Styles: Bivio					*/


/* ==========================================================================
   01. Primary Styles - Author: WhoaThemes
   ========================================================================== */
   
*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
html, body { position: relative; }
img { height: auto; }
img,object,video,embed { max-width: 100%; }
#supersized img { max-width: none; }
.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; }
.wt_alignleft { text-align: left; }
.wt_alignright { text-align: right; }
.wt_aligncenter { margin: 0 auto; 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!important; }
address,caption,cite,code,dfn,h1,h2,h3,h4,h5,h6,th,var { font-style: normal; font-weight: normal; }
caption,th { text-align: left; }
ol, ul { list-style: none; }
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;
	line-height: 22px;
	font-weight: 300; }

/* ==========================================================================
   02. Basic Links & Theme Colors
   ========================================================================== */
a {
	-webkit-transition: all 250ms ease-in-out;
	  -moz-transition: all 250ms ease-in-out;
	    -ms-transition: all 250ms ease-in-out;
	      -o-transition: all 250ms ease-in-out;
	        transition: all 250ms ease-in-out; }
a:hover, a:active, a:focus {
	text-decoration: none; }
a:focus { border: none; } 
a:focus, input:focus, select:focus, textarea:focus { outline: none !important; }

a { color: #666; }
a:hover { cursor: pointer; }

ul {
	margin-left: 1.5em;
	list-style-type: disc; }
ol {
	margin-left: 1.5em; }
ul li {
	margin-left: .85em;
	margin: 4px 0; }
ul ul {
	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; }

.skin_color {
	color: #222222; }	
.skin__bg_color {
	background-color: #222222; }
.skin_border_color {
	border-color: #222222; }
.skin_border_left_color {
	border-left-color: #222222; }
.skin_border_right_color {
	border-right-color: #222222; }
.skin_border_top_color {
	border-top-color: #222222; }
.skin_border_bottom_color {
	border-bottom-color: #222222; }
	
/* ==========================================================================
   03. Headings
   ========================================================================== */

h1, h2, h3, h4, h5, h6 {
	margin-top: 0; 
	margin-bottom: 10px;
	font-weight: 300; }
h3, h4, h5 { 
	font-weight: 700; }
p.wt_google_font {
	font-weight: 300;
	font-size: 18px;
	margin-bottom: 30px !important; }
		 		 
/* ---- End Primary Styles ----------------------------
   Author: WhoaThemes
   ------------------------------------------------- */
   
/* ==========================================================================
   04. Body
   ========================================================================== */  

html { height: 100% !important; /* !important needed for SmoothScroll */ }
body {
	overflow-x: hidden;
	color: #000;
	background: #FFF;
	line-height: 1;
	font-weight: 100;
	font-family: Arial, sans-serif ;
	font-size: 16px; }

.wt_section_dark .intro_text h3 {
	color: #ccc; }
.wt_section_dark .intro_text h2 {
	color: #dddddd; }
* p:last-child {  margin-bottom: 0; }
p:empty { display: none; }
.center-text {
	text-align: center; }
.wt_style_dark {
	text-align: center; }
.wt_style_dark h1 {
	font-size: 180px; }
.wt_style_dark h1 a,
.wt_style_dark h1 a:hover {
	color: #eee; }
.wt_section_dark {
    background-color: #181818; }
.wt_parallax.wt_section_dark {
    background-color: transparent; }
.wt_parallax_box {
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
	padding-left: 5%;
	padding-right: 5%; }
.wt_parallax_box h4 {
	margin-bottom: 15px;
	color: #fff;
	text-transform: uppercase; }
.wt_parallax_box h4 span {
	padding:0 18px; }
.wt_parallax_box h4::after, 
.wt_parallax_box h4::before {
	background-color: #fff;
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 55px;
	height: 1px;
	margin-top: -3px; }
.wt_parallax_box p {
	color: #eee; }
.wt_parallax_box .wt_button_small {
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
	padding: 10px 16px;
	background-color: #c0392b;
	border: 1px solid #c0392b;
	color: #fff;
	-webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease; }

.wt_parallax_box .wt_button_small:hover {
	background: #fff;
	border: 1px solid #fff;
	color: #252525!important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease; }
.wt_section_3 .intro_text h3,
.wt_separator_section .intro_text h3  {
	color: #fff; }
.wt_section_3 .intro_text h3,
.wt_separator_section .wt_section_white .intro_text h3  {
	color: #888888; }
.wt_section_white {
	color: #fff; }	
#wt_containerWrapper {
	background: #ffffff; }
	
/* ==========================================================================
   05. Headers & Navigations
   ========================================================================== */ 
   
#wt_header,
#wt_header_nav {
	  position: relative; }    
#wt_header_home {
	padding: 0 15px; }
#wt_section_home #wt_header_home {
	padding: 50px 0; }
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #wt_section_home.wt_home_parallax #wt_header_home {
		padding: 0 0 50px 0; /* chrome hack */ }
}
#wt_section_home.wt_home_parallax .wt_parallax {
	z-index: -1; }
.sticky-wrapper #wt_header {
	width: 100%;
	z-index: 2000;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	z-index: 2000;
	position: relative;
	/*overflow: hidden;*/
	background: rgba(255, 255, 255, 0.95); }
#logo {
	text-transform: uppercase;
	float: left;
	margin: 0;
	line-height: 55px;
	font-size: 35px; }
#logo_text {
	position: relative;
	color: #333;
	float: left;
	line-height: 70px;
	font-size: 35px; }
#siteDescription {
	line-height: normal;
	margin-top: -15px;
	margin-bottom: 15px; }
.home #siteDescription {
	margin-top: 5px; }
#logo_text a {
	display: block;
	font-size: 24px;
	color: #333; }
.home #logo_text,
.home #logo_text a {
	line-height: 22px;
	color: #fff; }
.home #nav #logo_text,
.home #nav #logo_text a {
	color: #333; }
.home #logo_text {
	margin: 23px 0; }
#logo_text_home {
	float: left; }
.wt_nav_side #logo_text {
	float: none; }
#logo_text_home a {
	position: relative;
	display: block;
	margin: 0;
	z-index: 900;
	font-size: 32px;
	line-height: 32px;
	color: #fff; }
#logo_text span {
	display: inline-block; }
#nav {
	width: 100%;
	z-index: 2000;
	position: relative;
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, .95);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease; }
#nav.wt_nav_top ul {
	float: right;
	list-style: none;
	padding: 0;
	line-height: 70px;
	margin: 0; }
.home .is-sticky #nav.wt_nav_top ul {
	line-height: 55px; }
#nav.wt_nav_top ul li {
	margin: 0;
	display: inline-block;
	position: relative; }
#nav.wt_nav_top ul li a {
	display: inline-block;
	text-align:center;
	color: #252525;
    font-size: 16px;
	line-height: 70px;
	padding: 0px 15px;
	font-weight: 400;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
#nav.wt_nav_top ul li:last-child a {
	padding-right: 0; }
#nav.wt_nav_top ul li:hover > a,
#nav.wt_nav_top ul li.active > a, 
#nav.wt_nav_top ul li.current_page_item > a {
	color:#c0392b;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
#nav.wt_nav_top ul .marker {
	position: relative;
	right: -5px;
	font-size: 11px; }
	
/* Side Navigation */
#nav.wt_nav_side {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	border-width: 0px;
	border-style: solid;
	border-color: #222222;
	background-color: rgba(0,0,0,0);
	-webkit-backface-visibility: hidden;
	-webkit-transition: border-width 0.3s, background-color 0.3s, height 0s 0.3s;
	transition: border-width 0.3s, background-color 0.3s, height 0s 0.3s;
	z-index: 100; }
#nav.wt_nav_side.open {
	z-index: 3000;
	height: 100%;
	border-width: 0px 0px 0px 180px;
	background: url('../img/bg.png');
	-webkit-transition: border-width 0.3s, background-color 0.3s;
	transition: border-width 0.3s, background-color 0.3s; }
#nav.nav-overlay {
	position: absolute;
	width: 100%; }
#nav.wt_nav_side.open .nav-overlay {
	height: 100%; }
#nav .nav-button {
	position: fixed;
	top: 10px;
	left: 0px;
	z-index: 100;
	display: block;
	width: 50px;
	height: 50px;
	cursor: pointer;
	pointer-events: auto; }
#nav .nav-button span {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 96px;
	height: 30px;
	background: url('../img/n-i.png');
	font-size: 0px; }
#nav.wt_nav_side ul {
	position: fixed;
	margin: 0;
	padding: 0;
	list-style: none;
	top: 115px;
	left: 0; }
#nav.wt_nav_side ul li,
#nav.wt_nav_side ul li a {
	display: block;
	font-weight: 400; }
#nav.wt_nav_side ul li a {
	padding-left: 40px; }
#nav.wt_nav_side ul li {
	margin: 0;
	border-top: 1px solid #ffec86;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out; }
#nav.wt_nav_side.open ul li {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out; }
#nav.wt_nav_side.open ul li.wt_hidden {
	height: 0;
	visibility: hidden; }
#nav.wt_nav_side ul li {
	width: 180px;
	height: 40px;
	line-height: 40px;
	-webkit-transform: translate3d(-100%,50%,0);
	transform: translate3d(-100%,50%,0); }
#nav.wt_nav_side ul li#menu-item-search {
	height: 100%;
	line-height: 100%; }
#nav.wt_nav_side ul li#menu-item-search #logo {
	float: none;
	line-height: normal;
	padding: 10px 0; }
#nav.wt_nav_side ul li#menu-item-search #logo_text {
	padding-top: 15px; }
#nav.wt_nav_side.open ul li {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0); }
#nav.wt_nav_side ul li a {
	display: block;
	outline: none;
	text-decoration: none;
	padding: 0 10px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 22px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out; }
#nav.wt_nav_side ul ul li:hover {
	background: none; }
#nav.wt_nav_top .wt_hidden a {
	display: none; }


/* 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;  
	position: absolute;
    z-index: 1100;
	left: 0px;
    border-bottom: 1px solid #222222;
	visibility: hidden;		
	margin-top: 2px; }
#nav.wt_nav_side ul ul.sub-menu, 
#nav.wt_nav_side ul ul.sub-menu li ul.sub-menu,
#nav.wt_nav_side ul ul.children, 
#nav.wt_nav_side ul ul.children li ul.children {
	display: none;
	top: 0;
	left: 180px; }
#nav.wt_nav_side ul li:hover ul.sub-menu, 
#nav.wt_nav_side ul li:hover ul.sub-menu li ul.sub-menu,
#nav.wt_nav_side ul li:hover ul.children, 
#nav.wt_nav_side ulli:hover  ul.children li ul.children {
	display: block; }
#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;
	text-align: left;
    float: none;
    font-size: 14px;
	border-left: 1px solid;
	border-right: 1px solid;
	border-top: 1px solid;
	border-color: #ecf0f1; 
	background-color: #ffffff; }
#nav.wt_nav_side ul ul a, 
#nav.wt_nav_side ul ul.sub-menu li a, 
#nav.wt_nav_side ul ul.children li a {
    font-size: 13px; }
#nav.wt_nav_side ul ul.children li, 
#nav.wt_nav_side ul ul.sub-menu li {
	border-color: #ffec86; }
#nav.wt_nav_top ul ul li:hover > a {
	border-bottom: none; }
#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;
	margin: 0px;
    float: none;
	text-align: left;
	text-transform: 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: #222222; }
#nav ul ul.sub-menu li:hover > a,
#nav ul ul.children li:hover > a {
    background: #f6f6f6;
    color: #777777; }
#nav ul ul.sub-menu li:hover > a,
#nav ul ul.children li:hover > a {
    background: #f6f6f6;
    color: #777777; }
#nav.wt_nav_side ul ul.children li,
#nav.wt_nav_side ul ul.sub-menu li {
	background-color: #222222; }
#nav.wt_nav_side ul ul.sub-menu li a, 
#nav.wt_nav_side ul ul.children li a {
	color: #ffffff; }
#nav.wt_nav_side ul ul.children li:hover a,
#nav.wt_nav_side ul ul.sub-menu li:hover a {
	background-color: transparent; }
#nav.wt_nav_side ul li:hover,
#nav.wt_nav_side ul li.current_page_item,
#nav.wt_nav_side ul ul.children li.current_page_item, 
#nav.wt_nav_side ul ul.sub-menu li.current_page_item {
	background: #d9b600; }
#nav ul ul ul {
	margin-left: -2px;
	margin-top: 0px; } 

/* Submenu markers
   ------------------------------------------------- */	
#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; }
#preloader {
    background: #FFF url('../img/loading.gif') center center no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    z-index: 9999;
    text-align: center;
    overflow: hidden; }
.page .wt_intro,
.single .wt_intro,
.archive .wt_intro {
	padding: 0 15px; }
.page #intro,
.single #intro,
.archive #intro {
	background: #fafafa;
	border-bottom: 1px solid #e0e0e0; }
.intro_text h1,
.intro_text h2 {	
	position: relative;
	font-size: 29px;
	color: #444;
	text-align: center;
	font-weight: 300; }
.intro_text h3 {
	color: #222222;
	font-size: 19px;
	text-align: center;
	font-weight: 300;
	font-style: italic;
	padding: 0 10%;
    line-height: 1.428571429; }
.intro_text {
	margin-bottom: 50px; }
.page .intro_text,
.single .intro_text,
.archive .intro_text {
	margin-bottom: 0px; }
.page .intro_text h1,
.single .intro_text h1,
.archive .intro_text h1 {
	font-size: 26px; }
.page .intro_text h1,
.single .intro_text h1,
.page .intro_text h3,
.single .intro_text h3,
.archive .intro_text h1,
.archive .intro_text h3 {
	padding: 0;
	text-align: left; }
.page .intro_text,
.single .intro_text,
.archive .intro_text {
	padding-top: 20px;
	padding-bottom: 10px; }
.intro_text h2.wt_animate:after {
	bottom: -20px; }
.wt_styled_title h3 {
	margin: 0;
	padding: 0;
	font-size: 42px;
	line-height: 48px;
	font-style: normal; }
.wt_sections .wt_section_white .intro_text.wt_styled_title h3 {
	color: #fff; }
.wt_section_heading.intro_text.wt_styled_title {
	margin-bottom: 0 !important; }

/* Parallax
   ------------------------------------------------- */	

.wt_parallax {
	position: absolute;
	width: 100%;
	height: 100%;
    background-attachment: fixed !important;
    background-size: cover !important; }
.wt_separator_section .wt_parallax {
	z-index: 1; }
.wt_section_area.wt_parallax,
.wt_separator_section .wt_parallax {
	width: 100%;
	position: relative;
	overflow: hidden;
	background-position: center top;
	background-repeat: no-repeat; }
#features.wt_section_area.wt_parallax {
	overflow: visible; }
@media only screen and (min-width: 1920px) {
    .wt_parallax { background-size: cover !important; }
}

@media only screen and (max-width: 1024px) {
    .wt_parallax {
        background-size: cover !important;
        background-attachment: scroll !important;
        background-position: top center !important;
    }
}

.wt_bg_video, 
.wt_home_slider {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	overflow: hidden; }
.wt_bg_video .wt_video {
	min-width: 100%;
	min-height: 100%; }
.bg_video_section {
	position: absolute;
	min-width: 100%;
	min-height: 100%; 
	bottom:0;
	left: 0;
	overflow: hidden; }
.wt_bg_video {
	z-index: -1; }
.wt_video_section {
	z-index: 0; }
.bg_video_section.wt_video_section,
.wt_video.wt_section_area  {
	position: relative;
	z-index: 1; }
.video-volume {
  bottom: 30px;
  right: 30px;
  margin: 0 0 0 -15px;
  position: absolute;
  z-index: 100;
  width: 30px;
  height: 30px;
  line-height: 26px;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #FFFFFF;
  cursor: pointer; }
.wt_pattern_overlay {
	background: url('../img/pattern.png') repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1; }
.wt_color_overlay {
	background: rgba(34,34,34,0.4);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1; }
#wt_section_home .wt_color_overlay,
#wt_section_home .wt_pattern_overlay {
	z-index: 0; }
.wt_section_overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0; }
.wt_no_overlay .pattern {
	background: none; }
.wt_home_style_1 h1 {
	font-size: 45px;
	text-align: center;
	border: 1px dashed #fff;
	color: #fff;
	width: 70%;
	margin-right: 15%;
	margin-left:  15%;
	padding: 20px 30px;
	margin-bottom: 40px;
	opacity: .95; }
.wt_home_style_2 {
	text-align: right; }
	

#wt_home_content h2 {
	font-size: 72px;
	line-height: 72px;
	font-weight: 300;
	letter-spacing: 1.5px;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
	clear: both;
	display: block; }
#wt_home_content h3 {
	font-weight: 300;
	font-size: 22px;
	line-height: 32px;
	color: #fff;
	margin-bottom: 35px;
	clear: both;
	display: block; }
#wt_home_content a.wt_home_button {
	text-transform: uppercase;
	display: inline-block;
	font-weight: 400;
	text-decoration: none;
	cursor: pointer;
	width: auto;
	height: 40px;
	padding: 0px 20px;
	margin-right: 20px;
	font-size: 11px;
	line-height: 40px;
	border: 1px solid #fff;
	-webkit-border-radius: 5px 5px;
	-moz-border-radius: 5px 5px;
	border-radius: 5px 5px;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out; }
#wt_home_content a.wt_home_button {
	color: #222!important;
	background-color: #fff; }
#wt_home_content a.wt_home_button:hover {
	color: #fff!important;
	background-color: transparent;
	border: 1px solid #fff;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out; }
#wt_home_content a.wt_button_skin_color {
	color: #fff!important;
	background-color: #c0392b;
	border: 1px solid #c0392b; }
a.wt_button {
	font-size: 13px;
	padding: 10px 20px;
	margin: 10px 0 20px 0;
	background-color: #28323c;
	border: 1px solid #28323c;
	color: #fff!important;
	-webkit-border-radius: 5px 5px;
	-moz-border-radius: 5px 5px;
	border-radius: 5px 5px; }
a.wt_button:hover {
	background-color: #f0f0f0;
	border: 1px solid #f0f0f0;
	color: #28323c!important; }
.wt_download_section {
	position: relative; }
.wt_download_section .wt_download_image {
	position: relative;
	z-index: 100;
	margin-right: 100px; }
.wt_fancy_text {
	margin-bottom: 20px;  }
.wt_download_section .wt_fancy_text {
	top: 10px;
	position: absolute;
	z-index: 200;
	max-width: 400px;  }
.wt_download_section p, 
.wt_fancy_text p {
	font-size: 24px;
	line-height: 34px;
	font-weight: 300; }
.wt_fancy_text p.wt_fancy_p {
	margin-left: 100px;
	width: 400px;
	margin-bottom: 40px; }
.wt_fancy_text .wt_margin_left {
	margin-left: 100px; }

/* ==========================================================================
   06. Homepage & Parallax
   ========================================================================== */ 	
   
#wt_wrapper {
	width: 100%;
	overflow: hidden;
	position: relative; }
#wt_page {
	position: relative;
	z-index: 100; }
#wt_section_home {
	width: 100%;
	height: 100%;
	display: table;
	border-collapse:collapse; }
#wt_section_home.wt_video_home {
	position: relative;
	z-index: 1; }
#wt_section_home #wt_headerWrapperHome {
	display: table-row!important; }
#wt_home_content {
	color: #fff;
	position: relative;
	z-index: 3;
	display: table-row;
	vertical-align: middle;
	text-align: center; }
#logo img {
	color: #ffffff;
	position: relative;
	min-height: 30px;
	padding: 15px 0; }
.wt_home_text_slider {
	color: #fff;
	margin-top: 20px; }
.wt_home_text_slider.wt_bx_rotator_sc .wt_bxslider span,
.wt_home_text_slider_alt.wt_bx_rotator_sc .wt_bxslider span {
	color: #222222; }
.wt_home_text_slider.wt_bx_rotator_sc .wt_bxslider li {
	font-size: 80px;
	line-height: 80px; }
.wt_home_style_1 .wt_bx_rotator_sc .wt_bxslider li {
	font-size: 50px;
	line-height: 50px; }
.wt_home_style_1 .wt_bx_rotator_sc .wt_bxslider span {
	color: #333333 !important; }
.wt_home_style_2 .wt_bx_rotator_sc .wt_bxslider li {
	text-align: right;
	font-size: 60px;
	line-height: 60px; }
.wt_home_style_2 .wt_bx_rotator_sc .wt_bxslider span {
	text-shadow: 2px 2px 2px rgba(0,0,0,1);
	color: #ffffff !important; }
.wt_home_style_2 .wt_home_text_slider {
	margin-top: 0px; }
.wt_home_style_2 .wpb_single_image.wpb_content_element {
	margin-bottom: 0!important; }
.wt_home_style_3 .wt_bx_rotator_sc .wt_bxslider li {
	font-size: 100px;
	line-height: 100px; }
.bx-viewport {
	z-index: 1; }
.wt_home_text_slider .bx-wrapper,
.wt_home_text_slider_alt .bx-wrapper {
	font-size: 35px;
	line-height: 35px;
	text-transform: uppercase;
	color: #FFF;
	margin: 0!important;
	padding: 0;
	text-align: center; }
.wt_home_text_slider .bx-wrapper {
	margin: 0; }
.wt_home_head_style .bx-wrapper {
	color: #fff;
	text-align: center;
	font-size: 44px;
	line-height: 60px;
	padding: 8px 0;
	margin-top: 15%!important;
	margin-bottom: 20px!important;
	background-color: rgba(255,255,255,0.08); }
.wt_home_text {
	font-size: 16px;
	font-family: 'Robotothin', Helvetica, Arial, sans-serif;
	color: #fff;
	text-align: center; }
.wt_home_text_alt {
	font-size: 16px;
	font-family: 'Robotothin', Helvetica, Arial, sans-serif;
	color: #fff;
	text-align: center;
	font-size: 19px;
	margin-top: 20px; }
.wt_home_coming_soon {
	background: rgba(238,0,0,.21); }
.wt_home_coming_soon p {
	font-size: 65px;
	text-transform: uppercase;
	color: #FFF;
	margin: 0;
	padding: 0;
	text-align: left;
	margin: 20px; }
.wt_home_coming_soon span {
	color: #ee0000;
    text-shadow: 1px 0px 1px rgba(0,0,0,0.3); }
.topale {
	margin: 0 4px;
	opacity: 0.9;
	color: #fff; }
.wt_home_style_2 .wt_center {
	text-align: right; }
.wt_call_action_alt {
	margin-top: -340px; }
.wt_call_action_alt .btn-start {
	font-size: 254px;
	opacity: .7; }
.wt_call_action_alt .btn-start:hover {
	opacity: 1; }
.wt_call_action a, .wt_call_action a i {
	color: #222222;
	font-weight: 400; }
.wt_call_action .btn-start {
	margin-top: 30px;
	display: inline-block;
	font-size: 24px;
	padding: 9px 15px;
	font-family: 'Robotothin';
	font-weight: 300;
	border-top: 1px solid #222222;
	border-bottom: 1px solid #222222; }
.wt_call_action .btn-start:hover,
.wt_home_style_3 .wt_call_action .btn-start:hover {
	background: #222222;
	color: #fff; }
.wt_home_style_1 .wt_call_action .btn-start {
	padding: 2px 15px;
	border: none;
	background: rgba(0,0,0,0.1);
	color: #fff; }
.wt_home_style_2 .wt_call_action .btn-start {
	border: 1px solid #fff;
	border-radius: 4px;
	padding: 2px 15px;
	color: #fff; }
.wt_home_style_3 .wt_call_action .btn-start {
	margin-top: 0px;
	border: none;
	padding: 2px 15px;
	background: rgba(0,0,0,0.2); }
.wt_personal img {
	border: 4px solid #fff;
	border-radius: 100%;
	opacity: 0.9;
	margin-bottom: 30px;
	-webkit-transition: 0.3s all linear;
	-moz-transition: 0.3s all linear;
	transition: 0.3s all linear; }

/* ==========================================================================
   07. Widgets & Services
   ========================================================================== */ 

.widget {
	color: #777777;
	margin: 0 0 20px; }
#wt_sidebar .widgettitle {
	color: #444444;
	font-weight: 600; }
.widgettitle {
	margin-top: 0px;
	margin-bottom: 20px; }
	
/* Services
   ------------------------------------------------- */	

.wt_services {
	margin: 22px 0; }
.wt_services h3 {
	font-family: 'robotothin';
	color: #222;
	margin-top: 0!important;
	margin-bottom: 5px; }
.wt_services .wt_icon {
	float: left;
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 40px;
	color: #fff;
	background: #222222 ;
    border-radius: 100%; 
	margin: 0 25px 10px !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out; }
.wt_services.wt_alignright .wt_icon {
	float: right; }
.wt_services:hover .wt_icon {
    -moz-transform:  scale(1.4);
    -ms-transform:  scale(1.4);
    -webkit-transform:  scale(1.4);
    transform:  scale(1.4);
    background: #FFF;
	color: #222222; }
	
.wt_skill_date {
	color: #fff;
	text-align: center;
	margin-bottom: 30px; }
.wt_skill_text {
	margin: 0;
	padding-left: 30px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #bbb;
	margin-bottom: 30px; }
.wt_skill_title {
	margin: 0;
	color: #fff;
	padding-left: 30px;
	text-align: left;
	border-left: 1px solid #bbb;
	font-size: 24px; }

@-webkit-keyframes moveFromLeft{
    from {
        -webkit-transform: translateX(-100%);
    }
    to {
        -webkit-transform: translateX(0%);
    }
}
@-moz-keyframes moveFromLeft{
    from {
        -moz-transform: translateX(-100%);
    }
    to {
        -moz-transform: translateX(0%);
    }
}
@-ms-keyframes moveFromLeft{
    from {
        -ms-transform: translateX(-100%);
    }
    to {
        -ms-transform: translateX(0%);
    }
}

@-webkit-keyframes moveFromRight {
    from {
        -webkit-transform: translateX(100%);
    }
    to {
        -webkit-transform: translateX(0%);
    }
}
@-moz-keyframes moveFromRight {
    from {
        -moz-transform: translateX(100%);
    }
    to {
        -moz-transform: translateX(0%);
    }
}
@-ms-keyframes moveFromRight {
    from {
        -ms-transform: translateX(100%);
    }
    to {
        -ms-transform: translateX(0%);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(100%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(100%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(100%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}

/* ==========================================================================
   08. Contact Form
   ========================================================================== */ 

.wt_contact_form_wrap {
	margin: 30px 0; }
.wt_contact_form_wrap .text_input,
.wt_contact_form_wrap .text_area {
	width: 100%;
	height: 45px;
	font-size: 15px;
	color: #ffffff;
	background: transparent;
	line-height: 1;
	display:inline-block;
	vertical-align: middle;
	border: 1px solid #ebebeb;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 14px 12px;
	font-family: "robotothin", Helvetica, Arial, sans-serif;
	border-radius: 0px;
	margin-bottom: 15px !important; }
.wt_contact_form_wrap .text_area {
	height: auto;
	min-height: 105px; }
.wt_contact_form_wrap .text_input:focus,
.wt_contact_form_wrap .text_area:focus {
	border-color: #AAA;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-ms-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out; }
.wt_contact_form_wrap .contact_button {
	display: block;
	width: 100%;
	color: #a3a3a3 !important;
	background: transparent;
	border: 1px solid #ebebeb;
	vertical-align: middle;
	text-align: center;
	padding: 37px 20px;
	font-size: 20px; }
.wt_contact_form_wrap .contact_button:hover {
	color: #ffffff;
	background: rgba(34, 34, 34, 0.6);
	border-color: #888;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-ms-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out; }
blockquote {
	margin: 0 0 20px 0;
	padding: 0; }
blockquote p {
	margin: 0;
	padding: 5px 0 5px 15px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: lighter;
	font-size: 18px;
	line-height: 22px; }
.pullquote {
	width: 300px;
	margin: 15px 0;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: lighter;
	font-size: 18px;
	line-height: 1.2; }
.pullquote.pull-left {
	padding: 0px 15px;
	border-left: 5px solid #EEEEEE; }
.pullquote.pull-right {
	padding: 0px 15px;
	text-align: right;
	border-right: 5px solid #EEEEEE; }

/* Alerts
   ------------------------------------------------- */	

.alert-message {
	position: relative;
	border: 1px solid #ddd;
	display: block;
	background-color: #F9F9F9;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	-moz-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	font-weight: bold;
	padding: 10px 40px;
	margin-bottom: 20px;
	border-radius: 3px;
	font-size: 12px;
	font-weight: normal; }
.alert-message.warning {
	background-color: #fbf6e3;
	border-color: #efd877;
	color: #c4a80a; }
.alert-message.warning a {
	color: #c4a80a; }
.alert-message.success {
	background-color: #e9f2d2;
	border-color: #c0da66;
	color: #88b12b; }
.alert-message.success a {
	color: #88b12b; }
.alert-message.error {
	background-color: #ffe9e9;
	border-color: #e99f9f;
	color: #d25c5a; }
.alert-message.error a {
	color: #d25c5a; }
.alert-message.info {
	background-color: #dbe9f3;
	border-color: #9fc2dd;
	color: #468bbf; }
.alert-message.info a {
	color: #468bbf; }
.alert-message p {
	margin: 0;
	padding: 0; }
.alert-message span.close {
	display: block;
	padding: 15px 15px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	opacity: 0.5;
	font-size: 11px; }
.alert-message span.close:hover {
	opacity: 1; }   
    
/* Buttons
   ------------------------------------------------- */	
   
.btn {
	border: none;
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px 20px;
	font-size: 14px;
	line-height: 1;
	color: #fff; 
	display:inline-block;
	vertical-align: middle;
	text-align: center;
	cursor: pointer; }
.btn:hover, 
.btn:active, 
.btn:focus {
	color: #ffffff;
	opacity: 1; }
.btn-large {
	font-size: 1.1em;
	padding: 15px 30px; }
.btn-light {
	color: #666666 !important;
	background: #eeeeee;
	box-shadow: 0px 3px 0px 0px #cccccc; }
.btn-light:hover {
	background: #dddddd; }
.btn-dark {
	background: #444444;
	border: 2px solid #666;
	padding: 40px 20px;
	font-size: 20px; }
.btn-dark:hover {
	border: 2px solid #888;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-ms-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out; }
.btn-blue {
	background: #3fb8e8;
	box-shadow: 0px 3px 0px 0px #3293ba; }
.btn-blue:hover {background: #1baae3;}
.btn-blue:active {box-shadow: 0px 1px 0px 0px #3293ba;}
.btn-red {
	background: #f06060;
	box-shadow: 0px 3px 0px 0px #cd1313; }
.btn-red:hover {background: #ed4444;}
.btn-red:active {box-shadow: 0px 1px 0px 0px #cd1313;}
.btn-pink {
	background: #ff6a80;
	box-shadow: 0px 3px 0px 0px #da0020; }
.btn-pink:hover {background: #ff566f;}
.btn-pink:active {box-shadow: 0px 1px 0px 0px #da0020;}
.btn-orange {
	background: #fdc058;
	box-shadow: 0px 3px 0px 0px #e29003; }
.btn-orange:hover {background: #fdb53a;}
.btn-orange:active {box-shadow: 0px 1px 0px 0px #e29003;}
.btn-purple {
	background: #aa65c7;
	box-shadow: 0px 3px 0px 0px #883da7; }
.btn-purple:hover {background: #9e4fbf;}
.btn-purple:active {box-shadow: 0px 1px 0px 0px #883da7;}
.btn-green {
	background: #2ecc71;
	box-shadow: 0px 3px 0px 0px #239a55; }
.btn-green:hover {background: #28b363;}
.btn-green:active {box-shadow: 0px 1px 0px 0px #239a55;}

/* ==========================================================================
   09. Preloader & Portfolio
   ========================================================================== */ 

#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: #222222; }

/* Portfolio
   ------------------------------------------------- */	

.wt_portofolio_container {
	height: 100%;
    width: 100%;
	position: relative;
	opacity: 1; }
.wt_portofolio_details {
	color: #ffffff;
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 20px;
	top: 0;
	opacity: 0;
    background: rgba(0, 0, 0, 0.8); }
.wt_portofolio_container:hover .wt_portofolio_details {
	opacity: 1; }
.wt_portofolio_details h4 {
    font-size: 20px;
    text-align: left;
	border: 1px solid #fff;
	display: inline-block;
	padding: 10px;
	padding-bottom: 0px;
	margin: 0; }
.wt_portofolio_details h4 a,
.wt_portofolio_details h4 a:hover {
    color: #ffffff!important; }
.wt_portofolio_details h4:after {
    content: ' ';
    width: 100px;
    display: block;
    margin: 10px auto;
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -webkit-transform: scale(1.01);
    transform: scale(1.01); }
.wt_portofolio_details .wt_portfolioCategory {
	position: absolute;
	bottom: 20px;
	right: 20px;
    font-size: 18px; }
.wt_portofolio_details i {
	margin: 0;
	padding: 0;
    font-size: 40px;
    line-height: 40px; }
.wt_portfolio_excerpt {
	margin: 10px 0; }

.wt_portofolio_details .readMore a {
    color: #fff; }
a.wt_icon_lightbox {
	float: right;
    color: #fff!important; }
.sortableLinks {
	padding:0;
	margin: 0px auto 30px;
	text-align: center;
    overflow: hidden; }
.sortableLinks a {
    color: #fff!important;
    background: #181818;
    font-family: 'Roboto';
    font-size: 11px;
    text-transform: uppercase;
    padding: 9px 14px;
    position: relative;
    display: inline-block;
    letter-spacing: 0.15em;
    font-weight: 300;
    margin-top: 5px;
    margin-bottom: 5px;
    text-decoration: none !important;
	border: 1px solid transparent;
    border-right: 1px solid #555;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out; }
.sortableLinks a:hover {
    opacity: 1;
    border-right: 1px solid #222222;
    background:  #222222;
    color: #fff; }
.sortableLinks a.active {
    background:  #222222;
    border-right: 1px solid #222222;
    color: #fff; }
.wt_portfolio_wrapper {
    width: 100%;
    overflow: hidden;
    position: relative; }
.wt_portfolio_wrapper article,
.wt_portfolio_wrapper_carousel article {
    float: left;
    overflow: hidden;
    position: relative; }
.wt_portfolio_wrapper.wt_portfolio_2 article {
    width: 49.9%; }
.wt_portfolio_wrapper.wt_portfolio_3 article {
    width: 33.3%; }
.wt_portfolio_wrapper.wt_portfolio_4 article {
    width: 24.95%; }
.wt_portfolio_wrapper.wt_portfolio_6 article {
    width: 16.6%; }
.wt_portfolio_wrapper article img,
.wt_portfolio_wrapper article .wt_portofolio_details,
.wt_portfolio_wrapper_carousel article img,
.wt_portfolio_wrapper_carousel article .wt_portofolio_details {
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out; }
.wt_portfolio_wrapper article img,
.wt_portofolio_container,
.wt_portfolio_wrapper .wt_image_frame,
.wt_portfolio_wrapper .wt_image_holder {
    width: 100%; } 
.wt_portfolio_wrapper article:hover img,
.wt_portfolio_wrapper_carousel article:hover img {
    -moz-transform: rotate(0deg) scale(1.3);
    -ms-transform: rotate(0deg) scale(1.3);
    -webkit-transform: rotate(0deg) scale(1.3);
    transform: rotate(0deg) scale(1.3); }
.single-wt_portfolio #wt_main .portEntry_content {
	border: none; }
.portEntry_content {
	padding: 20px 0; }
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1; }
.isotope,
.isotope .isotope-item {
    z-index: 2;
    -webkit-transition-duration: 1.2s;
       -moz-transition-duration: 1.2s;
        -ms-transition-duration: 1.2s;
         -o-transition-duration: 1.2s;
           transition-duration: 1.2s; }

.isotope1 {
    -webkt-transition-property: heigh1t, width;
       -moz-transition-property: height, width;
        -ms-transition-property: height, width;
         -o-transition-property: height, width;
            transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
       -moz-transition-property: -moz-transform, opacity;
        -ms-transition-property: top, left, opacity;
         -o-transition-property: top, left, opacity;
            transition-property: transform, opacity;
}

/* ==========================================================================
   10. Breadcrumbs
   ========================================================================== */ 

#breadcrumbs {
    display: block;
    position: relative;
    vertical-align: top;
    word-wrap: break-word; }
#breadcrumbs .breadcrumbs {
	text-align: right;
    font-size: 13px;
    margin: 0 auto;
    font-weight: 500;
    padding: 0;
    padding: 5px 10px 25px 0px; }
#breadcrumbs a {
    display: inline-block;
    padding: 0 10px 0 0;
    margin: 0 2px 0 0;
    background: url(../img/breadcrumbs.png) no-repeat 100% 50%; }
.breadcrumbs-separator {
	display: none;
	text-indent: -9999px; }
#breadcrumbs ul li:last-child a,
#breadcrumbs .breadcrumbs a { color: #222; }


/* ==========================================================================
   11. Footer Area
   ========================================================================== */ 

#wt_footerWrapper .widgettitle {
	color: #dddddd; }
#wt_footer {
	background:#222222;
	color: #eeeeee; }
#wt_footer a.url,
#wt_footer .widget a {
	color: #eeeeee; }
#wt_footer .widget a:hover {
	color: #999999; }
#wt_footer a.url,
#wt_footer .widget a {
	color: #eeeeee; }
#wt_footer {
    padding: 60px 0 40px 0; }
#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; }
#wt_footerWrapper .contact_button {
	border: 1px solid #464646;	}
	
/* Footer
   ------------------------------------------------- */	

#wt_footerBottom {
	text-align: center;
	background: #ffffff;
	padding: 50px 0;
	color: #222222;
	border-top: 1px solid #e0e0e0; }
.home #wt_footerBottom {
	/*border-top: none;*/ }
#wt_footerBottom .widget {
	margin-bottom: 0; }
footer#copyright .copyright {
	font-size: 14px; }
#wt_footerBottom .wt_social_wrap_aw {
	float: right;
	margin-top: 10px;
	margin-bottom: 8px;
	text-align: right;
	padding: 0 !important;
	line-height: 45px; }
#wt_footerBottom .wt_social_wrap_aw a {
	color: #fff !important;
	font-size: 18px;
	display: inline-block;
	margin-left: 5px;
	width: 32px;
	text-align: center;
	height: 32px;
	line-height: 32px;
	transition: ease-in 0.2s;
	-webkit-transition: ease-in 0.2s;
	-moz-transition: ease-in 0.2s;
	position: relative;
	background: #222222; }
#wt_footerBottom .wt_social_wrap_aw a:hover {
	background: #222222; }
.wt_footer_scroll {
	position: absolute;
	height: 40px;
	width: 55px;
	font-size: 30px;
	line-height: 40px;
	margin-left: -27px;
	margin-top: -42px;
	background: #181818; }

/* ---- 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 #222222;
	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; }
#wt_content .blog_shortcode h2.dottedBg,
#wt_content .portfolio_wrapper_carousel h2.dottedBg {
	font-size: 18px;
	line-height: 1em; }
h2.blogEntry_title {
	font-size: 24px; }
#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: #888888;
    line-height:40px; }
.wt_contactInfo a {
    color: #888888; }
#wt_footer .wt_contactInfoWrap p,
#wt_footer .wt_contactInfoWrap a {
    color: #cccccc; }
#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; }

/* ==========================================================================
   12. Widgets Area
   ========================================================================== */ 
   
/* Header Widget Area
   ------------------------------------------------- */	 
#headerWidget,
#navWidget {
	float: right;
	position: relative;
	z-index: 1; }
#headerWidget .widget,
#navWidget .widget {
	margin: 0!important; }
a.wt_purchase {
	margin: 17px 0 0 30px;
	padding: 8px 16px;
	float: right;
	display: inline-block;
	color: #fff!important;
	background-color: #454545;
	border: 1px solid #454545;
	font-size: 14px;
	line-height: 18px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease; }
a.wt_purchase:hover {
	color: #fff;
	background-color: #c0392b;
	border: 1px solid #c0392b;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease; }
#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; }
	
/* ==========================================================================
   13. Slider posts
   ========================================================================== */

/* 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 {
	display: inline-block;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 52px;
	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 {
	display: inline-block;
	color: #ffffff;
	font-size: 30px;
	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.button_slide,
#nivo_slider_wrap .nivo-caption .wt_button.button_slide,
#cycle_slider .cycle-overlay .wt_button.button_slide {
	border: 1px solid rgb(255,255,255);
	border: 1px solid rgba(255,255,255,0.5);
	background: none;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 0px rgba(0, 0, 0, 0.25) inset;
	color: #FFFFFF;
	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);	 }
#flexSlider .flex-caption .wt_button.button_slide:hover,
#nivo_slider_wrap .nivo-caption .wt_button.button_slide:hover,
#cycle_slider .cycle-overlay .wt_button.button_slide:hover {
	color: #222222;
	border: 1px solid rgb(250,194,12); }
#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 .slides li .invisible {
	min-height: 280px;
	z-index: 5; }
#flexSlider.flexslider {
	max-height: 1000px;
	min-height: 280px; 
	min-width: 320px; }

/* 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: #222222;
	margin-top: -30px; }
#nivo_slider_wrap .nivo-controlNav a.active {
	background: #333333; }
#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: #222222; }
.cycle-pager span.cycle-pager-active { 
	background: #333333; }
.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:link,
.cycle_html_content a:visited {
	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; background:url("../img/prev_old.png") no-repeat scroll center center #222; width:45px; height:60px; }
.tp-rightarrow.default {z-index:100; cursor:pointer; position:relative;	background:url("../img/next_old.png") no-repeat scroll center center #222; width:45px; height:60px; }
.tparrows:hover {
    background-color: #222222; }
	
/* 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: -50px 0 0; display: block; 
	background: url("../img/slider_arrows.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 #34302D; }
#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: 25px;
	right: 20px;
	text-align: center;
	z-index: 10; }
.flex-control-nav li {
	float: right;
	zoom: 1;  }
.flex-control-paging li a {
	width: 30px;
	height: 10px;
	margin: 0 2px;
	background: #fff;
	display: block; 
	cursor: pointer; 
	text-indent: -9999px;  }
.flex-control-paging li a.flex-active { 
	background-color: #222222; }
.flex-control-paging li a.flex-active { 
	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 {
	position: absolute;
	bottom: 0px;
	right: 20px;
	z-index: 100; }
.nivo-controlNav a {
	display: block;
	width: 30px;
	height: 10px;
	margin: 0 2px;
	background-color: #222222;
	text-indent: -9999px;
	border: 0;
	margin: 0 2px; }		
.nivo_container .nivo-controlNav a.active {
	background: #fff; }
.slide_wrap .nivo-controlNav a {
	display: inline-block; }
.nivo-directionNav a {
	display: block;
	width: 38px; 
	height: 61px; 
	display: block; 
	background: url("../img/slider_arrows.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 #34302d;  }
.nivo-directionNav a:hover { border: 1px solid #34302d; }
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; }

/* Styled Tables
   ------------------------------------------------- */
.wt_styled_table.alignright {
	margin: 2px 0 0 20px; }
.wt_styled_table.alignleft {
	margin: 2px 20px 0 0; }
.wt_styled_table 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 {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top; }
.wt_styled_table 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 {
  border-top: 0; }
.wt_styled_table table tbody + tbody {  }
.wt_styled_table table {
  background-color: #ffffff; }
.wt_styled_table table .table-condensed th,
.wt_styled_table table .table-condensed td {
  padding: 4px 5px; }
.wt_styled_table 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 {
  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 {
  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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  background-color: #f9f9f9; }
.wt_styled_table table tbody tr:hover > td,
.wt_styled_table 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:link,
#wt_container .wt_download_box a:visited {
	color: #5d8836;
	text-decoration: underline; }
#wt_container .alert-info a:link,
#wt_container .alert-info a:visited {
	color: #00529A;
	text-decoration: underline; }
#wt_container .alert-warning a:link,
#wt_container .alert-warning a:visited {
	color: #8A6D3B;
	text-decoration: underline; }
#wt_container .alert-danger a:link,
#wt_container .alert-danger a:visited {
	color: #A94442;
	text-decoration: underline; }
.wt_notice_box {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b; }
#wt_container .wt_notice_box a:link,
#wt_container .wt_notice_box a:visited {
	color: #a87525;
	text-decoration: underline; }
.wt_success_box_icon {
	padding: 15px; }
#wt_container .alert-success a:link,
#wt_container .alert-success a:visited {
	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:link,
#wt_container .wt_note a:visited {
	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; }
h6.wt_framed_box_title {
	background-color: #222222;
	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; }
	
/* ==========================================================================
   14. Basic Style For Images & wp default image
   ========================================================================== */ 

/* 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 {
	margin-bottom: 10px;
	text-align: center;
	color: #222222;	
	max-width: 100%!important;
	background-color: #fafafa;
	background-repeat: no-repeat;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#fafafa));
	background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #fafafa);
	background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #fafafa);
	background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #fafafa);
	background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #fafafa);
	background-image: linear-gradient(#ffffff, #ffffff 25%, #fafafa);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fafafa', GradientType=0);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	border: 1px solid #eeeeee;
	border-bottom-color: #eeeeee;
	-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; }
span.rss-date {
	display: block;
	font-size: 12px;
	margin: 5px 0; }
.widget li a.rsswidget {
	font-size: 14px;
	font-weight: bold; }

/* ==========================================================================
   15. Styled Images & Buttons
   ========================================================================== */ 
   
/* Styled Images
   ------------------------------------------------- */

.wt_image_holder {
	position: relative;
	z-index: 0;
	display: block;
	height: 100%; }
.portEntry .wt_image_holder {
	/*margin-bottom: 20px;*/ }
.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: #222222 !important;
	border-color: #222222; }
.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: #222222; }
.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; }
	
/* ==========================================================================
   16. Font Awesome Styles
   ========================================================================== */ 	

/* 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; }

/* 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; }

/* ==========================================================================
   17. Main Content & Sections
   ========================================================================== */ 
   
/* Main Content
   ------------------------------------------------- */	
#wt_content {
	padding-bottom: 50px; }
.page #wt_content,
.single #wt_content,
.archive #wt_content {
	padding: 50px 0; }
#wt_main {
	margin-bottom: 20px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px; }
.widget {
	margin-bottom: 40px;
	overflow: hidden; }
#wt_topWidget .widget,
#wt_topWidget p {
	margin-bottom: 0px; }
#wt_topWidget p {
	padding: 0px; }
	
		
/* Sections
   ------------------------------------------------- */
.wt_sections {
	position: relative; }
.wt_section_area {
	position: relative;
	background-color: #ffffff;
	border-bottom: 1px solid #e0e0e0; }
.wt_video.wt_section_area  {
	background-color: transparent; }
.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: 55px;
	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:link,
#wt_containerWrapper .wt_section_contact .wt_section_contact_inner a:visited {
	color: #9fa1aa; }
#wt_containerWrapper .wt_section_contact .wt_section_contact_inner a.contact_button:link,
#wt_containerWrapper .wt_section_contact .wt_section_contact_inner a.contact_button:visited {
	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_separator_section {
	position: relative; }
.wt_section_arrow {
	position: absolute;
	width: 60px;
	height: 60px;
	left: 50%;
	margin-left: -30px;
	top: -15px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg); }
.wt_home_box {
	margin: 0 auto;
	max-width: 960px;
	text-align: center;
	width: 100%; }
h1.wt_slogan {
	color: #EEEEEE;
	font-size: 140px;
	line-height: 80px;
	margin: 160px 0 120px;
	text-shadow: 2px 2px #151515;
	text-transform: uppercase; }
h1.wt_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: #222222;
	border: 2px solid #222222;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out; }

/* ==========================================================================
   18. Wordpress Page Navigation
   ========================================================================== */ 
   
/* Wordpress Page Navigation
   ------------------------------------------------- */
.wp-pagenavi {
	width: 100%;
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px; }
.wp-pagenavi .pagination {
	width: 100%; }
.wp-pagenavi > li {
	display: inline; }
.wp-pagenavi a {
	position: relative;
	display: inline-block;
	padding: 6px 12px;
	line-height: 1.428571429;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	margin-left: -1px; }
.wp-pagenavi a:first-of-type {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px; }
.wp-pagenavi a:last-of-type {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }
.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,
.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!important;
	background-color: #222222;
	border-color: #222222;
	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!important;
	background-color: #222222;
	border-color: #222222;
	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 a.read_more_link {
	border: 1px solid #454545;
	font-weight: 400;
	color: #444444;
	display: inline-block;
	font-size: 13.5px;
	margin: 5px auto;
	padding: 6px 14px 7px;
	position: relative;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out; }
.blogEntry .sticky a.read_more_link {
	color: #ffffff !important;
	background-color: #454545 !important; }
.blogEntry a.read_more_link:hover {
	color: #ffffff !important;
	background-color: #454545 !important;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out; }
.blogEntry .sticky a.read_more_link:hover {
	color: #444444 !important;
	background-color: transparent !important; }
.blogEntry p {
	margin-bottom: 10px; }
.blogEntry .sticky p {
	font-weight: 500;
	line-height: 25px; }
.blogEntry .sticky .blogEntry_title a {
	font-weight: 900; }
.blogEntry .sticky .blogEntry_metadata {
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd; }

/* #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; }	
#wt_footerWrapper .recentTweets .twitterIcon {
	border: 1px solid #464646; }
#wt_footerWrapper .recentTweets .content a {
	color: cacaca; }
.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; }
/* end #wt_sidebar tweets style */

/* ==========================================================================
   19. Comments Forms
   ========================================================================== */ 
   
/* Contact & Comments Forms
   ------------------------------------------------- */	
#wt_content .wt_contact_form {
	margin-top: 12px; }
#wt_sidebar .wt_contact_form label {
	margin-left: 0px;
	display: none; }
#mc4wp_email {
	height: 56px;
	width: 400px;
	margin-top: -4px;
	font-size: 18px;
	color: #fff;
	padding-left: 20px;
	border: 0px solid #555;
	border-radius: 4px;
	background: rgba(0,0,0,0.2);
	line-height: 1;
	display:inline-block;
	vertical-align: middle;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-family: "robotothin", Helvetica, Arial, sans-serif;
	border-radius: 0px;}
#mc4wp_email:focus {
	color: #fff;
	border: 0px solid #777;
	-webkit-box-shadow: none;
	background: rgba(0,0,0,0.4);
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-ms-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out; }
.text_input, .text_area, input.wt_search_field,
.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
	width: 100%; }
.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:active,
.contact_button.active {
  background-image: none; }
.wt_row {
	margin-left: -15px;
	margin-right: -15px; }
	
.mc4wp-form {
	padding: 20px 0 0px 0; }
.mc4wp-form input::-webkit-input-placeholder {
  color: #ffffff; }
.mc4wp-form input:-moz-placeholder {
  color: #ffffff; }
.mc4wp-form input::-moz-placeholder {
  color: #ffffff; }
.mc4wp-form input:-ms-input-placeholder {
  color: #ffffff; }
.mc4wp-form #mc4wp_email {
	width: 100%;
	max-width: 400px;
	height: 46px;
	padding: 0 10px;
	border: 1px solid #fff;
	background-color: transparent;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
	margin: 0; }
.mc4wp-form input[type="submit"] {
	width: 140px;
	height: 48px;
	background-color: #c0392b;
	border: none;
	color: #fff;
	display: inline;
	margin: 0 5px 0 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 15px;
	vertical-align: top;
	transition: background-color .25s ease-in-out;
	-moz-transition: background-color .25s ease-in-out;
	-webkit-transition: background-color .25s ease-in-out; }
.mc4wp-form input[type="submit"]:hover {
	color: #fff;
	background-color: transparent;
	border: 1px solid #fff;
	transition: background-color .25s ease-in-out;
	-moz-transition: background-color .25s ease-in-out;
	-webkit-transition: background-color .25s ease-in-out; }


/* ==========================================================================
   20. Custom & WordPress Widget
   ========================================================================== */ 
   
/* 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: 120px;
	margin: 0 0 10px 10px;
	display: inline-block;
	float: left;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; }
.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_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_fa,
#wt_footer .wt_social_wrap_fa {
	border-left: none; }
#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; }
.wt_social_networks_sc ul.wt_icon_type_1 li a {
	color: #fff !important;
	background: rgba(34, 34, 34, 0.42) !important; }

/* 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: #222222; }
#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,
#wt_containerWrapp #today {
	font-weight: bold;
	color: #ffffff;
	background-color: #222222; }
#wp-calendar caption, 
#wp-calendar th {
	color: #222222; }
#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; }
.blog .blogEntry:first-of-type {
	padding-right: 30px; }
.blog .wt_blog_grid_sc .blogEntry:first-of-type {
	padding-right: 0px; } 
.blogEntry {
	position: relative; }
.blogEntry .blogEntry_frame {
	margin-bottom: 30px; }
.entry_left {
	float: left;
	margin-right: 20px; }

/* Inline Lightbox
   ------------------------------------------------- */	
.pp_inline img {
	padding: 0 18px 18px; }


/* Dividers
   ------------------------------------------------- */	
.wt_top {
	text-align: right;
	clear: both;
	display: block;
	margin-bottom: 20px;
	position: relative;
	font-size: 11px; }
.wt_top a {
	display: inline-block; }

.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: #222222;
	border-bottom: 1px solid #464646;
	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-size: 24px;
	line-height: normal;
	margin: 5px auto 0; }

/* Top Button 
   ------------------------------------------------- */	
#wt-top {
	padding: 14px;
	overflow: hidden;
	position: fixed;
    bottom: 28px;
    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: #222222; }
#wt-top:active {
	background: #222222; }
#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; }		

		
/* 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; }

/* ------------------------------------------------- */
/* = BLOG META 
/* ------------------------------------------------- */

.blogEntry_metadata {
    width: 100%;
    margin-bottom: 15px;
	text-transform: uppercase; }
.single .blogEntry_metadata {
    margin-top: 15px; }
.blogEntry_metadata div {
    display: inline-block;
    margin-right: 15px;
    font-size: 11px;
    color: #999; }
.blogEntry_metadata div a {
    color: #444;
    font-size: 11px;
    padding-left: 3px; }
.blogEntry_metadata div:hover {
    color: #222222; }
.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; }
.single .blog-thumbnail-slide {
	margin-bottom: 20px; }
.blogEntry .entry_date span {
    text-align: center;
    width: 100%;
    display: block; }
	
/* ------------------------------------------------- */
/* =  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_footerWrapper .wt_search_form .wt_search_field {
    border: 1px solid #464646;
    background-color: transparent;
    color: #eeeeee; }
.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: 1px solid #eeeeee;
	outline: none;
	color: #333;
	background: #ffffff;
	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 {
	color: #ffffff;
	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: #222222  !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; }
#wt_footer .wt_search_form .sb-search-submit {
	background-color:  #464646 !important; }
.sb-search .sb-search-submit:hover,
.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	background-color: #222222 !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 ul {
	margin: 0px;
    padding: 0px; }
.widget ul.children {
	margin-top: 8px;
	padding-top: 5px;
	padding-left: 20px;
	border-top: 1px solid #f5f5f5; }
.widget li {
	border-bottom: 1px solid #f5f5f5;
	padding: 6px 0;
	list-style:none;
	margin-bottom: 3px; }
#wt_footerWrapper .widget li {
	border-bottom: 1px solid #464646; }
.widget li a {
    color: #777777;
    font-size: 14px;
    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: #222222;}
.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:#222222; }
.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 {
	margin-right: 5px;
    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,
.widget ul.children 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 {
	background: #F9F9F9;
    border: 1px solid #f1f1f1!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 {
	background: transparent;
    border: 1px solid #464646!important; }
.tagcloud a:before {
	content: "\f02c";
	position: absolute;
	font-family: 'FontAwesome';
	left: 6px;
    font-size: 11px; }
.tagcloud a:hover,
#wt_footerWrapper .tagcloud a:hover {
    background: #222222;
    color: #ffffff!important; }

/* ------------------------------------------------- */
/* =  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-size: 14px;
    line-height: 18px;
    text-decoration: none;
    position: relative;
    overflow: hidden; }
.wrap .title_post {
    color: #464646;
    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: #222222; }
.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: #222222;
    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-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; }

/* Blog */
.blogEntry_metadata {
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5; }
.blogEntry_metadata div {
	padding: 5px 10px;
	margin: 0; }
.blogEntry_metadata div:first-of-type {
	padding: 5px 10px 5px 0; }
.blogEntry {
	overflow: hidden;
	position: relative; }
.blog-thumbnail-slide {
	clear: both; }
.blogEntry p {
	color: #444444; }
	
#calendar_wrap #next,
#calendar_wrap #prev {
	position: inherit;
	font-size: inherit;
	color: #666; }
.widget_categories ul li span {
	color: #777777;
    float: right;
    height: 28px;
    line-height: 28px;
    text-align: center;
    width: 28px;
    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 FOOTER
/* ------------------------------------------------- */

.wt_postList > li {
    list-style: none outside none;
    overflow: hidden;
    margin-bottom: 15px; }
.widget .wt_postList a {
    font-size: 14px; }
.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: #222222;
    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 li .wt_postInfo {
    line-height: normal;
    margin-bottom: 0;
    overflow: hidden; }
.wt_postInfo a,
.postInfo a {
    color: #444;
    /*font-size: 13px;*/
    font-weight: 500;
    vertical-align: text-top; }
#wt_footerWrapper .wt_postInfo a {
    color: #ffffff; }
.wt_postInfo a:hover {
    color: #222222; }
.wrap small,
.wt_postList .date {
	display: block;
    color: #888888;
    font-size: 90%; }
.thumb > img {
    max-width: 55px;
    position: relative;
    vertical-align: top; }

/* ------------------------------------------------- */
/* = COMMENT BLOG POST 
/* ------------------------------------------------- */

#comments {
	clear: both;
    margin: 20px auto 0;
    padding: 30px 0 0; }
.commentList { 
	margin:0; 
	padding:0; }
.commentList li {
	list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden; }
.commentList ul.children { 
	margin-left:94px;
	padding:0; }
.comment .comment_wrap {
	padding: 20px;
    border-bottom: 1px solid #f1f1f1; }
.comment:last-of-type .comment_wrap {
    border-bottom: none; }
.children .comment:last-of-type .comment_wrap {
    border-bottom: 1px solid #f1f1f1; }
.comment_content {  
    margin-bottom: 20px;
    margin-left: 100px;
    position: relative; }
.comment_wrap .gravatar img:hover,
.comment_wrap .gravatar:hover:after {
    background: #222222; }
.comment_content .fa-comments {
	display: none; }
.avatar:hover img {border-color: #222222; }
.comment-body { margin-bottom:20px; }
.comment_wrap .gravatar {
    float: left;
    width: 80px; 
    position: relative; }
.comment_wrap .gravatar img {
	position: relative;
    display: block;
    margin-right: 20px;
    z-index: 0;
    background: #f1f1f1;
    padding: 4px;
    border-radius: 100%;
    -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_wrap .gravatar:after {
	content: "";
	display: block;
	position: absolute;
    right: -5px;
	top: 50%;
	width: 10px;
	height: 10px;
	margin-top: -5px;
    background: #f1f1f1;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
	z-index: -1;
    -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_wrap .comment_author {
	display: block;
    font-size: 16px;
    line-height: 20px;
    margin: 0; }
.comment_wrap .comment_author a {color:#555}
#comment {
    padding-bottom: 50px;
    margin-bottom: 30px; }
/* comment hover effect */  
.comment_wrap .comment { 
    position: relative; }
.comment_wrap .comment-reply-link { 
    position: absolute;
    right: 20px;
    bottom: 0px; }
.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;
    bottom: 0px; }
.reply a.comment-reply-link:before {
	position: absolute;
	left: -20px;
	top: 1px;
    content: url(../img/reply.png);
    height: 16px;
    width: 16px;}
.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: #222222 !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.75%;
    position: relative;
    background: #FFFFFF;
    padding: 10px;
    border:1px solid #e9e9e9;
    color: #A3A3A3; }
#comments {
    margin-bottom: 20px; }
.commentform > input:last-child {
    margin-right:0; }
#submit.btn {
	margin-top: 0; }
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 .row-fluid textarea, 
#wt_footerWrapper textarea  {
	background: transparent;
	border: 1px solid #464646;
	color: #A3A3A3; }
.text_input {
	padding: 12px; }
.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: #222222; }
.wt_contact_form_wrap .contact_button {
	margin-top: 0px; }
.contact_button:hover, .contact_button:focus, .contact_button:active, .contact_button.active {
	color: #ffffff !important;
	background-color: #555;
	border-color: #555; }
.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; }
.wt_contactInfoWrap p {
	margin-bottom: 3px; }
	
/* 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; }
.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 {
	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; }
#headerWidget .wt_social_wrap_aw i,
#headerWidget .wt_social_wrap_fa i {
	display: inline-block;
	margin: 5px 0px;
	font-size: 22px;
	line-height: 26px;
	color: #fff;
	transition: all .5s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out; }
#headerWidget .wt_social_wrap_aw i:hover, 
#headerWidget .wt_social_wrap_fa i:hover {
	color: rgba(255, 255, 255, 0.7); }
#headerWidget .wt_social_wrap_aw a,
#headerWidget .wt_social_wrap_fa a {
	width: auto;
	height: auto; }
#headerWidget .wt_social_wrap_aw a:hover,
#headerWidget .wt_social_wrap_aw a:focus a,
#headerWidget .wt_social_wrap_fa a:hover,
#headerWidget .wt_social_wrap_fa a:focus a {
    background: none !important; }
.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; }
	
/* ------------------------------------------------- */
/* =  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: #181818; 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 #222222;
    color: #222222; }
ul.wt_tabs li a.current i {color: #222222;}
.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: #222222; }
#wt_footerWrapper .panes {
    border: 1px solid #323232; }
ul.wt_postList {
	margin-left: 0; }
	
/* ------------------------------------------------- */
/* = 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; }
.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: #222222;
    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; }
.padd_45 {
	padding: 45px 0;}
.padd_bottom_50 {
	padding-bottom: 50px;}
.margin_left_35 {
	margin-left: 35px; }
	
/* ==========================================================================
   21. Supersized & Core Owl Carousel CSS
   ========================================================================== */ 
   
/*

	Supersized - Fullscreen Slideshow jQuery Plugin
	Version : 3.2.7
	Site	: www.buildinternet.com/project/supersized
	
	Author	: Sam Dunn
	Company : One Mighty Roar (www.onemightyroar.com)
	License : MIT License / GPL License
	
*/

* { margin:0; padding:0; }
body { height:100%!important; }
	img { border:none; }
	
	#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:url() no-repeat center center;}
	
	#supersized {  display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; margin: 0; }
		#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
			#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
			#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/
		
		#supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; }
		#supersized a { width:100%; height:100%; display:block; }
			#supersized li.prevslide { z-index:-20; }
			#supersized li.activeslide { z-index:-10; }
			#supersized li.image-loading { background:#111 url() no-repeat center center; width:100%; height:100%; }
				#supersized li.image-loading img{ visibility:hidden; }
			#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }

			#progress-back{ z-index:-99; position:fixed; top:0px; left:0; height:5px; width:100%; background:rgba(0,0,0,0.2); }
		#progress-bar{ position:relative; height:5px; width:100%; z-index: -998;}
		
		

	
/* 
 * 	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: #181818; }
.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: #222222; }

/* 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:#222222;
	color: #222222; }
.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; }
  
 /* 
 *  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); }
}

.nicescroll-rails div {background-color: rgb(236, 172, 0)!important;}

/* ==========================================================================
   22. Specific Theme Styles: NoLimits
   ========================================================================== */ 

/**** Theme style ****/

.wt_features_section {
	position: relative;
	z-index: 100; }
.wt_feature_pic {
	vertical-align: middle;
	position: relative;
	z-index: 10;
	margin-bottom: -110px; }
.wt_feature1, .wt_feature2, .wt_feature3, .wt_feature4, .wt_feature5 {
	position: absolute;
	color: #252525;
	z-index: 500;
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
	font-style: italic; }
.wt_feature1 {
	top: 65px;
	left: 50px;
	padding-right: 120px;
	padding-bottom: 50px;
	background: url(../img/arrow2.png) right 6px no-repeat; }
.wt_feature2 {
	top: 432px;
	left: 105px;
	padding-right: 120px;
	padding-bottom: 50px;
	padding-top: 28px;
	background: url(../img/arrow3.png) right 0 no-repeat; }
.wt_feature3 {
	top: 15px;
	left: 530px;
	padding-left: 120px;
	padding-bottom: 50px;
	background: url(../img/arrow1.png) left 6px no-repeat; }
.wt_feature4 {
	top: 95px;
	left: 685px;
	padding-left: 120px;
	padding-bottom :50px;
	background: url(../img/arrow1.png) left 6px no-repeat; }
.wt_feature5 {
	top: 175px;
	left: 845px;
	padding-left: 120px;
	padding-bottom: 50px;
	background: url(../img/arrow1.png) left 6px no-repeat; }
