/**
 * Opercons.com 2016
 *
 * @author radone@gmail.com
 */
/*** fonts ***/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);
@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,700,400italic,700italic);
/*** core ***/
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%; }

body {
  background: #ffffff;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  /* ;#434343; #737272; #676666;  #222;*/
  line-height: 1.8em;
  width: 100%;
  height: 100%;
  /* font smoothing */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400; }

h1 {
  font-size: 50px;
  margin: 35px 0; }

h2 {
  font-size: 46px;
  margin: 30px 0;
  text-transform: uppercase; }

h3 {
  font-size: 30px;
  margin: 5px 0 20px 0; }

h4 {
  font-size: 22px;
  margin-bottom: 15px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

a {
  color: #2c9960;
  text-decoration: none;
  outline: none; }

a:hover, a:focus {
  color: #1cbb5c;
  text-decoration: none;
  outline: none; }

hr {
  border-color: #d1d1d1; }

input[type="radio"], input[type="checkbox"] {
  margin: 4px 5px 0 0; }

label {
  font-weight: normal; }

/*** global ***/
/* a- */
.a-default {
  color: #434343;
  /*#737272;*/ }

.a-default:hover, .a-default:focus {
  color: #737272; }

.a-primary {
  color: #002639; }

.a-sec {
  /* grey */
  color: #2bde73; }

.a-sec:hover, .a-sec:focus {
  color: #2bde73;
  text-decoration: underline;
  outline: none; }

.a-ter {
  /* grey */
  color: #888888; }

.a-ter:hover, .a-ter:focus {
  color: #222222; }

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

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

/* bold */
.bold {
  font-weight: 700; }

/* btn- */
.btn {
  padding: 10px 30px;
  border-radius: 0; }

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus,
.btn.active.focus {
  outline: none; }

.btn:active, .btn.active {
  background-image: none;
  box-shadow: none;
  outline: 0 none; }

.btn-default {
  /* grey */
  background-color: #ffffff;
  border-color: #cccccc;
  color: #222222; }

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active,
.btn-default.active, .open > .dropdown-toggle.btn-default {
  background-color: #eaeaea;
  border-color: #cccccc;
  color: #222222; }

/* btn-primary - green flat */
.btn-primary {
  color: #fff;
  background-color: #2ab363;
  border-color: #2ab363; }

.btn-primary:hover {
  color: #fff;
  background-color: #59c485;
  border-color: #59c485; }

.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:hover,
.btn-primary:active:focus {
  color: #fff;
  background-color: #2ab363;
  border-color: #2ab363; }

.btn-sec {
  /* transparent with grey border */
  border: 2px solid #ccc;
  color: #737272;
  font-weight: 600;
  text-transform: uppercase;
  font-weight: 600; }

.btn-sec:hover, .btn-sec:focus {
  border: 2px solid #bcbcbc;
  color: #737272; }

.btn-ter {
  /* transparent white border */
  border: 2px solid #fff;
  padding: 10px 30px;
  color: #fff;
  font-size: 14px;
  font-family: "Open Sans";
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700; }

.btn-ter:hover, .btn-ter:focus {
  background: #fff;
  color: #888; }

/* btn-facebook */
.btn-facebook {
  color: #ffffff;
  background-color: #3b5998;
  box-shadow: 0 3px 0 0 #23355b; }

.btn-facebook i.fa {
  font-size: 22px;
  padding-right: 20px; }

.btn-facebook:hover, .btn-facebook:focus {
  color: #ffffff;
  background: #3878d8;
  box-shadow: 0px 3px 0px 0.00px #2d60ad; }

/* btn-google */
.btn-google {
  color: #ffffff;
  background-color: #b0120a;
  box-shadow: 0 3px 0 0 #dd191d; }

.btn-google i.fa {
  font-size: 22px;
  padding-right: 20px; }

.btn-google:hover, .btn-google:focus {
  color: #ffffff;
  background: #d01716 none repeat scroll 0 0;
  box-shadow: 0 3px 0 0 #e84e40; }

/* btn  */
.btn-lg {
  padding: 11px 30px;
  font-size: 18px; }

/* btn-margin- */
.btn-margin-bottom {
  margin-bottom: 10px; }

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

.btn-margin-right {
  margin-right: 15px; }

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

/* font- */
.font-sec {
  font-family: "PT Serif", serif; }

/* form-control */
.form-control {
  color: #363636;
  font-size: 16px;
  border-radius: 2px;
  height: 46px;
  border: 2px solid #e0e0e0;
  box-shadow: none; }

.form-control:focus {
  border-color: #0bd4ad;
  box-shadow: none;
  outline: 0 none; }

.form-control-block {
  display: block;
  width: 100%;
  color: #363636;
  font-size: 16px;
  border-radius: 2px;
  height: 46px;
  padding: 10px 0 0 0; }

.form-control-sm {
  font-size: 16px;
  padding: 6px 12px;
  height: auto; }

/* form-group */
.form-group {
  margin-bottom: 20px;
  position: relative; }

.form-required {
  color: #cc2222; }

/* h */
.h1-primary {
  margin-top: 50px; }

.h1-margin-top {
  margin-top: 60px; }

/* hr- */
.hr {
  width: 100%;
  height: 20px; }

.hr-short-primary {
  height: 1px;
  width: 70px;
  background: #a2807d;
  margin: 0 auto 30px auto;
  display: inline-block; }

.hr-short-sec {
  height: 2px;
  width: 70px;
  background: #fff;
  margin: 0 auto 30px auto;
  display: inline-block; }

/* img */
.img-center {
  margin: 0 auto; }

/* margin */
.margin-bottom {
  margin-bottom: 30px; }

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

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

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

.margin-top-sec {
  margin-top: 15px; }

.margin-right-sec {
  margin-right: 15px; }

.margin-left-sec {
  margin-left: 15px; }

.margin-bottom-sec {
  margin-bottom: 15px; }

/* middot */
.middot {
  padding-left: 5px;
  padding-right: 5px; }

/* no- */
.no-margin {
  margin: 0; }

.no-padding {
  padding: 0; }

/* pagination */
.pagination > li > a, .pagination > li > span {
  padding: 6px 10px;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  margin-left: 5px; }

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus,
.pagination > li > span:focus {
  color: #888888;
  background-color: #eaeaea;
  border-color: #eaeaea; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover,
.pagination > .active > span:hover, .pagination > .active > a:focus,
.pagination > .active > span:focus {
  color: #888888;
  background-color: #eaeaea;
  border-color: #eaeaea; }

.pagination > .disabled > span, .pagination > .disabled > span:hover,
.pagination > .disabled > span:focus, .pagination > .disabled > a,
.pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd; }

.pagination-page-of {
  display: block;
  margin-top: 20px; }

/* row-grid */
.row.row-grid [class*="col-"] {
  margin-bottom: 20px; }

@media (min-width: 1200px) {
  .row.row-grid [class*="col-lg-"] {
    margin-bottom: 0; } }
@media (min-width: 992px) {
  .row.row-grid [class*="col-md-"] {
    margin-bottom: 0; } }
@media (min-width: 768px) {
  .row.row-grid [class*="col-sm-"] {
    margin-bottom: 0; } }
/* row-table */
.row-table {
  display: table; }

.row-table .col-table-cell {
  float: none;
  display: table-cell;
  vertical-align: top;
  position: relative; }

/* text- */
.text-default {
  /* black */
  color: #222222; }

.text-primary {
  /* blue */
  color: #002639; }

.text-sec {
  /* grey */
  color: #737272;
  /*#5b5b5b;*/ }

.text-ter {
  /* grey */
  color: #888888; }

.text-lg {
  font-size: 18px; }

.text-subheader {
  font-size: 18px;
  margin-bottom: 60px;
  color: #737272;
  /*#5b5b5b;*/ }

/* validation */
.validation-error {
  width: 100%;
  background: #ffffff;
  color: #ca4045;
  border: 1px solid #ca4045;
  text-align: left;
  border-radius: 3px;
  margin-bottom: 20px;
  padding: 10px; }

.validation-error.text-center {
  text-align: center; }

.validation-error span {
  display: inline-block;
  font-weight: bold;
  padding-top: 10px;
  padding-left: 10px; }

.validation-error ul {
  margin: 5px 10px 10px 10px;
  padding-left: 20px; }

.validation-error a {
  color: #ca4045;
  text-decoration: underline; }

.validation-error p:last-child {
  margin-bottom: 0; }

.validation-error-field {
  font-size: 12px;
  font-weight: normal;
  color: #f42156;
  text-align: right;
  display: block;
  padding-top: 5px;
  float: none; }

.validation-info {
  width: 100%;
  background: #ffffd8;
  border: 1px solid #CACA9D;
  text-align: left;
  border-radius: 3px;
  margin-bottom: 20px;
  padding: 10px; }

.validation-info span {
  display: inline-block;
  color: #DCCA00;
  font-weight: bold;
  padding-top: 10px;
  padding-left: 10px; }

.validation-info ul {
  margin: 5px 10px 10px 10px;
  padding-left: 20px; }

/*** template ***/
/* navbar */
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
  margin-left: 0px; }

/* navbar-default */
.navbar-default {
  background: #fff;
  background-color: rgba(250, 250, 250, 0.8);
  border: none;
  border-bottom: 1px solid #eaeaea; }

.navbar-default .navbar-brand {
  display: inline-block;
  width: 155px;
  height: 70px;
  margin: 5px 0;
  padding: 0;
  float: left;
  font-size: 0;
  line-height: 0;
  border: 0 none;
  text-decoration: none;
  background: url(/img/template/logo_opercons_sm.png) no-repeat scroll 0 0; }

.navbar-default .navbar-nav {
  margin-top: 15px; }

.navbar-default .navbar-nav > li {
  margin-right: 20px; }

.navbar-default .navbar-nav > li:last-child {
  margin-right: 0px; }

.navbar-default .navbar-nav > li > a {
  text-transform: uppercase;
  color: #585144;
  font-size: 14px;
  font-weight: 500; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background: none;
  color: #585144; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background: none;
  color: #2c9960; }

/* dropdown-menu */
.navbar-right .dropdown-menu {
  font-size: 16px; }

.navbar-right > li > .dropdown-menu {
  left: -20px;
  right: auto;
  background: #f2f2f2;
  /*#f5f7f9;*/
  margin-top: 16px;
  border: none;
  box-shadow: none;
  padding: 10px 30px;
  border-radius: 0;
  border-bottom: 2px solid #2c9960;
  min-width: 350px; }

.navbar-right .dropdown-menu > li {
  border-bottom: 1px solid #e3e5e6; }

.navbar-right .dropdown-menu > li:last-child {
  border-bottom: none; }

.navbar-right .dropdown-menu > li > a {
  padding: 10px 0px; }

.navbar-right .dropdown-menu > li > a img {
  padding-right: 25px; }

/* header */
.header-bg {
  width: 100%;
  height: 450px;
  position: relative;
  overflow: hidden; }

.header-bg img {
  width: 100%;
  height: auto;
  top: -50%;
  position: absolute; }

/* footer- */
.footer {
  padding: 50px 0;
  background: #2c9960 url("/img/template/footer_bg.png") no-repeat;
  background-size: cover; }

.footer h5 {
  color: #dfece4;
  font-size: 19px;
  text-transform: uppercase;
  margin-bottom: 40px; }

.footer ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.footer .footer-links ul li a {
  color: #dfece4;
  font-size: 14px; }

.footer .footer-links .footer-sn {
  margin-top: 21px; }

.footer .footer-links .footer-sn a {
  display: inline-block;
  width: 36px;
  height: 36px;
  color: #b2d7c3;
  border: 2px solid #b2d7c3;
  margin-right: 10px;
  font-size: 18px;
  padding: 6px 0 0 6px; }

.footer .footer-links .footer-sn a span {
  display: none; }

.footer .footer-copy {
  /* border-top: 1px solid #72bb94; */
  color: #dfece4;
  font-size: 14px;
  padding: 60px 0 30px 0; }

footer .footer-copy .footer-terms {
  color: #dfece4; }

.footer .footer-copy .footer-vsep {
  color: #b2d7c3;
  padding: 0 14px; }

/* dropdown-language- */
.dropdown-languages {
  display: inline-block; }

.dropdown-languages .btn {
  background: none;
  padding: 0px 20px; }

.dropdown-languages .btn:hover, .dropdown-languages .btn:focus {
  color: #dfece4; }

.dropdown-languages .btn img {
  margin-right: 6px; }

.dropdown-languages .dropdown-menu {
  border-radius: 0;
  padding: 5px 0; }

.dropdown-languages .dropdown-menu img {
  margin-right: 6px; }

.dropdown-languages .dropdown-menu > li > a {
  padding: 5px 20px; }

/* section- */
.section {
  padding: 60px 0; }

.section-primary {
  background: #eee; }

.section-xl {
  padding: 100px 0; }

.section-padding-bottom {
  padding-bottom: 100px; }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?3bfjgh");
  src: url("fonts/icomoon.eot?3bfjgh#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?3bfjgh") format("truetype"), url("fonts/icomoon.woff?3bfjgh") format("woff"), url("fonts/icomoon.svg?3bfjgh#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-facebook:before {
  content: "\e901"; }

.icon-twitter:before {
  content: "\e902"; }

.icon-instagram:before {
  content: "\e900"; }

/*** main.res ***/
/*** xs ***/
@media (max-width: 767px) {
  h1 {
    font-size: 34px;
    margin: 35px 0; }

  h2 {
    font-size: 30px;
    margin: 30px 0; }

  /* navbar */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 10px; }

  .navbar-default .navbar-toggle {
    margin-top: 22px;
    margin-right: 10px; }

  .navbar-default .navbar-collapse {
    background: #fff; }

  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding-left: 0px; }

  .navbar-right .dropdown-menu > li > a img {
    padding-right: 15px; }

  .navbar-nav .open .dropdown-menu {
    padding-left: 15px; } }
/*** sm ***/
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-default .navbar-nav > li {
    margin-right: 8px; } }
/*** md ***/
/*** lg ***/

/*# sourceMappingURL=maps/main.css.map */
