@charset "utf-8";

/*!
 * The7 Framework main stylesheet by Dream-Theme (http://dream-theme.com, http://themeforest.net/user/Dream-Theme)
 * Copyright © 2013 Dream-Theme. All rights reserved. 
 */

/*!
 * Property Ordering:
 *	- Display
 *	- Positioning
 *	- Box model
 *	- Colors and Typography
 * 	- Other
 */

.royalSlider {
  overflow: hidden;
}

.royalSlider>li {
  display: none;
}

@-webkit-keyframes mk_scale {
  0% {
    -webkit-transform: scale(.3);
    opacity: .1;
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

@-moz-keyframes mk_scale {
  0% {
    -moz-transform: scale(.3);
    opacity: .1;
  }

  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}

@-o-keyframes mk_scale {
  0% {
    -o-transform: scale(.3);
    opacity: .1;
  }

  100% {
    -o-transform: scale(1);
    opacity: 1;
  }
}

@keyframes mk_scale {
  0% {
    transform: scale(.3);
    opacity: .1;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes mk_fade {
  0% {
    opacity: .1;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes mk_fade {
  0% {
    opacity: .1;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes mk_fade {
  0% {
    opacity: .1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes mk_fade {
  0% {
    opacity: .1;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes mk_left_to_right {
  0% {
    -webkit-transform: translate(-20px,0);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate(0,0);
    opacity: 1;
  }
}

@-moz-keyframes mk_left_to_right {
  0% {
    -moz-transform: translate(-20px,0);
    opacity: 0;
  }

  100% {
    -moz-transform: translate(0,0);
    opacity: 1;
  }
}

@-o-keyframes mk_left_to_right {
  0% {
    -o-transform: translate(-20px,0);
    opacity: 0;
  }

  100% {
    -o-transform: translate(0,0);
    opacity: 1;
  }
}

@keyframes mk_left_to_right {
  0% {
    transform: translate(-20px,0);
    opacity: 0;
  }

  100% {
    transform: translate(0,0);
    opacity: 1;
  }
}

@-webkit-keyframes mk_right_to_left {
  0% {
    -webkit-transform: translate(20px,0);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate(0,0);
    opacity: 1;
  }
}

@-moz-keyframes mk_right_to_left {
  0% {
    -moz-transform: translate(20px,0);
    opacity: 0;
  }

  100% {
    -moz-transform: translate(0,0);
    opacity: 1;
  }
}

@-o-keyframes mk_right_to_left {
  0% {
    -o-transform: translate(20px,0);
    opacity: 0;
  }

  100% {
    -o-transform: translate(0,0);
    opacity: 1;
  }
}

@keyframes mk_right_to_left {
  0% {
    transform: translate(20px,0);
    opacity: 0;
  }

  100% {
    transform: translate(0,0);
    opacity: 1;
  }
}

@-webkit-keyframes mk_bottom_to_top {
  0% {
    -webkit-transform: translate(0,20px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate(0,0);
    opacity: 1;
  }
}

@-moz-keyframes mk_bottom_to_top {
  0% {
    -moz-transform: translate(0,20px);
    opacity: 0;
  }

  100% {
    -moz-transform: translate(0,0);
    opacity: 1;
  }
}

@-o-keyframes mk_bottom_to_top {
  0% {
    -o-transform: translate(0,20px);
    opacity: 0;
  }

  100% {
    -o-transform: translate(0,0);
    opacity: 1;
  }
}

@keyframes mk_bottom_to_top {
  0% {
    transform: translate(0,20px);
    opacity: 0;
  }

  100% {
    transform: translate(0,0);
    opacity: 1;
  }
}

@-webkit-keyframes mk_top_to_bottom {
  0% {
    -webkit-transform: translate(0,-20px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate(0,0);
    opacity: 1;
  }
}

@-moz-keyframes mk_top_to_bottom {
  0% {
    -moz-transform: translate(0,-20px);
    opacity: 0;
  }

  100% {
    -moz-transform: translate(0,0);
    opacity: 1;
  }
}

@-o-keyframes mk_top_to_bottom {
  0% {
    -o-transform: translate(0,-20px);
    opacity: 0;
  }

  100% {
    -o-transform: translate(0,0);
    opacity: 1;
  }
}

@keyframes mk_top_to_bottom {
  0% {
    transform: translate(0,-20px);
    opacity: 0;
  }

  100% {
    transform: translate(0,0);
    opacity: 1;
  }
}

.ie-mobile .animate-element {
  opacity: 1;
}

body.responsive-off {
  min-width: 998px;
}

h1,h2,h3,h4,h5,h6 {
  margin-bottom: 10px;
  clear: both;
}

#main h1,#main h2,#main h3,#main h4,#main h5,#main h6 {
  text-shadow: none;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
  opacity: .7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

p {
  margin-bottom: 10px;
}

.content ul {
  margin: 0 0 10px 20px;
}

.content .widget ul {
  margin: 0 0 0 0;
}

.content ul {
  list-style: disc outside none;
}

.content table {
  border-bottom: 1px solid transparent;
  width: 100%;
  margin: 0 0 10px 0;
}

.content td {
  border-top: 1px solid transparent;
  padding: 5px 10px 5px 5px;
}

.widget-title {
  margin-bottom: 20px;
  clear: both;
}

input[type="text"],input[type="tel"],input[type="url"],input[type="email"],input[type="number"],input[type="date"],input[type="range"],input[type="password"],select {
  padding: 9px 10px 8px 10px;
  border: solid 1px #e0e0e0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  color: #7a7a7a;
  background-color: #fff;
}

.dt-form input[type="text"],.dt-form input[type="tel"],.dt-form input[type="url"],.dt-form input[type="email"],.dt-form input[type="number"],.dt-form input[type="date"],.dt-form input[type="range"],.dt-form input[type="password"],.dt-form select {
  border: none;
  border-top: solid 1px #e0e0e0;
}

.dt-form input[type="text"],.dt-form input[type="tel"],.dt-form input[type="url"],.dt-form input[type="email"],.dt-form input[type="number"],.dt-form input[type="date"],.dt-form input[type="range"],.dt-form input[type="password"] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

input[type="text"],input[type="tel"],input[type="url"],input[type="email"],input[type="number"],input[type="date"],input[type="range"],input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type="text"]::-webkit-input-placeholder,input[type="email"]::-webkit-input-placeholder,input[type="password"]::-webkit-input-placeholder {
  color: #7A7A7A;
}

input[type="text"]:-moz-placeholder,input[type="password"]:-moz-placeholder {
  color: #7A7A7A;
}

input[type="text"]::-moz-placeholder,input[type="password"]::-moz-placeholder {
  color: #7A7A7A;
}

input[type="text"]:-ms-input-placeholder,input[type="password"]:-ms-input-placeholder {
  color: #7A7A7A;
}

input[type="text"]:input-placeholder,input[type="password"]:input-placeholder {
  color: #7A7A7A;
}

.form-message {
  display: block;
  margin-bottom: 10px;
}

.top-10 {
  margin-top: 10px;
}

.top-20 {
  margin-top: 20px;
}

.top-30 {
  margin-top: 30px;
}

.top-40 {
  margin-top: 40px;
}

img[class*="align"],img[class*="wp-image-"],img[class*="attachment-"],.post img {
  max-width: 100%;
  height: auto;
}

.format-aside-content,.format-link-content {
  border-style: solid;
  border-width: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.aligncenter {
  display: block;
  margin: 5px auto 10px auto;
}

.divider-comments {
  margin: 0 0 35px 0;
}

.divider-post {
  margin: 10px 0 20px 0;
}

.dt-form button,.dt-form input[type="button"],.dt-form input[type="reset"],.dt-form input[type="submit"],input[type="button"],input[type="reset"],input[type="submit"],.dt-btn,#main button.button,#main input.button {
  display: inline-block;
  position: relative;
  padding-bottom: 2px;
  top: 0;
  border: none;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: top 0.1s linear;
  -moz-transition: top 0.1s linear;
  -ms-transition: top 0.1s linear;
  -o-transition: top 0.1s linear;
  transition: top 0.1s linear;
  background: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(0,0,0,.1) 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,rgba(0,0,0,.1)));
  background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(0,0,0,.1) 100%);
  background: -o-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(0,0,0,.14) 100%);
  background: -ms-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(0,0,0,.1) 100%);
  background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(0,0,0,.1) 100%);
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(0,0,0,.2);
  box-shadow: inset 0 -1px 0 0 rgba(0,0,0,.2);
}

.dt-btn .fa {
  color: inherit;
}

.dt-btn.dt-btn-s .fa,.dt-btn.dt-btn-m .fa {
  margin-right: 8px;
}

.dt-btn.dt-btn-l .fa {
  margin-right: 9px;
}

button,input[type="button"],input[type="reset"],input[type="submit"],#main button.button,#main input.button {
  padding-top: 4px;
  padding-bottom: 6px;
  border: none;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

input[type="submit"] {
  padding-top: 9px;
  padding-bottom: 9px;
}

.wpcf7-submit.dt-btn-m {
  padding: 6px 0 8px 0;
}

.old-ie .dt-form button,.old-ie .dt-form input[type="button"],.old-ie .dt-form input[type="reset"],.old-ie .dt-form input[type="submit"],.old-ie .dt-btn {
  padding-bottom: 0;
}

.ancient-ie .dt-form button,.ancient-ie .dt-form input[type="button"],.ancient-ie .dt-form input[type="reset"],.ancient-ie .dt-form input[type="submit"],.ancient-ie .dt-btn {
  display: inline;
  zoom: 1;
}

.dt-form button:hover,.dt-form input[type="button"]:hover,.dt-form input[type="reset"]:hover,.dt-form input[type="submit"]:hover,input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover,input.wpcf7-submit.dt-btn-m[type="submit"]:hover,.dt-btn:hover,#main button.button:hover,#main input.button:hover,#main #content input.button:hover {
  text-decoration: none;
  background: -moz-linear-gradient(top,rgba(0,0,0,.1) 0%,rgba(255,255,255,0) 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,.1)),color-stop(100%,rgba(255,255,255,0)));
  background: -webkit-linear-gradient(top,rgba(0,0,0,.1) 0%,rgba(255,255,255,0) 100%);
  background: -o-linear-gradient(top,rgba(0,0,0,.1) 0%,rgba(255,255,255,0) 100%);
  background: -ms-linear-gradient(top,rgba(0,0,0,.1) 0%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,.1) 0%,rgba(255,255,255,0) 100%);
}

.dt-btn:active,button:active,input[type="button"]:active,input[type="reset"]:active,input[type="submit"]:active {
  top: 2px;
}

#page {
  position: relative;
  overflow: hidden;
}

#page.boxed {
  overflow: hidden;
}

#page.boxed {
  max-width: 1320px;
  margin: 20px auto;
  -webkit-box-shadow: 0 0 12px rgba(0,0,0,.15);
  -moz-box-shadow: 0 0 12px rgba(0,0,0,.15);
  -ms-box-shadow: 0 0 12px rgba(0,0,0,.15);
  -o-box-shadow: 0 0 12px rgba(0,0,0,.15);
  box-shadow: 0 0 12px rgba(0,0,0,.15);
}

