/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

body {
	overflow-wrap: normal;
	word-wrap: normal;
	min-width: 320px;
	font-family: "Raleway";
}
/*.elementskit-navbar-nav > li.current-menu-item > a {
    border-bottom: 4px solid #F43806;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.elementskit-navbar-nav > li > a {
    padding-left: 0px !important;
    padding-right: 0px !important;
	text-transform: lowercase !important;
}
.elementskit-navbar-nav > li{
    padding-left: 100px !important;
} */

/*****TOP BAR & WPML****/
#top-bar.container {
    max-width: 95%;
	}
.wpml-ls-legacy-list-horizontal {
    padding: 0px;
}
.wpml-ls-link {
	color: #13237F !important;
	font-weight: normal !important;
}
.wpml-ls-link:hover {
	color: #F43806 !important;
}
/*****END TOP BAR******/

/*******WPOCEAN MENU****/
#site-header-inner {

}
#site-logo #site-logo-inner a:hover img {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
}
#site-header-inner.container{
    max-width: 95%;
}
#site-navigation-wrap .dropdown-menu > li > a.menu-link > span::after {
	height: 6px !important;
}
#site-navigation-wrap .dropdown-menu > li.current_page_item > a.menu-link > span {
	height: 6px !important;
	border-bottom: 5px solid #F43806 !important;
}
#site-navigation-wrap .dropdown-menu > li > a.menu-link > span:hover {
	height: 6px !important;
	border-bottom: 5px solid #F43806 !important;
}
#site-navigation-wrap .dropdown-menu > li:last-child > a.menu-link {
	padding-right: 0;
}
#site-navigation-wrap .dropdown-menu > li:first-child > a.menu-link {
	padding-left: 10px;
}
#site-navigation-wrap {
	right: 0px !important;
}
/*.oceanwp-mobile-menu-icon.mobile-right {
    margin-top: 40px;
}*/
.mobile_menu_custom_icon {
	background-image: url("/wp-content/uploads/2020/03/menu.png");
	width: 50px;
	display: block;
	height: 31px;
}
#mobile-fullscreen {
	background-image: url("/wp-content/uploads/2020/03/Logo_white.svg");
	background-repeat: no-repeat;
	background-position: 15px 20px;
	background-size: 120px;
}
#mobile-fullscreen nav {
    padding: 90px 20px 50px 20px;
}
#mobile-fullscreen ul ul.sub-menu li a {
    font-size: 16px;
}
.fs-dropdown-menu .current-menu-item a{
	color: #F43806 !important;
}
.close-icon-wrap {
	/* background-image: url("/wp-content/uploads/2020/03/close.png");
	background-repeat: none; */
}
#mobile-fullscreen a.close {
    top: 60px;
}
#mobile-fullscreen a.close .close-icon-inner, #mobile-fullscreen a.close .close-icon-inner::after {
    width: 20px;
}
.oceanwp-mobile-menu-icon a.mobile-menu span {
	font-size: 13px;
	text-transform:	capitalize;
	color: #13237F;
	letter-spacing: 0;
	font-weight: 500;
	position: relative;
	/*display: inline-block;
    margin: 0px 10px;*/
}
.oceanwp-mobile-menu-icon {
	width: 80px;
	text-align: center;
	margin-top: -2px;
}
.hamburger-inner, .hamburger-box, .hamburger-inner::after, .hamburger-inner::before {
    width: 52px !important;
}
.hamburger-inner::after, .hamburger-inner::before {
    background-color: #F43806 !important;
}
.hamburger {
	display: block !important;
	position: absolute !important;
	margin: 20px 0 0 11px !important;
	width: 64px;
}
#footer-widgets .footer-box {
	text-align: center !important;
}
/*#site-header.is_stuck {
	height: 60px !important;
}
#site-header.is_stuck #site-logo-inner {
	height: 0px !important;
}
#site-header.is_stuck #site-header-inner {
	height: 0px !important;
	padding: 5px 0 15px 0 !important;
}
#site-header.is_stuck #site-navigation-wrap .dropdown-menu>li>a {
	line-height:46px !important;
}
#site-header.is_stuck #site-logo-inner img{
	height: 50px !important;
	margin:0;
	padding:0;
}*/
/*******END WPOCEAN MENU****/

