@import url(https://fonts.googleapis.com/css?family=Crimson+Text:400,600,700);

/* CUSTOM CLASS FOR QUICKBAR WITH FIXED MENU BOOTSTRAP */

#quickbar-container {
     z-index: 1010 !important;
}

/* CUSTOM CLASS QS */

.qsPageHeader {
     margin-bottom: 30px;
}

.btn-100 {
	width: 100%;
}

body {
	background-color: #FFFFFF;
}

BODY, DIV, TABLE, TR, TD, SPAN, P, LI, UL {
         -moz-box-sizing: border-box;
}

body.mceContentBody, body.mce-content-body  {
    background: none;
	background-color: #FFFFFF;
}

hr {
	border-top: solid 1px #354248 !important;
}

.nav > li > a {
	font-size: 16px;
}

.container.container-nopadding {
	padding-left: 0px;
    padding-right: 0px;
}

.pageheader {
	background-color: #354248;
    background-image: url("/data/dataimages/upload/bg-body.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.pagecontent {
	margin-bottom: 50px;
}

.logo {
    display: block;
	margin: 5% auto 5% 0%;
}

.navbar {
    background-color: #d1d1d1;
    border: none !important;
}

.breadcrumb {
	background-color: transparent !important;
    padding-left: 0px !important;
}

.vertical {
    position: absolute;
    right: 0px;
    width: 1%;
}

.vertical .bar {
    height: 150px;
    margin-bottom: 5px;
}

.vertical .bar1 {
    background-color: #65c8c7;
}

.vertical .bar2 {
    background-color: #83D6FA;
}

.vertical .bar3 {
    background-color: #649917;
}

.vertical .bar4 {
    background-color: #D47F04;
}



#copyright {
	padding-bottom: 10px;
}

.qsimageleft {
	float: left;
    padding: 0px 15px 15px 0px;
    max-width: 100%;
}

.qsimageright {
	float: right;
    padding: 0px 0px 15px 15px;
    max-width: 100%;
}

#childs {
	margin-top: 50px;
}

.list-products .list-item h3 {
	color: #65c8c7;
}

.list-products .list-thumb {
	height: 160px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.systemfooter .glyphicon-chevron-up {
	font-size: 22px;
}

.list-childs .col-md-6 {
    min-height: 340px;
}

/* SPECIFIC ADD CUSTOM TEXT-ALIGN */


@media (max-width: 767px) {
    .text-left-xs {
      text-align: left;
    }
    .text-right-xs {
      text-align: right;
    }
    .text-center-xs {
      text-align: center;
    }
    
    .logo img {
        width: 50%;
    }
    
    .logo {
		margin: 5% auto 5% auto;
	}
    
    .pageheader {
        background-position: 70% bottom;
    }
    .list-childs .col-md-6 {
    	min-height: auto;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
    .text-left-sm {
      text-align: left;
    }
    .text-right-sm {
      text-align: right;
    }
    .text-center-sm {
      text-align: center;
    }
    .list-childs .col-md-6 {
    	min-height: auto;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-md {
      text-align: left;
    }
    .text-right-md {
      text-align: right;
    }
    .text-center-md {
      text-align: center;
    }
}

@media (min-width: 1200px) {
    .text-left-lg {
      text-align: left;
    }
    .text-right-lg {
      text-align: right;
    }
    .text-center-lg {
      text-align: center;
    }
    
}