/*fonts sizes*/
/*colors*/
.header-contacts::after, .calculator-wrap .pages-wrap::after, .br-wrapper::after {
  display: table;
  content: '';
  clear: both;
}

ul.features-list li:before, .f-menu li.chat::before, .f-menu li.phone::before, .f-menu li.mail::before {
  display: inline-block;
  font-family: FontAwesome;
  line-height: 1;
  margin-right: 5px;
}

.f-menu, .social {
  padding: 0;
  list-style: none;
}

body.home header {
  min-height: 640px;
  background: url("../img/header-back-one.jpg") 50% 25% no-repeat;
  position: relative;
  padding-bottom: 100px;
  z-index: 1;
}

body.home header::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: -1;
}

body.home .header-contacts {
  background: none;
}

body.home .main-nav {
  background: rgba(0, 0, 0, 0.67);
}

body.home .main-nav a {
  color: white;
}

header a#order-link {
  float: right;
  padding: 10px 25px;
  line-height: 20px;
  font-size: 17px;
  margin-top: calc((92px - 40px)/2);
  margin-right: -15px;
  margin-left: 15px;
}


.order-btn, .calc-btn {
    display: inline-block;
    margin-bottom: 15px;
    width: 170px;
    padding: 13px;
    color: #FFF;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    background: rgb(255, 54, 0) none repeat scroll 0% 0%;
    border: 1px solid #FFF;
}


header .order-btn, header .check-btn {
    margin: 10px 5px;
}

.order-btn:hover, .order-btn:focus,  .calc-btn:hover,  .calc-btn:focus{
    transition: .3s;
    color: #fff;
    background: rgb(249, 112, 69);
    text-decoration: none;
}
.calc-btn{
    cursor: pointer;
    width: 240px;
    margin: 10px 0;
}
.check-btn{
    border: 1px solid #fff;
    margin-bottom: 15px;
    text-align: center;
    display: inline-block;
    width: 170px;
    padding: 13px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    background:#006490;
}
.check-btn:hover, .check-btn:focus{
    transition: .3s;
    color: #002746;
    background: #fff;
     text-decoration: none;
}
header nav {
  font-size: 17px;
}

.header-contacts {
  font-size: 17px;
  background: #00638e;
  color: white;
  padding: 12px 15px;
}

.header-contacts span a {
  color: white;
}

.header-contacts span.call {
  display: block;
  float: left;
}

.header-contacts span.mail-us {
  float: right;
}

header span.mail-us a i {
	color: rgb(248, 248, 248);
	font-size: 16px;
	margin-right: 10px;
}


/***nav style***/
.main-nav a {
  color: #474747;
}

.main-nav .navbar-brand {
  transition: opacity .3s ease;
  color: #117da2;
}

.main-nav .navbar-brand:hover {
  opacity: .7;
}

.navbar-nav > li > a {
  line-height: 20px;
  padding-top: calc((92px - 20px)/2);
  padding-bottom: calc((92px - 20px)/2);
  transition: all .3s ease;
}

.navbar-nav > li > a:hover {
  color: #86d5f7;
}

/***nav style end***/
.order-now {
  color: white;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  margin-top: 180px;
  position: relative;
}

.order-now div.title {
  font-weight: 700;
  font-size: 35px;
}

.order-now p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.bubble {
  font-size: 21px;
  padding: 27px 30px;
  background: rgba(1, 1, 1, 0.7);
  border-radius: 10px;
  position: absolute;
  top: -100px;
}  
.bubble::after {
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 23px 0 0;
  border-color: rgba(1, 1, 1, 0.7) transparent;
  position: absolute;
  bottom: -23px;
  left: 23px;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  background-color: white;
  color: black;
}

img {
  max-width: 100%;
}

a {
  outline: none !important;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 27px;
}

h3 {
  font-size: 23px;
  color: black;
}

h1, h2 {
  color: #006490;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

#order-link {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.orders-btn, .order, #order-link {
  border: 0;
  color: white;
  background: #ff3600;
  transition: all .3s ease;
  font-size: 20px;
}

.orders-btn:hover, .order:hover, #order-link:hover {
  background: #d62d00;
  color: white;
  text-decoration: none;
}

.calculator-wrap {
  min-height: 80px;
  background: #006490;
  padding: 60px 0;
}

