/*------------------------------------------------------------------
Project:	Nantes - multi purpose one-page template
Version:	1.0
Last change:	18/02/2016 [...]
Designed by:	MOOZ Themes / www.MOOZthemes.com
Primary use:	One page
-------------------------------------------------------------------*/

/* main font for menu. */
@import url(http://fonts.googleapis.com/css?family=Raleway:100,300,400,500,700,900);
/* font for headings, text, tags */
/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800);*/

/*--------------------
Color customizations
change these colors to change overlays
--------------------*/

.mz-module:hover .ot-circle.color1 {
	color: #C54A4A;
}
.mz-module:hover .ot-circle.color2 {
	color: #6091DC;
}
.mz-module:hover .ot-circle.color3 {
	color: #6EB377;
}
.mz-module:hover .ot-circle.color4 {
	color: #FCBE03;
}

/*--------------------
1. General
--------------------*/

body {
	margin: 0px;
	/*font-family: "Open Sans", Sans-serif;*/
    font-family: arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 300;
	letter-spacing: 0.4px;
	font-family: "Raleway", Sans-serif;
	color: #232323;
}

p {
	/*font-family: 'Open Sans', sans-serif;*/
    font-family: arial, sans-serif;
	font-size: 15pt;
	line-height: 23px;
	letter-spacing: 0.2px;
	color: #676767;
}

.dark-bg p {
color: #fff;	
}

a{
    color: #00493f;
}

a:hover, a:focus, a:active, a.active {
    color: #0f7366;
}
a, a:hover, a:focus, a:active, a.active {
	outline: 0;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

::selection {
	text-shadow: none;
	background: #00493f;
}

@media (min-width: 1200px) {
.container {
    width: 1066px;
}
}

@media (min-width: 768px) {
	section {
		padding: 150px 0;
	}
}

section {
	padding: 60px 0 0 0;
}

ul {
	padding-left: 0;
	padding-top: 10px;	
}

ul li {
    list-style: none;
    padding-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.2px;
    color: #000000;
}

section ul li:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	content: "\f105";
	padding-right: 7px;
	color: #23AD21;
}

/*--------------------
1.1 Reset bootstrap
--------------------*/

.row-0-gutter {
    margin-left: -13px;
    margin-right: -13px;
}

.col-0-gutter {
	padding-left: 0;
	padding-right: 0;
}

/*--------------------
2. Navigation
--------------------*/

.navbar-default {
	background-color: #fff;
	border-color: transparent;
    margin-bottom: 115px;
}
.navbar-default .navbar-brand {
	color: #fff;
	font-family: "Open Sans",sans-serif;
	padding: 0px;
	margin-left: 10px;
    float: none;
    display: inline-block;
}

.navbar-default .navbar-brand-mobile{
    display: none;
}

.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:active,.navbar-default .navbar-brand.active {
	color: #00493f
}
.navbar-default .navbar-collapse {
	border-color: rgba(255,255,255,.02); 
}
.navbar-default .navbar-toggle {
	background-color: #00493f;
	border-color: #00493f
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff
}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
	background-color: #00493f
}
.navbar-default .nav li a {
	font-family: Arial,sans-serif;
	font-size: 13px;
	/*font-weight: 600;
	letter-spacing: 1px;*/
	color: #676767;
}
.navbar-default .nav li a:hover,.navbar-default .nav li a:focus {
	color: #00493f;
	outline: 0
}

.navbar-default .navbar-nav>.active>a {
	border-radius: 0;
	color: #fff;
	background-color: #00493f
}
.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #00493f
}