#header.hidden-header {
  display: none;
}

.ie-mobile #fancy-header .fancy-title,.ie-mobile #fancy-header .fancy-subtitle,.ie-mobile #fancy-header .breadcrumbs {
  opacity: 1;
}

#fancy-header .td-for-height {
  width: 0;
}

#fancy-header.title-left.breadcrumbs-off .td-for-height,#fancy-header.title-right.breadcrumbs-off .td-for-height {
  display: none;
}

#fancy-header.title-center .wf-wrap {
  display: table;
}

#fancy-header.title-center .wf-table {
  display: table-cell;
  vertical-align: middle;
}

#fancy-header.title-center .td-for-height {
  display: none;
}

.fancy-header .breadcrumbs li {
  position: relative;
  background: none;
}

.fancy-header .breadcrumbs li:first-child:before,.fancy-header .breadcrumbs li:first-child:after {
  background: none;
}

.fancy-header .breadcrumbs li:before,.fancy-header .breadcrumbs li:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 13px;
  content: "";
  background-position: 2px center;
  background-repeat: no-repeat;
  z-index: 3;
}

.fancy-header .breadcrumbs li:after {
  top: 1px;
  left: 0;
  z-index: 2;
}

@media screen and (max-width:1380px) {
  #page.boxed {
    margin: 0 auto;
    max-width: 1380px;
  }
}

