@charset "utf-8";

* {
  border: 0;
  margin: 0;
  padding: 0;
  outline: none;
}

ol,
ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  font: normal 11px/150% "Liberation sans", Arial, Helvetica, sans-serif;
  background: url(images/main_bg.png);
}

.clr {
  clear: both;
  padding: 0;
  margin: 0;
  width: auto;
  font-size: 0px;
  line-height: 0px;
}

.bg {
  clear: both;
  padding: 0;
  margin: 20px 0 40px 0;
  width: auto;
  border-bottom: 1px solid #eaeaea;
}

.sm_bg_bottom {
  clear: both;
  background: url(images/shadow.png) center bottom no-repeat;
  height: 13px;
  width: 100%;
  margin: -2px -2px -15px -2px;
}

.block_margin {
  clear: both;
  margin: 20px 0 60px 0;
}

.fl {
  float: left;
}
.fl-img {
  float: left;
  padding: 20px;
}

.fr {
  float: right;
}

.fl_t {
  text-align: left;
}

h1,
h2,
h3,
h4 {
  line-height: 120%;
}

a {
  color: #a11f3b;
}

p {
  line-height: 1.8em;
  padding: 5px 0;
}

h1 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 20px 0;
  text-align: left;
}

h1 small {
  color: #939292;
  font-weight: normal;
}

h2 {
  font-size: 14px;
  color: #555;
  padding: 15px 0 30px 0;
  display: block;
}

figure {
  margin: 0;
}

.maps_view {
  width: 99%; /*height:300px;*/
  float: left;
  position: relative;
  max-height: 100%;
  max-width: 100%;
}

/* responsive image */

img {
}

@media \0screen {
  img {
    width: auto; /* for ie 8 */
  }
}

/* IMG  */

a.pic {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
}

img.margin_right {
  margin: 0 20px 0 0;
}

a.pic img.h {
  position: absolute;
  padding: 0;
  top: -1px;
  bottom: 0;
  left: 0px;
  visibility: hidden;
  height: 100%;
  width: 100%;
}

a.pic:hover img.h {
  background: url(images/img_z.png) center no-repeat;
  visibility: visible;
}

/* main_page */

.main_resize {
  width: 940px;
  margin: 0 auto;
  padding: 0;
  max-width: 90%;
}

/* header */

.header_res {
  border-top: 3px solid #a11f3b;
  min-height: 30px;
  padding: 0;
}

/* logo */

.logo {
  float: left;
  padding: 0;
  margin: 0;
}

.logo a {
  font-size: 36px;
  color: #363636;
  font-weight: bold;
}

.logo a span {
  color: #e66161;
}
/************/
/* dropdown starts */
/* Remove margins and padding from the list, and add a black background color */
ul.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #ccc;
  width: 250px;
  padding: 5px;
  display: inline-block;
  border: 1px thin groove;
  border-radius: 3px;
  color: #003;
}

/* Float the list items side by side */
ul.topnav li {
  float: left;
}

/* Style the links inside the list items */
ul.topnav li a {
  display: inline-block;

  text-align: center;
  padding: 0 5px 0 5px;
  text-decoration: none;
  transition: 0.3s;
}

/* Change background color of links on hover */
ul.topnav li a:hover {
  background-color: #999;
  border-radius: 3px;
}

/* Hide the list item that contains the link that should open and close the topnav on small screens */
ul.topnav li.icon {
  display: none;
}
@media screen and (max-width: 680px) {
  ul.topnav li:not(:first-child) {
    display: none;
  }
  ul.topnav li.icon {
    float: right;
    display: inline-block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens */
@media screen and (max-width: 680px) {
  ul.topnav.responsive {
    position: relative;
  }
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }
}
/************/
/* language dropdown menu ends */

/* RSS */

.RSS {
  float: right;
  /*  width: 310px; */
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 13px;
  font-weight: bold;
  color: #575757;
}

.RSS span {
  padding: 5px 5px 0 0;
  margin: 10px 0 0 0;
  line-height: 3.5em;
}

.RSS img {
  display: inline-table;
  float: right;
  margin: 0 5px 0 0;
}

img.rss1 {
  float: right;
  background: url(images/f_1.png) no-repeat;
}

img.rss2 {
  float: right;
  background: url(images/f_2.png) no-repeat;
}

img.rss3 {
  float: right;
  background: url(images/f_3.png) no-repeat;
}

img.rss4 {
  float: right;
  background: url(images/f_4.png) no-repeat;
}

img.rss1:hover {
  background: url(images/f_1_1.png) no-repeat;
}

img.rss2:hover {
  background: url(images/f_2_1.png) no-repeat;
}

img.rss3:hover {
  background: url(images/f_3_1.png) no-repeat;
}

img.rss4:hover {
  background: url(images/f_4_1.png) no-repeat;
}

/* menu_resise */

.menu_resise {
  background: #f4f4f4;
  border-bottom: 3px solid #a11f3b;
  border-top: 1px solid #ebebeb;
  padding: 8px 0 0 0;
}

/* top_text */

.top_text {
  margin: 0 auto;
  padding: 40px 0;
  line-height: 1.2em;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  color: #fff;
}

.top_text a {
  color: #fff;
}

.top_text small {
  font-size: 12px;
  color: #b3b3b3;
}

/* Search */

.search {
  width: auto;
  padding: 7px 2px 10px 0;
  float: right;
}

#search span {
  width: 200px;
  display: block;
  margin: 0;
  padding: 0;
  float: left;
  border: 1px solid #eaeaea;
  background: #fff;
  height: 28px;
}

