body {
	min-width: 380px;
}

.button-navbar {
	position: fixed;
	bottom: 10px;
	left: 10px;
	padding: 10px;
	background-color: white;
}

iframe {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.embed-responsive {
  overflow: auto;
  margin: auto;
}

a {
	color: #000;
}

a:hover, a:focus{
	color: #000;
}

p{
	margin-bottom: 40px;
}

p,h6, address{
	font-family: 'Lato', sans-serif;
	color: #777;
}

h1,h2,h3,h4,h5,h6{
	text-transform: uppercase;
}
header{
	text-align: center;
	margin-bottom: 0;
	position: relative;
}

body
{
	min-width : 350px;
}

.main-head{
	height: 500px;
	text-align: center;
	margin-bottom: 0;
	position: relative;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

section{
	padding: 50px 0;
}

section.no-padding{
	padding: 0;
}

figure{
	margin-bottom: 30px;
}

.container{
	position: relative;
	padding-top : 50px;
}

.form-control{
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	border-color: #8a8587;
	padding: 14px;
	font-size: 13px;
	height: auto;
	margin-bottom: 25px;
}

.form-control:focus {
    border-color: #000;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}



textarea.form-control{
	height: 195px;
}

.title{
	text-align: center;
}
.title-left{
	text-align: left;
}

.title p{
	padding: 50px;
}

.section-text{
	padding: 50px 20px;
}

.navbar-header{
	height: 90px;
}

.navbar-wooster{
	background: #fff;
}

.navbar-wooster .navbar-brand{
	padding-top: 8px;
}

.navbar-wooster .primary-menu{
	margin-top: 0;
	margin-left: -15px;
	margin-right: -15px;
}

.navbar-wooster .navbar-header{
	height: 50px;
}

.navbar-toggle{
	margin-top: 20px;
}

.navbar-toggle .icon-bar{
	background: #000;

}

.main-head h1{
	text-transform: uppercase;
	font-size: 45px;	
	position: relative;
	line-height: 1.4em;
	margin-bottom: 40px;
}

.main-head span{
	margin-bottom: 20px;
	margin-top:20px;
	font-size: 13px;
	display: block;

}

.main-head{
	text-transform: uppercase;
	width: 100%;
}



.divider{
	width: 80px;
	background: #000;
	height: 1px;
	display: block;
	margin:20px auto;
}

.divider.divider-sm{
	width: 40px;
	margin: 20px 0;
}

.divider.divider-lm{
	width: 180px;
	margin: 20px 0;
}

.divider.divider-lg{
	width: 180px;
}

.btn{
	border-radius: 0;
	font-size: 13px;
	padding: 15px 40px;
	transition: all 0.3s;
}

.btn-lg{
	padding: 25px 50px;
}

.btn-lg.btn-primary{
	border-width: 2px;
}

.btn-primary{
	background: transparent;
	border:1px solid #000;
	color: #000;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:focus{
	background: #000;
	color: #fff;
	border-color:#000;
}

.call-to-action{
	background: #000;
	color: #fff;
	padding: 50px 0;
}

.video{
	background-image: url(../img/keyboard.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 500px;
	color: #fff;
	position: relative;
}

.video-wrapper{
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video .fa{
	font-size: 70px;
	color: #fff;
}

.centred-container{
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
}

.video h3{
	margin-bottom: 30px;
}
.video .glyphicon{
	font-size: 70px;
}


/**********************
PORTFOLIO
***********************/
.centered-pills {
	text-align: center;
}
.centered-pills ul.nav-pills {
	display: inline-block;
	margin-bottom: 50px;
}
.centered-pills li {
	display: inline;
}
.centered-pills a {
	float: left;
}

.nav-pills > li > a{
	border-radius: 0;
	color: #000;
	border:1px solid #000;
	margin-right: 20px;
}

.nav-pills > li > a:hover,
.nav-pills > li > a:focus,
.nav-pills > li > a.active{
	background: #000	;
	border-color: #000;
	color: #fff;
}

#portfolio-grid .mix{
	display: none;
}

/******
TESTIMONIAL
**********/
.testimonial{
	
	background: url(../img/hypnose.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}

.mask{
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0,0,0,0.8);
	
}

.single-testimonial{
	padding: 80px 0;
	text-align: center;

}

.single-testimonial .fa{
	width: 50px;
	height: 50px;
	background-color: #fff;
	color: #000;
	margin-bottom: 30px;
	line-height: 50px;
	text-align: center;
	border-radius: 100%;
}

.testimonial p{
	font-size: 35px;
	text-transform: uppercase;
	color: #fff;
}

.testimonial h4{
	color: #fff;
}

.team-member{
	position: relative;
	margin-bottom: 70px;
}

.team-member h6{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.8);
	color: #fff;
	margin: 0;
	text-align: center;
	padding: 30px 0;
}


.subscribe-input{
	text-align: left;
	width: 100%;
	border: 0 none;
	background: transparent;
	opacity: 0.9;
	border: 1px solid #fff;
	padding: 14px;
}

.btn-cta{
	background-color: #fff;
	border: 1px solid #fff;
	color: #000;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 0;
	padding: 15px 25px;
	text-transform: uppercase;
	width: 100%;
}

address{
	text-align: center;
	margin-bottom: 70px;
}

address .fa{
	display: block;
	font-size: 33px;
	margin-bottom: 20px;
}
/**FOOTER**/
footer{
	background: rgba(207,226, 217, 1);
}

footer,
footer p{
	color: #333;
}

footer a{
	color: #333;
	font-weight: bold;
}

footer a:hover{
	color: #333;
	text-decoration: underline;
}


.logo-footer{
	margin-bottom: 40px;
}

/*******************************
SOCIAL ICONS
******************************/
ul.social{
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}

ul.social li{
	display: inline-block;
	width: 30px;

}

ul.social li a{
	text-decoration: none;

}


ul.social li a i{
	color: #fff;
	width: 32px;
	height: 32px;
	display: block;
	line-height: 32px;
	text-align: center;
	border-radius: 100%;
	-webkit-transition: all 0.5;
	transition: all 0.5s;
}


ul.social li a i:hover,
ul.social li a i:focus{
	
	background-color: #fff;
	color: #000;

}

.primary-menu .navbar-nav li a:hover,
.primary-menu .navbar-nav li:hover,
.primary-menu .navbar-nav li a:focus,
.primary-menu .navbar-nav li:focus,
.primary-menu .navbar-nav .active
{
	background : rgba(207,226, 217, 1);
}

/*Contact*/

#contact {
    min-height: 650px;
}

.msg {
    padding-top: 50px;
}
input#name,
input#email {

    margin-bottom: 10px !important;
}

.text_area textarea {
    resize: none;
    width: 555px;
}
.text_area textarea,
.form-inline .form-control,
input#name,
input#email,
input#subject,
input#phone,
textarea#msg,
#addAdvice input,
#addAdvice textarea{
    border-radius: 0px;
    margin-bottom: 20px;
    border: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: rgba(207,226, 217, 1);
    font-style: italic;
    color: #696969;
    font-family: 'Open Sans', sans-serif;
}
li.fw-flash-message {
    color: red;
    font-size: 4rem;
}