/***FORM***/
.wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: #fff !important;
    border: 1px solid #13237f !important;
	font-family: "Raleway" !important;
}
.nf-field-container {
    margin-bottom: 15px !important;
}
.field-wrap label{ 
	z-index: 99;
	position: absolute !important;
	background: white !important;
	margin: -7px 0 0 20px !important;
	min-width: 85px !important;
	padding: 0 12px !important;
	font-weight: normal !important;
	font-size: 15px !important;
	color: #13237F !important;
}
.ninja-forms-field input, textarea {
	padding: 6px 10px 0px 10px !important;
	border: 1px solid #2e3192 !important;
	max-width: 100% !important;
}
.nf-field input[type="button"] {
	background: #13237F !important;
	color: #ffffff !important;
	text-transform: none !important;
	width: 100% !important;
	font-size: 20px !important;
	font-family: "Playfair display" !important;
	font-weight: bold !important;
}
.nf-form-content textarea.ninja-forms-field {
    height: auto !important;
	padding-top: 15px !important;
	background: #fff !important;
	color: #13237F !important;
}
.nf-field input, textarea {
    height: auto;
}
.nf-field input:focus, textarea:focus {
    color: #13237F !important;
}
.nf-before-form-content, .nf-form-errors {
	display: none !important;
}
.nf-error {
	font-size: 13px;
}
/******END FORM*****/
.elementor-lightbox .elementor-swiper-button-next i, .elementor-lightbox .elementor-swiper-button-prev i {
    background-color: #13237F !important;
	padding: 20px !important;
	color: #bcc0cd !important;
	font-size: 17px;
}
.elementor-lightbox .elementor-swiper-button-next i:hover, .elementor-lightbox .elementor-swiper-button-prev i:hover {
    opacity: 0.9 !important;
}
.eael-advance-tabs .eael-tabs-nav > ul li {
	padding: 1em 1.5em 1em 0em !important;
}
.eael-tabs-nav li:before {
  font-family: 'simple-line-icons';
  content: '\e606';
  float: left;
  padding-right: 50px;
  font-size: 16px;
  
}
/*****Portfolio*****/
.vp-portfolio__thumbnail-wrap {
    width: 163px !important;
}
.vp-portfolio__items-arrow-prev {
	top: -moz-calc(55% - 70px) !important;
	top: -webkit-calc(55% - 70px) !important;
	top: -o-calc(55% - 70px) !important;
	top: calc(55% - 70px) !important;
    /*border-bottom: 1px solid #bcc0cd70;*/
}
.vp-portfolio__items-arrow-next {
    top: 55% !important;
}
.vp-portfolio__items-arrow {
    position: absolute;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    top: 50%;
    width: 70px !important;
    height: 70px !important;
	opacity: 1 !important;
    margin-top: -20px;
    color: #bcc0cd !important;
	font-size: 16px !important;
    cursor: pointer;
    background-color: #13237F !important;
    border-radius: 0 !important;
    box-shadow: 0 0 7px 2px rgba(0,0,0,0.04);
    -webkit-transition: .2s opacity ease-in-out, .2s box-shadow ease-in-out;
    transition: .2s opacity ease-in-out, .2s box-shadow ease-in-out;
    will-change: opacity, box-shadow;
    z-index: 1;
	left: -moz-calc(50% - 35px) !important;
	left: -webkit-calc(50% - 35px) !important;
	left: -o-calc(50% - 35px) !important;
	left: calc(50% - 35px) !important;
}
.vp-portfolio__items-arrow:hover {
	opacity: .9 !important;
	height: 70px !important;
}
.portfolio_meta {
	text-align: left;
	line-height: 1.67;
	padding: 80px 17% 0px 75px;
}
.portfolio_meta span {
	text-transform: uppercase;
	color: #F43806;
	font-size: 20px;
}
.portfolio_meta h2{
	line-height: 1;
	margin-bottom: 30px;
}
.vp-portfolio__item-meta-excerpt{
	font-family: "Raleway";
}
.swiper-container-free-mode > .swiper-wrapper {
	min-height: 110px !important;
}
.swiper-slide-thumb-active {
	border: 5px solid red !important;
}
.swiper-container-free-mode > .swiper-wrapper {
    text-align: center;
}