.assistive-text {
  position: absolute!important;
  clip: rect(1px,1px,1px,1px);
}

.old-ie .assistive-text {
  clip: rect(1px 1px 1px 1px);
}

.fancy-header .wf-td {
  width: 50%;
  vertical-align: middle;
}

.title-left .breadcrumbs,.title-right .hgroup {
  text-align: right;
}

.fancy-header.title-center .wf-table,.fancy-header.title-center .wf-td {
  display: block;
  width: 100%;
  text-align: center;
}

.fancy-header.title-center .breadcrumbs {
  padding-bottom: 60px;
}

.fancy-header.title-center .hgroup {
  padding-bottom: 20px;
}

.fancy-header.title-center.breadcrumbs-off .hgroup {
  padding-bottom: 60px;
}

.fancy-header .hgroup {
  padding: 60px 0;
}

.fancy-header .fancy-title {
  margin: 0;
  padding: 0;
}

.fancy-header .fancy-subtitle {
  margin: 10px 0 0 0;
  padding: 0;
}

.breadcrumbs {
  list-style: none;
}

.breadcrumbs li {
  display: inline-block;
  padding-left: 20px;
  margin-left: 6px;
  background-position: left center;
  background-repeat: no-repeat;
}

.old-ie .breadcrumbs li {
  padding-left: 0;
}

.ancient-ie .breadcrumbs li {
  display: inline;
  zoom: 1;
}

.breadcrumbs li:first-child {
  padding-left: 0;
  margin-left: 0;
  background: none!important;
}

.breadcrumbs a {
  text-decoration: none;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs li a,.fancy-header .breadcrumbs li a {
  color: inherit;
}

.page-title.title-right h1 {
  text-align: right;
}

.page-title.title-center .wf-td {
  display: block;
  text-align: center;
}

#top-bar {
  position: relative;
}

#top-bar:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: "";
  z-index: 9;
}

#top-bar .wf-float-left p {
  margin-bottom: 0;
}

#top-bar a,#bottom-bar a {
  text-decoration: none;
}

#top-bar a:hover,#bottom-bar a:hover {
  text-decoration: underline;
}

#top-bar .wf-float-left,#bottom-bar .wf-float-left {
  margin-right: 40px;
}

#top-bar .wf-float-left:last-of-type,#bottom-bar .wf-float-left:last-of-type {
  margin-right: 0;
}

#top-bar .wf-float-right,#bottom-bar .wf-float-right {
  margin-left: 40px;
}

#bottom-bar {
  position: relative;
  z-index: 9;
  min-height: 30px;
}

#bottom-bar .wf-table {
  height: 60px;
}

#bottom-bar .wf-td p {
  margin-bottom: 0;
}

#branding-bottom {
  width: 1px;
  padding: 10px 10px 10px 0;
  line-height: 0;
  font-size: 0;
}

.mini-nav li {
  position: relative;
  display: inline-block;
  margin: 0 16px 0 0;
}

.ancient-ie .mini-nav li {
  display: inline;
  zoom: 1;
  margin-right: 15px;
  white-space: nowrap;
}

.mini-nav li:first-child:before {
  border-left: none;
}

.mini-nav select {
  min-width: 100px;
  height: 30px;
}

.mini-lang {
  position: relative;
}

.mini-lang li {
  display: inline-block;
  margin-right: 20px;
  white-space: nowrap;
}

.ancient-ie .mini-lang li {
  display: inline;
  zoom: 1;
}

.mini-lang li:last-child {
  margin-right: 0;
}

.mini-lang img {
  margin: 0 5px 2px 0;
  vertical-align: middle;
}

.mini-search {
  height: 20px;
  padding-left: 10px;
}

.searchform .submit,.mini-search .submit {
  float: right;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  border: none;
  color: transparent;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
}

.widget .searchform input,.content .searchform input,.wpcf7 input[type="text"],.wpcf7 input[type="tel"],.wpcf7 input[type="url"],.wpcf7 input[type="email"],.wpcf7 input[type="number"],.wpcf7 input[type="date"],.wpcf7 input[type="range"],.wpcf7 input[type="password"],.wpcf7 select,.widget select {
  border: 1px solid #E0E0E0;
  background-color: #fff;
}

.widget .searchform input,.content .searchform input {
  padding-right: 30px;
}

.content .searchform input {
  width: 100%;
}

.widget .searchform,.content .searchform {
  position: relative;
}

.widget .searchsubmit,.widget .searchform .submit,.content .searchform .submit {
  position: absolute;
  top: 5px;
  right: 0;
}

.content .widget .searchform .submit,.widget .searchform .submit {
  top: 12px;
}

.content .searchform .submit {
  top: 7px;
}

.mini-search .field {
  float: left;
  width: 98px;
  height: 20px;
  padding: 0 0 0 13px;
  border: none;
  line-height: 20px;
  background: transparent;
}

#header .mini-search .searchsubmit {
  display: none;
}

.searchform {
  position: relative;
  z-index: 3;
}

#header .mini-search {
  max-width: 20px;
  padding-left: 6px;
}

#header.logo-left .mini-search {
  width: 35px;
  max-width: 35px;
}

#header .mini-search .field {
  position: absolute;
  right: 6px;
  top: 38px;
  width: 290px;
  height: 50px;
  background-color: #fff;
  font-style: italic;
  visibility: hidden;
  -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.2);
  box-shadow: 0 0 4px 0 rgba(0,0,0,.2);
}

.mini-search .field:focus {
  outline: none;
}

.ancient-ie .logo-left {
  display: block;
}

.ancient-ie .logo-left #branding {
  float: left;
}

.ancient-ie .logo-left #navigation {
  float: right;
}