.calculator-wrap .select-wrap {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.calculator-wrap .select-wrap::after {
  position: absolute;
  content: '\f107';
  font-family: FontAwesome;
  font-size: 35px;
  right: 8px;
  pointer-events: none;
}

.calculator-wrap label {
  display: block;
  color: #46DDFF;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px;
  position: absolute;
  top: -30px;
}

.calculator-wrap select {
  padding: 11px 35px 11px 15px;
  height: 47px;
  font-size: 16px;
  max-width: 194px;
  border-radius: 4px;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-weight: 400;
}

.calculator-wrap select optgroup, .calculator-wrap select option {
  font-size: 14px;
}

.calculator-wrap select::-ms-expand {
  display: none;
}

.calculator-wrap .quantity {
  text-align: center;
  display: block;
  max-width: 65px;
  height: 47px;
  border: 0;
  float: left;
  font-size: 19px;
}

.calculator-wrap .qty-minus, .calculator-wrap .qty-plus {
  display: block;
  text-align: center;
  background: white;
  width: 35px;
  height: 47px;
  border: 0;
  float: left;
  position: relative;
  padding: 11px;
  font-size: 19px;
  color: black;
}

.calculator-wrap .qty-minus {
  border-right: 1px solid #006490;
  border-radius: 4px 0 0 4px;
}

.calculator-wrap .qty-plus {
  border-left: 1px solid #006490;
  border-radius: 0 4px 4px 0;
}

.calculator-wrap .pages-wrap {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  height: 47px;
}

.calculator-wrap .end-total {
  font-size: 47px;
  line-height: 1;
  color: white;
  display: inline-block;
  min-width: 74px;
}

.calculator-wrap .end-total::before {
  display: inline-block;
  content: '$';
  font-size: 24px;
  vertical-align: middle;
  margin-right: 5px;
  color: #9dedff;
}

.calculator-wrap .order {
  padding: 12px 20px;
  font-size: 17px;
}

form.calculator{
  text-align: justify;
  font-size: 0;
  width: 100%;
}

.stretch {
  display: inline-block;
  width: 100%;
  height: 0;
  visibility: hidden;
}

.col-s-calc{
  display: inline-block;
}

/***Features block***/
.features {
  background: #009cdf;
  padding: 50px 0;
  color: white;
}

.features div.title {
  text-align: center;
  margin: 35px 0 45px;
  font-size: 33px;
}

.features p {
  font-size: 17px;
}

div.more-wr {
  margin: 40px 0;
  text-align: center;
}

a.more {
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid white;
  border-radius: 4px;
  color: white;
  font-size: 17px;
  transition: all .3s ease;
}

a.more:hover {
  background: white;
  color: #009cdf;
  text-decoration: none;
}

/***End of features block***/
/***Paralax block***/
/***Paralax block***/
.parallax {
	padding: 36px 0px;
	background-image: url("/media/2016/02/privide-bg.jpg");
	color: #FFF;
	position: relative;
	z-index: 1;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right -11px center;
}

.parallax::after {
		content: "";
		display: block;
		position: absolute;
		top: 0px;
		left: 0px;
		height: 100%;
		width: 100%;
		z-index: -1;
		background: linear-gradient(to left, rgba(236, 227, 227, 0.2) 0%, rgba(168, 200, 213, 0.53) 51%, rgb(252, 252, 252) 100%);
}

.parallax p {
  font-size: 25px;
  text-align: center;
  color: rgb(15, 15, 15);
}

.parallax p:first-child {
  margin-top: 50px;
}

.parallax p.main-text:last-child {
  text-transform: uppercase;
}

.parallax div.order-wr {
  text-align: center;
  margin: 50px 0 30px;
}

.parallax .order {
  padding: 20px 115px;
  font-size: 33px;
  border-radius: 4px;
}

.rate {
  text-align: center;
  margin: 35px 0;
}

.rate i {
  font-size: 41px;
  color: #ff8f00;
}

.rate p {
  font-size: 21px;
  margin-top: 20px;
  color: rgb(15, 15, 15);
}

.rate p a {
  color: white;
  text-decoration: underline;
}

.rate p a:hover {
  text-decoration: none;
}

/***end block***/
/***content***/
.list p:before {
  display: inline-block;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #006490;
  margin-right: 10px;
}

body.home .content-wr {
  margin: 100px 0 0;
}

body.home .content-wr .content > h1 {
  margin-top: 30px;
}

.content-wr {
  margin: 20px 0 0;
  padding-bottom: 60px;
}

.content-wr .content > h1 {
  margin-top: 40px;
}

.content-wr, .search-results {
  min-height: 300px;
}

.m-title {
  font-size: 22px;
  color: #006490;
  margin: 30px 0 10px;
}

.m-title + p {
  font-size: 16px;
  color: #009cdf;
  margin: 30px 0;
}

ul.features-list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
  font-size: 16px;
}

