/* --------------------------------------------------------------------------------------
+
+   AUTHOR: Plakarstudio
+
-------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------
+
+ BASIC STYLES
+
-------------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* --------------------------------------------------------------------------------------
+
+ VARIABLES
+
-------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------
+
+ MIXINS
+
-------------------------------------------------------------------------------------- */
/* BOX SIZING */
/* TRANSITION */
/* LINE-HIGH */
/* FIRST CHILD */
/* BGR IMAGE */
/* CSS3 PIE */
/* TRIANGLES */
.icon-sprite, .icon-fb, .icon-globe, .icon-go, .icon-megaphone, .icon-paperplane, .icon-tw {
  background: url('../images/icon-sb972735701.png') no-repeat;
}

.icon-fb {
  background-position: 0 -444px;
  height: 35px;
  width: 35px;
}

.icon-globe {
  background-position: 0 0;
  height: 108px;
  width: 108px;
}

.icon-go {
  background-position: 0 -354px;
  height: 35px;
  width: 35px;
}

.icon-megaphone {
  background-position: 0 -236px;
  height: 108px;
  width: 108px;
}

.icon-paperplane {
  background-position: 0 -118px;
  height: 108px;
  width: 108px;
}

.icon-tw {
  background-position: 0 -399px;
  height: 35px;
  width: 35px;
}

.glasses, .clock, .star, .case, .trophy {
  width: 60px;
  height: 50px;
  display: block;
  background: url('../images/tabs-s7fdc1222a2.png') no-repeat;
}

.glasses {
  background-position: 0 -600px;
  height: 50px;
  width: 60px;
}
.tabs li .glasses:hover, .tabs li.active .glasses {
  background-position: 0 -750px;
}

.clock {
  background-position: 0 -300px;
  height: 50px;
  width: 60px;
}
.tabs li .clock:hover, .tabs li.active .clock {
  background-position: 0 -450px;
}

.star {
  background-position: 0 -900px;
  height: 50px;
  width: 60px;
}
.tabs li .star:hover, .tabs li.active .star {
  background-position: 0 -1050px;
}

.case {
  background-position: 0 0;
  height: 50px;
  width: 60px;
}
.tabs li .case:hover, .tabs li.active .case {
  background-position: 0 -150px;
}

.trophy {
  background-position: 0 -1200px;
  height: 50px;
  width: 60px;
}
.tabs li .trophy:hover, .tabs li.active .trophy {
  background-position: 0 -1350px;
}

html {
  background-color: #e8eaec;
}

