/*#####################################################################################################################*/
/*GLOBAL STYLE */
@font-face {
  font-family: 'OpenSansReg';
  src: url('../fonts/OpenSansReg/OpenSans.eot?#iefix') format('embedded-opentype'),
  	  url('../fonts/OpenSansReg/OpenSans.woff') format('woff'),
	  url('../fonts/OpenSansReg/OpenSans.ttf')  format('truetype'),
	  url('../fonts/OpenSansReg/OpenSans.svg#OpenSans') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Semibold';
  src: url('../fonts/OpenSans-Semibold/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
  		url('../fonts/OpenSans-Semibold/OpenSans-Semibold.woff') format('woff'),
		url('../fonts/OpenSans-Semibold/OpenSans-Semibold.ttf')  format('truetype'),
		url('../fonts/OpenSans-Semibold/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
  font-weight: normal;
  font-style: normal;
}

html, body {font-family: OpenSansReg, Century Gothic, Verdana, Arial, helvetica, Calibri; color: #000000; font-size: 19px; line-height: 21px; font-weight: normal; background-color: #ececec; height: 100%; width: 100%; margin: 0; padding: 0;}

a,a:visited {text-decoration: none; color: #f35a00; outline: none;}
a:hover,a:visited:hover {text-decoration: none; color: #9c9c9c; outline: none;}

.container-full {margin-right: 0; margin-left: 0; padding-left: 0; padding-right: 0;}

button {position: relative; margin: 0; padding: 1em; z-index: 1;}
@media (min-width:768px) {.container-full {width:100%}}
@media (min-width:992px) {.container-full{width:100%}}
@media (min-width:1200px) {.container-full {width:100%}}

.container {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {width: 100%;}
}
@media (min-width: 992px) {
  .container {width: 100%;}
}
@media (min-width: 1200px) {
  .container {width: 100%;  }
}
@media (min-width: 1520px) {
  .container {width: 100%;  }
}
.row {margin-right: 0px; margin-left: 0px;}
.row-centered {text-align: center;}
.col-centered {margin: 0 auto;}

/*#####################################################################################################################*/
/*UPGRADE BROWSER PAGE*/
.container-ie{border:none;background:url('../images/sprite/browsers-sprite.png') -506px 0px;  height:126px;width:126px;}
.container-chrome{border:none;background:url('../images/sprite/browsers-sprite.png')  0px 0px;height:126px;width:126px;}
.container-firefox{border:none;background:url('../images/sprite/browsers-sprite.png') -127px 0px;height:126px;width:126px;}
.container-safari{border:none;background:url('../images/sprite/browsers-sprite.png') -256px 0px;height:126px;width:126px;}
/*#####################################################################################################################*/
/*TOP*/
.logo {padding: 12px 10px 15px 29%;}
/*navigation*/
.line {border-right: 2px solid #232e3b;}
.navbar-default {margin-bottom: 0px; z-index: 1000; border: none; border-radius: 0; background-color: #001a3b; height:74px; position:relative;}
.navmove { margin: 29px 0 0 12%;}
.navbar-default .navbar-nav > li > a {padding: 0 30px 0 30px; color: #949ca5; outline: none; font-size: 14px; font-family: OpenSans-Semibold, Century Gothic, Verdana, Arial, helvetica, Calibri;line-height: 0.5em;}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {color: #ffffff; outline: none;}
.selected { color:#ffffff !important;}
@media (max-width: 992px) {	
.navmove { margin: 29px 0 0 9.5%;}
}
@media (max-width: 767px) {
	.navbar-default {margin-bottom: 0px; z-index: 1000; border: none; border-radius: 0; background-color: #001a3b; height: auto; position:relative;}
.navbar-default .navbar-nav > li {padding: none;}
	.navbar-default .navbar-nav > li > a {padding: 4px 4px 4px 8px; margin: 0; font-size:12px; text-align: left;}
	.navbar-collapse {z-index: 1000; background-color: #001a3b;}	
	.navbar-collapse.collapse {text-align: left; /* Set this */}
	.line {border-right: none;}	
}
/*mobile navbar*/
.navbar-toggle {position: relative; float: right; padding: 9px 7px; background-color: transparent; background-image: none; border: 0px solid transparent; border-radius: 4px; margin-top: 5px; margin-bottom: 5px; margin-right: 10px;}
.navbar-toggle .icon-bar {display: block; width: 28px; height: 5px; border-radius: 2px;}
.navbar-toggle .icon-bar + .icon-bar {margin-top: 5px;}
.navbar-default .navbar-toggle .icon-bar {background-color: #fff;}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {background-color: #f35a00;}
.navbar-collapse {z-index: 1000; padding-right: 15px; padding-left: 15px; overflow-x: visible; -webkit-overflow-scrolling: touch; border-top: 0; -webkit-box-shadow: none; box-shadow: none;}
.navbar-collapse.in {overflow-y: auto;}
/*#####################################################################################################################*/
/*HEADINGS*/
h1 {color: #000000; font-size: 23px; font-family: OpenSans-Semibold, Century Gothic, Verdana, Arial, helvetica, Calibri; margin: 0; padding:0; line-height:1.5em;}
h2 {color: #f35a00; font-size: 30px; font-family: OpenSans-Semibold, Century Gothic, Verdana, Arial, helvetica, Calibri; margin: 0; padding:0; line-height:1.5em;}
h3 {color: #ffffff; font-size: 34px; font-family: OpenSans-Semibold, Century Gothic, Verdana, Arial, helvetica, Calibri; margin: 0; padding:32px 70px; line-height:1.5em; background-color: rgba(0,26,59,0.6); border: solid #ffffff 3px; text-transform:uppercase;  text-shadow: 2px 2px 5px #000000;}
/*#####################################################################################################################*/
/*CONTENT STYLES*/
.clear {clear: both;}
.contentpad {padding: 85px 8%;}
.contentpad1 {padding: 4px 10.4%;}
.contentpad2 {padding: 115px 10.4% 67px 10.4%;}
.contentpad3 {padding: 100px 10.4% 100px 14.27%;}

.bg1 {background-color: #fff; max-height: auto; overflow: hidden; background:url(../images/background/bg1.jpg) no-repeat fixed; background-size:cover;}
.whitebg {background-color: #fff; max-height: auto; overflow: hidden;}
.orangeline {background-color: #f35a00; max-height: auto; overflow: hidden; height: 1px;}
.greybg {background-color: #7e7e7e; max-height: auto; overflow: hidden;}
.middelsec { color:#ffffff;}
.middelsec2 { padding: 0 0 0 60px;}
ul {list-style-image: url('../images/content/list.png');}
li { padding:5px 5px;}
.topimage { position:relative; z-index:2;}
.topwriting { position:absolute; z-index:3; left: calc(50% - 410px); top:150px;}
.containerprice { color:#ffffff;}
.pricetop { border-bottom: solid 1px #ffffff;}
.leftprice { border-right: solid 1px #ffffff; padding: 10px;}
.price {font-size: 20px; font-family: OpenSans-Semibold, Century Gothic, Verdana, Arial, helvetica, Calibri;}
.afterprice {font-size: 12px;}
.cell1 {padding-top: 15px !important;}
.row1 { border-bottom: solid 1px #fff;}
.tel {pointer-events: none; cursor: default; color:#000000;}
.tel:hover {color:#000000;}
.terms { line-height: 1.5em !important;}
.topnumber {color: #000000; font-size: 16px; line-height:16px; font-family: OpenSans-Semibold, Century Gothic, Verdana, Arial, helvetica, Calibri; float:right; padding-right: 27%; padding-top: 65px}
.topnumber:before { content:url(../images/content/phone.png); padding: 0 20px 20px 0;}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 15px;
    line-height: 1.5em;
    vertical-align: top;
    border-top: none;}

@media (max-width: 1520px) {
	.topwriting {left: calc(50% - 342px); top:100px;}
	h3 {color: #ffffff; font-size: 30px; padding:26px 50px; line-height:1.5em; border: solid #ffffff 3px;}
	html, body {font-size: 16px; line-height: 18px;}
}
@media (max-width: 1200px) {
	.topwriting { left: calc(50% - 285px); top:80px;}
	h3 {color: #ffffff; font-size: 26px; padding:20px 30px; line-height:1.5em; border: solid #ffffff 3px;}
}
@media (max-width: 992px) {
	h1 {font-size: 18px;}
	h2 {font-size: 22px;}
	.topwriting { left: calc(50% - 230px); top:50px;}
	h3 {color: #ffffff; font-size: 22px; padding:10px 15px; line-height:1.5em; border: solid #ffffff 3px;}
	html, body {font-size: 14px; line-height: 16px;}
	.middelsec2 { padding: 0 0 0 0;}
}
@media (max-width: 767px) {
	.topwriting { left: calc(50% - 160px); top:10px;}
	h3 {color: #ffffff; font-size: 15px; padding:10px 15px; line-height:1.5em; border: solid #ffffff 3px;}
	.tel {pointer-events: auto; cursor: pointer; color:#000000;}
	.tel:hover {color:#000000;}
	.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 25px;
    line-height: 1.5em;
    vertical-align: top;
    border-top: none;}
	.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: none;}
	.topnumber {font-size: 14px; line-height:14px; padding-right: 39%; padding-top: 65px}
	.topnumber:before { padding: 0 5px 20px 0;}
}
@media (max-width: 383px) {
	.topwriting { left: 1px; top:0px;}
	h3 {color: #ffffff; font-size: 15px; padding:10px 15px; line-height:1.5em; border: solid #ffffff 3px;}
	.topnumber {font-size: 14px; line-height:14px; padding-right: 10%; padding-top: 65px}
	
}
/*#####################################################################################################################*/
/*FONT STYLES*/	
.bold {font-weight: bold;}
.italic {font-style: italic;}
.white {color: white;}
/*#####################################################################################################################*/
/*FONTS COLORS*/
.text-danger {color: #000;}
/*#####################################################################################################################*/
/*CONTACT FORM*/
.form-control {border-radius: 5px; color: #777; font-size: 13px;}
.form-control:focus {border-color: #f47625; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(244,118,37,.075), 0 0 8px rgba(244,118,37, .6); box-shadow: inset 0 1px 1px rgba(244,118,37,.075), 0 0 8px rgba(244,118,37, .6);}

.btn-primary {
  color: #fff;
  background-color: #f35a00;
  border: none;
  font-size: 15px;
  padding: 10px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;  
  background-color: #001a3b;
  border: none;
}
.btn {border-radius: 0px;}
.loading-form {
    width: 30px;
    height: 30px;
    background-image: url(../images/ico/loading.gif);
    background-repeat: no-repeat;
}
/*#####################################################################################################################*/
/*FOOTER*/
.bot-bar {text-align: left; background-color: #001a3b; padding: 85px 14.3%;}
.copytext {color: #fff; font-size: 12px; line-height: 1.5em; font-weight: normal; font-family: OpenSansReg, Century Gothic, Verdana, Arial, helvetica, Calibri;}
.copytext a {color: #fff; font-size: 12px; padding: 0 10px 0 5px;}
.copytext a:hover {color: #f35a00; text-decoration:none;}

a.copytext,a.copytext:visited {text-decoration: none; color: #fff;  font-size: 12px; outline: none; font-family: OpenSansReg, Century Gothic, Verdana, Arial, helvetica, Calibri;}
a.copytext:hover,a.copytext:visited:hover {text-decoration: none; color: #f35a00; outline: none;}
/*#####################################################################################################################*/