/* BOOSTRAP CUSTOMIZATION
================================================== */
.tips {
	display: inline-block;
}
.navbar {
	margin-bottom: 0;
	border-radius: 0;
}
.navbar-header {
	height: 80px;

}
.navbar-default {
	background: none;
	border: none !important;
	border-radius: 0;
}
.btn:active {
	-webkit-box-shadow: none;
	box-shadow: none
}
/*forms*/
.form-control {
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 12px;
	height: 44px;
}
/*tabs*/

.nav>li>a {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.navbar-default .navbar-nav > li > a {
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-left: 5px;
	margin-top: 1px;
	
}
/* progress bar */

.navbar-default .navbar-toggle {
	margin-top: 22px;
}
/* accordeon */
/** expand the link to fill the whole tab **/
label {
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 22px;
}
img {
	max-width:100%;
}
.navbar-nav {
	margin-left: 0;
	margin-right: 0;
}
.navbar-collapse {
	padding: 0;
}

.centre-blacknomargin {
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 0.45em;
	padding-bottom: 0.05em;
	text-align: center;
}
.centre {
	text-align:center;
	padding: 0px;
}

.imgmargintop2px {
	margin-top: 2px;
	margin-left: 2px;
}
.imgborderleft2px {
	border-left: 2px;
	border-color: #272525;
	border-left-style:solid;
}

.imgmargintop20px {
	margin-top: 20px;
	margin-bottom: 10px;
}
.imgleft {
	float: left;
	margin-right: 0.50em
}
.whitetext { 
	font-size: 13px;
	margin-top: 0px;
	margin-left: 0px;
	text-align: left;
}

/*** MEDIA QUERIES ***/

@media(max-width:767px) {
}

@media(min-width:768px) {
.navbar-collapse {
	padding-right: 0;
}
.col-xs-6, .col-sm-5, .col-md-1, .col-md-5, .col-md-6, .col-md-12 {
	margin-bottom: 0;

}
.centre-darkblue {
	margin-bottom: 0;
	margin-top: 0.65em;
	padding-top: 0.65em;
	text-align: center;
}
.centre {
	text-align:center;
	padding: 0px;
}

}

@media(min-width:992px) {
}

@media(min-width:1200px) {
}
/*** END MEDIA QUERIES ***/



/* END BOOSTRAP CUSTOMIZATION
================================================== */



/* crane CSS FRAMEWORK
================================================== */
/*** lists ***/
/* icons */
/* borde */
/*** icons ***/

.iconRounded {
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
	font-size: 18px;
}
.iconRounded:before {
	margin: auto;
	text-align: center;
	line-height: 40px;
}
.iconSmall:before {
	font-size: 10px;
}
.iconSmall.iconRounded {
	width: 26px;
	height: 26px;
}
.iconSmall.iconRounded:before {
	line-height: 26px;
}
/*** icon Headings ***/
/*** boxes ***/
/* box icons */
/* img box */
/*** testimonial **/
/*** fake columns ***/

/*** utilies classes ***/
.mb40 {
	margin-bottom: 1.0em;
}
.mt15 {
	margin-top: 4.75em;
}
.pb15 {
	padding-bottom: 0.75em;
}
.pt30 {
	padding-top: 1.5em;
}

/** separators **/
/** separators **/
/*** end utilies classes ***/
/* images */


/*** MEDIA QUERIES ***/

@media(max-width:767px) {
}

@media(min-width:768px) {
.mb40 {
	margin-bottom: 1.0em;
}
.mt15 {
	margin-top: 4.5em;
}
.pb15 {
	padding-bottom: 1.5em;
}
.pt30 {
	padding-top: 3em;
}
}

@media(min-width:992px) {
}
/*** END MEDIA QUERIES ***/
/* crane CSS FRAMEWORK
================================================== */

/* TYPOGRAPHY
================================================== */

body {
	font-size: 16px;
	line-height: 22px;
	font-family: Arial;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
	padding-top: 87px;
}
h1, h2, h3, h4, h5, h6, legend {
	font-family: Arial;
	font-weight: 600;
	line-height: 1.25em;
}
h1 {
	font-size: 20px;
	margin-bottom: 0.0em;
	margin-top: 0.0em;
	font-weight: 100;
	text-align: left;
	padding-top: 0.25em;
	padding-bottom: 0.0em
}
h2 {
	font-size: 18px;
	font-weight: 600;
	margin: 0.75em 0 0 0;
}

h3, legend {
	font-size: 18px;
	margin: 0.75em 0 0 0;
	font-weight: 600;
	
}
h4 {
	font-size: 18px;
	margin: 0.75em 0 0.75em 0;
}
h5 {
	font-size: 16px;
}
h6 {
	margin-bottom: 2em;
	font-size: 12px;
	font-weight: 300;
}
p, ul {
	margin-top: 5px;
	margin-bottom: 2px;
}
strong {
	font-weight: 400
}
small, aside {
}
li {
	line-height: inherit;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
blockquote {
	font-size: 22px;
	line-height: 33px;
	margin-bottom: 22px;
	font-weight: 100;
	padding: 0;
	border: none;
	text-align: left;
}
blockquote:before {
	content: '\e863';
	font-family: 'custom-icons';
	margin-right: 0.5em;
}
blockquote:after {
	content: '\e869';
	font-family: 'custom-icons';
	margin-left: 0.5em;
}
hr {
	padding: 0;
	margin: 1.5em 0;
}

.imagenoborder {
	margin: 0.1em 0;
}
.imagenoborderleftmargin {
	margin-left: 0.5em;
	margin-top: 0.5em;
}
.imageright {
	float: right;
	margin-left: 1.0em;
}

p {
	margin-top: 1.0em;
}
table {
	width: 100%;
	margin-top: 10px;
}
.tdwhite {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: text-top;
	text-align: left;
}
.thwhite {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: text-top;
	text-align: left;
}
.tdblack {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: text-top;
	text-align: left;
}
.thblack {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: text-top;
	text-align: left;
}
strong {
	font-weight: 600;
}
.breadcrumb {
	padding: 0.25em;
	padding-left: 0.5em;
	border-top: solid;
	border-bottom: solid;
	border-width: 1px;
	font-weight: 600;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
	border-radius: 0px;
	margin-top: 1.0em;
}

/*** MEDIA QUERIES ***/

@media(max-width:767px) {
}

@media(min-width:768px) {
body {
	padding-top: 88px;
}
h1 {
	font-size: 20px;
	margin-bottom: 0.0em;
	margin-top: 0;
	font-weight: 100;
	line-height: 1.25em;
	padding-bottom: 0.0em
}

}

@media(min-width:992px) {
}

@media(min-width:1200px) {
}
/*** END MEDIA QUERIES ***/


/* END TYPOGRAPHY
================================================== */
/* GENERAL
================================================== */

/*** buttons ***/
.btn {
	padding: 5px 12px;
	font-size: 14px;
	line-height: 20px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border: none;
	border-radius: 4px;
}
.btn-sm {
	padding: 2px 10px;
	font-size: 11px;
	border-radius: 3px;
}

/*** call to actioon ***/


/*** MEDIA QUERIES ***/


@media(min-width:768px) {
}

@media(min-width:992px) {
}

@media(min-width:1200px) {
}

/*** END MEDIA QUERIES ***/

/* END GENERAL
================================================== */

/* PARALLAX STUFF
================================================== */



/*** MEDIA QUERIES ***/

@media(max-width:767px) {
}

@media(min-width:768px) {
}

@media(min-width:992px) {
}

/* END PARALLAX STUFF
================================================== */


/* HOME FULLSCREEN
================================================== */



/*** MEDIA QUERIES ***/

@media(max-width:767px) {
}
/*** END MEDIA QUERIES ***/


/* HEADER
================================================== */
#preHeader {
	display: none!important;
}
.navbar-brand {
	padding: 0px;
	margin-top: 10px;
	height: auto;
	font-size: 18px;
	font-weight: 600;

}

/** pre header **/

#preHeader .socialNetwork, .contactPhone {
	display: inline-block;
	float: right;
}
#preHeader .socialNetwork li {
	display: block;
	list-style-type: none;
	float: left;
}
.contactPhone {
	padding-right: 11px;
	margin-top: 10px
}
#preHeader .socialNetwork {
	margin: 0;
}
#preHeader .socialNetwork a {
	text-align: center;
	line-height: 40px;
	display: block;
	width: 30px;
	height: 40px;
}
#preHeader .socialNetwork a:hover {
	text-decoration: none;
}
ul.quickMenu {
	margin: 0 0 0 0;
	padding: 0;
}
ul.quickMenu li {
	display: inline-block;
	padding-right: 12px;
}
ul.quickMenu li a {
	font-size: 14px;
	margin: 0;
	padding: 0 0.75em 0.75em 0;
	display: block;
	line-height: 1em;
	text-decoration: none;
}
ul.quickMenu li a:hover {
	text-decoration: underline;
}
ul.quickMenu li a.linkLeft {
	margin-left: 0;
}

