/*

Ocean Theme

http://www.templatemo.com/tm-484-ocean

-----------------------------*/
body {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 19px;
	font-weight: 300;
}
a { color: #81b4eb;  }
a, button { transition: all 0.3s ease; }
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}




/*  Section Names:
tm-section-intro   - this is big main image followed by the images and selling point text pairs
tm-section-gallery - this is the gallery section
tm-section-about   - this is about our story
tm-section-contact - this is the contact footer




/* 0. Nav Bar
------------------ 
.tm-navbar-container {
	background-color: rgba(162,209,255,1.0);
	height: 80px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    transition: all 0.3s ease;
}

.tm-navbar-container.bg-inverse { background-color: #373a3c; }

.tm-navbar-container-dark {
	background-color: #373a3c;
	box-shadow: none;
}
.navbar-nav .nav-link {	padding: 14px 40px; }

.navbar-nav .nav-link,
.navbar-nav .nav-link:focus {
	color: white;
	font-size: 24px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
	color: #4EA7FF;
}

.navbar-toggler { 
	border: 1px solid white;
	border-radius: 0;
	color: white;	
}

.navbar-toggle {
    position: absolute;
    top: 8px;
    right: 17px;
    margin: 0;
    z-index: 99999999;
    color: #fff;
    padding: 10px 10px;
    background-color: #006699;
    border: none;
    font-weight: bold;
    display:none;
}
.navbar.scroll {
    background: #A2D1FF;
    padding: 0;
}
.navbar.scroll .navbar-brand {
    font-size: 30px;
}

#tmNavbar { text-align: center; }


#tm-section-intro {
	.navbar-nav .nav-link {
		color: white;
		font-size: 24px;
	}

}





@media (max-width 767px) {

	.navbar-nav .nav-item+.nav-item { margin-left: 0; }


	.navbar-nav .nav-item { float: none; }

	.navbar-toggler {
		display: block;
		margin-left: auto;
		margin-right: 0;
	}
     
        .navbar-toggle {
       		display:block;
       		top: 15px;
       		background-color: white;      
         }
    	.navbar.scroll .navbar-toggle {
        	top: 8px;
    	}
    	.navbar-toggle .icon-bar {
        	background-color: #006699;
        }

	.tm-navbar-container { 
		background: none;
		box-shadow: none;
		height: 54px; 
	}
	.navbar { background-color: rgba(0,0,0,0.2); }
	.tm-navbar-container.bg-inverse .navbar { background-color: #373a3c; }
}




@media (min-width: 768px) {

	
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;

    }
}


@media (max-width: 991px) {
	.navbar-nav .nav-link {	font-size: 20px; }
	.navbar-nav .nav-item+.nav-item { margin-left: 0; }
}


*/
.fixed-header{
    width:100%;
    float:left;
    position:fixed;
    top:0;
    z-index:111;
    transition:all 0.4s;
    -webkit-transition:all 0.4s;
    padding: 10px 0px;   /* used to be 35px 0px */
}

#myNavbar{
   display: block;

}
.navbar-toggle {
    position: absolute;
    top: 8px;
    right: 17px;
    margin: 0;
    z-index: 99999999;
    
    padding: 10px 10px;
    background-color: white;
    border: none;
    font-weight: bold;
    display: none;
    box-sizing:border-box;
    color:white;
    border-top-right-radius:4px;
    border-top-left-radius:4px;
    border-bottom-right-radius:4px;
    border-bottom-left-radius:4px;
    border-image-width: 1;
    border-image-source: none;
    border-image-slice: 100%;
    border-image-repeat: stretch;
    border-bottom-width: 0px;
    border-image-outset: 0;
    background-image: none;

}

.icon-bar{
    background-color: rgb(0, 102, 153);
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
   border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    box-sizing: border-box;
    color: rbg(255,255,255);
    display: block;
    font-size: 19px;
    height: 2px;
    line-height: 27.15px;
    width: 22px;
    

}

