@charset "UTF-8";
@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Play:400,700);
@import url(//fonts.googleapis.com/css?family=Audiowide);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:300,400);
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #838383;
  font: 400 12px/18px "Play", sans-serif;
  -webkit-text-size-adjust: none; }

img {
  max-width: 100%;
  height: auto; }

h1 {
  font-size: 80px;
  line-height: 80px; }

h2 {
  font-size: 60px;
  line-height: 60px;
  text-transform: uppercase; }

h3 {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
  color: #2a2a2a; }

h4 {
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: bold; }

h5 {
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: bold; }
  @media (min-width: 991px) and (max-width: 1199px) {
    h5 {
      font-size: 19px;
      line-height: 19px; } }

h6 {
  font-size: 18px;
  line-height: 24px;
  color: #da2533; }

p a:hover, .marked-list a:hover, .list a:hover {
	text-decoration: underline;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
}
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none; }

time {
  display: block; }

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  a:focus {
    outline: none; }
  a:active {
    background-color: transparent; }

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none; }

strong {
  font-weight: 700; }

.fa {
  line-height: inherit; }

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome"; }

.page {
  overflow: hidden;
  min-height: 500px; }
  .lt-ie9 .page {
    min-width: 1200px; }

.left_side {
  float: left; }

.right_side {
  float: right; }

@media (max-width: 767px) {
  .right_sideNone {
    float: none;
    left: 50%;
    margin-left: -140px;
    margin-top: 20px;
    position: relative; } }

.bold {
  font-weight: 700; }

@media (max-width: 991px) {
  .center {
    text-align: center; } }

@media (max-width: 991px) {
  .div_center {
    text-align: center; } }

