
/* style.css */

/* 1  */ /*
/* 2  *| Theme Name: Purity Child Theme
/* 3  *| Theme URI: http://themeforest.net/item/purity-responsive-clean-minimal-bold-wp-theme/639774
/* 4  *| Description: Purity is a Clean and Minimal WordPress theme with a ‘BOLD’ feel that can be easily used as a personal portfolio or a business website.
/* 5  *| Version: 3.0
/* 6  *| Author: Veented
/* 7  *| Author URI: http://themeforest.net/user/Veented
/* 8  *| Template: purity
/* 9  *| */
/* 10 */ @import url("/wp-content/themes/purity/style.css");
/* 11 */ 
/* 12 */ .nav > div > ul, h1, h2, h3, h4, .home_tagline h1, .tagline h1, .over span, .dropcap1, .dropcap2, .bold, .flex-caption {
/* 13 */     text-transform: none !important;
/* 14 */ }
/* 15 */ 
/* 16 */ .tagline h1 {
/* 17 */     color: #e97017 !important;
/* 18 */ }
/* 19 */ 
/* 20 */ .home_tagline h1 {
/* 21 */     color: #e97017 !important;
/* 22 */ }
/* 23 */ body {
/* 24 */     font-size: 14px !important;
/* 25 */ }

/* Dark.css */