@media (min-width:768px) {
	.navbar-default
	{
		background-color: rgba(255, 255, 255, 0.65);
		padding: 0px 0 10px 0;
		-webkit-transition:padding .3s;
		-moz-transition:padding .3s;
		transition:padding .3s;
		border:0;
            text-align:center;
	}
	.navbar-default .navbar-brand {
		font-size: 2em;
		-webkit-transition:all .3s;
		-moz-transition:all .3s;
		transition:all .3s;
		margin-top: 10px;
	    margin-left: 10px;
    }
    
    .navbar-default .navbar-brand.mobile {
        display: block;
    }
	.navbar-default .navbar-nav>.active>a {
		border-radius: 3px
	}
	.navbar-default.navbar-shrink {
		background-color: #FFFFFF;
		border-bottom: 1px solid #828282;
		padding: 5px 0;
	}
	.navbar-default.navbar-shrink .navbar-brand {
		font-size: 1.5em;
		margin-top: 10px;
	}
    .navbar-nav {

    margin-right: 20px;
    }
}


@media (max-width:767px) {
    .navbar-default .navbar-brand-mobile {
        display: block;
    }
    
    .navbar-default .navbar-brand {
        display: none;
    }

}

/* top icons */

.top-icons{
   position: relative;
    margin-top: 10px;
    text-align: center;
    
}

.navbar-nav {float: none;}

.navbar-nav>li {float:none; display: inline-block;}
.menu-not-mobile {text-align: center;}


.navbar-nav li a {padding-left: 7%; padding-right: 7%; }

@media (min-width:1368px) {
    
    .navbar-default .navbar-collapse {
        /*margin-right: 10%;*/
    }
    
    .navbar-default .navbar-brand {
        margin-left: 5%;
    }
}

a.top-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 4px;
}


a.top-icon.lang-pl{
    background: url(../images/lang_pl.png) no-repeat;
}

a.top-icon.lang-pl.active, a.top-icon.lang-pl:hover{
    background: url(../images/lang_pl_on.png) no-repeat;
}

a.top-icon.lang-en{
    background: url(../images/lang_en.png) no-repeat;
}

a.top-icon.lang-en.active, a.top-icon.lang-en:hover{
    background: url(../images/lang_en_on.png) no-repeat;
}

a.top-icon.lang-fr{
    background: url(../images/lang_fr.png) no-repeat;
}

a.top-icon.lang-fr.active, a.top-icon.lang-fr:hover{
    background: url(../images/lang_fr_on.png) no-repeat;
}


a.top-icon.tw{
    background: url(../images/tw.png) no-repeat;
}

a.top-icon.tw.active, a.top-icon.tw:hover{
    background: url(../images/tw_on.png) no-repeat;
}

a.top-icon.in{
    background: url(../images/in.png) no-repeat;
}

a.top-icon.in.active, a.top-icon.in:hover{
    background: url(../images/in_on.png) no-repeat;
}

a.top-icon.fb{
    background: url(../images/fb.jpg) no-repeat;
}

a.top-icon.fb.active, a.top-icon.fb:hover{
    background: url(../images/fb_on.jpg) no-repeat;
}


/*--------------------
3. Header
--------------------*/

header {
    /*margin-top: 80px;*/
}

.owl-slider-item {
	position: relative;
	background-color: #000;
}
.owl-slider-item img {
	opacity: 0.7;
}
.owl-slider .owl-controls {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;	
}

.owl-slider .owl-controls .owl-nav [class*=owl-] {
	padding: 30px 40px;
	background: transparent;
	border-radius: 0;
	margin: 0;
	font-size: 160px;
	z-index: 1000;
}

.owl-slider .owl-controls .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #00493f;
    text-decoration: none;
}

.owl-slider .owl-controls .owl-prev {
	float: left;
}

.owl-slider .owl-controls .owl-next {
	float: right;
}
.intro-text {
	padding-top: 100px;
	padding-bottom: 0px;
	position: absolute;
	top: 0px;
    text-align: center;
	transform: translateX(-50%);
	left: 50%;
    /*background: url('../images/slider_text_bg.png') repeat-x;*/
    background: url('../images/cien_bez_loga.png') no-repeat;
    background-position: top center;
    width: 1066px;
    height: 609px;
    border-bottom: 4px solid #00493f;
    z-index: 100000000;
}

.intro-text::after {
    width: inherit;
    height: inherit;
    content: '';
    background: url('../images/cien_logo.png') no-repeat;
    display: block;
    position: absolute;
    top: -6px;
    background-position: bottom center;
}

