/*Meyerweb css reset/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html, body {
	height: 100%;
}
body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #333333;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a, a:hover{
	text-decoration: none;
}
#map {
	height: 100%;
}
  
/*====================
FONT FACE
====================*/
/*Put Your font face Styles here*/


/*====================
TYPOGRAPHY
====================*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #161e21;
}
h1 {
	margin: 15px 0;
	font-size: 22px;
	color: #2a2b6a;
	font-weight: bold;
}
h2 {
	font-size: 32px;
	line-height: 1.3125;
}
h3 {
	font-size: 24px;
	line-height: 0.875;
}
h4 {
	font-size: 21px;
	line-height: 1;
}
h5 {
	font-size: 18px;
	line-height: 1.16667;
}
h6 {
	font-size: 14px;
	line-height: 1.5;
}
p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 24px;
}
.text-big p{
	font-size: 16px;
    line-height: 28px;
}

/*====================
FORM
====================*/
.form-group{
	position: relative;
}
.form-group .floating-label{
    position: absolute; 
    bottom: 10px;
    color: #767676;
    font-size: 13px;
    letter-spacing: 0.5px;
    pointer-events: none; 
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
.form-control ~ .floating-label.floating-label-Up{
    font-size: 10px;
    letter-spacing: 0.4px;
    color: #0098d5;
    bottom: 30px; 
    opacity: 1;
}

.form-group textarea, .form-group input, .form-group select {
    border: none;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #e5e5e5;
    outline: none;
    height: 40px;
    color: #434343;
    letter-spacing: 0.5px;
    font-size: 13px;
    padding: 0 0;
}
.form-control:focus{
    border:none; 
    box-shadow: none;
    -webkit-box-shadow:none; 
    border-bottom: 1px solid #0098d5;
}
.enquiry-form .form-group textarea.form-control{
    padding-top: 15px;
    height: 100px;
    resize: none;
}
.message-box .floating-label{
    top: 0px;
    bottom: auto !important;
}
.steric {
    font-style: normal;
    color: #ec1c23;
}

/*====================
BUTTON STYLE
====================*/
.btn-primary {
    color: #fff;
    background-color: #ec1c23;
    border-color: #f73442;
}
.btn-primary:hover, .btn-primary:focus {
    color: #fff;
    background-color: #f61a2a;
    border-color: #f84d59;
}
.scroll-top{
    width:50px; 
    height:50px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    position:fixed;
    bottom: 25px;
    right:15px;
    display:none;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
   -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #1e2938 url("../images/arrow-top.png") no-repeat center;
    z-index: 1000;
}
.scroll-top:hover{
	background-color: #f73442;
}
.mr-bt-30{
	margin-bottom: 30px;
}
.mr-bt-40{
	margin-bottom: 40px;
}
.mr-bt-0{
	margin-bottom: 0;
}
.pd-rt-40{
	padding-right: 40px;
}

.pd-lf-40{
	padding-left: 40px;
}