/*** MEDIA QUERIES ***/
@media(max-width:767px) {
}

@media(min-width:768px) {
}

@media(min-width:992px) {
}

@media(min-width:1200px) {
}

/*** END MEDIA QUERIES ***/


/*** header options ***/


/* header 1 */

/** header 2 **/
/*** header 3 ***/
/**** header 4 ****/

/*** end header options ***/


/*** MEDIA QUERIES ***/
@media(max-width:767px) {
}

@media(min-width:768px) {
/* Header 1 */
/** Header 2 **/
/*** Header 3 ***/
/**** Header 4 ****/
/***** Header 5 *****/
}
/* END HEADER
================================================== */



/* MAIN MENU
================================================== */


.navbar-nav > li > a {
	display: block;
	padding: 13px 0;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.navbar-nav > li.sep {
	display: none;
}
.navbar-nav > li#lastMenu > a {
	padding-right: 0; /*align right*/
}
#mainHeader .pull-right {
	float: none !important;
	margin-top: 40px;
}
/*** sub menus ***/

.navbar-nav ul li {
	position: relative;
}
.navbar-nav ul {
	display: none;
	padding: 0;
	list-style-type: none;
}
.navbar-nav ul li a {
	padding: 10px;
	display: block;
	font-size: 12px;
}
.navbar-nav ul li a:hover {
	text-decoration: none;
}