@media (min-width: 768px) {
	.intro-text {
		/*padding-top: 230px;
		padding-bottom: 400px;*/
    }
}

.intro-text .intro-lead-in {
	display: inline-block;
	margin-bottom: 25px;
	padding: 4px 20px;
	font-family: arial,sans-serif;
	font-size: 20pt;
    color: #000;
	font-weight: 100;
	line-height: 40px;
    position: relative;
    z-index: 10000;
}

.intro-text .intro-lead-in a {
    
    z-index: 10000;
}

@media (min-width: 768px) {
	.intro-text .intro-lead-in {
    font-size: 20pt;
    line-height: 40px;
    margin-bottom: 45px;
	}
}

.intro-text .intro-heading {
	font-weight: 900;
	font-size: 110px;
	line-height: 48px;
	margin-bottom: 25px;
	letter-spacing: -3px;
	word-spacing: 10px;
    color: #00493f;
	text-shadow: 1px 1px 1px rgb(255, 255, 255);
    font-family: "Raleway", Sans-serif;
}




@media (min-width: 768px) {
	.intro-text .intro-heading {
		line-height: 95px;
		font-size: 77px;
		margin-bottom: 50px;
	}
}

@media (min-width: 1200px) {
    .intro-text .intro-heading {
        line-height: 95px;
        font-size: 110px;
        margin-bottom: 50px;
    }
    .intro-text .intro-lead-in{
        width: 70%;
        
    }
    
}

/*--------------------
4. Sections
--------------------*/

.section-title h2 {
	font-size: 60pt;
    color: #00493f;
	font-weight: 900;
	letter-spacing: -0.6px;
	position: relative;
	margin: 0 0 50px 0;
	padding-bottom: 15px;
}

.dark-bg .section-title h2 {
	color: #fff;
}


.section-title p {
	line-height: 31px;
	margin: 44px 20px 88px 20px;
}

.section-text p {
    line-height: 31px;
    margin: 0px 0px 8px 0px;
}


.section-bg {
    height: 134px;
    background-position: center center;
}

.section-bg.slider-1{
    background: url('../images/slider-1-sekcja.jpg') no-repeat;
    background-position: center center;
}
.section-bg.slider-2{
    background: url('../images/slider-2-sekcja.jpg') no-repeat;
    background-position: center center;
}
.section-bg.slider-3{
    background: url('../images/slider-3-sekcja.jpg') no-repeat;
    background-position: center center;
}
.section-bg.slider-4{
    background: url('../images/slider-4-sekcja.jpg') no-repeat;
    background-position: center center;
}
.section-bg.slider-5{
    background: url('../images/slider-5-sekcja.jpg') no-repeat;
    background-position: center center;
}

.logo-green {
    display: inline-block;
    width: 88%;
    text-align: center;
    margin-top: 28px;
 
}
.logo-green img {
    margin-left: 120px;
}

.back-to-top {
    /*display: inline-block;   */
    padding-top: 46px;
    float: right;
}
}


/*--------------------
4.1. About
--------------------*/

.mz-module {
	position: relative;
	margin-bottom: 30px;
}

.mz-module-about {
    border: 1px solid #E6E6EA;
    min-height: 280px;
    padding: 20px;
    background-color: #EFEFF1;
}

.mz-module-about h3 {
	font-weight: 500;
	font-size: 19px;
	/* text-transform: uppercase; */
	color: #424242;
	/* letter-spacing: 2px; */
	margin-bottom: 20px;
}

.dark-bg .mz-module-about h3 {
	color: #FFFFFF;
}

.mz-module-about p {
	font-size: 15px;
	font-weight: 300;
	line-height: 22px;
	color: #848484;
}
.mz-module-button {
	background-color: #B6B6C3;
	padding: 15px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	opacity: 0;
	color: #fff;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;
}
.mz-module:hover .mz-module-button {
	bottom: -45px;
	opacity: 1;
}
.mz-module-button:hover {
	background-color: #1a1a1a;
	color: #fff;
	text-decoration: none;
}