#branding {
  padding: 10px 0;
  line-height: 0;
  font-size: 0;
}

.logo-left #branding,.logo-classic #branding {
  padding-right: 40px;
  width: 1px;
}

.logo-classic .navigation-holder {
  border-top: 1px solid;
}

.logo-center .navigation-holder {
  text-align: center;
}

.logo-classic #main-nav>li a,.logo-classic #main-nav {
  position: relative;
}

.logo-classic #main-nav>li:hover>a {
  border-color: transparent;
}

.logo-classic #main-nav {
  margin-top: -1px;
}

.logo-classic .navigation-holder {
  display: table;
  width: 100%;
}

.logo-classic .navigation-holder>div {
  margin: 0 auto;
  max-width: 1200px;
}

.logo-classic .navigation-holder>div {
  padding: 0 40px;
}

.logo-classic nav,.logo-center nav {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

.logo-center nav {
  width: 100%;
}

.logo-classic nav:before,.logo-classic nav:after {
  content: "";
  display: table;
  clear: both;
}

.logo-classic .mini-search {
  position: absolute;
  right: 0;
  top: 50%;
  margin: -14px 0 0 0;
  padding: 0;
}

.logo-center .mini-search {
  display: inline-block;
}

.logo-classic .searchform .submit {
  margin-right: 0;
}

.logo-left .searchform .submit {
  margin-top: 2px;
}

.logo-classic .mini-search {
  margin: -10px 0 0 0;
}

.logo-left #navigation {
  text-align: right;
}

.logo-center #branding,.logo-center #navigation {
  display: block;
  text-align: center;
}

.logo-classic #main-nav {
  padding: 0 38px 0 0;
}

.logo-center #main-nav {
  padding: 0 8px 0 0;
}

.logo-center #main-nav {
  padding-bottom: 10px;
}

.assistive-info {
  text-align: right;
}

#main-nav {
  padding: 5px 0 4px 0;
  line-height: 0;
}

.logo-center #main-nav {
  display: inline-block;
}

.logo-center #navigation {
  display: inline-block;
}

#main-nav>li {
  display: inline-block;
  position: relative;
  z-index: auto;
  vertical-align: middle;
}

.ancient-ie #main-nav>li {
  float: left;
  margin: 5px 0;
}

#main-nav>li>a {
  display: block;
  border: 1px solid transparent;
  text-decoration: none;
  text-align: left;
}

#main-nav>li>a>span>span.menu-subtitle {
  margin-bottom: 3px;
  white-space: nowrap;
}

#main-nav>li.act.menu-frame-on {
  background: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(0,0,0,.1) 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,rgba(0,0,0,.1)));
  background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(0,0,0,.1) 100%);
  background: -o-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(0,0,0,.14) 100%);
  background: -ms-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(0,0,0,.1) 100%);
  background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(0,0,0,.1) 100%);
}

.logo-classic #main-nav>li,.logo-classic #main-nav>li>a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.mini-nav {
  position: relative;
}

.menu-select select {
  border: none;
}

.menu-select select {
  visibility: hidden;
}

.menu-select {
  position: absolute;
  visibility: hidden;
  margin: 0 auto;
  opacity: 0;
}

.menu-select:hover,.menu-select select {
  cursor: pointer;
}

.menu-select select {
  z-index: 999;
}

#header .wf-table {
  position: relative;
}

#main-nav>li>a>span {
  display: table-cell;
}

.no-link>a:hover {
  opacity: 1;
}

.menu-subtitle {
  display: block;
  text-transform: none;
}

.new-column>a {
  margin-left: -21px!important;
  border-radius: none;
}

#main-nav>.menu-item>a>.fa {
  vertical-align: top;
  padding-top: 2px;
  padding-right: 6px;
}

.menu-item .fa {
  display: table-cell;
  padding-right: 8px;
  vertical-align: top;
}

/* !- Mobile menu */

#mobile-menu {
	display: none;
	padding: 10px 10px 10px 31px;
	text-decoration: none;
	font-family: "Open Sans", sans-serif;
	background: no-repeat 10px center;
}
	.menu-close,
	.menu-back {
		display: none;
	}
	.no-touch #mobile-menu:hover,
	.touch #mobile-menu.active {
		opacity: 0.8;
	}

.dl-container {
	position: relative;
}

	.logo-center .dl-container,
	.logo-classic .dl-container,
	.logo-classic-centered .dl-container {
		width: 100%;
		min-width: 230px;
		max-width: 280px;
		margin: 0 auto;
	}
	.logo-center .dl-container {
		top: -10px;
	}

.dl-menuwrapper {
	position: relative;
	z-index: 999;

	-webkit-box-sizing:	border-box;
	-moz-box-sizing:	border-box;
	-ms-box-sizing:		border-box;
	-o-box-sizing:		border-box;
	box-sizing:			border-box;

	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
	-webkit-perspective-origin: 50% 200%;
	-moz-perspective-origin: 50% 200%;
	perspective-origin: 50% 200%;
}