#search input#s {
  float: left;
  width: 150px;
  padding: 8px 0 5px 10px;
  margin: 0;
  border: none;
  background: none;
  color: #cdcdcd;
  text-transform: none;
  font-size: 11px;
}

#search .btn {
  float: right;
  padding: 4px 4px 0 0;
  margin: 0;
  border: 0;
  width: auto;
}

/* slider_resize */

.slider_resize {
  background: url(images/fbg_bg.png);
  border-bottom: 1px solid #525252;
}

/* slider_box */

.slider_box {
  margin: 0 auto;
  padding: 0;
}

/* center_small_box */

.small_box {
  text-align: center;
  width: 31.5%;
  margin: 0 15px 0 0;
  float: left;
}

.small_box.last {
  margin: 0;
}

.center_small_box {
  padding: 0;
}

.center_small_box.last {
}

.center_small_box.bordered {
  border: 1px solid #eeeeee;
  background: #fff;
}

.small_box h2 {
  padding: 10px 0;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #555555;
}

.small_box img {
  text-align: center;
}

.small_box h2 a {
  color: #555555;
}

.small_box h2 a:hover {
  color: #e66161;
}

.center_small_box p {
  padding: 18px 0;
  font-size: 11px;
  color: #b7b7b7;
  text-align: center;
  line-height: 1.6em;
}

.center_small_box p strong {
  font-size: 12px;
  color: #515050;
}

/* portfolio1 pages */

.port3 {
  width: 31%;
  float: left;
  margin: 0 2% 2% 0;
}

.port2 {
  width: 48%;
  float: left;
  margin: 0 2% 2% 0;
}

.center_small_box.port1 {
  width: 99%;
  margin: 25px 0;
}

/* BLOG PAGES */

/* left_side */

.left_side_big {
  width: 31%;
  float: left;
  margin: 0 2% 15px 0;
}

.left_side_big.r {
  float: right;
  margin: 0 0 15px 2%;
}

.left_side_big.last {
  width: 31%;
  float: right;
  margin: 0 0 15px 0;
}

.left_side {
  float: left;
  margin: 0 1% 15px 0;
  padding: 0;
}

.left_side.last {
  float: right;
  margin: 0 0 15px 0;
}

.left_side.small {
  width: 23%;
}

/* ul li */

.left_side_big ul {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}

.left_side_big ul li {
  padding: 5px 10px;
  margin: 3px 0;
  background: #eee;
  color: #333;
}

.left_side_big ul li a {
  color: #333;
}

.left_side_big ul li:hover {
  background: #cecece;
}

.right_side_big {
  width: 62%;
  float: right;
  margin: 0 0 15px 1%;
}

.right_side_big.l {
  float: left;
  margin: 0 1% 15px 0;
}

.right_side {
  padding: 10px 0;
}

/* coment */

.coment1 {
  overflow: hidden;
  margin: 3% 0 0 1%;
  border-top: 1px solid #c8c8c8;
  padding-top: 20px;
}

.coment2 {
  overflow: hidden;
  margin: 3% 0 0 20%;
  border-top: 1px solid #c8c8c8;
  padding-top: 20px;
}

/* content_blog */

.content_blog {
  width: 47%;
  float: left;
  margin: 15px 20px 15px 0;
  padding: 0;
}

.content_blog h2 {
  border-bottom: 1px solid #535353;
}

.data {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5em;
  background: url(images/data_bg.png) top center no-repeat;
  float: left;
  margin: 0 15px 0 0;
  padding: 5px 18px 5px 10px;
}