.mz-module-button {
	color: #fff;
}

.ot-circle {
	height: 95px;
	width: 95px;
	text-align: center;
	line-height: 98px;
	color: #FFFFFF;
	margin: 0 2px 4px;
	font-size: 75px;

	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;

}

/*--------------------
4.2. Featured
--------------------*/

.featured-item {
	margin-bottom: 30px;
	height: 110px;
}

.featured-icon {
	float: left;
	font-size: 22px;
	border-radius: 5px;
	width: 55px;
	height: 55px;
	background-color: #F8F8F8;
	line-height: 50px;
	text-align: center;
}
.featured-text {
	text-align: left;
	margin-left: 85px;
}
.featured-text h4 {
	color: #47474C;
	font-size: 17px;
	font-weight: 700;
}
.featured-text p {
	color: #747377;
	margin-top: 7px;
	font-size: 13px;
	line-height: 21px;
	font-weight: 500;
}

/*--------------------
4.2. Skills
--------------------*/

.section-text h3 {
	margin: 0 0 30px;
	font-weight: 800;
	color: #5D5D5D;
}

.section-text h4 {
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 17px;
}

.dark-bg .section-text h3 {
	color: #dfdfdf;
}

.dark-bg .section-text h4 {
	color: #dfdfdf;
}

/*--------------------
4.3. Portfolio
--------------------*/

figure {
	position: relative;
	overflow: hidden;
	margin: 0 1px 1px 0;
	background: #726FB9;
	text-align: center;
	cursor: pointer;	
}

figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
}

.ot-portfolio-item figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.ot-portfolio-item figure figcaption, .ot-portfolio-item figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

figure.effect-bubba {
	background: #000;
	margin-bottom: 1px;
}

figure.effect-bubba img {
	opacity: 0.90;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
	opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
	opacity: 0;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 30%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*--------------------
4.4. Dark Short section (counters, quote, etc)
--------------------*/

.light-bg {
	background-color: #fffff;
}

.dark-bg {
    background-color: #00493f;	
	color: #fff;
}

.short-section {
	border-top: 1px solid #5D5D5F;
	border-bottom: 1px solid #5D5D5F;
	padding-top: 70px;
	padding-bottom: 70px;
}

.counter-item h2 {
	color: #fff;
	font-size: 60px;
	font-weight: 900;
}

.counter-item h6 {
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	margin: 10px 0 0 0;
	text-transform: uppercase;
}

/*--------------------
4.5. Partners Slider
--------------------*/

.owl-portfolio .owl-controls {
	position: absolute;
	left: 0;
	top: 38%;
	width: 100%;	
}

.owl-portfolio .owl-controls .owl-nav [class*=owl-] {
	padding: 8px 17px;
	background: rgba(0, 0, 0, 0.18);
	border-radius: 0;
	margin: 0;
	font-size: 20px;
	z-index:1000;
}

.owl-portfolio .owl-controls .owl-nav [class*=owl-]:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.owl-portfolio .owl-controls .owl-prev {
	float: left;
}

.owl-portfolio .owl-controls .owl-next {
	float: right;
}

.owl-portfolio-item {
	text-align: center;
	display: inline-block;
}

.partner-logo {
	height: 80px;
	text-align: center;
	display: inline-block;
}

.partner-logo img {
	height: 100%;
	width: auto !important;
}


.owl-dots {
    position: absolute;
    top: -430px;
    width: 100%;
    text-align:center;
}

.owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #00493f;
}

.owl-theme .owl-dots .owl-dot span {
    width: 27px;
    height: 27px;
    margin: 15px 7px 0 7px;
    background: #cccccc;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 50px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #00493f;
}

/*--------------------
4.6. Team
--------------------*/

.team-item {
	text-align: center;
    margin-bottom: 42px;
}

.team-item h3 {
    font-family: arial, sans-serif;
	font-size: 15pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
}


.team-item h4 {
	color: #FFF;
}


/*--------------------
4.7. Contacts
--------------------*/