.dl-menuwrapper ul {
	right: 0;
	width: 100%;
	min-width: 230px;
	max-width: 280px;
	list-style: none;
	text-align: left;

	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.dl-container > ul {
	padding: 5px 0;

	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:	0px 0px 3px rgba(0, 0, 0, 0.15);
	-ms-box-shadow:		0px 0px 3px rgba(0, 0, 0, 0.15);
	-o-box-shadow:		0px 0px 3px rgba(0, 0, 0, 0.15);
	box-shadow:			0px 0px 3px rgba(0, 0, 0, 0.15);
}

.dl-menuwrapper li {
	position: relative;
}

.dl-menuwrapper li a {
	display: block;
	position: relative;
	padding: 10px 0;
	margin: 0 20px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	outline: none;
}
	.dl-menuwrapper li a > span {
		display: table-cell;
	}
	.dl-menuwrapper li.dl-back a > span {
		display: inline-block;
	}

.dl-menuwrapper li:last-child > a,
.dl-menuwrapper li.dl-back > a {
	border: none !important;
}

.dl-menuwrapper li.dl-back > a {
	margin: -5px 0 0 0;
	text-align: center;
}

.dl-menuwrapper li.has-children > a:after {
		display: block;
		position: absolute;
		right: -5px;
		top: 50%;
		width: 6px;
		height: 9px;
		margin-top: -4.5px;
		content: "";
		background-position: 0 0;
		background-repeat: no-repeat;
}

.dl-menuwrapper li.dl-back span {
	position: relative;
}

.dl-menuwrapper li.dl-back span:before {
	display: block;
	position: absolute;
	left: -16px;
	top: 50%;
	width: 10px;
	height: 7px;
	margin-top: -2.5px;
	content: "";
}

.dl-menuwrapper .dl-menu {
	position: absolute;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.windows-phone .dl-menuwrapper .dl-menu {
	visibility: hidden;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
.windows-phone .dl-menuwrapper .dl-menu.dl-menuopen {
	visibility: visible;
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
	display: none;
}

/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
	display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
	display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-container > .dl-submenu {
	position: absolute;
	width: 100%;
	right: 0;
	margin: 0;
}

/* Animation classes for moving out and in */

.dl-menu.dl-animate-out-2 {
	-webkit-animation: MenuAnimOut2 0.3s ease-in-out;
	-moz-animation: MenuAnimOut2 0.3s ease-in-out;
	animation: MenuAnimOut2 0.3s ease-in-out;
}

@-webkit-keyframes MenuAnimOut2 {
  100% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
}

@-moz-keyframes MenuAnimOut2 {
  100% {
    -moz-transform: translateX(-100%);
    opacity: 0;
  }
}

@keyframes MenuAnimOut2 {
  100% {
    transform: translateX(-100%);
    opacity: 0;
  }
}

@-webkit-keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}

@-moz-keyframes MenuAnimIn2 {
  0% {
    -moz-transform: translateX(-100%);
    opacity: 0;
  }

  100% {
    -moz-transform: translateX(0);
    opacity: 1;
  }
}

@keyframes MenuAnimIn2 {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}

@-moz-keyframes SubMenuAnimIn2 {
  0% {
    -moz-transform: translateX(100%);
    opacity: 0;
  }

  100% {
    -moz-transform: translateX(0);
    opacity: 1;
  }
}

@keyframes SubMenuAnimIn2 {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
}

@-moz-keyframes SubMenuAnimOut2 {
  0% {
    -moz-transform: translateX(0%);
    opacity: 1;
  }

  100% {
    -moz-transform: translateX(100%);
    opacity: 0;
  }
}

@keyframes SubMenuAnimOut2 {
  0% {
    transform: translateX(0%);
    opacity: 1;
  }

  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}

#main {
  padding: 30px 0 40px 0;
}

.main-gradient {
  display: none;
}

.sidebar {
  position: relative;
  z-index: 9;
}

.sidebar-content {
  margin-top: 10px;
}

.sidebar-left .sidebar {
  float: left;
}

.sidebar-right .sidebar {
  float: right;
}

.sidebar-left .content {
  float: right;
}

.sidebar-right .content {
  float: left;
}

.sidebar-left .wf-wrap:before,.sidebar-left .wf-wrap:after,.sidebar-right .wf-wrap:before,.sidebar-right .wf-wrap:after {
  content: "";
  display: table;
}

.sidebar-left .wf-wrap:after,.sidebar-right .wf-wrap:after {
  clear: both;
}

.ancient-ie .sidebar-left .wf-wrap,.ancient-ie .sidebar-right .wf-wrap {
  zoom: 1;
}

.sidebar-none .content {
  width: 100%;
}

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

.content {
  padding-top: 5px;
}

.fancy-header-on.single .content,.title-off.single .content {
  margin-top: -4px;
  padding-top: 0;
}

.page-title {
  width: 100%;
  padding: 20px 1000px;
  margin-left: -1000px;
  overflow: hidden;
}

.static-height {
  position: relative;
}

.page-title {
  position: relative;
}

.page-title:before,.page-title:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
}

.page-title:after {
  top: auto;
  bottom: 0;
}

.page-title {
  padding-top: 28px;
}

.page-title.title-right,.page-title.title-left {
  padding-top: 18px;
  padding-bottom: 10px;
}

.footer {
  padding: 50px 0 20px 0;
}

.page-info {
  padding: 0 0 10px 0;
}

.post {
  position: relative;
}

.ancient-ie .post {
  zoom: 1;
}

.layout-list .post {
  padding-bottom: 24px;
  margin-bottom: 35px;
}

.layout-list .post.format-link {
  padding-bottom: 20px;
}

.post:before,.post:after {
  content: "";
  display: table;
  clear: both;
}

.post-meta {
  margin-bottom: 25px;
}

.more-link.dt-btn {
  margin-top: 5px;
}

.post .more-link.dt-btn {
  margin-right: 10px;
}

.images-container {
  margin-top: 4px;
  margin-bottom: 25px;
}

.images-container img,.media .post img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.old-ie .media .post img {
  width: inherit;
}

.images-container {
  line-height: 0;
}

.images-list {
  position: relative;
  margin-bottom: 3px;
  line-height: 0;
}

.images-list img {
  margin-bottom: 0;
}

.images-list-inner {
  display: inline-block;
  margin: 0 35px;
  padding: 5px 10px 5px;
}

.images-list-inner,.images-list-inner * {
  color: #fff;
}

.images-list-inner h4,.images-list-inner a {
  display: inline-block;
  vertical-align: middle;
}

.images-list-inner h4 {
  margin-bottom: 5px;
}

.images-list-inner p {
  margin-bottom: 0;
}

#comments {
  margin-bottom: 20px;
}

.comments-title {
  margin-bottom: 20px;
}

li.pingback {
  padding-left: 80px;
  margin-bottom: 25px;
}

.pingback-content {
  padding: 0 0 24px 0;
}

.fn {
  font-style: normal;
}

.fn a,.pingback a {
  text-decoration: none;
}

.fn a:hover,.pingback a:hover {
  text-decoration: underline;
}

.clear-form {
  position: relative;
  float: right;
  padding: 0 18px 0 0;
  text-decoration: none;
}

.old-ie .clear-form {
  padding-right: 0;
}

