/* Menu Nav  */
.top-navigation {
    max-height: 50px;
	padding: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    background: #565656;
    color: #FFF;
	
	
}

.product-extra-description > p{
    display:none;
    
}

.owl-carousel{
    
    display:block;
    
}
    
    
}
	position:absolute;
	float:left;
	min-width: 120px;
    color: white;
    font-size: 12px;
    border: none;
    cursor: pointer;
	padding: 9px 30px 10px 40px;
	
	
	
}


.nav-button-pt a { 
background:url("https://fabrazil.pt/wp-content/uploads/2016/12/pt.png") 
no-repeat 87px 13px transparent; }

.nav-button-eng a { 
background:url("https://fabrazil.pt/wp-content/uploads/2016/12/uk.png") 
no-repeat 87px 13px transparent; }




.dropbtn2 {
	background:url("https://fabrazil.pt/wp-content/uploads/2016/12/pt.png")no-repeat 87px 11px transparent;
    background-color: #c76b9d;
	min-width: 120px;
    color: white;
    font-size: 12px;
    border: none;
    cursor: pointer;
	padding: 10px 30px 10px 1px;
}

.dropbtn1 {
	background:url("https://fabrazil.pt/wp-content/uploads/2016/12/uk.png")no-repeat 87px 11px transparent;
    background-color: #c76b9d;
	min-width: 120px;
    color: white;
    font-size: 12px;
    border: none;
    cursor: pointer;
	padding: 10px 30px 10px 1px;
}


.dropdown {
    position: absolute;
    display: inline-block;
    padding-left: 91%;
    margin-top: 0%;
    
}







.dropdown-content {
	display: none;
    position: absolute;
    background-color: #fff;
    min-width: 120px;
    box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.2);
	
}

.dropdown-content li {
	list-style: none outside none;
	
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #efefef}

.dropdown:hover .dropdown-content {
    display: block;
	visibility: visible; /* shows sub-menu */
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.dropdown:hover .dropbtn {
    background-color: #c76b9d; 

}

@media only screen and (max-width: 1200px) {
  .dropdown{
      
      display:none;
  }   
}


/*Box homepage */ 



.acsUxWidget .bxw-content-grid {
    font-family: Arial,sans-serif;
}


.bxc-grid__container.bxc-grid__container--width-1500 {
    max-width: 1500px;
	padding-top:20px;
}

.bxc-grid__row:last-child {
    margin-bottom: 0;
}

.bxc-grid__column.bxc-grid__column--3-of-12 {
    width: 25%;
}

.bxc-grid__content:last-child {
    margin-bottom: 0;
}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bxc-grid__image a {
    display: block;
    background: url(https://images-na.ssl-images-amazon.com/images/G/01/blank/1x1_b._V192262818_.gif);
}

.bxc-grid__image img {
    display: block;
    margin: 0 auto;
}

.bxc-grid__image a {
    display: block;
    background: url(https://images-na.ssl-images-amazon.com/images/G/01/blank/1x1_b._V192262818_.gif);
}

.bxc-grid__column.bxc-grid__column--3-of-12 {
    width: 25%;
	float:left;
}

#owl-demo .item{
  margin: 3px;
}
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 680px) {
.bxc-grid__column.bxc-grid__column--3-of-12 {
    width: 50%;
	float:left;
	padding-right:20px;
	
    }
	
    
}
	
	.woocommerce-LoopProduct-link{
		
		border:1px solid #eee;
		
	}

.minha-barra-superior{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 1em 0;
    background: #ebdd75;
    color: #827513;
    z-index: 999999;
}

//css de outros plugins



div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url('../../images/ajax-loader.gif');
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

div.wpcf7 .wpcf7-recaptcha iframe {
	margin-bottom: 0;
}

div.wpcf7 input[type="file"] {
	cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

//Cokie lay

#cookie-law-info-bar {
	border: 0;
       
	font-size: 10pt;
	margin: 0 auto;
	padding: 5px 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 9999;
}
#cookie-law-info-again {
	font-size: 10pt;
	margin: 0;
	padding: 2px 10px;
	text-align: center;
	z-index: 9999;
	cursor: pointer;
}
#cookie-law-info-bar {
	border: 0;
       
	font-size: 10pt;
	margin: 0 auto;
	padding: 5px 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 9999;
}
#cookie-law-info-again {
	font-size: 10pt;
	margin: 0;
	padding: 2px 10px;
	text-align: center;
	z-index: 9999;
	cursor: pointer;
}
#cookie-law-info-bar span {
	vertical-align: middle;
}
/** Buttons (http://papermashup.com/demos/css-buttons) */
.cli-plugin-button, .cli-plugin-button:visited {
	background: #222;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	margin: auto 10px;
}
.cli-plugin-button:hover {
	background-color: #111;
	color: #fff;
}
.cli-plugin-button:active {
	top: 1px;
}
.small.cli-plugin-button, .small.cli-plugin-button:visited {
	font-size: 11px;
}
.cli-plugin-button, .cli-plugin-button:visited,
	.medium.cli-plugin-button, .medium.cli-plugin-button:visited {
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}
.large.cli-plugin-button, .large.cli-plugin-button:visited {
	font-size: 14px;
	padding: 8px 14px 9px;
}
.super.cli-plugin-button, .super.cli-plugin-button:visited {
	font-size: 34px;
	padding: 8px 14px 9px;
}
.pink.cli-plugin-button, .magenta.cli-plugin-button:visited {
	background-color: #e22092;
}
.pink.cli-plugin-button:hover {
	background-color: #c81e82;
}
.green.cli-plugin-button, .green.cli-plugin-button:visited {
	background-color: #91bd09;
}
.green.cli-plugin-button:hover {
	background-color: #749a02;
}
.red.cli-plugin-button, .red.cli-plugin-button:visited {
	background-color: #e62727;
}
.red.cli-plugin-button:hover {
	background-color: #cf2525;
}
.orange.cli-plugin-button, .orange.cli-plugin-button:visited {
	background-color: #ff5c00;
}
.orange.cli-plugin-button:hover {
	background-color: #d45500;
}
.blue.cli-plugin-button, .blue.cli-plugin-button:visited {
	background-color: #2981e4;
}
.blue.cli-plugin-button:hover {
	background-color: #2575cf;
}
.yellow.cli-plugin-button, .yellow.cli-plugin-button:visited {
	background-color: #ffb515;
}
.yellow.cli-plugin-button:hover {
	background-color: #fc9200;
}




.purely_product_carousel_box li {
	display:inline-table;
	text-align:center;
	position:relative;
	margin-bottom:25px;
	border:1px solid #d5d5d5;
	overflow:hidden;
	background-color:#ddd;
}
.purely-carousel-item a {
	display:block;
	position:relative;
}
.purely-carousel-item {
	padding:10px;
}
.purely_product_carousel_textarea {
	text-align:center;
}
.slick-prev, .slick-next {
	background-repeat: no-repeat;
	border: 0px;
	box-shadow: 0;	
	text-indent: 9999px;
	height: 18px;
	width: 18px;
	background-color: transparent;
	box-shadow:none;
	text-shadow:none;
}
.slick-prev:hover, .slick-next:hover {
	border: 0px;
	box-shadow: 0;	
	background-color: transparent;
	box-shadow:none;
	text-shadow:none;
}
.slick-prev {
	background-image: url(./img/prev.png);
	background-size:18px;
}
.slick-next {
	background-image: url(./img/next.png);
	background-size:18px;
	padding:0;
}
.purely-carousel-description {
	font-size: 11px;
	letter-spacing: 1px;
}
/* Column Setup */
.carousel-3-columns li {
	width:25%;
	margin-right:12%;
}
.carousel-3-columns li a {
	position: relative;
	display: block;
}
.carousel-3-columns li:nth-child(3n) {
	margin-right:0px;
}

.carousel-4-columns li {
	width:24%;
	margin-right:12px;
}
.carousel-4-columns li:nth-child(4n) {
	margin-right:0px;
}

.carousel-5-columns li {
	width:19%;
	margin-right:11px;
}
.carousel-5-columns li:nth-child(5n) {
	margin-right:0px;
}

.carousel-6-columns li {
	width:15%;
	margin-right:20px;
}
.carousel-6-columns li:nth-child(6n) {
	margin-right:0px;
}
.purely_product_carousel_box a {
	text-decoration:none;
}
.purely_product_carousel_box .price {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0px 5px;
	font-weight: bold;
	font-size: 18px;
}
.purely_product_carousel_box .onsale {
	position:absolute;
}
.purely_product_carousel_box .button {
	font-size: 100%;
	margin: 0;
	line-height: 1;
	cursor: pointer;
	position: relative;
	font-family: inherit;
	text-decoration: none;
	overflow: visible;
	padding: .618em 1em;
	font-weight: 700;
	border-radius: 3px;
	left: auto;
	color: #515151;
	background-color: #ebe9eb;
	border: 0;
	white-space: nowrap;
	display: inline-block;
	background-image: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	text-shadow: none;
	width:100%;
}
.purely_product_carousel_box .button:hover {
	background-color:#ddd;
}
/* Carousel Star Rating */
.purely_product_carousel_box .star-rating:before {
	content: "\73\73\73\73\73";
	color: #d3ced2;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}
.purely_product_carousel_box .star-rating {
	font-size: .857em;
	position: absolute;
	overflow:hidden;
	top: 6px;
	left: 6px;
	width: 5.4em;
	font-family: star;
	height: 1em;
	line-height: 1;
}
.purely_product_carousel_box .star-rating span:before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
}

.purely_product_carousel_box .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}
.purely_product_carousel_box .star-rating span::after { display:none; }
.purely_product_carousel_box strong { display:block; }



/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}

/* Specifics for various columns sizes */