section#contact form {
	margin-top: 15px;
}
section#contact.form-group {
margin-bottom: 25px;
}

section#contact .form-group input, section#contact .form-group textarea {
	padding: 15px;
	border: 1px solid #fff;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
	font-size: 13px;
}

.contact h3 {
	margin-bottom: 30px;
}

.contact p {
	font-size: 13px;
}

.contact .day {
	display: inline-block;
	width: 80px;
}

.contact i {
	margin-right: 5px;
}

/*--------------------
5. Footer
--------------------*/

footer {
	padding: 19px;
    background-color: #00493f;	
}

footer p {
	color: #B7B7B7;
	margin: 0;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1.6px;
}

footer p a {
	color: #fff;
}

footer p a span {
	color: #FCBE03;
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: 700;
}

/*--------------------
6. Modal
--------------------*/

.modal-content {
	border-radius: 0;	
}
.modal-header .close {
	font-size: 30px;	
}
.modal-title {	
	text-transform: uppercase;
	font-size: 23px;
}

.modal-body {
	padding: 0;
}

.modal-body p {
	margin: 30px 20px;
	color: #2D2D2D;		
}

.modal-works {
font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	margin: 25px 20px;
}

.modal-works span {
	background-color: #00493f;
	margin-right: 15px;
	padding: 5px 10px;
}

/*--------------------
7. Components
--------------------*/

.btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
	color: #fff;
	background-color: #dfdfdf;
	border-color: #dfdfdf;
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .open .dropdown-toggle.btn {
	color: #fff;
	background-color: #dfdfdf;
	border-color: #dfdfdf;
}

.btn {
	display: inline-block;
	padding: 8px 20px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0px;
	background-color: #FCBE03;
}

.btn-xl {
color: #fff;
    background-color: #FCBE03;
    /* border-color: #726FB9; */
    font-family: "Open Sans",sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    border-radius: 0;
    letter-spacing: 2px;
    font-size: 16px;
    padding: 17px 45px;
}

/* Back to top button
---------------------------------- */
#back-top {
	position: fixed;
	z-index: 1000;
	bottom: 40px;
	right: 50px;
}
#back-top a {
	width: 60px;
	height: 60px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	background: #A9A9B1;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	background: #00493f;
}
/* arrow icon (span tag) */
#back-top i {
	margin-top: 15px;
	font-size: 28px;
}

@media only screen
and (min-width : 320px)
and (max-width : 480px) {
#back-top {
	position: fixed;
	bottom: 10px;
	right: 30px;
}
#back-top a {
	width: 40px;
	height: 40px;
}
#back-top i {
	margin-top: 7px;
	font-size: 20px;
}
}
.navbar-brand img {width: 82%; margin-left: 22px;}

.navbar-brand-mobile img {margin: 10px;}

.top-icons-mobile {display: none;}

.menu-mobile {display: none;}

.owl-slider .owl-controls .owl-prev {
        margin-left: 5% !important;
        margin-top: -200px !important;
    }

    .owl-slider .owl-controls .owl-next {
        margin-right: 5% !important;
        margin-top: -200px !important;
    }

@media (min-width: 1560px) and (max-width: 1700px){
    .owl-dots {top: -390px;}
    
    .owl-slider .owl-controls .owl-prev {
        margin-left: 8% !important;
        margin-top: -200px !important;
    }

    .owl-slider .owl-controls .owl-next {
        margin-right: 8% !important;
        margin-top: -200px !important;
    }
    
    .intro-text {
	padding-top: 60px;
    height: 551px;
}


.intro-text .intro-lead-in {
	font-size: 19pt;
	line-height: 35px;
}


.intro-text .intro-heading {
	font-size: 100px;
}
 
}


@media (min-width: 1440px) and (max-width: 1559px){
    .owl-dots {top: -360px;}
    
     .intro-text {
	padding-top: 60px;
    height: 511px;
        width: 900px;
}


.intro-text .intro-lead-in {
	font-size: 18pt;
	line-height: 32px;
}


.intro-text .intro-heading {
	font-size: 90px;
}
    
    /*.owl-slider .owl-controls .owl-prev {
        margin-left: 300px !important;
        margin-top: -200px !important;
    }

    .owl-slider .owl-controls .owl-next {
        margin-right: 300px !important;
        margin-top: -200px !important;
    }*/
    
}