.post {
  font-size: 14px;
  color: #555;
  line-height: 1.2em;
  border-bottom: 1px solid #ededed;
  padding: 5px 0;
  margin: 0 0 10px 65px;
}

.post span {
  color: #a1a0a0;
  font-size: 11px;
  font-style: italic;
}

.text {
  font-size: 11px;
  color: #a1a0a0;
  padding: 5px 0;
  margin: 0 0 40px 65px;
}

/* img */

img.banner {
  border: 1px solid #eaeaea;
  padding: 15px 21px;
  background: #fff;
  float: left;
  margin: 0 1px 0 0;
}

img.banner:hover {
  border: solid 1px #eaeaea;
  -moz-box-shadow: 1px 1px 5px #999;
  -webkit-box-shadow: 1px 1px 5px #999;
  box-shadow: 1px 1px 5px #999;
}

/* prefooter */

.prefooter {
  background: url(images/fbg_bg.png);
  padding: 15px 0;
  margin: 0 auto;
}

.prefooter h2 {
  border-bottom: 1px solid #535353;
  font-size: 14px;
  color: #fefefe;
  padding: 15px 0;
  margin: 0 0 10px 0;
}

.prefooter p {
  color: #858585;
  font-size: 11px;
  line-height: 1.5em;
  padding: 5px 0;
}

.prefooter a {
  color: #adadad;
  font-style: italic;
}

.pref_blog {
  width: 100%;
  float: left;
  margin: 5px 32px 5px 0;
  padding: 0;
}

.pref_blog.last {
  margin: 5px 0 5px 0;
}

a.fl {
  margin: 10px 10px 40px 0;
  float: left;
  padding: 0;
}

/* Flickr */

.Flickr {
  float: left;
  width: 20%;
  margin: 5px 20px 5px 0;
}

.Flickr img {
  padding: 3px;
  background: #484848;
  float: left;
  margin: 5px 4px 5px 0;
}

.Flickr img.last {
  margin: 5px 0;
}

.Flickr img:hover {
  padding: 2px;
  border: 1px solid #a11f3b;
}

/* footer */

.footer {
  color: #7b7b7b;
  margin: 20px auto 0auto;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #505050;
  padding: 15px 0;
}

.footer a {
  color: #7b7b7b;
  text-decoration: underline;
}

/* slider */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides li {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

/* img_hover */

img.h2_hover1 {
  background: url(images/h2_img_1.png) center no-repeat;
}

img.h2_hover2 {
  background: url(images/h2_img_2.png) center no-repeat;
}

img.h2_hover3 {
  background: url(images/h2_img_3.png) center no-repeat;
}

img.h2_hover4 {
  background: url(images/h2_img_4.png) center no-repeat;
}

img.h2_hover1:hover {
  background: url(images/h2_img_1_h.png) no-repeat;
}

img.h2_hover2:hover {
  background: url(images/h2_img_2_h.png) no-repeat;
}

img.h2_hover3:hover {
  background: url(images/h2_img_3_h.png) no-repeat;
}

img.h2_hover4:hover {
  background: url(images/h2_img_4_h.png) no-repeat;
}

/* NAVIGATION ------------------------------------------------------------*/

nav {
  float: left;
  padding: 0;
  position: relative;
  bottom: 8px;
}

nav a {
  text-decoration: none;
  color: #acacac;
}

#nav {
  margin-top: 10px;
}

#nav li {
  display: inline;
  font-size: 16px;
  float: left;
}

#nav > li > a {
  display: block;
  overflow: hidden;
  padding: 10px 10px 15px 10px;
  color: #393838;
}

#nav > li > a:hover,
#nav > li.current-menu-item > a,
#nav > li.current_page_item > a,
#nav > li > a.active {
  border: none;
}

#nav > li.current-menu-item > a,
#nav > li.current_page_item > a,
#nav a:hover {
  color: #a11f3b;
}

#nav > li > a > .subheader {
  color: #717171;
  display: block;
  font-size: 11px;
  font-weight: lighter;
}

#nav .sf-sub-indicator {
  float: right;
}

#nav > li > a > .sf-sub-indicator {
  display: none;
}

/* sub navigation -----------------------------------------------------*/

/* sub navigation -----------------------------------------------------*/

#nav > li ul {
  display: block;
  margin-top: 15px;
  background: #f4f4f4;
  border: 1px solid #ececec;
}

#nav > li ul li a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  color: #a9a9a9;
  text-decoration: none;
}

#nav > li ul li a span {
  display: block;
}

#nav > li ul li a:hover,
#nav > li ul li a.active {
  background: #fff;
  color: #1c1d1d;
}