.clear-form:hover {
  text-decoration: underline;
}

.clear-form:before {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6.5px;
  width: 13px;
  height: 13px;
  line-height: 13px;
  content: "";
}

.page-nav {
  margin-bottom: 10px;
}

.page-nav {
  border-style: solid;
  border-width: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.sidebar .widget,.sidebar-content .widget {
  padding: 25px 20px 15px 20px;
  margin-bottom: 2px;
}

.content .widget,.content .sidebar-content .widget:first-child {
  padding-top: 25px;
  padding-bottom: 15px;
}

.content .widget:first-child {
  padding-top: 0;
}

.sidebar .widget.widget-custom-nav {
  padding-top: 20px;
}

.sidebar .widget:first-child,.sidebar-content .widget:first-child,.old-ie .sidebar .widget:first-child {
  border-top: none;
}

.ancient-ie .sidebar .widget {
  zoom: 1;
}

.widget:before,.widget:after {
  content: "";
  display: table;
  clear: both;
}

.footer .widget {
  margin-bottom: 30px;
}

.widget-info {
  margin-bottom: 20px;
}

.content .widget ul {
  list-style: none;
}

.contact-form {
  padding: 5px 0 5px 0;
}

.content .contact-form {
  margin-bottom: 15px;
}

.content .widget .contact-form {
  margin-bottom: 0;
}

.contact-form input[type="text"],.wpcf7-form input[type="text"],.wpcf7-form input[type="email"],.wpcf7-form input[type="tel"],.wpcf7-form input[type="url"],.wpcf7-form input[type="number"],.wpcf7-form input[type="range"],.wpcf7-form input[type="date"] {
  width: 100%;
}

.wpcf7-form input[type="submit"] {
  width: auto;
}

.dt-form input,.dt-form .form-name input,.wpcf7-form input {
  max-width: 270px;
  width: 100%;
}

.old-ie .form-name input {
  padding-right: 4px;
}

.contact-info,.content .contact-info {
  padding-bottom: 10px;
  margin: 0;
}

.contact-info li {
  margin: 10px 0 0 0;
  padding: 9px 0 0 0;
  list-style: none;
}

.contact-info li:first-child {
  border-top: none!important;
  padding-top: 0;
  margin-top: 0;
}

.old-ie a.px-500 {
  background-position: -60px 0;
}

.old-ie a.website {
  background-position: -720px 0;
}

.old-ie a.px-500 {
  background-position: -60px 0;
}

.old-ie a.google {
  background-position: -330px 0;
}

.old-ie a.twitter {
  background-position: -660px 0;
}

.old-ie a.facebook {
  background-position: -210px 0;
}

.custom-nav {
  margin: 0 -20px;
}

.custom-nav>li:first-child {
  border-top: none!important;
}

.custom-nav>li>a {
  display: block;
  position: relative;
  padding: 9px 20px 10px 20px;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-transition: all 0.05s linear;
  -moz-transition: all 0.05s linear;
  -ms-transition: all 0.05s linear;
  -o-transition: all 0.05s linear;
  transition: all 0.05s linear;
}

.custom-nav>li>a:before {
  display: block;
  position: absolute;
  top: 14px;
  right: 20px;
  width: 13px;
  height: 13px;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.05s linear;
  -moz-transition: all 0.05s linear;
  -ms-transition: all 0.05s linear;
  -o-transition: all 0.05s linear;
  transition: all 0.05s linear;
}

.custom-nav>li>ul {
  display: none;
  margin: 0 0 0 0;
  padding: 20px 20px 20px 20px;
  border-top: 1px solid;
}

.custom-nav>li>ul a:hover {
  text-decoration: none;
}

.custom-nav>li:last-child>ul {
  margin-bottom: -17px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-bottom-left-radius: 8px;
  -ms-border-bottom-left-radius: 8px;
  -o-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-bottom-right-radius: 8px;
  -ms-border-bottom-right-radius: 8px;
  -o-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.menu {
  margin: 0;
  padding: 0 0 10px 0;
}

.menu li,.custom-menu li {
  display: block;
  position: relative;
  margin: 9px 0 0 0;
  padding: 10px 0 0 0;
}

.menu>li:first-child,.custom-menu>li:first-child {
  border: none!important;
  margin-top: 0;
  padding-top: 0;
}

.menu ul:before {
  display: block;
  position: absolute;
  right: 1px;
  top: 0;
  content: "";
  border-style: solid;
  border-width: 5px;
  border-color: transparent;
}

.menu a,.custom-menu a {
  text-decoration: none;
  padding-right: 15px;
}

.old-ie .custom-menu a {
  padding-left: 0;
}

.custom-menu a {
  position: relative;
  display: block;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: 0 center;
  -webkit-transition: all 0.05s linear;
  -moz-transition: all 0.05s linear;
  -ms-transition: all 0.05s linear;
  -o-transition: all 0.05s linear;
  transition: all 0.05s linear;
}

.menu a:hover,.custom-menu a:hover {
  text-decoration: underline;
}

.menu li ul,.custom-menu li ul,.content .menu li ul,.content .custom-menu li ul {
  margin-left: 20px;
}

.custom-menu li ul {
  padding-top: 10px;
}

.widget_search form {
  padding-bottom: 5px;
}

.widget_search input[type="text"] {
  width: 100%;
  margin: 5px 0 10px 0;
}

.widget_meta>ul,.custom-menu {
  padding-bottom: 10px;
}

.widget_meta li,.custom-menu li {
  margin: 10px 0 0 0;
  padding: 9px 0 0 0;
}

.widget_meta li:first-child,.custom-menu>li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none!important;
}

.widget_meta a {
  text-decoration: none;
}

.widget_meta a:hover {
  text-decoration: underline;
}

ul.royalSlider {
  padding: 0;
  margin: 0;
}

ul.royalSlider.aligncenter {
  margin: 5px auto 15px auto;
}

.box-style-table .action-button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.action-button {
  margin-bottom: 20px;
}

.box-style-table .action-button {
  padding-top: 0;
  padding-left: 40px;
  margin-bottom: 0;
}

.box-style-table .action-button .dt-btn {
  float: right;
  margin-bottom: 10px;
  margin-right: 0;
}

.standard-arrow,.content .standard-arrow,.content .image-arrow {
  margin: 0 0 15px 0;
}

.standard-arrow li {
 /* padding-left: 24px;*/
  margin-bottom: 10px;
  list-style: none;
}

.old-ie .standard-arrow li {
  padding-left: 0;
}

.standard-arrow li {
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
}

.list-divider li {
  padding-top: 9px;
  padding-bottom: 10px;
  margin-bottom: 0;
  border-top: 1px solid;
  background-position: 0 13px;
}

.list-divider li p {
  margin-bottom: 0;
}

.list-divider li:first-child {
  padding-top: 0;
  margin-bottom: 0;
  border: none!important;
  background-position: 0 4px;
}

.old-ie .list-divider li:first-child {
  border: none;
}

.image-arrow li {
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
  list-style: none;
}

.image-arrow.list-divider li {
  margin-bottom: 0;
}

.image-arrow li .wf-table {
  width: auto;
}

.image-arrow li .wf-table div {
  display: table-cell;
  vertical-align: middle;
}

.image-arrow li .list-img {
  margin: 0 10px 0 0;
}

.font-arrow ul {
  list-style: none;
}

.font-arrow .fa {
  font-size: 14px;
  margin-right: 10px;
}

.frame-on {
  padding-top: 20px;
}

.frame-on.img-full {
  padding-top: 0;
}

.link.btn-link {
  display: inline-block;
  padding-right: 15px;
  background-repeat: no-repeat;
  background-position: right center;
  text-decoration: none;
}

.link.btn-link {
  padding-right: 20px;
}

.link.btn-link:hover {
  text-decoration: underline;
}

.post-item {
  display: inline-block;
  vertical-align: top;
}

.post-content a {
  text-decoration: none;
}

.post-img,.post-content {
  display: table-cell;
  vertical-align: top;
}

.post-content {
  vertical-align: middle;
}

.navigation-inner {
  overflow: hidden;
  margin-bottom: 15px;
}

.navigation-inner a {
  text-decoration: none;
  background-repeat: no-repeat;
}

.navigation-inner a:hover {
  text-decoration: underline;
}

.format-aside-content {
  padding: 25px 20px 15px;
  margin: 5px 0 15px;
}

.format-link-content {
  padding: 25px 20px 15px;
  margin: 5px 0 15px;
}

.wpb_animate_when_almost_visible {
  -webkit-backface-visibility: hidden;
}

.full .frame ul {
  margin-left: 0;
}

.text-on-img .link {
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.old-ie .text-on-img .link {
  z-index: 10;
}

.link.act i {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.close-link {
  position: absolute;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
}

.close-link {
  width: 30px;
  height: 30px;
}

.close-link:hover:parent {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.close-link {
  right: -3px;
  top: -3px;
  cursor: pointer;
  display: none;
}

.dt-btn {
  margin-right: 10px;
}

.dt-btn.btn-blue,.content .dt-btn.btn-blue {
  background-color: #27cff3;
  color: #fff;
}

/*!- highlighted text*/

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(359deg);
  }
}

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

.loading-label {
  overflow: hidden;
  padding: 5px;
  width: 60px;
  height: 60px;
  background-image: none;
  font-size: 0;
  line-height: 0;
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,.2);
  -moz-box-shadow: 0 0 4px rgba(0,0,0,.2);
  -ms-box-shadow: 0 0 4px rgba(0,0,0,.2);
  -o-box-shadow: 0 0 4px rgba(0,0,0,.2);
  box-shadow: 0 0 4px rgba(0,0,0,.2);
}

.old-ie .loading-label {
  border: 1px solid #eaeaea;
  background-image: url(../../../../../../../themes/demenagement-international/images/loading-ie.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.loading-label {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  z-index: 2000;
}

.arrow-left,.arrow-right {
  position: absolute;
  z-index: 300;
  top: 50%;
  left: 0;
  margin-top: -20px;
  width: 50px;
  height: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: .7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.arrow-right {
  left: auto;
  right: 0;
}

.arrow-left:hover,.arrow-right:hover,.arrow-top:hover,.arrow-bottom:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.arrow-top,.arrow-bottom {
  position: absolute;
  z-index: 900;
  right: 10px;
  bottom: 6px;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: .7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.arrow-top {
  bottom: 30px;
}

div.container {
  position: absolute;
  top: 50px;
  left: 50px;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  -webkit-transform-origin: (50,50);
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.container-1 {
  z-index: 3;
}

.container-2 {
  z-index: 6;
}

.container-3 {
  z-index: 9;
}

.scale-me .container {
  -moz-transition-property: -moz-transform,opacity;
  -ms-transition-property: -ms-transform,opacity;
  -o-transition-property: -o-transform,opacity;
  -webkit-transition-property: -webkit-transform,opacity;
  -moz-transition-duration: 300ms 1000ms;
  -ms-transition-duration: 300ms 1000ms;
  -o-transition-duration: 300ms 1000ms;
  -webkit-transition-duration: 300ms 1000ms;
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
  .container-1 {
    -ms-transform: scale(.14,.14);
  }

  .container-2 {
    -ms-transform: scale(.23,.23);
  }

  .container-3 {
    -ms-transform: scale(.35,.35);
  }

  .container .l3 {
    -ms-transform: scale(7.15,7.15);
  }
}

.scale-me .container span {
  display: none!important;
}

.container span {
  position: absolute;
  width: 27px;
  height: 27px;
  border: #fff solid;
  z-index: 9999;
  opacity: .3;
  filter: alpha(opacity=30);
}

span.top-l {
  top: 0;
  left: 0;
  border-width: 3px 0 0 3px;
  margin: -3px 0 0 -3px;
}

span.top-r {
  top: 0;
  right: 0;
  border-width: 3px 3px 0 0;
  margin: -3px -3px 0 0;
}

span.bottom-r {
  bottom: 0;
  right: 0;
  border-width: 0 3px 3px 0;
  margin: 0 -3px -3px 0;
}

span.bottom-l {
  bottom: 0;
  left: 0;
  border-width: 0 0 3px 3px;
  margin: 0 0 -3px -3px;
}

.container .l3 {
  visibility: visible;
  opacity: .9;
  filter: alpha(opacity=90);
  z-index: 998;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  -webkit-transform-origin: (50,50);
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  -moz-transition-duration: 400ms;
  -ms-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  -webkit-transition-duration: 400ms;
}

.close {
  position: relative;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background: url(../../../../../../../themes/demenagement-international/images/close.png) no-repeat left top\9;
  width: 20px\9;
  height: 20px\9;
  background-size: 20px 20px\8;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1;
}

:root .close {
  width: 30px\0/IE9;
  height: 30px\0/IE9;
}

#loading {
  position: absolute;
  padding: 0;
  margin: 0;
  height: 128px;
  width: 128px;
  left: 50%;
  top: 50%;
  margin: -64px 0 0 -64px;
  background-repeat: no-repeat;
  color: #e9e9e9;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 24px;
  line-height: 128px;
  text-align: center;
  vertical-align: middle;
  z-index: 999;
  background-image: url(../../../../../../../themes/demenagement-international/images/loader.gif)\0/IE8+9;
}

img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

#main button.button,#main input.button,#main #content input.button {
  border: none;
  box-shadow: none;
  text-shadow: none;
}

.blur-this {
  position: relative;
}

.images-list:hover .blur-this i {
  opacity: 1;
}

.images-list .blur-this i {
  z-index: 10;
}

/*!-Edit link*/

/*!-VC last-child*/

.wpb_content_element,.wpb_button {
  margin-bottom: 0!important;
}

/*!-Slideshow description*/

.images-list-inner,#main .images-list-inner h4 {
  -webkit-text-shadow: 1px 1px 0 rgba(0,0,0,.1),0 0 15px rgba(0,0,0,.5);
  -moz-text-shadow: 1px 1px 0 rgba(0,0,0,.1),0 0 15px rgba(0,0,0,.5);
  -ms-text-shadow: 1px 1px 0 rgba(0,0,0,.1),0 0 15px rgba(0,0,0,.5);
  -o-text-shadow: 1px 1px 0 rgba(0,0,0,.1),0 0 15px rgba(0,0,0,.5);
  text-shadow: 1px 1px 0 rgba(0,0,0,.1),0 0 15px rgba(0,0,0,.5);
}

/*!- Composer*/

/*!- Scroll top*/

.scroll-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 34px;
  height: 34px;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
  border-radius: 17px;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  z-index: 99;
}

.scroll-top.off {
  right: -35px;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.scroll-top.on {
  right: 15px;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.scroll-top:before {
  display: block;
  width: 34px;
  height: 34px;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
}

.old-ie .scroll-top:before {
  background-image: url(../../../../../../../themes/demenagement-international/images/old-ie.png);
  background-repeat: no-repeat;
  background-position: 0 -860px;
}

/*!-Stripe background for device*/

/*!-Top shopping cart*/

/*!-Video background*/

embed,iframe,object {
  max-width: 100%;
}

/*!-NextGEN gallery*/

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.old-ie .searchform .submit,.old-ie .close-link,.old-ie .arrow-left,.old-ie .arrow-right,.old-ie .arrow-top,.old-ie .arrow-bottom,.old-ie .mini-search .submit,.old-ie .mini-search .submit.act:hover {
  background-image: url(../../../../../../../themes/demenagement-international/images/old-ie.png)!important;
  background-repeat: no-repeat;
}

#content span:last-child[class*="gw-go-btn-icon"][class*="gw-go-btn-icon-large"] {
  margin-bottom: -6px;
}

#content span:last-child[class*="gw-go-btn-icon"] {
  margin-bottom: -5px;
}

/*!-Social icons*/

@font-face {
  font-family: 'dream-theme';
  src: url(../../../../../../../themes/demenagement-international/fonts-soc-ico/dream-theme.eot);
  src: url('../../../../../../../themes/demenagement-international/fonts-soc-ico/dream-theme.eot?#iefix') format('embedded-opentype'),url(../../../../../../../themes/demenagement-international/fonts-soc-ico/dream-theme.ttf) format('truetype'),url(../../../../../../../themes/demenagement-international/fonts-soc-ico/dream-theme.woff) format('woff'),url('../../../../../../../themes/demenagement-international/fonts-soc-ico/dream-theme.svg#dream-theme') format('svg');
  font-weight: 400;
  font-style: normal;
}

/*!-Hovers*/

/*!-Style for round links*/

/*!-Gradient for round links*/

/*!-Hover effect for round links*/

/*!-Portfolio scroller*/

/*!-Hover style 2*/

/*!-Static dark hover color*/

/*!-Move hover effect*/

/*!-Direction aware hover effect*/

#branding a img,#branding img {
  height: auto;
}

/*!-VC carousel*/

#bloc_devis {
  background: none repeat scroll 0 0 #cedadf;
  border: 1px solid rgba(218,222,225,.8) #2a83ed;
  border-radius: 8px;
  padding: 25px 20px 15px;
  margin: 5px 0 20px;
}

#bloc_devis .paysa {
  float: left;
  width: 280px;
  padding-right: 1em;
}

#bloc_devis .paysd {
  float: left;
  width: 280px;
  padding-right: 1em;
}

#bloc_devis select {
  width: 100%;
}

#bloc_devis h3 {
  font-size: 23px;
}

#bloc_devis .devis_button {
  float: left;
  margin-top: 22px;
}

.navigation-holder {
  background-color: #E5E5E5;
}

#navigation {
  background-color: #E5E5E5;
}

#page.boxed {
  max-width: 1200px;
}

.sidebar-content {
  background-color: #E5E5E5;
}

.sidebar-content a {
  font-size: 13px;
}

.sidebar-content li {
  padding: 5px;
}

.page-title {
  background-color: #2676D6;
}

.page-title h1 {
  color: #FFF;
}

.titre-bloc-devis {
  font-size: 22px;
  display: block;
  margin-bottom: 30px;
}

.big {
  font-size: 18px;
  line-height: 20px;
}