/* 1  */ /* 
/* 2  *| /
/* 3  *| / Purity HTML/CSS Template
/* 4  *| / Skin stylesheet: Dark
/* 5  *| /
/* 6  *| */
/* 7  */ 
/* 8  */ 
/* 9  */ body, #wrapper, #main, header,input, .nav > div > ul li ul,.social img, .nav ul li ul, .big_form textarea, .item-image, .slider .nivo-caption, #recent-posts p, #recent-posts span.post-info, #footer .social img, .over,.search_box,#wrapper .nav-cart-products .widget_shopping_cart,.nav-cart-products li:hover,.vntd-language-selector ul{
/* 10 */ 	background-color:#252525 !important;
/* 11 */ }
/* 12 */ 
/* 13 */ #header-wrap {
/* 14 */ 	background-color: rgba(37, 37, 37, 0.86);
/* 15 */ }
/* 16 */ 
/* 17 */ h1,h2,h3,h4,h5,h6, .title a, .nav ul li a, .slider .nivo-caption p, .over span,.pagination a, .date .bold,.comments-nr .bold { color:#bbb; }
/* 18 */ 
/* 19 */ .dropcap2, #recent-posts span.post-info, #tweet .quote a span {
/* 20 */ 	color:#454545;
/* 21 */ }
/* 22 */ .comment-entry span, .search_box, .top a, .post-info, .post-entry span, .comments-nr, #header .contact,.date,.comments-nr a {
/* 23 */ 	color:#555;
/* 24 */ }
/* 25 */ .social a {
/* 26 */ 	color: #888;
/* 27 */ }
/* 28 */ #wrapper *,.big_form input[type=text], .big_form textarea, input, .search_box, h6.toggle,.tagcloud a, blockquote, .pullleft, .pullright, .block-left, .block-right, .nav ul li ul, .avatar-holder img, .comments-nr, .post, .item-image, .filter li, #header, .post-info .date, .post-image .date {
/* 29 */ 	border-color:#393939 !important;
/* 30 */ }
/* 31 */ .nav ul li ul li, #footer ul li, .search_box, .flickr_badge_image img {
/* 32 */ 	border-color:#282828;
/* 33 */ }
/* 34 */ .line, .top, .sidebar_item, .tagline, #footer .inner, #header .inner,.footer_small,.nav ul li ul li a,.footer_divider {
/* 35 */ 	border-color:#333;
/* 36 */ }
/* 37 */ .tabdiv, .tabnav li a:active, .tabnav li.ui-tabs-selected a, .comments-nr, .post-info .date, .blog3 .post-image .date {
/* 38 */ 	background:#282828;
/* 39 */ }
/* 40 */ .big_form input:focus, .big_form textarea:focus, .tagline span {
/* 41 */ 	border-color:#333;	
/* 42 */ }
/* 43 */ .tabnav li.ui-tabs-selected { 
/* 44 */ 	border-bottom:1px solid #282828;
/* 45 */ 	background:#282828;
/* 46 */ }
/* 47 */ .tweet .twitter-content, .search_box, .search_submit {
/* 48 */ 	background-color:#222;
/* 49 */ }
/* 50 */ .tweet .quote {

/* Dark.css */

/* 51 */ 	background-image:url(/wp-content/themes/purity/img/dark-skin/twitter_quote.png);
/* 52 */ }
/* 53 */ .slider .nivoSlider { background:#252525 url(/wp-content/themes/purity/img/dark-skin/loader.gif) no-repeat 50% 50%; }
/* 54 */ 
/* 55 */ .nav > div.vntd-shopping-cart {
/* 56 */ 	margin-top: 7px;
/* 57 */ }
/* 58 */ 
/* 59 */ a.vntd-cart-icon 
/* 60 */ {
/* 61 */ 	background-position: 4px 4px;
/* 62 */ 	background-repeat: no-repeat;
/* 63 */ 	background-color: #999;
/* 64 */ 	border-radius: 300px;
/* 65 */ 	-webkit-border-radius: 300px;
/* 66 */ 	-moz-border-radius: 300px;
/* 67 */ 	padding: 5px;
/* 68 */ }

/* custom.css */

/* 1  */ /* 
/* 2  *| /
/* 3  *| / This is a place for your custom styling.
/* 4  *| /
/* 5  *| */
/* 6  */ 
/* 7  */ .item{
/* 8  */ float: left;
/* 9  */ margin: 5px;
/* 10 */ width: 310px;
/* 11 */ background: #EFEFEF;
/* 12 */ -moz-border-radius: 7px;
/* 13 */ -webkit-border-radius: 7px;
/* 14 */ border-radius: 7px;
/* 15 */ text-align: center;
/* 16 */ -moz-box-shadow: 0px 0px 6px #999;
/* 17 */ -webkit-box-shadow: 0px 0px 6px #999;
/* 18 */ box-shadow: 0px 0px 6px #999;
/* 19 */ }
/* 20 */ 
/* 21 */ .item p{ text-align: left; }
/* 22 */ .item p a{ text-align: left; font-weight: bold; }
/* 23 */ 
/* 24 */ .item img{ margin-top: 5px; text-align: center; border: 1px solid #000000; max-width: 280px;}
/* 25 */ 
/* 26 */ /* self-clear floats */
/* 27 */ 
/* 28 */ .group:after {
/* 29 */ 	content: ".";
/* 30 */     display: block;
/* 31 */     height: 0;
/* 32 */     clear: both;
/* 33 */     visibility: hidden;
/* 34 */ }
/* 35 */ 

/* prettyPhoto.css */

/* 1  */ div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}div.pp_default .pp_top .pp_left{background:url(/wp-content/themes/purity/img/prettyPhoto/default/sprite.png) -78px -93px no-repeat}div.pp_default .pp_top .pp_middle{background:url(/wp-content/themes/purity/img/prettyPhoto/default/sprite_x.png) top left repeat-x}div.pp_default .pp_top .pp_right{background:url(/wp-content/themes/purity/img/prettyPhoto/default/sprite.png) -112px -93px no-repeat}div.pp_default .pp_content .ppt{color:#f8f8f8}div.pp_default .pp_content_container .pp_left{background:url(/wp-content/themes/purity/img/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}div.pp_default .pp_content_container .pp_right{background:url(/wp-content/themes/purity/img/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}div.pp_default .pp_next:hover{background:url(/wp-content/themes/purity/img/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}div.pp_default .pp_previous:hover{background:url(/wp-content/themes/purity/img/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}div.pp_default .pp_expand{background:url(/wp-content/themes/purity/img/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}div.pp_default .pp_expand:hover{background:url(/wp-content/themes/purity/img/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}div.pp_default .pp_contract{background:url(/wp-content/themes/purity/img/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}div.pp_default .pp_contract:hover{background:url(/wp-content/themes/purity/img/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}div.pp_default .pp_close{width:30px;height:30px;background:url(/wp-content/themes/purity/img/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}div.pp_default .pp_gallery ul li a{background:url(/wp-content/themes/purity/img/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(/wp-content/themes/purity/img/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(/wp-content/themes/purity/img/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}div.pp_default .pp_content_container .pp_details{margin-top:5px}div.pp_default .pp_nav{clear:none;height:30px;width:105px;position:relative}div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;font-color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}div.pp_default .pp_bottom .pp_left{background:url(/wp-content/themes/purity/img/prettyPhoto/default/sprite.png) -78px -127px no-repeat}div.pp_default .pp_bottom .pp_middle{background:url(/wp-content/themes/purity/img/prettyPhoto/default/sprite_x.png) bottom left repeat-x}div.pp_default .pp_bottom .pp_right{background:url(/wp-content/themes/purity/img/prettyPhoto/default/sprite.png) -112px -127px no-repeat}div.pp_default .pp_loaderIcon{background:url(/wp-content/themes/purity/img/prettyPhoto/default/loader.gif) center center no-repeat}div.light_rounded .pp_top .pp_left{background:url(/wp-content/themes/purity/img/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}div.light_rounded .pp_top .pp_right{background:url(/wp-content/themes/purity/img/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}div.light_rounded .pp_next:hover{background:url(/wp-content/themes/purity/img/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}div.light_rounded .pp_previous:hover{background:url(/wp-content/themes/purity/img/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_rounded .pp_expand{background:url(/wp-content/themes/purity/img/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_rounded .pp_expand:hover{background:url(/wp-content/themes/purity/img/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_rounded .pp_contract{background:url(/wp-content/themes/purity/img/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_rounded .pp_contract:hover{background:url(/wp-content/themes/purity/img/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}div.light_rounded .pp_close{width:75px;height:22px;background:url(/wp-content/themes/purity/img/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}div.light_rounded .pp_nav .pp_play{background:url(/wp-content/themes/purity/img/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.light_rounded .pp_nav .pp_pause{background:url(/wp-content/themes/purity/img/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.light_rounded .pp_arrow_previous{background:url(/wp-content/themes/purity/img/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}div.light_rounded .pp_arrow_next{background:url(/wp-content/themes/purity/img/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}div.light_rounded .pp_bottom .pp_left{background:url(/wp-content/themes/purity/img/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}div.light_rounded .pp_bottom .pp_right{background:url(/wp-content/themes/purity/img/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}div.dark_rounded .pp_top .pp_left{background:url(/wp-content/themes/purity/img/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}div.dark_rounded .pp_top .pp_right{background:url(/wp-content/themes/purity/img/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}div.dark_rounded .pp_content_container .pp_left{background:url(/wp-content/themes/purity/img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}div.dark_rounded .pp_content_container .pp_right{background:url(/wp-content/themes/purity/img/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}div.dark_rounded .pp_next:hover{background:url(/wp-content/themes/purity/img/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}div.dark_rounded .pp_previous:hover{background:url(/wp-content/themes/purity/img/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}div.dark_rounded .pp_expand{background:url(/wp-content/themes/purity/img/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}div.dark_rounded .pp_expand:hover{background:url(/wp-content/themes/purity/img/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}div.dark_rounded .pp_contract{background:url(/wp-content/themes/purity/img/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}div.dark_rounded .pp_contract:hover{background:url(/wp-content/themes/purity/img/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}div.dark_rounded .pp_close{width:75px;height:22px;background:url(/wp-content/themes/purity/img/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}div.dark_rounded .pp_description{margin-right:85px;color:#fff}div.dark_rounded .pp_nav .pp_play{background:url(/wp-content/themes/purity/img/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.dark_rounded .pp_nav .pp_pause{background:url(/wp-content/themes/purity/img/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.dark_rounded .pp_arrow_previous{background:url(/wp-content/themes/purity/img/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}div.dark_rounded .pp_arrow_next{background:url(/wp-content/themes/purity/img/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}div.dark_rounded .pp_bottom .pp_left{background:url(/wp-content/themes/purity/img/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}div.dark_rounded .pp_bottom .pp_right{background:url(/wp-content/themes/purity/img/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}div.dark_rounded .pp_loaderIcon{background:url(/wp-content/themes/purity/img/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}div.dark_square .pp_loaderIcon{background:url(/wp-content/themes/purity/img/prettyPhoto/dark_square/loader.gif) center center no-repeat}div.dark_square .pp_expand{background:url(/wp-content/themes/purity/img/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.dark_square .pp_expand:hover{background:url(/wp-content/themes/purity/img/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.dark_square .pp_contract{background:url(/wp-content/themes/purity/img/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.dark_square .pp_contract:hover{background:url(/wp-content/themes/purity/img/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}div.dark_square .pp_close{width:75px;height:22px;background:url(/wp-content/themes/purity/img/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}div.dark_square .pp_nav{clear:none}div.dark_square .pp_nav .pp_play{background:url(/wp-content/themes/purity/img/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.dark_square .pp_nav .pp_pause{background:url(/wp-content/themes/purity/img/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.dark_square .pp_arrow_previous{background:url(/wp-content/themes/purity/img/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}div.dark_square .pp_arrow_next{background:url(/wp-content/themes/purity/img/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}div.dark_square .pp_next:hover{background:url(/wp-content/themes/purity/img/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}div.dark_square .pp_previous:hover{background:url(/wp-content/themes/purity/img/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_square .pp_expand{background:url(/wp-content/themes/purity/img/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_square .pp_expand:hover{background:url(/wp-content/themes/purity/img/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_square .pp_contract{background:url(/wp-content/themes/purity/img/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_square .pp_contract:hover{background:url(/wp-content/themes/purity/img/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}div.light_square .pp_close{width:75px;height:22px;background:url(/wp-content/themes/purity/img/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}div.light_square .pp_nav .pp_play{background:url(/wp-content/themes/purity/img/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.light_square .pp_nav .pp_pause{background:url(/wp-content/themes/purity/img/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.light_square .pp_arrow_previous{background:url(/wp-content/themes/purity/img/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}div.light_square .pp_arrow_next{background:url(/wp-content/themes/purity/img/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}div.light_square .pp_next:hover{background:url(/wp-content/themes/purity/img/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}div.light_square .pp_previous:hover{background:url(/wp-content/themes/purity/img/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}div.facebook .pp_top .pp_left{background:url(/wp-content/themes/purity/img/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}div.facebook .pp_top .pp_middle{background:url(/wp-content/themes/purity/img/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}div.facebook .pp_top .pp_right{background:url(/wp-content/themes/purity/img/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}div.facebook .pp_content_container .pp_left{background:url(/wp-content/themes/purity/img/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}div.facebook .pp_content_container .pp_right{background:url(/wp-content/themes/purity/img/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}div.facebook .pp_expand{background:url(/wp-content/themes/purity/img/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}div.facebook .pp_expand:hover{background:url(/wp-content/themes/purity/img/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}div.facebook .pp_contract{background:url(/wp-content/themes/purity/img/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}div.facebook .pp_contract:hover{background:url(/wp-content/themes/purity/img/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}div.facebook .pp_close{width:22px;height:22px;background:url(/wp-content/themes/purity/img/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}div.facebook .pp_description{margin:0 37px 0 0}div.facebook .pp_loaderIcon{background:url(/wp-content/themes/purity/img/prettyPhoto/facebook/loader.gif) center center no-repeat}div.facebook .pp_arrow_previous{background:url(/wp-content/themes/purity/img/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}div.facebook .pp_arrow_next{background:url(/wp-content/themes/purity/img/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}div.facebook .pp_nav{margin-top:0}div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}div.facebook .pp_nav .pp_play{background:url(/wp-content/themes/purity/img/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}div.facebook .pp_nav .pp_pause{background:url(/wp-content/themes/purity/img/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}div.facebook .pp_next:hover{background:url(/wp-content/themes/purity/img/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}div.facebook .pp_previous:hover{background:url(/wp-content/themes/purity/img/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}div.facebook .pp_bottom .pp_left{background:url(/wp-content/themes/purity/img/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}div.facebook .pp_bottom .pp_middle{background:url(/wp-content/themes/purity/img/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}div.facebook .pp_bottom .pp_right{background:url(/wp-content/themes/purity/img/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}div.pp_pic_holder a:focus{outline:none}div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:80000}div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:90000}.pp_content{height:40px;min-width:40px}* html .pp_content{width:40px}.pp_content_container{position:relative;text-align:left;width:100%}.pp_content_container .pp_left{padding-left:20px}.pp_content_container .pp_right{padding-right:20px}.pp_content_container .pp_details{float:left;margin:10px 0 2px}.pp_description{display:none;margin:0}.pp_social{float:left;margin:7px 0 0}.pp_social .facebook{float:left;position:relative;top:-1px;margin-left:5px;width:100px;overflow:hidden}.pp_social .twitter{float:left}.pp_nav{clear:right;float:left;margin:3px 10px 0 0}.pp_nav p{float:left;margin:2px 4px}.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}.pp_gallery div{float:left;overflow:hidden;position:relative}.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:auto;overflow:hidden}.pp_gallery ul a img{border:0}.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}.pp_gallery li.default a{background:url(/wp-content/themes/purity/img/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}a.pp_next{background:url(/wp-content/themes/purity/img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}a.pp_previous{background:url(/wp-content/themes/purity/img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}a.pp_close{position:absolute;right:0 !important;top:0;display:block;line-height:22px;text-indent:-10000px}.pp_details a.pp_close:after { display: none; }.woocommerce a.pp_close {right:  60px !important;}.woocommerce a.pp_close:after {display: block !important;}.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}#pp_full_res{line-height:1!important}#pp_full_res .pp_inline{text-align:left}#pp_full_res .pp_inline p{margin:0 0 15px}div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(/wp-content/themes/purity/img/prettyPhoto/light_rounded/loader.gif) center center no-repeat}div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(/wp-content/themes/purity/img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}.pp_top,.pp_bottom{height:20px;position:relative}* html .pp_top,* html .pp_bottom{padding:0 20px}.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_fade,.pp_gallery li.default a img{display:none}
/* 2  */ 
/* 3  */ @media (max-width: 979px) {
/* 4  */ 
/* 5  */     .pp_pic_holder.pp_default { width: 100%!important; left: 0!important; overflow: hidden; }
/* 6  */     div.pp_default .pp_content_container .pp_left { padding-left: 0!important; }
/* 7  */     div.pp_default .pp_content_container .pp_right { padding-right: 0!important; }
/* 8  */     .pp_content { width: 100%!important; height: auto!important; }
/* 9  */     .pp_fade { width: 100%!important; height: 100%!important; }
/* 10 */     a.pp_expand, a.pp_contract, .pp_hoverContainer, .pp_gallery, .pp_top, .pp_bottom { display: none!important; }
/* 11 */     #pp_full_res img { width: 100%!important; height: auto!important; }
/* 12 */     .pp_details { width: 94%!important; padding-left: 3%; padding-right: 4%; padding-top: 10px; padding-bottom: 10px; background-color: #fff; margin-top: -2px!important; }
/* 13 */     a.pp_close { right: 10px!important; top: 10px!important; }
/* 14 */ 
/* 15 */ }

/* flexslider.css */

/* 1  */ /*
/* 2  *|  * jQuery FlexSlider v2.0
/* 3  *|  * http://www.woothemes.com/flexslider/
/* 4  *|  *
/* 5  *|  * Copyright 2012 WooThemes
/* 6  *|  * Free to use under the GPLv2 license.
/* 7  *|  * http://www.gnu.org/licenses/gpl-2.0.html
/* 8  *|  *
/* 9  *|  * Contributing author: Tyler Smith (@mbmufffin)
/* 10 *|  */
/* 11 */ 
/* 12 */  
/* 13 */ /* Browser Resets */
/* 14 */ .flex-container a:active,
/* 15 */ .flexslider a:active,
/* 16 */ .flex-container a:focus,
/* 17 */ .flexslider a:focus  {outline: none;}
/* 18 */ .slides,
/* 19 */ .flex-control-nav,
/* 20 */ .flex-direction-nav {margin: 0; padding: 0; list-style: none;} 
/* 21 */ 
/* 22 */ /* FlexSlider Necessary Styles
/* 23 *| *********************************/ 
/* 24 */ .flexslider { padding: 0;}
/* 25 */ .flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
/* 26 */ .flexslider .slides img {width: 100%; display: block;}
/* 27 */ .flex-pauseplay span {text-transform: capitalize;}
/* 28 */ 
/* 29 */ /* Clearfix for the .slides element */
/* 30 */ .slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
/* 31 */ html[xmlns] .slides {display: block;} 
/* 32 */ * html .slides {height: 1%;}
/* 33 */ 
/* 34 */ /* No JavaScript Fallback */
/* 35 */ /* If you are not using another script, such as Modernizr, make sure you
/* 36 *|  * include js that eliminates this class on page load */
/* 37 */ .no-js .slides > li:first-child {display: block;}
/* 38 */ 
/* 39 */ 
/* 40 */ /* FlexSlider Default Theme
/* 41 *| *********************************/
/* 42 */ .flexslider {position: relative; margin-bottom: 30px; }
/* 43 */ .flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
/* 44 */ .loading .flex-viewport {max-height: 300px;}
/* 45 */ .flexslider .slides {zoom: 1;}
/* 46 */ .flexslider .slides > li:first-child {display: block; -webkit-backface-visibility: visible;}
/* 47 */ 	.flexslider { overflow:hidden; }
/* 48 */ 
/* 49 */ .carousel li {margin-right: 5px}
/* 50 */ 

/* flexslider.css */

/* 51 */ 
/* 52 */ /* Direction Nav */
/* 53 */ .flex-direction-nav {*height: 0;}
/* 54 */ .flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background:url(/wp-content/themes/purity/img/flex-slider/arrows.png) no-repeat left; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
/* 55 */ .flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
/* 56 */ .flex-direction-nav .flex-prev {left: -36px;}
/* 57 */ .flexslider:hover .flex-next {opacity: 0.8; right: 15px;}
/* 58 */ .flexslider:hover .flex-prev {opacity: 0.8; left: 15px;}
/* 59 */ .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
/* 60 */ .flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}
/* 61 */ 
/* 62 */ /* Control Nav */
/* 63 */ .flex-control-nav {position: absolute; bottom: 4px; left: 10px; text-align: center;}
/* 64 */ .flex-control-nav li {margin:0 10px 0 0; display: inline-block; zoom: 1; *display: inline;}
/* 65 */ .flex-control-paging li a {width: 10px; height: 10px; display: block; background:url(/wp-content/themes/purity/img/flex-slider/bullets.png) no-repeat; cursor: pointer; text-indent: -9999px; }
/* 66 */ .flex-control-paging li a:hover {  }
/* 67 */ .flex-control-paging li a.flex-active { background-position: center bottom; cursor: default; }
/* 68 */ 
/* 69 */ .flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
/* 70 */ .flex-control-thumbs li {width: 25%; float: left; margin: 0;}
/* 71 */ .flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
/* 72 */ .flex-control-thumbs img:hover {opacity: 1;}
/* 73 */ .flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
/* 74 */ 
/* 75 */ .flex-caption { position: absolute; margin: 0; bottom:15px; right:15px; left:auto; width:auto; max-width:630px; overflow:hidden; background:rgba(0,0,0,0.7); text-shadow:none; color:#fff; font-size:17px; text-transform:uppercase; padding:12px 16px; }
/* 76 */ .flex-caption a { color:#fff; text-decoration:underline; }
/* 77 */ 
/* 78 */ @media screen and (max-width: 860px) {
/* 79 */   .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
/* 80 */   .flex-direction-nav .flex-next {opacity: 1; right: 0;}
/* 81 */ }

/* font-awesome.min.css */

/* 1 */ /*!
/* 2 *|  *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
/* 3 *|  *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
/* 4 *|  */@font-face{font-family:'FontAwesome';src:url('/wp-content/themes/purity/css/font-awesome/fonts/fontawesome-webfont.eot?v=4.1.0');src:url('/wp-content/themes/purity/css/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'),url('/wp-content/themes/purity/css/font-awesome/fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'),url('/wp-content/themes/purity/css/font-awesome/fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'),url('/wp-content/themes/purity/css/font-awesome/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1)}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-square:before,.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}

/* responsive.css */

/* 1   */ /* Purity Responsive Stylesheet */
/* 2   */ 
/* 3   */ /* Tablet */
/* 4   */ 
/* 5   */ @media only screen and (min-width: 768px) and (max-width: 1023px) {
/* 6   */ 	
/* 7   */ 	body					{ background-image: none; }	
/* 8   */ 	#wrapper,
/* 9   */ 	.vntd-sticky-now,
/* 10  */ 	.inner					{ width:738px; }	
/* 11  */ 	.content				{ width:546px; margin-right: 10px; }
/* 12  */ 	.content.content_right 	{ margin: 0 0 0 10px; }
/* 13  */ 	.sidebar				{ width:172px; margin-left: 10px; }
/* 14  */ 	.sidebar.sidebar_left 	{ margin: 0 10px 0 0; }
/* 15  */ 	.nav ul li				{ font-size: 22px; margin-left: 26px; }
/* 16  */ 	.post-info,
/* 17  */ 	.blog3 .post-image		{ width: 170px; margin-right: 20px; }
/* 18  */ 	.post-entry				{ width: auto !important; }
/* 19  */ 	/*.comments-nr			{ width: 63px !important; }
/* 20  *| 	#wrapper .date					{ width: 64px !important; }*/	
/* 21  */ 	.date .bold,
/* 22  */ 	.comments-nr .bold 		{ font-size: 26px; }
/* 23  */ 	#wrapper 				{ padding: 0 20px;	}
/* 24  */ 	/* Homepage */	
/* 25  */ 	
/* 26  */ 	.home-section ul.fourcolumns li,
/* 27  */ 	#footer .inner ul.fourcolumns > li 		{ width: 169.5px; margin-left: 20px; }
/* 28  */ 	#recent-work ul.fourcolumns li img,
/* 29  */ 	#recent-work ul.fourcolumns li a.over 	{ width: 169.5px; height: 111px; }	
/* 30  */ 	.home-section ul.threecolumns li,
/* 31  */ 	#footer .inner ul.threecolumns > li 	{ width: 232.5px; margin-left: 20px; }
/* 32  */ 	#recent-work ul.threecolumns li img,
/* 33  */ 	#recent-work ul.threecolumns li a.over 	{ width: 232.5px; height: 165px; }	
/* 34  */ 	.home-section ul li:first-child,
/* 35  */ 	#footer .inner ul li:first-child 		{ margin-left: 0; }
/* 36  */ 	
/* 37  */ 	/* Portfolio sizes */
/* 38  */ 	
/* 39  */ 	.portfolio 				{ width: 788px; }
/* 40  */ 	.portfolio li img 		{ width: 100%; height: auto !important; }
/* 41  */ 	.three-columns li 		{ width: 229.5px; margin: 0 25px 20px 0; }
/* 42  */ 	.three-columns .over 	{ width: 216px; height: 152px; }	
/* 43  */ 	.two-columns li 		{ width: 354px; margin: 0 30px 25px 0; }	
/* 44  */ 	.two-columns .over 		{ width: 340px; height: 240px; }	
/* 45  */ 	.four-columns li 		{ width: 166px; margin: 0 25px 25px 0; }	
/* 46  */ 	.four-columns .over 	{ width: 152px; height: 107px; }	
/* 47  */ 	.detailed .item-image 	{ width: 520px; margin-right: 20px;  }
/* 48  */ 	.detailed .item-name 	{ width: 198px; }	
/* 49  */ 	.one-column > li 		{ width: 738px; }	
/* 50  */ 	.home_tagline h1 		{ font-size: 29px; }

/* responsive.css */

/* 51  */ 	
/* 52  */ 	.avatar-holder			{ width: 60px !important; height: 60px!important; }
/* 53  */ 	.avatar-holder img		{ width: 50px; height: auto!important; }
/* 54  */ 	
/* 55  */ 	.comments-wrap ul li ul.children { margin-left: 0; }
/* 56  */ 	
/* 57  */ }
/* 58  */ 
/* 59  */ /* Mobile Portrait */
/* 60  */ 
/* 61  */ @media only screen and (max-width: 767px) {	
/* 62  */ 
/* 63  */ 	body					{ background-image: none; }
/* 64  */ 	#wrapper				{ width:100%; }
/* 65  */ 	.inner					{ width:300px; }
/* 66  */ 	header .logo			{ float: none; }
/* 67  */ 	header .logo img		{ display: block; margin-left: auto; margin-right: auto; }
/* 68  */ 	#wrapper .vntd-shopping-cart,
/* 69  */ 	.nav ul					{ display: none; }
/* 70  */ 	#wrapper .vntd-sticky-now {
/* 71  */ 		position: relative;
/* 72  */ 		margin-top: 0 !important;
/* 73  */ 		top: 0 !important;
/* 74  */ 	}
/* 75  */ 	#wrapper #main {
/* 76  */ 		margin-top: 25px !important;
/* 77  */ 		padding-top: 0 !important;
/* 78  */ 	}
/* 79  */ 	#wrapper .subheader-default {
/* 80  */ 		margin-top: -25px;
/* 81  */ 	}
/* 82  */ 	#wrapper {
/* 83  */ 		padding: 0;
/* 84  */ 	}
/* 85  */ 	#topbar {
/* 86  */ 		height: auto;
/* 87  */ 	}
/* 88  */ 	#topbar .inner > div {
/* 89  */ 		float: none;
/* 90  */ 		text-align: center;
/* 91  */ 	}
/* 92  */ 	.subheader- {
/* 93  */ 		margin-top: -20px;
/* 94  */ 	}
/* 95  */ 	
/* 96  */ 	.small_thumbnail .post-info,
/* 97  */ 	.content,
/* 98  */ 	.post-info,
/* 99  */ 	.post-entry,
/* 100 */ 	.blog3 .post-image,

/* responsive.css */

/* 101 */ 	.nav,
/* 102 */ 	.big_form input[type=text],
/* 103 */ 	.big_form textarea,
/* 104 */ 	textarea,
/* 105 */ 	.portfolio,
/* 106 */ 	.portfolio li img,
/* 107 */ 	.home-section ul img,
/* 108 */ 	#recent-work .over,
/* 109 */ 	.column,
/* 110 */ 	#wrapper li.product,
/* 111 */ 	.sidebar 				{ width: 100% !important; margin-left: 0; margin-right: 0; }
/* 112 */ 	#wrapper .date					{ width: 149px !important; }
/* 113 */ 	.comments-nr			{ width: 148px !important; }
/* 114 */ 	.nav					{ margin: 0 0 30px 0; }
/* 115 */ 	.sidebar				{ margin: 0; }
/* 116 */ 	.nav select				{ display: block; }
/* 117 */ 	
/* 118 */ 	.portfolio li img,
/* 119 */ 	.portfolio li .over 	{ width: 286px; height: 201px !important; }	
/* 120 */ 	.portfolio li 			{ margin-bottom: 20px; width: 300px; }
/* 121 */ 	
/* 122 */ 	.detailed .item-image 	{ margin-bottom: 20px; }
/* 123 */ 	.detailed .item-image,
/* 124 */ 	.one-column li img,
/* 125 */ 	.detailed .item-image img { width: 286px; height: auto !important; }
/* 126 */ 	
/* 127 */ 	.home_tagline 			{ margin: -5px auto; }
/* 128 */ 	.home_tagline h1 		{ font-size: 26px; }
/* 129 */ 	.tagline 				{ padding: 20px 0 16px 0px !important; }
/* 130 */ 	
/* 131 */ 	#recent-work ul.home-list li a.over,
/* 132 */ 	#recent-work ul.home-list li img 			{ height: 211px; width: 300px; }	
/* 133 */ 	.home-section ul.home-list li,
/* 134 */ 	footer .inner ul > li 						{ width: 100% !important; margin: 0 0 20px 0 !important; }
/* 135 */ 	footer .inner ul li:last-child 			{ margin-bottom: 8px !important; }
/* 136 */ 	.home-section ul.home-list li:last-child,
/* 137 */ 	footer .inner ul.home-list > li 			{ margin: 0; }
/* 138 */ 	
/* 139 */ 	.flex-caption 	{ font-size: 19px !important; padding: 5px 6px; }
/* 140 */ 	.footer2 div 			{ float: none !important; }
/* 141 */ 	.footer2 .copyright 	{ margin-bottom: 5px; }
/* 142 */ 	.post-info p 			{ text-align: left; }
/* 143 */ 	
/* 144 */ 	.tabnav li,
/* 145 */ 	.tabnav li a 			{ display: block; }	
/* 146 */ 	.tabnav li 				{ padding: 0; }
/* 147 */ 	
/* 148 */ 	/* WooCommerce */	
/* 149 */ 	
/* 150 */ 	.woocommerce #wrapper .page-layout-sidebar_right ul.products li,

/* responsive.css */

/* 151 */ 	#wrapper .related.products li {
/* 152 */ 		width: 100% !important;
/* 153 */ 		margin: 0 0 30px 0 !important;
/* 154 */ 	}
/* 155 */ 	
/* 156 */ 	#wrapper ul.product-filters {
/* 157 */ 		font-size: 11px;
/* 158 */ 	}
/* 159 */ 	#wrapper ul.product-filters li.product-orderby {
/* 160 */ 		width: 120px;
/* 161 */ 	}
/* 162 */ 	#wrapper ul.product-filters li.product-count {
/* 163 */ 		width: 105px;
/* 164 */ 	}
/* 165 */ 	
/* 166 */ 	#wrapper .shop_table thead,
/* 167 */ 	#wrapper .shop_table .product-remove,
/* 168 */ 	#wrapper .shop_table .product-thumbnail
/* 169 */ 	{
/* 170 */ 		display: none;
/* 171 */ 	}
/* 172 */ 	
/* 173 */ 	.woocommerce-page #wrapper .cart-collaterals,
/* 174 */ 	.woocommerce-page #wrapper .shipping_calculator,
/* 175 */ 	#wrapper .shop_table .actions input {
/* 176 */ 		width: 100%;		
/* 177 */ 		float: none;
/* 178 */ 	}
/* 179 */ 	
/* 180 */ 	#wrapper .shop_table .actions input {
/* 181 */ 		margin-bottom: 5px !important;
/* 182 */ 	}
/* 183 */ 	
/* 184 */ }
/* 185 */ 
/* 186 */ /* Mobile Landscape */
/* 187 */ 
/* 188 */ @media only screen and (min-width: 480px) and (max-width: 767px) {
/* 189 */ 
/* 190 */ 	body					{ background-image: none; -webkit-text-size-adjust: none; }
/* 191 */ 	#wrapper				{ width:100%; }
/* 192 */ 	.inner					{ width:460px; }
/* 193 */ 	header .logo,
/* 194 */ 	.post-info,
/* 195 */ 	.post-entry				{ float: none; }
/* 196 */ 	header .logo img		{ display: block; margin-left: auto; margin-right: auto; }
/* 197 */ 	#wrapper .vntd-shopping-cart,
/* 198 */ 	.nav ul					{ display: none; }
/* 199 */ 	#wrapper .vntd-sticky-now {
/* 200 */ 		position: relative;

/* responsive.css */

/* 201 */ 		margin-top: 0 !important;
/* 202 */ 		top: 0 !important;
/* 203 */ 	}
/* 204 */ 	#wrapper {
/* 205 */ 		padding: 0;
/* 206 */ 	}
/* 207 */ 	#wrapper #main {
/* 208 */ 		margin-top: 25px !important;
/* 209 */ 		padding-top: 0 !important;
/* 210 */ 	}
/* 211 */ 	#wrapper .subheader-default {
/* 212 */ 		margin-top: -25px;
/* 213 */ 	}
/* 214 */ 	#topbar {
/* 215 */ 		height: auto;
/* 216 */ 	}
/* 217 */ 	#topbar .inner > div {
/* 218 */ 		float: none;
/* 219 */ 		text-align: center;
/* 220 */ 	}
/* 221 */ 	.subheader- {
/* 222 */ 		margin-top: -20px;
/* 223 */ 	}
/* 224 */ 	.small_thumbnail .post-info,
/* 225 */ 	.content,
/* 226 */ 	.post-info,
/* 227 */ 	.post-entry,
/* 228 */ 	.blog3 .post-image,
/* 229 */ 	.nav,
/* 230 */ 	.big_form input[type=text],
/* 231 */ 	.big_form textarea,
/* 232 */ 	.portfolio,
/* 233 */ 	.portfolio li img,
/* 234 */ 	.home-section ul img,
/* 235 */ 	.home-section ul li,
/* 236 */ 	#recent-work .over,
/* 237 */ 	#footer li,
/* 238 */ 	.column,
/* 239 */ 	#wrapper li.product,
/* 240 */ 	.sidebar 				{ width: 100% !important; margin-left: 0; margin-right: 0; }
/* 241 */ 	#wrapper .date					{ width: 229px !important; }
/* 242 */ 	.comments-nr			{ width: 228px !important; }
/* 243 */ 	.nav					{ margin: 0 0 30px 0; }	
/* 244 */ 	.sidebar				{ margin: 0; }
/* 245 */ 	.nav select				{ display: block; }
/* 246 */ 	
/* 247 */ 	
/* 248 */ 	.portfolio li img,	
/* 249 */ 	.portfolio li .over 	{ width: 446px; height: 314px !important; }
/* 250 */ 	.portfolio li 			{ margin-bottom: 20px; width: 460px; }