ul.features-list li:before {
  content: '\f00c';
  color: #009cdf;
  line-height: 1.5;
}

p.sidebar-order {
  text-align: center;
  margin: 30px 0;
}

p.sidebar-order a.order {
  width: 280px;
  font-size: 23px;
}

aside div.list {
  margin: 30px 0;
}

.university-logo {
  text-align: center;
  margin: 60px 0 60px;
}

/***content end***/
/***breadcrumbs***/
.breadcrumbs {
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.13);
}

#breadcrumbs {
  font-size: 14px;
  float: left;
  padding: 7px 0;
  margin: 0;
}

span.breadcrumb_last {
  color: #858585;
}

/***breadcrumbs end***/
/***search***/
#search {
  float: right;
  position: relative;
}

#search .form-control {
  border-color: #858585;
  border-style: solid;
  box-shadow: none;
  border-width: 0 0 2px 0;
  border-radius: 0;
  padding-right: 38px;
}

#search .btn-default {
  border: none;
  position: absolute;
  right: 0;
  top: 0;
}

#search .btn-default:hover, #search .btn-default:active {
  background: none;
  border: none;
  box-shadow: none;
}

#search .btn-default:hover span, #search .btn-default:active span {
  color: black;
}

#search .btn-default span {
  color: #858585;
  transition: color .3s ease;
}

/***search end***/
.best-support {
  text-align: center;
  padding: 40px 0;
  background-color: rgba(224, 224, 224, 0.3);
}

.best-support div:first-child {
  font-size: 30px;
  margin-bottom: 35px;
  margin-top: 0;
}

.best-support div {
  margin-top: 10px;
  margin-bottom: 10px;
}

.best-support a.btn {
  padding: 7px 15px;
  text-align: left;
  font-size: 22px;
  width: 220px;
  transition: all .3s ease;
}

a.email-btn {
  background: #2f89c9;
  color: white;
}

a.email-btn:hover {
  color: #2f89c9;
  background: white;
}

a.phone-btn {
  background: #659c16;
  color: white;
}

a.phone-btn:hover {
  color: #659c16;
  background: white;
}

.search-entry:not(:last-child) {
  border-bottom: 1px solid #EEE;
}

.pnf {
  margin-top: 50px;
  margin-bottom: 50px;
}

/*** Default WP Styles ***/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #009cdf;
}

footer .current-menu-item > a {
  color: #86d5f7;
}

.footer-info {
  color: white;
  padding-top: 30px;
  padding-bottom: 30px;
}

.info-title {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 10px;
}

.f-menu {
  margin: 25px 0;
}

.f-menu ul.sub-menu {
  list-style: none;
  padding-left: 8px;
}

.f-menu ul.sub-menu li a {
  font-size: 13px;
}

.f-menu li {
  line-height: 1.8;
}

.f-menu li.chat::before {
  content: '\f086';
}

.f-menu li.phone::before {
  content: '\f095';
}

.f-menu li.mail::before {
  content: '\f003';
}

.f-menu a {
  color: white;
  transition: all .3s ease;
  position: relative;
}

.f-menu a:hover {
  text-decoration: none;
  color: #86d5f7;
}

.social {
  margin: 25px 0;
}

.social li {
  display: inline-block;
  margin-right: 20px;
}

.social a {
  color: white;
  font-size: 31px;
  transition: all .3s ease;
}

.social a:hover {
  color: #86d5f7;
}

.payments {
  margin-top: 55px;
}

.payments > p {
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 25px;
}

.copyright {
  color: white;
  padding: 20px 0;
  font-size: 13px;
  background: #0088c2;
}

@media (max-width: 1199px) {
  .calculator-wrap select {
    max-width: 160px;
  }
}

@media (max-width: 991px) {
	
  .bubble {
    font-size: 18px;
    padding: 20px 30px;
    background: rgba(1, 1, 1, 0.7) none repeat scroll 0% 0%;
    border-radius: 10px;
    position: absolute;
    top: -100px;
}	
	
	
  /*** BS nav collapse ***/
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-text {
    float: none;
    margin: 15px 0;
  }
  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .collapsing {
    overflow: hidden !important;
  }
  .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background: #1a1a1a;
  }
  /***End of BS collapse***/
  body {
    margin-bottom: 0;
  }
  header a#order-link {
    margin: 0 0 10px 0;
    float: none;
  }
  .header-contacts {
    display: none;
  }
  .calculator-wrap select {
    max-width: 100%;
    width: 100%;
  }
  .calculator-wrap .select-wrap {
    display: block;
  }
  .col-s-calc{
    display: block;
    margin-bottom: 40px;
  }
  .col-s-calc:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }
  .stretch {
    display: none;
  }
  footer {
    position: absolute;
  }
  footer .row div:last-child {
    text-align: center;
  }
}