.office {
    padding-top: 50px
}


.office_location i {
    padding-bottom: 15px;
}
.office_location {
    color: #696969;
}


#map {
    width: 100%;
    margin: 0;
    box-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
    min-height: 300px;
}

}
#contact-us .wel_header {
    padding-top: 0px;
    padding-bottom: 0;
}


#contact-us .office_location i {
    padding-bottom: 15px;
}

#contact-us .form-group {
    margin-bottom: 0;
}
.wel_header.contact_us_h5 {
    margin-left: -15px !important;
}

/*Slider*/
.slider_overlay img
{
	width : 100%;
}

#slider .slider_text {
    padding-bottom: 0;
}
#slider .slider_text h2 {
    font-size: 52px;
    padding: 10px 0;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}
#slider .slider_text h3 {
    font-size: 45px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}
#slider .slider_text p {
    font-size: 17px;
    padding-bottom: 60px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
#slider .slider_text a.custom_btn {
    font-size: 14px;
    color: #fff;
    padding: 15px 25px;
    background: #43a906;
    border-radius: 2px;
    margin-top: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
}
#slider .slider_text h2,
#slider .slider_text h3,
#slider .slider_text p,
#slider .slider_text a.custom_btn {
    text-transform: uppercase;
}
#slider .slider_text h3 {
    font-size: 45px;
    padding: 10px 0;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
}
#slider .slider_overlay {
    position: relative;
}
#slider .slider_overlay:after {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.1);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/*Slider Fade In*/

/*Welcome Section*/
.welcome {
    min-height: 350px;
    padding: 40px 0;
	background : rgba(207,226, 217, 0.5);
}
.wel_header {
    text-align: center;
    padding-top: 0;
}
.fw-heading.fw-heading-center {
    padding-bottom: 40px;

}
.wel_header h2 {
    padding-bottom: 25px;
}

.welcome .single_item {
    padding-top: 30px;
    text-align: center;
}

.welcome .welcome_icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #C4C4C4;
	background : white;
}

