/*!
 * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);

body {
    overflow-x: hidden;
}
li {
    letter-spacing: 0.45px;	
    font-family: 'Montserrat', sans-serif;
}
p {
    font-size: 20px;
    letter-spacing: 0.45px;	
}

p.small {
    font-size: 16px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    
}

hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
    content: "\f005";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.star-light {
    border-color: #fff;
}

hr.star-light:after {
    color: #fff;
    background-color: #14b4d0;
}

hr.star-primary {
    border-color: #2c3e50;
}

hr.star-primary:after {
    color: #2c3e50;
    background-color: #fff;
}

.img-centered {
    margin: 0 auto;
}

header {
    text-align: center;
    color: #fff;

}

header .container {
    padding-top: 100px;
    padding-bottom: 50px;
}

header img {
    display: block;
    margin: 0;
}

header .intro-text .name {
	display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 2em;
    font-weight: 100;
    color: #FFFFFF;
	text-shadow:1px 1px 2px rgba(0, 0, 0, 0.72);
    text-transform: uppercase;
    background: rgba(20, 180, 208, 0.7);
    padding: 35px 10px;
    border-radius: 60px 80px 0 60px;
    border: 1px solid #fff;
    font-size: 32px !important;
}

header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
}

@media(min-width:768px) {
    header .container {
        padding-top: 200px;
        padding-bottom: 100px;
    }

    header .intro-text .name {
	font-size: 2.75em;
	font-weight: bold;
    }

    header .intro-text .skills {
        font-size: 1.75em;
    }

	.navbar-right {
	    /*float: none!important;*/
	    margin-right: 0px !important;
	}
}

@media(min-width:992px) {
    .navbar-fixed-top {
		border-bottom:3px solid #14b4d0 !important;
        padding: 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 10px 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
		padding-left: 50px;
    }
}

.navbar {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default,
.navbar-inverse {
    border: 0;
}

section {
    padding:110px 0 70px 0;
}
section#testimonials {
    background-color: rgb(4, 167, 196);
}
section#dentalmarket {
    padding: 30px 0 ;
}
section#dentalmarket h2 {
	color:#14b4d0;
}
.dentdetail {
	padding:30px;
}
/*@keyframes animatedBackground {
	from { background-position: 50% 0%; }
	to { background-position: 0% 36%; }
}
*/
.servAcq {
    text-align: center;
	background:url(../img/acquire-bg.png) no-repeat;
	background-position:center 36%;	
/*animation: animatedBackground 10s linear infinite;	*/
}


.serv {
	text-align:center;
}
.serv p {
	text-align:center;
	padding-bottom:10px;
	border-bottom: 2px solid rgba(255, 255, 255, 0);	
    text-transform: uppercase;	
	font-size: 24px;	
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;	
}
.serv:hover p {
	border-bottom: 2px solid rgba(255, 255, 255, 0.4);
    font-size: 21px;
    letter-spacing: 0.45px;
    font-weight: bold;
    color: #B8FFD3;	
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;			
}
.serv img {
    -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    transition: all ease 1s;
}
.serv:hover img {
    -webkit-transform: scale(1.25, 1.25);
    -moz-transform: scale(1.25, 1.25);
    -ms-transform: scale(1.25, 1.25);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}
.market p {
    text-align: justify;
    padding: 9px 25px;
	font-size: 18px;
}
.market img {
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}
.market:hover img {
-webkit-transform:scale(1.25, 1.25);
-moz-transform:scale(1.25, 1.25);
-ms-transform:scale(1.25, 1.25);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}
.market h3 {
    font-size: 25px;
    min-height:85px;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
    border:1px solid #333;
    padding: 25px;
    text-align: center;
}
.market:hover h3 {
    font-size: 25px;
    color: #14b4d0;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
    border: 0;
    border-bottom:1px solid #14b4d0;
        padding-top: 10px;
    text-align: center;	
}
section h2 {
	margin: 0;
	font-size: 2.5em;
}

section.success {
    color: #fff;
    background: #04A7C4;
	/*background-image:url(../img/tooth-bg.png);*/
	background-repeat:no-repeat;
	background-position:98% center;
	margin-top: -6px;
}

section.success a,
section.success a:hover,
section.success a:focus,
section.success a:active,
section.success a.active {
    outline: 0;
    color: #333333;
}