body {
  color: #2d333d;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}

h2 {
  font-size: 52px;
  margin-bottom: 50px;
}

h3 {
  font-size: 52px;
  margin-bottom: 50px;
}

h4 {
  font-size: 52px;
  margin-bottom: 40px;
}

a {
  outline: none;
  /* removing outline in Mozilla */
  text-decoration: none;
  color: #2d333d;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #dbbc80;
}

p {
  margin-bottom: 30px;
  font-weight: 300;
}

img {
  vertical-align: top;
}

table {
  width: 100%;
}

strong {
  font-weight: bold;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

::-moz-selection {
  background: #dbbc80;
  color: #2d333d;
  text-shadow: none;
}

::selection {
  background: #dbbc80;
  color: #2d333d;
  text-shadow: none;
}

.hide {
  display: none !important;
}

button:hover,
input[type="submit"]:hover,
label {
  cursor: pointer;
}

textarea {
  margin: 0;
  /* removing margin in Mozilla */
  overflow: auto;
  /* for IE and older browsers */
}

/* align checkboxes, radios, text inputs with their label */
input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline;
}

input:focus,
textarea:focus,
button:focus {
  outline: none;
}

button::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* --------------------------------------------------------------------------------------
+
+ LAYOUT
+
-------------------------------------------------------------------------------------- */
html, body {
  height: 100%;
}

.layout {
  clear: both;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -116px;
}
.layout .layout_footer {
  height: 116px;
}

footer {
  clear: both;
  position: relative;
  height: 116px;
}

.layout {
  position: relative;
}
.layout.home, .layout.questions, .layout.contact {
  background-color: #dbbc80;
}
.layout > * {
  min-width: 950px;
}

header,
.subheader,
.content,
.content > *,
footer {
  min-width: 950px;
}

.container {
  margin: 0 auto;
  width: 950px;
  padding: 0 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.left {
  float: left;
}

.right {
  float: right;
}

/* --------------------------------------------------------------------------------------
+
+ BUTTONS
+
-------------------------------------------------------------------------------------- */
.btn {
  height: 46px;
  line-height: 46px;
  text-align: center;
  padding: 0 50px;
  color: #2d333d;
  background-color: #dbbb7f;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  -moz-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.btn {
  *display: inline;
}
.btn:hover {
  background-color: #c4a872;
  color: #2d333d;
}

/* --------------------------------------------------------------------------------------
+
+ HEADER
+
-------------------------------------------------------------------------------------- */
header {
  height: 113px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(5, 5, 6, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(5, 5, 6, 0.2);
  box-shadow: 0 1px 2px rgba(5, 5, 6, 0.2);
  behavior: url(../PIE-1.0.0/PIE.htc);
  position: relative;
  z-index: 100;
}
header .container {
  padding: 0;
}
header .logo {
  float: left;
  width: 221px;
  height: 73px;
  text-indent: -9999px;
  background: url('../images/logo.png') no-repeat 0 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 22px;
}
header .logo:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
header nav {
  float: right;
  padding-top: 48px;
}
header nav > ul > li {
  float: left;
  margin-left: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 2px solid transparent;
  line-height: 1;
  padding-bottom: 3px;
  position: relative;
}
header nav > ul > li:hover, header nav > ul > li.active {
  border-color: #dbbb7f;
}
header nav > ul > li:hover .drop {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  visibility: visible;
}
header nav > ul > li:last-child a {
  font-family: Tahoma, sans-serif;
}
header nav a {
  cursor: pointer;
}
header nav a:hover {
  color: inherit;
}

.drop {
  position: absolute;
  top: 100%;
  margin-top: 2px;
  left: 0;
  background-color: #FAECD3;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.drop li {
  border-top: 1px solid #EDD8B2;
}
.drop li:first-child {
  border-top: none;
}
.drop li a {
  width: 140px;
  padding: 10px 16px;
  display: block;
  line-height: 1.5;
}
.drop li a:hover {
  background-color: #EDD8B2;
}

.subheader {
  height: 237px;
  padding-top: 70px;
}
.services .subheader {
  background: url('../images/subheader-services.jpg') no-repeat 0 0;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-color: #111111;
}
.subheader h2 {
  color: #dbbc80;
  text-align: center;
  padding-top: 120px;
  background: url('../images/icon-pencils.png') no-repeat 0 0;
  background-position: 50% 0;
}
.trademark .subheader {
  background: url('../images/subheader02.jpg') no-repeat 0 0;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-color: #111111;
}
.trademark .subheader h2 {
  background: url('../images/icon-definition.png') no-repeat 0 0;
  background-position: 50% 0;
}
.subheader.register h2 {
  background: url('../images/icon-register.png') no-repeat 0 0;
  background-position: 50% 0;
}
.subheader.procedure h2 {
  background: url('../images/icon-procedure.png') no-repeat 0 0;
  background-position: 50% 0;
}
.subheader.domain h2 {
  background: url('../images/icon-domain.png') no-repeat 0 0;
  background-position: 50% 0;
}
.subheader.faq h2 {
  background: url('../images/icon-faq.png') no-repeat 0 0;
  background-position: 50% 0;
}
.subheader.phone {
  background: url('../images/subheader-phone.jpg') no-repeat 0 0;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-color: #111111;
}
.subheader.phone h2 {
  background: url('../images/icon-phone.png') no-repeat 0 0;
  background-position: 50% 0;
}
.subheader.questions-sub {
  background: url('../images/subheader-questions.jpg') no-repeat 0 0;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-color: #111111;
}
.subheader.questions-sub h2 {
  background: url('../images/underline.png') no-repeat 0 0;
  background-position: 50% 100%;
  padding-top: 0;
  margin-top: 70px;
  padding-bottom: 30px;
}

.home .subheader {
  height: 516px;
  padding-top: 100px;
  background: url('../images/subheader-home.jpg') no-repeat 0 0;
  background-color: #000;
  text-align: center;
  color: #fff;
}
.home .subheader h2 {
  margin-top: 70px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 52px;
  background: none !important;
  padding-top: 0;
}
.home .subheader p {
  width: 520px;
  margin: 0 auto 70px auto;
}

.about .subheader {
  background: url('../images/subheader01.jpg') no-repeat 0 0;
  height: 161px;
  background-color: #000;
  padding: 0;
}

.subheader {
  background-position: 50% 50% !important;
  -webkit-background-size: 100% !important;
  -moz-background-size: 100% !important;
  -o-background-size: 100% !important;
  background-size: 100% !important;
}

@media all and (max-width: 1440px) {
  .subheader {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position: 50% 0 !important;
  }
}
/* --------------------------------------------------------------------------------------
+
+ FOOTER
+
-------------------------------------------------------------------------------------- */
footer {
  background-color: #2c323c;
  color: #787e89;
  font-size: 14px;
  position: relative;
}
footer .container {
  padding: 0;
  padding-top: 30px;
}
footer .logo {
  float: left;
  width: 57px;
  height: 56px;
  text-indent: -9999px;
  margin-right: 30px;
  background: url('../images/logo-footer.png') no-repeat 0 0;
}
footer small {
  height: 56px;
  line-height: 56px;
}

.social {
  float: right;
  margin-top: 11px;
}
.social li {
  float: left;
  margin-left: 10px;
}
.social a {
  width: 35px;
  height: 35px;
  display: block;
  display: block;
  text-indent: -9999px;
  background-color: #434953;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  behavior: url(../PIE-1.0.0/PIE.htc);
}
.social a:hover {
  background-color: #777D88;
}

.trademark + footer:before {
  content: '';
  width: 100%;
  height: 10px;
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  background-color: #dbbc80;
}

/* --------------------------------------------------------------------------------------
+
+ TABS
+
-------------------------------------------------------------------------------------- */
.tabs {
  background-color: #e8eaec;
}

.tabs-buttons {
  padding: 0;
}
.tabs-buttons li {
  float: left;
  position: relative;
  width: 190px;
  padding: 50px 0;
}
.tabs-buttons li.active:before {
  content: '';
  content: '';
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  position: absolute;
  border-width: 0 13px 17px 13px;
  border-color: transparent transparent white transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -13px;
}
.tabs-buttons li a {
  width: 60px;
  height: 50px;
  display: block;
  margin: 0 auto;
  text-indent: -9999px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.tab-item {
  clear: both;
  background-color: #fff;
  text-align: center;
}
.tab-item .container {
  width: 880px;
  height: 158px;
  display: table;
}
.home .tab-item .container {
  display: table;
}
.home .tab-item p {
  display: table-cell;
  vertical-align: middle;
}
.tab-item p {
  margin-bottom: 0;
}
.tab-item p + p {
  margin-bottom: 30px;
}

/* ABOUT */
.tabs-about {
  margin-bottom: 0;
  background-color: #dbbc80;
}
.tabs-about .tabs-buttons {
  width: 550px;
  padding: 0;
}
.tabs-about li {
  width: 114px;
  margin-left: 103px;
}
.tabs-about li:first-child {
  margin-left: 0;
}
.tabs-about li a {
  width: 108px;
  height: 108px;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #2d333d;
  behavior: url(../PIE-1.0.0/PIE.htc);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tabs-about li a:hover {
  background-color: #e9ebed;
}
.tabs-about li.active a {
  background-color: #e9ebed;
}
.tabs-about li.active:before {
  border-color: transparent transparent #e9ebed;
}
.tabs-about .tab-item {
  height: 420px;
  background-color: #e9ebed;
}
.tabs-about .tab-item .container {
  padding: 100px 70px 0;
  width: 950px;
}
.tabs-about .tab-item p {
  text-align: justify;
}

/* --------------------------------------------------------------------------------------
+
+ CONTENT
+
-------------------------------------------------------------------------------------- */
.home .content {
  text-align: center;
}
.questions .content .container:first-child {
  padding: 0 !important;
}
.content > .container:first-child {
  padding: 100px 70px 80px 70px;
  text-align: justify;
}
.content ol {
  padding-left: 85px;
}
.content ol li {
  position: relative;
}
.content ol span {
  background-color: #fff;
  width: 18px;
  height: 18px;
  display: block;
  line-height: 17px;
  border: 2px solid #dbbc80;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  text-align: center;
  font-size: 14px;
  position: absolute;
  left: -35px;
  top: 2px;
}

.golden {
  padding: 100px 0 50px 0;
  background-color: #dbbc80;
  text-align: center;
}
.home .golden p {
  text-align: center;
}
.home .golden h3 {
  font-size: 36px;
}
.home .golden img {
  margin-bottom: 70px;
}
.golden img {
  margin-bottom: 40px;
}
.golden p {
  padding: 0 30px;
  text-align: justify;
}
.golden h3 {
  color: #fff;
  font-size: 52px;
  margin-bottom: 50px;
  line-height: 1.2;
}

.paper {
  background: url('../images/paper-bgr.png') no-repeat 0 0;
  background-position: 100% 0;
  background-color: #fff;
  padding: 100px 70px 70px 70px !important;
  margin-top: -80px;
  text-align: justify;
}

.ceo-message {
  color: #fff;
  height: 633px;
  padding-top: 90px;
  overflow: hidden;
  background: url('../images/seo-bgr.jpg') no-repeat 0 0;
  background-position: 50% 0;
  background-color: #121212;
}
.ceo-message .container {
  padding: 0 70px;
}
.ceo-message h3 {
  text-align: center;
  padding-top: 120px;
  background: url('../images/icon-glasses.png') no-repeat 0 0;
  background-position: 50% 0;
}
.ceo-message p {
  text-align: justify;
}

.content .blocks {
  width: 990px;
  margin: 0 auto;
  padding: 65px 40px;
  overflow: hidden;
}
.content .blocks li {
  float: left;
  position: relative;
  display: block;
  width: 290px;
  margin: 35px 20px;
  text-align: center;
}
.content .blocks li p {
  margin-bottom: 0;
}
.content .blocks li:hover .over {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  visibility: visible;
}
.content .blocks li span {
  width: 54px;
  height: 54px;
  display: block;
  line-height: 54px;
  text-align: center;
  background-color: #fff;
  border: 3px solid #2d333d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  behavior: url(../PIE-1.0.0/PIE.htc);
  font-size: 36px;
  display: inline-block;
  margin-bottom: 25px;
  position: static;
}
.content .blocks .over {
  position: absolute;
  background-color: #fff;
  top: -40px;
  left: -40px;
  width: 290px;
  padding: 40px;
  -webkit-box-shadow: 0 0 5px rgba(5, 5, 6, 0.2);
  -moz-box-shadow: 0 0 5px rgba(5, 5, 6, 0.2);
  box-shadow: 0 0 5px rgba(5, 5, 6, 0.2);
  behavior: url(../PIE-1.0.0/PIE.htc);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 100;
}
.content .blocks .over span {
  background-color: #dbbc80;
}

@media all and (max-width: 990px) {
  .content .blocks {
    width: 990px;
    margin: 0 -60px;
    overflow: hidden;
  }

  .content {
    width: 950px;
    overflow: hidden;
  }
}
.list {
  padding-left: 50px;
  padding-top: 10px;
  margin-bottom: 50px;
}
.list li {
  margin-top: 30px;
  height: 70px;
  padding: 5px 0;
}
.list li p {
  margin-bottom: 0;
}
.list li span {
  width: 54px;
  height: 54px;
  display: block;
  line-height: 52px;
  font-size: 36px;
  float: left;
  background-color: #fff;
  border: 3px solid #2d333d;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  behavior: url(../PIE-1.0.0/PIE.htc);
  margin-right: 30px;
  margin-top: 3px;
  position: static;
}

.text-list {
  padding-left: 90px;
  padding-top: 20px;
  margin-bottom: 50px;
}
.text-list li {
  position: relative;
  margin-top: 30px;
}
.text-list li:first-child {
  margin-top: 0;
}
.text-list li:before {
  content: '';
  width: 19px;
  height: 19px;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  float: left;
  background-color: #dbbc80;
  position: absolute;
  left: -35px;
  top: 3px;
}

/* COLLAPSE */
.collapse {
  width: 950px;
  margin: 70px auto 70px auto;
}
.collapse h3 {
  background-color: #fff;
  color: #dbbc80;
  font-size: 20px;
  width: 100%;
  padding: 17px 66px 17px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  cursor: pointer;
  position: relative;
  margin-bottom: 30px;
  text-align: left;
}
.collapse h3:before {
  content: '';
  width: 26px;
  height: 26px;
  display: block;
  background: url('../images/icon-plus.png') no-repeat 0 0;
  position: absolute;
  top: 15px;
  right: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.collapse h3.opened:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.collapse div {
  display: none;
  padding: 20px 70px 50px 70px;
}

.questions-collapse {
  width: 100%;
  background-color: #e8eaec;
  padding: 70px 0;
  margin: 0;
}
.questions-collapse section {
  width: 950px;
  margin: 0 auto;
}
.questions-collapse .text-list:first-child {
  padding-left: 20px;
}
.questions-collapse h3 {
  padding-left: 50px;
}
.questions-collapse h3 span {
  background-color: #fff;
  width: 18px;
  height: 18px;
  display: block;
  line-height: 17px;
  border: 2px solid #dbbc80;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  text-align: center;
  font-size: 14px;
  position: absolute;
  left: 15px;
  top: 17px;
  color: #2d333d;
}

/* MAP */
#map {
  width: 100%;
  height: 540px;
  display: block;
}

.info {
  width: 950px;
  margin: 0 auto;
  margin-top: -136px;
  position: relative;
  z-index: 300;
  height: 136px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #2c323c;
  color: #fff;
  padding: 0 120px;
  display: table;
}
.info section {
  display: table-cell;
  vertical-align: middle;
  width: 33%;
  height: 136px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.info section:first-child {
  padding-left: 0;
}
.info dl {
  float: left;
  clear: left;
}
.info dt, .info dd {
  float: left;
}
.info dd {
  margin-left: 5px;
}
.info dd + dd {
  margin-left: 0;
}

/* --------------------------------------------------------------------------------------
+
+ SLIDER
+
-------------------------------------------------------------------------------------- */
.slider-wrap {
  width: 100%;
  position: relative;
  padding-top: 200px;
  margin-bottom: 150px;
  background-color: #dbbc80;
}
.slider-wrap * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.slider-container {
  width: 950px;
  margin: 0 auto;
  position: relative;
  z-index: 300;
  text-align: center;
}
.slider-container .center span {
  background: url('../images/arrows.png') no-repeat 0 0;
  text-indent: -9999px;
  width: 52px;
  height: 27px;
  display: block;
  margin-top: -70px;
  cursor: pointer;
}
.slider-container .center span#prev {
  float: left;
}
.slider-container .center span#prev:hover {
  background-position: 0 -27px;
}
.slider-container .center span#next {
  float: right;
  background-position: -52px 0;
}
.slider-container .center span#next:hover {
  background-position: -52px -27px;
}

.slider-bgr {
  width: 100%;
  height: 464px;
  display: block;
  background: url('../images/slider-bgr.jpg') no-repeat 0 0;
  background-position: 50% 50%;
  background-color: #111;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}

.cycle-slideshow {
  clear: both;
  height: auto;
  background-color: #fff;
}
.cycle-slideshow > div {
  width: 950px;
  padding: 70px;
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 50px;
  text-align: justify;
}
.cycle-slideshow > div h3 {
  position: absolute;
  top: -90px;
  width: 810px;
  color: #dbbc80;
  text-align: center;
  display: inline-block;
  margin-bottom: 40px;
}

.cycle-pager {
  position: absolute;
  bottom: -47px;
  width: 100%;
}
.cycle-pager span {
  width: 22px;
  height: 22px;
  display: inline-block;
  text-indent: -9999px;
  background: url('../images/pager.png') no-repeat 0 0;
  cursor: pointer;
  margin: 0 5px;
}
.cycle-pager span.cycle-pager-active {
  background-position: -22px 0;
}
.cycle-pager span:hover {
  background-position: -44px 0;
}

/* --------------------------------------------------------------------------------------
+
+ FORMS
+
-------------------------------------------------------------------------------------- */
form {
  width: 950px;
  margin: 80px auto;
  padding: 150px 75px 0 75px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background: url('../images/icon-mail.png') no-repeat 0 0;
  background-position: 50% 0;
  text-align: center;
}
form input[type="text"],
form textarea {
  vertical-align: middle;
  font-family: "Roboto", sans-serif;
  color: #2d333d;
  background-color: #fff;
  padding: 0 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
  font-weight: 200;
  float: left;
  margin-bottom: 28px;
  width: 381px;
  height: 42px;
  border: 2px solid #b59965;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
}
form input[type="text"]:hover, form input[type="text"]:focus,
form textarea:hover,
form textarea:focus {
  border-color: #b59965;
  background-color: #efe5d1;
}
form input[type="text"].placeholder,
form textarea.placeholder {
  color: #606670;
}
form input + input {
  float: right !important;
}
form textarea {
  width: 100%;
  resize: none !important;
  line-height: 1.5;
  padding: 5px 10px;
  clear: left;
  min-height: 170px;
}
form button {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  border: none;
  background-color: #2d333d !important;
  color: #fff !important;
  font-size: 16px !important;
}
form button:hover {
  background-color: #434953 !important;
}

/*
@import "tables";
*/