.welcome .welcome_icon i {
    margin-top: 28%;
	font-size: 50px;
}

.welcome .item_list h4 {
    padding: 20px;
    text-transform: uppercase;
}

.colunm-md-8, .colunm-md-3
{
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

/*Testimonial*/

#testimonial2 {
    color: #fff;
	background-color : rgba(255, 255, 255, 1);
}
.testimonial_overlay {
    padding: 80px 0;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.53);
}

#testimonial_overlay2
{
	background: url(../img/hypnosewhite.jpg) no-repeat scroll top center / cover;
}

.profile-circle img {
    border-radius: 50%;
	width: 100px;
    height: 100px;
	display : inline;
}

.profile-circle {    
    margin: 0 auto;
    position: relative;
    top: 50px;
    z-index: 2;
	width: 100px;
    height: 100px;
}

.testimonial_content {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    position: relative;
    z-index: 1;
    height: 200px;
    overflow: hidden;
}

.testimonial_content i {
    z-index: 99999;
    color: white;
    left: 20px;
    position: absolute;
    top: 50px;
    font-size: 25px;
}

.testimonial_content p {
    font-size: 14px;
    padding-top: 45px;
    padding-left: 40px;
    padding-right: 20px;
    padding-bottom: 30px;
    text-align: left;
    font-style: italic;
}

/* table */

table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  padding: 8px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

tr
{
	background-color: white;
	color : black;
}

tr:hover {background-color:#f5f5f5;}

.primary-menu .navbar-nav
{
		background-color : rgba(207, 226, 217, 0.5);
}


/*****************************
RESPONSIVE
******************************/
@media (min-width: 1446px)
{	
	.primary-menu{
		position: relative;
		margin-top: 25px;
	}

	.primary-menu .navbar-nav{
		background-color : rgba(207,226, 217, 0.5);
	}
	
	.colunm-md-offset-4 {
		margin-left: 33.33333333%;
	}
	
	.colunm-md-offset-5 {
		margin-left: 41.66666667%;
	}
	
	.colunm-md-8 {
		width: 66.66666667%;
		float: left;
	}
	
	.colunm-md-3 {
		width: 25%;
		float: left;
	}
}

@media (min-width: 768px){
	#imgWhatDoIDoForYou, #imgWhoIAm, #imgYou
	{
		margin-top : 150px;
	}
	
	#contact .contact_area {
        padding-top: 20px;
    }
    #contact .contact_area h3 {
        font-size: 20px;
    }
    #contact .contact_area p {
        font-size: 11px;
    }
    #contact .office {
        padding-top: 30px;
    }
    #contact .office .title h5 {
        font-size: 15px;
    }
    #contact .office_location i span {
        font-size: 11px;
    }
    #contact .msg_title h5 {
        font-size: 14px;
    }
    #contact .custom-btn {
        padding: 11px 98px;
        font-size: 10px;
    }
}

@media (max-width: 1445px, min-width : 992px)
{
	.navbar-toggle{
		margin-top: -45px;
	}
	
	.navbar-wooster .navbar-toggle{
		margin-top: -25px;
	}
}

@media (min-width: 992px)
{
	.embed-responsive {
	  width: 80vw;
	  min-height: 1200px;
	}

	.navbar-toggle{
		display: none !important;
	}
}

@media (max-width: 991px) and (orientation: landscape) and (max-height : 400px)
{	
	#info
	{
		display : none;
	}
	
	#slider
	{
		display : none;
	}
}

@media (max-width: 991px)
{
	.embed-responsive {
	  width: 90%;
	  min-height: 600px;
	}
	
	.navbar-toggle{
		margin-top: 10px;
	}
	
	.navbar-wooster .navbar-toggle{
		margin-top: 15px;
	}
	
	#slider
	{
		padding-top : 0px;
	}
}

@media (max-width: 1445px)
{
	.profile-circle img {
        height: 70px;
    }
    .profile-circle {
        top: 60px;
		height: 70px;
    }
	
	.testimonial_content, .testimonial_author {
        padding: 20px 20px;
    }
    .testimonial_content i {
        top: 55px;
    }
}

@media (max-width: 767px){
	table, tbody, tr, td {
		display: block;
		width: auto!important;
	}
	
	th
	{
		display : none;
	}
		
	.welcome .welcome_icon {
        width: 50px;
        height: 50px;
    }
    .welcome .welcome_icon i {
        font-size: 20px;
		line-height : 50px;
		margin-top : 0;
    }
	
	.navbar-toggle{
		display: block !important;
	}
	
	.div-navbar {
		position: fixed;
		right: 0px;
		left: 0px;
		bottom: 55px;
		background: white;
	}
}