@media(max-width:320px) {
.navbar-brand>img {
    display: block;
    margin: 0 10px;
    width: 90%;
    height: auto;
}	
	video#bgvid {
		width:100% !important;
		height:100% !important;
	    overflow:hidden!important;
	    padding:0px !important;
	    }	
	.contactGrn {
		width: 230px;
	}
	header .intro-text .name {
	padding:90px 15px !important;
	line-height:55px!important;
	}
	section#mar h2 {
		margin: 0;
		font-size:2em ;
	}
	.navbar {
	    margin-top: 20px;
	}
	.phone {
	    text-align: center;
	    position: fixed !important;
	    margin-top:0px !Important;
	    top: -20px !important;
	    left: 0!important;
	    margin-bottom: 20px !important;
	    background: #fff;
	    width: 100%;
	}
	.market {
	    padding: 45px 0 !important;
		}
	.market p {
	    text-align: justify;
	    padding: 9px 5px  !important;
		}
}

@media only screen and (min-width:320px) and (max-width:568px) {
	section#mar h2 {
		margin: 0;
		font-size:3em ;
	}
	.navbar {
	    margin-top: 20px;
	}
	.phone {
	    text-align: center;
	    position: fixed !important;
	    margin-top:0px !Important;
	    top: -20px !important;
	    left: 0!important;
	    margin-bottom: 20px !important;
	    background: #fff;
	    width: 100%;
	}	
	video#bgvid {
		width:100% !important;
		height:100% !important;
	    overflow:hidden!important;
	    padding:0px !important;
	    }
	.intro-text {
	    padding:0 !important;
	    position: absolute!important;
	    width: 100% !important;
	    left: 0px !important;
	    right: 0px !important;
	    bottom:50px !important;
	    top:10%!important;
	}    
	header .intro-text .name {
	padding:90px 25px !important;
	line-height:55px!important;
	}
	.special h2 {
	    line-height: 58px;
    	letter-spacing: 5px;
    	}
	video#bgvid {
		height:180px!important;
	
	    background: url('./img/doctor.jpg') center center / cover no-repeat;
	  }
	
	  video {
	    padding:0 !important;
	    margin:0px !Important;
	    overflow:hidden !Important;
	  }	
}

@media(max-width:767px) {
	.navbar-brand>img {
		display: block !important;
		margin: 0 10px !important;
		width: 40% !important;
		height: auto !important;
	}
	.phone {
	    text-align: center;
	    position: fixed !important;
	    top: 22px;
	    left: 45%;
	}
	
	
	.bigGrn {
	    width: 94%;		
	}
	.bigGrn a {
		font-size:28px;
	}
    section {
        padding: 75px 0;
    }

    section.first {
        padding-top: 75px;
    }

}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(24,188,156,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}

#portfolio * {
    z-index: 2;
}

@media(min-width:768px) and (max-width:991px) {
.navbar-brand>img {
    display: block;
    margin: 0 10px;
    width: 80% !important;
    height: auto !important;
}	
}

@media(max-width:992px) {

	.intro-text {
			left:10%;
			width:80%;
			top: 27% !important;
	}
	header .intro-text .name {
		border-radius:0px;
	}
	.market {
		padding: 45px !important;
	}		
}
@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #14b4d0;
    background: #fff;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: vertical;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #9EF0FF;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

