
body {
	background:#ebf2fc;
	 margin: 0;
	 min-height: 100%;
	line-height:normal;
	font-size:13px;
	color:#222;
 	padding-bottom: 6rem;
	font-family: 'montserratregular';
	}


p,h1,h2,h3,h4,h5,h6,ul,li {
	margin:0px;
	padding:0px;
	font-weight:normal;
	}

ul,li {
	list-style:none;
	}

/*H-GROUPS*/
h1,h2,h3,h4,h5,h6{}
h1{font-size: 36px;line-height: 35px;}
h2{font-size:25px;}
h3{font-size:20px;}
h4{font-size:16px; text-transform:uppercase;}
h5{font-size:17px;}
h6{font-size:15px;}
/*H-GROUPS*/

a{}
a:hover, a:focus{text-decoration:none; outline:none}

.btn {
    border: 2px solid #fff;
    border-radius: 0;
    color: #009cdc;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    height: 50px;
    margin: 51px 0 0;
    padding: 12px 13px;
    text-align: center;
    text-transform: none;
    transition: all 0.3s ease 0s;
    width: 150px;
}

.btn:hover {
	color:#009cdc;
	transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	}

.btn-default{
	background:#02b1eb;
	}

.btn-primary{
	background:none;
	color:#fff;
	position:relative;
	}


input[type="text"],input[type="password"],input[type="text"]:focus,select,textarea,li,a{
	transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	}

input[type="text"],input[type="password"], select, input[type="date"], textarea{
    border: 1px solid #dadada;
    height:35px;
    padding: 10px;
    width: 100%;
	}

input[type="text"]:focus{
    border-color:#02b1eb !important;
	}

select{
	line-height:40px;
	}

input[type="text"]:hover, input[type="password"]:hover, input[type="date"]:hover, textarea:hover, select:hover {

	}
	
input[type="text"]:focus, input[type="date"]:focus, input[type="password"]:focus, textarea:focus, select:focus{
    
	}

/*DIFFERENT-ALIGNS*/

.align-left{text-align:left !important;}.align-right{text-align:right !important;}.align-center{text-align: center !important;}.align-justify{text-align:justify;}

/*DIFFERENT-ALIGNS*/

/*DIFFERENT-MARGINS*/

.margin-top-5{margin-top:5px !important;}.margin-top-10{margin-top:10px !important;}.margin-top-15{margin-top:15px !important;}.margin-top-20{margin-top:20px !important;}.margin-top-25{margin-top:25px !important;}.margin-top-30{margin-top:30px !important;}.margin-top-35{margin-top:35px !important;}.margin-top-40{margin-top:40px !important;}.margin-top-45{margin-top:45px !important;}.margin-top-50{margin-top:50px !important;}.margin-top-80{margin-top:80px !important;}

.margin-bottom-10{margin-bottom:10px !important;}.margin-bottom-15{margin-bottom:15px !important;}.margin-bottom-20{margin-bottom:20px !important;}.margin-bottom-25{margin-bottom:25px !important;}.margin-bottom-30{margin-bottom:30px !important;}.margin-bottom-35{margin-bottom:35px !important;}.margin-bottom-40{margin-bottom:40px !important;}.margin-bottom-45{margin-bottom:45px !important;}.margin-bottom-50{margin-bottom:50px !important;}.margin-bottom-55{margin-bottom:55px !important;}.margin-bottom-60{margin-bottom:60px !important;}.margin-bottom-70{margin-bottom:70px !important;}.margin-bottom-80{margin-bottom:80px !important;}

/*DIFFERENT-MARGINS*/

.clearfix {
	clear: both;
	}

address{
	font-style:normal;
	}

strong{
	font-weight:normal;
	}

input[type="radio"], input[type="checkbox"]{
	margin:0px;
	vertical-align:middle;
	}

.main-heading{
	position:relative;
	}

.main-heading h1 {
    background: rgba(0, 0, 0, 0) url("../images/calendar-boder-image%7B.png") no-repeat scroll left bottom;
    color: #009bdb;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 15px;
    padding: 15px 0 5px;
    position: relative;
	font-family: "oswald_regularregular";
}

.main-heading a.icon-btn {
    background: #02b1eb none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 19px;
    height: 50px;
    padding: 12px 5px;
    position: absolute;
    right: -30px;
    text-align: center;
    top: 0;
    width: 50px;
	}

.mCSB_scrollTools .mCSB_draggerContainer {
    background: #f3f4f6 none repeat scroll 0 0 !important;
    bottom: 0;
    height: auto;
    left: 0;
    margin: 5px 0 0;
    position: absolute;
    right: 0;
    top: 0;
}
	
