/*
Theme Name: Avada
Description: A business, portfolio and blog theme.
Author: ThemeFusion
Theme URI: http://theme-fusion.com/avada/
Author URI: http://themeforest.net/user/ThemeFusion
Version: 1.1.1
License: GNU General Public License
License URI: license.txt
*/

@import url("all.css");
@import url("prettyPhoto.css");
@import url("flexslider.css");

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/S6uyw4BMUTPHjxAwXjeu.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/S6uyw4BMUTPHjx4wXg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}



@font-face {
font-family: 'Helvetica 45 Light';
font-style: normal;
font-weight: normal;
src: local('Helvetica 45 Light'), url('/fonts/HelveticaNeue-Light.woff') format('woff');
}


#menu ul {
  margin: 0;
  padding: 0;
}

#menu .main-menu {
  display: none;
}

#tm:checked + .main-menu {
  display: block;
}

#menu input[type="checkbox"], 
#menu ul span.drop-icon {
  display: none;
}

#menu li, 
#toggle-menu, 
#menu .sub-menu {

}

#menu li, 
#toggle-menu {
  border-width: 0 0 1px;
}

#menu .sub-menu {
background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

#menu .sub-menu li:last-child {
  border-width: 0;
}

#menu li, 
#toggle-menu, 
#menu a {
  position: relative;
  display: block;
 color: #000000;
    text-decoration: none;
   
}

#menu, 
#toggle-menu {
 background-color: #e7e6e6;
    top: 0px;
}

#toggle-menu, 
#menu a {
  padding: 1em 1.5em;
}

#menu a {
  transition: all .125s ease-in-out;
 font-size: 13px;
    border: none;
    outline: none;
    padding: 16px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    border-top: 4px solid #ffffff;
  -webkit-transition: all .125s ease-in-out;
}

#menu a:hover {
  background-color: white;
    border-bottom: 2px solid #9b0014;
  color: #9b0014;
}

#menu .sub-menu {
  display: none;
}

#menu input[type="checkbox"]:checked + .sub-menu {
  display: block;
}

#menu .sub-menu a:hover {
  color: #444;
}

#toggle-menu .drop-icon, 
#menu li label.drop-icon {
  position: absolute;
  right: 1.5em;
  top: 1.25em;
}
#menu a.active {
      color: #9b0014;
    text-decoration: none;
	border-bottom: 2px solid #9b0014;
}


#menu label.drop-icon, #toggle-menu span.drop-icon {
  border-radius: 50%;
  width: 1em;
  height: 1em;
  text-align: center;
  background-color: rgba(0, 0, 0, .125);
  text-shadow: 0 0 0 transparent;
  color: rgba(255, 255, 255, .75);
}

#menu .drop-icon {
  line-height: 1;
      margin-left: 5px;
}

@media only screen and (max-width: 64em) and (min-width: 52.01em) {
 #menu .li{
 margin-top: 20px;
 }
  #menu .sub-menu li {
    width: auto;
  }
}

@media only screen and (min-width: 52em) {
	
  #menu .main-menu {
    display: block;
  }

  #toggle-menu, 
  #menu label.drop-icon {
    display: none;
  }

  #menu ul span.drop-icon {
    display: inline-block;
  }

  #menu li {
    float: left;
    border-width: 0 1px 0 0;
  }

  #menu .sub-menu li {
    float: none;
  }

  #menu .sub-menu {
    border-width: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 16em;
    z-index: 3000;
  }

  #menu .sub-menu, 
  #menu input[type="checkbox"]:checked + .sub-menu {
    display: none;
  }

  #menu .sub-menu li {
    border-width: 0 0 1px;
  }

  #menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
  }

  #menu li:hover > input[type="checkbox"] + .sub-menu {
    display: block;
  }
}