/*** MEDIA QUERIES ***/

@media(max-width:767px) {
}

@media(min-width:768px) {
#mainHeader .pull-right {
	float: right !important;
	margin-top: 40px;
}
.navbar-nav > li > a {
	font-size: 14px;
	font-weight: 400;
	padding: 10px;
	vertical-align: middle;
}
.navbar-nav ul {
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 1024;
}
.navbar-nav ul {
	width: 160px;
}

.navbar-nav ul li a {
	padding: 10px;
	display: block;
	font-size: 14px;
}
.navbar-nav ul li {
	padding: 0;
}
.navbar-header {
	height: 80px;

}
/*** mega menu ***/
/*** mega menu ***/


}

@media(min-width:992px) {
}

@media(min-width:1200px) {
}

/*** END MEDIA QUERIES ***/


/* END MAIN MENU
================================================== */
/* HOME
================================================== */

/*** MEDIA QUERIES ***/

@media(max-width:767px) {
}

@media(min-width:992px) {
}

@media(min-width:1200px) {
}
/*** END MEDIA QUERIES ***/

/* END HOME
================================================== */
/* NEWS
================================================== */
/* END NEWS
================================================== */

/* FOOTER 
================================================== */

footer {
	padding: 44px 0 0 0;
}
#footerLogo {
	margin-bottom: 22px;
}
#footerRights {
	padding: 10px;
	margin-top: 0px;
	text-align: center;
	font-size: 14px;
}
.footerWidget {
	margin-bottom: 22px;
	margin-top: -20px;
	padding-right: 10px;
}


/* footer 1 */
/* footer 4 */
.footer4 #footerRights {
	text-align: left;

}

@media(min-width:992px) {
/* footer 4 */
.footer4 #footerRights .quickMenu {
	float: right;
}
/* footer 5 */
}
/* END FOOTER 
================================================== */

/* PAGES
================================================== */
/** sidebar **/


@media(min-width:992px) {
}

@media(min-width:1200px) {
}

/* END PAGES
================================================== */


/* PORTFOLIO
================================================== */



/*** pinterest like ***/
/*** Porfolio Mosaic***/

/*preloader portoflio mosaic*/
/*preloader portoflio mosaic*/


/* More Link */

/* More Link */

/* END PORTFOLIO
================================================== */

/* FORM
================================================== */

/*** MEDIA QUERIES ***/

@media(max-width:767px) {
}

@media(min-width:768px) {
}

@media(min-width:992px) {
}

@media(min-width:1025px) {
}

@media(min-width:1200px) {
}
/*** END MEDIA QUERIES ***/

/* END FORM
================================================== */


/* MISCELANIOUS
================================================== */
/* Preloader one page */

/*** social icons ***/
ul.socialNetwork {
	padding: 0;
	display: block;
}
ul.socialNetwork li {
	display: inline-block;
	list-style-type: none;
}

/*** pricing table ***/
/*** end pricing table ***/

/*** responsive video ***/
/*** end responsive video ***/

/*** share plugin ***/

/*** Buttons **/

/*** MEDIA QUERIES ***/

@media(max-width:767px) {
}

@media(min-width:768px) {
}

@media(min-width:992px) {
}

@media(min-width:1200px) {
}

/*** END MEDIA QUERIES ***/

/* END MISCELANIOUS
================================================== */