/* MOBILE NAVIGATION ------------------------------------------------*/

.menu_mobile {
}

#mobile-nav-holder {
  z-index: 1000;
  background: #191a1a;
}

#mobile-nav {
  z-index: 2000;
  display: none;
  padding-top: 20px;
  padding-bottom: 30px;
  position: absolute;
  left: 60px;
  background: #f4f4f4;
}

#mobile-nav-holder a {
  display: block;
  padding: 7px 14px;
  text-decoration: none;
  color: #393838;
  font-size: 13px;
  font-weight: lighter;
}

#mobile-nav-holder li {
  padding: 1% 1%;
}

#mobile-nav-holder li a {
  border-bottom: 1px solid #e6e6e6;
}

#mobile-nav-holder li:last-child a,
#mobile-nav-holder li > ul a {
  border: none;
}

#mobile-nav-holder li > ul a {
  color: #878787;
  margin-left: 0px;
}

#mobile-nav-holder a:hover,
#mobile-nav-holder a:focus {
  background: #fff;
}

#mobile-nav-holder a:hover {
  padding-left: 20px;
}

#mobile-nav-holder #nav-open {
  background: none;
  position: absolute;
  left: 0px;
  z-index: 2000;
}

#mobile-nav-holder #nav-open a {
  display: block;
  padding: 7px 14px;
}

#mobile-nav-holder #nav-open a:hover,
#mobile-nav-holder #nav-open a:focus {
  background: none;
}

#mobile-nav-holder #nav-open:hover a {
  color: #e66161;
}

#mobile-nav > .current-menu-item > a,
#mobile-nav > .current_page_item > a {
  color: #878787;
}

/* GALLERY START */

/*4cols_gallery*/

.col44 {
  width: 200px;
  float: left;
  padding: 0;
  margin-right: 10px;
  position: relative;
  top: 0px;
  margin-top: 50px;
  padding-bottom: 40px;
}

.col44 h3 {
  position: relative;
  bottom: 0px;
  margin-bottom: 0px;
}

.col44 a img {
  margin-top: 0px;
}

.col44.last {
  float: right;
  margin: 0;
  margin-right: 0px;
}

.col44.invisible-box {
  display: none;
  opacity: 0;
  z-index: 1;
}

/* gallery-categ */

.gallery-categ {
  margin: 0;
  padding: 0;
}

.gallery-categ li {
  padding: 0;
  float: left;
  border-right: 1px solid #ccc;
}

.gallery-categ li:last-child {
  border-right: 0;
}

.gallery-categ li a {
  font-weight: bold;
  display: block;
  padding: 5px 10px;
}

.gallery-categ li.active a {
  text-decoration: underline;
}

.img_hover_box.pic a {
  display: block;
  position: relative;
  margin-bottom: 15px;
}

.img_hover_box.pic a img {
  margin: 0;
}

.img_hover_box.pic a img.h {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  background: none;
  border: none;
}

.img_hover_box.pic a:hover img.h {
  visibility: visible;
}

/*btn*/

.btn {
  margin: 12px 0 0;
  padding: 0px 0px 0;
  text-align: center;
}

.btn a {
  font-size: 11px;
  color: #8f8f8f;
  text-transform: uppercase;
  height: 33px;
  padding: 8px 12px;
  background: #f7f7f7;
  border: 1px solid #ebebeb;
  font-weight: bold;
}

.btn a:hover {
  color: #fff;
  background: #ebad00;
  border-color: #9cac50;
}

.btn a span {
  color: #ebad00;
  font-size: 12px;
  font-weight: normal;
}

.pic img {
  padding: 0px;
  background: #ffffff;
  max-width: 100%;
  height: auto; /*}

.pic a:hover img {background:#e1e1df;border:1px solid #e1e1df; /**/
}

.pic img.h {
  background: none;
}

.pic.fl {
  margin: 5px 20px 10px 0;
}

.pic.fr {
  margin: 5px 0 20px 10px;
}

.img_hover_box.pic a img.r_plus {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  background: none;
  border: none;
  height: 100%;
  width: 100%;
}

.img_hover_box.pic a:hover img.r_plus {
  visibility: visible;
}

.txt {
  margin-top: 50px;
}

/*form Contact_us*/

#contactform {
  margin: 0;
  padding: 5px 0;
  width: 99%;
}

#contactform * {
  color: #8b8b8e;
}

#contactform ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

#contactform li {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  display: block;
  clear: both;
}

#contactform li.buttons {
  margin: 5px 0 5px 0;
  clear: both;
}