.wp-caption{}
.wp-caption-text{}
.sticky{}
.gallery-caption{}
.bypostauthor{}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Slider */
#layerslider-wrapper{
	position:relative;
}
#layerslider-wrapper .ls-shadow-top{
	position:absolute;
	background-image:url(images/shadow-top.png);
	background-repeat:no-repeat;
	background-position:top center;
	height:42px;
	width:100%;
	top:0;
	z-index:1;
}
#layerslider-wrapper .ls-shadow-bottom{
	position:absolute;
	background-image:url(images/shadow-bottom.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	height:32px;
	width:100%;
	bottom:0px;
	z-index:1;
}
.ls-avada{
	border-top: 1px solid #d2d3d4;
	border-bottom: 1px solid #d2d3d4;
}
.ls-avada .ls-layer{
	background-repeat:no-repeat;
	background-position:center center;
}
.ls-avada .ls-nav-prev, .ls-avada .ls-nav-next {
	background-color: rgb(155, 0, 20);
	background-repeat: no-repeat;
	width: 63px;
	height: 63px;
	display: none;
	position: absolute;
	top: 42%;
	opacity:0.8 !important;
}
.no-rgba .ls-avada .ls-nav-prev, .no-rgba .ls-avada .ls-nav-next, .no-rgba .wooslider .wooslider-prev, .no-rgba .wooslider .wooslider-next {
	background-color:#ccc;
}
.ls-avada .ls-nav-prev:hover, .ls-avada .ls-nav-next:hover{
	opacity:1 !important;
}
.ls-avada:hover .ls-nav-prev, .ls-avada:hover .ls-nav-next {
	display: block;
}
.ls-avada .ls-nav-prev {
	background-image: url(images/ls_prev.png);
	background-position: 19px 19px;
	left: 0;
}
.ls-avada .ls-nav-next {
	background-image: url(images/ls_next.png);
	background-position: 29px 19px;
	right: 0;
}

#fallback-slide{
	display:none;
	text-align:center;
}

/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

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

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/**** Isotope filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/* WooSlider */
.wooslider{
	border:0 !important;
	background:none !important;
	-moz-box-shadow:none !important;
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
	-moz-border-radius:none !important;
	-webkit-border-radius:none !important;
	border-radius:none !important;
	margin:0 auto !important;
	max-width:940px;
}
.wooslider .slide-content{
	margin:0 !important;
}
.wooslider .wooslider-pauseplay{
	position:absolute;
	margin:0 !important;
	top:auto !important;
	bottom:15px !important;
}
.wooslider .wooslider-control-nav{
	position:absolute;
	margin:0 !important;
	top:auto !important;
	bottom:20px !important;
}
.wooslider .wooslider-prev, .wooslider .wooslider-next {
	background-color: rgba(0, 0, 0, 0.5);
	background-repeat: no-repeat;
	width: 63px;
	height: 63px;
	display: none;
	position: absolute;
	top: 42% !important;
	margin:0;
}
.wooslider:hover .wooslider-prev, .wooslider:hover .wooslider-next {
	display: block;
}
.wooslider .wooslider-prev {
	background-image: url(images/ls_prev.png);
	background-position: 19px 19px !important;
	left: 0 !important;
}
.wooslider .wooslider-next {
	background-image: url(images/ls_next.png);
	background-position: 29px 19px !important;
	right: 0 !important;
}
.topnav {
  overflow: hidden;

    top: 50px;
    left: 30px;
}
.offset {
	margin-top:46px;
}

.topnav a {
  float: left;
  display: block;

  text-align: center;
  padding: 14px 24px;
  text-decoration: none;
  font-size: 13px;
   border-top: 4px solid #ffffff;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 13px;    
  border: none;
  outline: none;
  padding: 16px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
   border-top: 4px solid #ffffff;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

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

.topnav a:hover, .dropdown:hover .dropbtn {
  color: #9b0014;
  border-bottom: 1px solid #9b0014;
     
     border-top: 4px solid #ffffff;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  
  }
}




@media screen and (max-width: 600px) {
	.logo {display: none;}
	
  .topnav.responsive {background: #9b0014;position: absolute;
    right: 19px;
    top: 20px;
  }
  .active {color: #fff;}
  .topnav {background: #9b0014}
  .offset {
    margin-top: 0px; 
  }
  .dropdown-content {
   background-color:#9b0014
  }
  .dropdown .dropbtn {
      font-size: 13px;
    border: none;
    outline: none;
    padding: 16px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;

  }
  
  
.topnav a:hover, .dropdown:hover .dropbtn {
 
    color: #9b0014;
    border-bottom: 1px solid #9b0014;
    border-top: 1px solid #9b0014;
}
  
  .topnav a{
  color: #fff;
    text-align: right;
    padding: 14px 24px;
    text-decoration: none;
    font-size: 13px;
    border-top: 0px solid  #9b0014;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    text-align: left;
  }
}












.topnav .icon {
  display: none;
}



.demo_bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	height: 100%;
}

#style_selector {
	background: #fff;
	width: 193px;
	position: fixed;
	right: 0;
	top: 100px;
}