.color_contrast {
  color: #ffffff; }

.font1 {
  font-family: "Audiowide", cursive; }

/*=======================================================
                       Main Layout
=========================================================*/
h5 + * {
  margin-top: 38px; }

h2 + h4 {
  margin-top: 11px; }

h4 + .btn {
  margin-top: 20px; }

h3 + img {
  margin-top: 26px; }

img + h6 {
  margin-top: 24px; }

h6 + p {
  margin-top: 11px; }

h3 + article {
  margin-top: 19px; }

article + article {
  margin-top: 29px; }

h3 + h6 {
  margin-top: 19px; }

p + .marked-list {
  margin-top: 30px; }

h5 + .block2 {
  margin-top: 13px; }

h4 + h6 {
  margin-top: 20px; }

blockquote + blockquote {
  margin-top: 32px; }

h3 + .marked-list {
  margin-top: 20px; }

h3 + .offs1 {
  margin-top: -11px; }

.offs2 {
  margin-top: 20px; }

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  background: #da2533;
  display: block;
  position: absolute;
  top: 0;
  z-index: 777; }
  @media (max-width: 767px) {
    .brand {
      left: 50%;
      -moz-transform: translatex(-50%);
      -ms-transform: translatex(-50%);
      -o-transform: translatex(-50%);
      -webkit-transform: translatex(-50%);
      transform: translatex(-50%); } }
  @media (max-width: 767px) and (max-width: 767px) {
    .brand {
      position: relative; } }

  .brand:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #da2533 transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 46px 135px 135px;
    clip: rect(0px, auto, 47px, auto);
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%; }
    @media (max-width: 1199px) {
      .brand:before {
        display: none; } }
  .brand_name {
    margin: 7px 12px 10px 12px;
    letter-spacing: -0.2px;
    text-transform: uppercase;
    overflow: hidden;
    font-size: 24px;
    font-family: "Audiowide", cursive;
    color: #ffffff; }
    .brand_name span {
	font-size: 18px;
	position: relative;
	top: -2px;
	font-style: normal;
	font-weight: bolder;
}
    @media (max-width: 1199px) {
      .brand_name {
        padding: 7px 23px 17px 22px;
        margin: 0px;
        line-height: 71px; } }
  .brand_slogan {
    display: none; }

/*=================    End Brand     ======================*/
/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #838383; }

.bg-secondary {
  background: #da2533; }

.bg2 {
  background: url("../images/bg2.jpg") repeat; }
  .bg2 h5 {
    color: #ffffff; }

.bg3 {
  background: url("../images/bg1.jpg") repeat; }
  .bg3 h4 {
    color: #242223; }

.bg4 {
  background: #f4f4f4; }

/*================  END Backgrounds  ====================*/
/*==================    Buttons    ======================*/
.btn {
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
  padding: 18px 24px 19px 23px;
  display: inline-block;
  background: #da2533; }
  .btn:hover, .btn:active {
    background: #242223; }

/*==================      Box      ======================*/
@media (max-width: 1199px) {
  .box {
    text-align: center; } }
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0; }
.box:after {
  clear: both; }
.box .aside {
  float: left; }
  @media (max-width: 1199px) {
    .box .aside {
      float: none; } }
.box .cnt {
  overflow: hidden; }
  @media (max-width: 1199px) {
    .box .cnt {
      margin-top: 20px; } }
  .box .cnt a:hover {
    color: #242223; }

.box1 .aside {
  margin: 17px 30px 0 0; }
  @media (max-width: 1199px) {
    .box1 .aside {
      margin-right: 0px; } }
  .box1 .aside a {
    font-size: 60px;
    color: #29292b; }
  .box1 .aside span {
    display: block;
    font-size: 16px;
    font-weight: 300;
    margin: 21px 0 0 9px; }
    @media (max-width: 1199px) {
      .box1 .aside span {
        margin-left: 0px; } }

/*==================      List      ======================*/
.list {
  overflow: hidden; }
  .list li {
    float: left; }
  .list .create-account, .list .login {
    color: #2d2a2c; }
  .list .create-account:before {
    color: #262628;
    content: "\f007";
    font-family: fontAwesome;
    font-size: 14px;
    margin-right: 6px;
    position: relative;
    top: 1px; }
  .list .login {
    margin-left: 18px; }
    .list .login:before {
      color: #2c2a2c;
      content: "\f023";
      font-family: fontAwesome;
      font-size: 14px;
      margin-right: 4px;
      position: relative;
      top: 1px; }
  .list a:hover {
    text-decoration: none;
    color: #da2533; }

/*================     End List      ======================*/
/*==============     Follow icon      =====================*/
.follow_icon {
  margin-left: 26px;
  overflow: hidden;
  margin-top: 1px; }
  .follow_icon li + li {
    margin-left: 13px; }
  .follow_icon li {
    float: left; }
    .follow_icon li a {
      color: #da2533;
      font-size: 18px; }
      .follow_icon li a:hover {
        text-decoration: none;
        color: #242223; }

/*============     End Follow icon      ===================*/
/*==============    Pricing table      ====================*/
.pricing-table li + li {
  margin-top: 12px; }
.pricing-table li {
  position: relative; }
  .pricing-table li:before {
    background: #a6a6a6;
    border-radius: 100%;
    content: "";
    display: inline-block;
    height: 8px;
    margin-right: 10px;
    position: relative;
    width: 8px; }
  .pricing-table li span {
    color: #E4606B; }
  .pricing-table li a {
    text-transform: uppercase;
    color: #dbdbdb; }
    @media (max-width: 1199px) {
      .pricing-table li a {
        font-size: 10px; } }
    @media (max-width: 991px) {
      .pricing-table li a {
        font-size: 12px; } }
    .pricing-table li a:hover {
      color: #da2533; }

/*============     End Pricing table      ================*/
/*===============     Index list      ====================*/
.index-list {
  counter-reset: li;
  list-style: outside none none;
  text-align: center;
  margin-top: 35px; }
  .index-list .btn {
    margin-top: 41px;
    text-transform: uppercase;
    font-size: 16px;
    padding: 13px 24px 15px; }
  .index-list li:hover .block {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 5px solid #da2533; }
    .index-list li:hover .block:after {
      opacity: 0; }
  @media (max-width: 991px) {
    .index-list li {
      margin-top: 50px; } }
  .index-list li .block {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    line-height: 172px;
    font-size: 60px;
    color: #222222;
    position: relative;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 229px;
    height: 229px;
    font-weight: bold;
    background: #ffffff;
    border: 5px solid transparent; }
    .index-list li .block:after {
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      width: 229px;
      height: 229px;
      position: absolute;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      left: -5px;
      top: -5px;
      content: "";
      border: 2px solid #e2e2e2; }
    .index-list li .block:before {
      content: counter(li,decimal-leading-zero) ".";
      counter-increment: li;
      padding-left: 4px; }
    .index-list li .block p {
      font-size: 16px;
      left: 50%;
      -moz-transform: translatex(-50%);
      -ms-transform: translatex(-50%);
      -o-transform: translatex(-50%);
      -webkit-transform: translatex(-50%);
      transform: translatex(-50%);
      width: 100%;
      line-height: 24px;
      font-weight: 300;
      position: absolute;
      top: 113px;
      margin-top: 0px;
      letter-spacing: -0.3px;
      color: #222222; }
    @media (min-width: 479px) and (max-width: 500px) {
      .index-list li .block {
        width: 199px;
        height: 199px; } }
  .index-list li p {
    font-size: 14px;
    color: #9f9fa0;
    line-height: 24px;
    margin-top: 36px; }

.index-list1 {
  counter-reset: li;
  text-align: left;
  margin-top: 20px;
  position: relative; }
  .index-list1 li + li {
    margin-top: 29px; }
  .index-list1 li {
    position: relative; }
    .index-list1 li div {
      padding-left: 100px; }
    .index-list1 li h6 {
      font-size: 16px;
      color: #29292b; }
      .index-list1 li h6 a:hover {
        color: #da2533; }
    .index-list1 li p {
      font-size: 12px;
      line-height: 18px;
      margin-top: -2px; }
    .index-list1 li:before {
      top: 6px;
      font-weight: bold;
      content: counter(li,decimal) ".";
      font-size: 30px;
      color: #29292b;
      counter-increment: li;
      width: 70px;
      height: 70px;
      position: absolute;
      line-height: 65px;
      background: #ffffff;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      border: 2px solid #e2e2e2; }
      @media (max-width: 991px) {
        .index-list1 li:before {
          top: -8px; } }

/*==============    End Index list      =================*/
/*==================    Block      =====================*/
.block1 {
  background-image: url("../images/bg-image-1.jpg");
  background-repeat: no-repeat;
  background-size: cover; }
  .block1 h2, .block1 h4 {
    color: #2e2e2e; }
  .block1 h4 {
    font-weight: 300;
    letter-spacing: -0.5px; }
  .block1 h2 {
    letter-spacing: -0.8px; }
    @media (max-width: 630px) {
      .block1 h2 {
        font-size: 30px;
        line-height: 30px; } }
    .block1 h2 strong, .block1 h2 span {
      font-size: 90px;
      font-weight: bold; }
      @media (max-width: 630px) {
        .block1 h2 strong, .block1 h2 span {
          font-size: 40px; } }
    .block1 h2 strong {
      display: block; }
    .block1 h2 span {
      color: #da2533; }
  .block1 .btn {
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    padding: 12px 24px 11px 23px; }

.block2 {
  color: #ffffff; }
  .block2 h6 {
    color: #ffffff; }
    .block2 h6 a:hover {
      color: #da2533; }
  .block2 p {
    color: #dbdbdb; }
  @media (max-width: 991px) {
    .block2 div {
      margin-top: 50px; } }

/*================    End Block      ===================*/
/*===================    Fa      ========================*/
.fa {
  font-size: 24px;
  background: rgba(255, 255, 255, 0.2);
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 70px;
  color: #ffffff; }
  .fa:hover {
    background: #da2533; }

/*===================    End Fa      =====================*/
/*===================    Phone      ======================*/
@media (max-width: 991px) {
  .phone {
    text-align: center; } }
.phone a {
  color: #ffffff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  letter-spacing: -0.9px; }
  .phone a:hover {
    color: #242223;
    text-decoration: none; }
  @media (max-width: 1199px) {
    .phone a {
      font-size: 45px;
      line-height: 45px; } }
  @media (max-width: 441px) {
    .phone a {
      font-size: 25px;
      line-height: 25px; } }
.phone h5 {
  letter-spacing: -0.5px;
  line-height: 30px;
  text-transform: none; }
.phone .phone_offs1 {
  margin-top: 15px; }
.phone .phone_offs2 {
  margin-top: 46px; }

/*=================    End Phone      ====================*/
/*================    Marked list      ===================*/
.marked-list li + li {
  margin-top: 12px; }
.marked-list li {
  position: relative; }
  .marked-list li:before {
    background: #a6a6a6;
    border-radius: 100%;
    content: "";
    display: inline-block;
    height: 8px;
    margin-right: 10px;
    position: relative;
    width: 8px; }
  .marked-list li a {
    color: #111111;
    font-size: 14px;
	text-transform: uppercase; }
    .marked-list li a:hover {
	color: #da2533;
	text-decoration:none;
	
	
}

/*==============    End Marked list      ==================*/
/*================    Blockquote      =====================*/
blockquote {
  margin-top: 20px;
  padding-left: 55px;
  position: relative; }
  blockquote:before {
    color: #242223;
    content: "\f10d";
    font: 400 36px/36px "FontAwesome";
    left: 0;
    position: absolute;
    top: 4px; }
  blockquote cite {
    color: #da2533;
    display: block;
    font-size: 18px;
    margin-top: 13px; }
    blockquote cite a:hover {
      color: #242223; }

/*===============    End Blockquote      ==================*/
/*=====================  Tables      ======================*/
.table-1.stacktable.small-only th, .table-2.stacktable.small-only th {
  padding: 20px; }

.table-1 {
  margin-top: 26px;
  width: 100%;
  text-align: center; }
  .table-1 .first_col {
    text-align: left; }
  .table-1 thead {
    background: url(../images/bg3.jpg);
    font-size: 14px;
    color: #2d2a2c;
    text-transform: uppercase; }
    .table-1 thead tr td {
      padding: 25px; }
  .table-1 tbody {
    background: #ffffff; }
    .table-1 tbody .first_col {
      padding: 13px 20px 10px 20px;
      line-height: 29px; }
    .table-1 tbody tr:last-child td {
      border-bottom: 0px; }
    .table-1 tbody tr td {
      line-height: 83px;
      border: 1px solid #f4f4f4;
      padding: 10px 0px 10px;
      color: #111111; }
      .table-1 tbody tr td:nth-child(4) {
        border-right: 0px; }
      .table-1 tbody tr td a {
        color: #da2533; }
        .table-1 tbody tr td a:hover {
          text-decoration: underline; }
      .table-1 tbody tr td h6 {
        margin-bottom: 0px; }
      .table-1 tbody tr td p {
        color: #2d2a2c;
        text-transform: uppercase;
        margin: 0px; }
      .table-1 tbody tr td span {
        color: #838383;
        display: block;
        margin-top: 1px; }
  .table-1 .col_1 {
    text-align: left;
    width: 50%; }
  .table-1 .col_2,
  .table-1 .col_3,
  .table-1 .col_4 {
    text-align: center;
    width: 15%; }

.table-2 {
  margin-top: 27px;
  width: 100%;
  text-align: center; }
  .table-2 .first_col {
    text-align: left; }
  .table-2 thead {
    font-size: 14px;
    text-transform: uppercase;
    background: url(../images/bg4.jpg);
    color: #ffffff; }
    .table-2 thead tr td {
      padding: 25px 25px 26px 25px; }
  .table-2 tbody {
    background: url(../images/bg5.jpg);
    color: #ffffff; }
    .table-2 tbody .first_col {
      padding: 13px 20px 10px 20px;
      line-height: 29px; }
    .table-2 tbody tr:last-child td {
      border-bottom: 0px; }
    .table-2 tbody tr td {
      border-top: 0px;
      border-left: 0px;
      line-height: 83px;
      border-right: 1px solid #000;
      border-bottom: 1px solid #000;
      padding: 10px 0px 10px;
      color: #dbdbdb; }
      .table-2 tbody tr td:nth-child(4) {
        border-right: 0px; }
      @media (max-width: 800px) {
        .table-2 tbody tr td:nth-child(1), .table-2 tbody tr td:nth-child(2) {
          border-top: 1px solid #000; } }
      .table-2 tbody tr td a {
        color: #da2533; }
        .table-2 tbody tr td a:hover {
          text-decoration: underline; }
      .table-2 tbody tr td h6 {
        margin-bottom: 0px; }
      .table-2 tbody tr td p {
        color: #ffffff;
        text-transform: uppercase;
        margin: 0px; }
      .table-2 tbody tr td span {
        display: block;
        margin-top: 1px;
        color: #ffffff; }
  .table-2 .col_1 {
    text-align: left;
    width: 50%; }
  .table-2 .col_2,
  .table-2 .col_3,
  .table-2 .col_4 {
    text-align: center;
    width: 15%; }

/*=================== End Tables      ====================*/
/*=================  Contact list  =======================*/
@media (max-width: 991px) {
  .contact_list {
    position: relative;
    left: 50%;
    margin-left: -146px; } }
.contact_list dt + dd {
  margin-top: 11px; }
.contact_list dt {
  color: #da2533;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px; }
.contact_list dd {
  color: #838383;
  font-size: 12px;
  line-height: 18px; }
  .contact_list dd span {
    display: inline-block;
    width: 197px; }
  .contact_list dd:last-child a {
    color: #2a2a2a;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase; }
  .contact_list dd a:hover {
    color: #da2533; }

/*============     End Contact list      =================*/
/*===============     Term list      =====================*/
.term-list {
  margin-top: 19px; }
  .term-list dt {
    font-size: 18px;
    line-height: 24px;
    margin-top: 19px;
    color: #da2533; }
  .term-list dd {
    margin-top: 11px; }
    .term-list dd a {
      font-weight: bold;
      text-transform: uppercase;
      font-size: 14px;
      color: #da2533; }
      .term-list dd a:hover {
        color: #838383; }
    .term-list dd:last-child {
      margin-top: 17px; }

/*==============     End Term list      ==================*/
/*========================   Menu   ==========================*/
.search1 .isStuck .right_side {
  float: right;
  display: block; }
.search1 .isStuck .nav {
  left: 0;
  position: relative;
  transform: translateX(0%); }
.search1 h1 {
  margin: 7px 23px 19px 22px; }
.search1 .isStuck h1 {
  margin: 0 23px 0 22px;
  line-height: 75px; }
@media (max-width: 1199px) {
  .search1 .stuck_container .right_side {
    float: right;
    background: url("../images/bg1.jpg") repeat scroll 0 0; } }
@media (max-width: 1199px) {
  .search1 .brand {
    float: none;
    text-align: center; } }

.stuck_container {
  background: url("../images/bg1.jpg") repeat;
  position: relative;
  z-index: 222; }
  @media (max-width: 1000px) {
    .stuck_container .left_side {
      float: none; } }
  @media (max-width: 1000px) {
    .stuck_container .right_side {
      float: none; }
      .stuck_container .right_side .search-form {
        width: 100%;
        margin: 20px 0; } }

.sf-menu {
  z-index: 99999;
  display: inline-block; }
  .sf-menu:before, .sf-menu:after {
    display: table;
    content: "";
    line-height: 0; }
  .sf-menu:after {
    clear: both; }
  .sf-menu > li {
    position: relative;
    float: left; }
  .sf-menu a {
    display: block; }

.sf-menu {
  padding-left: 40.6%;
  width: 120%; }
  @media (max-width: 1199px) {
    .sf-menu {
      padding-left: 0;
      display: table;
      table-layout: fixed;
      width: 100%;
      text-align: center; } }
  @media (max-width: 1199px) {
    .sf-menu > li {
      display: table-cell;
      width: 20%; } }
  .sf-menu > li > a {
    font-size: 14px;
    font-weight: 400;
    padding: 38px 22px 45px 22px;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    z-index: 5;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-top: 5px solid transparent;
    color: #111111; }
    @media (max-width: 991px) {
      .sf-menu > li > a {
        font-size: 12px; } }
    .sf-menu > li > a span {
      text-transform: none; }
    .sf-menu > li > a:after {
      background: url("../images/menu_hover.jpg") repeat;
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      z-index: -2;
      opacity: 0;
      height: 100%;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      width: 100%; }
  .sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
    color: #ffffff;
    border-top: 5px solid #da2533; }
    .sf-menu > li.sfHover > a:after, .sf-menu > li > a:hover:after {
      opacity: 1; }
  .sf-menu > li.active > a {
    color: #ffffff;
    border-top: 5px solid #da2533; }
    .sf-menu > li.active > a:after {
      opacity: 1; }

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  padding: 28px 10px 29px 0px;
  background: #da2533;
  z-index: 847;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.sf-menu ul li + li {
  margin-top: 15px; }
.sf-menu ul > li > a {
  font-size: 12px;
  font-family: Arial,sans-serif;
  text-transform: uppercase;
  padding-left: 10px;
  color: #ffffff; }
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #2a2a2a; }

.sf-menu ul ul {
  position: absolute;
  top: 40%;
  width: auto;
  margin-top: 0;
  padding: 10px 33px 9px 5px;
  z-index: 847;
  left: 100%;
  background: #1c1c1c; }

.sf-menu ul ul li + li {
  margin-top: 12px; }
.sf-menu ul ul > li > a {
  color: #FFF; }
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #da2533; }

.sf-menu > li > .sf-with-ul {
  position: relative; }
  .sf-menu > li > .sf-with-ul:before {
    position: absolute;
    left: 52.5%;
    top: 53.5%;
    margin-left: -6px;
    content: "";
    font: 400 12px/12px "FontAwesome"; }

@media (max-width: 767px) {
  .sf-menu {
    display: none; } }
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .rd-mobilemenu.active {
    right: 0; }

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
  .rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .rd-mobilemenu_ul a {
    display: block;
    padding: 14px 25px 16px; }
    .rd-mobilemenu_ul a.active {
      background: #f5f5f5;
      color: #2d2d2d; }
    .rd-mobilemenu_ul a:hover {
      background: #838383;
      color: #FFF; }
    .rd-mobilemenu_ul a .rd-submenu-toggle {
      position: absolute;
      top: 50%;
      right: 11px;
      margin-top: -17.5px;
      width: 32px;
      height: 32px;
      font: 400 10px "FontAwesome";
      line-height: 32px;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -moz-transition: 0.5s all ease;
      -o-transition: 0.5s all ease;
      -webkit-transition: 0.5s all ease;
      transition: 0.5s all ease;
      z-index: 1;
      background: rgba(0, 0, 0, 0.1); }
      .rd-mobilemenu_ul a .rd-submenu-toggle:after {
        content: '\f078'; }
      .rd-mobilemenu_ul a .rd-submenu-toggle:hover {
        background: #FFF;
        color: #666; }
    .rd-mobilemenu_ul a.rd-with-ul {
      position: relative; }
      .rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
  .rd-mobilemenu_ul ul a {
    padding-left: 40px; }
  .rd-mobilemenu_ul ul ul a {
    padding-left: 60px; }
  .rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px; }

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991; }

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px; }
  .rd-mobilepanel_toggle span {
    position: relative;
    display: block;
    margin: auto;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
      content: "";
      position: absolute;
      left: 0;
      top: -8px;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .rd-mobilepanel_toggle span:after {
      top: 8px; }
    .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
      width: 24px;
      height: 4px;
      background-color: #000;
      backface-visibility: hidden;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px; }
  .rd-mobilepanel_toggle span {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
    .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
      -moz-transform-origin: 1.71429px center;
      -ms-transform-origin: 1.71429px center;
      -o-transform-origin: 1.71429px center;
      -webkit-transform-origin: 1.71429px center;
      transform-origin: 1.71429px center;
      -moz-transform-origin: 1.71429px center;
      -ms-transform-origin: 1.71429px center;
      -o-transform-origin: 1.71429px center;
      -webkit-transform-origin: 1.71429px center;
      transform-origin: 1.71429px center; }
  .rd-mobilepanel_toggle.active span {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
    .rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
      top: 0;
      width: 15px; }
    .rd-mobilepanel_toggle.active span:before {
      -webkit-transform: rotate3d(0, 0, 1, -40deg);
      transform: rotate3d(0, 0, 1, -40deg); }
    .rd-mobilepanel_toggle.active span:after {
      -webkit-transform: rotate3d(0, 0, 1, 40deg);
      transform: rotate3d(0, 0, 1, 40deg); }

@media (max-width: 767px) {
  body {
    padding-top: 56px; }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block; } }
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px; } }
/*==================  Stuck menu  ======================*/
.isStuck {
  background: url("../images/bg1.jpg") repeat scroll 0 0;
  z-index: 999;
  border-bottom: 1px solid #333333; }
  .isStuck .nav {
    position: relative;
    left: 50%;
    -moz-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -o-transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%); }
  .isStuck .right_side {
    display: none; }
  .isStuck ul li a {
    padding: 23px 22px 29px; }
  .isStuck ul ul li a {
    padding: 0 0 0 10px; }
  .isStuck .sf-menu {
    padding-left: 0px; }

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important; } }
/*==================     ToTop     ======================*/
.toTop {
  position: relative;
  width: 42px;
  height: 42px;
  font-size: 24px;
  line-height: 42px;
  background: rgba(230, 232, 235, 0.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 50%;
  top: 0px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
  -moz-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  -o-transform: translatex(-50%);
  -webkit-transform: translatex(-50%);
  transform: translatex(-50%); }
  .toTop:hover {
    color: #fff;
    background: #da2533;
    text-decoration: none; }
  .toTop:before {
    content: "";
    left: 7px;
    position: absolute;
    top: 12px;
    background: url("../images/toTop_arrow.png") no-repeat;
    width: 26px;
    height: 17px; }

.mobile .toTop,
.tablet .toTop {
  display: none !important; }

/*==================  RD Parallax    ======================*/
.parallax1 {
  text-align: center; }
  .parallax1 p {
    font-weight: bold;
    margin-left: -10px;
    margin-top: 14px;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff; }
    .parallax1 p a {
      margin-left: 5px; }
      .parallax1 p a:hover {
        color: #da2533;
        text-decoration: none; }
  .parallax1 span {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    font-size: 24px;
    height: 70px;
    line-height: 70px;
    margin: 0 auto;
    width: 70px;
    display: block; }

.parallax {
  position: relative;
  overflow: hidden; }
  .parallax_image, .parallax_pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-position: center center;
    will-change: transform; }
  .parallax_image {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }
  .parallax_pattern {
    background-repeat: repeat; }
  .parallax_cnt {
    position: relative; }

/*==================   Accordion    ======================*/
.accordion_offs2 {
  margin-top: 86px; }

.accordion {
  margin-top: 26px; }
  .accordion h4 {
    position: relative;
    padding: 19px 26px 21px;
    margin-bottom: 4px;
    outline: none;
    font-size: 14px;
    z-index: 2;
    font-weight: 300;
    color: #111111;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .accordion h4:hover, .accordion h4:active {
      background: #da2533;
      color: #ffffff; }
  .accordion .accordion_offs {
    margin-top: 26px; }
  .accordion .accordion_offs1 {
    margin-bottom: 33px; }

.ui-accordion-header-active.ui-state-active {
  background: transparent url("../images/bg1.jpg") repeat scroll 0 0;
  color: #111111; }

.accordion_cnt {
  margin-top: 12px; }
  .accordion_cnt p + p {
    margin-top: 18px;
    margin-bottom: 26px; }
  .accordion_cnt p {
    margin-top: 11px; }
  .accordion_cnt .accordion_cnt_offs1 {
    margin-bottom: 36px; }

.ui-accordion-header {
  position: relative;
  cursor: pointer; }
  .ui-accordion-header:after {
    position: absolute;
    top: 0;
    right: 0;
    color: #da2533; }

.accordion1 {
  outline: none;
  margin-top: 0px;
  position: relative; }
  .accordion1 .accordion_cnt {
    margin-top: 0px;
    padding-left: 54px; }
    .accordion1 .accordion_cnt p {
      text-transform: none;
      margin-top: 11px;
      padding-bottom: 8px; }
  .accordion1 p {
    text-transform: uppercase; }
  .accordion1 h6 {
    margin-top: 20px;
    outline: none;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    padding-left: 54px;
    text-transform: none; }
    .accordion1 h6:after {
      left: -1px;
      position: absolute;
      top: -3px;
      color: #da2533;
      content: "\f067";
      font: 14px/33px 'FontAwesome';
      -moz-transition: 0.2s;
      -o-transition: 0.2s;
      -webkit-transition: 0.2s;
      transition: 0.2s;
      width: 36px;
      height: 36px;
      background: #ffffff;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      border: 2px solid #e2e2e2;
      color: #2a2a2a; }
    .accordion1 h6:hover, .accordion1 h6:active {
      color: #242223; }
      .accordion1 h6:hover:after, .accordion1 h6:active:after {
        color: #242223; }
  .accordion1 .ui-accordion-header-active.ui-state-active {
    color: #da2533;
    background: none; }
    .accordion1 .ui-accordion-header-active.ui-state-active:after {
      content: "\f068";
      font: 14px/33px 'FontAwesome'; }

/*========================================================
                     HEADER  Section
=========================================================*/
header .brand {
  float: left; }
@media (max-width: 767px) {
  header {
    text-align: center; }
    header .brand, header .nav {
      float: none; } }

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block; }

/*==================      Well     ======================*/
.well {
  padding: 15px 0 16px; }
  @media (max-width: 1199px) {
    .well {
      padding: 37px 0; } }

.well1 {
  padding: 74px 0 70px; }

.well2 {
  padding: 69px 0 68px; }

.well3 {
  padding: 84px 0 76px; }

.well4 {
  padding: 95px 0 95px; }

.well5 {
  padding: 32px 0px; }

.well6 {
  padding: 89px 0 70px; }

.well7 {
  padding: 75px 0 75px; }

.well8 {
  padding: 70px 0 73px; }

.well9 {
  padding: 89px 0 54px; }

.well10 {
  padding: 75px 0 77px; }

.well11 {
  padding: 89px 0 72px; }

.well12 {
  padding: 68px 0 70px; }

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  padding: 48px 0 112px;
  text-align: center; }
  footer .follow_icon {
    margin: 0 auto;
    width: 22.6%; }
    @media (max-width: 1199px) {
      footer .follow_icon {
        width: 28.6%; } }
    @media (max-width: 991px) {
      footer .follow_icon {
        width: 37.6%; } }
    @media (max-width: 727px) {
      footer .follow_icon {
        left: 50%;
        margin-left: -132px;
        position: relative;
        width: 100%; } }
    footer .follow_icon li + li {
      margin-left: 22px; }
    footer .follow_icon li a {
      color: #ffffff;
      font-size: 30px;
      line-height: 35px; }
      footer .follow_icon li a:hover {
        color: #da2533; }
  footer .copyright {
	margin-left: 0px;
	margin-top: 19px;
	position: relative;
	font-size: 14px;
	text-transform: uppercase;
	color: silver;
	width: 1305px;
}
    footer .copyright a {
      margin-left: 3px; }
      footer .copyright a:hover {
        color: #da2533; }
  footer .toTop1 {
    position: relative;
    margin-top: 24px; }

@media (min-width:1200px ){ .left_side {
    float: left;
    margin-left: 32%;
} }

@media (min-width:1200px ){.sf-menu {
    padding-left: 0%;
    width: 120%;
}}


/*# sourceMappingURL=style.css.map */