/*****END portfolio****/
	.tparrows::before {
		font-size: 18px !important;
		color: #bcc0cd !important;
	}
/*********MEDIA STYLES******/
@media (min-width: 1200px) and (max-width: 1370px) {
	.portfolio_meta {
		padding: 50px 40px 0px 75px !important;
	}
}
@media (min-width: 1025px) and (max-width: 1199px) {
	.portfolio_meta {
		padding: 20px 20px 0px 55px !important;
	}
}
@media (max-width: 1024px) {
	.elementskit-menu-container {
		background-image: linear-gradient(180deg, #13237F 0%, #13237F 100%) !important;
		max-width: 1050px !important;
	}
	.elementskit-navbar-nav-default.elementskit-menu-offcanvas-elements {
	   left: -1150px !important;
	}
	.elementskit-navbar-nav-default.elementskit-menu-offcanvas-elements.active {
		left: 0 !important;
	}

	.elementskit-navbar-nav-default.elementskit-menu-offcanvas-elements.active a{
		align-items: center;
		justify-content: center;
		width: 100%;
		text-align: center;
		align-items: center;
		color: #fff !important;
		font-size: 22px !important;
		font-weight: 500 !important;
	}
	.elementskit-navbar-nav-default.elementskit-menu-offcanvas-elements.active ul {
		margin: 50px 0 0 0;
	}
	.elementskit-navbar-nav-default.elementskit-menu-offcanvas-elements.active li {
		font-size: 22px !important;
		font-weight: 600 !important;
	}
	.elementskit-navbar-nav-default.elementskit-menu-offcanvas-elements.active li .active{
		color: #F43806 !important;
		font-size: 22px !important;
		font-weight: 600 !important;
		}
	.elementskit-nav-logo > img {
		max-height:140px !important;
		margin: 0 17px !important;
	}
	.elementskit-navbar-nav > li.current-menu-item > a {
		border-bottom: 0;
	}
	.elementskit-navbar-nav > li > a {
		text-transform: none !important;
	}
	.portfolio_meta {
		padding: 30px 20px 0 40px !important;
	}
	.eael-advance-tabs .eael-tabs-nav > ul li {
	padding: 1em 1.5em 1em 1em !important;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.vp-portfolio__items-arrow {
		left: 0% !important;
		top: 40% !important;
	}
	.vp-portfolio__items-arrow-prev {
		top: -moz-calc(40% - 70px) !important;
		top: -webkit-calc(40% - 70px) !important;
		top: -o-calc(40% - 70px) !important;
		top: calc(40% - 70px) !important;
	}
	.portfolio_meta span {
		font-size: 16px;
	}
}
@media (min-width: 768px) {
	.hide-logo-home{
		display: none !important;
	}
	.wpml-ls-legacy-list-horizontal {
		margin-right: -10px;
	}
	.swiper-container-free-mode > .swiper-wrapper {
		display: flex;
		align-items: center;
		justify-content: center;
        width: 100%;
        text-align: center;
        margin: 10% 0;
        min-height: 200px;
        align-items: center;
	}
}
@media (max-width: 767px) {
    .vp-portfolio__items-arrow {
		width: 60px !important;
		height: 60px !important;
		left: 0% !important;
		top: 37% !important;
	}
	.vp-portfolio__items-arrow-prev {
		top: -moz-calc(37% - 60px) !important;
		top: -webkit-calc(37% - 60px) !important;
		top: -o-calc(37% - 60px) !important;
		top: calc(37% - 60px) !important;
	}
	.vp-portfolio__items-arrow:hover {
		height: 60px !important;
	}
	.vp-portfolio__thumbnails-wrap {
		padding-left: 20px !important;
	}
	.tparrows { 
		top: 35% !important;
		/*left: 13px !important;*/
  	}
	.wpforms-form input, textarea {
		max-width: 100% !important;
	}
	.wpforms-form button[type="submit"] {
		max-width: 100% !important;
		width: 100%;
	}
	.portfolio_meta {
		padding: 40px 15px 20px 15px  !important;
	}
	.portfolio_meta span {
		font-size: 14px;
	}
	#top-bar-content, #top-bar-social-alt {
		float: right;
		text-align: right;
	}
	#top-bar-social.top-bar-left{
		float:left;
		left: 0;
		top: 50%;
		height: 20px;
		line-height: 20px;
		margin-top: 2px;
	}
}
@media (max-width: 620px) {
    .vp-portfolio__items-arrow {
		left: 0% !important;
		top: 35% !important;
	}
	.vp-portfolio__items-arrow-prev {
		top: -moz-calc(35% - 60px) !important;
		top: -webkit-calc(35% - 60px) !important;
		top: -o-calc(35% - 60px) !important;
		top: calc(35% - 60px) !important;
	}
}
@media (max-width: 490px) {
	.vp-portfolio__items-arrow {
		left: 0% !important;
		top: 35% !important;
	}
	.vp-portfolio__items-arrow-prev {
		top: -moz-calc(35% - 60px) !important;
		top: -webkit-calc(35% - 60px) !important;
		top: -o-calc(35% - 60px) !important;
		top: calc(35% - 60px) !important;

	}
}
@media (max-width: 428px) {
	.vp-portfolio__items-arrow {
		left: 0% !important;
		top: 35% !important;
	}
	.vp-portfolio__items-arrow-prev {
		top: -moz-calc(35% - 60px) !important;
		top: -webkit-calc(35% - 60px) !important;
		top: -o-calc(35% - 60px) !important;
		top: calc(35% - 60px) !important;

	}
	.tparrows {
		left: -moz-calc(0% - 25px) !important;
		left: -webkit-calc(0% - 25px) !important;
		left: -o-calc(0% - 25px) !important;
		left: calc(0% - 20px) !important;
		width: 60px !important;
		height: 60px !important;
		top: -moz-calc(50% - 30px) !important;
		top: -webkit-calc(50% - 30px) !important;
		top: -o-calc(50% - 30px) !important;
		top: calc(50% - 30px) !important;
	  }
	  .tp-rightarrow {
		top: -moz-calc(50% - 40px) !important;
		top: -webkit-calc(50% - 40px) !important;
		top: -o-calc(50% - 40px) !important;
		top: calc(50% - 40px) !important;
	  }
	  
	.tparrows::before {
		font-size: 17px !important;
		line-height: 60px !important;
	}
}
@media (max-width: 394px) {
	.vp-portfolio__items-arrow {
		left: 0% !important;
		top: 35% !important;
	}
	.vp-portfolio__items-arrow-prev {
		top: -moz-calc(35% - 60px) !important;
		top: -webkit-calc(35% - 60px) !important;
		top: -o-calc(35% - 60px) !important;
		top: calc(35% - 60px) !important;

	}
}

/*********END MEDIA******/

/*******START BOOTSTRAP******/
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.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-right: 15px;
  padding-left: 15px;*/
}
.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: auto;
}
.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: auto;
}
.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: auto;
  }
  .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: auto;
  }
  .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: auto;
  }
  .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: auto;
  }
  .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: auto;
  }
  .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: auto;
  }
  .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;
  }
}
/*******END BOOTSTRAP******/