#style_selector_container {
	-webkit-box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.14);
	-moz-box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.14);
	box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.14);
	border: 1px solid rgba(23, 24, 26, 0.15);
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.style-main-title {
	color: #000000;
	font-size: 15px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border-bottom: 1px solid rgba(23, 24, 26, 0.15);
	background-image: linear-gradient(top, #FFFFFF 0%, #F7F4F4 100%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #F7F4F4 100%);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #F7F4F4 100%);
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #F7F4F4 100%);
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #F7F4F4 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF),
		color-stop(1, #F7F4F4));
}

.box-title {
	font-size: 12px;
	height: 41px;
	line-height: 41px;
	text-align: center;
	border-bottom: 1px solid rgba(23, 24, 26, 0.15);
}

.input-box {
	padding: 10px;
	padding-left: 40px;
	border-bottom: 1px solid rgba(23, 24, 26, 0.15);
}

.input-box input[type=text] {
	background: #f7f7f7;
	width: 60px;
	border: 1px solid rgba(23, 24, 26, 0.15);
	font-size: 11px;
	color: #000000;
	padding: 3px;
	margin-left: 10px;
}

.input-box select {
	background: #f7f7f7;
	width: 120px;
	border: 1px solid rgba(23, 24, 26, 0.15);
	font-size: 11px;
	color: #000000;
}

#style_selector .style-toggle {
	width: 35px;
	height: 43px;
	background:
		url(http://theme-fusion.com/avada/wp-content/themes/Avada/images/colorpicker/style_arrow.png);
	cursor: pointer;
}

#style_selector .close {
	background-position: top left;
	position: absolute;
	top: 45px;
	left: -35px;
	width: 35px;
}

#style_selector .open {
	background-position: bottom left;
	position: absolute;
	top: 45px;
	right: 0;
	width: 35px;
}

#style_selector .images {
	width: 165px;
	padding-left: 25px;
	margin-top: 15px;
	border-bottom: 1px solid rgba(23, 24, 26, 0.15);
	padding-bottom: 10px;
	position: relative;
	z-index: 1000000;
}

#style_selector .images img {
	width: 25px;
	height: 24px;
	margin-right: 7px;
	margin-bottom: 7px;
	z-index: 1000;
}

#style_selector .images img.active {
	border: 0px solid #ccc;
	opacity: 0.5;
}



.demo_bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	height: 100%;
}

#style_selector {
	background: #fff;
	width: 193px;
	position: fixed;
	right: 0;
	top: 100px;
}

#style_selector_container {
	-webkit-box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.14);
	-moz-box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.14);
	box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.14);
	border: 1px solid rgba(23, 24, 26, 0.15);
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.style-main-title {
	color: #000000;
	font-size: 15px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border-bottom: 1px solid rgba(23, 24, 26, 0.15);
	background-image: linear-gradient(top, #FFFFFF 0%, #F7F4F4 100%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #F7F4F4 100%);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #F7F4F4 100%);
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #F7F4F4 100%);
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #F7F4F4 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF),
		color-stop(1, #F7F4F4));
}

.box-title {
	font-size: 12px;
	height: 41px;
	line-height: 41px;
	text-align: center;
	border-bottom: 1px solid rgba(23, 24, 26, 0.15);
}

.input-box {
	padding: 10px;
	padding-left: 40px;
	border-bottom: 1px solid rgba(23, 24, 26, 0.15);
}

.input-box input[type=text] {
	background: #f7f7f7;
	width: 60px;
	border: 1px solid rgba(23, 24, 26, 0.15);
	font-size: 11px;
	color: #000000;
	padding: 3px;
	margin-left: 10px;
}

.input-box select {
	background: #f7f7f7;
	width: 120px;
	border: 1px solid rgba(23, 24, 26, 0.15);
	font-size: 11px;
	color: #000000;
}

#style_selector .style-toggle {
	width: 35px;
	height: 43px;
	background:
		url(http://theme-fusion.com/avada/wp-content/themes/Avada/images/colorpicker/style_arrow.png);
	cursor: pointer;
}

#style_selector .close {
	background-position: top left;
	position: absolute;
	top: 45px;
	left: -35px;
	width: 35px;
}

#style_selector .open {
	background-position: bottom left;
	position: absolute;
	top: 45px;
	right: 0;
	width: 35px;
}

#style_selector .images {
	width: 165px;
	padding-left: 25px;
	margin-top: 15px;
	border-bottom: 1px solid rgba(23, 24, 26, 0.15);
	padding-bottom: 10px;
	position: relative;
	z-index: 1000000;
}

#style_selector .images img {
	width: 25px;
	height: 24px;
	margin-right: 7px;
	margin-bottom: 7px;
	z-index: 1000;
}

#style_selector .images img.active {
	border: 0px solid #ccc;
	opacity: 0.5;
}