footer {
    color: #fff;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #14b4d0;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: rgb(4, 161, 188);
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #2c3e50;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #2c3e50;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}
.topSlider {
	position:relative;
	padding-top: 0;	
}
.grn {
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	background:#4c97b1;	
	padding:10px 15px;
	border: none;
	margin:20px 0;	
}
.grn a {
    font-family: 'Montserrat', sans-serif;	
	color:#ffffff;
	text-decoration: none;
}
.bigGrn {
    width: 440px;	
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	background:#85eb89;	
	padding:10px 15px;
	border: none;
	margin:20px 0;
	transition:all ease .5s;
	-webkit-transition:all ease .5s;
	-moz-transition:all ease .5s;
	-ms-transition:all ease .5s    
	background-position: 0 0;
    background-size: 200% 100%;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	
	
}
.bigGrn a {
    text-decoration: none;	
    font-family: 'Montserrat', sans-serif;
	color:#ffffff;
	font-size:30px;
}
.bigGrn:hover {
	background:#4c97b1;
	transition:all ease .5s;
	-webkit-transition:all ease .5s;
	-moz-transition:all ease .5s;
	-ms-transition:all ease .5s;
    background-size: -100% 100%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4c97b1+6,4c97b1+63,d5ebfb+100 */
background: #4c97b1; /* Old browsers */
background: -moz-linear-gradient(left,  #4c97b1 6%, #4c97b1 63%, #d5ebfb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(6%,#4c97b1), color-stop(63%,#4c97b1), color-stop(100%,#d5ebfb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #4c97b1 6%,#4c97b1 63%,#d5ebfb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #4c97b1 6%,#4c97b1 63%,#d5ebfb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #4c97b1 6%,#4c97b1 63%,#d5ebfb 100%); /* IE10+ */
background: linear-gradient(to right,  #4c97b1 6%,#4c97b1 63%,#d5ebfb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c97b1', endColorstr='#d5ebfb',GradientType=1 ); /* IE6-9 */	
}



/*--------------PRICING TABLE----------------*/

.packName p {
    color: #FFFFFF;
    font-weight: bold;
    BACKGROUND: #2C3E50;
    font-size: 16px;
    padding: 20px 13px;
    /* border-radius: 5px 5px; */
    margin-bottom: 0px;
	text-align:center;
}

.regPr > h3 {
	color:#333333;
	font-size:28px;
}
.special {
	background: #14B4D0;
    padding: 50px 20px;
    margin-bottom: 35px;	
}
.special h2 {
	    line-height: 58px;
    	letter-spacing: 5px;
    	}
.prHead1 {
    background: rgb(60, 203, 209);
	margin-top: 120px;
    background-image: url("../img/economy.png");
    background-repeat: no-repeat;
    background-position: 6% 50%;
    background-size: 16% 57%;	
}
.prHead1:hover {
   background-position: 94% 50%;
}
   	
.prHead {
    padding: 30px 15px;
    text-align: center;
	border-right: 3px solid;
	transition:.5s ease all;
	-webkit-transition:.5s ease all;
	-moz-transition:.5s ease all;	
    border-radius: 0 10px 0 0;	
}
.prHead:hover {
    border-left: 3px solid;
	border-right:0;
	transition:.3s ease all;
	-webkit-transition:.3s ease all;
	-moz-transition:.3s ease all;
    border-radius: 10px 0 0 0;	
}
.prHead > h2 {
	color:#333333;
	font-size:28px;
}
.prHead2 {
    background: rgb(19, 195, 202);
	margin-top: 60px;
    background-image: url("../img/silver.png");
    background-repeat: no-repeat;
    background-position: 6% 50%;
    background-size: 16% 57%;		
}
.prHead2:hover {
   background-position: 94% 50%;
}
.prHead3 {

    background: rgb(48, 222, 212);
    background-image: url("../img/gold.png");
    background-repeat: no-repeat;
    background-position: 6% 50%;
    background-size: 16% 57%;	
}

.prHead3:hover {
   background-position: 94% 50%;
}
.prPrice {
    border-right: 1px solid #c1c1c1;
    border-left: 1px solid #c1c1c1;
    line-height: 0px !important;
    padding: 5px 0;
    margin-top: 0px;
    margin-bottom: 0px;	
}
.prPrice h4 {
	color:#ffca14;
	text-align:center;
	font-size:36px;
	text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.6);
}
.prDetail {
	transition:all ease .5s;
	-webkit-transition:background ease 1s;
	-moz-transition:background ease 1s;
	-ms-transition:background ease 1s;  	
	background:rgba(19, 195, 202,.8);
	padding:20px 15px;
    min-height: 555px;
	margin-bottom:15px;
    border-radius: 0 0 10px 0;	
}
.prDetail:hover {
	background:#2C3E50;
	transition:all ease .5s;
	-webkit-transition:background ease 1s;
	-moz-transition:background ease 1s;
	-ms-transition:background ease 1s ; 

} 

.prDetail > li {
	color:#ffffff;
    padding: 2px 25px;
	list-style-type: circle;
}
.prDetail > ul > li {
	color:#ffffff;
}

.contactGrn {
    width:350px;	
	background:#85eb89;	
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	padding:30px 15px;
	border: none;
	margin:0 0 20px 0;
	transition:all ease .5s;
	-webkit-transition:all ease .5s;
	-moz-transition:all ease .5s;
	-ms-transition:all ease .5s    
	background-position: 0 0;
    background-size: 200% 100%;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;;
	border:1px solid rgba(255,255,255,0);
	
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;	
	
}
.animated { 
    -webkit-animation-duration: 4s; 
    animation-duration: 4s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    -webkit-animation-timing-function: ease-in-out; 
    animation-timing-function: ease-in-out; 
    animation-iteration-count:infinite; 
    -webkit-animation-iteration-count:infinite; 
} 

@-webkit-keyframes swing { 
    20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; } 
    20% { -webkit-transform: rotate(15deg); } 
    40% { -webkit-transform: rotate(-10deg); } 
    60% { -webkit-transform: rotate(5deg); } 
    80% { -webkit-transform: rotate(-5deg); } 
    100% { -webkit-transform: rotate(0deg); } 
} 
@keyframes swing { 
    20% { transform: rotate(15deg); } 
    40% { transform: rotate(-10deg); } 
    60% { transform: rotate(5deg); } 
    80% { transform: rotate(-5deg); } 
    100% { transform: rotate(0deg); } 
} 
.swing { 
    -webkit-transform-origin: top center; 
    transform-origin: top center; 
    -webkit-animation-name: swing; 
    animation-name: swing; 
}
.contactGrn a {
    text-decoration: none;	
	font-weight:500;
	color:#000000;
	font-size:24px;
	font-family: 'Oswald', sans-serif;
}
.contactGrn:hover {
	background:transparent;	
	transition:all ease .5s;
	-webkit-transition:all ease .5s;
	-moz-transition:all ease .5s;
	-ms-transition:all ease .5s;
	border:1px solid rgba(255,255,255,1)
}
.contactGrn:hover a {
	color:#ffffff;
}
.testPic {
    text-align: center;
	color: #fff;
}
.testPic a {
	color: #ffca14;
	font-size:22px;
}
.testPic img {
    width: 25%;
    height: auto;
}
/* ---- REquest form --------------- */
.request-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #D0D0D0 !important;
    margin-bottom: 15px;
    text-align: center;

}