#contactform label {
  margin: 0;
  width: 99%;
  padding: 6px 0;
  text-transform: none;
  float: left;
  font-weight: normal;
  color: #8b8b8b;
}

#contactform label .ness {
  color: #656566;
}

#contactform label span {
  color: #8b8b8b;
}

#contactform input.text {
  width: 99%;
  border: 1px solid #d3d3d3;
  margin: 5px 0;
  padding: 5px 2px;
  height: 16px;
  background: #ffffff;
  float: left;
  font-size: 12px;
  color: #8b8b8e;
}

#contactform textarea {
  width: 99%;
  border: 1px solid #d3d3d3;
  margin: 4px 0;
  padding: 5px 2px;
  background: #ffffff;
  float: left;
  font-size: 12px;
  color: #8b8b8e;
}

#contactform li.buttons input {
  padding: 0 0 3px 0;
  margin: 1% 0 0 0;
  border: 0;
  color: #fff;
  float: left;
}

.dc_pricingtable03 li h2 {
  font-size: 24px !important;
}

.dc_pricingtable03 li h2,
.dc_pricingtable03 li h1,
.dc_pricingtable03 li h1 span,
.dc_pricingtable03 li h3 {
  color: #fff !important;
}

.dc_pricingtable03 li h2.caption {
  color: #999 !important;
  font-size: 28px !important;
}

.dc_pricingtable06 ul li h3 {
  font-size: 28px !important;
  color: #fff !important;
  line-height: 180% !important;
}

.dc_pricingtable05 ul li h3 {
  font-size: 28px !important;
  line-height: 250% !important;
}

#slider-wrapper object {
  width: 100%;
}

iframe.wid5 {
  height: 400px;
  width: 100%;
}

iframe.wid6 {
  height: 550px;
  width: 100%;
}

iframe.wid7 {
  height: 400px;
  width: 100%;
}

iframe.wid8 {
  height: 500px;
  width: 100%;
}

#mailform-subscribe {
  color: #fff;
  padding: 20px 15px;
  text-shadow: 1px 1px #111;
}
#mailform-subscribe input {
  font-size: 13px;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 6px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0 2px 2px #111;
  -moz-box-shadow: 0 2px 2px #111;
  -webkit-box-shadow: 0 2px 2px #111;
}
#mailform-subscribe input.email {
  background: #fff url(images/mailform-subscribe.png) no-repeat 10px center;
  padding-left: 32px;
}
#mailform-subscribe input[type="submit"] {
  margin: 3px;
  background-color: #666;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #ffffff !important;
  cursor: pointer;
  display: inline-block;
  moz-border-radius: 5px;
  moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  padding: 5px 10px 6px;
  position: relative;
  text-decoration: none;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
  webkit-border-radius: 5px;
  webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
}
#mailform-subscribe input[type="submit"]:hover {
  background-color: #999;
  color: #fff;
}
#mailform-subscribe input[type="submit"]:active {
  top: 1px;
}

#intro {
  margin: 40px auto 0;
}

p.intro,
p.faq,
p.about {
  font-size: 14px;
  color: #575757;
}

.intro span,
p.faq span,
p.about span {
  color: #a11f3b;
}

h4 {
  font-size: 24px;
  color: #a11f3b;
  margin-bottom: 20px;
}

h6 {
  font-size: 16px;
  color: #adadad;
  margin-bottom: 20px;
}

#faq h5 {
  font-size: 16px;
  color: #a11f3b;
  margin-top: 20px;
}

.btn_contact {
  background-color: #a11f3b;
  display: block;
  float: left;
  width: 180px;
  border-radius: 3px;
  margin: 10px 10px;
  overflow: hidden;
}

.btn_contact span {
  /*font-size: 15px;*/
  width: 120px;
  display: inline-block;
  line-height: 40px;
  font-style: normal;
  vertical-align: bottom;
  text-align: center;
  color: #adadad;
}

.btn_contact.caption {
  width: 300px;
}

.btn_contact.caption span {
  font-size: 24px;
  width: 230px;
  text-align: left;
  margin-left: 20px;
}

.right_side .btn_contact,
.main_btn .btn_contact {
  background-color: #e8e8e8;
  border: 2px solid #a11f3b;
  margin: 10px 5px;
  cursor: pointer;
}

.right_side .btn_contact img,
.main_btn .btn_contact img {
  display: block;
  margin: 20px auto 0;
}

.right_side .btn_contact span,
.main_btn .btn_contact span {
  width: 100%;
  color: #a11f3b;
}

.about_img {
  float: left;
  margin-right: 20px;
}

.about_img img {
  width: 100%;
}