@media (min-width: 430px) and (max-width: 991px) {
  .col-s-calc {
    width: 50%;
    float: left;
  }
  .col-s-calc:nth-child(odd) > div {
    margin-right: 30px;
  }
  .col-s-calc:nth-child(even) > div {
    margin-left: 30px;
  }
  .col-s-calc:nth-last-child(2) {
    padding-left: 30px;
  }
}

@media (max-width: 768px) {
  .features {
    padding: 0;
  }
  .features .row div.col-sm-4 {
    padding-top: 40px;
    text-align: center;
  }
  .features .row div.col-sm-4 + div {
    background: #38bce8;
  }
  .features .row div.col-sm-4:last-child {
    background: #66cbed;
  }
  div.more-wr {
    display: inline-block;
  }
  .parallax {
    padding: 0;
  }
  .parallax p.main-text {
    font-size: 21px;
  }
  .parallax .order-wr a.order {
	padding: 10px 18px;
	font-size: 19px;
  }
  body.home .content-wr {
    margin: 0 0 20px;
  }
  div.m-title, div.m-title + p {
    text-align: center;
  }
  .best-support {
    margin: 30px auto 0;
  }
  footer .row div {
    text-align: center;
  }
  .f-menu {
    margin: 0 0 30px;
    min-height: 180px;
    text-align: left;
  }
}

@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0px;
    background-color: transparent;
    border: 0px none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }
  .parallax {
    background-image: url("/media/2016/02/provide-bg-mb.jpg");
  }
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: auto;
    left: 0;
  }
  

}

@media only screen and (max-width: 600px) {

  .bubble {
    font-size: 18px;
    padding: 22px 30px;
    background: rgba(1, 1, 1, 0.7) none repeat scroll 0% 0%;
    border-radius: 10px;
    position: absolute;
    top: -100px;
}

}

@media only screen and (max-width: 429px) {
  .col-s-calc {
    width: 100%;
  }
  .col-s-calc:nth-last-of-type(-n+2) {
    width: 50%;
    float: left;
  }
  .col-s-calc:nth-last-of-type(-n+1) {
    text-align: right;
  }
  .bubble {
    font-size: 16px;
    padding: 20px 30px;
    background: rgba(1, 1, 1, 0.7) none repeat scroll 0% 0%;
    border-radius: 10px;
    position: absolute;
    top: -100px;
}
  
}

@media only screen and (max-width: 350px) {
  a.navbar-brand {
    line-height: 0;
    font-size: 0;
    color: transparent;
  }
    .bubble {
    font-size: 16px;
    padding: 7px 30px;
    background: rgba(1, 1, 1, 0.7) none repeat scroll 0% 0%;
    border-radius: 10px;
    position: absolute;
    top: -100px;
}  
  
}

.navbar-right {
  margin-right: 0;
}

.navbar-brand {
  height: auto;
  text-transform: uppercase;
}

.navbar-brand > img {
  display: inline-block;
  margin-right: 10px;
}

.nav > li > a:focus, .nav > li > a:hover {
  background: none;
}

.btn:focus {
  color: white;
}

.navbar {
  margin-bottom: 5px;
}

.navbar-toggle {
  background: #00a9e1;
  margin-top: 30px;
  transition: all .3s ease;
}

.navbar-toggle:hover {
  background: #0083ae;
}

.navbar-toggle .icon-bar {
  background-color: white;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background: none;
}

body.home .dropdown-menu {
  background: none;
}

body.home dropdown-menu > li > a {
  color: white;
}

.dropdown-menu > li > a {
  transition: all .3s ease;
}

.dropdown-menu > li > a:hover {
  color: #86d5f7;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  background: none;
}

body.home .dropdown-menu > li > a:focus, body.home .dropdown-menu > li > a:hover {
  color: #86d5f7;
}

a:focus {
  text-decoration: none;
}

/***table style***/
.table {
  border-bottom: 4px solid #009cdf;
}

.table > tbody > tr > td:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.17);
}

.table thead {
  background: #009cdf;
  color: white;
  border: 0;
}

.table thead:first-child > tr:first-child > th {
  border: 0;
  text-align: center;
}

.table > tbody > tr > td {
  border-top: 0;
}