/* responsive.css */

/* 251 */ 	
/* 252 */ 	.detailed .item-image 	{ margin-bottom: 20px; }
/* 253 */ 	.detailed .item-image,
/* 254 */ 	.one-column li img,
/* 255 */ 	.detailed .item-image img { width: 446px; height: auto !important; }
/* 256 */ 
/* 257 */ 	.home_tagline 			{ margin: -5px auto; }
/* 258 */ 	.home_tagline h1 		{ font-size: 28px; }
/* 259 */ 	.tagline 				{ padding: 20px 0 16px 0px !important; }
/* 260 */ 	#recent-work ul.home-list li a.over,
/* 261 */ 	#recent-work ul.home-list li img 			{ height: 323px; }	
/* 262 */ 	.home-section ul.home-list li,
/* 263 */ 	footer .inner ul > li 						{ width: 100% !important; margin: 0 0 20px 0 !important; }
/* 264 */ 	footer .inner ul li:last-child 			{ margin-bottom: 8px !important; }
/* 265 */ 	.home-section ul.home-list li:last-child,
/* 266 */ 	footer .inner ul.home-list > li 			{ margin: 0; }
/* 267 */ 
/* 268 */ 	#wrapper .slide-caption 	{ display: block !important; font-size: 20px; padding: 0px; }
/* 269 */ 	.post-info p 			{ text-align: left; }
/* 270 */ 	
/* 271 */ 	/* WooCommerce */	
/* 272 */ 	
/* 273 */ 	.woocommerce #wrapper .page-layout-sidebar_right ul.products li,
/* 274 */ 	#wrapper .related.products li  {
/* 275 */ 		width: 100% !important;
/* 276 */ 		margin: 0 0 30px 0 !important;
/* 277 */ 	}
/* 278 */ 	#wrapper ul.product-filters {
/* 279 */ 		font-size: 11px;
/* 280 */ 	}
/* 281 */ 	#wrapper ul.product-filters li.product-orderby,
/* 282 */ 	#wrapper ul.product-filters li.product-count {
/* 283 */ 		width: 150px;
/* 284 */ 		font-size: 12px;
/* 285 */ 	}
/* 286 */ 	
/* 287 */ 	#wrapper .shop_table thead,
/* 288 */ 	#wrapper .shop_table .product-remove,
/* 289 */ 	#wrapper .shop_table .product-thumbnail
/* 290 */ 	{
/* 291 */ 		display: none;
/* 292 */ 	}
/* 293 */ 	
/* 294 */ 	.woocommerce-page #wrapper .cart-collaterals,
/* 295 */ 	.woocommerce-page #wrapper .shipping_calculator,
/* 296 */ 	#wrapper .shop_table .actions input {
/* 297 */ 		width: 100%;		
/* 298 */ 		float: none;
/* 299 */ 	}
/* 300 */ 	

/* responsive.css */

/* 301 */ 	#wrapper .shop_table .actions input {
/* 302 */ 		margin-bottom: 5px !important;
/* 303 */ 	}
/* 304 */ 	
/* 305 */ }
/* 306 */ 

/* styles.css */

/* 1  */ div.wpcf7 {
/* 2  */ 	margin: 0;
/* 3  */ 	padding: 0;
/* 4  */ }
/* 5  */ 
/* 6  */ div.wpcf7-response-output {
/* 7  */ 	margin: 2em 0.5em 1em;
/* 8  */ 	padding: 0.2em 1em;
/* 9  */ }
/* 10 */ 
/* 11 */ div.wpcf7 .screen-reader-response {
/* 12 */ 	position: absolute;
/* 13 */ 	overflow: hidden;
/* 14 */ 	clip: rect(1px, 1px, 1px, 1px);
/* 15 */ 	height: 1px;
/* 16 */ 	width: 1px;
/* 17 */ 	margin: 0;
/* 18 */ 	padding: 0;
/* 19 */ 	border: 0;
/* 20 */ }
/* 21 */ 
/* 22 */ div.wpcf7-mail-sent-ok {
/* 23 */ 	border: 2px solid #398f14;
/* 24 */ }
/* 25 */ 
/* 26 */ div.wpcf7-mail-sent-ng {
/* 27 */ 	border: 2px solid #ff0000;
/* 28 */ }
/* 29 */ 
/* 30 */ div.wpcf7-spam-blocked {
/* 31 */ 	border: 2px solid #ffa500;
/* 32 */ }
/* 33 */ 
/* 34 */ div.wpcf7-validation-errors {
/* 35 */ 	border: 2px solid #f7e700;
/* 36 */ }
/* 37 */ 
/* 38 */ .wpcf7-form-control-wrap {
/* 39 */ 	position: relative;
/* 40 */ }
/* 41 */ 
/* 42 */ span.wpcf7-not-valid-tip {
/* 43 */ 	color: #f00;
/* 44 */ 	font-size: 1em;
/* 45 */ 	display: block;
/* 46 */ }
/* 47 */ 
/* 48 */ .use-floating-validation-tip span.wpcf7-not-valid-tip {
/* 49 */ 	position: absolute;
/* 50 */ 	top: 20%;

/* styles.css */

/* 51 */ 	left: 20%;
/* 52 */ 	z-index: 100;
/* 53 */ 	border: 1px solid #ff0000;
/* 54 */ 	background: #fff;
/* 55 */ 	padding: .2em .8em;
/* 56 */ }
/* 57 */ 
/* 58 */ span.wpcf7-list-item {
/* 59 */ 	margin-left: 0.5em;
/* 60 */ }
/* 61 */ 
/* 62 */ .wpcf7-display-none {
/* 63 */ 	display: none;
/* 64 */ }
/* 65 */ 
/* 66 */ div.wpcf7 img.ajax-loader {
/* 67 */ 	border: none;
/* 68 */ 	vertical-align: middle;
/* 69 */ 	margin-left: 4px;
/* 70 */ }
/* 71 */ 
/* 72 */ div.wpcf7 div.ajax-error {
/* 73 */ 	display: none;
/* 74 */ }
/* 75 */ 
/* 76 */ div.wpcf7 .placeheld {
/* 77 */ 	color: #888;
/* 78 */ }
/* 79 */ 
/* 80 */ .wpcf7-recaptcha iframe {
/* 81 */ 	margin-bottom: 0;
/* 82 */ }
/* 83 */ 

/* settings.css */

/* 1    */ /*-----------------------------------------------------------------------------
/* 2    *| 
/* 3    *| 	-	Revolution Slider 4.1 Captions -
/* 4    *| 
/* 5    *| 		Screen Stylesheet
/* 6    *| 
/* 7    *| version:   	1.4.5
/* 8    *| date:      	27/11/13
/* 9    *| author:		themepunch
/* 10   *| email:     	info@themepunch.com
/* 11   *| website:   	http://www.themepunch.com
/* 12   *| -----------------------------------------------------------------------------*/
/* 13   */ 
/* 14   */ 
/* 15   */ @font-face {
/* 16   */   font-family: 'revicons';
/* 17   */   src: url('/wp-content/plugins/revslider/rs-plugin/font/revicons.eot?5510888');
/* 18   */   src: url('/wp-content/plugins/revslider/rs-plugin/font/revicons.eot?5510888#iefix') format('embedded-opentype'),
/* 19   */        url('/wp-content/plugins/revslider/rs-plugin/font/revicons.woff?5510888') format('woff'),
/* 20   */        url('/wp-content/plugins/revslider/rs-plugin/font/revicons.ttf?5510888') format('truetype'),
/* 21   */        url('/wp-content/plugins/revslider/rs-plugin/font/revicons.svg?5510888#revicons') format('svg');
/* 22   */   font-weight: normal;
/* 23   */   font-style: normal;
/* 24   */ }
/* 25   */ /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* 26   */ /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/* 27   */ /*
/* 28   *| @media screen and (-webkit-min-device-pixel-ratio:0) {
/* 29   *|   @font-face {
/* 30   *|     font-family: 'revicons';
/* 31   *|     src: url('/wp-content/plugins/revslider/rs-plugin/font/revicons.svg?5510888#revicons') format('svg');
/* 32   *|   }
/* 33   *| }
/* 34   *| */
/* 35   */ 
/* 36   */  [class^="revicon-"]:before, [class*=" revicon-"]:before {
/* 37   */   font-family: "revicons";
/* 38   */   font-style: normal;
/* 39   */   font-weight: normal;
/* 40   */   speak: none;
/* 41   */ 
/* 42   */   display: inline-block;
/* 43   */   text-decoration: inherit;
/* 44   */   width: 1em;
/* 45   */   margin-right: .2em;
/* 46   */   text-align: center;
/* 47   */   /* opacity: .8; */
/* 48   */ 
/* 49   */   /* For safety - reset parent styles, that can break glyph codes*/
/* 50   */   font-variant: normal;

/* settings.css */

/* 51   */   text-transform: none;
/* 52   */ 
/* 53   */   /* fix buttons height, for twitter bootstrap */
/* 54   */   line-height: 1em;
/* 55   */ 
/* 56   */   /* Animation center compensation - margins should be symmetric */
/* 57   */   /* remove if not needed */
/* 58   */   margin-left: .2em;
/* 59   */ 
/* 60   */   /* you can be more comfortable with increased icons size */
/* 61   */   /* font-size: 120%; */
/* 62   */ 
/* 63   */   /* Uncomment for 3D effect */
/* 64   */   /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
/* 65   */ }
/* 66   */ 
/* 67   */ .revicon-search-1:before { content: '\e802'; } /* '' */
/* 68   */ .revicon-pencil-1:before { content: '\e831'; } /* '' */
/* 69   */ .revicon-picture-1:before { content: '\e803'; } /* '' */
/* 70   */ .revicon-cancel:before { content: '\e80a'; } /* '' */
/* 71   */ .revicon-info-circled:before { content: '\e80f'; } /* '' */
/* 72   */ .revicon-trash:before { content: '\e801'; } /* '' */
/* 73   */ .revicon-left-dir:before { content: '\e817'; } /* '' */
/* 74   */ .revicon-right-dir:before { content: '\e818'; } /* '' */
/* 75   */ .revicon-down-open:before { content: '\e83b'; } /* '' */
/* 76   */ .revicon-left-open:before { content: '\e819'; } /* '' */
/* 77   */ .revicon-right-open:before { content: '\e81a'; } /* '' */
/* 78   */ .revicon-angle-left:before { content: '\e820'; } /* '' */
/* 79   */ .revicon-angle-right:before { content: '\e81d'; } /* '' */
/* 80   */ .revicon-left-big:before { content: '\e81f'; } /* '' */
/* 81   */ .revicon-right-big:before { content: '\e81e'; } /* '' */
/* 82   */ .revicon-magic:before { content: '\e807'; } /* '' */
/* 83   */ .revicon-picture:before { content: '\e800'; } /* '' */
/* 84   */ .revicon-export:before { content: '\e80b'; } /* '' */
/* 85   */ .revicon-cog:before { content: '\e832'; } /* '' */
/* 86   */ .revicon-login:before { content: '\e833'; } /* '' */
/* 87   */ .revicon-logout:before { content: '\e834'; } /* '' */
/* 88   */ .revicon-video:before { content: '\e805'; } /* '' */
/* 89   */ .revicon-arrow-combo:before { content: '\e827'; } /* '' */
/* 90   */ .revicon-left-open-1:before { content: '\e82a'; } /* '' */
/* 91   */ .revicon-right-open-1:before { content: '\e82b'; } /* '' */
/* 92   */ .revicon-left-open-mini:before { content: '\e822'; } /* '' */
/* 93   */ .revicon-right-open-mini:before { content: '\e823'; } /* '' */
/* 94   */ .revicon-left-open-big:before { content: '\e824'; } /* '' */
/* 95   */ .revicon-right-open-big:before { content: '\e825'; } /* '' */
/* 96   */ .revicon-left:before { content: '\e836'; } /* '' */
/* 97   */ .revicon-right:before { content: '\e826'; } /* '' */
/* 98   */ .revicon-ccw:before { content: '\e808'; } /* '' */
/* 99   */ .revicon-arrows-ccw:before { content: '\e806'; } /* '' */
/* 100  */ .revicon-palette:before { content: '\e829'; } /* '' */