.carousel-3-columns .purely-carousel-description, .carousel-3-columns .purely-carousel-item {

	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.carousel-3-columns .star-rating {
	left:13%;
}
.carousel-3-columns .slick-prev {
	position: absolute;
	top: 33%;
	left:0px;
}

.carousel-3-columns .slick-next {
	position:absolute;
	top:33%;
	right:0px;
}


/* social-icons-widget-by-wpzoom/assets/css/socicon.css */

@font-face {
    font-family: 'socicon';
    src:  url('../font/socicon.eot');
    src:  url('../font/socicon.eot') format('embedded-opentype'),
      url('../font/socicon.ttf') format('truetype'),
      url('../font/socicon.woff') format('woff'),
      url('../font/socicon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    text-transform: initial;
}

/* inline icon
   ========================================================================== */
.socicon {
    position: relative;
    top: 3px;
    display: inline-block;
    font-family: 'socicon';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.2em;
}

.socicon:empty {
    width: 1em;
}

.socicon-500px {
    background-color: #58a9de;
    color: #58a9de;
}

.socicon-500px:before {
    content: "\e056"
}

.socicon-airbnb {
    background-color: #FF5A5F;
    color: #FF5A5F;
}

.socicon-airbnb:before {
    content: "\e00e"
}

.socicon-android {
    background-color: #8ec047;
    color: #8ec047;
}

.socicon-android:before {
    content: "\e03e"
}

.socicon-apple {
    background-color: #B9BFC1;
    color: #B9BFC1;
}

.socicon-apple:before {
    content: "\e02e"
}

.socicon-appnet {
    background-color: #494949;
    color: #494949;
}

.socicon-appnet:before {
    content: "\e013"
}

.socicon-baidu {
    background-color: #2319DC;
    color: #2319DC;
}

.socicon-baidu:before {
    content: "\e061"
}

.socicon-bandcamp {
    background-color: #619aa9;
    color: #619aa9;
}

.socicon-bandcamp:before {
    content: "\e06a"
}

.socicon-bebo {
    background-color: #EF1011;
    color: #EF1011;
}

.socicon-bebo:before {
    content: "\e035"
}

.socicon-behance {
    background-color: #1769ff;
    color: #1769ff;
}

.socicon-behance:before {
    content: "\e027"
}

.socicon-blogger {
    background-color: #ec661c;
    color: #ec661c;
}

.socicon-blogger:before {
    content: "\e020"
}

.socicon-bloglovin {
    background-color: #000000;
    color: #000000;
}

.socicon-bloglovin:before {
    content: "\e075"
}

.socicon-buffer {
    background-color: #000000;
    color: #000000;
}

.socicon-buffer:before {
    content: "\e018"
}

.socicon-coderwall {
    background-color: #3E8DCC;
    color: #3E8DCC;
}

.socicon-coderwall:before {
    content: "\e011"
}

.socicon-dailymotion {
    background-color: #004e72;
    color: #004e72;
}

.socicon-dailymotion:before {
    content: "\e053"
}

.socicon-delicious {
    background-color: #020202;
    color: #020202;
}

.socicon-delicious:before {
    content: "\e028"
}

.socicon-deviantart {
    background-color: #c5d200;
    color: #c5d200;
}

.socicon-deviantart:before {
    content: "\e029"
}

.socicon-digg {
    background-color: #1d1d1b;
    color: #1d1d1b;
}

.socicon-digg:before {
    content: "\e025"
}

.socicon-disqus {
    background-color: #2e9fff;
    color: #2e9fff;
}

.socicon-disqus:before {
    content: "\e019"
}

.socicon-dribbble {
    background-color: #e84d88;
    color: #e84d88;
}

.socicon-dribbble:before {
    content: "\e023"
}

.socicon-drupal {
    background-color: #00598e;
    color: #00598e;
}

.socicon-drupal:before {
    content: "\e002"
}

.socicon-ebay {
    background-color: #E53238;
    color: #E53238;
}

.socicon-ebay:before {
    content: "\e063"
}

.socicon-envato {
    background-color: #82B540;
    color: #82B540;
}

.socicon-envato:before {
    content: "\e026"
}

.socicon-eyeem {
    background-color: #000000;
    color: #000000;
}

.socicon-eyeem:before {
    content: "\e901"
}

.socicon-facebook {
    background-color: #3b5998;
    color: #3b5998;
}

.socicon-facebook:before {
    content: "\e041"
}

.socicon-feedburner {
    background-color: #FFCC00;
    color: #FFCC00;
}

.socicon-feedburner:before {
    content: "\e048"
}

.socicon-feedly {
    background-color: #34B151;
    color: #34B151;
}

.socicon-feedly:before {
    content: "\e074"
}

.socicon-flattr {
    background-color: #F67C1A;
    color: #F67C1A;
}

.socicon-flattr:before {
    content: "\e02f"
}

.socicon-flickr {
    background-color: #ff0084;
    color: #ff0084;
}

.socicon-flickr:before {
    content: "\e055"
}

.socicon-foursquare {
    background-color: #F94877;
    color: #F94877;
}

.socicon-foursquare:before {
    content: "\e044"
}

.socicon-friendfeed {
    background-color: #2F72C4;
    color: #2F72C4;
}

.socicon-friendfeed:before {
    content: "\e032"
}

.socicon-github {
    background-color: #221e1b;
    color: #221e1b;
}

.socicon-github:before {
    content: "\e030"
}

.socicon-goodreads {
    background-color: #463020;
    color: #463020;
}

.socicon-goodreads:before {
    content: "\e014"
}

.socicon-google {
    background-color: #d93e2d;
    color: #d93e2d;
}

.socicon-google:before {
    content: "\e042"
}

.socicon-grooveshark {
    background-color: #000000;
    color: #000000;
}

.socicon-grooveshark:before {
    content: "\e04f"
}

.socicon-hellocoton {
    background-color: #D50066;
    color: #D50066;
}

.socicon-hellocoton:before {
    content: "\e900"
}

.socicon-houzz {
    background-color: #7CC04B;
    color: #7CC04B;
}

.socicon-houzz:before {
    content: "\e00a"
}

.socicon-identica {
    background-color: #000000;
    color: #000000;
}

.socicon-identica:before {
    content: "\e034"
}

.socicon-instagram {
    background-color: #E1306C;
    color: #E1306C;
}

.socicon-instagram:before {
    content: "\e057"
}

.socicon-lanyrd {
    background-color: #3c80c9;
    color: #3c80c9;
}

.socicon-lanyrd:before {
    content: "\e016"
}

.socicon-lastfm {
    background-color: #d41316;
    color: #d41316;
}

.socicon-lastfm:before {
    content: "\e050"
}

.socicon-linkedin {
    background-color: #3371b7;
    color: #3371b7;
}

.socicon-linkedin:before {
    content: "\e049"
}

.socicon-lookbook {
    background-color: #000000;
    color: #000000;
}

.socicon-lookbook:before {
    content: "\e073"
}

.socicon-mail {
    background-color: #000000;
    color: #000000;
}

.socicon-mail:before {
    content: "\e01f"
}

.socicon-medium {
    background-color: #01AB6C;
    color: #01AB6C
}

.socicon-medium:before {
    content: "\e06d"
}

.socicon-meetup {
    background-color: #e2373c;
    color: #e2373c;
}

.socicon-meetup:before {
    content: "\e03c"
}

.socicon-messenger {
    background-color: #0084ff;
    color: #0084ff;
}

.socicon-messenger:before {
    content: "\e906"
}

.socicon-myspace {
    background-color: #323232;
    color: #323232;
}

.socicon-myspace:before {
    content: "\e04c"
}

.socicon-newsvine {
    background-color: #075B2F;
    color: #075B2F;
}

.socicon-newsvine:before {
    content: "\e033"
}

.socicon-odnoklassniki {
    background-color: #f48420;
    color: #f48420;
}

.socicon-odnoklassniki:before {
    content: "\e00d"
}

.socicon-overwatch {
    background-color: #9E9E9E;
    color: #9E9E9E;
}

.socicon-overwatch:before {
    content: "\e076"
}

.socicon-outlook {
    background-color: #0072C6;
    color: #0072C6;
}

.socicon-outlook:before {
    content: "\e010"
}

.socicon-patreon {
    background-color: #E44727;
    color: #E44727;
}

.socicon-patreon:before {
    content: "\e01c"
}

.socicon-paypal {
    background-color: #009cde;
    color: #009cde;
}

.socicon-paypal:before {
    content: "\e00c"
}

.socicon-periscope {
    background-color: #40A4C4;
    color: #40A4C4;
}

.socicon-periscope:before {
    content: "\e00f"
}

.socicon-persona {
    background-color: #e6753d;
    color: #e6753d;
}

.socicon-persona:before {
    content: "\e008"
}

.socicon-pinterest {
    background-color: #c92619;
    color: #c92619;
}

.socicon-pinterest:before {
    content: "\e043"
}

.socicon-play {
    background-color: #000000;
    color: #000000;
}

.socicon-play:before {
    content: "\e02b"
}

.socicon-playstation {
    background-color: #000000;
    color: #000000;
}

.socicon-playstation:before {
    content: "\e03d"
}

.socicon-reddit {
    background-color: #e74a1e;
    color: #e74a1e;
}

.socicon-reddit:before {
    content: "\e022"
}

.socicon-rss {
    background-color: #f26109;
    color: #f26109;
}

.socicon-rss:before {
    content: "\e00b"
}

.socicon-skype {
    background-color: #28abe3;
    color: #28abe3;
}

.socicon-skype:before {
    content: "\e046"
}

.socicon-slideshare {
    background-color: #4ba3a6;
    color: #4ba3a6;
}

.socicon-slideshare:before {
    content: "\e017"
}

.socicon-smugmug {
    background-color: #ACFD32;
    color: #ACFD32;
}

.socicon-smugmug:before {
    content: "\e05e"
}

.socicon-snapchat {
    background-color: #000000;
    color: #000000;
}

.socicon-snapchat:before {
    content: "\e03f"
}

.socicon-soundcloud {
    background-color: #fe3801;
    color: #fe3801;
}

.socicon-soundcloud:before {
    content: "\e04d"
}

.socicon-spotify {
    background-color: #7bb342;
    color: #7bb342;
}

.socicon-spotify:before {
    content: "\e04e"
}

.socicon-stackoverflow {
    background-color: #FD9827;
    color: #FD9827;
}

.socicon-stackoverflow:before {
    content: "\e007"
}

.socicon-steam {
    background-color: #8F8D8A;
    color: #8F8D8A;
}

.socicon-steam:before {
    content: "\e037"
}

.socicon-strava {
    background-color: #FC4C02;
    color: #FC4C02;
}

.socicon-strava:before {
    content: "\e081"
}

.socicon-stumbleupon {
    background-color: #e64011;
    color: #e64011;
}

.socicon-stumbleupon:before {
    content: "\e024"
}

.socicon-swarm {
    background-color: #FC9D3C;
    color: #FC9D3C;
}

.socicon-swarm:before {
    content: "\e003"
}

.socicon-technorati {
    background-color: #5cb030;
    color: #5cb030;
}

.socicon-technorati:before {
    content: "\e021"
}

.socicon-telegram {
    background-color: #0088cc;
    color: #0088cc;
}

.socicon-telegram:before {
    content: "\e06e"
}

.socicon-tripadvisor {
    background-color: #589442;
    color: #589442;
}

.socicon-tripadvisor:before {
    content: "\e012"
}

.socicon-tripit {
    background-color: #1982C3;
    color: #1982C3;
}

.socicon-tripit:before {
    content: "\e015"
}

.socicon-triplej {
    background-color: #E53531;
    color: #E53531;
}

.socicon-triplej:before {
    content: "\e009"
}

.socicon-tumblr {
    background-color: #45556c;
    color: #45556c;
}

.socicon-tumblr:before {
    content: "\e059"
}

.socicon-twitter {
    background-color: #55acee;
    color: #55acee;
}

.socicon-twitter:before {
    content: "\e040"
}

.socicon-viadeo {
    background-color: #e4a000;
    color: #e4a000;
}

.socicon-viadeo:before {
    content: "\e04a"
}


.socicon-viber {
    background-color: #7b519d;
    color: #7b519d;
}

.socicon-viber:before {
    content: "\e071"
}


.socicon-vimeo {
    background-color: #51b5e7;
    color: #51b5e7;
}

.socicon-vimeo:before {
    content: "\e052"
}

.socicon-vine {
    background-color: #00b389;
    color: #00b389;
}

.socicon-vine:before {
    content: "\e054"
}

.socicon-vkontakte {
    background-color: #5a7fa6;
    color: #5a7fa6;
}

.socicon-vkontakte:before {
    content: "\e01a"
}

.socicon-wikipedia {
    background-color: #000000;
    color: #000000;
}

.socicon-wikipedia:before {
    content: "\e02d"
}

.socicon-windows {
    background-color: #00BDF6;
    color: #00BDF6;
}

.socicon-windows:before {
    content: "\e039"
}

.socicon-wordpress {
    background-color: #464646;
    color: #464646;
}

.socicon-wordpress:before {
    content: "\e058"
}

.socicon-xbox {
    background-color: #92C83E;
    color: #92C83E;
}

.socicon-xbox:before {
    content: "\e038"
}

.socicon-xing {
    background-color: #005a60;
    color: #005a60;
}

.socicon-xing:before {
    content: "\e04b"
}

.socicon-yahoo {
    background-color: #6E2A85;
    color: #6E2A85;
}

.socicon-yahoo:before {
    content: "\e045"
}

.socicon-yammer {
    background-color: #1175C4;
    color: #1175C4;
}

.socicon-yammer:before {
    content: "\e005"
}

.socicon-yelp {
    background-color: #c83218;
    color: #c83218;
}

.socicon-yelp:before {
    content: "\e047"
}

.socicon-youtube {
    background-color: #e02a20;
    color: #e02a20;
}

.socicon-youtube:before {
    content: "\e051"
}

.socicon-zerply {
    background-color: #9DBC7A;
    color: #9DBC7A;
}

.socicon-zerply:before {
    content: "\e02c"
}

.socicon-zynga {
    background-color: #DC0606;
    color: #DC0606;
}

.socicon-zynga:before {
    content: "\e036"
}

.zoom-social-icons-list {
    list-style-type: none;
}

.zoom-social_icons-list__item {
    margin: 0 0 10px;
}

.zoom-social_icons-list__label {
    margin-left: 4px;
}

.zoom-social-icons-list--no-labels .zoom-social_icons-list__item {
    display: inline-block;
    margin: 4px;
    border: none;
}

.zoom-social-icons-list .socicon,
.zoom-social-icons-list .dashicons,
.zoom-social-icons-list .genericon,
.zoom-social-icons-list .fa
{
    padding: 8px;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -moz-transition: opacity .2s;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    top: 0px;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    line-height: 1em;
    font-size: 1.2em;
}

.zoom-social-icons-list--with-canvas .socicon,
.zoom-social-icons-list--with-canvas .dashicons,
.zoom-social-icons-list--with-canvas .genericon,
.zoom-social-icons-list--with-canvas .fa
{
    color: #ffffff;
}

.zoom-social-icons-list--without-canvas .socicon,
.zoom-social-icons-list--without-canvas .dashicons,
.zoom-social-icons-list--without-canvas .genericon,
.zoom-social-icons-list--without-canvas .fa
{
    background: none;
}

/* .widget because we need higher css specificity */
.widget .zoom-social-icons-list--without-canvas {
    margin-left: -8px;
    margin-top: -4px;
}

.widget .zoom-social-icons-list--no-labels.zoom-social-icons-list--without-canvas {
    margin-left: -14px;
    margin-top: -8px;
}

.zoom-social-icons-list--rounded .socicon,
.zoom-social-icons-list--rounded .genericon,
.zoom-social-icons-list--rounded .dashicons,
.zoom-social-icons-list--rounded .fa
{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
}

.zoom-social_icons-list__link {
    text-align: center;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.zoom-social_icons-list__link:hover {
    opacity: .9;
    border: none;
    text-decoration: none;
    box-shadow: none !important;
}

.zoom-social-icons-list--round .socicon,
.zoom-social-icons-list--round .genericon,
.zoom-social-icons-list--round .dashicons,
.zoom-social-icons-list--round .fa
{
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.zoom-social-icons-list {
    margin: 0;
    padding: 0;
}





/* #########################################  */










/* revslider/public/assets/css/settings.css */

.tp-caption .backcorner,.tp-caption .backcornertop,.tp-caption .frontcorner,.tp-caption .frontcornertop{height:0;width:0;position:absolute}@font-face{font-family:revicons;src:url(../fonts/revicons/revicons.eot?5510888);src:url(../fonts/revicons/revicons.eot?5510888#iefix) format('embedded-opentype'),url(../fonts/revicons/revicons.woff?5510888) format('woff'),url(../fonts/revicons/revicons.ttf?5510888) format('truetype'),url(../fonts/revicons/revicons.svg?5510888#revicons) format('svg');font-weight:400;font-style:normal}[class*=" revicon-"]:before,[class^=revicon-]:before{font-family:revicons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em}.revicon-search-1:before{content:'\e802'}.revicon-pencil-1:before{content:'\e831'}.revicon-picture-1:before{content:'\e803'}.revicon-cancel:before{content:'\e80a'}.revicon-info-circled:before{content:'\e80f'}.revicon-trash:before{content:'\e801'}.revicon-left-dir:before{content:'\e817'}.revicon-right-dir:before{content:'\e818'}.revicon-down-open:before{content:'\e83b'}.revicon-left-open:before{content:'\e819'}.revicon-right-open:before{content:'\e81a'}.revicon-angle-left:before{content:'\e820'}.revicon-angle-right:before{content:'\e81d'}.revicon-left-big:before{content:'\e81f'}.revicon-right-big:before{content:'\e81e'}.revicon-magic:before{content:'\e807'}.revicon-picture:before{content:'\e800'}.revicon-export:before{content:'\e80b'}.revicon-cog:before{content:'\e832'}.revicon-login:before{content:'\e833'}.revicon-logout:before{content:'\e834'}.revicon-video:before{content:'\e805'}.revicon-arrow-combo:before{content:'\e827'}.revicon-left-open-1:before{content:'\e82a'}.revicon-right-open-1:before{content:'\e82b'}.revicon-left-open-mini:before{content:'\e822'}.revicon-right-open-mini:before{content:'\e823'}.revicon-left-open-big:before{content:'\e824'}.revicon-right-open-big:before{content:'\e825'}.revicon-left:before{content:'\e836'}.revicon-right:before{content:'\e826'}.revicon-ccw:before{content:'\e808'}.revicon-arrows-ccw:before{content:'\e806'}.revicon-palette:before{content:'\e829'}.revicon-list-add:before{content:'\e80c'}.revicon-doc:before{content:'\e809'}.revicon-left-open-outline:before{content:'\e82e'}.revicon-left-open-2:before{content:'\e82c'}.revicon-right-open-outline:before{content:'\e82f'}.revicon-right-open-2:before{content:'\e82d'}.revicon-equalizer:before{content:'\e83a'}.revicon-layers-alt:before{content:'\e804'}.revicon-popup:before{content:'\e828'}.rev_slider_wrapper{position:relative;z-index:0;width:100%}.rev_slider{position:relative;overflow:visible}.tp-overflow-hidden{overflow:hidden}.rev_slider img,.tp-simpleresponsive img{max-width:none!important;-moz-transition:none;-webkit-transition:none;-o-transition:none;transition:none;margin:0;padding:0;border:none}.rev_slider .no-slides-text{font-weight:700;text-align:center;padding-top:80px}.rev_slider>ul,.rev_slider>ul>li,.rev_slider>ul>li:before,.rev_slider_wrapper>ul,.tp-revslider-mainul>li,.tp-revslider-mainul>li:before,.tp-simpleresponsive>ul,.tp-simpleresponsive>ul>li,.tp-simpleresponsive>ul>li:before{list-style:none!important;position:absolute;margin:0!important;padding:0!important;overflow-x:visible;overflow-y:visible;background-image:none;background-position:0 0;text-indent:0;top:0;left:0}.rev_slider>ul>li,.rev_slider>ul>li:before,.tp-revslider-mainul>li,.tp-revslider-mainul>li:before,.tp-simpleresponsive>ul>li,.tp-simpleresponsive>ul>li:before{visibility:hidden}.tp-revslider-mainul,.tp-revslider-slidesli{padding:0!important;margin:0!important;list-style:none!important}.fullscreen-container,.fullwidthbanner-container{padding:0;position:relative}.rev_slider li.tp-revslider-slidesli{position:absolute!important}.tp-caption .rs-untoggled-content{display:block}.tp-caption .rs-toggled-content{display:none}.rs-toggle-content-active.tp-caption .rs-toggled-content{display:block}.rs-toggle-content-active.tp-caption .rs-untoggled-content{display:none}.rev_slider .caption,.rev_slider .tp-caption{position:relative;visibility:hidden;white-space:nowrap;display:block}.rev_slider .tp-mask-wrap .tp-caption,.rev_slider .tp-mask-wrap :last-child,.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,.wpb_text_column .rev_slider .tp-mask-wrap :last-child{margin-bottom:0}.tp-carousel-wrapper{cursor:url(openhand.cur),move}.tp-carousel-wrapper.dragged{cursor:url(closedhand.cur),move}.tp-caption{z-index:1;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;position:absolute;-webkit-font-smoothing:antialiased!important}.tp_inner_padding{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;max-height:none!important}.tp-caption.tp-layer-selectable{-moz-user-select:all;-khtml-user-select:all;-webkit-user-select:all;-o-user-select:all}.tp-caption.tp-hidden-caption,.tp-forcenotvisible,.tp-hide-revslider{visibility:hidden!important;display:none!important}.rev_slider embed,.rev_slider iframe,.rev_slider object,.rev_slider video{max-width:none!important}.fullwidthbanner-container{overflow:hidden}.fullwidthbanner-container .fullwidthabanner{width:100%;position:relative}.tp-static-layers{position:absolute;z-index:101;top:0;left:0}.tp-caption .frontcorner{border-left:40px solid transparent;border-right:0 solid transparent;border-top:40px solid #00A8FF;left:-40px;top:0}.tp-caption .backcorner{border-left:0 solid transparent;border-right:40px solid transparent;border-bottom:40px solid #00A8FF;right:0;top:0}.tp-caption .frontcornertop{border-left:40px solid transparent;border-right:0 solid transparent;border-bottom:40px solid #00A8FF;left:-40px;top:0}.tp-caption .backcornertop{border-left:0 solid transparent;border-right:40px solid transparent;border-top:40px solid #00A8FF;right:0;top:0}.tp-layer-inner-rotation{position:relative!important}img.tp-slider-alternative-image{width:100%;height:auto}.caption.fullscreenvideo,.rs-background-video-layer,.tp-caption.coverscreenvideo,.tp-caption.fullscreenvideo{width:100%;height:100%;top:0;left:0;position:absolute}.noFilterClass{filter:none!important}.rs-background-video-layer{visibility:hidden;z-index:0}.caption.fullscreenvideo iframe,.caption.fullscreenvideo video,.tp-caption.fullscreenvideo iframe,.tp-caption.fullscreenvideo iframe video{width:100%!important;height:100%!important;display:none}.fullcoveredvideo video,.fullscreenvideo video{background:#000}.fullcoveredvideo .tp-poster{background-position:center center;background-size:cover;width:100%;height:100%;top:0;left:0}.videoisplaying .html5vid .tp-poster{display:none}.tp-video-play-button,.tp-video-play-button i{display:inline-block;line-height:50px!important;vertical-align:top;text-align:center}.tp-video-play-button{background:#000;background:rgba(0,0,0,.3);border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;position:absolute;top:50%;left:50%;color:#FFF;margin-top:-25px;margin-left:-25px;cursor:pointer;width:50px;height:50px;box-sizing:border-box;-moz-box-sizing:border-box;z-index:4;opacity:0;-webkit-transition:opacity .3s ease-out!important;-moz-transition:opacity .3s ease-out!important;-o-transition:opacity .3s ease-out!important;transition:opacity .3s ease-out!important}.tp-caption .html5vid{width:100%!important;height:100%!important}.tp-video-play-button i{width:50px;height:50px;font-size:40px!important}.rs-fullvideo-cover,.tp-dottedoverlay,.tp-shadowcover{height:100%;top:0;left:0;position:absolute}.tp-caption .tp-revstop{display:none;border-left:5px solid #fff!important;border-right:5px solid #fff!important;margin-top:15px!important;line-height:20px!important;vertical-align:top;font-size:25px!important}.tp-seek-bar,.tp-video-button,.tp-volume-bar{outline:0;line-height:12px;margin:0;cursor:pointer}.videoisplaying .revicon-right-dir{display:none}.videoisplaying .tp-revstop{display:inline-block}.videoisplaying .tp-video-play-button{display:none}.tp-caption:hover .tp-video-play-button{opacity:1;display:block}.fullcoveredvideo .tp-video-play-button{display:none!important}.fullscreenvideo .fullscreenvideo video{object-fit:contain!important}.fullscreenvideo .fullcoveredvideo video{object-fit:cover!important}.tp-video-controls{position:absolute;bottom:0;left:0;right:0;padding:5px;opacity:0;-webkit-transition:opacity .3s;-moz-transition:opacity .3s;-o-transition:opacity .3s;-ms-transition:opacity .3s;transition:opacity .3s;background-image:linear-gradient(bottom,#000 13%,#323232 100%);background-image:-o-linear-gradient(bottom,#000 13%,#323232 100%);background-image:-moz-linear-gradient(bottom,#000 13%,#323232 100%);background-image:-webkit-linear-gradient(bottom,#000 13%,#323232 100%);background-image:-ms-linear-gradient(bottom,#000 13%,#323232 100%);background-image:-webkit-gradient(linear,left bottom,left top,color-stop(.13,#000),color-stop(1,#323232));display:table;max-width:100%;overflow:hidden;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.rev-btn.rev-hiddenicon i,.rev-btn.rev-withicon i{-webkit-transition:all .2s ease-out!important;-o-transition:all .2s ease-out!important;-ms-transition:all .2s ease-out!important}.tp-caption:hover .tp-video-controls{opacity:.9}.tp-video-button{background:rgba(0,0,0,.5);border:0;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;border-radius:3px;font-size:12px;color:#fff;padding:0}.tp-video-button:hover{cursor:pointer}.tp-video-button-wrap,.tp-video-seek-bar-wrap,.tp-video-vol-bar-wrap{padding:0 5px;display:table-cell}.tp-video-seek-bar-wrap{width:80%}.tp-video-vol-bar-wrap{width:20%}.tp-seek-bar,.tp-volume-bar{width:100%;padding:0}.rs-fullvideo-cover{width:100%;background:0 0;z-index:5}.rs-background-video-layer video::-webkit-media-controls{display:none!important}.tp-dottedoverlay{background-repeat:repeat;width:100%;z-index:3}.tp-dottedoverlay.twoxtwo{background:url(../assets/gridtile.png)}.tp-dottedoverlay.twoxtwowhite{background:url(../assets/gridtile_white.png)}.tp-dottedoverlay.threexthree{background:url(../assets/gridtile_3x3.png)}.tp-dottedoverlay.threexthreewhite{background:url(../assets/gridtile_3x3_white.png)}.tp-shadowcover{width:100%;background:#fff;z-index:-1}.tp-shadow1{-webkit-box-shadow:0 10px 6px -6px rgba(0,0,0,.8);-moz-box-shadow:0 10px 6px -6px rgba(0,0,0,.8);box-shadow:0 10px 6px -6px rgba(0,0,0,.8)}.tp-shadow2:after,.tp-shadow2:before,.tp-shadow3:before,.tp-shadow4:after{z-index:-2;position:absolute;content:"";bottom:10px;left:10px;width:50%;top:85%;max-width:300px;background:0 0;-webkit-box-shadow:0 15px 10px rgba(0,0,0,.8);-moz-box-shadow:0 15px 10px rgba(0,0,0,.8);box-shadow:0 15px 10px rgba(0,0,0,.8);-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-o-transform:rotate(-3deg);-ms-transform:rotate(-3deg);transform:rotate(-3deg)}.tp-shadow2:after,.tp-shadow4:after{-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-o-transform:rotate(3deg);-ms-transform:rotate(3deg);transform:rotate(3deg);right:10px;left:auto}.tp-shadow5{position:relative;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset;-moz-box-shadow:0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset;box-shadow:0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset}.tp-shadow5:after,.tp-shadow5:before{content:"";position:absolute;z-index:-2;-webkit-box-shadow:0 0 25px 0 rgba(0,0,0,.6);-moz-box-shadow:0 0 25px 0 rgba(0,0,0,.6);box-shadow:0 0 25px 0 rgba(0,0,0,.6);top:30%;bottom:0;left:20px;right:20px;-moz-border-radius:100px/20px;border-radius:100px/20px}.tp-button{padding:6px 13px 5px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;height:30px;cursor:pointer;color:#fff!important;text-shadow:0 1px 1px rgba(0,0,0,.6)!important;font-size:15px;line-height:45px!important;font-family:arial,sans-serif;font-weight:700;letter-spacing:-1px;text-decoration:none}.tp-button.big{color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.6);font-weight:700;padding:9px 20px;font-size:19px;line-height:57px!important}.purchase:hover,.tp-button.big:hover,.tp-button:hover{background-position:bottom,15px 11px}.purchase.green,.purchase:hover.green,.tp-button.green,.tp-button:hover.green{background-color:#21a117;-webkit-box-shadow:0 3px 0 0 #104d0b;-moz-box-shadow:0 3px 0 0 #104d0b;box-shadow:0 3px 0 0 #104d0b}.purchase.blue,.purchase:hover.blue,.tp-button.blue,.tp-button:hover.blue{background-color:#1d78cb;-webkit-box-shadow:0 3px 0 0 #0f3e68;-moz-box-shadow:0 3px 0 0 #0f3e68;box-shadow:0 3px 0 0 #0f3e68}.purchase.red,.purchase:hover.red,.tp-button.red,.tp-button:hover.red{background-color:#cb1d1d;-webkit-box-shadow:0 3px 0 0 #7c1212;-moz-box-shadow:0 3px 0 0 #7c1212;box-shadow:0 3px 0 0 #7c1212}.purchase.orange,.purchase:hover.orange,.tp-button.orange,.tp-button:hover.orange{background-color:#f70;-webkit-box-shadow:0 3px 0 0 #a34c00;-moz-box-shadow:0 3px 0 0 #a34c00;box-shadow:0 3px 0 0 #a34c00}.purchase.darkgrey,.purchase:hover.darkgrey,.tp-button.darkgrey,.tp-button.grey,.tp-button:hover.darkgrey,.tp-button:hover.grey{background-color:#555;-webkit-box-shadow:0 3px 0 0 #222;-moz-box-shadow:0 3px 0 0 #222;box-shadow:0 3px 0 0 #222}.purchase.lightgrey,.purchase:hover.lightgrey,.tp-button.lightgrey,.tp-button:hover.lightgrey{background-color:#888;-webkit-box-shadow:0 3px 0 0 #555;-moz-box-shadow:0 3px 0 0 #555;box-shadow:0 3px 0 0 #555}.rev-btn,.rev-btn:visited{outline:0!important;box-shadow:none!important;text-decoration:none!important;line-height:44px;font-size:17px;font-weight:500;padding:12px 35px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;font-family:Roboto,sans-serif;cursor:pointer}.rev-btn.rev-uppercase,.rev-btn.rev-uppercase:visited{text-transform:uppercase;letter-spacing:1px;font-size:15px;font-weight:900}.rev-btn.rev-withicon i{font-size:15px;font-weight:400;position:relative;top:0;-moz-transition:all .2s ease-out!important;margin-left:10px!important}.rev-btn.rev-hiddenicon i{font-size:15px;font-weight:400;position:relative;top:0;-moz-transition:all .2s ease-out!important;opacity:0;margin-left:0!important;width:0!important}.rev-btn.rev-hiddenicon:hover i{opacity:1!important;margin-left:10px!important;width:auto!important}.rev-btn.rev-medium,.rev-btn.rev-medium:visited{line-height:36px;font-size:14px;padding:10px 30px}.rev-btn.rev-medium.rev-hiddenicon i,.rev-btn.rev-medium.rev-withicon i{font-size:14px;top:0}.rev-btn.rev-small,.rev-btn.rev-small:visited{line-height:28px;font-size:12px;padding:7px 20px}.rev-btn.rev-small.rev-hiddenicon i,.rev-btn.rev-small.rev-withicon i{font-size:12px;top:0}.rev-maxround{-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.rev-minround{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.rev-burger{position:relative;width:60px;height:60px;box-sizing:border-box;padding:22px 0 0 14px;border-radius:50%;border:1px solid rgba(51,51,51,.25);tap-highlight-color:transparent;cursor:pointer}.rev-burger span{display:block;width:30px;height:3px;background:#333;transition:.7s;pointer-events:none;transform-style:flat!important}.rev-burger.revb-white span,.rev-burger.revb-whitenoborder span{background:#fff}.rev-burger span:nth-child(2){margin:3px 0}#dialog_addbutton .rev-burger:hover :first-child,.open .rev-burger :first-child,.open.rev-burger :first-child{transform:translateY(6px) rotate(-45deg);-webkit-transform:translateY(6px) rotate(-45deg)}#dialog_addbutton .rev-burger:hover :nth-child(2),.open .rev-burger :nth-child(2),.open.rev-burger :nth-child(2){transform:rotate(-45deg);-webkit-transform:rotate(-45deg);opacity:0}#dialog_addbutton .rev-burger:hover :last-child,.open .rev-burger :last-child,.open.rev-burger :last-child{transform:translateY(-6px) rotate(-135deg);-webkit-transform:translateY(-6px) rotate(-135deg)}.rev-burger.revb-white{border:2px solid rgba(255,255,255,.2)}.rev-burger.revb-darknoborder,.rev-burger.revb-whitenoborder{border:0}.rev-burger.revb-darknoborder span{background:#333}.rev-burger.revb-whitefull{background:#fff;border:none}.rev-burger.revb-whitefull span{background:#333}.rev-burger.revb-darkfull{background:#333;border:none}.rev-burger.revb-darkfull span,.rev-scroll-btn.revs-fullwhite{background:#fff}@-webkit-keyframes rev-ani-mouse{0%{opacity:1;top:29%}15%{opacity:1;top:50%}50%{opacity:0;top:50%}100%{opacity:0;top:29%}}@-moz-keyframes rev-ani-mouse{0%{opacity:1;top:29%}15%{opacity:1;top:50%}50%{opacity:0;top:50%}100%{opacity:0;top:29%}}@keyframes rev-ani-mouse{0%{opacity:1;top:29%}15%{opacity:1;top:50%}50%{opacity:0;top:50%}100%{opacity:0;top:29%}}.rev-scroll-btn{display:inline-block;position:relative;left:0;right:0;text-align:center;cursor:pointer;width:35px;height:55px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:3px solid #fff;border-radius:23px}.rev-control-btn,.tp-tab,.tp-thumb{box-sizing:border-box;cursor:pointer}.rev-scroll-btn>*{display:inline-block;line-height:18px;font-size:13px;font-weight:400;color:#fff;font-family:proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;letter-spacing:2px}.rev-scroll-btn>.active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover{color:#fff}.rev-scroll-btn>.active,.rev-scroll-btn>:active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover{filter:alpha(opacity=80)}.rev-scroll-btn.revs-fullwhite span{background:#333}.rev-scroll-btn.revs-fulldark{background:#333;border:none}.rev-scroll-btn.revs-fulldark span,.tp-bullet{background:#fff}.rev-scroll-btn span{position:absolute;display:block;top:29%;left:50%;width:8px;height:8px;margin:-4px 0 0 -4px;background:#fff;border-radius:50%;-webkit-animation:rev-ani-mouse 2.5s linear infinite;-moz-animation:rev-ani-mouse 2.5s linear infinite;animation:rev-ani-mouse 2.5s linear infinite}.rev-scroll-btn.revs-dark{border-color:#333}.rev-scroll-btn.revs-dark span{background:#333}.rev-control-btn{position:relative;display:inline-block;z-index:5;color:#FFF;font-size:20px;line-height:60px;font-weight:400;font-style:normal;font-family:Raleway;text-decoration:none;text-align:center;background-color:#000;border-radius:50px;text-shadow:none;background-color:rgba(0,0,0,.5);width:60px;height:60px}.rev-cbutton-dark-sr,.rev-cbutton-light-sr{border-radius:3px}.rev-cbutton-light,.rev-cbutton-light-sr{color:#333;background-color:rgba(255,255,255,.75)}.rev-sbutton{line-height:37px;width:37px;height:37px}.rev-sbutton-blue{background-color:#3B5998}.rev-sbutton-lightblue{background-color:#00A0D1}.rev-sbutton-red{background-color:#DD4B39}.tp-bannertimer{visibility:hidden;width:100%;position:absolute;z-index:200;top:0}.tp-bannertimer.tp-bottom{top:auto;bottom:0!important;height:5px}.tp-simpleresponsive img{-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none}.tp-caption img{background:0 0;-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);zoom:1}.caption.slidelink a div,.tp-caption.slidelink a div{width:3000px;height:1500px;background:url(../assets/coloredbg.png)}.tp-caption.slidelink a span{background:url(../assets/coloredbg.png)}.tp-shape{width:100%;height:100%}.tp-caption .rs-starring{display:inline-block}.tp-caption .rs-starring .star-rating{float:none;display:inline-block;vertical-align:top}.tp-caption .rs-starring .star-rating,.tp-caption .rs-starring-page .star-rating{position:relative;height:1em;width:5.4em;font-size:1em!important;font-family:star}.tp-loader.spinner0,.tp-loader.spinner1{width:40px;height:40px;box-shadow:0 0 20px 0 rgba(0,0,0,.15);margin-top:-20px;margin-left:-20px;border-radius:3px}.tp-caption .rs-starring .star-rating:before,.tp-caption .rs-starring-page .star-rating:before{content:"\73\73\73\73\73";color:#E0DADF;float:left;top:0;left:0;position:absolute}.tp-caption .rs-starring .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em;font-size:1em!important}.tp-caption .rs-starring .star-rating span:before{content:"\53\53\53\53\53";top:0;position:absolute;left:0}.tp-caption .rs-starring .star-rating{color:#FFC321!important}.tp-loader{top:50%;left:50%;z-index:10000;position:absolute}.tp-loader.spinner0{background:url(../assets/loader.gif) center center no-repeat;-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.15);-webkit-animation:tp-rotateplane 1.2s infinite ease-in-out;animation:tp-rotateplane 1.2s infinite ease-in-out;-moz-border-radius:3px;-webkit-border-radius:3px}.tp-loader.spinner1{background-color:#fff;-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.15);-webkit-animation:tp-rotateplane 1.2s infinite ease-in-out;animation:tp-rotateplane 1.2s infinite ease-in-out;-moz-border-radius:3px;-webkit-border-radius:3px}.tp-loader.spinner5{background:url(../assets/loader.gif) 10px 10px no-repeat #fff;margin:-22px;width:44px;height:44px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px}@-webkit-keyframes tp-rotateplane{0%{-webkit-transform:perspective(120px)}50%{-webkit-transform:perspective(120px) rotateY(180deg)}100%{-webkit-transform:perspective(120px) rotateY(180deg) rotateX(180deg)}}@keyframes tp-rotateplane{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.tp-loader.spinner2{width:40px;height:40px;margin-top:-20px;margin-left:-20px;background-color:red;box-shadow:0 0 20px 0 rgba(0,0,0,.15);-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;-webkit-animation:tp-scaleout 1s infinite ease-in-out;animation:tp-scaleout 1s infinite ease-in-out}@-webkit-keyframes tp-scaleout{0%{-webkit-transform:scale(0)}100%{-webkit-transform:scale(1);opacity:0}}@keyframes tp-scaleout{0%{transform:scale(0);-webkit-transform:scale(0)}100%{transform:scale(1);-webkit-transform:scale(1);opacity:0}}.tp-loader.spinner3{margin:-9px 0 0 -35px;width:70px;text-align:center}.tp-loader.spinner3 .bounce1,.tp-loader.spinner3 .bounce2,.tp-loader.spinner3 .bounce3{width:18px;height:18px;background-color:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.15);-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;display:inline-block;-webkit-animation:tp-bouncedelay 1.4s infinite ease-in-out;animation:tp-bouncedelay 1.4s infinite ease-in-out;-webkit-animation-fill-mode:both;animation-fill-mode:both}.tp-loader.spinner3 .bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}.tp-loader.spinner3 .bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes tp-bouncedelay{0%,100%,80%{-webkit-transform:scale(0)}40%{-webkit-transform:scale(1)}}@keyframes tp-bouncedelay{0%,100%,80%{transform:scale(0)}40%{transform:scale(1)}}.tp-loader.spinner4{margin:-20px 0 0 -20px;width:40px;height:40px;text-align:center;-webkit-animation:tp-rotate 2s infinite linear;animation:tp-rotate 2s infinite linear}.tp-loader.spinner4 .dot1,.tp-loader.spinner4 .dot2{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:#fff;border-radius:100%;-webkit-animation:tp-bounce 2s infinite ease-in-out;animation:tp-bounce 2s infinite ease-in-out;box-shadow:0 0 20px 0 rgba(0,0,0,.15);-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.15)}.tp-loader.spinner4 .dot2{top:auto;bottom:0;-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes tp-rotate{100%{-webkit-transform:rotate(360deg)}}@keyframes tp-rotate{100%{transform:rotate(360deg);-webkit-transform:rotate(360deg)}}@-webkit-keyframes tp-bounce{0%,100%{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes tp-bounce{0%,100%{transform:scale(0)}50%{transform:scale(1)}}.tp-bullets.navbar,.tp-tabs.navbar,.tp-thumbs.navbar{border:none;min-height:0;margin:0;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0}.tp-bullets,.tp-tabs,.tp-thumbs{position:absolute;display:block;z-index:1000;top:0;left:0}.tp-tab,.tp-thumb{position:absolute;opacity:.5;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.tp-arr-imgholder,.tp-tab-image,.tp-thumb-image,.tp-videoposter{background-position:center center;background-size:cover;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.tp-tab.selected,.tp-tab:hover,.tp-thumb.selected,.tp-thumb:hover{opacity:1}.tp-tab-mask,.tp-thumb-mask{box-sizing:border-box!important;-webkit-box-sizing:border-box!important;-moz-box-sizing:border-box!important}.tp-tabs,.tp-thumbs{box-sizing:content-box!important;-webkit-box-sizing:content-box!important;-moz-box-sizing:content-box!important}.tp-bullet{width:15px;height:15px;position:absolute;background:rgba(255,255,255,.3);cursor:pointer}.tp-bullet.selected,.tp-bullet:hover{background:#fff}.tp-bannertimer{background:#000;background:rgba(0,0,0,.15);height:5px}.tparrows{cursor:pointer;background:#000;background:rgba(0,0,0,.5);width:40px;height:40px;position:absolute;display:block;z-index:1000}.tparrows:hover{background:#000}.tparrows:before{font-family:revicons;font-size:15px;color:#fff;display:block;line-height:40px;text-align:center}.hginfo,.hglayerinfo{font-size:12px;font-weight:600}.tparrows.tp-leftarrow:before{content:'\e824'}.tparrows.tp-rightarrow:before{content:'\e825'}.dddwrappershadow{box-shadow:0 45px 100px rgba(0,0,0,.4)}.hglayerinfo{position:fixed;bottom:0;left:0;color:#FFF;line-height:20px;background:rgba(0,0,0,.75);padding:5px 10px;z-index:2000;white-space:normal}.helpgrid,.hginfo{position:absolute}.hginfo{top:-2px;left:-2px;color:#e74c3c;background:#000;padding:2px 5px}.indebugmode .tp-caption:hover{border:1px dashed #c0392b!important}.helpgrid{border:2px dashed #c0392b;top:0;peft:0;z-index:0}#revsliderlogloglog{padding:15px;color:#fff;position:fixed;top:0;left:0;width:200px;height:150px;background:rgba(0,0,0,.7);z-index:100000;font-size:10px;overflow:scroll}


/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face{font-family:'FontAwesome';src:url(../fonts/fontawesome-webfont.eot?v=4.5.0);src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0) format("embedded-opentype"),url(../fonts/fontawesome-webfont.woff2?v=4.5.0) format("woff2"),url(../fonts/fontawesome-webfont.woff?v=4.5.0) format("woff"),url(../fonts/fontawesome-webfont.ttf?v=4.5.0) format("truetype"),url(../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format("svg");font-weight:400;font-style:normal}[class^="fa-icon-"],[class*=" fa-icon-"]{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-icon-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-icon-2x{font-size:2em}.fa-icon-3x{font-size:3em}.fa-icon-4x{font-size:4em}.fa-icon-5x{font-size:5em}.fa-icon-fw{width:1.28571429em;text-align:center}.fa-icon-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-icon-ul > li{position:relative}.fa-icon-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-icon-li.fa-icon-lg{left:-1.85714286em}.fa-icon-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-icon-pull-left{float:left}.fa-icon-pull-right{float:right}.fa-icon.fa-icon-pull-left{margin-right:.3em}.fa-icon.fa-icon-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa-icon.pull-left{margin-right:.3em}.fa-icon.pull-right{margin-left:.3em}.fa-icon-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-icon-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-icon-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-icon-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-icon-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-icon-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-icon-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-icon-rotate-90,:root .fa-icon-rotate-180,:root .fa-icon-rotate-270,:root .fa-icon-flip-horizontal,:root .fa-icon-flip-vertical{filter:none}.fa-icon-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-icon-stack-1x,.fa-icon-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-icon-stack-1x{line-height:inherit}.fa-icon-stack-2x{font-size:2em}.fa-icon-inverse{color:#fff}.fa-icon-glass:before{content:"\f000"}.fa-icon-music:before{content:"\f001"}.fa-icon-search:before{content:"\f002"}.fa-icon-envelope-o:before{content:"\f003"}.fa-icon-heart:before{content:"\f004"}.fa-icon-star:before{content:"\f005"}.fa-icon-star-o:before{content:"\f006"}.fa-icon-user:before{content:"\f007"}.fa-icon-film:before{content:"\f008"}.fa-icon-th-large:before{content:"\f009"}.fa-icon-th:before{content:"\f00a"}.fa-icon-th-list:before{content:"\f00b"}.fa-icon-check:before{content:"\f00c"}.fa-icon-remove:before,.fa-icon-close:before,.fa-icon-times:before{content:"\f00d"}.fa-icon-search-plus:before{content:"\f00e"}.fa-icon-search-minus:before{content:"\f010"}.fa-icon-power-off:before{content:"\f011"}.fa-icon-signal:before{content:"\f012"}.fa-icon-gear:before,.fa-icon-cog:before{content:"\f013"}.fa-icon-trash-o:before{content:"\f014"}.fa-icon-home:before{content:"\f015"}.fa-icon-file-o:before{content:"\f016"}.fa-icon-clock-o:before{content:"\f017"}.fa-icon-road:before{content:"\f018"}.fa-icon-download:before{content:"\f019"}.fa-icon-arrow-circle-o-down:before{content:"\f01a"}.fa-icon-arrow-circle-o-up:before{content:"\f01b"}.fa-icon-inbox:before{content:"\f01c"}.fa-icon-play-circle-o:before{content:"\f01d"}.fa-icon-rotate-right:before,.fa-icon-repeat:before{content:"\f01e"}.fa-icon-refresh:before{content:"\f021"}.fa-icon-list-alt:before{content:"\f022"}.fa-icon-lock:before{content:"\f023"}.fa-icon-flag:before{content:"\f024"}.fa-icon-headphones:before{content:"\f025"}.fa-icon-volume-off:before{content:"\f026"}.fa-icon-volume-down:before{content:"\f027"}.fa-icon-volume-up:before{content:"\f028"}.fa-icon-qrcode:before{content:"\f029"}.fa-icon-barcode:before{content:"\f02a"}.fa-icon-tag:before{content:"\f02b"}.fa-icon-tags:before{content:"\f02c"}.fa-icon-book:before{content:"\f02d"}.fa-icon-bookmark:before{content:"\f02e"}.fa-icon-print:before{content:"\f02f"}.fa-icon-camera:before{content:"\f030"}.fa-icon-font:before{content:"\f031"}.fa-icon-bold:before{content:"\f032"}.fa-icon-italic:before{content:"\f033"}.fa-icon-text-height:before{content:"\f034"}.fa-icon-text-width:before{content:"\f035"}.fa-icon-align-left:before{content:"\f036"}.fa-icon-align-center:before{content:"\f037"}.fa-icon-align-right:before{content:"\f038"}.fa-icon-align-justify:before{content:"\f039"}.fa-icon-list:before{content:"\f03a"}.fa-icon-dedent:before,.fa-icon-outdent:before{content:"\f03b"}.fa-icon-indent:before{content:"\f03c"}.fa-icon-video-camera:before{content:"\f03d"}.fa-icon-photo:before,.fa-icon-image:before,.fa-icon-picture-o:before{content:"\f03e"}.fa-icon-pencil:before{content:"\f040"}.fa-icon-map-marker:before{content:"\f041"}.fa-icon-adjust:before{content:"\f042"}.fa-icon-tint:before{content:"\f043"}.fa-icon-edit:before,.fa-icon-pencil-square-o:before{content:"\f044"}.fa-icon-share-square-o:before{content:"\f045"}.fa-icon-check-square-o:before{content:"\f046"}.fa-icon-arrows:before{content:"\f047"}.fa-icon-step-backward:before{content:"\f048"}.fa-icon-fast-backward:before{content:"\f049"}.fa-icon-backward:before{content:"\f04a"}.fa-icon-play:before{content:"\f04b"}.fa-icon-pause:before{content:"\f04c"}.fa-icon-stop:before{content:"\f04d"}.fa-icon-forward:before{content:"\f04e"}.fa-icon-fast-forward:before{content:"\f050"}.fa-icon-step-forward:before{content:"\f051"}.fa-icon-eject:before{content:"\f052"}.fa-icon-chevron-left:before{content:"\f053"}.fa-icon-chevron-right:before{content:"\f054"}.fa-icon-plus-circle:before{content:"\f055"}.fa-icon-minus-circle:before{content:"\f056"}.fa-icon-times-circle:before{content:"\f057"}.fa-icon-check-circle:before{content:"\f058"}.fa-icon-question-circle:before{content:"\f059"}.fa-icon-info-circle:before{content:"\f05a"}.fa-icon-crosshairs:before{content:"\f05b"}.fa-icon-times-circle-o:before{content:"\f05c"}.fa-icon-check-circle-o:before{content:"\f05d"}.fa-icon-ban:before{content:"\f05e"}.fa-icon-arrow-left:before{content:"\f060"}.fa-icon-arrow-right:before{content:"\f061"}.fa-icon-arrow-up:before{content:"\f062"}.fa-icon-arrow-down:before{content:"\f063"}.fa-icon-mail-forward:before,.fa-icon-share:before{content:"\f064"}.fa-icon-expand:before{content:"\f065"}.fa-icon-compress:before{content:"\f066"}.fa-icon-plus:before{content:"\f067"}.fa-icon-minus:before{content:"\f068"}.fa-icon-asterisk:before{content:"\f069"}.fa-icon-exclamation-circle:before{content:"\f06a"}.fa-icon-gift:before{content:"\f06b"}.fa-icon-leaf:before{content:"\f06c"}.fa-icon-fire:before{content:"\f06d"}.fa-icon-eye:before{content:"\f06e"}.fa-icon-eye-slash:before{content:"\f070"}.fa-icon-warning:before,.fa-icon-exclamation-triangle:before{content:"\f071"}.fa-icon-plane:before{content:"\f072"}.fa-icon-calendar:before{content:"\f073"}.fa-icon-random:before{content:"\f074"}.fa-icon-comment:before{content:"\f075"}.fa-icon-magnet:before{content:"\f076"}.fa-icon-chevron-up:before{content:"\f077"}.fa-icon-chevron-down:before{content:"\f078"}.fa-icon-retweet:before{content:"\f079"}.fa-icon-shopping-cart:before{content:"\f07a"}.fa-icon-folder:before{content:"\f07b"}.fa-icon-folder-open:before{content:"\f07c"}.fa-icon-arrows-v:before{content:"\f07d"}.fa-icon-arrows-h:before{content:"\f07e"}.fa-icon-bar-chart-o:before,.fa-icon-bar-chart:before{content:"\f080"}.fa-icon-twitter-square:before{content:"\f081"}.fa-icon-facebook-square:before{content:"\f082"}.fa-icon-camera-retro:before{content:"\f083"}.fa-icon-key:before{content:"\f084"}.fa-icon-gears:before,.fa-icon-cogs:before{content:"\f085"}.fa-icon-comments:before{content:"\f086"}.fa-icon-thumbs-o-up:before{content:"\f087"}.fa-icon-thumbs-o-down:before{content:"\f088"}.fa-icon-star-half:before{content:"\f089"}.fa-icon-heart-o:before{content:"\f08a"}.fa-icon-sign-out:before{content:"\f08b"}.fa-icon-linkedin-square:before{content:"\f08c"}.fa-icon-thumb-tack:before{content:"\f08d"}.fa-icon-external-link:before{content:"\f08e"}.fa-icon-sign-in:before{content:"\f090"}.fa-icon-trophy:before{content:"\f091"}.fa-icon-github-square:before{content:"\f092"}.fa-icon-upload:before{content:"\f093"}.fa-icon-lemon-o:before{content:"\f094"}.fa-icon-phone:before{content:"\f095"}.fa-icon-square-o:before{content:"\f096"}.fa-icon-bookmark-o:before{content:"\f097"}.fa-icon-phone-square:before{content:"\f098"}.fa-icon-twitter:before{content:"\f099"}.fa-icon-facebook-f:before,.fa-icon-facebook:before{content:"\f09a"}.fa-icon-github:before{content:"\f09b"}.fa-icon-unlock:before{content:"\f09c"}.fa-icon-credit-card:before{content:"\f09d"}.fa-icon-feed:before,.fa-icon-rss:before{content:"\f09e"}.fa-icon-hdd-o:before{content:"\f0a0"}.fa-icon-bullhorn:before{content:"\f0a1"}.fa-icon-bell:before{content:"\f0f3"}.fa-icon-certificate:before{content:"\f0a3"}.fa-icon-hand-o-right:before{content:"\f0a4"}.fa-icon-hand-o-left:before{content:"\f0a5"}.fa-icon-hand-o-up:before{content:"\f0a6"}.fa-icon-hand-o-down:before{content:"\f0a7"}.fa-icon-arrow-circle-left:before{content:"\f0a8"}.fa-icon-arrow-circle-right:before{content:"\f0a9"}.fa-icon-arrow-circle-up:before{content:"\f0aa"}.fa-icon-arrow-circle-down:before{content:"\f0ab"}.fa-icon-globe:before{content:"\f0ac"}.fa-icon-wrench:before{content:"\f0ad"}.fa-icon-tasks:before{content:"\f0ae"}.fa-icon-filter:before{content:"\f0b0"}.fa-icon-briefcase:before{content:"\f0b1"}.fa-icon-arrows-alt:before{content:"\f0b2"}.fa-icon-group:before,.fa-icon-users:before{content:"\f0c0"}.fa-icon-chain:before,.fa-icon-link:before{content:"\f0c1"}.fa-icon-cloud:before{content:"\f0c2"}.fa-icon-flask:before{content:"\f0c3"}.fa-icon-cut:before,.fa-icon-scissors:before{content:"\f0c4"}.fa-icon-copy:before,.fa-icon-files-o:before{content:"\f0c5"}.fa-icon-paperclip:before{content:"\f0c6"}.fa-icon-save:before,.fa-icon-floppy-o:before{content:"\f0c7"}.fa-icon-square:before{content:"\f0c8"}.fa-icon-navicon:before,.fa-icon-reorder:before,.fa-icon-bars:before{content:"\f0c9"}.fa-icon-list-ul:before{content:"\f0ca"}.fa-icon-list-ol:before{content:"\f0cb"}.fa-icon-strikethrough:before{content:"\f0cc"}.fa-icon-underline:before{content:"\f0cd"}.fa-icon-table:before{content:"\f0ce"}.fa-icon-magic:before{content:"\f0d0"}.fa-icon-truck:before{content:"\f0d1"}.fa-icon-pinterest:before{content:"\f0d2"}.fa-icon-pinterest-square:before{content:"\f0d3"}.fa-icon-google-plus-square:before{content:"\f0d4"}.fa-icon-google-plus:before{content:"\f0d5"}.fa-icon-money:before{content:"\f0d6"}.fa-icon-caret-down:before{content:"\f0d7"}.fa-icon-caret-up:before{content:"\f0d8"}.fa-icon-caret-left:before{content:"\f0d9"}.fa-icon-caret-right:before{content:"\f0da"}.fa-icon-columns:before{content:"\f0db"}.fa-icon-unsorted:before,.fa-icon-sort:before{content:"\f0dc"}.fa-icon-sort-down:before,.fa-icon-sort-desc:before{content:"\f0dd"}.fa-icon-sort-up:before,.fa-icon-sort-asc:before{content:"\f0de"}.fa-icon-envelope:before{content:"\f0e0"}.fa-icon-linkedin:before{content:"\f0e1"}.fa-icon-rotate-left:before,.fa-icon-undo:before{content:"\f0e2"}.fa-icon-legal:before,.fa-icon-gavel:before{content:"\f0e3"}.fa-icon-dashboard:before,.fa-icon-tachometer:before{content:"\f0e4"}.fa-icon-comment-o:before{content:"\f0e5"}.fa-icon-comments-o:before{content:"\f0e6"}.fa-icon-flash:before,.fa-icon-bolt:before{content:"\f0e7"}.fa-icon-sitemap:before{content:"\f0e8"}.fa-icon-umbrella:before{content:"\f0e9"}.fa-icon-paste:before,.fa-icon-clipboard:before{content:"\f0ea"}.fa-icon-lightbulb-o:before{content:"\f0eb"}.fa-icon-exchange:before{content:"\f0ec"}.fa-icon-cloud-download:before{content:"\f0ed"}.fa-icon-cloud-upload:before{content:"\f0ee"}.fa-icon-user-md:before{content:"\f0f0"}.fa-icon-stethoscope:before{content:"\f0f1"}.fa-icon-suitcase:before{content:"\f0f2"}.fa-icon-bell-o:before{content:"\f0a2"}.fa-icon-coffee:before{content:"\f0f4"}.fa-icon-cutlery:before{content:"\f0f5"}.fa-icon-file-text-o:before{content:"\f0f6"}.fa-icon-building-o:before{content:"\f0f7"}.fa-icon-hospital-o:before{content:"\f0f8"}.fa-icon-ambulance:before{content:"\f0f9"}.fa-icon-medkit:before{content:"\f0fa"}.fa-icon-fighter-jet:before{content:"\f0fb"}.fa-icon-beer:before{content:"\f0fc"}.fa-icon-h-square:before{content:"\f0fd"}.fa-icon-plus-square:before{content:"\f0fe"}.fa-icon-angle-double-left:before{content:"\f100"}.fa-icon-angle-double-right:before{content:"\f101"}.fa-icon-angle-double-up:before{content:"\f102"}.fa-icon-angle-double-down:before{content:"\f103"}.fa-icon-angle-left:before{content:"\f104"}.fa-icon-angle-right:before{content:"\f105"}.fa-icon-angle-up:before{content:"\f106"}.fa-icon-angle-down:before{content:"\f107"}.fa-icon-desktop:before{content:"\f108"}.fa-icon-laptop:before{content:"\f109"}.fa-icon-tablet:before{content:"\f10a"}.fa-icon-mobile-phone:before,.fa-icon-mobile:before{content:"\f10b"}.fa-icon-circle-o:before{content:"\f10c"}.fa-icon-quote-left:before{content:"\f10d"}.fa-icon-quote-right:before{content:"\f10e"}.fa-icon-spinner:before{content:"\f110"}.fa-icon-circle:before{content:"\f111"}.fa-icon-mail-reply:before,.fa-icon-reply:before{content:"\f112"}.fa-icon-github-alt:before{content:"\f113"}.fa-icon-folder-o:before{content:"\f114"}.fa-icon-folder-open-o:before{content:"\f115"}.fa-icon-smile-o:before{content:"\f118"}.fa-icon-frown-o:before{content:"\f119"}.fa-icon-meh-o:before{content:"\f11a"}.fa-icon-gamepad:before{content:"\f11b"}.fa-icon-keyboard-o:before{content:"\f11c"}.fa-icon-flag-o:before{content:"\f11d"}.fa-icon-flag-checkered:before{content:"\f11e"}.fa-icon-terminal:before{content:"\f120"}.fa-icon-code:before{content:"\f121"}.fa-icon-mail-reply-all:before,.fa-icon-reply-all:before{content:"\f122"}.fa-icon-star-half-empty:before,.fa-icon-star-half-full:before,.fa-icon-star-half-o:before{content:"\f123"}.fa-icon-location-arrow:before{content:"\f124"}.fa-icon-crop:before{content:"\f125"}.fa-icon-code-fork:before{content:"\f126"}.fa-icon-unlink:before,.fa-icon-chain-broken:before{content:"\f127"}.fa-icon-question:before{content:"\f128"}.fa-icon-info:before{content:"\f129"}.fa-icon-exclamation:before{content:"\f12a"}.fa-icon-superscript:before{content:"\f12b"}.fa-icon-subscript:before{content:"\f12c"}.fa-icon-eraser:before{content:"\f12d"}.fa-icon-puzzle-piece:before{content:"\f12e"}.fa-icon-microphone:before{content:"\f130"}.fa-icon-microphone-slash:before{content:"\f131"}.fa-icon-shield:before{content:"\f132"}.fa-icon-calendar-o:before{content:"\f133"}.fa-icon-fire-extinguisher:before{content:"\f134"}.fa-icon-rocket:before{content:"\f135"}.fa-icon-maxcdn:before{content:"\f136"}.fa-icon-chevron-circle-left:before{content:"\f137"}.fa-icon-chevron-circle-right:before{content:"\f138"}.fa-icon-chevron-circle-up:before{content:"\f139"}.fa-icon-chevron-circle-down:before{content:"\f13a"}.fa-icon-html5:before{content:"\f13b"}.fa-icon-css3:before{content:"\f13c"}.fa-icon-anchor:before{content:"\f13d"}.fa-icon-unlock-alt:before{content:"\f13e"}.fa-icon-bullseye:before{content:"\f140"}.fa-icon-ellipsis-h:before{content:"\f141"}.fa-icon-ellipsis-v:before{content:"\f142"}.fa-icon-rss-square:before{content:"\f143"}.fa-icon-play-circle:before{content:"\f144"}.fa-icon-ticket:before{content:"\f145"}.fa-icon-minus-square:before{content:"\f146"}.fa-icon-minus-square-o:before{content:"\f147"}.fa-icon-level-up:before{content:"\f148"}.fa-icon-level-down:before{content:"\f149"}.fa-icon-check-square:before{content:"\f14a"}.fa-icon-pencil-square:before{content:"\f14b"}.fa-icon-external-link-square:before{content:"\f14c"}.fa-icon-share-square:before{content:"\f14d"}.fa-icon-compass:before{content:"\f14e"}.fa-icon-toggle-down:before,.fa-icon-caret-square-o-down:before{content:"\f150"}.fa-icon-toggle-up:before,.fa-icon-caret-square-o-up:before{content:"\f151"}.fa-icon-toggle-right:before,.fa-icon-caret-square-o-right:before{content:"\f152"}.fa-icon-euro:before,.fa-icon-eur:before{content:"\f153"}.fa-icon-gbp:before{content:"\f154"}.fa-icon-dollar:before,.fa-icon-usd:before{content:"\f155"}.fa-icon-rupee:before,.fa-icon-inr:before{content:"\f156"}.fa-icon-cny:before,.fa-icon-rmb:before,.fa-icon-yen:before,.fa-icon-jpy:before{content:"\f157"}.fa-icon-ruble:before,.fa-icon-rouble:before,.fa-icon-rub:before{content:"\f158"}.fa-icon-won:before,.fa-icon-krw:before{content:"\f159"}.fa-icon-bitcoin:before,.fa-icon-btc:before{content:"\f15a"}.fa-icon-file:before{content:"\f15b"}.fa-icon-file-text:before{content:"\f15c"}.fa-icon-sort-alpha-asc:before{content:"\f15d"}.fa-icon-sort-alpha-desc:before{content:"\f15e"}.fa-icon-sort-amount-asc:before{content:"\f160"}.fa-icon-sort-amount-desc:before{content:"\f161"}.fa-icon-sort-numeric-asc:before{content:"\f162"}.fa-icon-sort-numeric-desc:before{content:"\f163"}.fa-icon-thumbs-up:before{content:"\f164"}.fa-icon-thumbs-down:before{content:"\f165"}.fa-icon-youtube-square:before{content:"\f166"}.fa-icon-youtube:before{content:"\f167"}.fa-icon-xing:before{content:"\f168"}.fa-icon-xing-square:before{content:"\f169"}.fa-icon-youtube-play:before{content:"\f16a"}.fa-icon-dropbox:before{content:"\f16b"}.fa-icon-stack-overflow:before{content:"\f16c"}.fa-icon-instagram:before{content:"\f16d"}.fa-icon-flickr:before{content:"\f16e"}.fa-icon-adn:before{content:"\f170"}.fa-icon-bitbucket:before{content:"\f171"}.fa-icon-bitbucket-square:before{content:"\f172"}.fa-icon-tumblr:before{content:"\f173"}.fa-icon-tumblr-square:before{content:"\f174"}.fa-icon-long-arrow-down:before{content:"\f175"}.fa-icon-long-arrow-up:before{content:"\f176"}.fa-icon-long-arrow-left:before{content:"\f177"}.fa-icon-long-arrow-right:before{content:"\f178"}.fa-icon-apple:before{content:"\f179"}.fa-icon-windows:before{content:"\f17a"}.fa-icon-android:before{content:"\f17b"}.fa-icon-linux:before{content:"\f17c"}.fa-icon-dribbble:before{content:"\f17d"}.fa-icon-skype:before{content:"\f17e"}.fa-icon-foursquare:before{content:"\f180"}.fa-icon-trello:before{content:"\f181"}.fa-icon-female:before{content:"\f182"}.fa-icon-male:before{content:"\f183"}.fa-icon-gittip:before,.fa-icon-gratipay:before{content:"\f184"}.fa-icon-sun-o:before{content:"\f185"}.fa-icon-moon-o:before{content:"\f186"}.fa-icon-archive:before{content:"\f187"}.fa-icon-bug:before{content:"\f188"}.fa-icon-vk:before{content:"\f189"}.fa-icon-weibo:before{content:"\f18a"}.fa-icon-renren:before{content:"\f18b"}.fa-icon-pagelines:before{content:"\f18c"}.fa-icon-stack-exchange:before{content:"\f18d"}.fa-icon-arrow-circle-o-right:before{content:"\f18e"}.fa-icon-arrow-circle-o-left:before{content:"\f190"}.fa-icon-toggle-left:before,.fa-icon-caret-square-o-left:before{content:"\f191"}.fa-icon-dot-circle-o:before{content:"\f192"}.fa-icon-wheelchair:before{content:"\f193"}.fa-icon-vimeo-square:before{content:"\f194"}.fa-icon-turkish-lira:before,.fa-icon-try:before{content:"\f195"}.fa-icon-plus-square-o:before{content:"\f196"}.fa-icon-space-shuttle:before{content:"\f197"}.fa-icon-slack:before{content:"\f198"}.fa-icon-envelope-square:before{content:"\f199"}.fa-icon-wordpress:before{content:"\f19a"}.fa-icon-openid:before{content:"\f19b"}.fa-icon-institution:before,.fa-icon-bank:before,.fa-icon-university:before{content:"\f19c"}.fa-icon-mortar-board:before,.fa-icon-graduation-cap:before{content:"\f19d"}.fa-icon-yahoo:before{content:"\f19e"}.fa-icon-google:before{content:"\f1a0"}.fa-icon-reddit:before{content:"\f1a1"}.fa-icon-reddit-square:before{content:"\f1a2"}.fa-icon-stumbleupon-circle:before{content:"\f1a3"}.fa-icon-stumbleupon:before{content:"\f1a4"}.fa-icon-delicious:before{content:"\f1a5"}.fa-icon-digg:before{content:"\f1a6"}.fa-icon-pied-piper:before{content:"\f1a7"}.fa-icon-pied-piper-alt:before{content:"\f1a8"}.fa-icon-drupal:before{content:"\f1a9"}.fa-icon-joomla:before{content:"\f1aa"}.fa-icon-language:before{content:"\f1ab"}.fa-icon-fax:before{content:"\f1ac"}.fa-icon-building:before{content:"\f1ad"}.fa-icon-child:before{content:"\f1ae"}.fa-icon-paw:before{content:"\f1b0"}.fa-icon-spoon:before{content:"\f1b1"}.fa-icon-cube:before{content:"\f1b2"}.fa-icon-cubes:before{content:"\f1b3"}.fa-icon-behance:before{content:"\f1b4"}.fa-icon-behance-square:before{content:"\f1b5"}.fa-icon-steam:before{content:"\f1b6"}.fa-icon-steam-square:before{content:"\f1b7"}.fa-icon-recycle:before{content:"\f1b8"}.fa-icon-automobile:before,.fa-icon-car:before{content:"\f1b9"}.fa-icon-cab:before,.fa-icon-taxi:before{content:"\f1ba"}.fa-icon-tree:before{content:"\f1bb"}.fa-icon-spotify:before{content:"\f1bc"}.fa-icon-deviantart:before{content:"\f1bd"}.fa-icon-soundcloud:before{content:"\f1be"}.fa-icon-database:before{content:"\f1c0"}.fa-icon-file-pdf-o:before{content:"\f1c1"}.fa-icon-file-word-o:before{content:"\f1c2"}.fa-icon-file-excel-o:before{content:"\f1c3"}.fa-icon-file-powerpoint-o:before{content:"\f1c4"}.fa-icon-file-photo-o:before,.fa-icon-file-picture-o:before,.fa-icon-file-image-o:before{content:"\f1c5"}.fa-icon-file-zip-o:before,.fa-icon-file-archive-o:before{content:"\f1c6"}.fa-icon-file-sound-o:before,.fa-icon-file-audio-o:before{content:"\f1c7"}.fa-icon-file-movie-o:before,.fa-icon-file-video-o:before{content:"\f1c8"}.fa-icon-file-code-o:before{content:"\f1c9"}.fa-icon-vine:before{content:"\f1ca"}.fa-icon-codepen:before{content:"\f1cb"}.fa-icon-jsfiddle:before{content:"\f1cc"}.fa-icon-life-bouy:before,.fa-icon-life-buoy:before,.fa-icon-life-saver:before,.fa-icon-support:before,.fa-icon-life-ring:before{content:"\f1cd"}.fa-icon-circle-o-notch:before{content:"\f1ce"}.fa-icon-ra:before,.fa-icon-rebel:before{content:"\f1d0"}.fa-icon-ge:before,.fa-icon-empire:before{content:"\f1d1"}.fa-icon-git-square:before{content:"\f1d2"}.fa-icon-git:before{content:"\f1d3"}.fa-icon-y-combinator-square:before,.fa-icon-yc-square:before,.fa-icon-hacker-news:before{content:"\f1d4"}.fa-icon-tencent-weibo:before{content:"\f1d5"}.fa-icon-qq:before{content:"\f1d6"}.fa-icon-wechat:before,.fa-icon-weixin:before{content:"\f1d7"}.fa-icon-send:before,.fa-icon-paper-plane:before{content:"\f1d8"}.fa-icon-send-o:before,.fa-icon-paper-plane-o:before{content:"\f1d9"}.fa-icon-history:before{content:"\f1da"}.fa-icon-circle-thin:before{content:"\f1db"}.fa-icon-header:before{content:"\f1dc"}.fa-icon-paragraph:before{content:"\f1dd"}.fa-icon-sliders:before{content:"\f1de"}.fa-icon-share-alt:before{content:"\f1e0"}.fa-icon-share-alt-square:before{content:"\f1e1"}.fa-icon-bomb:before{content:"\f1e2"}.fa-icon-soccer-ball-o:before,.fa-icon-futbol-o:before{content:"\f1e3"}.fa-icon-tty:before{content:"\f1e4"}.fa-icon-binoculars:before{content:"\f1e5"}.fa-icon-plug:before{content:"\f1e6"}.fa-icon-slideshare:before{content:"\f1e7"}.fa-icon-twitch:before{content:"\f1e8"}.fa-icon-yelp:before{content:"\f1e9"}.fa-icon-newspaper-o:before{content:"\f1ea"}.fa-icon-wifi:before{content:"\f1eb"}.fa-icon-calculator:before{content:"\f1ec"}.fa-icon-paypal:before{content:"\f1ed"}.fa-icon-google-wallet:before{content:"\f1ee"}.fa-icon-cc-visa:before{content:"\f1f0"}.fa-icon-cc-mastercard:before{content:"\f1f1"}.fa-icon-cc-discover:before{content:"\f1f2"}.fa-icon-cc-amex:before{content:"\f1f3"}.fa-icon-cc-paypal:before{content:"\f1f4"}.fa-icon-cc-stripe:before{content:"\f1f5"}.fa-icon-bell-slash:before{content:"\f1f6"}.fa-icon-bell-slash-o:before{content:"\f1f7"}.fa-icon-trash:before{content:"\f1f8"}.fa-icon-copyright:before{content:"\f1f9"}.fa-icon-at:before{content:"\f1fa"}.fa-icon-eyedropper:before{content:"\f1fb"}.fa-icon-paint-brush:before{content:"\f1fc"}.fa-icon-birthday-cake:before{content:"\f1fd"}.fa-icon-area-chart:before{content:"\f1fe"}.fa-icon-pie-chart:before{content:"\f200"}.fa-icon-line-chart:before{content:"\f201"}.fa-icon-lastfm:before{content:"\f202"}.fa-icon-lastfm-square:before{content:"\f203"}.fa-icon-toggle-off:before{content:"\f204"}.fa-icon-toggle-on:before{content:"\f205"}.fa-icon-bicycle:before{content:"\f206"}.fa-icon-bus:before{content:"\f207"}.fa-icon-ioxhost:before{content:"\f208"}.fa-icon-angellist:before{content:"\f209"}.fa-icon-cc:before{content:"\f20a"}.fa-icon-shekel:before,.fa-icon-sheqel:before,.fa-icon-ils:before{content:"\f20b"}.fa-icon-meanpath:before{content:"\f20c"}.fa-icon-buysellads:before{content:"\f20d"}.fa-icon-connectdevelop:before{content:"\f20e"}.fa-icon-dashcube:before{content:"\f210"}.fa-icon-forumbee:before{content:"\f211"}.fa-icon-leanpub:before{content:"\f212"}.fa-icon-sellsy:before{content:"\f213"}.fa-icon-shirtsinbulk:before{content:"\f214"}.fa-icon-simplybuilt:before{content:"\f215"}.fa-icon-skyatlas:before{content:"\f216"}.fa-icon-cart-plus:before{content:"\f217"}.fa-icon-cart-arrow-down:before{content:"\f218"}.fa-icon-diamond:before{content:"\f219"}.fa-icon-ship:before{content:"\f21a"}.fa-icon-user-secret:before{content:"\f21b"}.fa-icon-motorcycle:before{content:"\f21c"}.fa-icon-street-view:before{content:"\f21d"}.fa-icon-heartbeat:before{content:"\f21e"}.fa-icon-venus:before{content:"\f221"}.fa-icon-mars:before{content:"\f222"}.fa-icon-mercury:before{content:"\f223"}.fa-icon-intersex:before,.fa-icon-transgender:before{content:"\f224"}.fa-icon-transgender-alt:before{content:"\f225"}.fa-icon-venus-double:before{content:"\f226"}.fa-icon-mars-double:before{content:"\f227"}.fa-icon-venus-mars:before{content:"\f228"}.fa-icon-mars-stroke:before{content:"\f229"}.fa-icon-mars-stroke-v:before{content:"\f22a"}.fa-icon-mars-stroke-h:before{content:"\f22b"}.fa-icon-neuter:before{content:"\f22c"}.fa-icon-genderless:before{content:"\f22d"}.fa-icon-facebook-official:before{content:"\f230"}.fa-icon-pinterest-p:before{content:"\f231"}.fa-icon-whatsapp:before{content:"\f232"}.fa-icon-server:before{content:"\f233"}.fa-icon-user-plus:before{content:"\f234"}.fa-icon-user-times:before{content:"\f235"}.fa-icon-hotel:before,.fa-icon-bed:before{content:"\f236"}.fa-icon-viacoin:before{content:"\f237"}.fa-icon-train:before{content:"\f238"}.fa-icon-subway:before{content:"\f239"}.fa-icon-medium:before{content:"\f23a"}.fa-icon-yc:before,.fa-icon-y-combinator:before{content:"\f23b"}.fa-icon-optin-monster:before{content:"\f23c"}.fa-icon-opencart:before{content:"\f23d"}.fa-icon-expeditedssl:before{content:"\f23e"}.fa-icon-battery-4:before,.fa-icon-battery-full:before{content:"\f240"}.fa-icon-battery-3:before,.fa-icon-battery-three-quarters:before{content:"\f241"}.fa-icon-battery-2:before,.fa-icon-battery-half:before{content:"\f242"}.fa-icon-battery-1:before,.fa-icon-battery-quarter:before{content:"\f243"}.fa-icon-battery-0:before,.fa-icon-battery-empty:before{content:"\f244"}.fa-icon-mouse-pointer:before{content:"\f245"}.fa-icon-i-cursor:before{content:"\f246"}.fa-icon-object-group:before{content:"\f247"}.fa-icon-object-ungroup:before{content:"\f248"}.fa-icon-sticky-note:before{content:"\f249"}.fa-icon-sticky-note-o:before{content:"\f24a"}.fa-icon-cc-jcb:before{content:"\f24b"}.fa-icon-cc-diners-club:before{content:"\f24c"}.fa-icon-clone:before{content:"\f24d"}.fa-icon-balance-scale:before{content:"\f24e"}.fa-icon-hourglass-o:before{content:"\f250"}.fa-icon-hourglass-1:before,.fa-icon-hourglass-start:before{content:"\f251"}.fa-icon-hourglass-2:before,.fa-icon-hourglass-half:before{content:"\f252"}.fa-icon-hourglass-3:before,.fa-icon-hourglass-end:before{content:"\f253"}.fa-icon-hourglass:before{content:"\f254"}.fa-icon-hand-grab-o:before,.fa-icon-hand-rock-o:before{content:"\f255"}.fa-icon-hand-stop-o:before,.fa-icon-hand-paper-o:before{content:"\f256"}.fa-icon-hand-scissors-o:before{content:"\f257"}.fa-icon-hand-lizard-o:before{content:"\f258"}.fa-icon-hand-spock-o:before{content:"\f259"}.fa-icon-hand-pointer-o:before{content:"\f25a"}.fa-icon-hand-peace-o:before{content:"\f25b"}.fa-icon-trademark:before{content:"\f25c"}.fa-icon-registered:before{content:"\f25d"}.fa-icon-creative-commons:before{content:"\f25e"}.fa-icon-gg:before{content:"\f260"}.fa-icon-gg-circle:before{content:"\f261"}.fa-icon-tripadvisor:before{content:"\f262"}.fa-icon-odnoklassniki:before{content:"\f263"}.fa-icon-odnoklassniki-square:before{content:"\f264"}.fa-icon-get-pocket:before{content:"\f265"}.fa-icon-wikipedia-w:before{content:"\f266"}.fa-icon-safari:before{content:"\f267"}.fa-icon-chrome:before{content:"\f268"}.fa-icon-firefox:before{content:"\f269"}.fa-icon-opera:before{content:"\f26a"}.fa-icon-internet-explorer:before{content:"\f26b"}.fa-icon-tv:before,.fa-icon-television:before{content:"\f26c"}.fa-icon-contao:before{content:"\f26d"}.fa-icon-500px:before{content:"\f26e"}.fa-icon-amazon:before{content:"\f270"}.fa-icon-calendar-plus-o:before{content:"\f271"}.fa-icon-calendar-minus-o:before{content:"\f272"}.fa-icon-calendar-times-o:before{content:"\f273"}.fa-icon-calendar-check-o:before{content:"\f274"}.fa-icon-industry:before{content:"\f275"}.fa-icon-map-pin:before{content:"\f276"}.fa-icon-map-signs:before{content:"\f277"}.fa-icon-map-o:before{content:"\f278"}.fa-icon-map:before{content:"\f279"}.fa-icon-commenting:before{content:"\f27a"}.fa-icon-commenting-o:before{content:"\f27b"}.fa-icon-houzz:before{content:"\f27c"}.fa-icon-vimeo:before{content:"\f27d"}.fa-icon-black-tie:before{content:"\f27e"}.fa-icon-fonticons:before{content:"\f280"}.fa-icon-reddit-alien:before{content:"\f281"}.fa-icon-edge:before{content:"\f282"}.fa-icon-credit-card-alt:before{content:"\f283"}.fa-icon-codiepie:before{content:"\f284"}.fa-icon-modx:before{content:"\f285"}.fa-icon-fort-awesome:before{content:"\f286"}.fa-icon-usb:before{content:"\f287"}.fa-icon-product-hunt:before{content:"\f288"}.fa-icon-mixcloud:before{content:"\f289"}.fa-icon-scribd:before{content:"\f28a"}.fa-icon-pause-circle:before{content:"\f28b"}.fa-icon-pause-circle-o:before{content:"\f28c"}.fa-icon-stop-circle:before{content:"\f28d"}.fa-icon-stop-circle-o:before{content:"\f28e"}.fa-icon-shopping-bag:before{content:"\f290"}.fa-icon-shopping-basket:before{content:"\f291"}.fa-icon-hashtag:before{content:"\f292"}.fa-icon-bluetooth:before{content:"\f293"}.fa-icon-bluetooth-b:before{content:"\f294"}.fa-icon-percent:before{content:"\f295"}

@font-face {
	font-family: 'Pe-icon-7-stroke';
	src:url('../fonts/Pe-icon-7-stroke.eot?d7yf1v');
	src:url('../fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v') format('embedded-opentype'),
		url('../fonts/Pe-icon-7-stroke.woff?d7yf1v') format('woff'),
		url('../fonts/Pe-icon-7-stroke.ttf?d7yf1v') format('truetype'),
		url('../fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="pe-7s-"], [class*=" pe-7s-"] {
	display: inline-block;
	font-family: 'Pe-icon-7-stroke';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.pe-7s-album:before {
	content: "\e6aa";
}
.pe-7s-arc:before {
	content: "\e6ab";
}
.pe-7s-back-2:before {
	content: "\e6ac";
}
.pe-7s-bandaid:before {
	content: "\e6ad";
}
.pe-7s-car:before {
	content: "\e6ae";
}
.pe-7s-diamond:before {
	content: "\e6af";
}
.pe-7s-door-lock:before {
	content: "\e6b0";
}
.pe-7s-eyedropper:before {
	content: "\e6b1";
}
.pe-7s-female:before {
	content: "\e6b2";
}
.pe-7s-gym:before {
	content: "\e6b3";
}
.pe-7s-hammer:before {
	content: "\e6b4";
}
.pe-7s-headphones:before {
	content: "\e6b5";
}
.pe-7s-helm:before {
	content: "\e6b6";
}
.pe-7s-hourglass:before {
	content: "\e6b7";
}
.pe-7s-leaf:before {
	content: "\e6b8";
}
.pe-7s-magic-wand:before {
	content: "\e6b9";
}
.pe-7s-male:before {
	content: "\e6ba";
}
.pe-7s-map-2:before {
	content: "\e6bb";
}
.pe-7s-next-2:before {
	content: "\e6bc";
}
.pe-7s-paint-bucket:before {
	content: "\e6bd";
}
.pe-7s-pendrive:before {
	content: "\e6be";
}
.pe-7s-photo:before {
	content: "\e6bf";
}
.pe-7s-piggy:before {
	content: "\e6c0";
}
.pe-7s-plugin:before {
	content: "\e6c1";
}
.pe-7s-refresh-2:before {
	content: "\e6c2";
}
.pe-7s-rocket:before {
	content: "\e6c3";
}
.pe-7s-settings:before {
	content: "\e6c4";
}
.pe-7s-shield:before {
	content: "\e6c5";
}
.pe-7s-smile:before {
	content: "\e6c6";
}
.pe-7s-usb:before {
	content: "\e6c7";
}
.pe-7s-vector:before {
	content: "\e6c8";
}
.pe-7s-wine:before {
	content: "\e6c9";
}
.pe-7s-cloud-upload:before {
	content: "\e68a";
}
.pe-7s-cash:before {
	content: "\e68c";
}
.pe-7s-close:before {
	content: "\e680";
}
.pe-7s-bluetooth:before {
	content: "\e68d";
}
.pe-7s-cloud-download:before {
	content: "\e68b";
}
.pe-7s-way:before {
	content: "\e68e";
}
.pe-7s-close-circle:before {
	content: "\e681";
}
.pe-7s-id:before {
	content: "\e68f";
}
.pe-7s-angle-up:before {
	content: "\e682";
}
.pe-7s-wristwatch:before {
	content: "\e690";
}
.pe-7s-angle-up-circle:before {
	content: "\e683";
}
.pe-7s-world:before {
	content: "\e691";
}
.pe-7s-angle-right:before {
	content: "\e684";
}
.pe-7s-volume:before {
	content: "\e692";
}
.pe-7s-angle-right-circle:before {
	content: "\e685";
}
.pe-7s-users:before {
	content: "\e693";
}
.pe-7s-angle-left:before {
	content: "\e686";
}
.pe-7s-user-female:before {
	content: "\e694";
}
.pe-7s-angle-left-circle:before {
	content: "\e687";
}
.pe-7s-up-arrow:before {
	content: "\e695";
}
.pe-7s-angle-down:before {
	content: "\e688";
}
.pe-7s-switch:before {
	content: "\e696";
}
.pe-7s-angle-down-circle:before {
	content: "\e689";
}
.pe-7s-scissors:before {
	content: "\e697";
}
.pe-7s-wallet:before {
	content: "\e600";
}
.pe-7s-safe:before {
	content: "\e698";
}
.pe-7s-volume2:before {
	content: "\e601";
}
.pe-7s-volume1:before {
	content: "\e602";
}
.pe-7s-voicemail:before {
	content: "\e603";
}
.pe-7s-video:before {
	content: "\e604";
}
.pe-7s-user:before {
	content: "\e605";
}
.pe-7s-upload:before {
	content: "\e606";
}
.pe-7s-unlock:before {
	content: "\e607";
}
.pe-7s-umbrella:before {
	content: "\e608";
}
.pe-7s-trash:before {
	content: "\e609";
}
.pe-7s-tools:before {
	content: "\e60a";
}
.pe-7s-timer:before {
	content: "\e60b";
}
.pe-7s-ticket:before {
	content: "\e60c";
}
.pe-7s-target:before {
	content: "\e60d";
}
.pe-7s-sun:before {
	content: "\e60e";
}
.pe-7s-study:before {
	content: "\e60f";
}
.pe-7s-stopwatch:before {
	content: "\e610";
}
.pe-7s-star:before {
	content: "\e611";
}
.pe-7s-speaker:before {
	content: "\e612";
}
.pe-7s-signal:before {
	content: "\e613";
}
.pe-7s-shuffle:before {
	content: "\e614";
}
.pe-7s-shopbag:before {
	content: "\e615";
}
.pe-7s-share:before {
	content: "\e616";
}
.pe-7s-server:before {
	content: "\e617";
}
.pe-7s-search:before {
	content: "\e618";
}
.pe-7s-film:before {
	content: "\e6a5";
}
.pe-7s-science:before {
	content: "\e619";
}
.pe-7s-disk:before {
	content: "\e6a6";
}
.pe-7s-ribbon:before {
	content: "\e61a";
}
.pe-7s-repeat:before {
	content: "\e61b";
}
.pe-7s-refresh:before {
	content: "\e61c";
}
.pe-7s-add-user:before {
	content: "\e6a9";
}
.pe-7s-refresh-cloud:before {
	content: "\e61d";
}
.pe-7s-paperclip:before {
	content: "\e69c";
}
.pe-7s-radio:before {
	content: "\e61e";
}
.pe-7s-note2:before {
	content: "\e69d";
}
.pe-7s-print:before {
	content: "\e61f";
}
.pe-7s-network:before {
	content: "\e69e";
}
.pe-7s-prev:before {
	content: "\e620";
}
.pe-7s-mute:before {
	content: "\e69f";
}
.pe-7s-power:before {
	content: "\e621";
}
.pe-7s-medal:before {
	content: "\e6a0";
}
.pe-7s-portfolio:before {
	content: "\e622";
}
.pe-7s-like2:before {
	content: "\e6a1";
}
.pe-7s-plus:before {
	content: "\e623";
}
.pe-7s-left-arrow:before {
	content: "\e6a2";
}
.pe-7s-play:before {
	content: "\e624";
}
.pe-7s-key:before {
	content: "\e6a3";
}
.pe-7s-plane:before {
	content: "\e625";
}
.pe-7s-joy:before {
	content: "\e6a4";
}
.pe-7s-photo-gallery:before {
	content: "\e626";
}
.pe-7s-pin:before {
	content: "\e69b";
}
.pe-7s-phone:before {
	content: "\e627";
}
.pe-7s-plug:before {
	content: "\e69a";
}
.pe-7s-pen:before {
	content: "\e628";
}
.pe-7s-right-arrow:before {
	content: "\e699";
}
.pe-7s-paper-plane:before {
	content: "\e629";
}
.pe-7s-delete-user:before {
	content: "\e6a7";
}
.pe-7s-paint:before {
	content: "\e62a";
}
.pe-7s-bottom-arrow:before {
	content: "\e6a8";
}
.pe-7s-notebook:before {
	content: "\e62b";
}
.pe-7s-note:before {
	content: "\e62c";
}
.pe-7s-next:before {
	content: "\e62d";
}
.pe-7s-news-paper:before {
	content: "\e62e";
}
.pe-7s-musiclist:before {
	content: "\e62f";
}
.pe-7s-music:before {
	content: "\e630";
}
.pe-7s-mouse:before {
	content: "\e631";
}
.pe-7s-more:before {
	content: "\e632";
}
.pe-7s-moon:before {
	content: "\e633";
}
.pe-7s-monitor:before {
	content: "\e634";
}
.pe-7s-micro:before {
	content: "\e635";
}
.pe-7s-menu:before {
	content: "\e636";
}
.pe-7s-map:before {
	content: "\e637";
}
.pe-7s-map-marker:before {
	content: "\e638";
}
.pe-7s-mail:before {
	content: "\e639";
}
.pe-7s-mail-open:before {
	content: "\e63a";
}
.pe-7s-mail-open-file:before {
	content: "\e63b";
}
.pe-7s-magnet:before {
	content: "\e63c";
}
.pe-7s-loop:before {
	content: "\e63d";
}
.pe-7s-look:before {
	content: "\e63e";
}
.pe-7s-lock:before {
	content: "\e63f";
}
.pe-7s-lintern:before {
	content: "\e640";
}
.pe-7s-link:before {
	content: "\e641";
}
.pe-7s-like:before {
	content: "\e642";
}
.pe-7s-light:before {
	content: "\e643";
}
.pe-7s-less:before {
	content: "\e644";
}
.pe-7s-keypad:before {
	content: "\e645";
}
.pe-7s-junk:before {
	content: "\e646";
}
.pe-7s-info:before {
	content: "\e647";
}
.pe-7s-home:before {
	content: "\e648";
}
.pe-7s-help2:before {
	content: "\e649";
}
.pe-7s-help1:before {
	content: "\e64a";
}
.pe-7s-graph3:before {
	content: "\e64b";
}
.pe-7s-graph2:before {
	content: "\e64c";
}
.pe-7s-graph1:before {
	content: "\e64d";
}
.pe-7s-graph:before {
	content: "\e64e";
}
.pe-7s-global:before {
	content: "\e64f";
}
.pe-7s-gleam:before {
	content: "\e650";
}
.pe-7s-glasses:before {
	content: "\e651";
}
.pe-7s-gift:before {
	content: "\e652";
}
.pe-7s-folder:before {
	content: "\e653";
}
.pe-7s-flag:before {
	content: "\e654";
}
.pe-7s-filter:before {
	content: "\e655";
}
.pe-7s-file:before {
	content: "\e656";
}
.pe-7s-expand1:before {
	content: "\e657";
}
.pe-7s-exapnd2:before {
	content: "\e658";
}
.pe-7s-edit:before {
	content: "\e659";
}
.pe-7s-drop:before {
	content: "\e65a";
}
.pe-7s-drawer:before {
	content: "\e65b";
}
.pe-7s-download:before {
	content: "\e65c";
}
.pe-7s-display2:before {
	content: "\e65d";
}
.pe-7s-display1:before {
	content: "\e65e";
}
.pe-7s-diskette:before {
	content: "\e65f";
}
.pe-7s-date:before {
	content: "\e660";
}
.pe-7s-cup:before {
	content: "\e661";
}
.pe-7s-culture:before {
	content: "\e662";
}
.pe-7s-crop:before {
	content: "\e663";
}
.pe-7s-credit:before {
	content: "\e664";
}
.pe-7s-copy-file:before {
	content: "\e665";
}
.pe-7s-config:before {
	content: "\e666";
}
.pe-7s-compass:before {
	content: "\e667";
}
.pe-7s-comment:before {
	content: "\e668";
}
.pe-7s-coffee:before {
	content: "\e669";
}
.pe-7s-cloud:before {
	content: "\e66a";
}
.pe-7s-clock:before {
	content: "\e66b";
}
.pe-7s-check:before {
	content: "\e66c";
}
.pe-7s-chat:before {
	content: "\e66d";
}
.pe-7s-cart:before {
	content: "\e66e";
}
.pe-7s-camera:before {
	content: "\e66f";
}
.pe-7s-call:before {
	content: "\e670";
}
.pe-7s-calculator:before {
	content: "\e671";
}
.pe-7s-browser:before {
	content: "\e672";
}
.pe-7s-box2:before {
	content: "\e673";
}
.pe-7s-box1:before {
	content: "\e674";
}
.pe-7s-bookmarks:before {
	content: "\e675";
}
.pe-7s-bicycle:before {
	content: "\e676";
}
.pe-7s-bell:before {
	content: "\e677";
}
.pe-7s-battery:before {
	content: "\e678";
}
.pe-7s-ball:before {
	content: "\e679";
}
.pe-7s-back:before {
	content: "\e67a";
}
.pe-7s-attention:before {
	content: "\e67b";
}
.pe-7s-anchor:before {
	content: "\e67c";
}
.pe-7s-albums:before {
	content: "\e67d";
}
.pe-7s-alarm:before {
	content: "\e67e";
}
.pe-7s-airplay:before {
	content: "\e67f";
}



/* ################################################ */

























blockquote.blk2:before,blockquote.blk:before{font-family:labombas}.vertical .ver,a.woo-sc-button{text-align:center;display:inline-block}a.woo-sc-button.aqua:hover,a.woo-sc-button.brown:hover,a.woo-sc-button.custom:hover,a.woo-sc-button.gold:hover,a.woo-sc-button.green:hover,a.woo-sc-button.orange:hover,a.woo-sc-button.pink:hover,a.woo-sc-button.purple:hover,a.woo-sc-button.red:hover,a.woo-sc-button.silver:hover,a.woo-sc-button.teal:hover{opacity:.85}.table-style1,.table-style2{margin-bottom:1.5em;border-collapse:separate}blockquote.blk{position:relative;padding:7px 28px 7px 48px;color:#444}blockquote.blk:before{content:"$";position:absolute;top:.5em;left:0;font-size:2.5em;color:#dbdbdb}blockquote.blk2{position:relative;padding:2px 20px 2px 14px!important;color:#444;border-left:2px solid #DBDBDB;margin-left:14px;margin-bottom:28px}.dropcap2,span.dropcap{font-weight:700;float:left;position:relative;font-size:300%;margin:5px 7px 0 0;line-height:.7em}blockquote.blk2:before{content:" "!important}.dropcap2{padding:10px 10px 15px!important}span.shortcode-highlight{background:#FFA;padding:2px;margin:0 2px}.styled-list{list-style:none;margin:0 0 20px!important;padding:0!important}.styled-list li{list-style-type:none!important;margin-bottom:2px}.vertical{list-style:none;padding:10px;text-align:center}.vertical .ver{list-style:none;margin-bottom:2px;width:23%;-webkit-box-sizing:border-box!important;-moz-box-sizing:border-box!important;box-sizing:border-box!important}.styled-list li i{margin-right:6px}.vertical .ver:last-child,.vertical .ver:nth-child(4n+4){border-right:0!important}@media only screen and (max-width:768px){.vertical .ver{width:100%;margin-bottom:14px;border-right:0!important}}a.woo-sc-button{font-family:'Open Sans';line-height:1em;padding:11px 69px;margin:0 0 1.5em;color:#fff!important;text-decoration:none!important;background-color:#000}a.woo-sc-button.small{padding:6px 40px;font-size:.9em}a.woo-sc-button.large{padding:14px 79px;font-size:1.2em}a.woo-sc-button.xl{padding:17px 90px;font-size:1.4em}a.woo-sc-button.active,a.woo-sc-button.hover,a.woo-sc-button:hover{text-decoration:none!important;opacity:.85}a.social_icon:hover,a.social_icon_medium:hover,a.social_icon_small:hover{opacity:.25;text-decoration:none}a.woo-sc-button.active,a.woo-sc-button:active{border-color:#20559a;-webkit-box-shadow:inset 0 0 7px hsla(0,0%,0%,.3),0 1px 0 hsla(0,100%,100%,1);-moz-box-shadow:inset 0 0 7px hsla(0,0%,0%,.3),0 1px 0 hsla(0,100%,100%,1);box-shadow:inset 0 0 7px hsla(0,0%,0%,.3),0 1px 0 hsla(0,100%,100%,1)}a.woo-sc-button.dark span{color:#555}a.woo-sc-button span{line-height:1.2em;min-height:16px}a.woo-sc-button.red{border-color:#af4040 #af4040 #9a2020!important;background-color:#e53624!important}a.woo-sc-button.orange{border-color:#af7440 #af7440 #9a5420!important;background-color:#f38112!important}a.woo-sc-button.green{border-color:#87bf00 #87bf00 #7ca122!important;background-color:#27ae60!important}a.woo-sc-button.aqua{border-color:#40af96 #40af96 #209a82!important;background-color:#3498db!important}a.woo-sc-button.teal{border-color:#23a6d6 #23a6d6 #20799a!important;background-color:#23abd7!important}a.woo-sc-button.purple{border-color:#234dd6 #234dd6 #20489a!important;background-color:#7b6186!important}a.woo-sc-button.pink{border-color:#d623cb #d623cb #9a2096!important;background-color:#d723d5!important}a.woo-sc-button.silver{color:#444!important;text-shadow:0 1px #fff;border-color:#bbb #bbb #999!important;background-color:#bdc3c7!important}a.woo-sc-button.brown{background-color:#362f2d}a.woo-sc-button.gold{background-color:#cdac71}a.woo-sc-button.alt-1{border:1px solid #dbdbdb}a.woo-sc-button.alt-2{border:1px solid #000}a.woo-sc-button.alt-1,a.woo-sc-button.alt-2{color:#000!important;background-color:#fff;text-shadow:none}.facebook-button{background-color:#3a589d!important}.table-style1{border:1px solid #dbdbdb;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:0;-webkit-box-shadow:0 1px 2px 0 #FFF;-moz-box-shadow:0 1px 2px 0 #fff}.table-style1,.table-style2{border-spacing:0;width:100%;background:#FFF;box-shadow:0 1px 2px 0 #FFF}.table-style2{border:1px dashed #dbdbdb;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:0;-webkit-box-shadow:0 1px 2px 0 #FFF;-moz-box-shadow:0 1px 2px 0 #fff}.table-style3{border-spacing:0;width:100%;border-bottom:1px dashed #dbdbdb;border-top:none;border-left:none;border-right:none;margin-bottom:1.5em}.table-style1 tr td{text-align:center;border-bottom:1px solid #dbdbdb;border-right:1px solid #dbdbdb}.table-style2 tr td{text-align:center;border-bottom:1px dashed #dbdbdb;border-right:1px dashed #dbdbdb}.table-style2 tr:nth-child(even){background-color:#f2f2f2}.table-style3 tr:nth-child(1){background-color:#000;color:#fff}.table-style3 tr:nth-child(1) td{border:1px solid #000}.table-style3 tr td{border-bottom:1px dashed #dbdbdb;border-right:none;border-left:none;text-align:center}@media only screen and (max-width:420px){.table-sc-wrapper{overflow-x:scroll;overflow-y:hidden}}#parallax .parallax_out,.blog-item-mask,.latest-blog-list,.member,.mk-gmaps-parallax,.teaser .teaser-img,.view,.view .content{overflow:hidden}.twocol-one{width:48.57142%}.threecol-one{width:31.42857%}.threecol-two{width:65.71429%}.fourcol-one{width:22.85714%}.fourcol-two{width:48.57143%}.fourcol-three{width:74.28572%}.fivecol-one{width:16.8%}.fivecol-two{width:37.6%}.fivecol-three{width:58.4%}.fivecol-four{width:67.2%}.sixcol-one{width:14.28571%}.sixcol-two{width:31.42857%}.sixcol-three{width:48.57143%}.sixcol-four{width:65.71429%}.sixcol-five{width:82.85715%}.fivecol-four,.fivecol-one,.fivecol-three,.fivecol-two,.fourcol-one,.fourcol-three,.fourcol-two,.sixcol-five,.sixcol-four,.sixcol-one,.sixcol-three,.sixcol-two,.threecol-one,.threecol-two,.twocol-one{float:left;margin-right:2.85715%;margin-bottom:2.85715%;position:relative}.last{clear:right;margin-right:0!important}@media only screen and (max-width:768px){.fivecol-four,.fivecol-one,.fivecol-three,.fivecol-two,.fourcol-one,.fourcol-three,.fourcol-two,.sixcol-five,.sixcol-four,.sixcol-one,.sixcol-three,.sixcol-two,.threecol-one,.threecol-two,.twocol-one{margin-right:0;width:100%!important}}.ui-tooltip{padding:5px 10px;color:#fff;background:#000;font-size:9px;text-transform:uppercase;width:100px;text-align:center}.shortcode_our_services_icon em,.shortcode_our_services_icon2 em{font-size:36px}.banner_hov{display:block;width:100%}.view{position:relative;cursor:default}.view .content{width:100%;height:100%;position:absolute}.view img{display:block;position:relative;max-width:100%}.view-sixth .mask{-webkit-transform:translateX(-130%);-moz-transform:translateX(-130%);-o-transform:translateX(-130%);-ms-transform:translateX(-130%);transform:translateX(-130%);-ms-filter:"progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1;-webkit-transition:all .6s ease-in-out;-moz-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;-ms-transition:all .6s ease-in-out;transition:all .6s ease-in-out;width:150%;height:150%;top:-15%;left:-40px;position:absolute}.banner,.banner span{position:relative}.overlay{width:100%;height:100%;transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg)}.view-sixth:hover .mask{-webkit-transform:translateX(0);-moz-transform:translateX(0);-o-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.banner{text-align:center}.banner span a:first-child{margin:0;display:table-row}.banner:not(.banner_hov) span h1{padding-bottom:40px;display:table-cell;vertical-align:bottom}.banner_hov span h1{vertical-align:middle;display:table-cell}.banner_hov:not(.view-sixth)>a{position:absolute;bottom:10px;left:50%;transform:translate(-50%,0)}.borderbanner-blog h4.title-sc{display:table-cell;vertical-align:middle;text-align:center}.borderbanner,.borderbanner-blog h4.title-sc a{width:100%;display:block}.entry .banner img{border:none;padding:0}.borderbanner{position:absolute;top:0;left:0;padding:5px;height:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.banner .borderbanner span{position:relative;padding:0;display:table;width:100%;height:100%;-ms-filter:"progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;-webkit-transition:all .8s ease-in-out .1s;-moz-transition:all .8s ease-in-out .1s;-o-transition:all .8s ease-in-out .1s;-ms-transition:all .8s ease-in-out .1s;transition:all .8s ease-in-out .1s;-webkit-box-sizing:border-box!important;-moz-box-sizing:border-box!important;box-sizing:border-box!important}.banner .borderbanner .title-sc{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.shortcode_our_services2{padding:20px;border:2px solid #fff;transition:border-color .5s ease}.shortcode_our_services2:hover{border:2px solid #DBDBDB}.shortcode_our_services_icon2{text-align:center;margin-bottom:20px}.shortcode_our_services2 a{padding:10px 30px;border:2px solid}.shortcode_our_services2 a:hover{opacity:.8}.shortcode_our_services_icon{float:left;width:50px;height:100%;display:block;opacity:1}.shortcode_our_services_content{margin-left:70px}.shortcode_our_services:hover .shortcode_our_services_icon{opacity:.25;zoom:1}.shortcode_our_services .style1{background:#000;width:50px;height:50px;text-align:center;position:relative}.shortcode_our_services .style1 em{margin-top:25%;display:inline-block;vertical-align:middle;font-size:24px;color:#fff}.shortcode_our_services .style2{background:#fff;border:2px solid #dbdbdb;width:50px;height:50px;text-align:center}.shortcode_our_services .style2 em{margin-top:10px;display:inline-block;vertical-align:middle;font-size:24px;color:#000}.shortcode_our_services3{border:2px solid;padding-bottom:20px;margin-top:30px;background:#FFF;transition:border-color .5s ease}.shortcode_our_services3:hover{border:2px solid #bbb!important}.shortcode_our_services_icon3{width:100%;text-align:center;position:relative;top:-25px}.shortcode_our_services_icon3_in{width:50px;height:50px;background:#000;margin:0 auto}.shortcode_our_services_icon3 em{display:inline-block;margin-top:25%;font-size:24px;color:#fff}.shortcode_our_services_content3{position:relative;padding:0 20px}.shortcode_our_services3 a{margin:0;display:block}.shortcode_our_services_list{margin-bottom:20px}.shortcode_our_services_icon_list{font-size:13px}.shortcode_our_services_icon_list em{color:#999;margin-right:5px}.shortcode_our_services_icon_list span{font-weight:700}.shortcode_our_services_p_list{border-left:1px solid #dbdbdb;margin-top:10px;padding:10px 0 10px 20px}.shortcode_our_services_p_list p{color:#999}a.social_icon{width:50px;height:50px;display:block;transition:opacity .3s ease-in-out}a.social_icon,a.social_icon_medium{text-align:center;float:left;margin-right:7px;margin-bottom:7px;-webkit-transition:opacity .3s ease-in-out;-moz-transition:opacity .3s ease-in-out;-ms-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out}.social_icon em{font-size:32px;font-family:labombas;display:inline-block;margin-top:12px}a.social_icon_medium{width:36px;height:36px;display:block;transition:opacity .3s ease-in-out}.social_icon_medium em{font-size:24px;font-family:labombas;display:inline-block;margin-top:6px}a.social_icon_small{float:left;margin-right:7px;margin-bottom:7px}.social_icon_small em{font-size:16px;font-family:labombas}img.social-icon{border:none}.teaser{border:1px solid #e1e1e1;display:block;padding:21px 21px 20px}.teaser .teaser-img{margin:-21px -21px 20px}.teaser .teaser-img img{border:none;padding:0}span.teaser-butt{display:block;margin-top:20px}.teaserbox,.teaserbox2{display:block;margin:0;padding:40px 40px 20px}.teaserbox2{border-top:2px solid;border-bottom:2px solid}.teaserbox p,.teaserbox2 p{color:inherit!important}div.border-teaser{margin:28px auto;border:1px solid;width:100px;position:relative}.callout{border:5px solid;width:100%}.callout .calloutinner{display:table;width:100%}.callout .callout-button,.callout .calloutcontent{display:table-cell;vertical-align:middle;padding:20px}@media only screen and (max-width:620px){.callout .calloutinner{display:block}.callout .callout-button,.callout .calloutcontent{text-align:center;display:block}.callout-button .woo-sc-button{margin:0!important}}.entry .box{border:4px solid;padding:2px;position:relative}.entry .box .boxinnner,.entry .box2 .boxinnner{border:2px solid;padding:20px}.entry .box2:hover,.entry .box:hover{opacity:.8}.entry .box2{padding:5px}.entry .box2 p.link{width:40%;border-top:2px solid;padding-top:10px;margin:10px auto 0}.blog-item-grid:hover .mask,.blog-item:hover .mask{-webkit-transform:translateX(0);-moz-transform:translateX(0);-o-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.view-sixth .mask-blog{-webkit-transform:translateX(-130%);-moz-transform:translateX(-130%);-o-transform:translateX(-130%);-ms-transform:translateX(-130%);transform:translateX(-130%);-ms-filter:"progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1;-webkit-transition:all .6s ease-in-out;-moz-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;-ms-transition:all .6s ease-in-out;transition:all .6s ease-in-out;width:150%;height:150%;top:-15%;left:-40px;position:absolute}.overlay-blog{background-color:rgba(0,2,15,.5);width:100%;height:100%;transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg)}.blog-item-grid:hover .mask-blog,.blog-item:hover .mask-blog,.view-sixth:hover .mask-blog{-webkit-transform:translateX(0);-moz-transform:translateX(0);-o-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}div.borderbanner-blog{position:absolute;top:0;left:0;padding:5px;display:block;box-sizing:border-box!important}.banner .borderbanner-blog span,div.borderbanner-blog{width:100%;height:100%;-webkit-box-sizing:border-box!important;-moz-box-sizing:border-box!important}.banner .borderbanner-blog span{position:relative!important;display:table;border:2px solid #fff;-ms-filter:"progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;-webkit-transition:all .8s ease-in-out .1s;-moz-transition:all .8s ease-in-out .1s;-o-transition:all .8s ease-in-out .1s;-ms-transition:all .8s ease-in-out .1s;transition:all .8s ease-in-out .1s;box-sizing:border-box!important}.banner .borderbanner span:hover,.blog-item-grid:hover .banner .borderbanner-blog span,.blog-item:hover .banner .borderbanner-blog span,.portfolio .banner .borderbanner-blog span:hover{-ms-filter:"progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1;-webkit-transition-delay:.1s;-moz-transition-delay:.1s;-o-transition-delay:.1s;-ms-transition-delay:.1s;transition-delay:.1s}.blog-title-sc{padding-bottom:14px;border-bottom:1px solid #E1E1E1;margin-bottom:28px}.blog-item h4.title,.latest-blog-list h4.title{font:normal 400 18px/1.45em Georgia,sans-serif;margin-bottom:.25em}.latest-blog-list .blog-list-image{float:left;margin-right:28px;margin-bottom:28px}.blog-list-img1{width:30%}.blog-item,.ver2 .blog-list-img1{width:100%}.latest-blog-list{clear:left;margin-bottom:28px;padding-bottom:28px;border-bottom:1px solid #E1E1E1}.blog-item{float:left;display:inline;margin-bottom:20px}.blog-item-description{text-align:center}.blog-item-description .small .post-comments a,.blog-item-description abbr,.blog-list-item-description abbr{border:none;cursor:pointer;font-size:11px;font-style:italic}.ver2{text-align:center}.ver2 .blog-list-image{float:none}.blog-item a.blog-link{color:#fff;font-size:18px}.blog-item-grid a.blog-link{color:#fff;font-size:18px;font-family:"Playfair display"}.blog-item-mask{display:block;position:relative}@media only screen and (min-width:768px){.one-col .col3{width:31.428%;margin-right:2.858%}.one-col .col4{width:22.857%;margin-right:2.858%}.one-col .col2,.three-col-left .blog-item,.three-col-middle .blog-item,.three-col-right .blog-item,.two-col-left .blog-item,.two-col-right .blog-item{width:48.571%;margin-right:2.858%}}.testimonial5{padding:28px;float:left}.testimonial{border-bottom:1px solid #dbdbdb;padding:28px;float:left}.testi-ico{text-align:center;height:28px}.testi-ico em{top:-20px;width:100%;font-size:2.5em;color:#dbdbdb;position:relative;background-color:#fff;padding:10px}.testi-border{border-top:1px solid #dbdbdb;width:100%;float:left}.testimonial-text{margin-bottom:14px;float:left;position:relative}.testimonial-author img{margin:3px;width:60px!important;height:60px!important;border:none;border-radius:100%;-moz-border-radius:100%;-webkit-border-radius:100%}.testimonial-author{text-align:center;font-weight:700}.testimonial-author span{position:relative;top:-30px;font-weight:400;font-style:italic}.testi-name-tri,.testi-name-tri3{position:relative;display:block;height:18px;top:-6px}.testimonial2{float:left;width:85%}.testimonial2-text{border:1px solid #dbdbdb;padding:28px;float:left}.testimonial-author2{width:12.2%;float:left;border:none;margin-left:1.8%}.testimonial-author2 img{padding:0}.testi-name{text-align:right;display:block;float:right;width:200px;margin-top:5px}.testi-name-tri{background:url(../images/quotes.png) #fff;width:19px;float:right;margin-left:10px;margin-right:20px}.testimonial3{float:left;width:85%}.testimonial3-text{border:1px solid #dbdbdb;padding:28px;float:left}.testimonial-author3{width:12.2%;float:left;border:none;margin-right:1.8%}.testimonial-author3 img{padding:0}.testi-name3{text-align:left;display:block;float:left;width:200px;margin-top:5px}.contact-form .submit,.member,.member h3{text-align:center}.testi-name-tri3{background:url(../images/quote.png) #fff;width:19px;float:left;margin-left:20px;margin-right:10px}.testimonial4{float:left;width:100%}.testimonial4-text{border:1px solid #dbdbdb;padding:28px;float:left}.testimonial-author4{float:right;margin-top:0;width:100%}.testimonial-img4{width:50px;float:right;border:none}.testimonial-img4 img{padding:0}.testi-name4{display:block;float:right;margin-right:20px;margin-top:20px}.testi-name-tri4{background:url(../images/quotes.png) #fff;display:block;width:19px;height:18px;float:right;top:-1px;position:relative;margin-right:55px}.member{display:block}.member .member-image{position:relative;margin-bottom:1.5em}.member .member-image img{border:none}.member .member-social ul{padding:0;margin:0 auto;width:100%;display:block;text-align:center}.member .member-social li{display:inline-block;width:32px;height:32px;padding-top:7px;margin-right:10px;margin-bottom:20px}.member .member-social li a{font-size:18px;font-family:labombas;display:inline-block;vertical-align:middle}.member .member-social li:hover{opacity:.25;text-decoration:none}.nav_port_iso ul{padding-left:0;border:none}#parallax .parallax_content{width:980px;display:block;margin:0 auto;min-height:80px}#parallax .parallax_out{width:980px;position:relative;background-position:50% 0;-webkit-background-size:cover!important;-moz-background-size:cover!important;-o-background-size:cover!important;background-size:cover!important}#parallax .parallax_in{position:relative;margin:0 auto}.boxed-layout.one-col #parallax .parallax_out,.boxed-layout.one-col .map-canvas{width:100%!important}.parallax_sec{position:absolute;z-index:200;width:100%}.map-canvas.fullscreen-no,.three-col-left .map-canvas,.three-col-middle .map-canvas,.three-col-right .map-canvas,.two-col-left .map-canvas,.two-col-right .map-canvas{width:100%!important}.ie10 .gmnoprint,.ie9 .df-float-menu,.ie9 .gmnoprint{display:none}.wpb_map_wraper{margin-bottom:20px;line-height:4px}.wpb_map_wraper.rounded-frame{overflow:hidden;border:2px solid rgba(0,0,0,.06);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.wpb_map_wraper.gray_border-frame{border:6px solid rgba(0,0,0,.06)}.wpb_map_wraper.border_shadow-frame{border:6px solid #fff;-webkit-box-shadow:0 0 5px rgba(0,0,0,.25);-moz-box-shadow:0 0 5px rgba(0,0,0,.25);box-shadow:0 0 5px rgba(0,0,0,.25)}.wpb_map_wraper.shadow_only-frame{-webkit-box-shadow:0 0 4px 3px rgba(0,0,0,.1);-moz-box-shadow:0 0 4px 3px rgba(0,0,0,.1);box-shadow:0 0 4px 3px rgba(0,0,0,.1)}.mk-advanced-gmaps img{max-width:none!important}.mk-gmaps-parallax>div{margin-top:-100px}.df-wc-cc img{width:auto!important}.vc_row.fixed-bg{background-attachment:fixed}@media only screen and (max-width:959px){.vc_row.fixed-bg{background-attachment:scroll}}@media only screen and (max-width:480px){.view img{display:block;position:relative;max-width:100%}}.flex-direction-nav .flex-next{text-indent:9999px}h1.title-sc,h2.title-sc,h3.title-sc,h4.title-sc,h5.title-sc{margin-bottom:14px}h1.title-sc{font:400 2em/1.2em "Playfair Display",Helvetica,Arial sans-serif}h2.title-sc{font:400 1.8em/1.2em "Playfair Display",Helvetica,Arial sans-serif}h3.title-sc{font:400 1.6em/1.2em "Playfair Display",Helvetica,Arial sans-serif}h4.title-sc{font:400 1.2em/1.2em "Playfair Display",Helvetica,Arial sans-serif}h5.title-sc{font:400 .8em/1.2em "Playfair Display",Helvetica,Arial sans-serif}p.title-sc,span.title-sc{font:400 1.2em/1.2em "Playfair Display",Helvetica,Arial sans-serif}div.woo-sc-box,p.woo-sc-box{margin:1em 0 1.5em;padding:9px 10px 9px 50px;border-width:1px 0;border-style:solid;color:#555;text-shadow:none}.woo-sc-box.none{border-width:0}.woo-sc-box.full{border-width:1px}.woo-sc-box.medium{padding:18px 20px 18px 50px;font-size:1.1em}.woo-sc-box.large{padding:25px 27px 25px 50px;font-size:1.2em}.woo-sc-box.rounded{-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}.woo-sc-box.normal{border-color:#ccc;background:#eee;padding:9px 15px}.woo-tweetmeme.left{margin:0 1.5em 1.5em 0;float:left}.woo-tweetmeme.none{margin:0 0 1.5em}.woo-tweetmeme.right{margin:0 0 1.5em 1.5em;float:right}.woo-sc-twitter.left{margin:0 1.5em 1.5em 0;float:left}.woo-sc-twitter.none{margin:0 0 1.5em}.woo-sc-twitter.right{margin:0 0 1.5em 1.5em;float:right}.woo-digg.left{margin:0 1.5em 1.5em 0;float:left}.woo-digg.none{margin:0 0 1.5em}.woo-digg.right{margin:0 0 1.5em 1.5em;float:right}.woo-sc-related-posts .thumbnail{float:left;margin:0 1em 1em 0}.woo-sc-related-posts li{clear:both}.woo-sc-hr{border-bottom:1px solid #e6e6e6}.woo-sc-divider,.woo-sc-hr{clear:both;display:block;margin-bottom:20px;padding-top:20px;width:100%}.woo-sc-divider.flat{padding:0;margin:0}.woo-sc-quote.left{float:left;width:30%}.woo-sc-quote.right{float:right;width:30%}.woo-sc-quote.boxed{background:#f5f5f5;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px}.woo-sc-quote.boxed.left{margin:0 1.5em 1em 0}.woo-sc-quote.boxed.right{margin:0 0 1em 1.5em}.woo-sc-ilink{padding:0 .3em}.woo-sc-ilink a{padding-left:20px;text-decoration:underline;display:inline-block}.woo-sc-ilink a:hover{text-decoration:none}.woo-fbshare.left{margin:0 1.5em 1.5em 0;float:left}.woo-fbshare.none{margin:0 0 1.5em}.woo-fbshare.right{margin:0 0 1.5em 1.5em;float:right}.woo-fblike.left{margin:0 1.5em 1.5em 0;float:left}.woo-fblike.none{margin:0 0 1.5em}.woo-fblike.right{margin:0 0 1.5em 1.5em;float:right}.contact-form .screenReader{left:-9999px;position:absolute;top:-9999px}.contact-form .forms{float:left;list-style:none;width:100%;margin:10px 0 0}.contact-form .forms .error,.contact-form .forms .textarea .error{display:block;margin-left:120px}.contact-form .forms p{clear:both;float:left;margin-bottom:18px;position:relative;width:100%}.contact-form .forms label{cursor:pointer;display:block;float:left;font-weight:700;padding-right:20px;width:100px}.contact-form .forms input.txt{width:214px}.contact-form .forms input#sendCopy{border:none}.contact-form .forms textarea{height:300px;width:400px}.contact-form .forms .error{font-size:12px;color:red}.contact-form .forms .screenReader{margin-bottom:0}.contact-form .forms .buttons .submit{margin:15px 0 0 120px;cursor:pointer}.contact-form .forms .inline input{width:auto;margin-left:120px}.contact-form .forms .inline label{display:inline;float:none;width:auto}.entry .contact-form ol.forms li{list-style:none}.contact-form .submit{display:inline-block;margin:5px;padding:3px 13px;border:1px solid #4081af;border-bottom-color:#20559a;color:#fff!important;text-decoration:none;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;background:#237fd7;background:-webkit-gradient(linear,left top,left bottom,color-stop(.2,#52a8e8),color-stop(1,#2e76cf));background:-moz-linear-gradient(center top,#52a8e8 20%,#2e76cf 100%);-webkit-box-shadow:inset 0 1px 0 hsla(0,100%,100%,.3),inset 0 0 2px hsla(0,100%,100%,.3),0 1px 2px hsla(0,0%,0%,.29);-moz-box-shadow:inset 0 1px 0 hsla(0,100%,100%,.3),inset 0 0 2px hsla(0,100%,100%,.3),0 1px 2px hsla(0,0%,0%,.29);box-shadow:inset 0 1px 0 hsla(0,100%,100%,.3),inset 0 0 2px hsla(0,100%,100%,.3),0 1px 2px hsla(0,0%,0%,.29)}.flexslider ol.flex-control-nav,.flexslider ul.slides{margin:0;padding:0}.contact-form .submit:hover{text-decoration:none!important;background:#0073d2;background:-webkit-gradient(linear,left top,left bottom,color-stop(.2,#3e9ee5),color-stop(1,#1666ca));background:-moz-linear-gradient(center top,#3e9ee5 20%,#1666ca 100%)}.flexslider{margin:0}.flexslider ul.slides li{list-style:none}.flexslider ul.slides li img{padding:0;border:none}.shortcode-toggle.white .toggle-content,.shortcode-toggle.white h4 a{background-color:#FFF}abbr{border-bottom:none;cursor:help}.entry .shortcode-unorderedlist ul li,.entry .shortcode-unorderedlist ul li ul,.shortcode-unorderedlist ul li,.shortcode-unorderedlist ul li ul{list-style-type:none;padding-left:25px;background:url() left top no-repeat}.entry .shortcode-orderedlist ol li,.entry .shortcode-orderedlist ol li ol,.shortcode-orderedlist ol li{list-style-type:none;margin-left:25px;background:url() left top no-repeat}.entry .shortcode-orderedlist.armenian ol li,.shortcode-orderedlist.armenian ol li{list-style-type:armenian}.entry .shortcode-orderedlist.decimal ol li,.shortcode-orderedlist.decimal ol li{list-style-type:decimal}.entry .shortcode-orderedlist.decimal-leading-zero ol li,.shortcode-orderedlist.decimal-leading-zero ol li{list-style-type:decimal-leading-zero}.entry .shortcode-orderedlist.georgian ol li,.shortcode-orderedlist.georgian ol li{list-style-type:georgian}.entry .shortcode-orderedlist.lower-alpha ol li,.shortcode-orderedlist.lower-alpha ol li{list-style-type:lower-alpha}.entry .shortcode-orderedlist.lower-greek ol li,.shortcode-orderedlist.lower-greek ol li{list-style-type:lower-greek}.entry .shortcode-orderedlist.lower-latin ol li,.shortcode-orderedlist.lower-latin ol li{list-style-type:lower-latin}.entry .shortcode-orderedlist.lower-roman ol li,.shortcode-orderedlist.lower-roman ol li{list-style-type:lower-roman}.entry .shortcode-orderedlist.upper-alpha ol li,.shortcode-orderedlist.upper-alpha ol li{list-style-type:upper-alpha}.entry .shortcode-orderedlist.upper-latin ol li,.shortcode-orderedlist.upper-latin ol li{list-style-type:upper-latin}.entry .shortcode-orderedlist.upper-roman ol li,.shortcode-orderedlist.upper-roman ol li{list-style-type:upper-roman}div.category-acc{display:block}div.category-acc ul.children{border-left:1px solid #dbdbdb;padding-left:20px;margin-left:10px}.category-acc li,.category-acc ul li,.category-acc ul li ul li{list-style:none;text-transform:uppercase}div.category-acc .btnshow{float:right;height:10px}div.category-acc span.btnshow:after{content:"+";font-weight:400;font-size:15px;padding:2px 5px}div.category-acc span.btnshow:hover:after{opacity:.4}.feedburner-sc .feedburner-sc-form input:hover.submit,.feedburner-sc2 .feedburner-sc-form2 button:hover.submit{opacity:.8}div.category-acc span.onacc:after{content:"-";font-weight:400}.welcome_text span.small_title{font-size:18px}.callout_credit{float:left;padding:10px 20px 0;width:96%}.callout_credit_content{float:left;display:block;margin-right:20px}.callout_credit_card{float:right;display:block}.callout_credit_card img{background:0 0;padding:0;margin-bottom:10px}.widget h3.blog-title-sc{border:0;font:400 12px/18px Georgia,sans-serif;color:#333;text-transform:uppercase}.widget .latest-blog-list{overflow:visible;margin-bottom:1.3em;border-bottom:1px dotted #ababab;padding-bottom:1.46em}.widget .latest-blog-list h4.title{font:normal 400 14px/14px Georgia,sans-serif}.widget .latest-blog-list h4.title a{color:#999}.widget .post-meta .small{font-weight:400;color:#545454}.widget .latest-blog-list .post-meta .icon-comment,.widget .latest-blog-list .post-meta .post-comments,.widget .latest-blog-list .post-meta .vertical-bar{display:none}.shortcode-tabs,.shortcode-tabs ul.tab_titles{background:0 0;border-bottom:1px solid #dbdbdb;display:block}.meta_sc{margin-top:14px;margin-bottom:14px}.widget .latest-blog-list .blog-list-image{width:50px;margin-top:-6px;margin-bottom:.4em}.shortcode-tabs{clear:both;height:auto;padding:5px;margin-bottom:20px;-moz-border-radius:none;-webkit-border-radius:none;border-radius:none}.shortcode-tabs ul.tab_titles{padding:0;border-top:1px solid #dbdbdb;margin:0;float:left;width:100%}.shortcode-tabs ul.tab_titles li.nav-tab{background:0 0;padding:0 28px 0 0;float:left;display:inline;color:#fff;margin:0;cursor:pointer}.shortcode-tabs ul.tab_titles li.nav-tab a:hover,.shortcode-tabs ul.tab_titles li.nav-tab.ui-tabs-selected a{background:#fff;text-decoration:none;border-bottom:1px solid #000}.shortcode-tabs ul.tab_titles li.nav-tab a{color:#777;display:block;float:left;padding:20px 0;border-bottom:1px solid #fff;text-transform:capitalize;font:13px/18px sans-serif}.shortcode-tabs .tab{background:#fff;padding:20px 0;text-align:left;clear:both}.shortcode-tabs.tab ul.tab_titles{margin:0;border:1px solid #dbdbdb}.shortcode-tabs .tab li.nav-tab{background:#fff;border:1px solid #e6e6e6;border-width:0 1px 1px;padding:10px}.shortcode-tabs .tab li.nav-tab a{color:#666;font:700 12px/18px sans-serif}.shortcode-tabs.ui-tabs-hide{display:none}.shortcode-tabs.style1,.shortcode-tabs.style1 ul.tab_titles{background:0 0;border-bottom:1px solid #dbdbdb;display:block}.shortcode-tabs.style1{clear:both;height:auto;padding:5px;margin-bottom:20px;-moz-border-radius:none;-webkit-border-radius:none;border-radius:none}.shortcode-tabs.style1 ul.tab_titles{padding:0;border-top:1px solid #dbdbdb;margin:0;float:left;width:100%}.shortcode-tabs.style1 ul.tab_titles li.nav-tab{background:0 0;padding:0 20px 0 0;float:left;display:inline;color:#fff;margin:0;cursor:pointer}.shortcode-tabs.style1 ul.tab_titles li.nav-tab a:hover,.shortcode-tabs.style1 ul.tab_titles li.nav-tab.ui-tabs-selected a{background:#fff;text-decoration:none;border-bottom:1px solid #000}.shortcode-tabs.style1 ul.tab_titles li.nav-tab a{color:#777;display:block;float:left;padding:20px 0;border-bottom:1px solid #fff;text-transform:capitalize;font:15px/18px 'Open Sans'}.shortcode-tabs.boxed ul.tab_titles li.nav-tab a,.shortcode-tabs.style1 .tab li.nav-tab a{font:15px/18px 'Open Sans';color:#666}.shortcode-tabs.style1 .tab{background:#fff;padding:20px 0;text-align:left;clear:both}.shortcode-tabs.style1 .tab ul.tab_titles{margin:0;border:1px solid #dbdbdb}.shortcode-tabs.style1 .tab li.nav-tab{background:#fff;border:1px solid #e6e6e6;border-width:0 1px 1px;padding:10px}.shortcode-tabs.style1 .ui-tabs-hide{display:none}.shortcode-tabs.boxed{margin-bottom:20px}.shortcode-tabs.boxed ul.tab_titles{clear:both;float:left;width:100%;background:0 0;border:none;border-bottom:1px solid #dbdbdb;margin-bottom:0;position:relative;z-index:2;padding:0}.shortcode-tabs.boxed ul.tab_titles li{background:0 0;padding:0;margin-right:10px;list-style:none}.shortcode-tabs.boxed ul.tab_titles li.nav-tab a{display:block;float:left;padding:10px;border:1px #dbdbdb;border-style:solid solid none;text-transform:capitalize}.shortcode-tabs.boxed ul.tab_titles li.ui-state-active{color:#fff;text-decoration:none}.shortcode-tabs.boxed .tab{border-bottom:1px solid #dbdbdb;border-left:none;border-right:none;padding:20px 0;top:-2px;position:relative;z-index:1;float:left}.shortcode-tabs.boxed ul.tab_titles li.nav-tab a:hover,.shortcode-tabs.boxed ul.tab_titles li.nav-tab.ui-tabs-selected a{background-color:#000;color:#fff;text-decoration:none}.shortcode-tabs.vertical{margin-bottom:20px;border:1px #dbdbdb;border-style:solid none}.shortcode-tabs.vertical .tab_header{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;width:25%;float:left;margin-bottom:-5px;color:#555;font:15px/18px 'Open Sans'}.shortcode-tabs.vertical .tab_header span{display:block;padding:8px 8px 12px;border:1px solid #dbdbdb}.shortcode-tabs.vertical ul.tab_titles{clear:left;float:left;background:0 0;padding:0;margin-bottom:0;position:relative;z-index:2;width:25%}.shortcode-tabs.vertical ul.tab_titles.has_title{border-top:0!important;margin-top:5px}.shortcode-tabs.vertical ul.tab_titles li{clear:both;background:0 0;padding:0;border:1px #dbdbdb;border-style:none none solid;display:block!important;float:none!important}.shortcode-tabs.vertical ul.tab_titles li.ui-state-active,.shortcode-tabs.vertical ul.tab_titles li.ui-state-active a{background:0 0;text-decoration:none;border-bottom:1px solid #000}.shortcode-tabs.vertical ul.tab_titles li a:link{display:block;float:none!important}.shortcode-tabs.vertical ul.tab_titles li a{display:block;float:none!important;padding:10px 0;text-transform:capitalize;font:15px/18px 'Open Sans';color:#666;border-bottom:1px solid #fff}.shortcode-tabs.vertical ul.tab_titles li a:hover{background:0 0;text-decoration:none;border-bottom:1px solid #000}.shortcode-tabs.vertical .tab{clear:right!important;position:relative;z-index:1;margin-left:25%;padding:10px 20px 20px;border-left:1px solid #dbdbdb}.shortcode-tabs.vertical2{margin-bottom:20px}.shortcode-tabs.vertical2 .tab_header{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;width:25%;float:left;margin-bottom:-5px;color:#555;font:15px/18px 'Open Sans'}.shortcode-tabs.vertical2 .tab_header span{display:block;padding:8px 8px 12px;border:1px solid #dbdbdb}.shortcode-tabs.vertical2 ul.tab_titles{clear:left;float:left;background:0 0;padding:0;border-top:1px solid #dbdbdb;margin-bottom:0;position:relative;z-index:2;width:25%}.shortcode-tabs.vertical2 ul.tab_titles.has_title{border-top:0!important;margin-top:5px}.shortcode-tabs.vertical2 ul.tab_titles li{clear:both;background:0 0;padding:0;border:1px #dbdbdb;border-style:none solid solid none;display:block!important;float:none!important}.shortcode-tabs.vertical2 ul.tab_titles li.ui-state-active,.shortcode-tabs.vertical2 ul.tab_titles li.ui-state-active a{background:#000;color:#fff;text-decoration:none}.shortcode-tabs.vertical2 ul.tab_titles li a:link{display:block;float:none!important}.shortcode-tabs.vertical2 ul.tab_titles li a{display:block;float:none!important;padding:10px 0 10px 20px;text-transform:capitalize;font:15px/18px 'Open Sans';color:#666}.shortcode-tabs.vertical2 ul.tab_titles li a:hover{background:#000;color:#fff;text-decoration:none}.shortcode-tabs.vertical2 .tab{clear:right!important;position:relative;z-index:1;margin-left:25%;padding:0 20px 20px}.shortcode-toggle{margin-bottom:1px}.shortcode-toggle h4{margin:0}.shortcode-toggle h4 a:before,.shortcode-toggle.closed h4 a:before{font-family:FontAwesome;font-size:16px;margin-right:20px}.shortcode-toggle h4 a{display:block;padding:3px 0 3px 10px;background:0 0;font-weight:400;color:#666;font-size:16px}.shortcode-toggle h4 a:before{content:"\f106"}.shortcode-toggle h4 a:hover{color:#000;text-decoration:none}.shortcode-toggle.closed h4 a{background:0 0}.shortcode-toggle.closed h4 a:before{content:"\f107"}.shortcode-toggle .toggle-content{padding:10px;background:0 0}.shortcode-toggle .more-text.closed,.shortcode-toggle.closed .toggle-content{display:none}.shortcode-toggle .more-text.open{display:block}.shortcode-toggle.border{border:1px solid #dbdbdb}#tabs #tab-tags a,.tagcloud a{background:#FFF;padding:5px;border:1px solid #DBDBDB;font-size:13px!important;color:#000;line-height:1.2;margin:2px 0;display:inline-block}.tagcloud a:hover{background:#000;text-decoration:none;border:1px solid #000;color:#fff}.feedburner-sc{border:1px #dbdbdb;border-style:solid none;width:100%;padding:10px 0 5px;float:left;margin-bottom:20px}.feedburner-sc .feedburner-sc-text{margin-bottom:14px;float:left;margin-top:10px}.feedburner-sc .feedburner-sc-text1{font:400 1.6em/1.2em "Playfair Display",Helvetica,Arial sans-serif;color:#000;text-transform:uppercase}.feedburner-sc .feedburner-sc-text2{font:1.6em/1.2em "Open Sans",Helvetica,Arial sans-serif;font-weight:400;text-transform:uppercase;color:#999}.feedburner-sc .feedburner-sc-form{float:right}.feedburner-sc .feedburner-sc-form input.text{padding:10px 20px;background:#fff;border-color:#dbdbdb;border-width:1px;border-style:solid;margin-bottom:10px;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;width:140px;margin-right:10px;outline:0}.feedburner-sc .feedburner-sc-form input:focus.text,textarea:focus{background:#fff;border-color:#dbdbdb;box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none}.feedburner-sc .feedburner-sc-form input.submit{border:none;background:#000;border-radius:0;box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;text-transform:uppercase;font-family:'Open Sans',sans-serif;font-weight:400;font-size:12px;padding:11px 20px}.feedburner-sc2{border-top:4px solid #000;border-bottom:2px solid #000;text-align:center;padding:10px 20px 5px;margin-bottom:20px}.feedburner-sc2 .feedburner-sc-text2{margin-top:10px}.feedburner-sc2 .feedburner-sc-text2 h1{line-height:1;margin:0}.feedburner-sc2 .feedburner-sc-form2 input.text{background:#fff;border-color:#dbdbdb;border-width:1px;border-style:solid;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;margin:0 0 20px;outline:0}.vc_span3 .feedburner-sc2 .feedburner-sc-form2 input.text,.vc_span4 .feedburner-sc2 .feedburner-sc-form2 input.text{float:left;width:70%}.feedburner-sc2 .feedburner-sc-form2 input:focus.text,textarea:focus{background:#fff;border-color:#dbdbdb;box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none}.feedburner-sc2 .feedburner-sc-form2 button.submit{border:none;background:#000;border-radius:0;box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;text-transform:uppercase;font-family:'Open Sans',sans-serif;font-weight:400;margin:0 0 20px;padding:11px}.border_text,div.youtube_sc{display:block;margin-bottom:20px}.feedburner-sc2 .feedburner-sc-form2 button.submit em{color:#fff;font-size:13px}img.ads-sc{padding:0;border:0}.border_text{clear:both;float:left;width:100%}.youtube_sc iframe{width:100%}@media only screen and (max-width:1000px){.one-col .map-canvas,.one-col .ver2_map #single_map_canvas{width:100%!important}#parallax .parallax_out{height:auto!important}#parallax .parallax_in{float:left!important;padding:28px!important}#parallax .parallax_sec{position:relative;float:none!important;display:block;margin-top:40px}}.widget.widget_contact .p_contact{font-size:12px}.widget.widget_contact span.address p,.widget.widget_contact span.email p,.widget.widget_contact span.fax p,.widget.widget_contact span.phone p,.widget.widget_contact span.web p{margin-bottom:7px}.widget.widget_contact .icon_contact_widget{width:20px;float:left}.gmnoprint img{background:0 0!important;max-width:none!important}.widget.widget_recent_entries ul li{border-bottom:1px solid #eee;padding:6px 0}


.tp-caption .backcorner,.tp-caption .backcornertop,.tp-caption .frontcorner,.tp-caption .frontcornertop{height:0;width:0;position:absolute}@font-face{font-family:revicons;src:url(../fonts/revicons/revicons.eot?5510888);src:url(../fonts/revicons/revicons.eot?5510888#iefix) format('embedded-opentype'),url(../fonts/revicons/revicons.woff?5510888) format('woff'),url(../fonts/revicons/revicons.ttf?5510888) format('truetype'),url(../fonts/revicons/revicons.svg?5510888#revicons) format('svg');font-weight:400;font-style:normal}[class*=" revicon-"]:before,[class^=revicon-]:before{font-family:revicons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em}.revicon-search-1:before{content:'\e802'}.revicon-pencil-1:before{content:'\e831'}.revicon-picture-1:before{content:'\e803'}.revicon-cancel:before{content:'\e80a'}.revicon-info-circled:before{content:'\e80f'}.revicon-trash:before{content:'\e801'}.revicon-left-dir:before{content:'\e817'}.revicon-right-dir:before{content:'\e818'}.revicon-down-open:before{content:'\e83b'}.revicon-left-open:before{content:'\e819'}.revicon-right-open:before{content:'\e81a'}.revicon-angle-left:before{content:'\e820'}.revicon-angle-right:before{content:'\e81d'}.revicon-left-big:before{content:'\e81f'}.revicon-right-big:before{content:'\e81e'}.revicon-magic:before{content:'\e807'}.revicon-picture:before{content:'\e800'}.revicon-export:before{content:'\e80b'}.revicon-cog:before{content:'\e832'}.revicon-login:before{content:'\e833'}.revicon-logout:before{content:'\e834'}.revicon-video:before{content:'\e805'}.revicon-arrow-combo:before{content:'\e827'}.revicon-left-open-1:before{content:'\e82a'}.revicon-right-open-1:before{content:'\e82b'}.revicon-left-open-mini:before{content:'\e822'}.revicon-right-open-mini:before{content:'\e823'}.revicon-left-open-big:before{content:'\e824'}.revicon-right-open-big:before{content:'\e825'}.revicon-left:before{content:'\e836'}.revicon-right:before{content:'\e826'}.revicon-ccw:before{content:'\e808'}.revicon-arrows-ccw:before{content:'\e806'}.revicon-palette:before{content:'\e829'}.revicon-list-add:before{content:'\e80c'}.revicon-doc:before{content:'\e809'}.revicon-left-open-outline:before{content:'\e82e'}.revicon-left-open-2:before{content:'\e82c'}.revicon-right-open-outline:before{content:'\e82f'}.revicon-right-open-2:before{content:'\e82d'}.revicon-equalizer:before{content:'\e83a'}.revicon-layers-alt:before{content:'\e804'}.revicon-popup:before{content:'\e828'}.rev_slider_wrapper{position:relative;z-index:0;width:100%}.rev_slider{position:relative;overflow:visible}.tp-overflow-hidden{overflow:hidden}.rev_slider img,.tp-simpleresponsive img{max-width:none!important;-moz-transition:none;-webkit-transition:none;-o-transition:none;transition:none;margin:0;padding:0;border:none}.rev_slider .no-slides-text{font-weight:700;text-align:center;padding-top:80px}.rev_slider>ul,.rev_slider>ul>li,.rev_slider>ul>li:before,.rev_slider_wrapper>ul,.tp-revslider-mainul>li,.tp-revslider-mainul>li:before,.tp-simpleresponsive>ul,.tp-simpleresponsive>ul>li,.tp-simpleresponsive>ul>li:before{list-style:none!important;position:absolute;margin:0!important;padding:0!important;overflow-x:visible;overflow-y:visible;background-image:none;background-position:0 0;text-indent:0;top:0;left:0}.rev_slider>ul>li,.rev_slider>ul>li:before,.tp-revslider-mainul>li,.tp-revslider-mainul>li:before,.tp-simpleresponsive>ul>li,.tp-simpleresponsive>ul>li:before{visibility:hidden}.tp-revslider-mainul,.tp-revslider-slidesli{padding:0!important;margin:0!important;list-style:none!important}.fullscreen-container,.fullwidthbanner-container{padding:0;position:relative}.rev_slider li.tp-revslider-slidesli{position:absolute!important}.tp-caption .rs-untoggled-content{display:block}.tp-caption .rs-toggled-content{display:none}.rs-toggle-content-active.tp-caption .rs-toggled-content{display:block}.rs-toggle-content-active.tp-caption .rs-untoggled-content{display:none}.rev_slider .caption,.rev_slider .tp-caption{position:relative;visibility:hidden;white-space:nowrap;display:block}.rev_slider .tp-mask-wrap .tp-caption,.rev_slider .tp-mask-wrap :last-child,.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,.wpb_text_column .rev_slider .tp-mask-wrap :last-child{margin-bottom:0}.tp-carousel-wrapper{cursor:url(openhand.cur),move}.tp-carousel-wrapper.dragged{cursor:url(closedhand.cur),move}.tp-caption{z-index:1;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;position:absolute;-webkit-font-smoothing:antialiased!important}.tp_inner_padding{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;max-height:none!important}.tp-caption.tp-layer-selectable{-moz-user-select:all;-khtml-user-select:all;-webkit-user-select:all;-o-user-select:all}.tp-caption.tp-hidden-caption,.tp-forcenotvisible,.tp-hide-revslider{visibility:hidden!important;display:none!important}.rev_slider embed,.rev_slider iframe,.rev_slider object,.rev_slider video{max-width:none!important}.fullwidthbanner-container{overflow:hidden}.fullwidthbanner-container .fullwidthabanner{width:100%;position:relative}.tp-static-layers{position:absolute;z-index:101;top:0;left:0}.tp-caption .frontcorner{border-left:40px solid transparent;border-right:0 solid transparent;border-top:40px solid #00A8FF;left:-40px;top:0}.tp-caption .backcorner{border-left:0 solid transparent;border-right:40px solid transparent;border-bottom:40px solid #00A8FF;right:0;top:0}.tp-caption .frontcornertop{border-left:40px solid transparent;border-right:0 solid transparent;border-bottom:40px solid #00A8FF;left:-40px;top:0}.tp-caption .backcornertop{border-left:0 solid transparent;border-right:40px solid transparent;border-top:40px solid #00A8FF;right:0;top:0}.tp-layer-inner-rotation{position:relative!important}img.tp-slider-alternative-image{width:100%;height:auto}.caption.fullscreenvideo,.rs-background-video-layer,.tp-caption.coverscreenvideo,.tp-caption.fullscreenvideo{width:100%;height:100%;top:0;left:0;position:absolute}.noFilterClass{filter:none!important}.rs-background-video-layer{visibility:hidden;z-index:0}.caption.fullscreenvideo iframe,.caption.fullscreenvideo video,.tp-caption.fullscreenvideo iframe,.tp-caption.fullscreenvideo iframe video{width:100%!important;height:100%!important;display:none}.fullcoveredvideo video,.fullscreenvideo video{background:#000}.fullcoveredvideo .tp-poster{background-position:center center;background-size:cover;width:100%;height:100%;top:0;left:0}.videoisplaying .html5vid .tp-poster{display:none}.tp-video-play-button,.tp-video-play-button i{display:inline-block;line-height:50px!important;vertical-align:top;text-align:center}.tp-video-play-button{background:#000;background:rgba(0,0,0,.3);border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;position:absolute;top:50%;left:50%;color:#FFF;margin-top:-25px;margin-left:-25px;cursor:pointer;width:50px;height:50px;box-sizing:border-box;-moz-box-sizing:border-box;z-index:4;opacity:0;-webkit-transition:opacity .3s ease-out!important;-moz-transition:opacity .3s ease-out!important;-o-transition:opacity .3s ease-out!important;transition:opacity .3s ease-out!important}.tp-caption .html5vid{width:100%!important;height:100%!important}.tp-video-play-button i{width:50px;height:50px;font-size:40px!important}.rs-fullvideo-cover,.tp-dottedoverlay,.tp-shadowcover{height:100%;top:0;left:0;position:absolute}.tp-caption .tp-revstop{display:none;border-left:5px solid #fff!important;border-right:5px solid #fff!important;margin-top:15px!important;line-height:20px!important;vertical-align:top;font-size:25px!important}.tp-seek-bar,.tp-video-button,.tp-volume-bar{outline:0;line-height:12px;margin:0;cursor:pointer}.videoisplaying .revicon-right-dir{display:none}.videoisplaying .tp-revstop{display:inline-block}.videoisplaying .tp-video-play-button{display:none}.tp-caption:hover .tp-video-play-button{opacity:1;display:block}.fullcoveredvideo .tp-video-play-button{display:none!important}.fullscreenvideo .fullscreenvideo video{object-fit:contain!important}.fullscreenvideo .fullcoveredvideo video{object-fit:cover!important}.tp-video-controls{position:absolute;bottom:0;left:0;right:0;padding:5px;opacity:0;-webkit-transition:opacity .3s;-moz-transition:opacity .3s;-o-transition:opacity .3s;-ms-transition:opacity .3s;transition:opacity .3s;background-image:linear-gradient(bottom,#000 13%,#323232 100%);background-image:-o-linear-gradient(bottom,#000 13%,#323232 100%);background-image:-moz-linear-gradient(bottom,#000 13%,#323232 100%);background-image:-webkit-linear-gradient(bottom,#000 13%,#323232 100%);background-image:-ms-linear-gradient(bottom,#000 13%,#323232 100%);background-image:-webkit-gradient(linear,left bottom,left top,color-stop(.13,#000),color-stop(1,#323232));display:table;max-width:100%;overflow:hidden;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.rev-btn.rev-hiddenicon i,.rev-btn.rev-withicon i{-webkit-transition:all .2s ease-out!important;-o-transition:all .2s ease-out!important;-ms-transition:all .2s ease-out!important}.tp-caption:hover .tp-video-controls{opacity:.9}.tp-video-button{background:rgba(0,0,0,.5);border:0;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;border-radius:3px;font-size:12px;color:#fff;padding:0}.tp-video-button:hover{cursor:pointer}.tp-video-button-wrap,.tp-video-seek-bar-wrap,.tp-video-vol-bar-wrap{padding:0 5px;display:table-cell}.tp-video-seek-bar-wrap{width:80%}.tp-video-vol-bar-wrap{width:20%}.tp-seek-bar,.tp-volume-bar{width:100%;padding:0}.rs-fullvideo-cover{width:100%;background:0 0;z-index:5}.rs-background-video-layer video::-webkit-media-controls{display:none!important}.tp-dottedoverlay{background-repeat:repeat;width:100%;z-index:3}.tp-dottedoverlay.twoxtwo{background:url(../assets/gridtile.png)}.tp-dottedoverlay.twoxtwowhite{background:url(../assets/gridtile_white.png)}.tp-dottedoverlay.threexthree{background:url(../assets/gridtile_3x3.png)}.tp-dottedoverlay.threexthreewhite{background:url(../assets/gridtile_3x3_white.png)}.tp-shadowcover{width:100%;background:#fff;z-index:-1}.tp-shadow1{-webkit-box-shadow:0 10px 6px -6px rgba(0,0,0,.8);-moz-box-shadow:0 10px 6px -6px rgba(0,0,0,.8);box-shadow:0 10px 6px -6px rgba(0,0,0,.8)}.tp-shadow2:after,.tp-shadow2:before,.tp-shadow3:before,.tp-shadow4:after{z-index:-2;position:absolute;content:"";bottom:10px;left:10px;width:50%;top:85%;max-width:300px;background:0 0;-webkit-box-shadow:0 15px 10px rgba(0,0,0,.8);-moz-box-shadow:0 15px 10px rgba(0,0,0,.8);box-shadow:0 15px 10px rgba(0,0,0,.8);-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-o-transform:rotate(-3deg);-ms-transform:rotate(-3deg);transform:rotate(-3deg)}.tp-shadow2:after,.tp-shadow4:after{-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-o-transform:rotate(3deg);-ms-transform:rotate(3deg);transform:rotate(3deg);right:10px;left:auto}.tp-shadow5{position:relative;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset;-moz-box-shadow:0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset;box-shadow:0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset}.tp-shadow5:after,.tp-shadow5:before{content:"";position:absolute;z-index:-2;-webkit-box-shadow:0 0 25px 0 rgba(0,0,0,.6);-moz-box-shadow:0 0 25px 0 rgba(0,0,0,.6);box-shadow:0 0 25px 0 rgba(0,0,0,.6);top:30%;bottom:0;left:20px;right:20px;-moz-border-radius:100px/20px;border-radius:100px/20px}.tp-button{padding:6px 13px 5px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;height:30px;cursor:pointer;color:#fff!important;text-shadow:0 1px 1px rgba(0,0,0,.6)!important;font-size:15px;line-height:45px!important;font-family:arial,sans-serif;font-weight:700;letter-spacing:-1px;text-decoration:none}.tp-button.big{color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.6);font-weight:700;padding:9px 20px;font-size:19px;line-height:57px!important}.purchase:hover,.tp-button.big:hover,.tp-button:hover{background-position:bottom,15px 11px}.purchase.green,.purchase:hover.green,.tp-button.green,.tp-button:hover.green{background-color:#21a117;-webkit-box-shadow:0 3px 0 0 #104d0b;-moz-box-shadow:0 3px 0 0 #104d0b;box-shadow:0 3px 0 0 #104d0b}.purchase.blue,.purchase:hover.blue,.tp-button.blue,.tp-button:hover.blue{background-color:#1d78cb;-webkit-box-shadow:0 3px 0 0 #0f3e68;-moz-box-shadow:0 3px 0 0 #0f3e68;box-shadow:0 3px 0 0 #0f3e68}.purchase.red,.purchase:hover.red,.tp-button.red,.tp-button:hover.red{background-color:#cb1d1d;-webkit-box-shadow:0 3px 0 0 #7c1212;-moz-box-shadow:0 3px 0 0 #7c1212;box-shadow:0 3px 0 0 #7c1212}.purchase.orange,.purchase:hover.orange,.tp-button.orange,.tp-button:hover.orange{background-color:#f70;-webkit-box-shadow:0 3px 0 0 #a34c00;-moz-box-shadow:0 3px 0 0 #a34c00;box-shadow:0 3px 0 0 #a34c00}.purchase.darkgrey,.purchase:hover.darkgrey,.tp-button.darkgrey,.tp-button.grey,.tp-button:hover.darkgrey,.tp-button:hover.grey{background-color:#555;-webkit-box-shadow:0 3px 0 0 #222;-moz-box-shadow:0 3px 0 0 #222;box-shadow:0 3px 0 0 #222}.purchase.lightgrey,.purchase:hover.lightgrey,.tp-button.lightgrey,.tp-button:hover.lightgrey{background-color:#888;-webkit-box-shadow:0 3px 0 0 #555;-moz-box-shadow:0 3px 0 0 #555;box-shadow:0 3px 0 0 #555}.rev-btn,.rev-btn:visited{outline:0!important;box-shadow:none!important;text-decoration:none!important;line-height:44px;font-size:17px;font-weight:500;padding:12px 35px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;font-family:Roboto,sans-serif;cursor:pointer}.rev-btn.rev-uppercase,.rev-btn.rev-uppercase:visited{text-transform:uppercase;letter-spacing:1px;font-size:15px;font-weight:900}.rev-btn.rev-withicon i{font-size:15px;font-weight:400;position:relative;top:0;-moz-transition:all .2s ease-out!important;margin-left:10px!important}.rev-btn.rev-hiddenicon i{font-size:15px;font-weight:400;position:relative;top:0;-moz-transition:all .2s ease-out!important;opacity:0;margin-left:0!important;width:0!important}.rev-btn.rev-hiddenicon:hover i{opacity:1!important;margin-left:10px!important;width:auto!important}.rev-btn.rev-medium,.rev-btn.rev-medium:visited{line-height:36px;font-size:14px;padding:10px 30px}.rev-btn.rev-medium.rev-hiddenicon i,.rev-btn.rev-medium.rev-withicon i{font-size:14px;top:0}.rev-btn.rev-small,.rev-btn.rev-small:visited{line-height:28px;font-size:12px;padding:7px 20px}.rev-btn.rev-small.rev-hiddenicon i,.rev-btn.rev-small.rev-withicon i{font-size:12px;top:0}.rev-maxround{-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.rev-minround{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.rev-burger{position:relative;width:60px;height:60px;box-sizing:border-box;padding:22px 0 0 14px;border-radius:50%;border:1px solid rgba(51,51,51,.25);tap-highlight-color:transparent;cursor:pointer}.rev-burger span{display:block;width:30px;height:3px;background:#333;transition:.7s;pointer-events:none;transform-style:flat!important}.rev-burger.revb-white span,.rev-burger.revb-whitenoborder span{background:#fff}.rev-burger span:nth-child(2){margin:3px 0}#dialog_addbutton .rev-burger:hover :first-child,.open .rev-burger :first-child,.open.rev-burger :first-child{transform:translateY(6px) rotate(-45deg);-webkit-transform:translateY(6px) rotate(-45deg)}#dialog_addbutton .rev-burger:hover :nth-child(2),.open .rev-burger :nth-child(2),.open.rev-burger :nth-child(2){transform:rotate(-45deg);-webkit-transform:rotate(-45deg);opacity:0}#dialog_addbutton .rev-burger:hover :last-child,.open .rev-burger :last-child,.open.rev-burger :last-child{transform:translateY(-6px) rotate(-135deg);-webkit-transform:translateY(-6px) rotate(-135deg)}.rev-burger.revb-white{border:2px solid rgba(255,255,255,.2)}.rev-burger.revb-darknoborder,.rev-burger.revb-whitenoborder{border:0}.rev-burger.revb-darknoborder span{background:#333}.rev-burger.revb-whitefull{background:#fff;border:none}.rev-burger.revb-whitefull span{background:#333}.rev-burger.revb-darkfull{background:#333;border:none}.rev-burger.revb-darkfull span,.rev-scroll-btn.revs-fullwhite{background:#fff}@-webkit-keyframes rev-ani-mouse{0%{opacity:1;top:29%}15%{opacity:1;top:50%}50%{opacity:0;top:50%}100%{opacity:0;top:29%}}@-moz-keyframes rev-ani-mouse{0%{opacity:1;top:29%}15%{opacity:1;top:50%}50%{opacity:0;top:50%}100%{opacity:0;top:29%}}@keyframes rev-ani-mouse{0%{opacity:1;top:29%}15%{opacity:1;top:50%}50%{opacity:0;top:50%}100%{opacity:0;top:29%}}.rev-scroll-btn{display:inline-block;position:relative;left:0;right:0;text-align:center;cursor:pointer;width:35px;height:55px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:3px solid #fff;border-radius:23px}.rev-control-btn,.tp-tab,.tp-thumb{box-sizing:border-box;cursor:pointer}.rev-scroll-btn>*{display:inline-block;line-height:18px;font-size:13px;font-weight:400;color:#fff;font-family:proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;letter-spacing:2px}.rev-scroll-btn>.active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover{color:#fff}.rev-scroll-btn>.active,.rev-scroll-btn>:active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover{filter:alpha(opacity=80)}.rev-scroll-btn.revs-fullwhite span{background:#333}.rev-scroll-btn.revs-fulldark{background:#333;border:none}.rev-scroll-btn.revs-fulldark span,.tp-bullet{background:#fff}.rev-scroll-btn span{position:absolute;display:block;top:29%;left:50%;width:8px;height:8px;margin:-4px 0 0 -4px;background:#fff;border-radius:50%;-webkit-animation:rev-ani-mouse 2.5s linear infinite;-moz-animation:rev-ani-mouse 2.5s linear infinite;animation:rev-ani-mouse 2.5s linear infinite}.rev-scroll-btn.revs-dark{border-color:#333}.rev-scroll-btn.revs-dark span{background:#333}.rev-control-btn{position:relative;display:inline-block;z-index:5;color:#FFF;font-size:20px;line-height:60px;font-weight:400;font-style:normal;font-family:Raleway;text-decoration:none;text-align:center;background-color:#000;border-radius:50px;text-shadow:none;background-color:rgba(0,0,0,.5);width:60px;height:60px}.rev-cbutton-dark-sr,.rev-cbutton-light-sr{border-radius:3px}.rev-cbutton-light,.rev-cbutton-light-sr{color:#333;background-color:rgba(255,255,255,.75)}.rev-sbutton{line-height:37px;width:37px;height:37px}.rev-sbutton-blue{background-color:#3B5998}.rev-sbutton-lightblue{background-color:#00A0D1}.rev-sbutton-red{background-color:#DD4B39}.tp-bannertimer{visibility:hidden;width:100%;position:absolute;z-index:200;top:0}.tp-bannertimer.tp-bottom{top:auto;bottom:0!important;height:5px}.tp-simpleresponsive img{-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none}.tp-caption img{background:0 0;-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);zoom:1}.caption.slidelink a div,.tp-caption.slidelink a div{width:3000px;height:1500px;background:url(../assets/coloredbg.png)}.tp-caption.slidelink a span{background:url(../assets/coloredbg.png)}.tp-shape{width:100%;height:100%}.tp-caption .rs-starring{display:inline-block}.tp-caption .rs-starring .star-rating{float:none;display:inline-block;vertical-align:top}.tp-caption .rs-starring .star-rating,.tp-caption .rs-starring-page .star-rating{position:relative;height:1em;width:5.4em;font-size:1em!important;font-family:star}.tp-loader.spinner0,.tp-loader.spinner1{width:40px;height:40px;box-shadow:0 0 20px 0 rgba(0,0,0,.15);margin-top:-20px;margin-left:-20px;border-radius:3px}.tp-caption .rs-starring .star-rating:before,.tp-caption .rs-starring-page .star-rating:before{content:"\73\73\73\73\73";color:#E0DADF;float:left;top:0;left:0;position:absolute}.tp-caption .rs-starring .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em;font-size:1em!important}.tp-caption .rs-starring .star-rating span:before{content:"\53\53\53\53\53";top:0;position:absolute;left:0}.tp-caption .rs-starring .star-rating{color:#FFC321!important}.tp-loader{top:50%;left:50%;z-index:10000;position:absolute}.tp-loader.spinner0{background:url(../assets/loader.gif) center center no-repeat;-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.15);-webkit-animation:tp-rotateplane 1.2s infinite ease-in-out;animation:tp-rotateplane 1.2s infinite ease-in-out;-moz-border-radius:3px;-webkit-border-radius:3px}.tp-loader.spinner1{background-color:#fff;-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.15);-webkit-animation:tp-rotateplane 1.2s infinite ease-in-out;animation:tp-rotateplane 1.2s infinite ease-in-out;-moz-border-radius:3px;-webkit-border-radius:3px}.tp-loader.spinner5{background:url(../assets/loader.gif) 10px 10px no-repeat #fff;margin:-22px;width:44px;height:44px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px}@-webkit-keyframes tp-rotateplane{0%{-webkit-transform:perspective(120px)}50%{-webkit-transform:perspective(120px) rotateY(180deg)}100%{-webkit-transform:perspective(120px) rotateY(180deg) rotateX(180deg)}}@keyframes tp-rotateplane{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.tp-loader.spinner2{width:40px;height:40px;margin-top:-20px;margin-left:-20px;background-color:red;box-shadow:0 0 20px 0 rgba(0,0,0,.15);-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;-webkit-animation:tp-scaleout 1s infinite ease-in-out;animation:tp-scaleout 1s infinite ease-in-out}@-webkit-keyframes tp-scaleout{0%{-webkit-transform:scale(0)}100%{-webkit-transform:scale(1);opacity:0}}@keyframes tp-scaleout{0%{transform:scale(0);-webkit-transform:scale(0)}100%{transform:scale(1);-webkit-transform:scale(1);opacity:0}}.tp-loader.spinner3{margin:-9px 0 0 -35px;width:70px;text-align:center}.tp-loader.spinner3 .bounce1,.tp-loader.spinner3 .bounce2,.tp-loader.spinner3 .bounce3{width:18px;height:18px;background-color:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.15);-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;display:inline-block;-webkit-animation:tp-bouncedelay 1.4s infinite ease-in-out;animation:tp-bouncedelay 1.4s infinite ease-in-out;-webkit-animation-fill-mode:both;animation-fill-mode:both}.tp-loader.spinner3 .bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}.tp-loader.spinner3 .bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes tp-bouncedelay{0%,100%,80%{-webkit-transform:scale(0)}40%{-webkit-transform:scale(1)}}@keyframes tp-bouncedelay{0%,100%,80%{transform:scale(0)}40%{transform:scale(1)}}.tp-loader.spinner4{margin:-20px 0 0 -20px;width:40px;height:40px;text-align:center;-webkit-animation:tp-rotate 2s infinite linear;animation:tp-rotate 2s infinite linear}.tp-loader.spinner4 .dot1,.tp-loader.spinner4 .dot2{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:#fff;border-radius:100%;-webkit-animation:tp-bounce 2s infinite ease-in-out;animation:tp-bounce 2s infinite ease-in-out;box-shadow:0 0 20px 0 rgba(0,0,0,.15);-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.15)}.tp-loader.spinner4 .dot2{top:auto;bottom:0;-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes tp-rotate{100%{-webkit-transform:rotate(360deg)}}@keyframes tp-rotate{100%{transform:rotate(360deg);-webkit-transform:rotate(360deg)}}@-webkit-keyframes tp-bounce{0%,100%{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes tp-bounce{0%,100%{transform:scale(0)}50%{transform:scale(1)}}.tp-bullets.navbar,.tp-tabs.navbar,.tp-thumbs.navbar{border:none;min-height:0;margin:0;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0}.tp-bullets,.tp-tabs,.tp-thumbs{position:absolute;display:block;z-index:1000;top:0;left:0}.tp-tab,.tp-thumb{position:absolute;opacity:.5;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.tp-arr-imgholder,.tp-tab-image,.tp-thumb-image,.tp-videoposter{background-position:center center;background-size:cover;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.tp-tab.selected,.tp-tab:hover,.tp-thumb.selected,.tp-thumb:hover{opacity:1}.tp-tab-mask,.tp-thumb-mask{box-sizing:border-box!important;-webkit-box-sizing:border-box!important;-moz-box-sizing:border-box!important}.tp-tabs,.tp-thumbs{box-sizing:content-box!important;-webkit-box-sizing:content-box!important;-moz-box-sizing:content-box!important}.tp-bullet{width:15px;height:15px;position:absolute;background:rgba(255,255,255,.3);cursor:pointer}.tp-bullet.selected,.tp-bullet:hover{background:#fff}.tp-bannertimer{background:#000;background:rgba(0,0,0,.15);height:5px}.tparrows{cursor:pointer;background:#000;background:rgba(0,0,0,.5);width:40px;height:40px;position:absolute;display:block;z-index:1000}.tparrows:hover{background:#000}.tparrows:before{font-family:revicons;font-size:15px;color:#fff;display:block;line-height:40px;text-align:center}.hginfo,.hglayerinfo{font-size:12px;font-weight:600}.tparrows.tp-leftarrow:before{content:'\e824'}.tparrows.tp-rightarrow:before{content:'\e825'}.dddwrappershadow{box-shadow:0 45px 100px rgba(0,0,0,.4)}.hglayerinfo{position:fixed;bottom:0;left:0;color:#FFF;line-height:20px;background:rgba(0,0,0,.75);padding:5px 10px;z-index:2000;white-space:normal}.helpgrid,.hginfo{position:absolute}.hginfo{top:-2px;left:-2px;color:#e74c3c;background:#000;padding:2px 5px}.indebugmode .tp-caption:hover{border:1px dashed #c0392b!important}.helpgrid{border:2px dashed #c0392b;top:0;peft:0;z-index:0}#revsliderlogloglog{padding:15px;color:#fff;position:fixed;top:0;left:0;width:200px;height:150px;background:rgba(0,0,0,.7);z-index:100000;font-size:10px;overflow:scroll}

//woocommerce css

ul.products li.product a.button.loading,ul.products li.product del{filter:alpha(opacity=@opacity * 100);-moz-opacity:.5;-khtml-opacity:.5}#top .cart,#top .cart.no-rss-link{margin-right:0}#top .cart.no-rss-link li{border:0}#top ul.cart tr td{display:none!important}#top ul.cart li.container .cart-popup,#top ul.wishlist-contents li.wishlist-container .wishlist-popup{display:none;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}#top ul.cart li.container .cart-popup .empty,#top ul.cart li.container .cart-popup .recently-added,#top ul.wishlist-contents li.wishlist-container .wishlist-popup .wishlist-empty,#top ul.wishlist-contents li.wishlist-container .wishlist-popup .wishlist-header{font-size:11px;text-transform:uppercase}#top ul.wishlist-contents li.wishlist-container .wishlist-popup .wishlist-empty i{font-size:32px;display:inline-block;margin:7px 10px}#top ul.cart li.container .cart-popup .product-item,#top ul.wishlist-contents li.wishlist-container .wishlist-popup .wishlist-product{border-bottom:1px dotted #dbdbdb;padding:.5em 0 0}#top ul.cart li.container .cart-popup .product-item:last-child,#top ul.wishlist-contents li.wishlist-container .wishlist-popup .wishlist-product:last-child{border-bottom:0}#top ul.cart li.container .cart-popup .product-item h5{font-weight:400}#top ul.cart li.container .cart-popup .product-image,#top ul.wishlist-contents li.wishlist-container .wishlist-popup .wishlist-product-image{float:left;margin:0 7px 7px 0;width:60px}#top ul.cart li.container .cart-popup .delete-btn{color:#666;display:inline-block;font-size:10px;line-height:1.3;text-align:center;float:right}#top ul.cart li.container .cart-popup .delete-btn:hover{opacity:.4}#top ul.cart li.container .cart-popup .qty .meta{font-size:11px}#top ul.cart li.container .cart-popup .totals{width:96%;float:left;border-top:1px dotted #dbdbdb;border-bottom:1px dotted #dbdbdb;padding:.5em 0;margin:.5em 0;text-transform:uppercase}#top ul.cart li.container .cart-popup .totals .price{float:right;font-size:16px;color:#000}.form-row input[type=checkbox],.page header.title h1,.page header.title h2,.page header.title h3,.page header.title h4,.page header.title h5{float:left}#top ul.cart li.container .cart-popup .button.cart,#top ul.cart li.container .cart-popup .button.checkout,#top ul.wishlist-contents li.wishlist-container .wishlist-popup .button.wishlist,.dt-popup-content .button.checkout,.dt-popup-content .button.continue-shop{text-transform:uppercase;font-size:11px;margin-top:.5em;padding:8px 0;text-align:center;text-decoration:none}#top ul.cart li.container .cart-popup .button.cart,#top ul.wishlist-contents li.wishlist-container .wishlist-popup .button.wishlist,.dt-popup-content .button.continue-shop{width:96%;background:#fff;border:1px solid #dbdbdb;color:#000}#top ul.cart li.container .cart-popup .button.cart:hover,#top ul.wishlist-contents li.wishlist-container .wishlist-popup .button.wishlist:hover,.dt-popup-content .button.continue-shop:hover{border-color:#000;background:#000;color:#FFF}#top ul.cart li.container .cart-popup .button.checkout,.dt-popup-content .button.checkout{width:96%;background:#000;border:1px solid #000;color:#fff}#top ul.cart li.container .cart-popup .button.checkout:hover,.dt-popup-content .button.checkout:hover{opacity:.8}img,select{max-width:100%}.form-row label{display:block}.form-row .input-text,.form-row select{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.form-row.woocommerce-validated .chzn-single,.form-row.woocommerce-validated .input-text{border-color:#080}.form-row.woocommerce-invalid .chzn-single,.form-row.woocommerce-invalid .input-text{border-color:#c00}.page header.title{overflow:hidden;zoom:1;font-size:1em}.address a.edit{line-height:3em}p.demo_store{position:fixed;top:0;left:0;right:0;text-align:center;padding:1em 0;background:#ebdd75;color:#827513;z-index:999999}form#searchform{background:0 0;border-width:0}form#searchform input#s{border-color:#CCC #EFEFEF #EFEFEF #CCC;border-width:1px;border-style:solid;width:60%;color:#777}.price span.from,form#searchform .screen-reader-text{display:none}.shop-banner{margin-bottom:3em}.pif-has-gallery{position:relative}.pif-has-gallery .onsale{z-index:99}.pif-has-gallery .secondary-image{position:absolute;top:0;left:0;opacity:0}.animated{-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:.7s;-moz-animation-duration:.7s;-ms-animation-duration:.7s;-o-animation-duration:.7s;animation-duration:.7s}.animated.hinge{-webkit-animation-duration:.5s;-moz-animation-duration:.3s;-ms-animation-duration:.3s;-o-animation-duration:.3s;animation-duration:.3s}@-webkit-keyframes fadeInDown{0%{opacity:0}100%{opacity:1;-webkit-transform:translateY(0)}}@-moz-keyframes fadeIn{0%{opacity:0;-moz-transform:translateY(0)}100%{opacity:1;-moz-transform:translateY(0)}}@-o-keyframes fadeIn{0%{opacity:0;-o-transform:translateY(0)}100%{opacity:1;-o-transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(0)}100%{opacity:1;transform:translateY(0)}}.fadeIn{-webkit-animation-name:fadeIn;-moz-animation-name:fadeIn;-o-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeOut{0%{opacity:1;-webkit-transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(0)}}@-moz-keyframes fadeOut{0%{opacity:1;-moz-transform:translateY(0)}100%{opacity:0;-moz-transform:translateY(0)}}@-o-keyframes fadeOut{0%{opacity:1;-o-transform:translateY(0)}100%{opacity:0;-o-transform:translateY(0)}}@keyframes fadeOut{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(0)}}ul.products li.product a img:hover,ul.products li.product a:hover h3{opacity:.9}.fadeOut{-webkit-animation-name:fadeOut;-moz-animation-name:fadeOut;-o-animation-name:fadeOut;animation-name:fadeOut}.mobile-true .quickview-button{display:block}.quickview-button{display:none;width:44px;padding:11px 0;font-size:.8em;background:rgba(255 ,255 ,255 ,.8);text-transform:uppercase;position:absolute;right:0;color:#000;margin:-54px 0 0;line-height:1.1em;z-index:20;text-align:center;cursor:pointer}.quickview-button:hover{color:#fff;background:rgba(0 ,0 ,0 ,.8)}.woocommerce header#product-archive{border-top:1px solid #dbdbdb;line-height:1em!important}.woocommerce header#product-archive span{background:#fff;padding-right:.5em}.woocommerce header#product-archive h1.page-title{margin-top:-29px}.entry ul.products,ul.products{margin:0 0 1.5em;list-style:none;position:relative;padding:0;clear:both}ul.products:after{height:0;overflow:hidden;clear:both}ul.products:after,ul.products:before{content:"";display:table}ul.products li.product{text-align:left;margin-bottom:1.5em;position:relative;list-style:none;width:48%;float:left;clear:both}ul.products li.product:nth-child(2n){float:right;clear:none}ul.products li.product img{background:0 0;padding:0;border:0}ul.products li.product a{display:block}ul.products li.product a:hover{text-decoration:none}ul.products li.product h3{text-align: center;font-weight:400;font-size:1em;text-transform:uppercase;line-height:1.2em; margin-top:40px}ul.products li.product a img{width:100%;height:auto;display:block;margin-bottom:.75em}ul.products li.product .price{ display: block;   color: #131313;padding-top: 12px;padding-left: 160px;padding-bottom:30px;font-size: 1.2em;width: 53px;}ul.products li.product a.button{display:inline-block;margin-top:.5em;-webkit-transition:all ease-in-out .2s;-moz-transition:all ease-in-out .2s;-o-transition:all ease-in-out .2s;transition:all ease-in-out .2s;position:relative}ul.products li.product a.button.added:before,ul.products li.product a.button.loading:before{content:"";position:absolute;height:16px;width:16px;top:4px;right:-26px;text-indent:0}ul.products li.product a.button.loading{opacity:.5}ul.products li.product a.button.loading:before{background:url(../images/ajax-loader.gif) no-repeat}ul.products li.product a.button.added:before{background:url(../images/icons/ico-tick.png) no-repeat}ul.products li.product .star-rating{float:none;margin:.5em auto}ul.products li.product del{opacity:.5;font-size:.9em}ul.products li.product ins{text-decoration:none}.woocommerce-columns-1 ul.products li.product{float:none;width:auto}ul.products li.product-category .inner{position:relative}ul.products li.product-category .product_cat-header-title{position:absolute;bottom:40px;padding:6px 0;left:0;right:0;text-align:center;background:#FFF;background:rgba(255,255,255,.8);-webkit-transition:background .2s ease-out;-moz-transition:background .2s ease-out;transition:background .2s ease-out}ul.products li.product-category:hover .product_cat-header-title{background:#FFF}ul.products li.product-category .product_cat-header-title h3{text-transform:uppercase;font-size:100%;font-weight:700}ul.products li.product-category .product_cat-header-title h3 mark{color:#666;font-weight:400;display:block;font-size:80%}.onsale{Display:none; padding:12px 9px;text-align:center;text-transform:uppercase;background:#890e04;color:#fff;right:0;font-size:.8em;position:absolute;z-index:2}.single_product_wrapper{margin-bottom:3em}.woocommerce .entry-image{position:relative}.woocommerce .images{margin-bottom:1.5em}@media (min-width:480px) and (max-width:620px){.woocommerce .images,.woocommerce .product-layout-classic .images{width:70%;margin:0 auto 1.5em}}@media (min-width:620px) and (max-width:800px){.woocommerce .images{width:55%;margin:0 auto 1.5em}.woocommerce .product-layout-classic .images{width:70%;margin:0 auto 1.5em}}.woocommerce .images a{display:block;margin-bottom:.5em}.woocommerce .product_meta{padding:.5em 0;margin-bottom:1.5em;border:none;clear:both}.woocommerce .images .product_meta a{display:inline;margin-bottom:0;float:none}.woocommerce .product_thumbnails{overflow:hidden;zoom:1}@media only screen and (max-width:1020px){.product_thumbnails_wrapper{display:none!important}}.woocommerce .product-layout-modern .product_thumbnails .swiper-slide{padding-bottom:1em}.woocommerce #session{cursor:pointer;display:inline-block;border:1px solid #dbdbdb;padding:4px 45px 4px 15px;vertical-align:top;white-space:nowrap;text-transform:uppercase;overflow:hidden;font-size:.85em;position:relative}.woocommerce #session:after{font-family:FontAwesome;content:"\f0dd";position:absolute;right:15px;top:2px}.woocommerce #social-dropdown{text-align:left;margin-top:-1px;background-color:#fff;border:1px solid #dbdbdb;min-height:80px;min-width:160px;position:absolute;right:0;z-index:3000;display:none;padding:10px}.variations_form .variation_wrap,.variations_form td.value,.woocommerce .summary table.variations tr td.value{position:relative}.woocommerce #social-dropdown ul li{margin-bottom:10px}.woocommerce #social-dropdown a{text-transform:uppercase;font-size:10px;text-decoration:none}.woocommerce #social-dropdown i{background:#333;color:#fff;font-size:14px;margin-right:5px;float:left;text-align:center;width:25px;height:25px;line-height:2;vertical-align:middle}.woocommerce .group_table{margin-bottom:.5em}.woocommerce .group_table td{border:0;padding:10px 0;vertical-align:middle}.woocommerce .group_table .quantity{display:inline-block;margin-bottom:0}.woocommerce .group_table input{margin:0}.woocommerce .group_table .price p{margin-bottom:0}.woocommerce .group_table .label{width:120px}.woo_woocommerce_quickview .single_add_to_cart_button,.woo_woocommerce_quickview .variations_form select,.woocommerce .summary table.variations-table tr td{width:100%}mark.count{background:0 0}@media only screen and (min-width:800px){.woocommerce .images a{display:block;margin-bottom:.5em}}.woocommerce .summary{margin-bottom:1.5em}.woocommerce .single-title-wrap{border-bottom:1px solid #dbdbdb;margin-bottom:1.5em}.dt-popup-content h1.product-title,.woo_woocommerce_quickview h1.product_title,.woocommerce h1.product_title{margin-bottom:1em;text-transform:uppercase;font:400 2em/1.2em 'Playfair Display'}.woo_woocommerce_quickview .summary p,.woocommerce .summary form,.woocommerce .summary p{margin-bottom:1.5em}.size_guide_con{padding-bottom:20px;border-bottom:1px solid #dbdbdb;display:block;float:left;width:100%;margin-bottom:20px}.woocommerce .summary .size-guide{text-transform:uppercase;border:1px solid #dbdbdb;padding:.75em 1.5em;margin-bottom:1.5em;font-size:.8em}.mobView p.price,.single_variation .price,.woo_woocommerce_quickview .summary p.price,.woocommerce .summary p.price{font-size:1.6em;border:none;padding:0;margin-bottom:.8em}.mobView p.price del,.single_variation .price del,.woo_woocommerce_quickview .summary p.price del,.woocommerce .summary p.price del{filter:alpha(opacity=@opacity * 100);-moz-opacity:.5;-khtml-opacity:.5;opacity:.5;font-size:.9em}.single_variation .price{display:block;margin-top:.8em}.mobView p.price ins,.woo_woocommerce_quickview .summary p.price ins,.woocommerce .summary p.price ins{text-decoration:none}.dt-popup-content .stock,.woo_woocommerce_quickview .summary .stock,.woocommerce .summary .stock{color:green}.woo_woocommerce_quickview .summary .out-of-stock,.woocommerce .summary .out-of-stock{color:red}.woo_woocommerce_quickview .summary form{margin-bottom:0}.woocommerce .product-layout-modern .single_add_to_cart_button{padding:14px 58px!important}.woocommerce .product-layout-classic .single_add_to_cart_button{padding:14px 58px!important;margin-bottom:.5em;margin-right:4px}.woocommerce .summary table.variations,.woocommerce .summary table.variations-table{border-width:0}.woocommerce .summary table.variations tr td,.woocommerce .summary table.variations-table tr td{border:0;padding:.5em 0 .2em}.product-layout-classic .variations_form select,.product-layout-modern .variations_form select{width:195px}.product-layout-modern .reset_variations::before{content:"";display:block;height:.5em}.shipping-calculator-form .calc-shipping:after,.variations_form .variation_wrap:after,.woocommerce-ordering:after{content:"\f0dd";font-family:FontAwesome;display:inline;opacity:.7;right:15px;font-weight:400;font-style:normal}.variations_form .variation_wrap{width:195px}.shipping-calculator-form select,.variations_form select,.woocommerce-ordering select{cursor:pointer;-webkit-border-radius:0;border-radius:0;height:34px;-webkit-appearance:none;-moz-appearance:none;text-indent:.01px;text-overflow:'';border:2px solid #dbdbdb;padding:5px 8px 4px;position:relative;top:1px;background:#fff;color:#999; font-size:12px;text-transform:uppercase}.product-layout-classic .variations_form .woo-order-select,.variations_form .woo-order-select{border:1px solid #dbdbdb;padding:4px 8px}.product-layout-modern .variations_form .woo-order-select:after{margin-left:-5px}.variations_form .variation_wrap:after,.woocommerce-ordering:after{position:absolute;font-size:11px;top:5px}.shipping-calculator-form .calc-shipping{position:relative}.shipping-calculator-form .calc-shipping:after{position:absolute;font-size:13px;top:8px}.woocommerce .summary table.group_table .out-of-stock{display:block;color:#900}.woocommerce table.shop_attributes td,.woocommerce table.shop_attributes th{padding:.5em 1em;vertical-align:middle}.woocommerce table.shop_attributes td p:last-child,.woocommerce table.shop_attributes th p:last-child{margin-bottom:0!important}.woocommerceTabs{border-top:1px solid #dbdbdb;clear:both;margin-bottom:3em!important}.woocommerceTabs.classic{border-top:0}.woocommerce ul.resp-tabs-list{margin:0;padding:0;zoom:1}.woocommerce .resp-tabs-list li{display:inline-block;padding:13px 15px;margin:0;list-style:none;cursor:pointer;float:left}.woocommerce .resp-tabs-list li a{color:#999;text-decoration:none}.woocommerce .resp-tabs-list li.resp-tab-active a{color:#000}.woocommerce .resp-tabs-container{padding:0;background-color:#fff;clear:left}.woocommerce h2.resp-accordion{cursor:pointer;display:none}.woocommerce .resp-tab-content{display:none;padding:1em 0}.woocommerce .resp-tab-content h2{ display:none;margin-bottom:.7em;font-size:1.2em;font-weight:400}.woocommerce .resp-tab-content p{margin-bottom:1.5em}.woocommerce .resp-tab-content #comments{border:0;margin:0;padding:0}.woocommerce .resp-tab-item:first-child{padding:12px 14px 14px 0}.woocommerce .resp-tab-active{box-shadow:0 1px #000;margin-bottom:-1px!important;padding:12px 14px 14px}.resp-accordion-active,.resp-content-active{display:block}.resp-tab-content{border:1px solid #dbdbdb;border-left:0;border-right:0}.classic .resp-tab-content{border:0}.woocommerce h2.resp-accordion{font-size:13px;border-top:1px solid #dbdbdb;margin:0;padding:10px 0;font-weight:400}.woocommerce h2.resp-tab-active{border-bottom:0 solid #dbdbdb!important;margin-bottom:0!important;padding:10px 0!important;box-shadow:none}.woocommerce h2.resp-tab-title:last-child{border-bottom:12px solid #dbdbdb!important;background:#00f}.woocommerce .resp-arrow:after{font-family:FontAwesome;float:right;font-size:14px;opacity:.4;position:relative;content:"\f107";display:inline-block}.woocommerce h2.resp-tab-active span.resp-arrow:after{content:"\f106"}.resp-easy-accordion h2.resp-accordion{display:block;text-align:center}.resp-easy-accordion .resp-tab-content:last-child{border-bottom:1px solid #dbdbdb!important}.resp-jfit{width:100%;margin:0}.resp-tab-content-active{display:block}@media only screen and (max-width:800px){.woocommerceTabs{border-top:0}.resp-tab-content{border:0}.resp-tab-content:last-child{border-bottom:1px solid #dbdbdb!important}.woocommerce ul.resp-tabs-list{display:none}.woocommerce h2.resp-accordion{display:block}.woocommerce .resp-vtabs .resp-tab-content{border:1px solid #dbdbdb}.woocommerce .resp-vtabs .resp-tabs-container{border:none;float:none;width:100%;min-height:initial;clear:none}.woocommerce .resp-accordion-closed{display:none!important}.woocommerce .resp-vtabs .resp-tab-content:last-child{border-bottom:1px solid #dbdbdb!important}}.woocommerce .social{text-align:right}.woocommerce .social iframe{float:left}.woocommerce #main div.product{position:relative}.woocommerce #tab-custom_description ol,.woocommerce #tab-custom_description ul{margin:0 0 15px;padding:0 0 0 30px}.woocommerce #tab-custom_description ol li{list-style:decimal}.woocommerce #tab-custom_description ul li{list-style:disc}.woocommerce .recently-viewed,.woocommerce .related,.woocommerce .upsells{clear:both}.woocommerce .cross-sells header,.woocommerce .recently-viewed header,.woocommerce .related header,.woocommerce .upsells header{border-top:1px solid #dbdbdb;line-height:1em!important}.woocommerce .cross-sells header span,.woocommerce .recently-viewed header span,.woocommerce .related header span,.woocommerce .upsells header span{background:#fff;padding-right:.5em}.woocommerce .cross-sells h4,.woocommerce .recently-viewed h4,.woocommerce .related h4,.woocommerce .upsells h4{font-family:'Playfair Display';text-transform:uppercase;font-weight:400;margin-bottom:1em;margin-top:-.75em}#reviews h2{margin-bottom:.75em}#reviews .commentlist{margin-bottom:20px}#reviews .commentlist li{background:0 0!important}#reviews .comment.bypostauthor,#reviews .comment.thread-even{border:0;background:0 0}#reviews .comment_container{padding:20px 0}.comment_container:after,.commentlist li:after{clear:both;content:"";display:block}#reviews .comment{border-bottom:1px solid rgba(0,0,0,.1)!important}#reviews img.avatar{width:3.85%;padding:.5%;margin:0;background:#fff;height:auto;float:left}#reviews .comment-text{width:91.35%;float:right}#reviews .comment-text p:last-child{margin-bottom:0}#reviews .star-rating{float:right}#fancybox-outer{padding:20px}#fancybox-outer #respond{margin-top:0}.pp_description,div.pp_woocommerce #respond .form-submit{float:right!important}.woocommerce-error,.woocommerce-info,.woocommerce-message,.woocommerce_error,.woocommerce_message{position:relative;font-family:'Open Sans';font-size:13px;margin:10px 0 20px;padding:24px 10px 24px 50px;overflow:hidden;zoom:1;clear:left;color:#fff;font-weight:400}.woocommerce-error .button,.woocommerce-info .button,.woocommerce-message .button,.woocommerce_error .button,.woocommerce_message .button{background:0 0!important;text-shadow:none!important;float:right;margin:-10px 0 -13px}.woocommerce-message .button,.woocommerce_message .button{color:#22947e!important}.woocommerce-error .button,.woocommerce_error .button{color:#c13d30!important}.woocommerce-info,.woocommerce-info .button{color:#666!important}.woocommerce-info:before{font-family:FontAwesome;content:"\f127";display:inline-block;position:absolute;left:20px}.woocommerce-info{position:relative;background:#f5f5f5}.woocommerce-error:before,.woocommerce_error:before{font-family:FontAwesome;content:"\f071";display:inline-block;position:absolute;left:20px}.woocommerce-error,.woocommerce_error{background:#ffdfdc;color:#c13d30}ul.woocommerce-error,ul.woocommerce_error{padding:24px 10px 24px 50px!important;list-style:none!important}ul.woocommerce-error li,ul.woocommerce_error li{list-style:none!important}.woocommerce-message:before,.woocommerce_message:before{font-family:FontAwesome;content:"\f00c";position:absolute;left:20px}.woocommerce-message,.woocommerce_message{background:#e3f6e5;color:#22947e}@media only screen and (max-width:420px){.woocommerce-message .button:after,.woocommerce-message .button:before{content:'';display:block;width:100%;margin-bottom:28px}}.widget ul.product_list_widget{list-style:none;padding:0}.widget ul.product_list_widget li{clear:left;overflow:hidden;zoom:1;margin-bottom:.5em;border-bottom:1px solid #EEE}.widget ul.product_list_widget li a{display:block;padding-left:0}.widget ul.product_list_widget li img{float:left;margin:0 .5em .5em 0;padding:3px;background:#fff;width:50px;height:auto;border:none!important}.widget ul.product_list_widget li dl.variation{overflow:hidden;zoom:1}.widget ul.product_list_widget li dl.variation dt{font-weight:700;float:left;clear:left;margin-right:.3em}.widget ul.product_list_widget li dl.variation dd{float:left}.widget ul.product_list_widget li .star-rating{float:none;margin-bottom:.25em}.widget_price_filter .ui-state-default,.widget_price_filter .ui-widget-content .ui-state-default,.widget_price_filter .ui-widget-header .ui-state-default{border:1px solid #aaa;background:#cacaca;font-weight:400;color:#555}.widget_price_filter .ui-state-active,.widget_price_filter .ui-state-focus,.widget_price_filter .ui-state-hover,.widget_price_filter .ui-widget-content .ui-state-active,.widget_price_filter .ui-widget-content .ui-state-focus,.widget_price_filter .ui-widget-content .ui-state-hover,.widget_price_filter .ui-widget-header .ui-state-active,.widget_price_filter .ui-widget-header .ui-state-focus,.widget_price_filter .ui-widget-header .ui-state-hover{border:1px solid #aaa;background:#dadada;font-weight:400;color:#212121}.widget_price_filter .ui-slider{position:relative;text-align:left}.widget_price_filter .ui-slider .ui-slider-handle{position:absolute;z-index:2;width:.6em;height:.6em;cursor:default}.widget_price_filter .ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.widget_price_filter .price_slider_wrapper .ui-widget-content{border:1px solid #aaa;background:#fff;color:#222}.widget_price_filter .price_slider_wrapper .ui-widget-header{border:1px solid #aaa;background:#ccc;color:#222;font-weight:700}.widget_price_filter .price_slider,.widget_price_filter .ui-widget-header{border:0!important;background:rgba(0,0,0,.1)!important}.widget_price_filter .ui-slider-horizontal{height:.2em}.widget_price_filter .ui-slider-horizontal .ui-slider-handle{top:-.3em}.widget_price_filter .ui-slider-horizontal .ui-slider-range{top:0;height:100%}.widget_price_filter .ui-slider-horizontal .ui-slider-range-min{left:0}.widget_price_filter .ui-slider-horizontal .ui-slider-range-max{right:0}.widget_price_filter .price_slider{margin:0 0 1.5em}.widget_price_filter .price_slider_amount{text-align:left;line-height:2.5em}.widget_price_filter .price_slider_amount .button{float:right;background-color:#fff!important;border:1px solid #dbdbdb!important;color:#000!important;padding:6px 18px!important;text-shadow:none!important}.widget_price_filter .price_slider_amount .button:hover{border-color:#000!important}.widget_layered_nav ul{list-style:none;margin-left:0;padding-left:0}.cart-collaterals #shipping_method li,.payment_methods,.payment_methods li,ul.order_details,ul.order_details li{list-style:none!important}.widget_layered_nav ul li{overflow:hidden;zoom:1}.widget_layered_nav ul li a{float:left;padding-left:0}.widget_layered_nav ul li .count,.widget_product_categories .count{float:right;padding:0 8px;font-weight:400}.widget_layered_nav ul li.chosen a{padding-left:18px;background:url(../images/icons/cross.png) left no-repeat}.widget_shopping_cart_content .buttons a{display:block;width:100%;border:1px solid #DBDBDB;padding:7px 0;color:#000;text-align:center;margin-bottom:14px;text-transform:uppercase}.widget_shopping_cart_content .buttons a:hover{background:#000;border:1px solid #000;color:#fff;text-decoration:none}.widget_shopping_cart_content p.total{text-align:center}.widget_shopping_cart_content .button{padding:14px 0!important}div.pp_woocommerce .pp_content_container{background:#fff;-webkit-border-radius:0!important;-moz-border-radius:0!important;border-radius:0!important}.quantity{width:96px;margin-bottom:.5em}.quantity:after{content:"";display:block;clear:both}.quantity input.qty{width:36px;padding:5px;font-size:14px!important;border:1px solid #dbdbdb;text-align:center;float:left;z-index:10;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none}input::-moz-focus-inner{border:0;padding:0}.quantity .minus,.quantity .plus{width:30px;text-align:center;padding:5px 0;font-size:14px!important;border:1px solid #dbdbdb;background:#fff;float:left;z-index:20;margin-left:3px;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;color:#222}.quantity .minus:hover,.quantity .plus:hover{background:#fff;border-color:#000;cursor:pointer}.quantity .plus{float:left}.quantity .minus{float:right;margin-left:0}.button-alt{font-family:Verdana,Geneva,Arial,sans-serif;display:inline-block;padding:5px 10px 6px;color:#fff!important;text-decoration:none;position:relative;cursor:pointer;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background:#e4954a;background:-webkit-gradient(linear,left top,left bottom,from(#e4954a),to(#da7b21));background:-webkit-linear-gradient(#e4954a,#da7b21);background:-moz-linear-gradient(center top,#e4954a 0,#da7b21 100%);background:-moz-gradient(center top,#e4954a 0,#da7b21 100%);border:1px solid #da7b21;font-size:12px;text-shadow:0 -1px 0 rgba(0,0,0,.2);line-height:1.1em}.button-alt:hover{background:#ebaf76;background:-webkit-gradient(linear,left top,left bottom,from(#ebaf76),to(#da7b21));background:-webkit-linear-gradient(#ebaf76,#da7b21);background:-moz-linear-gradient(center top,#ebaf76 0,#da7b21 100%);background:-moz-gradient(center top,#ebaf76 0,#da7b21 100%);text-decoration:none}.button-alt:active{top:1px}.woocommerce .product-layout-classic #wl-wrapper.wl-button-wrap{float:left;clear:none;width:auto;padding:0 0 1.5em 10px}#wl-wrapper .wl-add-but.button{padding:14px 50px!important;background:#fff!important;border:1px solid #dbdbdb!important;color:#000!important;text-shadow:none!important}#wl-wrapper .wl-add-but.button:after{content:"+";position:absolute;top:14px;right:36px}.star-rating span:before,.star-rating:before{content:"aaaaa";left:0}#wl-wrapper .wl-add-but.button:active,#wl-wrapper .wl-add-but.button:hover{border-color:#000!important;color:#000!important}.woocommerce .product-layout-classic .yith-wcwl-add-to-wishlist{clear:both;width:auto;margin-top:0;line-height:1}.woocommerceTabs.classic .single-product-sc .single_add_to_cart_button{padding:13px 2.749em!important}.woocommerceTabs.classic .single-product-sc .yith-wcwl-add-to-wishlist .add_to_wishlist{padding:11px 25px}.yith-wcwl-add-to-wishlist{margin-bottom:10px;padding-bottom:1.5em}.yith-wcwl-add-to-wishlist .add_to_wishlist{line-height:1.3em;padding:12px 50px;font-size:11px;text-transform:uppercase;background:#fff;position:relative;border:1px solid #dbdbdb;color:#000;text-decoration:none;margin:0 2px}@-moz-document url-prefix(){.yith-wcwl-add-to-wishlist .add_to_wishlist{line-height:1;margin:0;padding:12px 50px 11px}}.yith-wcwl-add-to-wishlist .add_to_wishlist:hover{border-color:#000;color:#000}.woo_woocommerce_quickview .yith-wcwl-add-to-wishlist .add_to_wishlist{display:block;text-align:center;margin:0}.woocommerce .woo_woocommerce_quickview .yith-wcwl-add-to-wishlist .add_to_wishlist{padding:12px 43px}.woocommerce table.wishlist_table td.product-add-to-cart{width:22%;padding:.857em 0}.yith-wcwl-share ul{padding:0!important}.wishlist_table .add_to_cart,.yith-wcwl-add-button>a.button.alt{border-radius:0;-moz-border-radius:0;-webkit-border-radius:0}@media only screen and (max-width:480px){.woocommerce table.wishlist_table{min-width:620px}.woocommerce table.wishlist_table .button{padding:14px 18px!important}}.rating-wrap .star-rating{display:inline-block;margin-right:.5em}.star-rating{overflow:hidden;position:relative;height:1em;line-height:1.3em;font-size:1.3em;width:5em;font-family:labombas}.star-rating:before{color:#ebebeb;float:left;top:0;position:absolute}.star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em}.star-rating span:before{color:#f1c40f;top:0;position:absolute}p.stars,p.stars a{position:relative}.widget .star-rating{font-size:.8em}.comment-form-rating{clear:both}p.stars{font-family:'Playfair Display';line-height:1em;font-size:1em;margin-bottom:1em}p.stars:after{content:"";display:block;clear:both}p.stars a{width:18.65%;display:block;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:.35em .5em .75em .75em;background:rgba(0,0,0,.025);margin-right:1%}@media only screen and (max-width:480px){p.stars a{width:100%}.cart-wrapper,.my-account-wrapper,.wishlist-wrapper{overflow-x:scroll;overflow-y:hidden}}p.stars a.active,p.stars a:hover{background:rgba(0,0,0,.075)}p.stars a.star-1:after,p.stars a.star-2:after,p.stars a.star-3:after,p.stars a.star-4:after,p.stars a.star-5:after{font-family:labombas;position:absolute;top:.85em;width:5.3em;right:1em;font-size:.9em;-webkit-border-radius:1em;-moz-border-radius:1em;border-radius:1em;color:#f1c40f;text-align:right;font-weight:400}p.stars a.star-1:hover,p.stars a.star-2:hover,p.stars a.star-3:hover,p.stars a.star-4:hover,p.stars a.star-5:hover{text-decoration:none}p.stars a.star-1:after{content:"a"}p.stars a.star-2:after{content:"aa"}p.stars a.star-3:after{content:"aaa"}p.stars a.star-4:after{content:"aaaa"}p.stars a.star-5:after{content:"aaaaa"}.entry .woocommerce table{border-spacing:0;width:100%;border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background:#fff;box-shadow:0 0 0 0 #fff;-webkit-box-shadow:0 0 0 0 #fff;-moz-box-shadow:0 0 0 0 #fff;border-collapse:separate;margin-bottom:1.5em}.entry .woocommerce table thead th:first-child,.entry .woocommerce table thead th:last-child{-webkit-border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;-moz-border-radius-bottomright:0}.entry .woocommerce table td p:last-child,.entry .woocommerce table th p:last-child,table.cart .quantity input{margin-bottom:0}.entry .woocommerce table td,.entry .woocommerce table th{padding:.857em 1.387em;text-align:left;border-right:0;vertical-align:top}.entry .woocommerce table td.actions{padding:.857em 0}.entry .woocommerce table thead th{background:#fff;border-right:0;border-bottom:2px solid #dbdbdb;text-transform:uppercase;padding:1.387em;vertical-align:middle}.entry .woocommerce table thead th:first-child{-webkit-border-top-left-radius:0;-moz-border-radius-topleft:0;border-top-left-radius:0;-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.entry .woocommerce table thead th:last-child{-webkit-border-top-right-radius:0;-moz-border-radius-topright:0;border-top-right-radius:0;-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.entry .woocommerce table tr td:last-child,.entry .woocommerce table tr th:last-child{border-right:0}.entry .woocommerce table tbody th{font-weight:400;background:#fff;border-bottom:1px dotted #dbdbdb}.entry .woocommerce table tbody td{border-bottom:1px dotted #dbdbdb}.entry .woocommerce table tbody h2{font-size:1em;letter-spacing:normal;font-weight:400}.entry .woocommerce table tbody h2 a{font-weight:400}.entry .woocommerce table tbody tr:last-child td:first-child,.entry .woocommerce table tbody tr:last-child td:last-child{-webkit-border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;-moz-border-radius-bottomright:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.entry .woocommerce table tbody tr:last-child td,.entry .woocommerce table tbody tr:last-child th{border-bottom:0}table.cart .product-price,table.cart .product-thumbnail{display:none}.cart-totals .actions{text-align:right}.cart-totals .actions .coupon{float:left}table.cart a.remove{color:#666!important;font-weight:700;display:inline-block;font-size:18px;line-height:1;text-align:center;text-decoration:none}table.cart a.remove:hover{opacity:.4;background:0 0!important}table.cart td{vertical-align:middle}table.cart .quantity{margin:0}table.my_account_orders .order-number a{font-size:1.5em}.cart_totals select{width:100%}.cart_totals{margin-bottom:1.5em}table.cart img{padding:3px!important;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;width:56px;height:auto}.cart-totals td.actions .coupon{text-align:left;margin-bottom:0}.cart-totals td.actions .coupon label{display:none}.cart-totals td.actions .coupon #shareyourcart_button{float:left}.cart-totals td.actions .button,.cart-totals td.actions .checkout-button,.cart-totals td.actions .input-text{width:100%;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-bottom:.5em!important;text-align:center}.cart-totals td.actions .checkout-button{margin-bottom:0!important}.woocommerce-cart .checkout-button{width:100%;text-align:center;padding:14px 0!important}.cart-collaterals{overflow:hidden;zoom:1}.cart-collaterals .shipping_calculator{clear:right;padding:1.5em 0}.cart-collaterals #shipping_method{padding:0!important;list-style:none!important}.cart-collaterals .cross-sells{clear:both;padding-top:1.5em}.cart-collaterals .cross-sells ul.products{margin-left:0!important;padding-left:0!important}.cart_totals table{border-top:2px solid #dbdbdb!important;border-bottom:2px solid #dbdbdb!important}.empty-cart{padding:40px 0;text-align:center;border:1px solid #dbdbdb}.woocommerce-pagination{width:100%;float:right;clear:both;text-align:center}.show-all-products{line-height:2.2;text-decoration:none!important;text-transform:uppercase;font-size:.8em}@-moz-document url-prefix(){.show-all-products{line-height:2}}.woocomerce-ordering,.woocommerce-result-count,.woocommerce_ordering,.woocommerce_result_count{text-transform:uppercase;float:left;font-size:.9em;width:100%;text-align:center;margin-bottom:1.618em}select.hasCustomSelect{z-index:2}.woocommerce-ordering,.woocommerce_ordering{margin-bottom:3.618em;float:right;margin-top:-51px;position:relative}.variations_form select,.woocommerce-ordering select,.woocommerce_ordering select{height:35px!important;vertical-align:top}.woocommerce .woocommerce-ordering select option,.woocommerce-page .woocommerce-ordering select option{padding:5px}.woocommerce-ordering .woo-order-select,.woocommerce_ordering .woo-order-select{padding:4px 8px}.woocommerce-ordering .woo-order-select:after,.woocommerce_ordering .woo-order-select:after{font-family:FontAwesome;content:'\f0dd';font-weight:400;font-style:normal;display:inline;font-size:12px;opacity:.7;margin-left:5px}.woocommerce .woo-pagination{margin:0 0 1.618em;text-align:center;clear:both;display:block}.woocommerce .nav-entries a span,.woocommerce .woo-pagination a:link,.woocommerce .woo-pagination a:visited{display:inline;text-decoration:none;color:#666;padding:3px 2px;border:1px solid #DDD}.woocommerce .nav-entries a{font-size:1.2em}.woocommerce .woo-pagination .page-numbers,.woocommerce .woo-pagination span.extend{border:none;color:#666}.woocommerce .nav-entries a span,.woocommerce .woo-pagination a:active,.woocommerce .woo-pagination a:link,.woocommerce .woo-pagination a:visited{font-weight:700;font-size:.9em;background:#fff;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none}.woocommerce .woo-pagination span.current{border:none;background:0 0;font-weight:700;font-size:.9em}.woocommerce .woo-pagination a:active,.woocommerce .woo-pagination a:link,.woocommerce .woo-pagination a:visited{border:none;background:#fff}.woocommerce .woo-pagination .current,.woocommerce .woo-pagination a:hover{padding:3px 2px;color:#000}#shiptobilling{float:right}#shiptobilling input{float:left}.payment_methods{margin:0 0 1.5em!important;padding:0!important}.payment_methods li{border-bottom:1px solid rgba(0,0,0,.05);padding:.5em 0}.payment_methods li img{margin:10px 5px;max-height:52px;vertical-align:middle}.payment_box fieldset{margin-bottom:0}.payment_box .form-row .woocommerce-select{width:30.75%;float:left;margin-right:3.8%}.form-row #place_order,.payment_methods+.form-row{width:100%}.payment_methods+.form-row #place_order{float:right}.payment_methods+.form-row label{display:inline}.payment_methods+.form-row input{float:left}.required{color:#c00;border:0}ul.order_details{border:1px solid #ddd;position:relative;-webkit-border-radius:.327em;-moz-border-radius:.327em;border-radius:.327em;padding:0!important}ul.order_details:after{content:"";display:block;clear:both}ul.order_details li{float:left;padding:1em 1.618em;border-right:1px solid #ddd;font-size:.8em;text-transform:uppercase}ul.order_details li strong{display:block;font-size:1.387em;text-transform:none}.checkout h3,.dt-popup-content h5,.gbtr_checkout_method_content .first_col h4,.gbtr_checkout_method_content .sec_col h4,.gbtr_checkout_method_header,.mfp-preloader,.woo_coupon_header,.woocommerce-account h4,.woocommerce-cart h4,.woocommerce-wishlist h4{text-transform:uppercase}.woocommerce-account .addresses address{clear:both}.account-user{overflow:hidden;margin-bottom:3em}.user-name{float:right}#account-nav{float:left;clear:both;width:100%;margin-bottom:1.5em}#account-nav~.logout-button{width:100%;text-align:center;padding:14px 0!important}#account-nav .account-sidenav li{float:left;width:100%;border-bottom:1px solid #dbdbdb}#account-nav .account-sidenav li a{padding:6px 0;float:left;color:#666}#account-nav .account-sidenav li a:hover{text-decoration:none;color:#222;box-shadow:inset 0 -2px #222;-webkit-box-shadow:inset 0 -2px #222;-moz-box-shadow:0 -2px #222}#account-nav .account-sidenav li.current-cat a,#account-nav .account-sidenav li.current-menu-ancestor a,#account-nav .account-sidenav li.current-menu-item a,#account-nav .account-sidenav li.current_page_item a,#account-nav .account-sidenav li.current_page_parent a{color:#222;box-shadow:inset 0 -2px #222;-webkit-box-shadow:inset 0 -2px #222;-moz-box-shadow:0 -2px #222}.hide,.mobView{display:none}.mobHide{display:block}.mfp-bg{background:#fff!important;opacity:.7!important;filter:alpha(opacity=70)!important}.mfp-preloader{color:#666!important}.mfp-close{top:10px!important;right:10px!important}.product-quickview{position:relative}.woo_woocommerce_quickview{position:relative;background:rgba(255,255,255,.8);width:auto;max-width:900px;margin:40px auto;overflow:hidden}.inner-quickview{padding:20px;margin:20px;background:#FFF;overflow:hidden;border:1px solid #dbdbdb}.woo_woocommerce_quickview h1.product_title{font:400 1.4em/1.2em 'Playfair Display';width:100%!important;float:none!important}.woo_woocommerce_quickview .images{width:33.65%;float:left;display:inline}.woo_woocommerce_quickview .images img.attachment-shop_single{height:auto}.woo_woocommerce_quickview .summary{width:60%;float:right;display:inline}.woo_woocommerce_quickview .thumbnails{width:104%;overflow:hidden;margin:10px -2% 0}.woo_woocommerce_quickview .thumbnails a{width:21%;margin:10px 2% 0;float:left;display:inline;opacity:.5}#createaccount_wrapper,.gbtr_create_account_content,.woo_woocommerce_quickview .quantity .minus,.woo_woocommerce_quickview .quantity .plus{display:none}.woo_woocommerce_quickview .thumbnails a:first-child{opacity:1}.woo_woocommerce_quickview .thumbnails a img{width:100%;height:auto}.woo_woocommerce_quickview .summary a.viewProduct{margin:30px 0 0}.woo_woocommerce_quickview .woocommerce-summary-wrap{float:left;width:55%;padding-right:0;border-right:0}.woo_woocommerce_quickview .woocommerce-qty-wrap{float:right;width:40%;position:relative}.btn-swap-login-register .button{width:100%;padding:14px 0!important}.sub-heading{padding-bottom:1.1em;border-bottom:2px solid #dbdbdb}.gbtr_checkout_method_content,.gbtr_coupon_method_content,.gbtr_create_account_content{border-bottom:1px solid #dbdbdb;padding-bottom:40px;padding-top:.75em}.checkout h3,.gbtr_checkout_method_header,.woo_coupon_header{font-weight:600;margin:0!important;border-bottom:1px solid #dbdbdb;padding:10px 0;cursor:pointer;font-size:1.3em}.woocommerce #payment,.woocommerce-account #sidebar-shop{margin-bottom:1.5em}.gbtr_checkout_method_content .first_col,.gbtr_checkout_method_content .sec_col{width:100%;float:none}.gbtr_billing_address_content,.gbtr_order_notes_content,.gbtr_order_review_content,.gbtr_shipping_address_content{display:none;padding-top:.75em}.woocommerce #order_summary,.woocommerce #payment{padding:0 10px;border:2px solid #dbdbdb}.gbtr_checkout_header_nonactive:before{content:'Z';font-family:labombas;display:inline-block;position:absolute;text-indent:-13px;font-size:13px}.button_billing_address_continue,.button_shipping_address_continue{float:right}.woocommerce #order_summary table td,.woocommerce #order_summary table th{padding:.857em 0;text-align:left;border-right:0;vertical-align:top}.woocommerce #order_summary table tfoot tr:first-child td,.woocommerce #order_summary table tfoot tr:first-child th{border-top:2px solid #dbdbdb}.woocommerce #order_summary table tfoot tr td,.woocommerce #order_summary table tfoot tr th{font-size:13px;text-transform:uppercase;border-bottom:1px dotted #dbdbdb}.woocommerce #order_summary table tfoot tr:last-child td,.woocommerce #order_summary table tfoot tr:last-child th{border-bottom:0}.cart_item img,.checkout_table_item img{float:left}.product-slider-sc{position:relative}.product-slider-sc::selection{background:0 0}.product-slider-sc::-moz-selection{background:0 0}.product-slider-sc ul.products li.product{width:inherit}.product-slider-sc .next,.product-slider-sc .prev{cursor:pointer;top:-28px;font-size:18px;width:10px}.product-slider-sc .next{text-decoration:none;position:absolute;right:0}.product-slider-sc .prev{text-decoration:none;position:absolute;right:15px}@media only screen and (min-width:800px){#top ul.cart li.container,#top ul.wishlist-contents{position:relative; margin-top: 0px;}#top ul.cart li.container .cart-popup,#top ul.wishlist-contents li.wishlist-container .wishlist-popup{position:absolute;top:100%;right:0;z-index:99;background:#fff;border:1px solid #dbdbdb;margin:0;list-style:none;padding:1em 0 1em 1em;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:26em}#top ul.cart li.container:hover .cart-popup,#top ul.wishlist-contents li.wishlist-container:hover .wishlist-popup{display:block;z-index:999999}.wishlist-link{display:inline-block;color:#999!important;padding:1em 0;margin-left:.5em;margin-right:.5em;text-decoration:none!important;text-transform:uppercase;font:400 11px/14px 'Open Sans',sans-serif}.wishlist-link span{margin-left:6px}.woocommerce .product-layout-classic .yith-wcwl-add-to-wishlist{clear:none}#main-sidebar-container #main-shop,.single-product #main-shop div.product{position:relative}#main-sidebar-container #sidebar-shop{display:inline}.one-col #main-shop{float:none}.two-col-left #main-sidebar-container #main-shop,.two-col-right #main-sidebar-container #main-shop{width:100%}.two-col-left #main-sidebar-container #sidebar-shop,.two-col-right #main-sidebar-container #sidebar-shop{width:22.857%}.two-col-left #main-sidebar-container #main-shop,.two-col-right #main-sidebar-container #sidebar-shop{float:left}.two-col-left #main-sidebar-container #sidebar-shop,.two-col-right #main-sidebar-container #main-shop{float:left;padding-top:50px}.woocommerce-columns-2 ul.products li.product{width:48.57142%}.woocommerce-columns-3 ul.products li.product{display:inline;float:left;width:31.428%;margin-right:2.85715%}.woocommerce-columns-4 ul.products li.product{width:22.857%;margin-right:2.85715%},.single-product .related,.single-product .upsells{display:inline;float:left;width:96.29629629629629%;margin-left:1.8518518518518516%;margin-right:1.8518518518518516%}.single-product .related ul.products,.single-product .upsells ul.products{display:block;width:103.7037037037037%;margin-left:-1.8518518518518516%;margin-right:-1.8518518518518516%}.single-product .related ul.products:after,.single-product .upsells ul.products:after{height:0;overflow:hidden;clear:both}.single-product .related ul.products:after,.single-product .related ul.products:before,.single-product .upsells ul.products:after,.single-product .upsells ul.products:before{content:"";display:table}.single-product .related ul.products li.product,.single-product .upsells ul.products li.product{display:inline;float:left;width:29.629629629629626%;margin-left:1.8518518518518516%;margin-right:1.8518518518518516%}.single-product.one-col .product .recently-viewed ul.products,.single-product.one-col .product .related ul.products,.single-product.one-col .product .upsells ul.products{display:block;width:102.77777777777777%;margin-left:-1.3888888888888888%;margin-right:-1.3888888888888888%}.single-product.one-col .product .recently-viewed ul.products:after,.single-product.one-col .product .related ul.products:after,.single-product.one-col .product .upsells ul.products:after{height:0;overflow:hidden;clear:both}.single-product.one-col .product .recently-viewed ul.products:after,.single-product.one-col .product .recently-viewed ul.products:before,.single-product.one-col .product .related ul.products:after,.single-product.one-col .product .related ul.products:before,.single-product.one-col .product .upsells ul.products:after,.single-product.one-col .product .upsells ul.products:before{content:"";display:table}.single-product.one-col .product .related ul.products li.product,.single-product.one-col .product .upsells ul.products li.product{display:inline;float:left;width:22.22222222222222%;margin-left:1.3888888888888888%;margin-right:1.3888888888888888%}.single-product.one-col .product .recently-viewed ul.products li.product{display:inline;float:left;width:20%;margin-left:1.3888888888888888%;margin-right:.8888888888888888%}.woocommerce-summary-wrap{padding-right:20px;border-right:1px dotted #dbdbdb;margin-bottom:1.5em}.woocommerce #primary img{-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}.col2log-set{clear:both;float:left;width:33%}.col2log-set:after{content:"";display:block;clear:both}.col2log-set .col-1{float:left}.btn-swap-login-register,.col2log-set .customer-login,.col2log-set .customer-register{padding:20px;margin-top:.5em}.col2log-set .customer-register{border:1px solid #dbdbdb}.btn-swap-login-register{width:33%;float:right}.col2log-set .login .button,.col2log-set .register .button{width:100%}.col2log-set .facebook-button{text-align:center;padding:14px 0!important}.col2-set,.col2checkout-set{clear:both}.col2-set:after,.col2checkout-set:after{content:"";display:block;clear:both}.col2-set .col-1{width:49%;float:left}.col2-set .col-2{width:49%;float:right}.form-row,.form-row input[type=checkbox],.form-row-last,.form-row-wide,.woocommerce.one-col .recently-viewed,.woocommerce.one-col .related{float:left}.col2checkout-set .col-1{width:57.1428%;float:left;margin-right:2.555%}.col2checkout-set .col-1 .button{padding:13px 50px!important}.col2checkout-set .col-2{width:40%;position:relative;overflow:hidden}.entry .col2checkout-set p{margin-bottom:0}.form-row{width:100%}.form-row label{display:block}.form-row .input-text,.form-row select{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.form-row.notes,.form-row.notes textarea{width:100%}.form-row-first{clear:left}.form-row-wide{width:100%;clear:both}.woocommerce.one-col .recently-viewed,.woocommerce.one-col .related,.woocommerce.one-col .upsells{width:100%}.woocommerce.one-col .upsells{float:right}.woocommerce.one-col .upsells ul{float:left;width:100%}ul.products li.product{clear:none;width:22.857%;margin-right:2.85715%}ul.products li.product:nth-child(2n){float:left}ul.products li.product.first{clear:left}ul.products li.product.last{margin-right:0}table.cart .product-price,table.cart .product-remove,table.cart .product-thumbnail{display:table-cell}.cart-totals td.actions{text-align:right!important}.cart-totals td.actions .coupon{width:50%;float:left}.cart-totals td.actions .button,.cart-totals td.actions .checkout-button,.cart-totals td.actions .input-text{width:auto;display:inline-block;margin-bottom:0!important}.woocommerce-cart .checkout-button{width:auto;padding:14px 30px!important}.woocommerce-pagination{width:auto;clear:none;float:right;text-align:center}.show-all-products{float:left;margin-right:10px}.woocomerce-ordering,.woocommerce-result-count,.woocommerce_ordering,.woocommerce_result_count{float:left;width:50%;text-align:left}.woocommerce .woo-pagination{float:right;text-align:right;clear:none}.gbtr_checkout_method_content .first_col{width:48%;float:right}.gbtr_checkout_method_content .sec_col{width:48%;float:left}.product-slider-sc{margin-left:-26px}.product-slider-sc ul.products{margin-left:26px}.product-slider-sc ul.products li.product{width:224px}.product-slider-sc.woocommerce-columns-3 ul.products li.product{width:89.33333%}.product-slider-sc .next,.product-slider-sc .prev{display:none;font-size:18px;text-decoration:none;position:absolute;top:0;bottom:0;width:30px;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;transition:all .2s ease-out;z-index:1}.product-slider-sc .prev{left:-14px}.product-slider-sc .next{right:-40px}.product-slider-sc a i{position:absolute;top:38%;width:30px;text-align:center}.single-product-sc .images{width:19.642857%!important}.single-product-sc h1.product_title{font:400 1.25em/1.2em 'Playfair Display'}.single-product-sc .summary{width:78%!important}.single-product-sc .woocommerce-summary-wrap{width:45%!important}.single-product-sc .woocommerce-qty-wrap{width:46%!important}}.dt-close,.dt-popup-content p.price ins{text-decoration:none}@media screen and (max-width:979px){.vc_span12 .product-slider-sc ul.products li.product{width:300px}}@media screen and (max-width :768px){.vc_span12 .product-slider-sc ul.products li.product{width:256px}}@media screen and (max-width:481px){.product-slider-sc ul.products li.product{width:inherit}}@media all and (max-width:800px){.woo_woocommerce_quickview .images{width:40%}.woo_woocommerce_quickview .summary{width:55%}}@media all and (max-width:600px){.mobView{display:block}.woo_woocommerce_quickview .summary .price,.woo_woocommerce_quickview .summary h1{display:none}.woo_woocommerce_quickview .summary .single_variation .price{display:block}.woo_woocommerce_quickview .images,.woo_woocommerce_quickview .summary,.woo_woocommerce_quickview .woocommerce-qty-wrap,.woo_woocommerce_quickview .woocommerce-summary-wrap{float:none;width:100%}.woo_woocommerce_quickview .thumbnails{margin-bottom:20px}}@media screen and (max-width:768px){.woocommerce .social{text-align:left;margin-bottom:1.5em}.woocommerce #social-dropdown{left:20px;right:inherit}}.cart-popup .products-small,.wishlist-popup .wishlist-item{padding-right:28px}.jp-container,.jp-wishlist-container{width:324px;max-height:400px;position:relative;float:left;outline:0}.dt-popup-overlay{left:0;top:0;width:100%;height:100%;position:fixed;z-index:10001;background:#fff;opacity:.7;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";filter:alpha(Opacity=70)}.dt-popup{left:0;top:0;width:100%;height:0;position:relative}.dt-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;z-index:1046;width:44px;height:44px;line-height:44px;position:absolute;text-align:center;opacity:.65;padding:0;color:#333;top:28px;right:28px;font-style:normal;font-size:14px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.dt-popup-content{position:fixed;width:600px;background:rgba(255,255,255,.85);min-height:50px;padding:20px;z-index:10002;top:300px;left:34%}.dt-cart-content{padding:20px;position:relative}.dt-popup-content h5{font-weight:400}.dt-popup-content h1.product-title{font:400 1.8em/1.2em 'Playfair Display';margin-bottom:.5em;width:85%}.dt-popup-content p.price{position:absolute;top:24px;right:28px;font-size:1.4em}.dt-popup-content p.price del{opacity:.5;font-size:.9em}.dt-popup-inner-content{border:1px solid #dbdbdb;background-color:#fff;background-image:url(../images/loading.gif);min-height:90px;background-repeat:no-repeat;background-position:center center}.dt-popup img{float:left;margin:0 20px 20px 0}.dt-popup span.meta{margin-top:1em;display:inline-block;width:80px}.dt-popup-content header{padding:20px;border-bottom:1px solid #dbdbdb}.dt-popup-content footer{text-align:right;padding:20px;border-top:1px solid #dbdbdb}.dt-popup-content .button.checkout,.dt-popup-content .button.continue-shop{display:inline-block;cursor:pointer;margin-top:0;margin-left:10px;width:140px}#jck_wt_container{width:auto;height:auto}#jck_wt_container.loading{background:url(../images/loading.gif) 50% 50% no-repeat}#jck_wt_lightbox{overflow:hidden}#jck_wt_lightbox img{width:100%;max-width:100%;width:auto\9;max-width:auto\9;height:auto}#jck_wt_slides{position:relative}#jck_wt_slides .rslides_nav{position:absolute;top:50%;margin:-15px 0 0;height:30px;line-height:28px;width:30px;display:block;text-align:center;z-index:100;font-size:18px;text-decoration:none;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;-webkit-font-smoothing:antialiased;-moz-font-smoothing:antialiased;-o-font-smoothing:antialiased;font-smoothing:antialiased}#jck_wt_slides .prev{left:10px}#jck_wt_slides .next{right:10px}#jck_wt_zoom .zoomWrapper{position:relative}#jck_wt_zoom img{width:100%;max-width:100%;width:auto\9;max-width:auto\9;height:auto}.zoomContainer{z-index:999!important}

.woocommerce-Price-amount.amount{font-size:20px}

.single-product.one-col .product .recently-viewed ul.products li.product ul.products li.product .price {
	
	
	    padding-left: 80px;
	
	
}



@font-face {
    font-family: 'socicon';
    src:  url('../font/socicon.eot');
    src:  url('../font/socicon.eot') format('embedded-opentype'),
      url('../font/socicon.ttf') format('truetype'),
      url('../font/socicon.woff') format('woff'),
      url('../font/socicon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    text-transform: initial;
}


/* inline icon
   ========================================================================== */
.socicon {
    position: relative;
    top: 3px;
    display: inline-block;
    font-family: 'socicon';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.2em;
}

.socicon:empty {
    width: 1em;
}

.socicon-500px {
    background-color: #58a9de;
    color: #58a9de;
}

.socicon-500px:before {
    content: "\e056"
}

.socicon-airbnb {
    background-color: #FF5A5F;
    color: #FF5A5F;
}

.socicon-airbnb:before {
    content: "\e00e"
}

.socicon-android {
    background-color: #8ec047;
    color: #8ec047;
}

.socicon-android:before {
    content: "\e03e"
}

.socicon-apple {
    background-color: #B9BFC1;
    color: #B9BFC1;
}

.socicon-apple:before {
    content: "\e02e"
}

.socicon-appnet {
    background-color: #494949;
    color: #494949;
}

.socicon-appnet:before {
    content: "\e013"
}

.socicon-baidu {
    background-color: #2319DC;
    color: #2319DC;
}

.socicon-baidu:before {
    content: "\e061"
}

.socicon-bandcamp {
    background-color: #619aa9;
    color: #619aa9;
}

.socicon-bandcamp:before {
    content: "\e06a"
}

.socicon-bebo {
    background-color: #EF1011;
    color: #EF1011;
}

.socicon-bebo:before {
    content: "\e035"
}

.socicon-behance {
    background-color: #1769ff;
    color: #1769ff;
}

.socicon-behance:before {
    content: "\e027"
}

.socicon-blogger {
    background-color: #ec661c;
    color: #ec661c;
}

.socicon-blogger:before {
    content: "\e020"
}

.socicon-bloglovin {
    background-color: #000000;
    color: #000000;
}

.socicon-bloglovin:before {
    content: "\e075"
}

.socicon-buffer {
    background-color: #000000;
    color: #000000;
}

.socicon-buffer:before {
    content: "\e018"
}

.socicon-coderwall {
    background-color: #3E8DCC;
    color: #3E8DCC;
}

.socicon-coderwall:before {
    content: "\e011"
}

.socicon-dailymotion {
    background-color: #004e72;
    color: #004e72;
}

.socicon-dailymotion:before {
    content: "\e053"
}

.socicon-delicious {
    background-color: #020202;
    color: #020202;
}

.socicon-delicious:before {
    content: "\e028"
}

.socicon-deviantart {
    background-color: #c5d200;
    color: #c5d200;
}

.socicon-deviantart:before {
    content: "\e029"
}

.socicon-digg {
    background-color: #1d1d1b;
    color: #1d1d1b;
}

.socicon-digg:before {
    content: "\e025"
}

.socicon-disqus {
    background-color: #2e9fff;
    color: #2e9fff;
}

.socicon-disqus:before {
    content: "\e019"
}

.socicon-dribbble {
    background-color: #e84d88;
    color: #e84d88;
}

.socicon-dribbble:before {
    content: "\e023"
}

.socicon-drupal {
    background-color: #00598e;
    color: #00598e;
}

.socicon-drupal:before {
    content: "\e002"
}

.socicon-ebay {
    background-color: #E53238;
    color: #E53238;
}

.socicon-ebay:before {
    content: "\e063"
}

.socicon-envato {
    background-color: #82B540;
    color: #82B540;
}

.socicon-envato:before {
    content: "\e026"
}

.socicon-eyeem {
    background-color: #000000;
    color: #000000;
}

.zoom-social-icons-list .socicon.socicon-eyeem {
    font-size: 1.8em;
    padding: 4px;
}

.socicon-eyeem:before {
    content: "\e901"
}

.socicon-facebook {
    background-color: #3b5998;
    color: #3b5998;
}

.socicon-facebook:before {
    content: "\e041"
}

.socicon-feedburner {
    background-color: #FFCC00;
    color: #FFCC00;
}

.socicon-feedburner:before {
    content: "\e048"
}

.socicon-feedly {
    background-color: #34B151;
    color: #34B151;
}

.socicon-feedly:before {
    content: "\e074"
}

.socicon-flattr {
    background-color: #F67C1A;
    color: #F67C1A;
}

.socicon-flattr:before {
    content: "\e02f"
}

.socicon-flickr {
    background-color: #ff0084;
    color: #ff0084;
}

.socicon-flickr:before {
    content: "\e055"
}

.socicon-foursquare {
    background-color: #F94877;
    color: #F94877;
}

.socicon-foursquare:before {
    content: "\e044"
}

.socicon-friendfeed {
    background-color: #2F72C4;
    color: #2F72C4;
}

.socicon-friendfeed:before {
    content: "\e032"
}

.socicon-github {
    background-color: #221e1b;
    color: #221e1b;
}

.socicon-github:before {
    content: "\e030"
}

.socicon-goodreads {
    background-color: #463020;
    color: #463020;
}

.socicon-goodreads:before {
    content: "\e014"
}

.socicon-google {
    background-color: #d93e2d;
    color: #d93e2d;
}

.socicon-google:before {
    content: "\e042"
}

.socicon-grooveshark {
    background-color: #000000;
    color: #000000;
}

.socicon-grooveshark:before {
    content: "\e04f"
}

.socicon-hellocoton {
    background-color: #D50066;
    color: #D50066;
}

.socicon-hellocoton:before {
    content: "\e900"
}

.socicon-houzz {
    background-color: #7CC04B;
    color: #7CC04B;
}

.socicon-houzz:before {
    content: "\e00a"
}

.socicon-identica {
    background-color: #000000;
    color: #000000;
}

.socicon-identica:before {
    content: "\e034"
}

.socicon-instagram {
    background-color: #E1306C;
    color: #E1306C;
}

.socicon-instagram:before {
    content: "\e057"
}

.socicon-lanyrd {
    background-color: #3c80c9;
    color: #3c80c9;
}

.socicon-lanyrd:before {
    content: "\e016"
}

.socicon-lastfm {
    background-color: #d41316;
    color: #d41316;
}

.socicon-lastfm:before {
    content: "\e050"
}

.socicon-linkedin {
    background-color: #3371b7;
    color: #3371b7;
}

.socicon-linkedin:before {
    content: "\e049"
}

.socicon-lookbook {
    background-color: #000000;
    color: #000000;
}

.socicon-lookbook:before {
    content: "\e073"
}

.socicon-mail {
    background-color: #000000;
    color: #000000;
}

.socicon-mail:before {
    content: "\e01f"
}

.socicon-medium {
    background-color: #01AB6C;
    color: #01AB6C
}

.socicon-medium:before {
    content: "\e06d"
}

.socicon-meetup {
    background-color: #e2373c;
    color: #e2373c;
}

.socicon-meetup:before {
    content: "\e03c"
}

.socicon-myspace {
    background-color: #323232;
    color: #323232;
}

.socicon-myspace:before {
    content: "\e04c"
}

.socicon-newsvine {
    background-color: #075B2F;
    color: #075B2F;
}

.socicon-newsvine:before {
    content: "\e033"
}

.socicon-odnoklassniki {
    background-color: #f48420;
    color: #f48420;
}

.socicon-odnoklassniki:before {
    content: "\e00d"
}

.socicon-outlook {
    background-color: #0072C6;
    color: #0072C6;
}

.socicon-outlook:before {
    content: "\e010"
}

.socicon-patreon {
    background-color: #E44727;
    color: #E44727;
}

.socicon-patreon:before {
    content: "\e01c"
}

.socicon-paypal {
    background-color: #009cde;
    color: #009cde;
}

.socicon-paypal:before {
    content: "\e00c"
}

.socicon-periscope {
    background-color: #40A4C4;
    color: #40A4C4;
}

.socicon-periscope:before {
    content: "\e00f"
}

.socicon-persona {
    background-color: #e6753d;
    color: #e6753d;
}

.socicon-persona:before {
    content: "\e008"
}

.socicon-pinterest {
    background-color: #c92619;
    color: #c92619;
}

.socicon-pinterest:before {
    content: "\e043"
}

.socicon-play {
    background-color: #000000;
    color: #000000;
}

.socicon-play:before {
    content: "\e02b"
}

.socicon-reddit {
    background-color: #e74a1e;
    color: #e74a1e;
}

.socicon-reddit:before {
    content: "\e022"
}

.socicon-rss {
    background-color: #f26109;
    color: #f26109;
}

.socicon-rss:before {
    content: "\e00b"
}

.socicon-skype {
    background-color: #28abe3;
    color: #28abe3;
}

.socicon-skype:before {
    content: "\e046"
}

.socicon-slideshare {
    background-color: #4ba3a6;
    color: #4ba3a6;
}

.socicon-slideshare:before {
    content: "\e017"
}

.socicon-smugmug {
    background-color: #ACFD32;
    color: #ACFD32;
}

.socicon-smugmug:before {
    content: "\e05e"
}

.socicon-snapchat {
    background-color: #000000;
    color: #000000;
}

.socicon-snapchat:before {
    content: "\e03f"
}

.socicon-soundcloud {
    background-color: #fe3801;
    color: #fe3801;
}

.socicon-soundcloud:before {
    content: "\e04d"
}

.socicon-spotify {
    background-color: #7bb342;
    color: #7bb342;
}

.socicon-spotify:before {
    content: "\e04e"
}

.socicon-stackoverflow {
    background-color: #FD9827;
    color: #FD9827;
}

.socicon-stackoverflow:before {
    content: "\e007"
}

.socicon-steam {
    background-color: #8F8D8A;
    color: #8F8D8A;
}

.socicon-steam:before {
    content: "\e037"
}

.socicon-stumbleupon {
    background-color: #e64011;
    color: #e64011;
}

.socicon-stumbleupon:before {
    content: "\e024"
}

.socicon-swarm {
    background-color: #FC9D3C;
    color: #FC9D3C;
}

.socicon-swarm:before {
    content: "\e003"
}

.socicon-technorati {
    background-color: #5cb030;
    color: #5cb030;
}

.socicon-technorati:before {
    content: "\e021"
}

.socicon-telegram {
    background-color: #0088cc;
    color: #0088cc;
}

.socicon-telegram:before {
    content: "\e06e"
}

.socicon-tripadvisor {
    background-color: #589442;
    color: #589442;
}

.socicon-tripadvisor:before {
    content: "\e012"
}

.socicon-tripit {
    background-color: #1982C3;
    color: #1982C3;
}

.socicon-tripit:before {
    content: "\e015"
}

.socicon-triplej {
    background-color: #E53531;
    color: #E53531;
}

.socicon-triplej:before {
    content: "\e009"
}

.socicon-tumblr {
    background-color: #45556c;
    color: #45556c;
}

.socicon-tumblr:before {
    content: "\e059"
}

.socicon-twitter {
    background-color: #55acee;
    color: #55acee;
}

.socicon-twitter:before {
    content: "\e040"
}

.socicon-viadeo {
    background-color: #e4a000;
    color: #e4a000;
}

.socicon-viadeo:before {
    content: "\e04a"
}


.socicon-viber {
    background-color: #7b519d;
    color: #7b519d;
}

.socicon-viber:before {
    content: "\e071"
}


.socicon-vimeo {
    background-color: #51b5e7;
    color: #51b5e7;
}

.socicon-vimeo:before {
    content: "\e052"
}

.socicon-vine {
    background-color: #00b389;
    color: #00b389;
}

.socicon-vine:before {
    content: "\e054"
}

.socicon-vkontakte {
    background-color: #5a7fa6;
    color: #5a7fa6;
}

.socicon-vkontakte:before {
    content: "\e01a"
}

.socicon-wikipedia {
    background-color: #000000;
    color: #000000;
}

.socicon-wikipedia:before {
    content: "\e02d"
}

.socicon-windows {
    background-color: #00BDF6;
    color: #00BDF6;
}

.socicon-windows:before {
    content: "\e039"
}

.socicon-wordpress {
    background-color: #464646;
    color: #464646;
}

.socicon-wordpress:before {
    content: "\e058"
}

.socicon-xbox {
    background-color: #92C83E;
    color: #92C83E;
}

.socicon-xbox:before {
    content: "\e038"
}

.socicon-xing {
    background-color: #005a60;
    color: #005a60;
}

.socicon-xing:before {
    content: "\e04b"
}

.socicon-yahoo {
    background-color: #6E2A85;
    color: #6E2A85;
}

.socicon-yahoo:before {
    content: "\e045"
}

.socicon-yammer {
    background-color: #1175C4;
    color: #1175C4;
}

.socicon-yammer:before {
    content: "\e005"
}

.socicon-yelp {
    background-color: #c83218;
    color: #c83218;
}

.socicon-yelp:before {
    content: "\e047"
}

.socicon-youtube {
    background-color: #e02a20;
    color: #e02a20;
}

.socicon-youtube:before {
    content: "\e051"
}

.socicon-zerply {
    background-color: #9DBC7A;
    color: #9DBC7A;
}

.socicon-zerply:before {
    content: "\e02c"
}

.socicon-zynga {
    background-color: #DC0606;
    color: #DC0606;
}

.socicon-zynga:before {
    content: "\e036"
}

.zoom-social-icons-list {
    list-style-type: none;
}

.zoom-social_icons-list__item {
    margin: 0 0 10px;
}

.zoom-social_icons-list__label {
    margin-left: 4px;
}

.zoom-social-icons-list--no-labels .zoom-social_icons-list__item {
    display: inline-block;
    margin: 4px;
}

.zoom-social-icons-list .socicon,
.zoom-social-icons-list .dashicons,
.zoom-social-icons-list .genericon,
.zoom-social-icons-list .fa
{
    padding: 8px;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -moz-transition: opacity .2s;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    top: 0px;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    line-height: 1em;
    font-size: 1.2em;
}

.zoom-social_icons-list__item a:hover .socicon,
.zoom-social_icons-list__item a:hover .dashicons,
.zoom-social_icons-list__item a:hover .genericon,
.zoom-social_icons-list__item a:hover .fa
{
    opacity: 0.8;
}

.zoom-social-icons-list--with-canvas .socicon,
.zoom-social-icons-list--with-canvas .dashicons,
.zoom-social-icons-list--with-canvas .genericon,
.zoom-social-icons-list--with-canvas .fa
{
    color: #ffffff;
}

.zoom-social-icons-list--without-canvas .socicon,
.zoom-social-icons-list--without-canvas .dashicons,
.zoom-social-icons-list--without-canvas .genericon,
.zoom-social-icons-list--without-canvas .fa
{
    background: none;
}

/* .widget because we need higher css specificity */
.widget .zoom-social-icons-list--without-canvas {
    margin-left: -8px;
    margin-top: -4px;
}

.widget .zoom-social-icons-list--no-labels.zoom-social-icons-list--without-canvas {
    margin-left: -14px;
    margin-top: -8px;
}

.zoom-social-icons-list--rounded .socicon,
.zoom-social-icons-list--rounded .genericon,
.zoom-social-icons-list--rounded .dashicons,
.zoom-social-icons-list--rounded .fa
{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.zoom-social-icons-list--round .socicon,
.zoom-social-icons-list--round .genericon,
.zoom-social-icons-list--round .dashicons,
.zoom-social-icons-list--round .fa
{
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}


/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../font/fontawesome-webfont.eot?v=4.7.0');src:url('../font/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../font/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../font/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../font/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../font/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-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}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.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-remove:before,.fa-close:before,.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,.fa-bar-chart: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-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.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,.fa-gratipay: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-pp: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-buoy: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-resistance: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-y-combinator-square:before,.fa-yc-square:before,.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"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

 
 /**

	Genericons

*/


/* IE8 and below use EOT and allow cross-site embedding. 
   IE9 uses WOFF which is base64 encoded to allow cross-site embedding.
   So unfortunately, IE9 will throw a console error, but it'll still work.
   When the font is base64 encoded, cross-site embedding works in Firefox */
@font-face {
  font-family: "Genericons";
  src: url("../font/Genericons.eot");
  src: url("../font/Genericons.eot?") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Genericons";
  src: url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),
       url("../font/Genericons.ttf") format("truetype"),
       url("../font/Genericons.svg#Genericons") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Genericons";
    src: url("../font/Genericons.svg#Genericons") format("svg");
  }
}


/**
 * All Genericons
 */

.genericon {
	font-size: 16px;
	vertical-align: top;
	text-align: center;
	-moz-transition: color .1s ease-in 0;
	-webkit-transition: color .1s ease-in 0;
	display: inline-block;
	font-family: "Genericons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-decoration: inherit;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	speak: none;
}


/**
 * Helper classes
 */

.genericon-rotate-90 {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.genericon-rotate-180 {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.genericon-rotate-270 {
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.genericon-flip-horizontal {
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.genericon-flip-vertical {
	-webkit-transform: scale(1, -1);
	-moz-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	transform: scale(1, -1);
}


/**
 * Individual icons
 */

.genericon-404:before { content: "\f423"; }
.genericon-activity:before { content: "\f508"; }
.genericon-anchor:before { content: "\f509"; }
.genericon-aside:before { content: "\f101"; }
.genericon-attachment:before { content: "\f416"; }
.genericon-audio:before { content: "\f109"; }
.genericon-bold:before { content: "\f471"; }
.genericon-book:before { content: "\f444"; }
.genericon-bug:before { content: "\f50a"; }
.genericon-cart:before { content: "\f447"; }
.genericon-category:before { content: "\f301"; }
.genericon-chat:before { content: "\f108"; }
.genericon-checkmark:before { content: "\f418"; }
.genericon-close:before { content: "\f405"; }
.genericon-close-alt:before { content: "\f406"; }
.genericon-cloud:before { content: "\f426"; }
.genericon-cloud-download:before { content: "\f440"; }
.genericon-cloud-upload:before { content: "\f441"; }
.genericon-code:before { content: "\f462"; }
.genericon-codepen:before { content: "\f216"; }
.genericon-cog:before { content: "\f445"; }
.genericon-collapse:before { content: "\f432"; }
.genericon-comment:before { content: "\f300"; }
.genericon-day:before { content: "\f305"; }
.genericon-digg:before { content: "\f221"; }
.genericon-document:before { content: "\f443"; }
.genericon-dot:before { content: "\f428"; }
.genericon-downarrow:before { content: "\f502"; }
.genericon-download:before { content: "\f50b"; }
.genericon-draggable:before { content: "\f436"; }
.genericon-dribbble:before { content: "\f201"; }
.genericon-dropbox:before { content: "\f225"; }
.genericon-dropdown:before { content: "\f433"; }
.genericon-dropdown-left:before { content: "\f434"; }
.genericon-edit:before { content: "\f411"; }
.genericon-ellipsis:before { content: "\f476"; }
.genericon-expand:before { content: "\f431"; }
.genericon-external:before { content: "\f442"; }
.genericon-facebook:before { content: "\f203"; }
.genericon-facebook-alt:before { content: "\f204"; }
.genericon-fastforward:before { content: "\f458"; }
.genericon-feed:before { content: "\f413"; }
.genericon-flag:before { content: "\f468"; }
.genericon-flickr:before { content: "\f211"; }
.genericon-foursquare:before { content: "\f226"; }
.genericon-fullscreen:before { content: "\f474"; }
.genericon-gallery:before { content: "\f103"; }
.genericon-github:before { content: "\f200"; }
.genericon-googleplus:before { content: "\f206"; }
.genericon-googleplus-alt:before { content: "\f218"; }
.genericon-handset:before { content: "\f50c"; }
.genericon-heart:before { content: "\f461"; }
.genericon-help:before { content: "\f457"; }
.genericon-hide:before { content: "\f404"; }
.genericon-hierarchy:before { content: "\f505"; }
.genericon-home:before { content: "\f409"; }
.genericon-image:before { content: "\f102"; }
.genericon-info:before { content: "\f455"; }
.genericon-instagram:before { content: "\f215"; }
.genericon-italic:before { content: "\f472"; }
.genericon-key:before { content: "\f427"; }
.genericon-leftarrow:before { content: "\f503"; }
.genericon-link:before { content: "\f107"; }
.genericon-linkedin:before { content: "\f207"; }
.genericon-linkedin-alt:before { content: "\f208"; }
.genericon-location:before { content: "\f417"; }
.genericon-lock:before { content: "\f470"; }
.genericon-mail:before { content: "\f410"; }
.genericon-maximize:before { content: "\f422"; }
.genericon-menu:before { content: "\f419"; }
.genericon-microphone:before { content: "\f50d"; }
.genericon-minimize:before { content: "\f421"; }
.genericon-minus:before { content: "\f50e"; }
.genericon-month:before { content: "\f307"; }
.genericon-move:before { content: "\f50f"; }
.genericon-next:before { content: "\f429"; }
.genericon-notice:before { content: "\f456"; }
.genericon-paintbrush:before { content: "\f506"; }
.genericon-path:before { content: "\f219"; }
.genericon-pause:before { content: "\f448"; }
.genericon-phone:before { content: "\f437"; }
.genericon-picture:before { content: "\f473"; }
.genericon-pinned:before { content: "\f308"; }
.genericon-pinterest:before { content: "\f209"; }
.genericon-pinterest-alt:before { content: "\f210"; }
.genericon-play:before { content: "\f452"; }
.genericon-plugin:before { content: "\f439"; }
.genericon-plus:before { content: "\f510"; }
.genericon-pocket:before { content: "\f224"; }
.genericon-polldaddy:before { content: "\f217"; }
.genericon-portfolio:before { content: "\f460"; }
.genericon-previous:before { content: "\f430"; }
.genericon-print:before { content: "\f469"; }
.genericon-quote:before { content: "\f106"; }
.genericon-rating-empty:before { content: "\f511"; }
.genericon-rating-full:before { content: "\f512"; }
.genericon-rating-half:before { content: "\f513"; }
.genericon-reddit:before { content: "\f222"; }
.genericon-refresh:before { content: "\f420"; }
.genericon-reply:before { content: "\f412"; }
.genericon-reply-alt:before { content: "\f466"; }
.genericon-reply-single:before { content: "\f467"; }
.genericon-rewind:before { content: "\f459"; }
.genericon-rightarrow:before { content: "\f501"; }
.genericon-search:before { content: "\f400"; }
.genericon-send-to-phone:before { content: "\f438"; }
.genericon-send-to-tablet:before { content: "\f454"; }
.genericon-share:before { content: "\f415"; }
.genericon-show:before { content: "\f403"; }
.genericon-shuffle:before { content: "\f514"; }
.genericon-sitemap:before { content: "\f507"; }
.genericon-skip-ahead:before { content: "\f451"; }
.genericon-skip-back:before { content: "\f450"; }
.genericon-skype:before { content: "\f220"; }
.genericon-spam:before { content: "\f424"; }
.genericon-spotify:before { content: "\f515"; }
.genericon-standard:before { content: "\f100"; }
.genericon-star:before { content: "\f408"; }
.genericon-status:before { content: "\f105"; }
.genericon-stop:before { content: "\f449"; }
.genericon-stumbleupon:before { content: "\f223"; }
.genericon-subscribe:before { content: "\f463"; }
.genericon-subscribed:before { content: "\f465"; }
.genericon-summary:before { content: "\f425"; }
.genericon-tablet:before { content: "\f453"; }
.genericon-tag:before { content: "\f302"; }
.genericon-time:before { content: "\f303"; }
.genericon-top:before { content: "\f435"; }
.genericon-trash:before { content: "\f407"; }
.genericon-tumblr:before { content: "\f214"; }
.genericon-twitch:before { content: "\f516"; }
.genericon-twitter:before { content: "\f202"; }
.genericon-unapprove:before { content: "\f446"; }
.genericon-unsubscribe:before { content: "\f464"; }
.genericon-unzoom:before { content: "\f401"; }
.genericon-uparrow:before { content: "\f500"; }
.genericon-user:before { content: "\f304"; }
.genericon-video:before { content: "\f104"; }
.genericon-videocamera:before { content: "\f517"; }
.genericon-vimeo:before { content: "\f212"; }
.genericon-warning:before { content: "\f414"; }
.genericon-website:before { content: "\f475"; }
.genericon-week:before { content: "\f306"; }
.genericon-wordpress:before { content: "\f205"; }
.genericon-xpost:before { content: "\f504"; }
.genericon-youtube:before { content: "\f213"; }
.genericon-zoom:before { content: "\f402"; }