.btn-success {
    color: #ffffff;
    background-color: #85EB89;
    border-color: #FFFFFF;
    margin-left: 35%;
    padding: 15px 60px;
    }
.btn-success:hover {	
    color: #ffffff;
    background-color: #85EB89;
    border-color: #FFFFFF;
    margin-left: 35%;
    padding: 15px 60px;	
}

.fa-star:before {
    content: "\f005";
    padding-right: 2px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    overflow:hidden;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.testVid iframe {
    margin: 3px;
    padding: 20px;
	border: 1px solid rgba(255, 255, 255, 0.25);
}
.intro-text {
    padding: 95px 30px;
    position: absolute;
    bottom: 150px;
    right: 20%;
}
section#mar {
	padding:0px 0 0px 0;
}
section#mar  h2 {
	margin: 0;
    font-size: 5.5em;
    color: rgb(4, 167, 196);
    padding: 40px 0;
    letter-spacing: 2px;
    font-weight: lighter;
	font-family: 'Oswald', sans-serif;
}
section#mar .getnow {
    padding: 90px 0 90px 0;
}
section#pricing {
	padding:90px 0 0 0; 
	background: #14B4D0;
}
.free {
	background: #04A7C4;
    color: #fff !important;
}
.free h4 {
	font-weight: lighter;
	letter-spacing: 1px;
}
.free .form-control::-moz-placeholder {
    color:#ffffff;
    opacity:1
}
.free .form-control:-ms-input-placeholder {
    color:#ffffff
}
.free .form-control::-webkit-input-placeholder {
    color:#ffffff
}
.free .floating-label-form-group {
    border-bottom: 1px solid rgba(238, 238, 238, 0.5);
}
.plans {
	padding:50px 0;
    background: #ffffff;
}
.phone {
	text-align: center;
}
a.down {
	color:rgba(20, 180, 208, 0.7);	
}
.fa-3x {
	transition:ease all .5s;
	-webkit-transition:ease all .5s;
	-moz-transition:ease all .5s;
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);	
}
.fa-3x:hover {
	transition:ease all .5s;
	-webkit-transition:ease all .5s;
	-moz-transition:ease all .5s;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);	
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}

.market .floating-label-form-group input, .market .floating-label-form-group textarea {
height: 24px;
    font-size: 17px;
	color:#ffffff;
}
.market p.help-block.text-danger {
    padding: 0;
}
	.form-control, input {
		border:none;
	}
	video#bgvid {
		margin-left: 0px;
		overflow: hidden;
		min-width:100%;
		min-height:100%;
		width:auto;
		height:auto;
		background-size:cover;
		z-index:-1;
		left:0px
	}
	
	
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 40px;
    margin-bottom: 13px;
    background-color: rgb(0, 0, 0);
    background-image: none;
    /* border: 1px solid rgb(0, 0, 0); */
    border-radius: 4px;
    color: #000;
    background: url("../img/menu-bg.png") no-repeat;
	background-size:contain;
}	

.navbar-default .navbar-toggle {
    border-color: #14b4d0;
    padding: 16px 19px !important;
    background-position: 50% 50%;
}


.navbar-brand {
    float: none;
    
    }
    
.navbar-brand>img {
    display: block;
    margin: 0 20px;
    width: 100%;
    height: auto;
}
video#bgvid {
	width:100% !important;
}