/* settings.css */

/* 101  */ .revicon-list-add:before { content: '\e80c'; } /* '' */
/* 102  */ .revicon-doc:before { content: '\e809'; } /* '' */
/* 103  */ .revicon-left-open-outline:before { content: '\e82e'; } /* '' */
/* 104  */ .revicon-left-open-2:before { content: '\e82c'; } /* '' */
/* 105  */ .revicon-right-open-outline:before { content: '\e82f'; } /* '' */
/* 106  */ .revicon-right-open-2:before { content: '\e82d'; } /* '' */
/* 107  */ .revicon-equalizer:before { content: '\e83a'; } /* '' */
/* 108  */ .revicon-layers-alt:before { content: '\e804'; } /* '' */
/* 109  */ .revicon-popup:before { content: '\e828'; } /* '' */
/* 110  */ 
/* 111  */ 
/* 112  */ /*********************************
/* 113  *| 	-	SPECIAL TP CAPTIONS -
/* 114  *| **********************************/
/* 115  */ 
/* 116  */ .tp-static-layers				{	position:absolute; z-index:505; top:0px;left:0px}
/* 117  */ 
/* 118  */ 
/* 119  */ .tp-caption .frontcorner		{
/* 120  */ 										width: 0;
/* 121  */ 										height: 0;
/* 122  */ 										border-left: 40px solid transparent;
/* 123  */ 										border-right: 0px solid transparent;
/* 124  */ 										border-top: 40px solid #00A8FF;
/* 125  */ 										position: absolute;left:-40px;top:0px;
/* 126  */ 									}
/* 127  */ 
/* 128  */ .tp-caption .backcorner		{
/* 129  */ 										width: 0;
/* 130  */ 										height: 0;
/* 131  */ 										border-left: 0px solid transparent;
/* 132  */ 										border-right: 40px solid transparent;
/* 133  */ 										border-bottom: 40px solid #00A8FF;
/* 134  */ 										position: absolute;right:0px;top:0px;
/* 135  */ 									}
/* 136  */ 
/* 137  */ .tp-caption .frontcornertop		{
/* 138  */ 										width: 0;
/* 139  */ 										height: 0;
/* 140  */ 										border-left: 40px solid transparent;
/* 141  */ 										border-right: 0px solid transparent;
/* 142  */ 										border-bottom: 40px solid #00A8FF;
/* 143  */ 										position: absolute;left:-40px;top:0px;
/* 144  */ 									}
/* 145  */ 
/* 146  */ .tp-caption .backcornertop		{
/* 147  */ 										width: 0;
/* 148  */ 										height: 0;
/* 149  */ 										border-left: 0px solid transparent;
/* 150  */ 										border-right: 40px solid transparent;

/* settings.css */

/* 151  */ 										border-top: 40px solid #00A8FF;
/* 152  */ 										position: absolute;right:0px;top:0px;
/* 153  */ 									}
/* 154  */ 									
/* 155  */ .tp-layer-inner-rotation			{	position: relative !important;}		
/* 156  */ 
/* 157  */ 
/* 158  */ /***********************************************
/* 159  *| 	-	SPECIAL ALTERNATIVE IMAGE SETTINGS	-
/* 160  *| ***********************************************/
/* 161  */ 
/* 162  */ img.tp-slider-alternative-image	{	width:100%; height:auto;}
/* 163  */ 
/* 164  */ 
/* 165  */ 							
/* 166  */ 
/* 167  */ /******************************
/* 168  *| 	-	WRAPPER STYLES		-
/* 169  *| ******************************/
/* 170  */ 
/* 171  */ 
/* 172  */ 
/* 173  */ .rev_slider_wrapper{
/* 174  */ 	position:relative;
/* 175  */ }
/* 176  */ 
/* 177  */ .rev_slider_wrapper >ul	{
/* 178  */ 	visibility:hidden;
/* 179  */ }
/* 180  */ 
/* 181  */ .rev_slider{
/* 182  */ 	position:relative;
/* 183  */ 	overflow:visible;
/* 184  */ }
/* 185  */ 
/* 186  */ 
/* 187  */ .rev_slider img{
/* 188  */ 	max-width:none !important;
/* 189  */ 	-moz-transition: none 0;
/* 190  */ 	-webkit-transition: none 0;
/* 191  */ 	-o-transition: none 0;
/* 192  */ 	transition: none 0;
/* 193  */ 	margin:0px;
/* 194  */ 	padding:0px;
/* 195  */ 	border-width:0px;
/* 196  */ 	border:none;
/* 197  */ 
/* 198  */ }
/* 199  */ 
/* 200  */ .rev_slider .no-slides-text{

/* settings.css */

/* 201  */ 	font-weight:bold;
/* 202  */ 	text-align:center;
/* 203  */ 	padding-top:80px;
/* 204  */ }
/* 205  */ 
/* 206  */ .rev_slider >ul{
/* 207  */ 	margin:0px;
/* 208  */ 	padding:0px;
/* 209  */ 	list-style: none !important;
/* 210  */ 	list-style-type: none;
/* 211  */ 	background-position:0px 0px;
/* 212  */ }
/* 213  */ 
/* 214  */ .rev_slider >ul >li,
/* 215  */ .rev_slider >ul >li:before{
/* 216  */ 
/* 217  */ 	list-style:none !important;
/* 218  */ 	position:absolute;
/* 219  */ 	visibility:hidden;
/* 220  */ 	margin:0px !important;
/* 221  */ 	padding:0px !important;
/* 222  */ 	overflow-x: visible;
/* 223  */ 	overflow-y: visible;
/* 224  */ 	list-style-type: none !important;
/* 225  */ 	background-image:none;
/* 226  */ 	background-position:0px 0px;
/* 227  */ 	text-indent: 0em;
/* 228  */ }
/* 229  */ 
/* 230  */ .tp-revslider-slidesli,
/* 231  */ .tp-revslider-mainul	{	padding:0 !important; margin:0 !important; list-style:none !important;}
/* 232  */ 
/* 233  */ .tp-simpleresponsive >ul,
/* 234  */ .tp-simpleresponsive >ul >li,
/* 235  */ .tp-simpleresponsive >ul >li:before {
/* 236  */ 	list-style:none;
/* 237  */ 	padding:0 !important;
/* 238  */ 	margin:0 !important;
/* 239  */ 	list-style:none !important;
/* 240  */ 	overflow-x: visible;
/* 241  */ 	overflow-y: visible;
/* 242  */ 	background-image:none
/* 243  */ }
/* 244  */ 
/* 245  */ 
/* 246  */ .tp-simpleresponsive >ul li{
/* 247  */ 	list-style:none;
/* 248  */ 	position:absolute;
/* 249  */ 	visibility:hidden;
/* 250  */ }

/* settings.css */

/* 251  */ 
/* 252  */ 
/* 253  */ .rev_slider .tp-caption,
/* 254  */ .rev_slider .caption { position:absolute;  visibility:hidden; white-space: nowrap}
/* 255  */ 
/* 256  */ .tp-simpleresponsive img	{	max-width:none}
/* 257  */ 
/* 258  */ /* ADDED FOR SLIDELINK MANAGEMENT */
/* 259  */ .tp-caption { z-index:1}
/* 260  */ 
/* 261  */ 
/* 262  */ 
/* 263  */ .tp_inner_padding	{	box-sizing:border-box;
/* 264  */ 						-webkit-box-sizing:border-box;
/* 265  */ 						-moz-box-sizing:border-box;
/* 266  */ 						max-height:none !important;	}
/* 267  */ 
/* 268  */ 
/* 269  */ .tp-hide-revslider,.tp-caption.tp-hidden-caption	{	visibility:hidden !important; display:none !important}
/* 270  */ 
/* 271  */ .rev_slider embed,
/* 272  */ .rev_slider iframe,
/* 273  */ .rev_slider object,
/* 274  */ .rev_slider video {max-width: none !important}
/* 275  */ 
/* 276  */ /******************************
/* 277  *| 	-	WRAPPER STYLES END	-
/* 278  *| ******************************/
/* 279  */ 
/* 280  */ /******************************
/* 281  *| 	-	IE8 HACKS	-
/* 282  *| *******************************/
/* 283  */ .noFilterClass {
/* 284  */ 	filter:none !important;
/* 285  */ }
/* 286  */ /******************************
/* 287  *| 	-	IE8 HACKS ENDS	-
/* 288  *| *******************************/
/* 289  */ 
/* 290  */ /********************************
/* 291  *| 	-	FULLSCREEN VIDEO	-
/* 292  *| *********************************/
/* 293  */ 
/* 294  */ .tp-caption.coverscreenvideo	{	width:100%;height:100%;top:0px;left:0px;position:absolute;}
/* 295  */ .caption.fullscreenvideo {	left:0px; top:0px; position:absolute;width:100%;height:100%}
/* 296  */ .caption.fullscreenvideo iframe,
/* 297  */ .caption.fullscreenvideo video	{ width:100% !important; height:100% !important; display: none}
/* 298  */ 
/* 299  */ .tp-caption.fullscreenvideo	{	left:0px; top:0px; position:absolute;width:100%;height:100%}
/* 300  */ 

/* settings.css */

