/*Global*/
@media print{body{display:none;}}
@font-face
{
    font-family:"Caviar dreams";
    src:url('CaviarDreams.ttf');
}
@font-face
{
    font-family:"AbeeZee";
    src:url('ABeeZee-Regular.otf');
}
.my-divider {
	height:50px;
}

.hide-robot { 
    display:none;
}
/* Header */
.navbar-default{
	background-color:#fff;
}
.navbar-default>.container{
	height:150px;
	background-color:#fff;
}
.navbar-header{
	width: 100%;
}
img.navbar-brand{
	position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    margin: auto;
}
.navbar-nav{
	margin-top:5%;
	font-family:AbeeZee;
	text-transform:uppercase;
	
}

.navbar-nav i{
	color:#1E829B;
}
.navbar-default .navbar-nav>li>a {
	color:#31B6CC !important;
	font-size:18px;
	font-weight:bolder;
}


/* End Header/*

/*	Home	*/
.carousel-inner img {

	margin: auto;
}
.carousel-control.right{
	background:none;
}
.carousel-control.left{
	background:none;
}
.carousel-control {
	color:#31B6CC;
}
.carousel-caption{
	text-shadow: 0 1px 2px rgba(0,0,0,.9);
	
}

.promo {
	padding:10px;	
	
}
.promo img {
	margin-bottom:20px;
	height: 150px;
}

.promo p {
	color:#00425C;
	font-family: ABeeZee;
	font-size:18px;
}

/* End	Home	/*

/*	Products	*/
.arrow_box {
	height:100px;
}

/* End	Products	/*

/*	Contact	*/
.btn44 {
	
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 8px 40px;
	display: inline-block;
	margin: 15px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn44:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
/* Button 4c */
.btn-4c:before {
	left: 70%;
	opacity: 0;
	top: 0;
}

.btn-4c:hover:before {
	left: 80%;
	opacity: 1;
}
.icon-mail-send:before {
  content: "\f0e0";
  font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
/* Button 4 */
.btn-4 {
	border-radius: 50px;
	border: 3px solid #336d9d !important;
	color: #336d9d;
	overflow: hidden;
}

.btn-4:active {
	border-color: #17954c;
	color: #fff;
}

.btn-4:hover {
	background: #336d9d;
	color:#fff;
}

.btn-4:before {
	position: absolute;
	height: 10px;
	font-size: 125%;
	line-height: 38px;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-4:active:before {
	color: #17954c;
}

#contact-headings h3{
	font-family:AbeeZee;
	color:#31B6CC;
}
#contact-headings i{
	color:#1E829B;
}
/* End	Contact	/*

/*	login	*/

.login-panel .panel-body {
	background-color: #193357 !important;
}
.login-panel {
	margin-top:5%;
}
section#login-page{
	background-image:url(../images/abstract_background.png);
	margin-top:10%;
	margin-bottom:10%;
	font-family: ABeeZee ;
}
	

/* End login		/*

/*	Consent	*/


section#consent-page{
	background-image:url(../images/abstract_background.png);

	font-family: ABeeZee ;
	color:#FFF;
}
	

/* End Consent		/*

/*	declaration	*/


section#declaration-page{
	background-image:url(../images/abstract_background.png);
	margin: 50px 0;
	font-family: ABeeZee ;
	color:#FFF;
}
	

/* End declaration		/*

/*	BR Assessment	*/


.section-title{
	background-image:url(../images/abstract_background.png);
	margin-top:20px;
	font-family: ABeeZee ;
	color:#FFF;
}
.section-title > h2 > small{
	color:#CCC !important;
}
#assess_perf{
	background-color:#ccc;
	font-size:18px;
}

#assessment1_form label{
	margin: 10px;
}
#assessment1_form input[type=radio]{
	height: 20px;
    width: 20px;
    vertical-align: middle;
	}

/* End BR Assessment		*/

/* WSQ Assessment		*/
#assessment2_form label{
	margin: 10px;
}
#assessment2_form input[type=radio]{
	height: 20px;
    width: 20px;
    vertical-align: bottom;
	}
#assessment2_form .row:nth-child(even) {
	background-color:#ccc;
}
/* End WSQ Assessment		*/

/* COI Assessment		*/
#coi_form td{
	padding: 10px;
}

#coi_form input[type=radio]{
	height: 20px;
    width: 20px;
    vertical-align: bottom;
	}

#coi_form .question-row {
	margin: 20px 0px;
	padding:20px;
}

#coi_form label {
	color:rgb(0,150,167);
	
}

#coi_form .question-row:nth-child(even) {
	background-color:rgba(0,0,0,0.1);
}
/* End COI Assessment		*/

/* SOQ Assessment		*/
#soq_form td{
	padding: 10px;
}

#soq_form input[type=radio]{
	height: 20px;
    width: 20px;
    vertical-align: bottom;
	}

#soq_form .question-row {
	margin: 20px 0px;
	padding:20px;
}

#soq_form label {
	color:rgb(0,150,167);
	
}

#soq_form .question-row:nth-child(even) {
	background-color:rgba(0,0,0,0.1);
}
/* End SOQ Assessment		*/

/* SOCAS Assessment		*/
#socas_form td{
	padding: 10px;
	text-align:center;
}

#socas_form input[type=radio]{
	height: 20px;
    width: 20px;
    vertical-align: bottom;
	}

#socas_form .question-row {
	margin: 20px 0px;
	padding:20px;
}

#socas_form label {
	color:rgb(0,150,167);
	
}

#socas_form .question-row:nth-child(even) {
	background-color:rgba(0,0,0,0.1);
}
/* End SOCAS Assessment		*/

/* OHI Assessment		*/
#ohi_form label{
	margin: 10px;
}
#ohi_form input[type=radio]{
	height: 20px;
    width: 20px;
    vertical-align: bottom;
	}
#ohi_form .row:nth-child(even) {
	background-color:#ccc;
}

#ohi_form td{
	padding: 10px;
}

#ohi_form input[type=radio]{
	height: 20px;
    width: 20px;
    vertical-align: bottom;
	}

#ohi_form .question-row {
	margin: 20px 0px;
	padding:20px;
}

#ohi_form .question-row:nth-child(even) {
	background-color:rgba(0,0,0,0.1);
}
/* End OHI Assessment		*/

/*FORM ERRORS*/
select.error,input.error{
	border-color:#F00;
}
label.error {
	color:#F00 !important;
	display:block;
	}
	
/*User Profile Page*/	
#user-profile header, #user-profile .assessment-blocks {
	margin-bottom:50px;}
	
.assessment-blocks div.col-lg-4 {
	margin:10px;
}
#saveAlert{
    padding: 20px;
    font-size: 18px;
	left: 25%;
    bottom: 0;
    overflow: hidden;
    position: fixed;
    width: 50%;
    opacity: 0.9;
    z-index: 1050;
    transition: top 0.6s ease-out 0s;
}
/* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
		.navbar-nav>li>a {font-size:14px !important;} 
		.nav-justified>li{float:left; width:24%;}
		.mobile-navbar {height:60px;}
		body{margin-bottom:60px;}
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {

    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        
    }