.navbar-brand {
    color: #fff;  
    font-weight:300;
    font-size: 30px;          /* font size for the Colouring Moments in header */
    
}
.navbar-brand:hover,
.navbar-brand:focus {
    color: #93FAFF;
}
.fixed-header ul{
    padding:0;
    float:right;
    margin:0;
}
.fixed-header ul li{
    display:inline-block;
    padding: 10px 0px;        /* spacing for the links within the header */
}
.fixed-header ul li a{
    text-decoration:none;
    color:#fff;
    font-size: 20px;
    font-weight: 300;
    padding: 10px 15px 0; 
       
}
.fixed-header ul li a:hover,
.fixed-header ul li .current{
    color: #93FAFF;
    border-top:2px solid #93FAFF;
    background-color:transparent;
}
.fixed-header {
    background: #FF6F61; /*#A2D1FF;*/
}
.fixed-header.scroll {
    background: #FF6F61; /*#A2D1FF;*/
    padding: 0;
    
}
.fixed-header.scroll .navbar-brand {
    font-size: 30px;
    
}


.container {
  padding-top: 0px;
  width: 100%;
  margin: 0px;
}

.container-content {
padding-top: 40px;
	position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
}





.button {
  display: -webkit-box;
  display: -webkit-flex;

  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FF6F61; /*#A2D1FF;*/
  border: none;
  color: white;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-family: Poppins-Medium;
  margin: 4px 2px;
  cursor: pointer;
  min-width: 200px;
  height: 50px;
  line-height: 1.2;
  font-weight: bold;
}

a, button { transition: all 0.3s ease; }

.button {
  transition-duration: 0.4s;
}

.button:hover {
  background-color: white; /* Green */
  color: #FF6F61; /*#A2D1FF;*/
}


@media screen and (max-width:1199px){
    .content-item {
        min-height: 470px !important;  /*  *************************  used to be 470, 270 */
    }
    .content-item img {
        min-height: 470px !important; /*  *************************  used to be 470 */
    }
    .background p {
        line-height: 22px;        
    }
    .background p,
    .background li {
        font-size: 13px;
    }
    .background h2 {
        margin-bottom: 15px !important;
    }
    p {
        margin: 0 0 10px;
    }
    .btn {
        margin-top: 15px;        
    }
    .background {
        background-color: #fff;        
    }
    .last {
        min-height: 235px !important;
    }
    textarea#message {
        height: 25px;
    }
    .container{
    width:100%;
	min-width:100%; 
    }

}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .background {
        padding: 25px;
    }
    .background.content-item-1 {
        padding: 0 40px;
    }
    .btn {
        margin-top: 10px;
    }
    .btn-contact {
        margin-top: 0;
    }
    .form-control {
        font-size: 0.9em;
    }
    .fixed-header ul li a:hover, 
    .fixed-header ul li .current {
        color: black;
        border-top:2px solid black;
        background-color:transparent;
    }
    .container{
    width:100%;
	min-width:100%; 
    }

}

@media screen and (max-width:991px){

    .content-item {
        min-height: inherit !important;
    }
    .content-item img {
        min-height: inherit !important;
    }
    .fixed-header ul li a {
        padding: 0px 15px;
    }
    .fixed-header ul li a:hover, 
    .fixed-header ul li .current {
        color: black;
        border-top:2px solid black;
        background-color:transparent;
    }
    .background p {
        line-height: 27px;
    }
    .background p,
    .background li {
        font-size: 16px;
    }
    .background h2 {
        margin-bottom: 20px;
    }
    .column {
       float: left;
       width: 50%;
       padding: 0px;
    }
    p {
        margin: 0 0 20px;
    }
    .btn {
        margin-top: 20px;        
    }
    .last {
        min-height: 284px !important;
    }
    textarea#message {
        height: inherit;
    }
    .container{
        width:100%;
	min-width:100%; 
    }

}

@media screen and (max-width:767px){
    .last {
        min-height: inherit !important;
    }
    .fixed-header.scroll .navbar-brand {
        padding: 12px 15px 0;
	font-size: 20px;
    }
    .navbar-toggle {
       display:block;
       top: 15px;
       background-color: white;      
    }
    .fixed-header.scroll .navbar-toggle {
        top: 8px;
    }
    .navbar-toggle .icon-bar {
        background-color: #006699;
    }
    
    .fixed-header ul li a:hover, 
    .fixed-header ul li .current {
        color: black;
        border-top:2px solid black;
        background-color:transparent;
    }
    .fixed-header {
        padding: 5px 0;
    }
    .fixed-header ul li a {
        font-size: 15px;
	padding: 0px 10px
    }
    .main-menu ul {
        width: 100%;
        background-color: #023D69;
    }
    .main-menu {
        max-height: 0;
        transition: max-height 0.3s;
        overflow: hidden;
    }
    /* http://css3.bradshawenterprises.com/animating_height/ */
    .main-menu.show {
        max-height: 250px;
        overflow: auto;
    }
    .main-menu ul li {
        display: block;
        padding: 10px 0px;
        width: 100%;
        float:left;
    }
    .main-menu ul li a {
        padding: 0px 0px;
        width: 100%;
        float: left;
    }
    .column {
       float: left;
       width: 50%;
       padding: 0px;
    }
    #home {
        padding-top: 62px;
    }
    .pad-l-3 {
        padding-left: 15px;
    }
    .container{
	width:100%;
	min-width:100%;   
    }
}