/* 301  */ 
/* 302  */ .tp-caption.fullscreenvideo iframe,
/* 303  */ .tp-caption.fullscreenvideo iframe video	{ width:100% !important; height:100% !important; display: none}
/* 304  */ 
/* 305  */ 
/* 306  */ .fullcoveredvideo video,
/* 307  */ .fullscreenvideo video					{	background: #000}
/* 308  */ 
/* 309  */ .fullcoveredvideo .tp-poster		{	background-position: center center;background-size: cover;width:100%;height:100%;top:0px;left:0px}
/* 310  */ 
/* 311  */ .html5vid.videoisplaying .tp-poster	{	display: none}
/* 312  */ 
/* 313  */ .tp-video-play-button		{	background:#000;
/* 314  */ 								background:rgba(0,0,0,0.3);
/* 315  */ 								padding:5px;
/* 316  */ 								border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
/* 317  */ 								position: absolute;
/* 318  */ 								top: 50%;
/* 319  */ 								left: 50%;
/* 320  */ 								font-size: 40px;
/* 321  */ 								color: #FFF;
/* 322  */ 								z-index: 3;
/* 323  */ 								margin-top: -27px;
/* 324  */ 								margin-left: -28px;
/* 325  */ 								text-align: center;
/* 326  */ 								cursor: pointer;
/* 327  */ 								
/* 328  */ 							}
/* 329  */ .tp-caption:hover .tp-video-play-button	{	opacity: 1;}
/* 330  */ .html5vid .tp-revstop							{	width:15px;height:20px; border-left:5px solid #fff; border-right:5px solid #fff; position: relative;margin:10px 20px; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
/* 331  */ .html5vid .tp-revstop							{	display:none}
/* 332  */ .html5vid.videoisplaying .revicon-right-dir		{	display:none}
/* 333  */ .html5vid.videoisplaying .tp-revstop			{	display:block}
/* 334  */ 
/* 335  */ .html5vid.videoisplaying .tp-video-play-button	{	display:none}
/* 336  */ .html5vid:hover .tp-video-play-button 			{ display:block}
/* 337  */ 
/* 338  */ .fullcoveredvideo .tp-video-play-button	{	display:none !important}
/* 339  */ 
/* 340  */ .tp-video-controls {
/* 341  */ 	position: absolute;
/* 342  */ 	bottom: 0;
/* 343  */ 	left: 0;
/* 344  */ 	right: 0;
/* 345  */ 	padding: 5px;
/* 346  */ 	opacity: 0;
/* 347  */ 	-webkit-transition: opacity .3s;
/* 348  */ 	-moz-transition: opacity .3s;
/* 349  */ 	-o-transition: opacity .3s;
/* 350  */ 	-ms-transition: opacity .3s;

/* settings.css */

/* 351  */ 	transition: opacity .3s;
/* 352  */ 	background-image: linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
/* 353  */ 	background-image: -o-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
/* 354  */ 	background-image: -moz-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
/* 355  */ 	background-image: -webkit-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
/* 356  */ 	background-image: -ms-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
/* 357  */ 
/* 358  */ 	background-image: -webkit-gradient(
/* 359  */ 		linear,
/* 360  */ 		left bottom,
/* 361  */ 		left top,
/* 362  */ 		color-stop(0.13, rgb(0,0,0)),
/* 363  */ 		color-stop(1, rgb(50,50,50))
/* 364  */ 	);
/* 365  */ 	
/* 366  */ 	display:table;max-width:100%; overflow:hidden;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
/* 367  */ }
/* 368  */ 
/* 369  */ .tp-caption:hover .tp-video-controls {
/* 370  */ 	opacity: .9;
/* 371  */ }
/* 372  */ 
/* 373  */ .tp-video-button {
/* 374  */ 	background: rgba(0,0,0,.5);
/* 375  */ 	border: 0;
/* 376  */ 	color: #EEE;
/* 377  */ 	-webkit-border-radius: 3px;
/* 378  */ 	-moz-border-radius: 3px;
/* 379  */ 	-o-border-radius: 3px;
/* 380  */ 	border-radius: 3px;
/* 381  */ 	cursor:pointer;
/* 382  */ 	line-height:12px;
/* 383  */ 	font-size:12px;
/* 384  */ 	color:#fff;
/* 385  */ 	padding:0px;
/* 386  */ 	margin:0px;
/* 387  */ 	outline: none;
/* 388  */ 	}
/* 389  */ .tp-video-button:hover {
/* 390  */ 	cursor: pointer;
/* 391  */ }
/* 392  */ 
/* 393  */ 
/* 394  */ .tp-video-button-wrap,
/* 395  */ .tp-video-seek-bar-wrap,
/* 396  */ .tp-video-vol-bar-wrap 	{ padding:0px 5px;display:table-cell; }
/* 397  */ 
/* 398  */ .tp-video-seek-bar-wrap	{	width:80%}
/* 399  */ .tp-video-vol-bar-wrap	{	width:20%}
/* 400  */ 

/* settings.css */

/* 401  */ .tp-volume-bar,
/* 402  */ .tp-seek-bar		{	width:100%; cursor: pointer;  outline:none; line-height:12px;margin:0; padding:0;}
/* 403  */ 
/* 404  */ 
/* 405  */ /********************************
/* 406  *| 	-	FULLSCREEN VIDEO ENDS	-
/* 407  *| *********************************/
/* 408  */ 
/* 409  */ 
/* 410  */ 
/* 411  */ /********************************
/* 412  *| 	-	DOTTED OVERLAYS	-
/* 413  *| *********************************/
/* 414  */ .tp-dottedoverlay						{	background-repeat:repeat;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:3}
/* 415  */ .tp-dottedoverlay.twoxtwo				{	background:url(/wp-content/plugins/revslider/rs-plugin/assets/gridtile.png)}
/* 416  */ .tp-dottedoverlay.twoxtwowhite			{	background:url(/wp-content/plugins/revslider/rs-plugin/assets/gridtile_white.png)}
/* 417  */ .tp-dottedoverlay.threexthree			{	background:url(/wp-content/plugins/revslider/rs-plugin/assets/gridtile_3x3.png)}
/* 418  */ .tp-dottedoverlay.threexthreewhite		{	background:url(/wp-content/plugins/revslider/rs-plugin/assets/gridtile_3x3_white.png)}
/* 419  */ 
/* 420  */ /********************************
/* 421  *| 	-	DOTTED OVERLAYS ENDS	-
/* 422  *| *********************************/
/* 423  */ 
/* 424  */ 
/* 425  */ 
/* 426  */ /**********************************************
/* 427  *| 	-	FULLSCREEN AND FULLWIDHT CONTAINERS	-
/* 428  *| **********************************************/
/* 429  */ 
/* 430  */ .fullscreen-container {
/* 431  */ 		width:100%;
/* 432  */ 		position:relative;
/* 433  */ 		padding:0;
/* 434  */ }
/* 435  */ 
/* 436  */ 
/* 437  */ 
/* 438  */ .fullwidthbanner-container{
/* 439  */ 	width:100%;
/* 440  */ 	position:relative;
/* 441  */ 	padding:0;
/* 442  */ 	overflow:hidden;
/* 443  */ }
/* 444  */ 
/* 445  */ .fullwidthbanner-container .fullwidthabanner{
/* 446  */ 	width:100%;
/* 447  */ 	position:relative;
/* 448  */ }
/* 449  */ 
/* 450  */ 

/* settings.css */

/* 451  */ /****************************************************************
/* 452  *| 
/* 453  *| 	-	SET THE ANIMATION EVEN MORE SMOOTHER ON ANDROID   -
/* 454  *| 
/* 455  *| ******************************************************************/
/* 456  */ 
/* 457  */ .tp-simpleresponsive .slotholder *,
/* 458  */ .tp-simpleresponsive img			{ 	/*-webkit-transform: translateZ(0);
/* 459  *| 										  -webkit-backface-visibility: hidden;
/* 460  *| 										  -webkit-perspective: 1000;*/
/* 461  */ 									}
/* 462  */ 
/* 463  */ 
/* 464  */ /************************************************
/* 465  *| 	  - SOME CAPTION MODIFICATION AT START  -
/* 466  *| *************************************************/
/* 467  */ .tp-simpleresponsive .caption,
/* 468  */ .tp-simpleresponsive .tp-caption {
/* 469  */ 	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";		-moz-opacity: 0;	-khtml-opacity: 0;	opacity: 0; */
/* 470  */ 	position:absolute;
/* 471  */ 	-webkit-font-smoothing: antialiased !important;
/* 472  */ }
/* 473  */ 
/* 474  */ 
/* 475  */ /******************************
/* 476  *| 	-	SHADOWS		-
/* 477  *| ******************************/
/* 478  */ .tp-bannershadow  {
/* 479  */ 		position:absolute;
/* 480  */ 
/* 481  */ 		margin-left:auto;
/* 482  */ 		margin-right:auto;
/* 483  */ 		-moz-user-select: none;
/* 484  */         -khtml-user-select: none;
/* 485  */         -webkit-user-select: none;
/* 486  */         -o-user-select: none;
/* 487  */ 	}
/* 488  */ 
/* 489  */ .tp-bannershadow.tp-shadow1 {	background:url(/wp-content/plugins/revslider/rs-plugin/assets/shadow1.png) no-repeat; background-size:100% 100%; width:890px; height:30px; bottom:-30px}
/* 490  */ .tp-bannershadow.tp-shadow2 {	background:url(/wp-content/plugins/revslider/rs-plugin/assets/shadow2.png) no-repeat; background-size:100% 100%; width:890px; height:60px;bottom:-60px}
/* 491  */ .tp-bannershadow.tp-shadow3 {	background:url(/wp-content/plugins/revslider/rs-plugin/assets/shadow3.png) no-repeat; background-size:100% 100%; width:890px; height:60px;bottom:-60px}
/* 492  */ 
/* 493  */ 
/* 494  */ /******************************
/* 495  *| 	-	BUTTONS	-
/* 496  *| *******************************/
/* 497  */ 
/* 498  */ .tp-button{
/* 499  */ 			padding:6px 13px 5px;
/* 500  */ 			border-radius: 3px;

/* settings.css */

/* 501  */ 			-moz-border-radius: 3px;
/* 502  */ 			-webkit-border-radius: 3px;
/* 503  */ 			height:30px;
/* 504  */ 			cursor:pointer;
/* 505  */ 			color:#fff !important; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6) !important; font-size:15px; line-height:45px !important;
/* 506  */ 			background:url(/wp-content/plugins/revslider/rs-plugin/images/gradient/g30.png) repeat-x top; font-family: arial, sans-serif; font-weight: bold; letter-spacing: -1px;
/* 507  */ 			text-decoration:none;
/* 508  */ 		}
/* 509  */ 
/* 510  */ .tp-button.big			{	color:#fff; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6); font-weight:bold; padding:9px 20px; font-size:19px;  line-height:57px !important; background:url(/wp-content/plugins/revslider/rs-plugin/images/gradient/g40.png) repeat-x top}
/* 511  */ 
/* 512  */ 
/* 513  */ .purchase:hover,
/* 514  */ .tp-button:hover,
/* 515  */ .tp-button.big:hover		{	background-position:bottom, 15px 11px}
/* 516  */ 
/* 517  */ 
/* 518  */ 	/*@media only screen and (min-width: 480px) and (max-width: 767px) {
/* 519  *| 		.tp-button	{	padding:4px 8px 3px; line-height:25px !important; font-size:11px !important;font-weight:normal;	}
/* 520  *| 		a.tp-button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }
/* 521  *| 	}
/* 522  *| 
/* 523  *|     @media only screen and (min-width: 0px) and (max-width: 479px) {
/* 524  *| 		.tp-button	{	padding:2px 5px 2px; line-height:20px !important; font-size:10px !important}
/* 525  *| 		a.tp-button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }
/* 526  *| 	}*/
/* 527  */ 
/* 528  */ 
/* 529  */ /*	BUTTON COLORS	*/
/* 530  */ 
/* 531  */ .tp-button.green, .tp-button:hover.green,
/* 532  */ .purchase.green, .purchase:hover.green			{ background-color:#21a117; -webkit-box-shadow:  0px 3px 0px 0px #104d0b;        -moz-box-shadow:   0px 3px 0px 0px #104d0b;        box-shadow:   0px 3px 0px 0px #104d0b;  }
/* 533  */ 
/* 534  */ 
/* 535  */ .tp-button.blue, .tp-button:hover.blue,
/* 536  */ .purchase.blue, .purchase:hover.blue			{ background-color:#1d78cb; -webkit-box-shadow:  0px 3px 0px 0px #0f3e68;        -moz-box-shadow:   0px 3px 0px 0px #0f3e68;        box-shadow:   0px 3px 0px 0px #0f3e68}
/* 537  */ 
/* 538  */ 
/* 539  */ .tp-button.red, .tp-button:hover.red,
/* 540  */ .purchase.red, .purchase:hover.red				{ background-color:#cb1d1d; -webkit-box-shadow:  0px 3px 0px 0px #7c1212;        -moz-box-shadow:   0px 3px 0px 0px #7c1212;        box-shadow:   0px 3px 0px 0px #7c1212}
/* 541  */ 
/* 542  */ .tp-button.orange, .tp-button:hover.orange,
/* 543  */ .purchase.orange, .purchase:hover.orange		{ background-color:#ff7700; -webkit-box-shadow:  0px 3px 0px 0px #a34c00;        -moz-box-shadow:   0px 3px 0px 0px #a34c00;        box-shadow:   0px 3px 0px 0px #a34c00}
/* 544  */ 
/* 545  */ .tp-button.darkgrey,.tp-button.grey,
/* 546  */ .tp-button:hover.darkgrey,.tp-button:hover.grey,
/* 547  */ .purchase.darkgrey, .purchase:hover.darkgrey	{ background-color:#555; -webkit-box-shadow:  0px 3px 0px 0px #222;        -moz-box-shadow:   0px 3px 0px 0px #222;        box-shadow:   0px 3px 0px 0px #222}
/* 548  */ 
/* 549  */ .tp-button.lightgrey, .tp-button:hover.lightgrey,
/* 550  */ .purchase.lightgrey, .purchase:hover.lightgrey	{ background-color:#888; -webkit-box-shadow:  0px 3px 0px 0px #555;        -moz-box-shadow:   0px 3px 0px 0px #555;        box-shadow:   0px 3px 0px 0px #555}

/* settings.css */

/* 551  */ 
/* 552  */ 
/* 553  */ 
/* 554  */ /************************
/* 555  *| 	-	NAVIGATION	-
/* 556  *| *************************/
/* 557  */ 
/* 558  */ /** BULLETS **/
/* 559  */ 
/* 560  */ .tpclear								{	clear:both}
/* 561  */ 
/* 562  */ 
/* 563  */ .tp-bullets								{	z-index:1000; position:absolute;
/* 564  */ 												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
/* 565  */ 												-moz-opacity: 1;
/* 566  */ 												-khtml-opacity: 1;
/* 567  */ 												opacity: 1;
/* 568  */ 												-webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;
/* 569  */ 												-webkit-transform: translateZ(5px);
/* 570  */ 										}
/* 571  */ .tp-bullets.hidebullets					{
/* 572  */ 												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
/* 573  */ 												-moz-opacity: 0;
/* 574  */ 												-khtml-opacity: 0;
/* 575  */ 												opacity: 0;
/* 576  */ 										}
/* 577  */ 
/* 578  */ 
/* 579  */ .tp-bullets.simplebullets.navbar						{ 	border:1px solid #666; border-bottom:1px solid #444; background:url(/wp-content/plugins/revslider/rs-plugin/assets/boxed_bgtile.png); height:40px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px }
/* 580  */ 
/* 581  */ .tp-bullets.simplebullets.navbar-old					{ 	 background:url(/wp-content/plugins/revslider/rs-plugin/assets/navigdots_bgtile.png); height:35px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px }
/* 582  */ 
/* 583  */ 
/* 584  */ .tp-bullets.simplebullets.round .bullet					{	cursor:pointer; position:relative;	background:url(/wp-content/plugins/revslider/rs-plugin/assets/bullet.png) no-repeat top left;	width:20px;	height:20px;  margin-right:0px; float:left; margin-top:0px; margin-left:3px}
/* 585  */ .tp-bullets.simplebullets.round .bullet.last			{	margin-right:3px}
/* 586  */ 
/* 587  */ .tp-bullets.simplebullets.round-old .bullet				{	cursor:pointer; position:relative;	background:url(/wp-content/plugins/revslider/rs-plugin/assets/bullets.png) no-repeat bottom left;	width:23px;	height:23px;  margin-right:0px; float:left; margin-top:0px}
/* 588  */ .tp-bullets.simplebullets.round-old .bullet.last		{	margin-right:0px}
/* 589  */ 
/* 590  */ 
/* 591  */ /**	SQUARE BULLETS **/
/* 592  */ .tp-bullets.simplebullets.square .bullet				{	cursor:pointer; position:relative;	background:url(/wp-content/plugins/revslider/rs-plugin/assets/bullets2.png) no-repeat bottom left;	width:19px;	height:19px;  margin-right:0px; float:left; margin-top:0px}
/* 593  */ .tp-bullets.simplebullets.square .bullet.last			{	margin-right:0px}
/* 594  */ 
/* 595  */ 
/* 596  */ /**	SQUARE BULLETS **/
/* 597  */ .tp-bullets.simplebullets.square-old .bullet			{	cursor:pointer; position:relative;	background:url(/wp-content/plugins/revslider/rs-plugin/assets/bullets2.png) no-repeat bottom left;	width:19px;	height:19px;  margin-right:0px; float:left; margin-top:0px}
/* 598  */ .tp-bullets.simplebullets.square-old .bullet.last		{	margin-right:0px}
/* 599  */ 
/* 600  */ 

/* settings.css */

/* 601  */ /** navbar NAVIGATION VERSION **/
/* 602  */ .tp-bullets.simplebullets.navbar .bullet				{	cursor:pointer; position:relative;	background:url(/wp-content/plugins/revslider/rs-plugin/assets/bullet_boxed.png) no-repeat top left;	width:18px;	height:19px;   margin-right:5px; float:left; margin-top:10px}
/* 603  */ 
/* 604  */ .tp-bullets.simplebullets.navbar .bullet.first			{	margin-left:0px !important}
/* 605  */ .tp-bullets.simplebullets.navbar .bullet.last			{	margin-right:0px !important}
/* 606  */ 
/* 607  */ 
/* 608  */ 
/* 609  */ /** navbar NAVIGATION VERSION **/
/* 610  */ .tp-bullets.simplebullets.navbar-old .bullet			{	cursor:pointer; position:relative;	background:url(/wp-content/plugins/revslider/rs-plugin/assets/navigdots.png) no-repeat bottom left;	width:15px;	height:15px;  margin-left:5px !important; margin-right:5px !important;float:left; margin-top:10px}
/* 611  */ .tp-bullets.simplebullets.navbar-old .bullet.first		{	margin-left:0px !important}
/* 612  */ .tp-bullets.simplebullets.navbar-old .bullet.last		{	margin-right:0px !important}
/* 613  */ 
/* 614  */ 
/* 615  */ .tp-bullets.simplebullets .bullet:hover,
/* 616  */ .tp-bullets.simplebullets .bullet.selected				{	background-position:top left; }
/* 617  */ 
/* 618  */ .tp-bullets.simplebullets.round .bullet:hover,
/* 619  */ .tp-bullets.simplebullets.round .bullet.selected,
/* 620  */ .tp-bullets.simplebullets.navbar .bullet:hover,
/* 621  */ .tp-bullets.simplebullets.navbar .bullet.selected		{	background-position:bottom left; }
/* 622  */ 
/* 623  */ 
/* 624  */ 
/* 625  */ /*************************************
/* 626  *| 	-	TP ARROWS 	-
/* 627  *| **************************************/
/* 628  */ .tparrows												{	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
/* 629  */ 															-moz-opacity: 1;
/* 630  */ 															-khtml-opacity: 1;
/* 631  */ 															opacity: 1;
/* 632  */ 															-webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;
/* 633  */ 															-webkit-transform: translateZ(1000px);
/* 634  */ 															-webkit-transform-style: preserve-3d;
/* 635  */ 
/* 636  */ 														}
/* 637  */ 
/* 638  */ 
/* 639  */ .tparrows .tp-arr-imgholder								{ display: none}
/* 640  */ .tparrows .tp-arr-titleholder							{ display: none}
/* 641  */ 
/* 642  */ .tparrows.hidearrows									{
/* 643  */ 															-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
/* 644  */ 															-moz-opacity: 0;
/* 645  */ 															-khtml-opacity: 0;
/* 646  */ 															opacity: 0;
/* 647  */ 														}
/* 648  */ .tp-leftarrow											{	z-index:100;cursor:pointer; position:relative;	background:url(/wp-content/plugins/revslider/rs-plugin/assets/large_left.png) no-repeat top left;	width:40px;	height:40px;   }
/* 649  */ .tp-rightarrow											{	z-index:100;cursor:pointer; position:relative;	background:url(/wp-content/plugins/revslider/rs-plugin/assets/large_right.png) no-repeat top left;	width:40px;	height:40px;   }
/* 650  */ 

/* settings.css */

/* 651  */ 
/* 652  */ .tp-leftarrow.round										{	z-index:100;cursor:pointer; position:relative;	background:url(/wp-content/plugins/revslider/rs-plugin/assets/small_left.png) no-repeat top left;	width:19px;	height:14px;  margin-right:0px; float:left; margin-top:0px;	}
/* 653  */ .tp-rightarrow.round									{	z-index:100;cursor:pointer; position:relative;	background:url(/wp-content/plugins/revslider/rs-plugin/assets/small_right.png) no-repeat top left;	width:19px;	height:14px;  margin-right:0px; float:left;	margin-top:0px}
/* 654  */ 
/* 655  */ 
/* 656  */ .tp-leftarrow.round-old									{	z-index:100;cursor:pointer; position:relative;	background:url(/wp-content/plugins/revslider/rs-plugin/assets/arrow_left.png) no-repeat top left;	width:26px;	height:26px;  margin-right:0px; float:left; margin-top:0px;	}
/* 657  */ .tp-rightarrow.round-old								{	z-index:100;cursor:pointer; position:relative;	background:url(/wp-content/plugins/revslider/rs-plugin/assets/arrow_right.png) no-repeat top left;	width:26px;	height:26px;  margin-right:0px; float:left;	margin-top:0px}
/* 658  */ 
/* 659  */ 
/* 660  */ .tp-leftarrow.navbar									{	z-index:100;cursor:pointer; position:relative;	background:url(/wp-content/plugins/revslider/rs-plugin/assets/small_left_boxed.png) no-repeat top left;	width:20px;	height:15px;   float:left;	margin-right:6px; margin-top:12px}
/* 661  */ .tp-rightarrow.navbar									{	z-index:100;cursor:pointer; position:relative;	background:url(/wp-content/plugins/revslider/rs-plugin/assets/small_right_boxed.png) no-repeat top left;	width:20px;	height:15px;   float:left;	margin-left:6px; margin-top:12px}
/* 662  */ 
/* 663  */ 
/* 664  */ .tp-leftarrow.navbar-old								{	z-index:100;cursor:pointer; position:relative;	background:url(/wp-content/plugins/revslider/rs-plugin/assets/arrowleft.png) no-repeat top left;		width:9px;	height:16px;   float:left;	margin-right:6px; margin-top:10px}
/* 665  */ .tp-rightarrow.navbar-old								{	z-index:100;cursor:pointer; position:relative;	background:url(/wp-content/plugins/revslider/rs-plugin/assets/arrowright.png) no-repeat top left;	width:9px;	height:16px;   float:left;	margin-left:6px; margin-top:10px}
/* 666  */ 
/* 667  */ .tp-leftarrow.navbar-old.thumbswitharrow				{	margin-right:10px; }
/* 668  */ .tp-rightarrow.navbar-old.thumbswitharrow				{	margin-left:0px; }
/* 669  */ 
/* 670  */ .tp-leftarrow.square									{	z-index:100;cursor:pointer; position:relative;	background:url(/wp-content/plugins/revslider/rs-plugin/assets/arrow_left2.png) no-repeat top left;	width:12px;	height:17px;   float:left;	margin-right:0px; margin-top:0px}
/* 671  */ .tp-rightarrow.square									{	z-index:100;cursor:pointer; position:relative;	background:url(/wp-content/plugins/revslider/rs-plugin/assets/arrow_right2.png) no-repeat top left;	width:12px;	height:17px;   float:left;	margin-left:0px; margin-top:0px}
/* 672  */ 
/* 673  */ 
/* 674  */ .tp-leftarrow.square-old								{	z-index:100;cursor:pointer; position:relative;	background:url(/wp-content/plugins/revslider/rs-plugin/assets/arrow_left2.png) no-repeat top left;	width:12px;	height:17px;   float:left;	margin-right:0px; margin-top:0px}
/* 675  */ .tp-rightarrow.square-old								{	z-index:100;cursor:pointer; position:relative;	background:url(/wp-content/plugins/revslider/rs-plugin/assets/arrow_right2.png) no-repeat top left;	width:12px;	height:17px;   float:left;	margin-left:0px; margin-top:0px}
/* 676  */ 
/* 677  */ 
/* 678  */ .tp-leftarrow.default									{	z-index:100;cursor:pointer; position:relative;	background:url(/wp-content/plugins/revslider/rs-plugin/assets/large_left.png) no-repeat 0 0;	width:40px;	height:40px;
/* 679  */ 
/* 680  */ 														}
/* 681  */ .tp-rightarrow.default									{	z-index:100;cursor:pointer; position:relative;	background:url(/wp-content/plugins/revslider/rs-plugin/assets/large_right.png) no-repeat 0 0;	width:40px;	height:40px;
/* 682  */ 
/* 683  */ 														}
/* 684  */ 
/* 685  */ 
/* 686  */ 
/* 687  */ 
/* 688  */ .tp-leftarrow:hover,
/* 689  */ .tp-rightarrow:hover 									{	background-position:bottom left; }
/* 690  */ 
/* 691  */ 
/* 692  */ 
/* 693  */ 
/* 694  */ 
/* 695  */ 
/* 696  */ /****************************************************************************************************
/* 697  *| 	-	TP THUMBS 	-
/* 698  *| *****************************************************************************************************
/* 699  *| 
/* 700  *|  - tp-thumbs & tp-mask Width is the width of the basic Thumb Container (500px basic settings)

/* settings.css */

/* 701  *| 
/* 702  *|  - .bullet width & height is the dimension of a simple Thumbnail (basic 100px x 50px)
/* 703  *| 
/* 704  *|  *****************************************************************************************************/
/* 705  */ 
/* 706  */ 
/* 707  */ .tp-bullets.tp-thumbs						{	z-index:1000; position:absolute; padding:3px;background-color:#fff;
/* 708  */ 												width:500px;height:50px; 			/* THE DIMENSIONS OF THE THUMB CONTAINER */
/* 709  */ 												margin-top:-50px;
/* 710  */ 												vertical-align: top;
/* 711  */ 											}
/* 712  */ .tp-bullets.tp-thumbs img					{	vertical-align: top}
/* 713  */ 
/* 714  */ 
/* 715  */ .fullwidthbanner-container .tp-thumbs		{  padding:3px}
/* 716  */ 
/* 717  */ .tp-bullets.tp-thumbs .tp-mask				{	width:500px; height:50px;  			/* THE DIMENSIONS OF THE THUMB CONTAINER */
/* 718  */ 												overflow:hidden; position:relative}
/* 719  */ 
/* 720  */ 
/* 721  */ .tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer	{	width:5000px; position:absolute}
/* 722  */ 
/* 723  */ .tp-bullets.tp-thumbs .bullet				{   width:100px; height:50px; 			/* THE DIMENSION OF A SINGLE THUMB */
/* 724  */ 												cursor:pointer; overflow:hidden;background:none;margin:0;float:left;
/* 725  */ 												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
/* 726  */ 												/*filter: alpha(opacity=50);	*/
/* 727  */ 												-moz-opacity: 0.5;
/* 728  */ 												-khtml-opacity: 0.5;
/* 729  */ 												opacity: 0.5;
/* 730  */ 
/* 731  */ 												-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out;
/* 732  */ 											}
/* 733  */ 
/* 734  */ 
/* 735  */ .tp-bullets.tp-thumbs .bullet:hover,
/* 736  */ .tp-bullets.tp-thumbs .bullet.selected		{ 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
/* 737  */ 												-moz-opacity: 1;
/* 738  */ 												-khtml-opacity: 1;
/* 739  */ 												opacity: 1;
/* 740  */ 											}
/* 741  */ .tp-thumbs img								{	width:100%; }
/* 742  */ 
/* 743  */ 
/* 744  */ 
/* 745  */ 
/* 746  */ /************************************
/* 747  *| 		-	TP BANNER TIMER		-
/* 748  *| *************************************/
/* 749  */ .tp-bannertimer								{	visibility: hidden; width:100%; height:5px; /*background:url(/wp-content/plugins/revslider/rs-plugin/assets/timer.png);*/ background: #fff; background: rgba(0,0,0,0.15); position:absolute; z-index:200; top:0px}
/* 750  */ .tp-bannertimer.tp-bottom					{	top:auto; bottom:0px !important;height:5px}

/* settings.css */

/* 751  */ 
/* 752  */ 
/* 753  */ 
/* 754  */ 
/* 755  */ 
/* 756  */ /*****************************************
/* 757  *| 	-	NAVIGATION FANCY EXAMPLES	-
/* 758  *| *****************************************/
/* 759  */ 
/* 760  */ /* NAVIGATION PREVIEW 1 */
/* 761  */ .tparrows.preview1 							{	width:100px;height:100px;-webkit-transform-style: preserve-3d; -webkit-perspective: 1000; -moz-perspective: 1000; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden;background: transparent}
/* 762  */ .tparrows.preview1:after					{	position:absolute; left:0px;top:0px; font-family: "revicons"; color:#fff; font-size:30px; width:100px;height:100px;text-align: center; background:#fff;background:rgba(0,0,0,0.15);z-index:2;line-height:100px; -webkit-transition: background 0.3s, color 0.3s; -moz-transition: background 0.3s, color 0.3s; transition: background 0.3s, color 0.3s}
/* 763  */ .tp-rightarrow.preview1:after				{	content: '\e825';  }
/* 764  */ .tp-leftarrow.preview1:after				{	content: '\e824';  }
/* 765  */ 
/* 766  */ .tparrows.preview1:hover:after 				{	background:rgba(255,255,255,1); color:#aaa; }
/* 767  */ 
/* 768  */ .tparrows.preview1 .tp-arr-imgholder 		{	background-size:cover; background-position:center center; display:block;width:100%;height:100%;position:absolute;top:0px;
/* 769  */ 												-webkit-transition: -webkit-transform 0.3s;
/* 770  */ 												transition: transform 0.3s;
/* 771  */ 												-webkit-backface-visibility: hidden;
/* 772  */ 												backface-visibility: hidden;
/* 773  */ 											}
/* 774  */ .tparrows.preview1 .tp-arr-iwrapper			{	  -webkit-transition: all 0.3s;transition: all 0.3s;
/* 775  */ 												-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0}
/* 776  */ .tparrows.preview1:hover .tp-arr-iwrapper	{	  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1}
/* 777  */ 
/* 778  */ 
/* 779  */ .tp-rightarrow.preview1 .tp-arr-imgholder	{	right:100%;
/* 780  */ 												-webkit-transform: rotateY(-90deg);
/* 781  */ 												transform: rotateY(-90deg);
/* 782  */ 												-webkit-transform-origin: 100% 50%;
/* 783  */ 												transform-origin: 100% 50%;
/* 784  */ 												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0;
/* 785  */ 
/* 786  */ 
/* 787  */ 
/* 788  */ 											}
/* 789  */ .tp-leftarrow.preview1 .tp-arr-imgholder	{	left:100%;
/* 790  */ 												-webkit-transform: rotateY(90deg);
/* 791  */ 												transform: rotateY(90deg);
/* 792  */ 												-webkit-transform-origin: 0% 50%;
/* 793  */ 												transform-origin: 0% 50%;
/* 794  */ 												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0;
/* 795  */ 
/* 796  */ 
/* 797  */ 
/* 798  */ 											}
/* 799  */ 
/* 800  */ 

/* settings.css */

/* 801  */ .tparrows.preview1:hover .tp-arr-imgholder	{	-webkit-transform: rotateY(0deg);
/* 802  */ 												transform: rotateY(0deg);
/* 803  */ 												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;
/* 804  */ 
/* 805  */ 											}
/* 806  */ 
/* 807  */ 
/* 808  */ 	@media only screen and (min-width: 768px) and (max-width: 979px) {
/* 809  */ 		.tparrows.preview1,
/* 810  */ 		.tparrows.preview1:after	{	width:80px; height:80px;line-height:80px; font-size:24px}
/* 811  */ 
/* 812  */ 	}
/* 813  */ 
/* 814  */     @media only screen and (min-width: 480px) and (max-width: 767px) {
/* 815  */ 		.tparrows.preview1,
/* 816  */ 		.tparrows.preview1:after	{	width:60px; height:60px;line-height:60px;font-size:20px}
/* 817  */ 
/* 818  */ 	}
/* 819  */ 
/* 820  */ 
/* 821  */ 
/* 822  */     @media only screen and (min-width: 0px) and (max-width: 479px) {
/* 823  */ 		.tparrows.preview1,
/* 824  */ 		.tparrows.preview1:after	{	width:40px; height:40px;line-height:40px; font-size:12px}
/* 825  */     }
/* 826  */ 
/* 827  */ /* PREVIEW 1 BULLETS */
/* 828  */ 
/* 829  */ .tp-bullets.preview1 						{ 	height: 21px; }
/* 830  */ .tp-bullets.preview1 .bullet 				{	cursor: pointer;
/* 831  */ 											    position: relative !important;
/* 832  */ 											    background: rgba(0, 0, 0, 0.15) !important;
/* 833  */ 											    /*-webkit-border-radius: 10px;
/* 834  *| 											    border-radius: 10px;*/
/* 835  */ 											    -webkit-box-shadow: none;
/* 836  */ 											    -moz-box-shadow: none;
/* 837  */ 											    box-shadow: none;
/* 838  */ 											    width: 5px !important;
/* 839  */ 											    height: 5px !important;
/* 840  */ 											    border: 8px solid rgba(0, 0, 0, 0) !important;
/* 841  */ 											    display: inline-block;
/* 842  */ 											    margin-right: 5px !important;
/* 843  */ 											    margin-bottom: 0px !important;
/* 844  */ 											    -webkit-transition: background-color 0.2s, border-color 0.2s;
/* 845  */ 											    -moz-transition: background-color 0.2s, border-color 0.2s;
/* 846  */ 											    -o-transition: background-color 0.2s, border-color 0.2s;
/* 847  */ 											    -ms-transition: background-color 0.2s, border-color 0.2s;
/* 848  */ 											    transition: background-color 0.2s, border-color 0.2s;
/* 849  */ 											    float:none !important;
/* 850  */ 											    box-sizing:content-box;

/* settings.css */

/* 851  */ 												-moz-box-sizing:content-box;
/* 852  */ 												-webkit-box-sizing:content-box;
/* 853  */ }
/* 854  */ .tp-bullets.preview1 .bullet.last 			{	margin-right: 0px; }
/* 855  */ .tp-bullets.preview1 .bullet:hover,
/* 856  */ .tp-bullets.preview1 .bullet.selected 		{	-webkit-box-shadow: none;
/* 857  */ 											    -moz-box-shadow: none;
/* 858  */ 											    box-shadow: none;
/* 859  */ 												background: #aaa !important;
/* 860  */ 												width: 5px !important;
/* 861  */ 											    height: 5px !important;
/* 862  */ 											    border: 8px solid rgba(255, 255, 255, 1) !important;
/* 863  */ }
/* 864  */ 
/* 865  */ 
/* 866  */ 
/* 867  */ 
/* 868  */ /* NAVIGATION PREVIEW 2 */
/* 869  */ .tparrows.preview2 							{	min-width:60px; min-height:60px; background:#fff; ;
/* 870  */ 
/* 871  */ 												border-radius:30px;-moz-border-radius:30px;-webkit-border-radius:30px;
/* 872  */ 												overflow:hidden;
/* 873  */ 												-webkit-transition: -webkit-transform 1.3s;
/* 874  */ 												-webkit-transition: width 0.3s, background-color 0.3s, opacity 0.3s;
/* 875  */ 												transition: width 0.3s, background-color 0.3s, opacity 0.3s;
/* 876  */ 												backface-visibility: hidden;
/* 877  */ }
/* 878  */ .tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; color:#aaa; font-size:25px; margin-top: -12px; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; transition: color 0.3s }
/* 879  */ .tp-rightarrow.preview2:after				{	content: '\e81e';  right:18px; }
/* 880  */ .tp-leftarrow.preview2:after				{	content: '\e81f';  left:18px; }
/* 881  */ 
/* 882  */ 
/* 883  */ .tparrows.preview2 .tp-arr-titleholder 		{	background-size:cover; background-position:center center; display:block; visibility:hidden;position:relative;top:0px;
/* 884  */ 												-webkit-transition: -webkit-transform 0.3s;
/* 885  */ 												transition: transform 0.3s;
/* 886  */ 												-webkit-backface-visibility: hidden;
/* 887  */ 												backface-visibility: hidden;
/* 888  */ 												white-space: nowrap;
/* 889  */ 												color: #000;
/* 890  */ 												text-transform: uppercase;
/* 891  */ 												font-weight: 400;
/* 892  */ 												font-size: 14px;
/* 893  */ 												line-height: 60px;
/* 894  */ 												padding:0px 10px;
/* 895  */ 											}
/* 896  */ 
/* 897  */ .tp-rightarrow.preview2 .tp-arr-titleholder	{	 right:50px;
/* 898  */ 												-webkit-transform: translateX(-100%);
/* 899  */ 												transform: translateX(-100%);
/* 900  */ 											}

/* settings.css */

/* 901  */ .tp-leftarrow.preview2 .tp-arr-titleholder	{	left:50px;
/* 902  */ 												-webkit-transform: translateX(100%);
/* 903  */ 												transform: translateX(100%);
/* 904  */ 											}
/* 905  */ 
/* 906  */ .tparrows.preview2.hovered					{	width:300px}
/* 907  */ .tparrows.preview2:hover					{	background:#fff}
/* 908  */ .tparrows.preview2:hover:after				{	color:#000}
/* 909  */ .tparrows.preview2:hover .tp-arr-titleholder{	-webkit-transform: translateX(0px);
/* 910  */ 													transform: translateX(0px);
/* 911  */ 													visibility: visible;
/* 912  */ 													position: absolute;
/* 913  */ 											}
/* 914  */ 
/* 915  */ /* PREVIEW 2 BULLETS */
/* 916  */ 
/* 917  */ .tp-bullets.preview2 						{ 	height: 17px; }
/* 918  */ .tp-bullets.preview2 .bullet 				{	cursor: pointer;
/* 919  */ 											    position: relative !important;
/* 920  */ 											    background: rgba(0, 0, 0, 0.5) !important;
/* 921  */ 											    -webkit-border-radius: 10px;
/* 922  */ 											    border-radius: 10px;
/* 923  */ 											    -webkit-box-shadow: none;
/* 924  */ 											    -moz-box-shadow: none;
/* 925  */ 											    box-shadow: none;
/* 926  */ 											    width: 6px !important;
/* 927  */ 											    height: 6px !important;
/* 928  */ 											    border: 5px solid rgba(0, 0, 0, 0) !important;
/* 929  */ 											    display: inline-block;
/* 930  */ 											    margin-right: 2px !important;
/* 931  */ 											    margin-bottom: 0px !important;
/* 932  */ 											    -webkit-transition: background-color 0.2s, border-color 0.2s;
/* 933  */ 											    -moz-transition: background-color 0.2s, border-color 0.2s;
/* 934  */ 											    -o-transition: background-color 0.2s, border-color 0.2s;
/* 935  */ 											    -ms-transition: background-color 0.2s, border-color 0.2s;
/* 936  */ 											    transition: background-color 0.2s, border-color 0.2s;
/* 937  */ 											    float:none !important;
/* 938  */ 											    box-sizing:content-box;
/* 939  */ 												-moz-box-sizing:content-box;
/* 940  */ 												-webkit-box-sizing:content-box;
/* 941  */ }
/* 942  */ .tp-bullets.preview2 .bullet.last 			{	margin-right: 0px; }
/* 943  */ .tp-bullets.preview2 .bullet:hover,
/* 944  */ .tp-bullets.preview2 .bullet.selected 		{	-webkit-box-shadow: none;
/* 945  */ 											    -moz-box-shadow: none;
/* 946  */ 											    box-shadow: none;
/* 947  */ 												background: rgba(255, 255, 255, 1) !important;
/* 948  */ 												width: 6px !important;
/* 949  */ 											    height: 6px !important;
/* 950  */ 											    border: 5px solid rgba(0, 0, 0, 1) !important;

/* settings.css */

/* 951  */ }
/* 952  */ 
/* 953  */ .tp-arr-titleholder.alwayshidden			{	display:none !important}
/* 954  */ 
/* 955  */ 
/* 956  */ 	@media only screen and (min-width: 768px) and (max-width: 979px) {
/* 957  */ 		.tparrows.preview2 {	min-width:40px; min-height:40px; width:40px;height:40px;
/* 958  */ 								border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px;
/* 959  */ 							}
/* 960  */ 		.tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; font-size:20px; margin-top: -12px}
/* 961  */ 		.tp-rightarrow.preview2:after				{	content: '\e81e';  right:11px}
/* 962  */ 		.tp-leftarrow.preview2:after				{	content: '\e81f';  left:11px}
/* 963  */ 		.tparrows.preview2 .tp-arr-titleholder		{	font-size:12px; line-height:40px; letter-spacing: 0px}
/* 964  */ 		.tp-rightarrow.preview2 .tp-arr-titleholder	{	right:35px}
/* 965  */ 		.tp-leftarrow.preview2 .tp-arr-titleholder	{	left:35px}
/* 966  */ 
/* 967  */ 	}
/* 968  */ 
/* 969  */     @media only screen and (min-width: 480px) and (max-width: 767px) {
/* 970  */    		 .tparrows.preview2 						{	min-width:30px; min-height:30px; width:30px;height:30px;
/* 971  */ 														border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;
/* 972  */ 													}
/* 973  */ 		.tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; font-size:14px; margin-top: -12px}
/* 974  */ 		.tp-rightarrow.preview2:after				{	content: '\e81e';  right:8px}
/* 975  */ 		.tp-leftarrow.preview2:after				{	content: '\e81f';  left:8px}
/* 976  */ 		.tparrows.preview2 .tp-arr-titleholder		{	font-size:10px; line-height:30px; letter-spacing: 0px}
/* 977  */ 		.tp-rightarrow.preview2 .tp-arr-titleholder	{	right:25px}
/* 978  */ 		.tp-leftarrow.preview2 .tp-arr-titleholder	{	left:25px}
/* 979  */ 		.tparrows.preview2 .tp-arr-titleholder		{	display:none;visibility:none}
/* 980  */ 
/* 981  */ 
/* 982  */ 	}
/* 983  */ 
/* 984  */     @media only screen and (min-width: 0px) and (max-width: 479px) {
/* 985  */ 		.tparrows.preview2 							{	min-width:30px; min-height:30px; width:30px;height:30px;
/* 986  */ 														border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;
/* 987  */ 													}
/* 988  */ 		.tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; font-size:14px; margin-top: -12px}
/* 989  */ 		.tp-rightarrow.preview2:after				{	content: '\e81e';  right:8px}
/* 990  */ 		.tp-leftarrow.preview2:after				{	content: '\e81f';  left:8px}
/* 991  */ 		.tparrows.preview2 .tp-arr-titleholder		{	display:none;visibility:none}
/* 992  */ 		.tparrows.preview2:hover					{	width:30px !important; height:30px !important}
/* 993  */     }
/* 994  */ 
/* 995  */ 
/* 996  */ 
/* 997  */ /* NAVIGATION PREVIEW 3 */
/* 998  */ .tparrows.preview3 							{	width:70px; height:70px; background:#fff; background:rgba(255,255,255,1); -webkit-transform-style: flat; }
/* 999  */ .tparrows.preview3:after					{	position:absolute;  line-height: 70px;text-align: center; font-family: "revicons"; color:#aaa; font-size:30px; top:0px;left:0px;;background:#fff; z-index:100; width:70px;height:70px; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; transition: color 0.3s}
/* 1000 */ .tparrows.preview3:hover:after					{	color:#000; }

/* settings.css */

/* 1001 */ .tp-rightarrow.preview3:after				{	content: '\e825';  }
/* 1002 */ .tp-leftarrow.preview3:after				{	content: '\e824';  }
/* 1003 */ 
/* 1004 */ 
/* 1005 */ .tparrows.preview3 .tp-arr-iwrapper			{
/* 1006 */ 												  -webkit-transform: scale(0,1);
/* 1007 */ 												  transform: scale(0,1);
/* 1008 */ 												  -webkit-transform-origin: 100% 50%;
/* 1009 */ 												  transform-origin: 100% 50%;
/* 1010 */ 												  -webkit-transition: -webkit-transform 0.2s;
/* 1011 */ 												  transition: transform 0.2s;
/* 1012 */ 												  z-index:0;position: absolute; background: #000; background: rgba(0,0,0,0.75);
/* 1013 */ 												  display: table;min-height:90px;top:-10px}
/* 1014 */ 
/* 1015 */ .tp-leftarrow.preview3 .tp-arr-iwrapper		{	 -webkit-transform: scale(0,1);
/* 1016 */ 												  transform: scale(0,1);
/* 1017 */ 												  -webkit-transform-origin: 0% 50%;
/* 1018 */ 												  transform-origin: 0% 50%;
/* 1019 */ 											}
/* 1020 */ 
/* 1021 */ .tparrows.preview3 .tp-arr-imgholder 		{	display:block;background-size:cover; background-position:center center; display:table-cell;min-width:90px;height:90px;
/* 1022 */ 												position:relative;top:0px; }
/* 1023 */ 
/* 1024 */ .tp-rightarrow.preview3 .tp-arr-iwrapper	{	right:0px;padding-right:70px}
/* 1025 */ .tp-leftarrow.preview3 .tp-arr-iwrapper		{	left:0px; direction: rtl;padding-left:70px}
/* 1026 */ .tparrows.preview3 .tp-arr-titleholder		{	display:table-cell; padding:30px;font-size:16px; color:#fff;white-space: nowrap; position: relative; clear:right;vertical-align: middle}
/* 1027 */ 
/* 1028 */ .tparrows.preview3:hover .tp-arr-iwrapper	{
/* 1029 */ 												-webkit-transform: scale(1,1);
/* 1030 */ 												  transform: scale(1,1);
/* 1031 */ 
/* 1032 */ 											}
/* 1033 */ 
/* 1034 */ /* PREVIEW 3 BULLETS */
/* 1035 */ .tp-bullets.preview3 						{ 	height: 17px; }
/* 1036 */ .tp-bullets.preview3 .bullet 				{	cursor: pointer;
/* 1037 */ 											    position: relative !important;
/* 1038 */ 											    background: rgba(0, 0, 0, 0.5) !important;
/* 1039 */ 											    -webkit-border-radius: 10px;
/* 1040 */ 											    border-radius: 10px;
/* 1041 */ 											    -webkit-box-shadow: none;
/* 1042 */ 											    -moz-box-shadow: none;
/* 1043 */ 											    box-shadow: none;
/* 1044 */ 											    width: 6px !important;
/* 1045 */ 											    height: 6px !important;
/* 1046 */ 											    border: 5px solid rgba(0, 0, 0, 0) !important;
/* 1047 */ 											    display: inline-block;
/* 1048 */ 											    margin-right: 2px !important;
/* 1049 */ 											    margin-bottom: 0px !important;
/* 1050 */ 											    -webkit-transition: background-color 0.2s, border-color 0.2s;

/* settings.css */

/* 1051 */ 											    -moz-transition: background-color 0.2s, border-color 0.2s;
/* 1052 */ 											    -o-transition: background-color 0.2s, border-color 0.2s;
/* 1053 */ 											    -ms-transition: background-color 0.2s, border-color 0.2s;
/* 1054 */ 											    transition: background-color 0.2s, border-color 0.2s;
/* 1055 */ 											    float:none !important;
/* 1056 */ 											    box-sizing:content-box;
/* 1057 */ 												-moz-box-sizing:content-box;
/* 1058 */ 												-webkit-box-sizing:content-box;
/* 1059 */ }
/* 1060 */ .tp-bullets.preview3 .bullet.last 			{	margin-right: 0px; }
/* 1061 */ .tp-bullets.preview3 .bullet:hover,
/* 1062 */ .tp-bullets.preview3 .bullet.selected 		{	-webkit-box-shadow: none;
/* 1063 */ 											    -moz-box-shadow: none;
/* 1064 */ 											    box-shadow: none;
/* 1065 */ 												background: rgba(255, 255, 255, 1) !important;
/* 1066 */ 												width: 6px !important;
/* 1067 */ 											    height: 6px !important;
/* 1068 */ 											    border: 5px solid rgba(0, 0, 0, 1) !important;
/* 1069 */ }
/* 1070 */ 
/* 1071 */ 
/* 1072 */ 	@media only screen and (min-width: 768px) and (max-width: 979px) {
/* 1073 */ 		.tparrows.preview3:after,
/* 1074 */ 		.tparrows.preview3 							{	width:50px; height:50px; line-height:50px;font-size:20px}
/* 1075 */ 		.tparrows.preview3 .tp-arr-iwrapper			{	min-height:70px}
/* 1076 */ 		.tparrows.preview3 .tp-arr-imgholder 		{	min-width:70px;height:70px}
/* 1077 */ 		.tp-rightarrow.preview3 .tp-arr-iwrapper	{	padding-right:50px}
/* 1078 */ 		.tp-leftarrow.preview3 .tp-arr-iwrapper		{	padding-left:50px}
/* 1079 */ 		.tparrows.preview3 .tp-arr-titleholder		{	padding:10px;font-size:16px; }
/* 1080 */ 
/* 1081 */ 
/* 1082 */ 
/* 1083 */ 	}
/* 1084 */ 
/* 1085 */     @media only screen  and (max-width: 767px) {
/* 1086 */ 
/* 1087 */ 		.tparrows.preview3:after,
/* 1088 */ 		.tparrows.preview3 							{	width:50px; height:50px; line-height:50px;font-size:20px}
/* 1089 */ 		.tparrows.preview3 .tp-arr-iwrapper			{	min-height:70px}
/* 1090 */ 	}
/* 1091 */ 
/* 1092 */ 
/* 1093 */ 
/* 1094 */ 
/* 1095 */ 
/* 1096 */ /* NAVIGATION PREVIEW 4 */
/* 1097 */ .tparrows.preview4 							{	width:30px; height:110px;  background:transparent;-webkit-transform-style: preserve-3d; -webkit-perspective: 1000; -moz-perspective: 1000}
/* 1098 */ .tparrows.preview4:after					{	position:absolute;  line-height: 110px;text-align: center; font-family: "revicons"; color:#fff; font-size:20px; top:0px;left:0px;z-index:0; width:30px;height:110px; background: #000; background: rgba(0,0,0,0.25);
/* 1099 */ 												-webkit-transition: all 0.2s ease-in-out;
/* 1100 */ 											    -moz-transition: all 0.2s ease-in-out;

/* settings.css */

/* 1101 */ 											    -o-transition: all 0.2s ease-in-out;
/* 1102 */ 											    transition: all 0.2s ease-in-out;
/* 1103 */ 												   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;
/* 1104 */ 
/* 1105 */ 											}
/* 1106 */ 
/* 1107 */ .tp-rightarrow.preview4:after				{	content: '\e825';  }
/* 1108 */ .tp-leftarrow.preview4:after				{	content: '\e824';  }
/* 1109 */ 
/* 1110 */ 
/* 1111 */ .tparrows.preview4 .tp-arr-allwrapper		{	visibility:hidden;width:180px;position: absolute;z-index: 1;min-height:120px;top:0px;left:-150px; overflow: hidden;-webkit-perspective: 1000px;-webkit-transform-style: flat}
/* 1112 */ 
/* 1113 */ .tp-leftarrow.preview4 .tp-arr-allwrapper	{	left:0px}
/* 1114 */ .tparrows.preview4 .tp-arr-iwrapper			{	position: relative}
/* 1115 */ 
/* 1116 */ .tparrows.preview4 .tp-arr-imgholder 		{	display:block;background-size:cover; background-position:center center;width:180px;height:110px;
/* 1117 */ 												position:relative;top:0px;
/* 1118 */ 
/* 1119 */ 												-webkit-backface-visibility: hidden;
/* 1120 */ 												backface-visibility: hidden;
/* 1121 */ 
/* 1122 */ 
/* 1123 */ 
/* 1124 */ 											}
/* 1125 */ 
/* 1126 */ 
/* 1127 */ .tparrows.preview4 .tp-arr-imgholder2 		{	display:block;background-size:cover; background-position:center center; width:180px;height:110px;
/* 1128 */ 												position:absolute;top:0px; left:180px;
/* 1129 */ 												-webkit-backface-visibility: hidden;
/* 1130 */ 												backface-visibility: hidden;
/* 1131 */ 
/* 1132 */ 											}
/* 1133 */ 
/* 1134 */ .tp-leftarrow.preview4 .tp-arr-imgholder2 	{	left:-180px}
/* 1135 */ 
/* 1136 */ 
/* 1137 */ 
/* 1138 */ 
/* 1139 */ .tparrows.preview4 .tp-arr-titleholder		{	display:block; font-size:12px; line-height:25px; padding:0px 10px;text-align:left;color:#fff; position: relative;
/* 1140 */ 												background: #000;
/* 1141 */ 												color: #FFF;
/* 1142 */ 												text-transform: uppercase;
/* 1143 */ 												white-space: nowrap;
/* 1144 */ 												letter-spacing: 1px;
/* 1145 */ 												font-weight: 700;
/* 1146 */ 												font-size: 11px;
/* 1147 */ 												line-height: 2.75;
/* 1148 */ 												-webkit-transition: all 0.3s;
/* 1149 */ 												transition: all 0.3s;
/* 1150 */ 												-webkit-transform: rotateX(-90deg);

/* settings.css */

/* 1151 */ 												transform: rotateX(-90deg);
/* 1152 */ 												-webkit-transform-origin: 50% 0;
/* 1153 */ 												transform-origin: 50% 0;
/* 1154 */ 												-webkit-backface-visibility: hidden;
/* 1155 */ 												backface-visibility: hidden;
/* 1156 */ 												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0;
/* 1157 */ 
/* 1158 */ 
/* 1159 */ }
/* 1160 */ 
/* 1161 */ 
/* 1162 */ 
/* 1163 */ .tparrows.preview4:after				{	transform-origin: 100% 100%; -webkit-transform-origin: 100% 100%}
/* 1164 */ .tp-leftarrow.preview4:after			{	transform-origin: 0% 0%; -webkit-transform-origin: 0% 0%}
/* 1165 */ 
/* 1166 */ 
/* 1167 */ 
/* 1168 */ 
/* 1169 */ @media only screen and (min-width: 768px)  {
/* 1170 */ 		.tparrows.preview4:hover:after				{	-webkit-transform: rotateY(-90deg); transform:rotateY(-90deg)}
/* 1171 */ 		.tp-leftarrow.preview4:hover:after			{	-webkit-transform: rotateY(90deg); transform:rotateY(90deg)}
/* 1172 */ 
/* 1173 */ 
/* 1174 */ 		.tparrows.preview4:hover .tp-arr-titleholder	{	-webkit-transition-delay: 0.4s;
/* 1175 */ 															transition-delay: 0.4s;
/* 1176 */ 															-webkit-transform: rotateX(0deg);
/* 1177 */ 															transform: rotateX(0deg);
/* 1178 */ 															-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;
/* 1179 */ 
/* 1180 */ 														}
/* 1181 */ }
/* 1182 */ 
/* 1183 */ /* PREVIEW 4 BULLETS */
/* 1184 */ 
/* 1185 */ .tp-bullets.preview4 						{ 	height: 17px; }
/* 1186 */ .tp-bullets.preview4 .bullet 				{	cursor: pointer;
/* 1187 */ 											    position: relative !important;
/* 1188 */ 											    background: rgba(0, 0, 0, 0.5) !important;
/* 1189 */ 											    -webkit-border-radius: 10px;
/* 1190 */ 											    border-radius: 10px;
/* 1191 */ 											    -webkit-box-shadow: none;
/* 1192 */ 											    -moz-box-shadow: none;
/* 1193 */ 											    box-shadow: none;
/* 1194 */ 											    width: 6px !important;
/* 1195 */ 											    height: 6px !important;
/* 1196 */ 											    border: 5px solid rgba(0, 0, 0, 0) !important;
/* 1197 */ 											    display: inline-block;
/* 1198 */ 											    margin-right: 2px !important;
/* 1199 */ 											    margin-bottom: 0px !important;
/* 1200 */ 											    -webkit-transition: background-color 0.2s, border-color 0.2s;

/* settings.css */

/* 1201 */ 											    -moz-transition: background-color 0.2s, border-color 0.2s;
/* 1202 */ 											    -o-transition: background-color 0.2s, border-color 0.2s;
/* 1203 */ 											    -ms-transition: background-color 0.2s, border-color 0.2s;
/* 1204 */ 											    transition: background-color 0.2s, border-color 0.2s;
/* 1205 */ 											    float:none !important;
/* 1206 */ 											    box-sizing:content-box;
/* 1207 */ 												-moz-box-sizing:content-box;
/* 1208 */ 												-webkit-box-sizing:content-box;
/* 1209 */ }
/* 1210 */ .tp-bullets.preview4 .bullet.last 			{	margin-right: 0px; }
/* 1211 */ .tp-bullets.preview4 .bullet:hover,
/* 1212 */ .tp-bullets.preview4 .bullet.selected 		{	-webkit-box-shadow: none;
/* 1213 */ 											    -moz-box-shadow: none;
/* 1214 */ 											    box-shadow: none;
/* 1215 */ 												background: rgba(255, 255, 255, 1) !important;
/* 1216 */ 												width: 6px !important;
/* 1217 */ 											    height: 6px !important;
/* 1218 */ 											    border: 5px solid rgba(0, 0, 0, 1) !important;
/* 1219 */ }
/* 1220 */ 
/* 1221 */ 
/* 1222 */     @media only screen  and (max-width: 767px) {
/* 1223 */    		 .tparrows.preview4 						{	width:20px; height:80px}
/* 1224 */    		 .tparrows.preview4:after					{	width:20px; height:80px; line-height:80px; font-size:14px}
/* 1225 */ 
/* 1226 */    		 .tparrows.preview1 .tp-arr-allwrapper,
/* 1227 */    		 .tparrows.preview2 .tp-arr-allwrapper,
/* 1228 */    		 .tparrows.preview3 .tp-arr-allwrapper,
/* 1229 */    		 .tparrows.preview4 .tp-arr-allwrapper		{	display: none !important}
/* 1230 */     }
/* 1231 */ 
/* 1232 */ 
/* 1233 */ /***************************************
/* 1234 *| 	-	RESPONSIVE SETTINGS 	-
/* 1235 *| ****************************************/
/* 1236 */ 
/* 1237 */ 
/* 1238 */ 
/* 1239 */ 
/* 1240 */ /*********************************************
/* 1241 *| 
/* 1242 *| 	-	BASIC SETTINGS FOR THE BANNER	-
/* 1243 *| 
/* 1244 *| ***********************************************/
/* 1245 */ 
/* 1246 */  .tp-simpleresponsive img {
/* 1247 */ 		-moz-user-select: none;
/* 1248 */         -khtml-user-select: none;
/* 1249 */         -webkit-user-select: none;
/* 1250 */         -o-user-select: none;

/* settings.css */

/* 1251 */ }
/* 1252 */ 
/* 1253 */ .tp-caption img {
/* 1254 */ background: transparent;
/* 1255 */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
/* 1256 */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
/* 1257 */ zoom: 1;
/* 1258 */ }
/* 1259 */ 
/* 1260 */ 
/* 1261 */ 
/* 1262 */ /*  CAPTION SLIDELINK   **/
/* 1263 */ .caption.slidelink a div,
/* 1264 */ .tp-caption.slidelink a div {	width:3000px; height:1500px;  background:url(/wp-content/plugins/revslider/rs-plugin/assets/coloredbg.png) repeat}
/* 1265 */ 
/* 1266 */ .tp-caption.slidelink a span	{	background:url(/wp-content/plugins/revslider/rs-plugin/assets/coloredbg.png) repeat}
/* 1267 */ 
/* 1268 */ 
/* 1269 */ 
/* 1270 */ 
/* 1271 */ 
/* 1272 */ 
/* 1273 */ /******************************
/* 1274 *| 	-	LOADER FORMS	-
/* 1275 *| ********************************/
/* 1276 */ 
/* 1277 */ .tp-loader 	{
/* 1278 */ 				top:50%; left:50%;
/* 1279 */ 				z-index:10000;
/* 1280 */ 				position:absolute;
/* 1281 */ 
/* 1282 */ 
/* 1283 */ 			}
/* 1284 */ 
/* 1285 */ .tp-loader.spinner0 {
/* 1286 */   width: 40px;
/* 1287 */   height: 40px;
/* 1288 */   background:url(/wp-content/plugins/revslider/rs-plugin/assets/loader.gif) no-repeat center center;
/* 1289 */   background-color: #fff;
/* 1290 */   box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
/* 1291 */   -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
/* 1292 */   margin-top:-20px;
/* 1293 */   margin-left:-20px;
/* 1294 */   -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
/* 1295 */   animation: tp-rotateplane 1.2s infinite ease-in-out;
/* 1296 */   border-radius: 3px;
/* 1297 */ 	-moz-border-radius: 3px;
/* 1298 */ 	-webkit-border-radius: 3px;
/* 1299 */ }
/* 1300 */ 

/* settings.css */

/* 1301 */ 
/* 1302 */ .tp-loader.spinner1 {
/* 1303 */   width: 40px;
/* 1304 */   height: 40px;
/* 1305 */   background-color: #fff;
/* 1306 */   box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
/* 1307 */   -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
/* 1308 */   margin-top:-20px;
/* 1309 */   margin-left:-20px;
/* 1310 */   -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
/* 1311 */   animation: tp-rotateplane 1.2s infinite ease-in-out;
/* 1312 */   border-radius: 3px;
/* 1313 */ 	-moz-border-radius: 3px;
/* 1314 */ 	-webkit-border-radius: 3px;
/* 1315 */ }
/* 1316 */ 
/* 1317 */ 
/* 1318 */ 
/* 1319 */ .tp-loader.spinner5 	{	background:url(/wp-content/plugins/revslider/rs-plugin/assets/loader.gif) no-repeat 10px 10px;
/* 1320 */ 							background-color:#fff;
/* 1321 */ 							margin:-22px -22px;
/* 1322 */ 							width:44px;height:44px;
/* 1323 */ 							border-radius: 3px;
/* 1324 */ 							-moz-border-radius: 3px;
/* 1325 */ 							-webkit-border-radius: 3px;
/* 1326 */ 						}
/* 1327 */ 
/* 1328 */ 
/* 1329 */ @-webkit-keyframes tp-rotateplane {
/* 1330 */   0% { -webkit-transform: perspective(120px) }
/* 1331 */   50% { -webkit-transform: perspective(120px) rotateY(180deg) }
/* 1332 */   100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
/* 1333 */ }
/* 1334 */ 
/* 1335 */ @keyframes tp-rotateplane {
/* 1336 */   0% {
/* 1337 */     transform: perspective(120px) rotateX(0deg) rotateY(0deg);
/* 1338 */     -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
/* 1339 */   } 50% {
/* 1340 */     transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
/* 1341 */     -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
/* 1342 */   } 100% {
/* 1343 */     transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
/* 1344 */     -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
/* 1345 */   }
/* 1346 */ }
/* 1347 */ 
/* 1348 */ 
/* 1349 */ .tp-loader.spinner2 {
/* 1350 */   width: 40px;

/* settings.css */

/* 1351 */   height: 40px;
/* 1352 */   margin-top:-20px;margin-left:-20px;
/* 1353 */   background-color: #ff0000;
/* 1354 */    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
/* 1355 */   -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
/* 1356 */   border-radius: 100%;
/* 1357 */   -webkit-animation: tp-scaleout 1.0s infinite ease-in-out;
/* 1358 */   animation: tp-scaleout 1.0s infinite ease-in-out;
/* 1359 */ }
/* 1360 */ 
/* 1361 */ @-webkit-keyframes tp-scaleout {
/* 1362 */   0% { -webkit-transform: scale(0.0) }
/* 1363 */   100% {
/* 1364 */     -webkit-transform: scale(1.0);
/* 1365 */     opacity: 0;
/* 1366 */   }
/* 1367 */ }
/* 1368 */ 
/* 1369 */ @keyframes tp-scaleout {
/* 1370 */   0% {
/* 1371 */     transform: scale(0.0);
/* 1372 */     -webkit-transform: scale(0.0);
/* 1373 */   } 100% {
/* 1374 */     transform: scale(1.0);
/* 1375 */     -webkit-transform: scale(1.0);
/* 1376 */     opacity: 0;
/* 1377 */   }
/* 1378 */ }
/* 1379 */ 
/* 1380 */ 
/* 1381 */ 
/* 1382 */ 
/* 1383 */ .tp-loader.spinner3 {
/* 1384 */   margin: -9px 0px 0px -35px;
/* 1385 */   width: 70px;
/* 1386 */   text-align: center;
/* 1387 */ 
/* 1388 */ }
/* 1389 */ 
/* 1390 */ .tp-loader.spinner3 .bounce1,
/* 1391 */ .tp-loader.spinner3 .bounce2,
/* 1392 */ .tp-loader.spinner3 .bounce3 {
/* 1393 */   width: 18px;
/* 1394 */   height: 18px;
/* 1395 */   background-color: #fff;
/* 1396 */   box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
/* 1397 */   -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
/* 1398 */   border-radius: 100%;
/* 1399 */   display: inline-block;
/* 1400 */   -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;

/* settings.css */

/* 1401 */   animation: tp-bouncedelay 1.4s infinite ease-in-out;
/* 1402 */   /* Prevent first frame from flickering when animation starts */
/* 1403 */   -webkit-animation-fill-mode: both;
/* 1404 */   animation-fill-mode: both;
/* 1405 */ }
/* 1406 */ 
/* 1407 */ .tp-loader.spinner3 .bounce1 {
/* 1408 */   -webkit-animation-delay: -0.32s;
/* 1409 */   animation-delay: -0.32s;
/* 1410 */ }
/* 1411 */ 
/* 1412 */ .tp-loader.spinner3 .bounce2 {
/* 1413 */   -webkit-animation-delay: -0.16s;
/* 1414 */   animation-delay: -0.16s;
/* 1415 */ }
/* 1416 */ 
/* 1417 */ @-webkit-keyframes tp-bouncedelay {
/* 1418 */   0%, 80%, 100% { -webkit-transform: scale(0.0) }
/* 1419 */   40% { -webkit-transform: scale(1.0) }
/* 1420 */ }
/* 1421 */ 
/* 1422 */ @keyframes tp-bouncedelay {
/* 1423 */   0%, 80%, 100% {
/* 1424 */     transform: scale(0.0);
/* 1425 */     -webkit-transform: scale(0.0);
/* 1426 */   } 40% {
/* 1427 */     transform: scale(1.0);
/* 1428 */     -webkit-transform: scale(1.0);
/* 1429 */   }
/* 1430 */ }
/* 1431 */ 
/* 1432 */ 
/* 1433 */ 
/* 1434 */ 
/* 1435 */ .tp-loader.spinner4 {
/* 1436 */   margin: -20px 0px 0px -20px;
/* 1437 */   width: 40px;
/* 1438 */   height: 40px;
/* 1439 */   text-align: center;
/* 1440 */   -webkit-animation: tp-rotate 2.0s infinite linear;
/* 1441 */   animation: tp-rotate 2.0s infinite linear;
/* 1442 */ }
/* 1443 */ 
/* 1444 */ .tp-loader.spinner4 .dot1,
/* 1445 */ .tp-loader.spinner4 .dot2 {
/* 1446 */   width: 60%;
/* 1447 */   height: 60%;
/* 1448 */   display: inline-block;
/* 1449 */   position: absolute;
/* 1450 */   top: 0;

/* settings.css */

/* 1451 */   background-color: #fff;
/* 1452 */   border-radius: 100%;
/* 1453 */   -webkit-animation: tp-bounce 2.0s infinite ease-in-out;
/* 1454 */   animation: tp-bounce 2.0s infinite ease-in-out;
/* 1455 */   box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
/* 1456 */   -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
/* 1457 */ }
/* 1458 */ 
/* 1459 */ .tp-loader.spinner4 .dot2 {
/* 1460 */   top: auto;
/* 1461 */   bottom: 0px;
/* 1462 */   -webkit-animation-delay: -1.0s;
/* 1463 */   animation-delay: -1.0s;
/* 1464 */ }
/* 1465 */ 
/* 1466 */ @-webkit-keyframes tp-rotate { 100% { -webkit-transform: rotate(360deg) }}
/* 1467 */ @keyframes tp-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}
/* 1468 */ 
/* 1469 */ @-webkit-keyframes tp-bounce {
/* 1470 */   0%, 100% { -webkit-transform: scale(0.0) }
/* 1471 */   50% { -webkit-transform: scale(1.0) }
/* 1472 */ }
/* 1473 */ 
/* 1474 */ @keyframes tp-bounce {
/* 1475 */   0%, 100% {
/* 1476 */     transform: scale(0.0);
/* 1477 */     -webkit-transform: scale(0.0);
/* 1478 */   } 50% {
/* 1479 */     transform: scale(1.0);
/* 1480 */     -webkit-transform: scale(1.0);
/* 1481 */   }
/* 1482 */ }
