/*! CSS Used from: file:///C:/Users/user/Desktop/tried/menu/css/style.css ; media=all */
@media all{
body,div,span,a,img,ul,li{margin:0;padding:0;border:0;outline:0;font-size:100%;}
ul{list-style:none;}
:focus{outline:0;}
.clearfix:after{content:"";display:block;clear:both;visibility:hidden;font-size:0;height:0;}
.clearfix{*display:inline-block;height:1%;}
header,nav{display:block;}
body{font-family:'Gotham-Book', Arial, sans-serif;font-weight:300;letter-spacing:0.02em;font-size:16px;line-height:26px;color:#4d4d4d;text-align:left;position:relative;background:#ffffff;min-height:100%;}
::selection{background:#0d0d0d;color:#ffffff;}
::-moz-selection{background:#0d0d0d;color:#ffffff;}
::-webkit-selection{background:#0d0d0d;color:#ffffff;}
a{text-decoration:none;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0.0);color:#888888;}
a:hover{color:#888888;}
img{max-width:100%;height:auto;display:inline-block;margin:0;vertical-align:top;}
img{width:auto;max-width:100%;border:0;-ms-interpolation-mode:bicubic;}
ul{margin-top:20px;margin-left:15px;list-style:disc;}
div ul:first-child{margin-top:0px;}
ul li{margin-top:10px;}
.left-float{float:left;}
.right-float{float:right;}
header{position:fixed;top:0;left:0;width:100%;z-index:10;}
header .header-inner{padding:0px 40px;height:0;margin-top:60px;margin-bottom:60px;}
header:after{content:"";background:#ffffff;position:absolute;top:-150px;left:0;width:100%;height:90px;transition:top 0.3s ease;z-index:9;}
header.nav-is-open:after{top:0;background:white;}
header #logo{max-width:100%;height:30px;position:relative;z-index:10;}
header #logo #dark-logo + #light-logo{position:absolute;top:0;left:0;height:100%;opacity:0;filter:alpha(opacity=0);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";}
header #logo img{max-height:100%;}
header #logo .logotype{transition:opacity 0.3s ease;}
header.nav-is-open #logo #dark-logo{opacity:1;filter:alpha(opacity=100);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}
header.nav-is-open #logo #light-logo{opacity:0;filter:alpha(opacity=0);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";}
header.nav-is-open:not(.header-transparent) #logo #dark-logo{opacity:1!important;filter:alpha(opacity=100)!important;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"!important;}
header.nav-is-open:not(.header-transparent) #logo #light-logo{opacity:0!important;filter:alpha(opacity=0)!important;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"!important;}
#menu{position:relative;z-index:10;}
.open-nav{display:block;height:30px;float:right;z-index:10;margin-left:70px;}
.open-nav .hamburger{display:inline-block;width:22px;height:2px;background-color:white;position:relative;top:-3px;transition:background 0.4s ease;}
.open-nav .hamburger:before,.open-nav .hamburger:after{content:'';width:100%;height:100%;position:absolute;background-color:white;right:0;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform 0.4s, background 0.4s ease, right .2s ease;-webkit-transition:-webkit-transform 0.4s ease, background 0.4s, right .2s ease;-moz-transition:-moz-transform 0.4s, background 0.4s ease, right .2s ease;-o-transition:-o-transform 0.4s, background 0.4s ease, right .2s ease;-ms-transition:-ms-transform 0.4s, background 0.4s ease, right .2s ease;}
.open-nav .hamburger:before{right:2px;-webkit-transform:translateY(-6px) rotate(0deg);-moz-transform:translateY(-6px) rotate(0deg);-ms-transform:translateY(-6px) rotate(0deg);-o-transform:translateY(-6px) rotate(0deg);transform:translateY(-6px) rotate(0deg);}
.open-nav .hamburger:after{right:5px;-webkit-transform:translateY(6px) rotate(0deg);-moz-transform:translateY(6px) rotate(0deg);-ms-transform:translateY(6px) rotate(0deg);-o-transform:translateY(6px) rotate(0deg);transform:translateY(6px) rotate(0deg);}
.open-nav:hover .hamburger:before,.open-nav:hover .hamburger:after{right:0px;}
.open-nav .text{width:65px;text-align:right;display:inline-block;font-family:'Gotham-Bold';font-size:14px;line-height:30px;text-transform:uppercase;color:white;letter-spacing:0.12em;transition:width 0.4s ease, opacity 0.2s ease 0.3s, color 0.4s;}
header.nav-is-open #menu .open-nav .hamburger{background-color:transparent;transition:background 0.1s ease;}
header.nav-is-open #menu .open-nav .hamburger:before{width:70%;right:0px;-webkit-transform:translateY(0) rotate(45deg);-moz-transform:translateY(0) rotate(45deg);-ms-transform:translateY(0) rotate(45deg);-o-transform:translateY(0) rotate(45deg);transform:translateY(0) rotate(45deg);background-color:#0d0d0d;}
header.nav-is-open #menu .open-nav .hamburger:after{width:70%;right:0px;-webkit-transform:translateY(0) rotate(-45deg);-moz-transform:translateY(0) rotate(-45deg);-ms-transform:translateY(0) rotate(-45deg);-o-transform:translateY(0) rotate(-45deg);transform:translateY(0) rotate(-45deg);background-color:#0d0d0d;}
header.nav-is-open #menu .open-nav .text{transition:width 0.4s ease, opacity 0.2s ease;width:0px;opacity:0;filter:alpha(opacity=0);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";}
nav#main-nav{float:left;visibility:hidden;}
header.nav-is-open #menu nav#main-nav{visibility:visible;}
nav#main-nav ul{list-style:none;text-align:center;margin:0 auto;position:relative;z-index:10;}
nav#main-nav ul > li{margin:0 0 0 10px;padding:0;display:inline-block;position:relative;transition:top 0.3s ease 0.4s, opacity 0.3s ease;top:-5px;opacity:0;filter:alpha(opacity=0);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";}
nav#main-nav ul > li:first-child{margin:0;}
header.nav-is-open #menu nav#main-nav ul > li:nth-child(2n){transition:top 0.3s ease 0.5s, opacity 0.3s ease 0.5s;}
header.nav-is-open #menu nav#main-nav ul > li:nth-child(3n){transition:top 0.3s ease 0.6s, opacity 0.3s ease 0.6s;}
header.nav-is-open #menu nav#main-nav ul > li:nth-child(4n){transition:top 0.3s ease 0.7s, opacity 0.3s ease 0.7s;}
header.nav-is-open #menu nav#main-nav ul > li:nth-child(5n){transition:top 0.3s ease 0.8s, opacity 0.3s ease 0.8s;}
header.nav-is-open #menu nav#main-nav ul > li:nth-child(6n){transition:top 0.3s ease 0.9s, opacity 0.3s ease 0.9s;}
header.nav-is-open #menu nav#main-nav ul > li:nth-child(7n){transition:top 0.3s ease 1.0s, opacity 0.3s ease 1.0s;}
header.nav-is-open #menu nav#main-nav ul > li:nth-child(8n){transition:top 0.3s ease 1.1s, opacity 0.3s ease 1.1s;}
header.nav-is-open #menu nav#main-nav ul > li{top:0;opacity:1;filter:alpha(opacity=100);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";transition:top 0.3s ease 0.4s, opacity 0.3s ease 0.4s;}
nav#main-nav ul li > a{display:inline-block;font-family:'Gotham-Book';font-size:14px;line-height:30px;text-transform:uppercase;color:#0d0d0d;letter-spacing:0.12em;transition:all 100ms ease;}
nav#main-nav > ul > li:hover > a,nav#main-nav > ul > li.current-menu-item > a{color:#ea4452!important;}
nav#main-nav ul li > ul.submenu{position:absolute;top:20px;right:-20px;width:240px;padding-top:20px;opacity:0;filter:alpha(opacity=0);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";visibility:hidden;transition:all 400ms ease;}
nav#main-nav ul li:hover > ul.submenu{opacity:1;filter:alpha(opacity=100);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";visibility:visible;transition:all 400ms ease;}
nav#main-nav ul li > ul.submenu > li{margin:0;padding:2px 20px 2px 20px;display:block;position:relative;text-align:right;background:#0d0d0d;}
nav#main-nav ul li > ul.submenu > li:first-child{padding-top:15px;}
nav#main-nav ul li > ul.submenu > li:last-child{padding-bottom:15px;}
nav#main-nav ul li > ul.submenu > li a{color:#ffffff;font-weight:400;font-size:13px;line-height:18px;opacity:0.6;filter:alpha(opacity=60);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";}
nav#main-nav ul li > ul.submenu > li a:hover{opacity:1;filter:alpha(opacity=100);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=7-100)";}
header.nav-is-open #menu .open-nav .hamburger{background-color:transparent!important;}
header #logo{height:30px;}
.open-nav{height:30px;}
.open-nav .text{line-height:30px;}
nav#main-nav ul li > a{line-height:30px;}
header:after{top:-150px;height:150px;}
@media only screen and (max-width: 1024px){
nav#main-nav{top:150px!important;}
}
}
/*! CSS Used from: file:///C:/Users/user/Desktop/tried/menu/css/mqueries.css ; media=all */
@media all{
@media only screen and (max-width: 1024px){
body{font-size:15px;line-height:25px;}
header:after{position:fixed;top:0px;left:auto;right:-300px;width:300px;height:100%;transition:right 0.4s ease;background:#ffffff!important;display:block!important;}
header.nav-is-open:after{right:0;}
nav#main-nav{visibility:visible;position:fixed;top:150px;right:-240px;padding-right:20px;width:220px;height:calc(100% - 190px);overflow-y:scroll;transition:all 0.4s ease;opacity:0;filter:alpha(opacity=0);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";}
header.nav-is-open #menu nav#main-nav{right:20px;opacity:1;filter:alpha(opacity=100);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}
nav#main-nav ul > li{margin:0;display:block;position:relative;transition:none;top:0;opacity:1;filter:alpha(opacity=100);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";text-align:right;}
nav#main-nav ul li > ul.submenu{position:relative;display:none;top:0!important;right:0;width:100%;padding:0 0 20px 0;opacity:1;filter:alpha(opacity=100);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";visibility:visible;transition:none!important;}
nav#main-nav ul li > ul.submenu > li{margin:0;padding:0!important;background:none;}
nav#main-nav ul li > ul.submenu > li a{color:#0d0d0d;}
nav#main-nav ul li > ul.submenu > li a:hover{color:#ea4452;}
header #logo #dark-logo{opacity:1!important;filter:alpha(opacity=100)!important;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"!important;}
header #logo #light-logo{opacity:0!important;filter:alpha(opacity=0)!important;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"!important;}
}
@media only screen and (max-width: 781px){
header .header-inner{margin-top:30px;margin-bottom:30px;}
header #logo{height:30px;}
.open-nav{height:30px;}
.open-nav .text{line-height:30px;}
nav#main-nav ul li > a{line-height:30px;}
nav#main-nav{top:90px!important;height:calc(100% - 110px);}
}
@media only screen and (max-width: 500px){
header .header-inner{padding:0px 20px;}
header.nav-is-open #menu nav#main-nav{right:0px;}
header:after{right:-100%;width:100%;}
header.nav-is-open #logo #dark-logo{opacity:1!important;filter:alpha(opacity=100)!important;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"!important;}
header.nav-is-open #logo #light-logo{opacity:0!important;filter:alpha(opacity=0)!important;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"!important;}
.open-nav .text{display:none;}
}
}
/*! CSS Used from: file:///C:/Users/user/Desktop/tried/menu/css/vermillion.css ; media=all */
@media all{
header .header-inner{padding:0px 40px;height:0;margin-top:20px;margin-bottom:60px;}
header{top:0px!important;background:#292929;height:6rem;}
nav#main-nav ul li > a{display:inline-block;font-family:'Gotham-Bold';font-weight:700;font-size:13px;line-height:30px;text-transform:uppercase;color:#a7a9ac;letter-spacing:0.12em;transition:all 100ms ease;}
nav#main-nav > ul > li:hover > a,nav#main-nav > ul > li.current-menu-item > a{color:#000000!important;}
nav#main-nav ul li > ul.submenu{position:absolute;top:20px;right:-20px;width:240px;padding-top:0px;margin-top:20px;opacity:0;filter:alpha(opacity=0);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";visibility:hidden;transition:all 400ms ease;}
nav#main-nav ul li:hover > ul.submenu{opacity:1;filter:alpha(opacity=100);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";visibility:visible;transition:all 400ms ease;}
@media only screen and (min-width: 500px){
header #logo{height:60px;}
.open-nav{height:60px;}
.open-nav .text{line-height:60px;}
nav#main-nav ul li > a{line-height:60px;}
}
@media only screen and (min-width: 1200px){
header:after{top:-120px;height:90px;}
}
@media only screen and (max-width: 500px){
header:after{right:-100%;width:100%;}
}
}
/*! CSS Used from: file:///C:/Users/user/Desktop/tried/menu/css/responsive.css ; media=all */
@media all{
@media only screen and (min-width: 3200px){
.open-nav .text{color:#0d0d0d;display:inline-block;font-family:"Gotham-Bold";font-size:19px;letter-spacing:0.12em;line-height:30px;text-align:right;text-transform:uppercase;transition:width 0.4s ease 0s, opacity 0.2s ease 0.3s, color 0.4s ease 0s;width:85px;}
header #logo img{height:120%;max-height:180%;}
nav#main-nav ul li > a{color:#a7a9ac;display:inline-block;font-family:"Gotham-Bold";font-size:22px;font-weight:700;letter-spacing:0.12em;line-height:30px;text-transform:uppercase;transition:all 100ms ease 0s;}
}
}
/*! CSS Used fontfaces */
@font-face{font-family:'Gotham-Book';src:url('../fonts/Gotham-Bookd41d.eot#iefix') format('embedded-opentype'),  url('../fonts/Gotham-Book.otf')  format('opentype'), 	     url('../fonts/Gotham-Book.woff') format('woff'), url('../fonts/Gotham-Book.ttf')  format('truetype'), url('../fonts/Gotham-Book.svg#Gotham-Book') format('svg');font-weight:normal;font-style:normal;}
@font-face{font-family:'Gotham-Bold';src:url('../fonts/Gotham-Boldd41d.eot#iefix') format('embedded-opentype'),  url('../fonts/Gotham-Bold.otf')  format('opentype'), 	     url('../fonts/Gotham-Bold.woff') format('woff'), url('../fonts/Gotham-Bold.ttf')  format('truetype'), url('../fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');font-weight:normal;font-style:normal;}





































.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.375rem;
  padding-right: 1.375rem; }
  .container::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 544px) {
    .container {
      max-width: 576px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 940px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }
  @media (min-width: 1520px) {
    .container {
      max-width: 1450px; } }

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.375rem;
  padding-right: 1.375rem; }
  .container-fluid::after {
    content: "";
    display: table;
    clear: both; }

.row {
  margin-left: -1.375rem;
  margin-right: -1.375rem; }
  .row::after {
    content: "";
    display: table;
    clear: both; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 1.375rem;
  padding-right: 1.375rem; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 544px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left; }
  .col-xl-1 {
    width: 8.33333%; }
  .col-xl-2 {
    width: 16.66667%; }
  .col-xl-3 {
    width: 25%; }
  .col-xl-4 {
    width: 33.33333%; }
  .col-xl-5 {
    width: 41.66667%; }
  .col-xl-6 {
    width: 50%; }
  .col-xl-7 {
    width: 58.33333%; }
  .col-xl-8 {
    width: 66.66667%; }
  .col-xl-9 {
    width: 75%; }
  .col-xl-10 {
    width: 83.33333%; }
  .col-xl-11 {
    width: 91.66667%; }
  .col-xl-12 {
    width: 100%; }
  .col-xl-pull-0 {
    right: auto; }
  .col-xl-pull-1 {
    right: 8.33333%; }
  .col-xl-pull-2 {
    right: 16.66667%; }
  .col-xl-pull-3 {
    right: 25%; }
  .col-xl-pull-4 {
    right: 33.33333%; }
  .col-xl-pull-5 {
    right: 41.66667%; }
  .col-xl-pull-6 {
    right: 50%; }
  .col-xl-pull-7 {
    right: 58.33333%; }
  .col-xl-pull-8 {
    right: 66.66667%; }
  .col-xl-pull-9 {
    right: 75%; }
  .col-xl-pull-10 {
    right: 83.33333%; }
  .col-xl-pull-11 {
    right: 91.66667%; }
  .col-xl-pull-12 {
    right: 100%; }
  .col-xl-push-0 {
    left: auto; }
  .col-xl-push-1 {
    left: 8.33333%; }
  .col-xl-push-2 {
    left: 16.66667%; }
  .col-xl-push-3 {
    left: 25%; }
  .col-xl-push-4 {
    left: 33.33333%; }
  .col-xl-push-5 {
    left: 41.66667%; }
  .col-xl-push-6 {
    left: 50%; }
  .col-xl-push-7 {
    left: 58.33333%; }
  .col-xl-push-8 {
    left: 66.66667%; }
  .col-xl-push-9 {
    left: 75%; }
  .col-xl-push-10 {
    left: 83.33333%; }
  .col-xl-push-11 {
    left: 91.66667%; }
  .col-xl-push-12 {
    left: 100%; }
  .col-xl-offset-0 {
    margin-left: 0%; }
  .col-xl-offset-1 {
    margin-left: 8.33333%; }
  .col-xl-offset-2 {
    margin-left: 16.66667%; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-offset-4 {
    margin-left: 33.33333%; }
  .col-xl-offset-5 {
    margin-left: 41.66667%; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-offset-7 {
    margin-left: 58.33333%; }
  .col-xl-offset-8 {
    margin-left: 66.66667%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-offset-10 {
    margin-left: 83.33333%; }
  .col-xl-offset-11 {
    margin-left: 91.66667%; }
  .col-xl-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1520px) {
  .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
    float: left; }
  .col-xxl-1 {
    width: 8.33333%; }
  .col-xxl-2 {
    width: 16.66667%; }
  .col-xxl-3 {
    width: 25%; }
  .col-xxl-4 {
    width: 33.33333%; }
  .col-xxl-5 {
    width: 41.66667%; }
  .col-xxl-6 {
    width: 50%; }
  .col-xxl-7 {
    width: 58.33333%; }
  .col-xxl-8 {
    width: 66.66667%; }
  .col-xxl-9 {
    width: 75%; }
  .col-xxl-10 {
    width: 83.33333%; }
  .col-xxl-11 {
    width: 91.66667%; }
  .col-xxl-12 {
    width: 100%; }
  .col-xxl-pull-0 {
    right: auto; }
  .col-xxl-pull-1 {
    right: 8.33333%; }
  .col-xxl-pull-2 {
    right: 16.66667%; }
  .col-xxl-pull-3 {
    right: 25%; }
  .col-xxl-pull-4 {
    right: 33.33333%; }
  .col-xxl-pull-5 {
    right: 41.66667%; }
  .col-xxl-pull-6 {
    right: 50%; }
  .col-xxl-pull-7 {
    right: 58.33333%; }
  .col-xxl-pull-8 {
    right: 66.66667%; }
  .col-xxl-pull-9 {
    right: 75%; }
  .col-xxl-pull-10 {
    right: 83.33333%; }
  .col-xxl-pull-11 {
    right: 91.66667%; }
  .col-xxl-pull-12 {
    right: 100%; }
  .col-xxl-push-0 {
    left: auto; }
  .col-xxl-push-1 {
    left: 8.33333%; }
  .col-xxl-push-2 {
    left: 16.66667%; }
  .col-xxl-push-3 {
    left: 25%; }
  .col-xxl-push-4 {
    left: 33.33333%; }
  .col-xxl-push-5 {
    left: 41.66667%; }
  .col-xxl-push-6 {
    left: 50%; }
  .col-xxl-push-7 {
    left: 58.33333%; }
  .col-xxl-push-8 {
    left: 66.66667%; }
  .col-xxl-push-9 {
    left: 75%; }
  .col-xxl-push-10 {
    left: 83.33333%; }
  .col-xxl-push-11 {
    left: 91.66667%; }
  .col-xxl-push-12 {
    left: 100%; }
  .col-xxl-offset-0 {
    margin-left: 0%; }
  .col-xxl-offset-1 {
    margin-left: 8.33333%; }
  .col-xxl-offset-2 {
    margin-left: 16.66667%; }
  .col-xxl-offset-3 {
    margin-left: 25%; }
  .col-xxl-offset-4 {
    margin-left: 33.33333%; }
  .col-xxl-offset-5 {
    margin-left: 41.66667%; }
  .col-xxl-offset-6 {
    margin-left: 50%; }
  .col-xxl-offset-7 {
    margin-left: 58.33333%; }
  .col-xxl-offset-8 {
    margin-left: 66.66667%; }
  .col-xxl-offset-9 {
    margin-left: 75%; }
  .col-xxl-offset-10 {
    margin-left: 83.33333%; }
  .col-xxl-offset-11 {
    margin-left: 91.66667%; }
  .col-xxl-offset-12 {
    margin-left: 100%; } }






























/*! CSS Used from: file:///E:/final/home/style1.css ; media=all */
@media all{
@media all{
@media all{
body,div,span,a,img,ul,li{margin:0;padding:0;border:0;outline:0;font-size:100%;}
ul{list-style:none;}
:focus{outline:0;}
.clearfix:after{content:"";display:block;clear:both;visibility:hidden;font-size:0;height:0;}
.clearfix{*display:inline-block;height:1%;}
header,nav{display:block;}
body{font-family:'Gotham-Book', Arial, sans-serif;font-weight:300;letter-spacing:0.02em;font-size:16px;line-height:26px;color:#4d4d4d;text-align:left;position:relative;background:#ffffff;min-height:100%;}
::selection{background:#0d0d0d;color:#ffffff;}
::-moz-selection{background:#0d0d0d;color:#ffffff;}
::-webkit-selection{background:#0d0d0d;color:#ffffff;}
a{text-decoration:none;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0.0);color:#888888;}
a:hover{color:#888888;}
img{max-width:100%;height:auto;display:inline-block;margin:0;vertical-align:top;}
img{width:auto;max-width:100%;border:0;-ms-interpolation-mode:bicubic;}
ul{margin-top:20px;margin-left:15px;list-style:disc;}
div ul:first-child{margin-top:0px;}
ul li{margin-top:10px;}
.left-float{float:left;}
.right-float{float:right;}
header{position:fixed;top:0;left:0;width:100%;z-index:10;}
header .header-inner{padding:0px 40px;height:0;margin-top:60px;margin-bottom:60px;}
header:after{content:"";background:#ffffff;position:absolute;top:-150px;left:0;width:100%;height:90px;transition:top 0.3s ease;z-index:9;}
header #logo{max-width:100%;height:30px;position:relative;z-index:10;}
header #logo #dark-logo + #light-logo{position:absolute;top:0;left:0;height:100%;opacity:0;filter:alpha(opacity=0);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";}
header #logo img{max-height:100%;}
header #logo .logotype{transition:opacity 0.3s ease;}
#menu{position:relative;z-index:10;}
.open-nav{display:block;height:30px;float:right;z-index:10;margin-left:70px;}
.open-nav .hamburger{display:inline-block;width:22px;height:2px;background-color:white;position:relative;top:-3px;transition:background 0.4s ease;}
.open-nav .hamburger:before,.open-nav .hamburger:after{content:'';width:100%;height:100%;position:absolute;background-color:white;right:0;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform 0.4s, background 0.4s ease, right .2s ease;-webkit-transition:-webkit-transform 0.4s ease, background 0.4s, right .2s ease;-moz-transition:-moz-transform 0.4s, background 0.4s ease, right .2s ease;-o-transition:-o-transform 0.4s, background 0.4s ease, right .2s ease;-ms-transition:-ms-transform 0.4s, background 0.4s ease, right .2s ease;}
.open-nav .hamburger:before{right:2px;-webkit-transform:translateY(-6px) rotate(0deg);-moz-transform:translateY(-6px) rotate(0deg);-ms-transform:translateY(-6px) rotate(0deg);-o-transform:translateY(-6px) rotate(0deg);transform:translateY(-6px) rotate(0deg);}
.open-nav .hamburger:after{right:5px;-webkit-transform:translateY(6px) rotate(0deg);-moz-transform:translateY(6px) rotate(0deg);-ms-transform:translateY(6px) rotate(0deg);-o-transform:translateY(6px) rotate(0deg);transform:translateY(6px) rotate(0deg);}
.open-nav:hover .hamburger:before,.open-nav:hover .hamburger:after{right:0px;}
.open-nav .text{width:65px;text-align:right;display:inline-block;font-family:'Gotham-Bold';font-size:14px;line-height:30px;text-transform:uppercase;color:white;letter-spacing:0.12em;transition:width 0.4s ease, opacity 0.2s ease 0.3s, color 0.4s;}
nav#main-nav{float:left;visibility:hidden;}
nav#main-nav ul{list-style:none;text-align:center;margin:0 auto;position:relative;z-index:10;}
nav#main-nav ul > li{margin:0 0 0 10px;padding:0;display:inline-block;position:relative;transition:top 0.3s ease 0.4s, opacity 0.3s ease;top:-5px;opacity:0;filter:alpha(opacity=0);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";}
nav#main-nav ul > li:first-child{margin:0;}
nav#main-nav ul li > a{display:inline-block;font-family:'Gotham-Book';font-size:14px;line-height:30px;text-transform:uppercase;color:#0d0d0d;letter-spacing:0.12em;transition:all 100ms ease;}
nav#main-nav > ul > li:hover > a,nav#main-nav > ul > li.current-menu-item > a{color:#ea4452!important;}
header #logo{height:30px;}
.open-nav{height:30px;}
.open-nav .text{line-height:30px;}
nav#main-nav ul li > a{line-height:30px;}
header:after{top:-150px;height:150px;}
@media only screen and (max-width: 1024px){
nav#main-nav{top:150px!important;}
}
}
@media all{
@media only screen and (max-width: 1024px){
body{font-size:15px;line-height:25px;}
header:after{position:fixed;top:0px;left:auto;right:-300px;width:300px;height:100%;transition:right 0.4s ease;background:#ffffff!important;display:block!important;}
nav#main-nav{visibility:visible;position:fixed;top:150px;right:-240px;padding-right:20px;width:220px;height:calc(100% - 190px);overflow-y:scroll;transition:all 0.4s ease;opacity:0;filter:alpha(opacity=0);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";}
nav#main-nav ul > li{margin:0;display:block;position:relative;transition:none;top:0;opacity:1;filter:alpha(opacity=100);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";text-align:right;}
header #logo #dark-logo{opacity:1!important;filter:alpha(opacity=100)!important;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"!important;}
header #logo #light-logo{opacity:0!important;filter:alpha(opacity=0)!important;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"!important;}
}
@media only screen and (max-width: 781px){
header .header-inner{margin-top:30px;margin-bottom:30px;}
header #logo{height:30px;}
.open-nav{height:30px;}
.open-nav .text{line-height:30px;}
nav#main-nav ul li > a{line-height:30px;}
nav#main-nav{top:90px!important;height:calc(100% - 110px);}
}
@media only screen and (max-width: 500px){
header .header-inner{padding:0px 20px;}
header:after{right:-100%;width:100%;}
.open-nav .text{display:none;}
}
}
@media all{
header .header-inner{padding:0px 40px;height:0;margin-top:20px;margin-bottom:60px;}
header{top:0px!important;background:#292929;height:6rem;}
nav#main-nav ul li > a{display:inline-block;font-family:'Gotham-Bold';font-weight:700;font-size:13px;line-height:30px;text-transform:uppercase;color:#a7a9ac;letter-spacing:0.12em;transition:all 100ms ease;}
nav#main-nav > ul > li:hover > a,nav#main-nav > ul > li.current-menu-item > a{color:#000000!important;}
@media only screen and (min-width: 500px){
header #logo{height:60px;}
.open-nav{height:60px;}
.open-nav .text{line-height:60px;}
nav#main-nav ul li > a{line-height:60px;}
}
@media only screen and (min-width: 1200px){
header:after{top:-120px;height:90px;}
}
@media only screen and (max-width: 500px){
header:after{right:-100%;width:100%;}
}
}
@media all{
@media only screen and (min-width: 3200px){
.open-nav .text{color:#0d0d0d;display:inline-block;font-family:"Gotham-Bold";font-size:19px;letter-spacing:0.12em;line-height:30px;text-align:right;text-transform:uppercase;transition:width 0.4s ease 0s, opacity 0.2s ease 0.3s, color 0.4s ease 0s;width:85px;}
header #logo img{height:120%;max-height:180%;}
nav#main-nav ul li > a{color:#a7a9ac;display:inline-block;font-family:"Gotham-Bold";font-size:22px;font-weight:700;letter-spacing:0.12em;line-height:30px;text-transform:uppercase;transition:all 100ms ease 0s;}
}
}
}
@media all{
.container:before,.container:after{display:table;content:"";line-height:0;}
@media all{
html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
a:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
a:hover,a:active{outline:0;}
img{max-width:100%;width:auto \9;height:auto;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic;}
@media print{
*{text-shadow:none!important;color:#000!important;background:transparent!important;box-shadow:none!important;}
a,a:visited{text-decoration:underline;}
a[href]:after{content:" (" attr(href) ")";}
a[href^="#"]:after{content:"";}
img{page-break-inside:avoid;}
img{max-width:100%!important;}
p{orphans:3;widows:3;}
}
.clearfix{*zoom:1;}
.clearfix:before,.clearfix:after{display:table;content:"";line-height:0;}
.clearfix:after{clear:both;}
body{margin:0;font-family:'Roboto', sans-serif;font-size:16px;line-height:28px;color:#888888;background-color:#494945;}
a{color:#494945;text-decoration:none;}
a:hover,a:focus{color:#222220;text-decoration:underline;}
.row{margin-left:-20px;*zoom:1;}
.row:before,.row:after{display:table;content:"";line-height:0;}
.row:after{clear:both;}
.container{width:940px;}
.container{margin-right:auto;margin-left:auto;*zoom:1;}
.container:before,.container:after{display:table;content:"";line-height:0;}
.container:after{clear:both;}
p{margin:0 0 14px;}
}
@media all{
.clearfix{*zoom:1;}
.clearfix:before,.clearfix:after{display:table;content:"";line-height:0;}
.clearfix:after{clear:both;}
@media (min-width: 1200px){
.row{margin-left:-30px;*zoom:1;}
.row:before,.row:after{display:table;content:"";line-height:0;}
.row:after{clear:both;}
.container{width:1170px;}
}
@media (min-width: 768px) and (max-width: 979px){
.row{margin-left:-20px;*zoom:1;}
.row:before,.row:after{display:table;content:"";line-height:0;}
.row:after{clear:both;}
.container{width:724px;}
}
@media (max-width: 767px){
body{padding-left:20px;padding-right:20px;}
.container{width:auto;}
.row{margin-left:0;}
}
@media (max-width: 979px){
body{padding-top:0;}
}
}
@media all{
.clearfix{*zoom:1;}
.clearfix:before,.clearfix:after{display:table;content:"";line-height:0;}
.clearfix:after{clear:both;}
}
@media all{
body .main-holder{overflow:hidden;position:static;}
}
@media all{
body{position:relative;}
a{outline:none;}
a:focus{outline:none;}
.main-holder{position:relative;z-index:1;}
.clearfix{*zoom:1;}
.clearfix:before,.clearfix:after{display:table;content:"";line-height:0;}
.clearfix:after{clear:both;}
p{margin-bottom:18px;}
img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;}
a,a:visited{-webkit-transition:color 0.3s ease;-moz-transition:color 0.3s ease;-o-transition:color 0.3s ease;transition:color 0.3s ease;outline:medium none!important;text-decoration:none!important;}
a:hover,a:visited:hover{text-decoration:none!important;outline:medium none!important;color:#00bbd3;}
a:focus,a:visited:focus{background:none;}
a:active,a:visited:active{text-decoration:none!important;}
.clearfix{*zoom:1;}
.clearfix:before,.clearfix:after{display:table;content:"";line-height:0;}
.clearfix:after{clear:both;}
@media only screen and (max-width: 767px){
.container{padding-left:15px!important;padding-right:15px!important;}
body{padding:0;}
}
}
body{background-color:#494945;}
::selection{color:#FFF;background:#8bc53e;}
::-webkit-scrollbar{width:8px;}
::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);background:rgba(99,143,54,0.8);-webkit-border-radius:10px;border-radius:10px;}
::-webkit-scrollbar-thumb{-webkit-border-radius:10px;border-radius:10px;background:rgba(255,255,255,0.8);}
body{font-family:Montserrat-Light!important;}
a:hover,a:visited:hover{color:#8bc53e;}
body{font-weight:normal;}
@media all{
:-webkit-full-screen{z-index:1000!important;}
}
}
html,body,div,p,a,img,ul,li,footer,header,section{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
footer,header,section{display:block;}
body{line-height:1;}
ul{list-style:none;}
body{-webkit-text-size-adjust:none;}
*,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
body{-ms-overflow-style:scrollbar;}
@media screen and (max-width: 480px){
html,body{min-width:320px;}
}
body{background:#fff;}
html{font-size:13pt;}
@media screen and (max-width: 1680px){
html{font-size:11pt;}
}
@media screen and (max-width: 1280px){
html{font-size:11pt;}
}
@media screen and (max-width: 980px){
html{font-size:12pt;}
}
@media screen and (max-width: 736px){
html{font-size:12pt;}
}
@media screen and (max-width: 480px){
html{font-size:12pt;}
}
body{background-color:#fff;color:#444;}
body{font-family:"Poppins", sans-serif;font-weight:300;font-size:1rem;line-height:1.65;}
a{text-decoration:underline;}
a:hover{text-decoration:none;}
p{margin:0 0 2rem 0;}
a{color:#8a4680;}
::-webkit-input-placeholder{opacity:1.0;}
:-moz-placeholder{opacity:1.0;}
::-moz-placeholder{opacity:1.0;}
:-ms-input-placeholder{opacity:1.0;}
::-webkit-input-placeholder{color:#bbb!important;}
:-moz-placeholder{color:#bbb!important;}
::-moz-placeholder{color:#bbb!important;}
:-ms-input-placeholder{color:#bbb!important;}
ul{list-style:disc;margin:0 0 2rem 0;padding-left:1rem;}
ul li{padding-left:0.5rem;}
.wrapper{padding:4rem 0 4rem 0;position:relative;margin:0;}
.wrapper.style3{background-color:#000;color:#bfbfbf;background-image:url(images/bg.jpg);background-size:cover;background-attachment:fixed;background-position:center;position:relative;}
.wrapper.style3:before{-moz-transition:opacity 3s ease;-webkit-transition:opacity 3s ease;-ms-transition:opacity 3s ease;transition:opacity 3s ease;-moz-transition-delay:1.25s;-webkit-transition-delay:1.25s;-ms-transition-delay:1.25s;transition-delay:1.25s;content:'';display:block;background-color:rgba(0, 0, 0, 0.95);height:100%;left:0;opacity:0.75;position:absolute;top:0;width:100%;}
@media screen and (max-width: 980px){
.wrapper.style3{background-attachment:scroll;}
}
@media screen and (max-width: 736px){
.wrapper{padding:1rem 0 1rem 0;}
}
html,body,div,img,ul,li,footer,section{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
footer,section{display:block;}
*,*:after,*:before{margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
ul{list-style:none outside;}
a{margin:0;padding:0;font-size:100%;outline:none;text-decoration:none;background:transparent;vertical-align:baseline;}
a,a > *{text-decoration:none;color:#5a5a5a;}
a:hover{color:#fff;}
img{border:0;height:auto;max-width:100%;-ms-interpolation-mode:bicubic;}
body{background-color:#424344;color:#969696;font-weight:300;font-size:16px;font-family:'Roboto', sans-serif;line-height:1.65em;height:100%;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;}
::-moz-selection{background-color:rgba(255, 210, 0, 0.99);color:#000;text-shadow:none;}
::-webkit-selection{background-color:rgba(255, 210, 0, 0.99);color:#000;text-shadow:none;}
::selection{background-color:rgba(255, 210, 0, 0.99);color:#000;text-shadow:none;}
.clients-container{position:relative;background-color:#000000;overflow:hidden;padding:25px 0;width:100%;z-index:2;}
.client-items{font-size:0;text-align:center;}
.client-items li{display:inline-block;padding:0 25px;vertical-align:middle;}
.client-items img{vertical-align:middle;}
@media screen and (max-width: 1200px){
.client-items li{width:16%;}
}
@media only screen and (max-width: 992px){
.client-items li{padding:0 10px;}
}
@media only screen and (min-width: 480px) and (max-width: 767px){
.client-items li{width:33%;padding:0 4px;}
}
@media only screen and (max-width: 480px){
.client-items li{width:50%;padding:5px 10px;}
}
[class^="icon-"]{font-family:'icomoon'!important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.icon-heart:before{content:"\f004";}
.icon-arrow-right:before{content:"\f061";}
.icon-twitter:before{content:"\f099";}
.icon-facebook:before{content:"\f09a";}
.icon-google-plus:before{content:"\f0d5";}
.icon-instagram:before{content:"\f16d";}
    .icon-pinterest:before {
    content: "\f0d2";}
.icon-linkedin-square:before {
    content: "\f08c";}

body{margin:0;}
footer{display:block;}
a{background-color:transparent;}
a:active,a:hover{outline:0;}
@media print{
*,*:before,*:after{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important;}
a,a:visited{text-decoration:underline;}
a[href]:after{content:" (" attr(href) ")";}
a[href^="#"]:after{content:"";}
p,h3{orphans:3;widows:3;}
h3{page-break-after:avoid;}
}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
body{font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;font-size:14px;line-height:1.42857;color:#333333;background-color:#fff;}
a{color:#337ab7;text-decoration:none;}
a:hover,a:focus{color:#23527c;text-decoration:underline;}
a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
h3{font-family:inherit;font-weight:500;line-height:1.1;color:inherit;}
h3{margin-top:20px;margin-bottom:10px;}
h3{font-size:24px;}
p{margin:0 0 10px;}
.text-center{text-align:center;}
ul{margin-top:0;margin-bottom:10px;}
.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px;}
.container:before,.container:after{content:" ";display:table;}
.container:after{clear:both;}
@media (min-width: 768px){
.container{width:750px;}
}
@media (min-width: 992px){
.container{width:970px;}
}
@media (min-width: 1200px){
.container{width:1170px;}
}
.col-md-2,.col-md-3,.col-md-6,.col-xs-12,.col-sm-12,.col-md-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px;}
.col-xs-12{float:left;}
.col-xs-12{width:100%;}
.col-xs-push-0{left:auto;}
@media (min-width: 768px){
.col-sm-12{float:left;}
.col-sm-12{width:100%;}
.col-sm-push-0{left:auto;}
}
@media (min-width: 992px){
.col-md-2,.col-md-3,.col-md-6,.col-md-12{float:left;}
.col-md-2{width:16.66667%;}
.col-md-3{width:25%;}
.col-md-6{width:50%;}
.col-md-12{width:100%;}
.col-md-push-1{left:8.33333%;}
}
.btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:10px 20px;font-size:14px;line-height:1.42857;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.btn:focus,.btn:active:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
.btn:hover,.btn:focus{color:#333;text-decoration:none;}
.btn:active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);}
.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4;}
.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40;}
.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74;}
.btn-primary:active{color:#fff;background-color:#286090;border-color:#204d74;}
.btn-primary:active:hover,.btn-primary:active:focus{color:#fff;background-color:#204d74;border-color:#122b40;}
.btn-primary:active{background-image:none;}
.btn-sm{padding:5px 20px;font-size:12px;line-height:1.5;border-radius:3px;}
body{font-family:"Varela Round", Arial, sans-serif;font-weight:400;font-size:16px;line-height:1.7;color:#7f7f7f;background:#fff;height:100%;position:relative;}
a{color:#118DF0;-webkit-transition:0.5s;-o-transition:0.5s;transition:0.5s;}
a:hover,a:active,a:focus{color:#118DF0;outline:none;}
p{margin-bottom:30px;}
h3{color:#000;font-family:"Varela Round", Arial, sans-serif;font-weight:400;margin:0 0 30px 0;}
::-webkit-selection{color:#fff;background:#118DF0;}
::-moz-selection{color:#fff;background:#118DF0;}
::selection{color:#fff;background:#118DF0;}
.btn{margin-right:4px;margin-bottom:4px;font-family:"Varela Round", Arial, sans-serif;font-size:16px;font-weight:400;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;border-radius:30px;-webkit-transition:0.5s;-o-transition:0.5s;transition:0.5s;padding:4px 20px;}
.btn:hover,.btn:active,.btn:focus{box-shadow:none!important;outline:none!important;}
.btn-primary{background:#118DF0;color:#fff;border:2px solid #118DF0;}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active{background:#2998f2!important;border-color:#2998f2!important;}
.btn-primary.btn-outline{background:transparent;color:#118DF0;border:2px solid #118DF0;}
.btn-primary.btn-outline:hover,.btn-primary.btn-outline:focus,.btn-primary.btn-outline:active{background:#118DF0;color:#fff;}
.btn-outline{background:none;border:2px solid gray;font-size:16px;-webkit-transition:0.3s;-o-transition:0.3s;transition:0.3s;}
.btn-outline:hover,.btn-outline:focus,.btn-outline:active{box-shadow:none;}
.btn.with-arrow{position:relative;-webkit-transition:0.3s;-o-transition:0.3s;transition:0.3s;}
.btn.with-arrow i{visibility:hidden;opacity:0;position:absolute;right:0px;top:50%;margin-top:-8px;-webkit-transition:0.2s;-o-transition:0.2s;transition:0.2s;}
.btn.with-arrow:hover{padding-right:50px;}
.btn.with-arrow:hover i{color:#fff;right:18px;visibility:visible;opacity:1;}
.fh5co-social{padding:0;margin:0;}
.fh5co-social li{padding:0;margin:0;list-style:none;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;}
.fh5co-social li a{font-size:22px;color:#fff;padding:0;margin:0;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;-webkit-border-radius:7px;-moz-border-radius:7px;-ms-border-radius:7px;border-radius:7px;}
.fh5co-social li a:hover{color:#118DF0;}
.fh5co-social li a:hover,.fh5co-social li a:active,.fh5co-social li a:focus{outline:none;text-decoration:none;}
#fh5co-footer{padding:3em 0 0 0;float:left;width:100%;position:relative;background:#333333;}
@media screen and (max-width: 768px){
#fh5co-footer{padding:3em 0;}
}
#fh5co-footer h3{color:#3fc03f;}
#fh5co-footer h3{text-transform:uppercase;letter-spacing:2px;font-size:12px;font-weight:bold;}
#fh5co-footer p{color:white;}
#fh5co-footer [class*="col"]{padding-bottom:30px;}
#fh5co-footer .btn{color:#fff;background: black;}
#fh5co-footer .float{float:left;margin-right:10%;}
#fh5co-footer ul{padding:0;margin:0;}
#fh5co-footer ul li{padding:0;margin:0 6px 10px 0;list-style:none;}
#fh5co-footer ul li a{color:#fff;text-decoration:none!important;}
#fh5co-footer ul li a:hover{color:black;}
.fh5co-copyright{border-top:1px solid rgba(255, 255, 255, 0.1);clear:both;margin-top:40px!important;padding:40px 0 0 0;}
.fh5co-copyright span{display:block;}
@media screen and (max-width: 480px){
.fh5co-copyright{text-align:left!important;}
.fh5co-copyright span{display:inline;}
}
#fh5co-page{position:relative;z-index:2;background:#fff;}
#fh5co-page{-webkit-transition:0.5s;-o-transition:0.5s;transition:0.5s;}
#fh5co-page{position:relative;}
#fh5co-page{z-index:2;-webkit-transition:0.5s;-o-transition:0.5s;transition:0.5s;}
.fh5co-copyright p{color:black;}
.icon-twitter,.icon-facebook,.icon-google-plus,.icon-instagram,.icon-pinterest,.icon-linkedin-square{color:black;}
.icon-twitter:hover,.icon-facebook:hover,.icon-google-plus:hover,.icon-instagram:hover,.icon-pinterest:hover,.icon-linkedin-square:hover{color:white;}
html,body,div,span,h1,h3,p,a,img,i,ul,li,footer,header,nav,section{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
footer,header,nav,section{display:block;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{display:inline-block;}
.clearfix{display:block;}
a,a:hover,a:focus{text-decoration:none;}
a:hover,a:active,a:focus{outline:none;}
a img{border:none;}
img{vertical-align:top;}
body{background:#282828;font-size:15px;font-weight:normal;height:100%;color:#FFF;-webkit-font-smoothing:antialiased;font-family:Georgia, serif;}
a{text-decoration:none;cursor:pointer;color:#FFF;-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear;}
a:hover{color:#555;}
h1{font-family:Georgia, serif;}
@media all{
body .main-holder{overflow:hidden;position:static;}
.main-holder{position:relative;z-index:1;}
.offers h1{margin-bottom:0px;font-family:Lato, sans-serif;font-size:1.5rem;font-weight:700;color:#fff;text-align:center;text-transform:uppercase;}
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}
body{margin:0;}
footer,header,nav,section{display:block;}
a{background-color:transparent;}
a:active{outline:0;}
a:hover{outline:0;}
h1{font-size:2em;margin:0.67em 0;}
img{border:0;}
html{box-sizing:border-box;}
*,*::before,*::after{box-sizing:inherit;}
html{font-size:16px;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);}
body{font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;font-size:1rem;line-height:1.5;color:#373a3c;background-color:#fff;}
h1,h3{margin-top:0;margin-bottom:.5rem;}
p{margin-top:0;margin-bottom:1rem;}
ul{margin-top:0;margin-bottom:0;}
a{color:#0275d8;text-decoration:none;}
a:focus,a:hover{color:#014c8c;text-decoration:underline;}
a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
img{vertical-align:middle;}
a{touch-action:manipulation;}
.container{margin-left:auto;margin-right:auto;padding-left:0.9375rem;padding-right:0.9375rem;}
.container::after{content:"";display:table;clear:both;}
@media (min-width: 544px){
.container{max-width:576px;}
}
@media (min-width: 768px){
.container{max-width:720px;}
}
@media (min-width: 992px){
.container{max-width:940px;}
}
@media (min-width: 1200px){
.container{max-width:1140px;}
}
.row{margin-left:-0.9375rem;margin-right:-0.9375rem;}
.row::after{content:"";display:table;clear:both;}
.col-xs-12,.col-sm-12,.col-md-2,.col-md-3,.col-md-6,.col-md-12{position:relative;min-height:1px;padding-left:0.9375rem;padding-right:0.9375rem;}
.col-xs-12{float:left;}
.col-xs-12{width:100%;}
.col-xs-push-0{left:auto;}
@media (min-width: 544px){
.col-sm-12{float:left;}
.col-sm-12{width:100%;}
.col-sm-push-0{left:auto;}
}
@media (min-width: 768px){
.col-md-2,.col-md-3,.col-md-6,.col-md-12{float:left;}
.col-md-2{width:16.66667%;}
.col-md-3{width:25%;}
.col-md-6{width:50%;}
.col-md-12{width:100%;}
.col-md-push-1{left:8.33333%;}
}
.clearfix::after{content:"";display:table;clear:both;}
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}
body{margin:0;}
footer,header,nav,section{display:block;}
a{background-color:transparent;}
a:active{outline:0;}
a:hover{outline:0;}
h1{font-size:2em;margin:0.67em 0;}
img{border:0;}
html{box-sizing:border-box;}
*,*::before,*::after{box-sizing:inherit;}
html{font-size:14px;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);}
body{font-family:"Averta Standard W01", Helvetica, Arial, sans-serif;font-size:1rem;line-height:1.6;color:rgba(255, 255, 255, 1);background-color:#333333;}
h1,h3{margin-top:0;margin-bottom:.5rem;}
p{margin-top:0;margin-bottom:1rem;}
ul{margin-top:0;margin-bottom:0;}
a{color:#000000;text-decoration:none;}
a:focus,a:hover{color:#000000;text-decoration:underline;}
a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
img{vertical-align:middle;}
a{touch-action:manipulation;}
.container{margin-left:auto;margin-right:auto;padding-left:1.375rem;padding-right:1.375rem;}
.container::after{content:"";display:table;clear:both;}
@media (min-width: 544px){
.container{max-width:576px;}
}
@media (min-width: 768px){
.container{max-width:720px;}
}
@media (min-width: 992px){
.container{max-width:940px;}
}
@media (min-width: 1200px){
.container{max-width:1140px;}
}
@media (min-width: 1520px){
.container{max-width:1450px;}
}
.row{margin-left:-1.375rem;margin-right:-1.375rem;}
.row::after{content:"";display:table;clear:both;}
.col-xs-12,.col-sm-12,.col-md-2,.col-md-3,.col-md-6,.col-md-12{position:relative;min-height:1px;padding-left:1.375rem;padding-right:1.375rem;}
.col-xs-12{float:left;}
.col-xs-12{width:100%;}
.col-xs-push-0{left:auto;}
@media (min-width: 544px){
.col-sm-12{float:left;}
.col-sm-12{width:100%;}
.col-sm-push-0{left:auto;}
}
@media (min-width: 768px){
.col-md-2,.col-md-3,.col-md-6,.col-md-12{float:left;}
.col-md-2{width:16.66667%;}
.col-md-3{width:25%;}
.col-md-6{width:50%;}
.col-md-12{width:100%;}
.col-md-push-1{left:8.33333%;}
}
h1,h3{margin-bottom:1rem;font-family:inherit;font-weight:400;line-height:1.6;color:inherit;}
h1{font-size:2.2rem;}
h3{font-size:1.16rem;}
.clearfix::after{content:"";display:table;clear:both;}
h1{font-size:2.22rem;font-weight:bold;}
h3{font-size:1.2rem;}
a{transition:color 0.3s ease-in-out 0s;text-decoration:underline;color:inherit;}
a:hover{color:inherit;}
@media (min-width: 768px){
html{font-size:15px;}
}
@media (min-width: 992px){
html{font-size:15px;}
}
@media (min-width: 1520px){
html{font-size:18px;}
}
::-webkit-input-placeholder{color:white;}
:-moz-placeholder{color:white;}
::-moz-placeholder{color:white;}
:-ms-input-placeholder{color:white;}
.text-center{text-align:center;color:#8bc53e;}
}
@media all{
:-webkit-full-screen{z-index:1000!important;}
}
}
/*! CSS Used from: file:///E:/final/home/css/css1.css ; media=all */
@media all{
@media all{
body,div,span,a,img,ul,li{margin:0;padding:0;border:0;outline:0;font-size:100%;}
ul{list-style:none;}
:focus{outline:0;}
.clearfix:after{content:"";display:block;clear:both;visibility:hidden;font-size:0;height:0;}
.clearfix{*display:inline-block;height:1%;}
header,nav{display:block;}
body{font-family:'Gotham-Book', Arial, sans-serif;font-weight:300;letter-spacing:0.02em;font-size:16px;line-height:26px;color:#4d4d4d;text-align:left;position:relative;background:#ffffff;min-height:100%;}
::selection{background:#0d0d0d;color:#ffffff;}
::-moz-selection{background:#0d0d0d;color:#ffffff;}
::-webkit-selection{background:#0d0d0d;color:#ffffff;}
a{text-decoration:none;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0.0);color:#888888;}
a:hover{color:#888888;}
img{max-width:100%;height:auto;display:inline-block;margin:0;vertical-align:top;}
img{width:auto;max-width:100%;border:0;-ms-interpolation-mode:bicubic;}
ul{margin-top:20px;margin-left:15px;list-style:disc;}
div ul:first-child{margin-top:0px;}
ul li{margin-top:10px;}
.left-float{float:left;}
.right-float{float:right;}
header{position:fixed;top:0;left:0;width:100%;z-index:10;}
header .header-inner{padding:0px 40px;height:0;margin-top:60px;margin-bottom:60px;}
header:after{content:"";background:#ffffff;position:absolute;top:-150px;left:0;width:100%;height:90px;transition:top 0.3s ease;z-index:9;}
header #logo{max-width:100%;height:30px;position:relative;z-index:10;}
header #logo #dark-logo + #light-logo{position:absolute;top:0;left:0;height:100%;opacity:0;filter:alpha(opacity=0);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";}
header #logo img{max-height:100%;}
header #logo .logotype{transition:opacity 0.3s ease;}
#menu{position:relative;z-index:10;}
.open-nav{display:block;height:30px;float:right;z-index:10;margin-left:70px;}
.open-nav .hamburger{display:inline-block;width:22px;height:2px;background-color:white;position:relative;top:-3px;transition:background 0.4s ease;}
.open-nav .hamburger:before,.open-nav .hamburger:after{content:'';width:100%;height:100%;position:absolute;background-color:white;right:0;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform 0.4s, background 0.4s ease, right .2s ease;-webkit-transition:-webkit-transform 0.4s ease, background 0.4s, right .2s ease;-moz-transition:-moz-transform 0.4s, background 0.4s ease, right .2s ease;-o-transition:-o-transform 0.4s, background 0.4s ease, right .2s ease;-ms-transition:-ms-transform 0.4s, background 0.4s ease, right .2s ease;}
.open-nav .hamburger:before{right:2px;-webkit-transform:translateY(-6px) rotate(0deg);-moz-transform:translateY(-6px) rotate(0deg);-ms-transform:translateY(-6px) rotate(0deg);-o-transform:translateY(-6px) rotate(0deg);transform:translateY(-6px) rotate(0deg);}
.open-nav .hamburger:after{right:5px;-webkit-transform:translateY(6px) rotate(0deg);-moz-transform:translateY(6px) rotate(0deg);-ms-transform:translateY(6px) rotate(0deg);-o-transform:translateY(6px) rotate(0deg);transform:translateY(6px) rotate(0deg);}
.open-nav:hover .hamburger:before,.open-nav:hover .hamburger:after{right:0px;}
.open-nav .text{width:65px;text-align:right;display:inline-block;font-family:'Gotham-Bold';font-size:14px;line-height:30px;text-transform:uppercase;color:white;letter-spacing:0.12em;transition:width 0.4s ease, opacity 0.2s ease 0.3s, color 0.4s;}
nav#main-nav{float:left;visibility:hidden;}
nav#main-nav ul{list-style:none;text-align:center;margin:0 auto;position:relative;z-index:10;}
nav#main-nav ul > li{margin:0 0 0 10px;padding:0;display:inline-block;position:relative;transition:top 0.3s ease 0.4s, opacity 0.3s ease;top:-5px;opacity:0;filter:alpha(opacity=0);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";}
nav#main-nav ul > li:first-child{margin:0;}
nav#main-nav ul li > a{display:inline-block;font-family:'Gotham-Book';font-size:14px;line-height:30px;text-transform:uppercase;color:#0d0d0d;letter-spacing:0.12em;transition:all 100ms ease;}
nav#main-nav > ul > li:hover > a,nav#main-nav > ul > li.current-menu-item > a{color:#ea4452!important;}
header #logo{height:30px;}
.open-nav{height:30px;}
.open-nav .text{line-height:30px;}
nav#main-nav ul li > a{line-height:30px;}
header:after{top:-150px;height:150px;}
@media only screen and (max-width: 1024px){
nav#main-nav{top:150px!important;}
}
}
@media all{
@media only screen and (max-width: 1024px){
body{font-size:15px;line-height:25px;}
header:after{position:fixed;top:0px;left:auto;right:-300px;width:300px;height:100%;transition:right 0.4s ease;background:#ffffff!important;display:block!important;}
nav#main-nav{visibility:visible;position:fixed;top:150px;right:-240px;padding-right:20px;width:220px;height:calc(100% - 190px);overflow-y:scroll;transition:all 0.4s ease;opacity:0;filter:alpha(opacity=0);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";}
nav#main-nav ul > li{margin:0;display:block;position:relative;transition:none;top:0;opacity:1;filter:alpha(opacity=100);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";text-align:right;}
header #logo #dark-logo{opacity:1!important;filter:alpha(opacity=100)!important;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"!important;}
header #logo #light-logo{opacity:0!important;filter:alpha(opacity=0)!important;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"!important;}
}
@media only screen and (max-width: 781px){
header .header-inner{margin-top:30px;margin-bottom:30px;}
header #logo{height:30px;}
.open-nav{height:30px;}
.open-nav .text{line-height:30px;}
nav#main-nav ul li > a{line-height:30px;}
nav#main-nav{top:90px!important;height:calc(100% - 110px);}
}
@media only screen and (max-width: 500px){
header .header-inner{padding:0px 20px;}
header:after{right:-100%;width:100%;}
.open-nav .text{display:none;}
}
}
@media all{
header .header-inner{padding:0px 40px;height:0;margin-top:20px;margin-bottom:60px;}
header{top:0px!important;background:#292929;height:6rem;}
nav#main-nav ul li > a{display:inline-block;font-family:'Gotham-Bold';font-weight:700;font-size:13px;line-height:30px;text-transform:uppercase;color:#a7a9ac;letter-spacing:0.12em;transition:all 100ms ease;}
nav#main-nav > ul > li:hover > a,nav#main-nav > ul > li.current-menu-item > a{color:#000000!important;}
@media only screen and (min-width: 500px){
header #logo{height:60px;}
.open-nav{height:60px;}
.open-nav .text{line-height:60px;}
nav#main-nav ul li > a{line-height:60px;}
}
@media only screen and (min-width: 1200px){
header:after{top:-120px;height:90px;}
}
@media only screen and (max-width: 500px){
header:after{right:-100%;width:100%;}
}
}
@media all{
@media only screen and (min-width: 3200px){
.open-nav .text{color:#0d0d0d;display:inline-block;font-family:"Gotham-Bold";font-size:19px;letter-spacing:0.12em;line-height:30px;text-align:right;text-transform:uppercase;transition:width 0.4s ease 0s, opacity 0.2s ease 0.3s, color 0.4s ease 0s;width:85px;}
header #logo img{height:120%;max-height:180%;}
nav#main-nav ul li > a{color:#a7a9ac;display:inline-block;font-family:"Gotham-Bold";font-size:22px;font-weight:700;letter-spacing:0.12em;line-height:30px;text-transform:uppercase;transition:all 100ms ease 0s;}
}
}
}
/*! CSS Used from: file:///E:/final/home/wp-content/themes/stylef71d.css?ver=1558053825 ; media=all */
@media all{
body .main-holder{overflow:hidden;position:static;}
.main-holder{position:relative;z-index:1;}
.offers h1{margin-bottom:0px;font-family:Lato, sans-serif;font-size:1.5rem;font-weight:700;color:#fff;text-align:center;text-transform:uppercase;}
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}
body{margin:0;}
footer,header,nav,section{display:block;}
a{background-color:transparent;}
a:active{outline:0;}
a:hover{outline:0;}
h1{font-size:2em;margin:0.67em 0;}
img{border:0;}
html{box-sizing:border-box;}
*,*::before,*::after{box-sizing:inherit;}
html{font-size:16px;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);}
body{font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;font-size:1rem;line-height:1.5;color:#373a3c;background-color:#fff;}
h1,h3{margin-top:0;margin-bottom:.5rem;}
p{margin-top:0;margin-bottom:1rem;}
ul{margin-top:0;margin-bottom:0;}
a{color:#0275d8;text-decoration:none;}
a:focus,a:hover{color:#014c8c;text-decoration:underline;}
a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
img{vertical-align:middle;}
a{touch-action:manipulation;}
.container{margin-left:auto;margin-right:auto;padding-left:0.9375rem;padding-right:0.9375rem;}
.container::after{content:"";display:table;clear:both;}
@media (min-width: 544px){
.container{max-width:576px;}
}
@media (min-width: 768px){
.container{max-width:720px;}
}
@media (min-width: 992px){
.container{max-width:940px;}
}
@media (min-width: 1200px){
.container{max-width:1140px;}
}
.row{margin-left:-0.9375rem;margin-right:-0.9375rem;}
.row::after{content:"";display:table;clear:both;}
.col-xs-12,.col-sm-12,.col-md-2,.col-md-3,.col-md-6,.col-md-12{position:relative;min-height:1px;padding-left:0.9375rem;padding-right:0.9375rem;}
.col-xs-12{float:left;}
.col-xs-12{width:100%;}
.col-xs-push-0{left:auto;}
@media (min-width: 544px){
.col-sm-12{float:left;}
.col-sm-12{width:100%;}
.col-sm-push-0{left:auto;}
}
@media (min-width: 768px){
.col-md-2,.col-md-3,.col-md-6,.col-md-12{float:left;}
.col-md-2{width:16.66667%;}
.col-md-3{width:25%;}
.col-md-6{width:50%;}
.col-md-12{width:100%;}
.col-md-push-1{left:8.33333%;}
}
.clearfix::after{content:"";display:table;clear:both;}
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}
body{margin:0;}
footer,header,nav,section{display:block;}
a{background-color:transparent;}
a:active{outline:0;}
a:hover{outline:0;}
h1{font-size:2em;margin:0.67em 0;}
img{border:0;}
html{box-sizing:border-box;}
*,*::before,*::after{box-sizing:inherit;}
html{font-size:14px;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);}
body{font-family:"Averta Standard W01", Helvetica, Arial, sans-serif;font-size:1rem;line-height:1.6;color:rgba(255, 255, 255, 1);background-color:#333333;}
h1,h3{margin-top:0;margin-bottom:.5rem;}
p{margin-top:0;margin-bottom:1rem;}
ul{margin-top:0;margin-bottom:0;}
a{color:#000000;text-decoration:none;}
a:focus,a:hover{color:#000000;text-decoration:underline;}
a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
img{vertical-align:middle;}
a{touch-action:manipulation;}
.container{margin-left:auto;margin-right:auto;padding-left:1.375rem;padding-right:1.375rem;}
.container::after{content:"";display:table;clear:both;}
@media (min-width: 544px){
.container{max-width:576px;}
}
@media (min-width: 768px){
.container{max-width:720px;}
}
@media (min-width: 992px){
.container{max-width:940px;}
}
@media (min-width: 1200px){
.container{max-width:1140px;}
}
@media (min-width: 1520px){
.container{max-width:1450px;}
}
.row{margin-left:-1.375rem;margin-right:-1.375rem;}
.row::after{content:"";display:table;clear:both;}
.col-xs-12,.col-sm-12,.col-md-2,.col-md-3,.col-md-6,.col-md-12{position:relative;min-height:1px;padding-left:1.375rem;padding-right:1.375rem;}
.col-xs-12{float:left;}
.col-xs-12{width:100%;}
.col-xs-push-0{left:auto;}
@media (min-width: 544px){
.col-sm-12{float:left;}
.col-sm-12{width:100%;}
.col-sm-push-0{left:auto;}
}
@media (min-width: 768px){
.col-md-2,.col-md-3,.col-md-6,.col-md-12{float:left;}
.col-md-2{width:16.66667%;}
.col-md-3{width:25%;}
.col-md-6{width:50%;}
.col-md-12{width:100%;}
.col-md-push-1{left:8.33333%;}
}
h1,h3{margin-bottom:1rem;font-family:inherit;font-weight:400;line-height:1.6;color:inherit;}
h1{font-size:2.2rem;}
h3{font-size:1.16rem;}
.clearfix::after{content:"";display:table;clear:both;}
h1{font-size:2.22rem;font-weight:bold;}
h3{font-size:1.2rem;}
a{transition:color 0.3s ease-in-out 0s;text-decoration:underline;color:inherit;}
a:hover{color:inherit;}
@media (min-width: 768px){
html{font-size:15px;}
}
@media (min-width: 992px){
html{font-size:15px;}
}
@media (min-width: 1520px){
html{font-size:18px;}
}
::-webkit-input-placeholder{color:white;}
:-moz-placeholder{color:white;}
::-moz-placeholder{color:white;}
:-ms-input-placeholder{color:white;}
.text-center{text-align:center;color:#8bc53e;}
}
/*! CSS Used fontfaces */
@font-face{font-family:'Gotham-Book';src:url('fonts/Gotham-Bookd41d.eot#iefix') format('embedded-opentype'),  url('fonts/Gotham-Book.otf')  format('opentype'), 	     url('fonts/Gotham-Book.woff') format('woff'), url('fonts/Gotham-Book.ttf')  format('truetype'), url('fonts/Gotham-Book.svg#Gotham-Book') format('svg');font-weight:normal;font-style:normal;}
@font-face{font-family:'Gotham-Book';src:url('fonts/Gotham-Bookd41d.eot#iefix') format('embedded-opentype'),  url('fonts/Gotham-Book.otf')  format('opentype'), 	     url('fonts/Gotham-Book.woff') format('woff'), url('fonts/Gotham-Book.ttf')  format('truetype'), url('fonts/Gotham-Book.svg#Gotham-Book') format('svg');font-weight:normal;font-style:normal;}
@font-face{font-family:'Gotham-Bold';src:url('fonts/Gotham-Boldd41d.eot#iefix') format('embedded-opentype'),  url('fonts/Gotham-Bold.otf')  format('opentype'), 	     url('fonts/Gotham-Bold.woff') format('woff'), url('fonts/Gotham-Bold.ttf')  format('truetype'), url('fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');font-weight:normal;font-style:normal;}
@font-face{font-family:'Gotham-Bold';src:url('fonts/Gotham-Boldd41d.eot#iefix') format('embedded-opentype'),  url('fonts/Gotham-Bold.otf')  format('opentype'), 	     url('fonts/Gotham-Bold.woff') format('woff'), url('fonts/Gotham-Bold.ttf')  format('truetype'), url('fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');font-weight:normal;font-style:normal;}
@font-face{font-family:'Roboto';font-style:italic;font-weight:400;src:local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xFIzIFKw.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}
@font-face{font-family:'Roboto';font-style:italic;font-weight:400;src:local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xMIzIFKw.woff2) format('woff2');unicode-range:U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}
@font-face{font-family:'Roboto';font-style:italic;font-weight:400;src:local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xEIzIFKw.woff2) format('woff2');unicode-range:U+1F00-1FFF;}
@font-face{font-family:'Roboto';font-style:italic;font-weight:400;src:local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xLIzIFKw.woff2) format('woff2');unicode-range:U+0370-03FF;}
@font-face{font-family:'Roboto';font-style:italic;font-weight:400;src:local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xHIzIFKw.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;}
@font-face{font-family:'Roboto';font-style:italic;font-weight:400;src:local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xGIzIFKw.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;}
@font-face{font-family:'Roboto';font-style:italic;font-weight:400;src:local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xIIzI.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:300;src:local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:300;src:local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2) format('woff2');unicode-range:U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:300;src:local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2) format('woff2');unicode-range:U+1F00-1FFF;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:300;src:local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2) format('woff2');unicode-range:U+0370-03FF;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:300;src:local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:300;src:local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fChc4EsA.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;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:300;src:local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fBBc4.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:local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');unicode-range:U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');unicode-range:U+1F00-1FFF;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');unicode-range:U+0370-03FF;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/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;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/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:'Roboto';font-style:normal;font-weight:500;src:local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:500;src:local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format('woff2');unicode-range:U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:500;src:local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2) format('woff2');unicode-range:U+1F00-1FFF;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:500;src:local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2) format('woff2');unicode-range:U+0370-03FF;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:500;src:local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:500;src:local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fChc4EsA.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;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:500;src:local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBBc4.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:700;src:local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:700;src:local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format('woff2');unicode-range:U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:700;src:local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format('woff2');unicode-range:U+1F00-1FFF;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:700;src:local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format('woff2');unicode-range:U+0370-03FF;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:700;src:local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:700;src:local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfChc4EsA.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;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:700;src:local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc4.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:Montserrat-Light;src:url(fonts/Montserrat-Light.otf);}
@font-face{font-family:'Poppins';font-style:normal;font-weight:300;src:local('Poppins Light'), local('Poppins-Light'), url(https://fonts.gstatic.com/s/poppins/v6/pxiByp8kv8JHgFVrLDz8Z11lFc-K.woff2) format('woff2');unicode-range:U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;}
@font-face{font-family:'Poppins';font-style:normal;font-weight:300;src:local('Poppins Light'), local('Poppins-Light'), url(https://fonts.gstatic.com/s/poppins/v6/pxiByp8kv8JHgFVrLDz8Z1JlFc-K.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;}
@font-face{font-family:'Poppins';font-style:normal;font-weight:300;src:local('Poppins Light'), local('Poppins-Light'), url(https://fonts.gstatic.com/s/poppins/v6/pxiByp8kv8JHgFVrLDz8Z1xlFQ.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:'Poppins';font-style:normal;font-weight:400;src:local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v6/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2');unicode-range:U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;}
@font-face{font-family:'Poppins';font-style:normal;font-weight:400;src:local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v6/pxiEyp8kv8JHgFVrJJnecmNE.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;}
@font-face{font-family:'Poppins';font-style:normal;font-weight:400;src:local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v6/pxiEyp8kv8JHgFVrJJfecg.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:'Poppins';font-style:normal;font-weight:500;src:local('Poppins Medium'), local('Poppins-Medium'), url(https://fonts.gstatic.com/s/poppins/v6/pxiByp8kv8JHgFVrLGT9Z11lFc-K.woff2) format('woff2');unicode-range:U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;}
@font-face{font-family:'Poppins';font-style:normal;font-weight:500;src:local('Poppins Medium'), local('Poppins-Medium'), url(https://fonts.gstatic.com/s/poppins/v6/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.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;}
@font-face{font-family:'Poppins';font-style:normal;font-weight:500;src:local('Poppins Medium'), local('Poppins-Medium'), url(https://fonts.gstatic.com/s/poppins/v6/pxiByp8kv8JHgFVrLGT9Z1xlFQ.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:'Poppins';font-style:normal;font-weight:600;src:local('Poppins SemiBold'), local('Poppins-SemiBold'), url(https://fonts.gstatic.com/s/poppins/v6/pxiByp8kv8JHgFVrLEj6Z11lFc-K.woff2) format('woff2');unicode-range:U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;}
@font-face{font-family:'Poppins';font-style:normal;font-weight:600;src:local('Poppins SemiBold'), local('Poppins-SemiBold'), url(https://fonts.gstatic.com/s/poppins/v6/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.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;}
@font-face{font-family:'Poppins';font-style:normal;font-weight:600;src:local('Poppins SemiBold'), local('Poppins-SemiBold'), url(https://fonts.gstatic.com/s/poppins/v6/pxiByp8kv8JHgFVrLEj6Z1xlFQ.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:'Poppins';font-style:normal;font-weight:700;src:local('Poppins Bold'), local('Poppins-Bold'), url(https://fonts.gstatic.com/s/poppins/v6/pxiByp8kv8JHgFVrLCz7Z11lFc-K.woff2) format('woff2');unicode-range:U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;}
@font-face{font-family:'Poppins';font-style:normal;font-weight:700;src:local('Poppins Bold'), local('Poppins-Bold'), url(https://fonts.gstatic.com/s/poppins/v6/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.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;}
@font-face{font-family:'Poppins';font-style:normal;font-weight:700;src:local('Poppins Bold'), local('Poppins-Bold'), url(https://fonts.gstatic.com/s/poppins/v6/pxiByp8kv8JHgFVrLCz7Z1xlFQ.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:'icomoon';src:url('fonts/icomoon/icomoon.eot?195opb');src:url('fonts/icomoon/icomoon.eot?195opb#iefix') format('embedded-opentype'),         url('fonts/icomoon/icomoon.ttf?195opb') format('truetype'),         url('fonts/icomoon/icomoon.woff?195opb') format('woff'),         url('fonts/icomoon/icomoon.svg?195opb#icomoon') format('svg');font-weight:normal;font-style:normal;}
@font-face{font-family:'Varela Round';font-style:normal;font-weight:400;src:local('Varela Round Regular'), local('VarelaRound-Regular'), url(https://fonts.gstatic.com/s/varelaround/v12/w8gdH283Tvk__Lua32TysjIfpcuPP9g.woff2) format('woff2');unicode-range:U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;}
@font-face{font-family:'Varela Round';font-style:normal;font-weight:400;src:local('Varela Round Regular'), local('VarelaRound-Regular'), url(https://fonts.gstatic.com/s/varelaround/v12/w8gdH283Tvk__Lua32TysjIfqMuPP9g.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;}
@font-face{font-family:'Varela Round';font-style:normal;font-weight:400;src:local('Varela Round Regular'), local('VarelaRound-Regular'), url(https://fonts.gstatic.com/s/varelaround/v12/w8gdH283Tvk__Lua32TysjIfqcuPP9g.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;}
@font-face{font-family:'Varela Round';font-style:normal;font-weight:400;src:local('Varela Round Regular'), local('VarelaRound-Regular'), url(https://fonts.gstatic.com/s/varelaround/v12/w8gdH283Tvk__Lua32TysjIfp8uP.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;}