/* reset 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,
font,
img,
ins,
kbd,
q,
s,
samp,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
q:before,
blockquote:after,
q:after {
  content: '';
}
input:focus,
textarea:focus,
a:focus,
button:focus,
select:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del,
s,
strike {
  text-decoration: line-through;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
  margin: 0;
}
/* Common classes
-----------------------------------------------------------------------------*/
.clear {
  clear: both;
}
.clear-fix:after,
.container:after,
.container-fluid:after,
.row:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
.webkit-flicker-fix {
  -webkit-backface-visibility: hidden;
}
.webkit-border-radius-fix {
  -webkit-mask-image: -webkit-radial-gradient(circle, #ffffff, #000000);
  -webkit-backface-visibility: hidden;
}
/* positioning
-----------------------------------------------------------------------------*/
.pa {
  position: absolute;
}
.pr {
  position: relative;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/* sizing
-----------------------------------------------------------------------------*/
.full-width,
input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
input[type=url],
textarea,
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=range],
input[type=color] {
  box-sizing: border-box;
  width: 100%;
}
/* transitions
-----------------------------------------------------------------------------*/
a,
a *,
a:before,
a:after {
  transition: all 200ms ease;
}
/* main classes
-----------------------------------------------------------------------------*/
.PtSans {
  font-family: 'PT Sans', sans-serif;
}
.mark {
  color: #f59135;
}
.LogoFont {
  font-family: 'Cinzel Decorative', cursive;
}
.page-content {
  margin-bottom: 60px;
}
.breadcrumb {
  margin: 0 0 32px;
  padding: 7px 0;
  list-style: none;
  border: solid rgba(44, 47, 60, 0.3);
  border-width: 1px 0;
}
.breadcrumb:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
.breadcrumb li {
  float: left;
}
.breadcrumb li:before {
  content: '\f178';
  font-family: FontAwesome;
  display: inline-block;
  margin: 0 5px;
}
.breadcrumb li:first-child:before {
  content: none;
}
.content-box {
  margin-bottom: 32px;
}
.base-margin-bottom,
h1,
h2,
h3,
h4,
h4,
h5,
h6,
p,
ul,
ol,
table,
blockquote {
  margin-bottom: 11px;
}
.base-margin-bottom:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0;
}
body,
input,
button,
select,
textarea {
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  color: #97999d;
}
body {
  line-height: 1.375;
}
a {
  color: #1e90ff;
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
img {
  border: none;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h4,
h5,
h6 {
  font-weight: normal;
  color: #f59135;
  margin-bottom: 14px;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
ul,
ol {
  padding-left: 20px;
}
ul.unstyled,
ol.unstyled {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.styled {
  list-style: none;
  padding: 0;
}
ul.styled li:before {
  font-family: FontAwesome;
  content: '\f00c';
  color: #f59135;
  margin-right: 4px;
}
blockquote {
  display: block;
  border-left: 4px solid #2c2f3c;
  background: rgba(204, 204, 204, 0.3);
  padding: 15px;
}
blockquote:before,
blockquote:after {
  content: none;
}
.table {
  width: 100%;
}
.table th,
.table td {
  padding: 5px 20px;
  border: 1px solid rgba(44, 47, 60, 0.3);
}
.table th {
  background: #262934;
  color: #97999d;
  font-weight: normal;
  padding: 7px;
}
.table tr:hover {
  background: #f2f2f2;
  color: #000;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
pre,
code {
  font-family: monospace;
}
/* main styles
-----------------------------------------------------------------------------*/
.section {
  padding: 80px 0;
}
.section.grey {
  background: #eeeeee;
}
.section h2 {
  color: #f59135;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 32px;
}
.section h2:after {
  content: '';
  width: 40px;
  height: 2px;
  background: #97999d;
  display: block;
  margin-top: 4px;
}
.transparent-bg {
  position: relative;
}
.transparent-bg:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(44, 47, 60, 0.5);
}
.content-img {
  border: 1px solid #f59135;
}
.content-img.img-left {
  float: left;
  margin: 6px 8px 6px 0;
}
.content-img.img-right {
  float: right;
  margin: 6px 0 6px 8px;
}
/* button
-----------------------------------------------------------------------------*/
.button {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  position: relative;
}
.button input {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
}
.lte-ie-8 .button input {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
/* inputs
-----------------------------------------------------------------------------*/
input {
  vertical-align: middle;
}
input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
input[type=url],
textarea,
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=range],
input[type=color] {
  display: block;
  margin: 0;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
  padding: 5px 10px;
}
textarea {
  overflow: auto;
}
input[type=button],
input[type=reset],
input[type=submit],
button {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type=button]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.popup input[type="button"],
.popup input[type="submit"],
.search-result input[type="submit"],
.schBtn input[type="submit"],
.btn {
  border: 0;
  background: #f59135;
  color: #fff;
  text-align: center;
  padding: 7px;
  text-decoration: none;
}
.popup input[type="button"].block,
.popup input[type="submit"].block,
.search-result input[type="submit"].block,
.schBtn input[type="submit"].block,
.btn.block {
  display: block;
}
.popup input[type="button"]:hover,
.popup input[type="submit"]:hover,
.search-result input[type="submit"]:hover,
.schBtn input[type="submit"]:hover,
.btn:hover {
  text-decoration: none;
  background: rgba(245, 145, 53, 0.9);
}
.popup input[type="button"].block,
.popup input[type="submit"].block,
.search-result input[type="submit"].block,
.schBtn input[type="submit"].block,
.btn.block {
  display: block;
  width: 100%;
}
.schBtn input[type="submit"] {
  float: right;
  width: 95%;
  height: 32px;
}
html {
  height: 100%;
}
.no-flexbox body {
  min-height: 100%;
  height: 100%;
  display: block !important;
}
.page-wrapper,
.footer {
  max-width: none;
  min-width: 0;
  width: 100%;
  margin: 0 auto;
}
.no-flexbox .page-wrapper,
.no-flexbox .footer {
  width: auto;
}
.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  background: #fff;
}
.lte-ie-11 .page-wrapper,
.lt-ie-11 .page-wrapper {
  min-height: 0;
}
.no-flexbox .page-wrapper {
  display: block !important;
  width: auto;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
.page-body {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page-body.flex-none {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.wrapper {
  position: relative;
}
/* responsive text align
-----------------------------------------------------------------------------*/
.text-xs-left {
  text-align: left;
}
.text-xs-right {
  text-align: right;
}
.text-xs-center {
  text-align: center;
}
.text-xs-justify {
  text-align: justify;
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/* Header section
-----------------------------------------------------------------------------*/
.header {
  -webkit-backface-visibility: hidden;
}
.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5000;
  background: #fff;
  box-shadow: 0 2px 5px rgba(44, 47, 60, 0.3);
}
.header.sticky .logo-holder {
  padding-top: 10px;
  padding-bottom: 10px;
  transition: 200ms;
}
.header .top-header {
  padding: 5px 0;
  background: #2c2f3c;
  border-bottom: 1px solid #cccccc;
  color: #fff;
}
.header .top-header a {
  color: #fff;
}
.header .login-box {
  float: right;
}
.header .login-box ul {
  line-height: 28px;
}
.header .login-box ul li {
  float: left;
  margin-left: 20px;
}
.header .login-box ul li:first-child {
  margin-left: 0;
}
.header .login-box ul .fa {
  margin-right: 4px;
  color: #f59135;
}
.header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header .contact-list {
  font-size: 14px;
  padding: 5px 0;
}
.header .contact-list:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
.header .contact-list li {
  float: left;
  margin-left: 15px;
}
.header .contact-list li:first-child {
  margin-left: 0;
}
.header .contact-list i {
  margin-right: 3px;
  color: #f59135;
}
.header .logo-holder {
  padding-top: 30px;
  padding-bottom: 30px;
  transition: 200ms;
}
.logo {
  font-family: 'Cinzel Decorative', cursive;
  color: #000;
  font-size: 36px;
  font-weight: 900;
}
.logo a {
  color: #000;
}
.logo a:hover {
  text-decoration: none;
}
nav .uMenuRoot {
  float: right;
}
nav .uMenuRoot:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
nav .uMenuRoot li {
  float: left;
  margin-left: 10px;
}
nav .uMenuRoot a {
  float: left;
  text-transform: uppercase;
  font-weight: 600;
  color: #2c2f3c;
  padding: 12px;
  position: relative;
}
nav .uMenuRoot a.uMenuItemA:after,
nav .uMenuRoot a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  height: 2px;
  background: #f59135;
}
nav .uMenuRoot a.uMenuItemA:after {
  left: 0;
  right: 0;
}
nav .uMenuRoot a:hover {
  text-decoration: none;
}
nav .uMenuRoot a:hover:after {
  left: 0;
  right: 0;
}
.btn-search {
  float: right;
  margin: 8px 0 0 5px;
  padding: 2px 6px;
  font-size: 18px;
  color: #f59135;
  text-decoration: none;
  width: 29px;
  box-sizing: border-box;
}
.btn-search:hover {
  background: #f59135;
  color: #fff;
}
/* Slider section
-----------------------------------------------------------------------------*/
.slider {
  position: relative;
}
.slider .slick-list {
  overflow: hidden;
}
.slider .slide {
  float: left;
  height: 500px;
  background-position: 50%;
  background-repeat: no-repeat;
}
.slider .slide-info {
  padding-top: 130px;
  text-align: center;
  color: #fff;
  position: relative;
  line-height: 30px;
  text-shadow: 0 0 2px rgba(44, 47, 60, 0.3);
}
.slider .slide-info .title {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 50px;
}
.slider .slide-info .title:after {
  content: '';
  width: 140px;
  height: 3px;
  background: #f59135;
  display: block;
  margin: 40px auto;
}
.slider .slide-info .text {
  font-size: 18px;
}
.slider .btn-slick {
  position: absolute;
  top: 50%;
  height: 56px;
  width: 32px;
  display: inline-block;
  background: #262934;
  color: #fff;
  text-align: center;
  line-height: 48px;
  font-size: 36px;
  z-index: 2000;
  border-radius: 3px;
  cursor: pointer;
  margin-top: -28px;
}
.slider .btn-slick:hover {
  background-color: #f59135;
}
.slider .btn-slick.next {
  right: 5px;
}
.slider .btn-slick.prev {
  left: 5px;
}
.slider .slick-dots {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 100px;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 4999;
}
.slider .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slider .slick-dots .slick-active .dot {
  background: #f59135;
}
.slider .slick-dots .dot {
  display: inline-block;
  width: 16px;
  height: 6px;
  background: #2d2f35;
  cursor: pointer;
}
/* About section
-----------------------------------------------------------------------------*/
.about-section h1 {
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  color: #f59135;
  margin-bottom: 40px;
}
.about-section h1:after {
  content: '';
  width: 130px;
  height: 2px;
  background: #2c2f3c;
  display: block;
  margin: 20px auto;
}
/* Services section
-----------------------------------------------------------------------------*/
.services-section {
  padding-bottom: 0;
}
.services-section .box {
  margin-bottom: 80px;
  font-size: 14px;
}
.services-section .box:hover .icon-box {
  background-color: #f59135;
  border-color: #f59135;
  color: #fff;
}
.services-section .box .icon-box {
  float: left;
  font-size: 32px;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border: 1px solid #cccccc;
  margin: 4px 15px 0 0;
  color: #f59135;
}
.services-section .box .wrap {
  overflow: hidden;
}
.services-section .box h3 {
  color: #5C6166;
  font-size: 18px;
  font-weight: 500;
}
/* Progress section
-----------------------------------------------------------------------------*/
.progress-section {
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-attachment: fixed;
  background-size: 100%;
}
.progress-section:before {
  background: rgba(44, 47, 60, 0.8);
}
.progress-section .container {
  position: relative;
}
.progress-section .box {
  text-align: center;
  color: #fff;
}
.progress-section .box .fa {
  font-size: 40px;
  color: #f59135;
}
.progress-section .box .icon-box {
  margin-bottom: 10px;
}
.progress-section .box .timer {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 10px;
}
.progress-section .box .title {
  text-transform: uppercase;
  font-size: 18px;
}
/* Team section
-----------------------------------------------------------------------------*/
.team-box {
  position: relative;
  overflow: hidden;
}
.team-box:hover .team-wrap {
  height: 100%;
  transition: 400ms;
  background: rgba(44, 47, 60, 0.9);
}
.team-box .team-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2c2f3c;
  transition: 400ms;
  height: 44px;
  padding: 10px 20px;
  color: #fff;
  box-sizing: border-box;
  font-size: 14px;
}
.team-box .title {
  padding-bottom: 20px;
  font-size: 18px;
}
.team-box .job {
  color: #f59135;
  margin-bottom: 7px;
  font-size: 16px;
}
.team-box .text {
  margin-bottom: 20px;
}
.team-box .social-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 20px;
}
.team-box .social-list:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
.team-box .social-list li {
  float: left;
  margin-left: 14px;
}
.team-box .social-list li:first-child {
  margin-left: 0;
}
.team-box .social-list a {
  color: #fff;
  text-decoration: none;
}
.team-box .social-list a:hover {
  color: #f59135;
}
/* Clients section
-----------------------------------------------------------------------------*/
.clients-section .carousel {
  position: relative;
}
.clients-section .carousel .carousel-box {
  float: left;
  text-align: center;
}
.clients-section .carousel .slick-list {
  overflow: hidden;
}
.clients-section .btn-slick {
  content: '';
  position: absolute;
  top: -62px;
  right: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: #262934;
  border-radius: 3px;
  text-align: center;
  line-height: 18px;
  font-size: 22px;
  color: #fff;
}
.clients-section .btn-slick.prev {
  right: 25px;
}
.clients-section .btn-slick:hover {
  background: #f59135;
}
/* Contact section
-----------------------------------------------------------------------------*/
.map-box {
  height: 415px;
}
.map-box iframe {
  width: 100%;
  height: 100%;
}
.contact-form .form-row {
  margin-bottom: 10px;
}
/* Footer section
-----------------------------------------------------------------------------*/
.footer {
  font-size: 12px;
}
.footer .info-box {
  overflow: hidden;
}
.footer a {
  color: #f59135;
}
.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer ul i {
  width: 16px;
  text-align: center;
  margin-right: 4px;
}
.footer ul li {
  padding-top: 4px;
}
.footer ul li:first-child {
  padding-top: 0;
}
.footer h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
.footer .copyright-section {
  padding: 14px 0;
  background: #262934;
  color: #ABACB0;
}
.footer .footer-info {
  padding: 40px 0;
  background: #2c2f3c;
}
.footer .eTag {
  background: #262934;
  color: #999A9F;
  display: inline-block;
  padding: 4px 8px;
  font-size: 14px !important;
  margin: 0 5px 5px 0;
}
.footer .eTag:hover {
  text-decoration: none;
  color: #f59135;
}
.footer .footer-news li {
  margin-top: 8px;
}
.footer .footer-news li:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
.footer .footer-news li:first-child {
  margin-top: 0;
}
.footer .footer-news .img-box {
  float: left;
  margin-right: 8px;
}
.footer .footer-news .wrap {
  overflow: hidden;
}
.footer .footer-news h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
}
.footer .footer-news .date {
  font-style: normal;
}
.footer .portfolio-list:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
.footer .portfolio-list li {
  float: left;
  width: 33%;
  padding-top: 0;
}
.footer .portfolio-list li img {
  width: 100%;
}
.footer .portfolio-list li a {
  display: block;
}
.footer .portfolio-list li a:hover {
  opacity: 0.7;
}
/* News section
-----------------------------------------------------------------------------*/
.news {
  margin-bottom: 70px;
}
.news .img-box {
  margin-bottom: 30px;
}
.news h2 a {
  color: #f59135;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}
.news h2 a:hover {
  border-bottom: 2px solid #f59135;
}
.news .date {
  font-style: normal;
  float: left;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  color: #262934;
  width: 80px;
}
.news .date .number {
  display: block;
  font-size: 36px;
}
.news .wrap {
  overflow: hidden;
  border-left: 2px solid #2c2f3c;
  padding-left: 20px;
}
.news .text {
  margin-bottom: 24px;
}
.news .more {
  border: 1px solid #f59135;
  border-radius: 2px;
  display: inline-block;
  color: #f59135;
  padding: 5px 15px;
}
.news .more:hover {
  background: #f59135;
  color: #fff;
  text-decoration: none;
}
.news .details {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 18px;
  list-style: none;
  overflow: hidden;
}
.news .details:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
.news .details li {
  float: left;
  margin-right: 15px;
}
.news .details li .fa {
  color: #f59135;
}
/* Sidebar section
-----------------------------------------------------------------------------*/
.sidebar {
  border: 1px solid #cccccc;
  padding: 15px 25px;
}
.sidebar .sidebar-box {
  margin-bottom: 32px;
}
.sidebar .sidebar-box h3:after {
  content: '';
  display: block;
  height: 2px;
  background: #2c2f3c;
  width: 40px;
}
.sidebar .catsTable {
  width: 100%;
}
.sidebar .catsTable .catsTd {
  padding: 8px 0;
  border-bottom: 1px solid #cccccc;
}
.sidebar .calTable {
  width: 100%;
}
.sidebar .calTable .calMonth {
  font-weight: bold;
  padding: 10px;
}
.sidebar .calTable .calMdayA,
.sidebar .calTable .calMday {
  padding: 5px;
}
.sidebar .calTable .calMdayA {
  background: #f59135;
  color: #fff;
}
.sidebar .calTable .calWdaySe,
.sidebar .calTable .calWdaySu,
.sidebar .calTable .calWday {
  background: #2c2f3c;
  color: #ccc;
  padding: 5px;
}
.sidebar .calTable .calMdayLink {
  display: inline-block;
  padding: 5px;
}
.sidebar .ads a {
  display: block;
}
.sidebar .ads a img {
  width: 100%;
}
.sidebar .archUl {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar .archUl li:before {
  content: '\f187';
  font-family: FontAwesome;
  color: #f59135;
  margin-right: 8px;
}
/* Portfolio section
-----------------------------------------------------------------------------*/
#uEntriesList {
  margin: 0 0 40px !important;
}
.allEntriesTable {
  margin: 0;
  padding: 0;
  list-style: none;
}
.allEntriesTable li {
  float: left;
}
.allEntriesTable .portfolio-box {
  position: relative;
  overflow: hidden;
}
.allEntriesTable .portfolio-box:hover:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: rgba(44, 47, 60, 0.3);
  z-index: 2;
}
.allEntriesTable .portfolio-box:hover .portfolio-btns {
  top: 50%;
  transition: 400ms;
}
.allEntriesTable .portfolio-box:hover .title {
  bottom: 0;
  transition: 600ms;
}
.allEntriesTable .portfolio-box .portfolio-btns {
  transition: 400ms;
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  margin-top: -20px;
}
.allEntriesTable .portfolio-box .portfolio-btns a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #f59135;
  color: #fff;
  margin-left: 5px;
}
.allEntriesTable .portfolio-box .portfolio-btns a:hover {
  background: #fff;
  color: #f59135;
  transition: none;
}
.allEntriesTable .portfolio-box .portfolio-btns a:first-child {
  margin-left: 0;
}
.allEntriesTable .portfolio-box .title {
  transition: 600ms;
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  background: #f59135;
  padding: 10px;
  color: #fff;
  font-size: 18px;
  z-index: 4;
}
.allEntriesTable .portfolio-box .img img {
  width: 100%;
}
.allEntriesTable .portfolio-box .panel {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}
.portfolio-info {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
.portfolio-info li {
  float: left;
  margin-right: 20px;
}
.portfolio-info .fa {
  color: #f59135;
}
/* Ucoz section
-----------------------------------------------------------------------------*/
.panel {
  float: right;
}
.stars {
  float: right;
  margin-left: 10px;
}
.stars a {
  transition: none;
}
.ucoz-holder {
  margin-bottom: 24px;
}
.ucoz-holder:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
.manTable iframe {
  width: 100% !important;
}
.manTable #nwM38 input[type="text"] {
  display: inline-block;
  width: auto;
}
.catPages1 .swchItemA1,
.pager .swchItemA1,
.catPages1 .swchItemA,
.pager .swchItemA,
.catPages1 .swchItem1,
.pager .swchItem1,
.catPages1 .swchItem,
.pager .swchItem {
  display: inline-block;
  border: 1px solid #cccccc;
  padding: 1px 7px;
}
.catPages1 .swchItem1,
.pager .swchItem1,
.catPages1 .swchItem,
.pager .swchItem {
  color: #f59135;
  transition: none;
}
.catPages1 .swchItem1:hover,
.pager .swchItem1:hover,
.catPages1 .swchItem:hover,
.pager .swchItem:hover {
  transition: none;
  text-decoration: none;
  background: #f59135;
  color: #fff;
  border-color: #f59135;
}
.phd-dorating a {
  transition: none;
}
nav .searchForm {
  position: absolute;
  top: 0;
  left: 0;
  right: 10px;
  padding: 7px 0;
  background: #ffffff;
  z-index: 5;
  display: none;
}
nav .searchForm:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
nav .searchForm .schQuery {
  width: 80%;
  float: left;
}
nav .searchForm .schBtn {
  float: right;
  width: 20%;
}
.search-result {
  margin-bottom: 32px;
  border-bottom: 1px solid #cccccc;
}
.search-result table {
  width: 100%;
}
.search-result .queryField {
  display: inline-block;
  width: 76% !important;
}
.search-result input[type="submit"] {
  display: inline-block;
  width: 20%;
  height: 32px;
}
/*popup*/
.popup {
  font-size: 14px;
}
.popup a {
  color: #f59135;
}
.popup img {
  vertical-align: middle;
}
.popup .popuptitle {
  background: #2c2f3c;
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding: 10px;
  margin-bottom: 8px;
}
.popup .popupbody {
  margin: 10px;
}
.popup .popupbody.message-page img {
  max-width: none;
}
.popup .udtlb {
  margin-right: 7px;
}
.popup input[type="button"],
.popup input[type="submit"],
.popup input[type="text"] {
  display: inline-block;
}
.popup input[type="button"],
.popup input[type="submit"] {
  font-size: 14px;
}
.popup .search-users input[type="text"] {
  padding: 2px 3px;
}
.popup .search-users input[type="submit"] {
  height: 22px;
  padding: 0 7px;
}
.popup .search-users input,
.popup .search-users select {
  font-size: 14px;
  vertical-align: middle;
}
.uComment {
  border-bottom: 1px solid #cccccc !important;
}
.uComment .uc-top {
  background: #fafafa;
  padding: 2px 8px;
  border-radius: 4px;
}
.uf-reg-wrap {
  max-width: 100% !important;
}
#uf-register .uf-fields-wrap,
#uf-register .uf-soc-icons {
  float: left;
  width: 50%;
}
#uf-register .uf-field input {
  display: inline-block;
}
/* Media section
-----------------------------------------------------------------------------*/
@media (max-width: 992px) {
  .page-body {
    margin-top: 0 !important;
  }
  .section {
    padding: 50px 0;
  }
  .btn-search {
    margin: 5px auto 14px;
    float: none;
    display: block;
  }
  .searchForm {
    margin: 0 10px;
  }
  .services-section {
    padding-bottom: 25px;
  }
  .services-section .box {
    margin-bottom: 35px;
  }
  .team-box {
    margin-bottom: 20px;
  }
  .team-box img {
    width: 100%;
  }
  .progress-section {
    padding-bottom: 0;
  }
  .progress-section .box {
    margin-bottom: 80px;
  }
  .map-box {
    margin-bottom: 30px;
    height: 300px;
  }
  .header.sticky {
    position: static;
    box-shadow: none;
  }
  .header.sticky .logo-holder {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .header .top-header ul {
    text-align: center;
    margin-bottom: 5px;
  }
  .header .top-header ul li {
    float: none;
    display: inline-block;
    margin-bottom: 5px;
  }
  .header .top-header .login-box {
    float: none;
  }
  nav .uMenuRoot {
    float: none;
    text-align: center;
  }
  nav .uMenuRoot li {
    float: none;
    display: inline-block;
  }
  .footer .info-box {
    margin-bottom: 30px;
  }
  .sidebar {
    padding: 30px 0 0;
    border: 0;
    margin-left: -30px;
    overflow: hidden;
  }
  .sidebar:after {
    content: '';
    clear: both;
    display: table;
    width: 100%;
  }
  .sidebar .sidebar-box {
    float: left;
    width: 50%;
    padding-left: 30px;
    box-sizing: border-box;
  }
  #postFormContent {
    width: 95%;
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  #puzadpn {
    display: none;
  }
  .sidebar {
    margin-left: 0;
  }
  .sidebar .sidebar-box {
    float: none;
    padding-left: 0;
    width: 100%;
  }
  #postFormContent {
    width: 85%;
  }
}
@media (max-width: 480px) {
  .footer p {
    margin: 0 0 6px;
  }
  .search-result table td {
    display: block;
    overflow: hidden;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .team-box .title {
    padding-bottom: 7px;
  }
  .team-box .text {
    margin-bottom: 8px;
  }
}

.page-wrapper{ max-width: 1200px; box-shadow: rgb(139, 132, 132) 0px 0px 10px; }
body{ background: url(/css/img/bg-12.png);}