@media (min-width: 1300px) and (max-width: 1439px){
    .owl-dots {top: -340px;}
    
    .intro-text {
	padding-top: 50px;
    height: 490px;
        width: 800px;
}


.intro-text .intro-lead-in {
	font-size: 17pt;
	line-height: 30px;
}


.intro-text .intro-heading {
	font-size: 80px;
    margin-bottom: 40px;
}
}


@media (min-width: 1200px) and (max-width: 1299px){
    
    .owl-slider .owl-controls {
        top: 54%;
    }
    .owl-dots {top: -320px;}
    
    .intro-text {
	padding-top: 50px;
    height: 450px;
        width: 800px;
}


.intro-text .intro-lead-in {
	font-size: 17pt;
	line-height: 30px;
}


.intro-text .intro-heading {
	font-size: 80px;
    margin-bottom: 40px;
}
}

@media (min-width: 992px) and (max-width: 1199px){
    .owl-dots {top: -310px;}
    
    .owl-slider .owl-controls {
        top: 64%;
    }
    
    .intro-text {
	padding-top: 40px;
    height: 370px;
        width: 700px;
}


.intro-text .intro-lead-in {
	font-size: 16pt;
	line-height: 30px;
}


.intro-text .intro-heading {
	font-size: 70px;
    margin-bottom: 30px;
}
}


@media (min-width: 992px) and (max-width: 1040px){
    .navbar-nav li a {font-size: 10pt !important; 
    
    padding-left: 3%;
    padding-right: 3%;}
}



@media (min-width: 768px) and (max-width: 991px){
    
    .owl-dots {display: none !important;}
    .top-icons-mobile {display: block; margin: 8px 0; text-align: center;}
    
    .top-icons {display: none;}
    
    .menu-mobile {display: inherit;}
    
    .menu-not-mobile {display: none;}
    
    .navbar-nav {float: none;}
    .navbar-nav>li {float: none; display: inline-block;}
    .navbar-nav>li a {font-size: 12pt !important; padding: 30px 15px;}
    
    .navbar-default {margin-bottom: 0px;}
    
    .owl-slider .owl-controls {
        display: none;
    }
    
    .intro-text {
	padding-top: 30px;
    height: 310px;
        width: 680px;
}


.intro-text .intro-lead-in {
	font-size: 16pt;
	line-height: 30px;
}


.intro-text .intro-heading {
	font-size: 70px;
    margin-bottom: 6px;
}
    
    
}

@media (min-width: 480px) and (max-width: 767px){
    .owl-dots {display: none !important;}
    .top-icons-mobile {display: block; margin: 8px 0; text-align: center;}
    .top-icons {display: none;}
    .navbar-nav {
    float: none;
    text-align: center;
    }
    .navbar-brand-mobile img {width: 80% !important;}
    
    .navbar-default {margin-bottom: 0px;}
    
    
    .owl-slider .owl-controls {
        display: none;
    }
    
    .intro-text {
	padding-top: 20px;
    height: 260px;
        width: 90%;
}


.intro-text .intro-lead-in {
	font-size: 14pt;
	line-height: 22px;
}


.intro-text .intro-heading {
	font-size: 40px;
    margin-bottom: 10px;
}
    
}

@media (min-width: 320px) and (max-width: 479px){
    .owl-dots {display: none !important;}
    
    .owl-slider {
        display: none !important;
    }
    .top-icons-mobile {display: block; margin: 8px 0; text-align: center;}
    
    .section-title h2 {
        font-size: 50pt !important;
    }
    .navbar-brand-mobile img {width: 320px; !important}
    .top-icons {display: none;}
    
    .navbar-nav {
    float: none;
    text-align: center;
    }
    .navbar-default {margin-bottom: 0px;}
}