/* 1. Intro 
--------------------*/
.tm-section-intro {
	background-image: url(reduced_texture_baby-wearing-pink-crew-neck-cap-sleeve-shirt-between-2-173666.jpg);
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100vw 100vh;/*100% 800px;*/
	color: #FF6F61; /*#A2D1FF;*/
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	height: 800px;
}







.tm-wrapper-center {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

/* IE bug fix */
.tm-wrapper-center > * {
	-ms-flex: 0 1 auto;
		-webkit-flex: 0 1 auto;
	        flex: 0 1 auto;
}

.tm-section-intro-title {
	font-size: 4.5rem;
    margin-bottom: 3.5rem;
    /* margin-top: 30.5rem; */
}

.tm-section-intro-text {
	font-size: 2rem;
	margin-bottom: 4rem;
	width: 100%;
}

.tm-btn-white-big {
    font-size: 2.4rem;
    color: white;
    background-color: #FF6F61; /*#A2D1FF;*/
    padding: 0.55rem 1.5rem;
    border-radius: 0.5rem;
}

.tm-btn-white-big:hover,
.tm-btn-white-big:focus {
	color: #FF6F61; /*#A2D1FF;*/
    background-color: white;
}




/* 2. Cards after intro */
.sigma-content {
	padding: 60px 40px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	min-height: 280px;
}

.sigma-content p, {
	padding: 20px 0 0 0;
}


.sigma-bg-lightgray {
	background-color: #E4E8E8;
}

.sigma-bg-gray {
	background-color: #999;
	color: #FFF;
}

.sigma-bg-darkgray {
	background-color: #666;
	color: #FFF;
}

.sigma-bg-black {
	background-color: #444;
	color: #FFF;
}

.sigma-bg-blue {
	background-color: #28B;
	color: #FFF;
}

.sigma-bg-red {
	background-color: #A52;
	color: #FFF;
}

.sigma-bg-pink {
	background-color: #EBE;
	color: #000;
}

.sigma-bg-lightblue {
	background-color: #92C4F8;
	color: #000;
}

.sigma-bg-yellow {
	background-color: #A4A430;
	color: #FFF;
}

.text-center {
	text-align: center;
}

.sigma-icon {
	font-size: 72px;
	padding: 30px;
}



@media (max-width:1330px) {
	.sigma-icon {
		font-size: 48px;
		padding: 20px;
	}
	.sigma-content {
		padding: 30px 20px;
		min-height: 200px;
       }
}


@media (max-width:767px) {
	.sigma-content {
		padding: 20px;
		min-height: 100px;
	}
}







/* 2. Carousel 
-------------------------*/
.tm-carousel {
	max-width: 950px;
    margin: 5rem auto;
    padding-bottom: 3rem;
    text-align: center;
}

.tm-carousel-item-title {
	color: #81b4eb;
	font-size: 2.1rem;
	font-weight: 300;
	margin-bottom: 3rem;
}

.tm-carousel-item-text {
	font-size: 1.3rem;
    line-height: 1.6;
    color: #666;
    font-weight: 300;
}

.carousel-indicators {
	bottom: 0;
	margin-bottom: 0;
}

.carousel-indicators .active {
	background-color: #81b4eb;
	margin: 1px;
}

.carousel-indicators li {
	background-color: rgb(205, 215, 226);
	border-color: rgb(205, 215, 226);	
}

.carousel-indicators .active,
.carousel-indicators li {
	width: 20px;
    height: 20px;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

/* 3. Image and text 2 column block 
-------------------------------------*/
.tm-2-col-img-text {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: auto;
}

.tm-2-col-img {	padding: 0; }

.tm-2-col-img-lg-right .tm-2-col-img {
	-webkit-order: 2;
	    -ms-flex-order: 2;
	        order: 2;
}

.tm-2-col-img-lg-right .tm-2-col-text {
	-webkit-order: 1;
	    -ms-flex-order: 1;
	        order: 1;
}

.tm-2-col-text {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 8%;
    padding-right: 8%;
}

.tm-2-col-text-title {
	color: #81b4eb;
    font-size: 1.9rem;
    font-weight: 300;
    margin-bottom: 5%;    
}

.tm-2-col-text-description {
	color: #81b4eb;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.9;    
    margin-bottom: 6%;
    width: 100%;
}

.tm-bordered-btn {
	background-color: transparent;
    border: 2px solid #81b4eb;
    border-radius: 2.5rem;
    color: #81b4eb;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 400;
    padding: 0.8rem 3.5rem;    
}

.tm-bordered-btn:hover,
.tm-bordered-btn:focus {
	color: white;
	background-color: #81b4eb;
}

.tm-2-col-img-lg-left img {
	margin-right: 0;
	margin-left: auto;
}



/* 4. Gallery 
---------------------------*/
/*.container-fluid {
	margin-left: 2%;
	margin-right: 2%;
}*/

/* 4. icon and text 4 boxes
----------------------------*/
/*.tm-section {
	padding-top: 6rem;
	padding-bottom: 6rem;
}*/

/*.tm-blue-bg-row { background-color: #b9d6f4; }*/

/*.img-fluid {

   max-width: 100%;
   height: auto;

}*/

/*a {
  font-size: 0px;  
}*/


.tm-blue-bg-row2 { 
/*
background-color: 
background: -webkit-linear-gradient(top, #e8519e, #c77ff2, #e8519e, #c77ff2);
  background: -o-linear-gradient(top, #e8519e, #c77ff2, #e8519e, #c77ff2);
  background: -moz-linear-gradient(top, #e8519e, #c77ff2, #e8519e, #c77ff2);
  background: linear-gradient(to bottom right, #FF6F61 , white); 
*/
}

.tm-section-title {
	font-size: 2.1rem;
	margin-bottom: 1.8rem;
}

.tm-section-subtitle {
	font-size: 1.4rem;
	line-height: 1.6;
	max-width: 1600px;
	margin: 0 auto 5rem;
}

.tm-icon-text-box {
	background-color: #d3e6f8;
	border: 1px solid white;
	padding: 3rem;
	max-width: 400px;	
}

.tm-icon-text-box > .fa {
	color: #81b4eb;
	margin-bottom: 2rem;
	width: 100%;
	text-align: center; /*http://stackoverflow.com/questions/19162889/how-to-center-font-awesome-icons-horizontally*/
}

.tm-icon-text-boxes-container {
    max-width: 1760px;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
}

.tm-icon-text-box-title { margin-bottom: 1.4rem; }

.tm-icon-text-box-description {
	line-height: 1.8;
	margin-bottom: 0;
}

/* 5. Contact
-----------------*/
.tm-section-contact {
	margin: 0 auto;
	max-width: 1500px;
}

.form-control {
	padding: .75rem 1.75rem;
	font-size: 1.2rem;
	border-radius: 2.5rem;
	border-color: #68a8e8;
}

.form-control:focus { border-color: #1768A9; }

textarea.form-control {
	padding-top: 1.15rem;
	padding-bottom: 1.15rem;
}

.tm-form-group-left { padding-left: 0; }

.tm-form-group-right { padding-right: 0; }

.tm-contact-right { padding-left: 3%; }

.tm-contact-title { font-size: 1.6rem; }

.tm-contact-info {
	line-height: 1.8;
	margin-bottom: 5%;
}

.tm-social-icons-container { margin-top: 20px; }

.tm-social-icon-link {
	background-color: transparent;
	color: #81b4eb;
    padding: 5px;
    border: 1px solid #68a8e8;
    border-radius: 50%;
    margin-right: 2%;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
}

.tm-social-icon-link:last-child { margin-right: 0; }

.tm-social-icon-link:hover,
.tm-social-icon-link:focus {
	color: white;
	background-color: #81b4eb; 
}


hr { width: 65%; }

.tm-copyright-text {
	color: #999999;
	font-size: 1.3rem;
	padding-top: 3%;
	padding-bottom: 3%;
}





/* 0. Header
---------------- */



/* 1. Intro 
-----------------*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	/* IE10+ CSS styles go here */
	.tm-section-intro {	background-attachment: scroll; }
}

@media (max-width: 1900px) {
	.tm-section-intro {	background-size: 1900px 800px; }
}

/*@media (max-height: 800px) {
	.tm-section-intro {
		height: 550px;
		min-height:450px;
		max-height:550px;
		background-size: 800px 550px;
		margin-top:30px;
		background-position: 0px 30px;
																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																		
	}
	.tm-section-intro-title {
	    font-size: 2.0rem;
	    margin-top: -100px;
	    margin-bottom: 0.5rem;
	}
	.tm-btn-white-big {
		font-size: 2.4rem;
		margin-top: 10.5rem;
		padding: 0.5rem 1.0rem;
	}
																																																																																																																																																																																																						
}*/


@media (max-width: 1400px) {

	.tm-section-intro {
		height: 1000px;
		min-height:700px;
		max-height:1000px;
		background-size: 1400px 1000px;
		margin-top:30px;
		background-position: 0px 30px;
																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																		
	}
	.tm-section-intro-title {
	    font-size: 4.5rem;
	    margin-top: -100px;
	    margin-bottom: 0.5rem;
	}
	.tm-btn-white-big {
		font-size: 2.4rem;
		margin-top: 10.5rem;
		padding: 0.5rem 1.0rem;
	}


}




@media (max-width: 1000px) {

	.tm-section-intro {
		height: 700px;
		min-height:600px;
		max-height:700px;
		background-size: 1000px 700px;
		margin-top:30px;
		background-position: 0px 30px;
																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																		
	}
	.tm-section-intro-title {
	    font-size: 4.5rem;
	    margin-top: -100px;
	    margin-bottom: 0.5rem;
	}
	.tm-btn-white-big {
		font-size: 2.4rem;
		margin-top: 10.5rem;
		padding: 0.5rem 1.0rem;
	}


}




@media (max-width: 800px) {

	.tm-section-intro {
		height: 600px;
		min-height:450px;
		max-height:600px;
		background-size: 800px 600px;
		margin-top:30px;
		background-position: 0px 30px;
																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																		
	}
	.tm-section-intro-title {
	    font-size: 2.0rem;
	    margin-top: -100px;
	    margin-bottom: 0.5rem;
	}
	.tm-btn-white-big {
		font-size: 2.4rem;
		margin-top: 10.5rem;
		padding: 0.5rem 1.0rem;
	}


}




@media (max-width: 700px) {

	.tm-section-intro {
		height: 450px;
		min-height:350px;
		max-height:450px;
		background-size: 700px 450px;
		margin-top:30px;
		background-position: 0px 30px;
																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																		
	}
	.tm-section-intro-title {
	    font-size: 2.0rem;
	    margin-top: -100px;
	    margin-bottom: 0.5rem;
	}
	.tm-btn-white-big {
		font-size: 1.0rem;
		margin-top: 10.5rem;
		padding: 0.5rem 1.0rem;
	}


}

@media (max-width: 665px){
	.tm-section-intro {
	
		background-size: 665px 430px;
		margin-top: 30px;
		background-position: 0px 30px;
		height: 430px;
		min-height:400px;
		max-height:430px;
																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																												
	}
	.tm-section-intro-title {
	    font-size: 2.0rem;
	    margin-top: 80px;
	    margin-bottom: 0px;
	}
	.tm-btn-white-big {
		font-size: 1.0rem;
		margin-top: 200px;
		padding: 0.5rem 1.0rem;
	}

	.fixed-header .navbar-brand {
   	 font-size: 20px;
         }

}




@media (max-width: 600px){
	.tm-section-intro {
	
		background-size: 600px 400px;
		margin-top: 30px;
		background-position: 0px 30px;
		height: 400px;
		min-height:300px;
		max-height:400px;
																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																												
	}
	.tm-section-intro-title {
	    font-size: 2.0rem;
	    margin-top: 0px;
	    margin-bottom: 0px;
	}
	.tm-btn-white-big {
		font-size: 1.0rem;
		margin-top: 200px;
		padding: 0.5rem 1.0rem;
	}

	.fixed-header .navbar-brand {
   	 font-size: 20px;
         }

}


@media (max-width: 523px) {
	.tm-section-intro {
		background-size: 520px 300px;
		margin-top:90px;
		background-position: 0px 90px;
		/*height: 100vh;*/
		min-height: 200px;
		max-height: 300px;
	}

	.tm-section-intro-title {
	    font-size: 2.0rem;
	    margin-top: 1.5rem;
	    margin-bottom: 0.5rem;
	}

	.tm-btn-white-big {
		font-size: 1.0rem;
		margin-top: 8.5rem;
		padding: 0.5rem 1.0rem;
	}
	.fixed-header .navbar-brand {
    	font-size: 20px;
        }

}


@media (max-width: 480px) {
	.tm-section-intro { display: block; }
	.tm-section-intro {
		background-size: 480px 300px;
		margin-top:90px;
		background-position: 0px 90px;
		/*height: 100vh;*/
		min-height: 200px;
		max-height: 300px;
	}
	
	.tm-section-intro-title {
	    font-size: 2.0rem;
	    margin-top: 3.5rem;
	    margin-bottom: 0.5rem;
	}

	.tm-section-intro-text {
		font-size: 1.5rem;
		margin-bottom: 2rem;
	}

	.tm-btn-white-big {
		font-size: 1.0rem;
		margin-top: 8.5rem;
		padding: 0.5rem 1.0rem;
	}
	.fixed-header .navbar-brand {
    	font-size: 20px;
        }
}

/* 2. Carousel
----------------------*/
@media (max-width: 767px) {
	.tm-carousel {
		margin-top: 10%;
		margin-bottom: 10%;
	}
}

@media (max-width: 480px) {
	.tm-carousel {
		margin-top: 15%;
		margin-bottom: 15%;
	}
	.tm-carousel-item-title {
		font-size: 2rem;
		margin-bottom: 1.5rem;
	}
}


/* 3. Image and text 2 column block
----------------------------------------*/
@media (max-width: 1600px) {
	.tm-2-col-text {
		padding-left: 5%;
		padding-right: 5%;
	}
}

@media (max-width: 1320px) {
	.tm-2-col-text {
		padding-left: 3%;
		padding-right: 3%;
	}

	.tm-2-col-text-description {
		font-size: 1.1rem;
		line-height: 1.6;
		margin-bottom: 4%;
	}

	.tm-bordered-btn {
		font-size: 1.2rem;
		padding: 0.5rem 2.5rem;
	}
}

@media (max-width: 991px) {
	.tm-2-col-img-text { display: block; }

	.tm-2-col-img img {	margin: 0 auto;	}

	.tm-2-col-text {
		padding-top: 5%;
		padding-bottom: 5%;
	}

	.tm-2-col-text-title {
	    font-size: 1.8rem;
	    margin-bottom: 1rem;
	}

	.tm-2-col-text-description {
		font-size: 1.4rem;
		margin-bottom: 1.5rem;
	}

	.tm-bordered-btn {
	    font-size: 1.3rem;
	    padding: 0.5rem 1.8rem;
	}
}

@media (max-width: 480px) {
	.tm-2-col-text { padding: 10%; }	
}


/* 4. icon and text 4 boxes
----------------------------*/
@media (max-width: 1199px) {
	.tm-icon-text-box {	margin: 0 auto 30px; }
}

@media (max-width: 1199px) and (min-width: 992px) {
	.tm-icon-text-box {	padding: 10%; }
}

@media (max-width: 991px) {
	.tm-icon-text-boxes-container { max-width: 800px; }
	.tm-section {
		padding-top: 5%;
    	padding-bottom: 4%;
	}

	.tm-section-title {	margin-bottom: 1rem; }

	.tm-section-subtitle { margin-bottom: 2rem;	}
}

@media (max-width: 767px) {
	.tm-section {
		padding-top: 10%;
    	padding-bottom: 8%;
	}
}

/* 5. contact 
--------------*/
@media (max-width: 1199px) {
	.tm-form-group-right { padding-left: 0;	}	
}

@media (max-width: 991px) {
	.tm-contact-right {
		padding-left: .9375rem;
		margin-top: 2rem;
	}

	.tm-contact-info { margin-bottom: 2%; }
}

@media (max-width: 767px) {
	.tm-form-group-left { padding-right: 0;	}
}


