/*
Theme Name: SA
Theme URI: http://
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 1.0
Author: Raff
Author URI: http://
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */
.page-feat-image img{
width:100%;
}

ul.phone_hover.mail_text li{width: 230px;}

.post_content ul li { list-style:outside; margin-left:15px;}

.phone { position:relative;}
.phone_hover { display:none; position:absolute; z-index:999999999; float:none; margin:0; top:100%; list-style:none; color:#000000; left:0;}
ul.phone_hover li { width:170px; background:#002c58; color:#FFF;}


ul.navi li.phone:hover > ul.phone_hover { display:block;}

.client-email { position:relative;}
ul.navi li.client-email:hover > ul.phone_hover { display:block;}

.page-template-page-operating-room-php .carousel-inner { height:240px;}
.col-md-6 #loginform {max-width: 400px;padding: 20px;border: 1px solid #CCC; background:#FAF6F6; box-shadow: 1px 1px 2px #CCC;}
.col-md-6 #loginform label { display:block;}
.col-md-6 #loginform input[type='text'], .col-md-6 #loginform input[type='password'] { width:100%; display:block; height:30px;}

@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-default .navbar-nav > li > a { font-size:14px;}
	
}

@media (min-width: 768px) and (max-width: 992px) {
	.navbar-nav { margin:auto;}
}

@media (max-width: 1200px){
	.page-template-page-operating-room-php .carousel-inner { height:auto;}
}

@media (max-width: 991px){
	.navbar-default { text-align:center;}
	.navbar-header { float:none;}
	.main-footer, .right-footer, .right-footer p { text-align:center !important;}
	.simple-social-icons ul { display:inline-block;}
	.res_box_img { text-align:center;}
	.res_box_img img { width:100%;}
	.col-md-6 #loginform { margin:auto;}
	.page-template-page-login-php h3 { text-align:center; padding-top:15px;}
}

@media (max-width: 767px){
	.navbar-toggle { float:none;}
	.navbar-header { margin-bottom:15px;}
	input, select, textarea { width:100%;}
	input[type="submit"] { width:auto;}
	.page-template-page-login-php input, select, textarea { width:auto;}
	ul.phone_hover.mail_text li{width: 190px;}
	ul.phone_hover.mail_text li a{font-size:10px;}

}