@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);


/*************************
*******Typography******
**************************/

body {
  background: #fff;
  font-family: 'PT Sans', sans-serif;
  color:#4e4e4e;
  line-height: 22px;
}
.bold { font-weight:bold; }
.show-mob-bk {
	height:700px;
}
.carousel-indicators {
	bottom:40px;
}
.flip {
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out
}
.flip:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    cursor: pointer
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  color:#4e4e4e;
}

h1{
  font-size: 36px;
  color:#fff;
}
.slider-head {
	text-shadow: 2px 2px 2px #020202;
	background:url(../images/icons/fade.png);
	padding:20px;
	border-radius:3px;
	opacity:0.6;
	color:#FFD800 !important;
	font-size: 40px !important;
}
.slider-head span {
	color:#FFF !important;
	font-size: 40px !important;
}
.slider-sub-head {
	text-shadow: 2px 2px 2px #020202;
}

h2{
  font-size: 20px;
}

h3{
  font-size: 16px;
  color: #787878;
  font-weight: 400;
  line-height: 24px;
}

h4{
  font-size: 16px;
}

a {
  color: #c52d2f;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

a:hover, a:focus {
  color: #d43133;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}

.btn-large {
	width:100% !important;
}
.btn-primary {
  padding: 8px 20px;
  background: #c52d2f;
  color: #fff;
  border-radius: 4px;
  border:none;
  margin-top: 10px;
  white-space:inherit;
}


.btn-primary:hover,
.btn-primary:focus{
  background: #c52d2f;
  outline: none;
  box-shadow: none;
}

.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

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

.dropdown-menu {
  margin-top: -1px;
  min-width: 202px;
}

.center h2{
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
}

.media>.pull-left{
  margin-right: 20px;
}

.media>.pull-right{
  margin-left: 20px;
}

body > section {
  padding: 45px 0;
}

.center {
  text-align: center;
  padding-bottom: 30px;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

.lead{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}


/*************************
*******Header******
**************************/
.fixed-head {
	position:fixed !important;
	z-index:1000 !important;
	width:100% !important;
	border-bottom: 1px solid #ddd !important;
}
.navbar>.container .navbar-brand{
  margin-left: 0;
}

.top-bar {
  /*padding: 10px 0;*/
  background: #FFF;
/*  border-bottom: 1px solid #222;*/
  line-height: 28px;
}
.top-img-bk {
	background-image:url(../images/top-bk.png);
  	background-repeat:no-repeat;
  	background-position:center;
	height:40px !important;
}

.top-number{
  color: #fff;
}

.top-number p{
  margin: 0
}

.social{
  text-align: left !important;
  /*margin-left:50px;*/
}

.social-share{
 display: inline-block;
 list-style: none;
 padding: 0;
 margin: 0;
}

ul.social-share li {
  display: inline-block;
}

ul.social-share li a {
  display: inline-block;
  color: #fff;
  /* background: #404040;
  width: 25px; */
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 2px;
}

ul.social-share li a:hover {
  /* background: #c52d2f; */
  color: #fff;
}

.navbar-brand {
  padding: 0;
  margin:0;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  background: #FFF;
  padding: 15px 0;
  padding-bottom: 0;
}

 .navbar-nav{
  margin-top: 0px;
 }

.navbar-nav>li{
  margin-left: 17px;
  padding-bottom: 28px;
}

.navbar-inverse .navbar-nav > li > a {
  padding: 5px 12px;
  margin: 0;
  border-radius: 3px;
  color: #000;
  line-height: 24px;
  display: inline-block;
}

.navbar-inverse .navbar-nav > li > a:hover{
	background-color: #FFF;
  color: #0E76BC;
}

.navbar-inverse {
  border: none;
}

.navbar-inverse .navbar-brand {
  font-size: 36px;
  line-height: 50px;
  color: #428BCA;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > li > a:focus {
  background-color: #FFF;
  color: #428BCA !important;
  /*font-weight:bold;*/
  font-size:14px;
}

.navbar-inverse .navbar-nav .dropdown-menu {
  background-color:#FFF;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.30);
  border: 0;
  padding: 0;
  margin-top: 0;
  border-top: 0;
  border-radius: 0;
  left: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu:before{
  position: absolute;
  top:0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
  padding: 8px 15px;
  color: #428BCA;
}
.dropdown-menu > li > a:hover {
	color:#FFF !important;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
  background-color:#0E76BC;
  color: #000;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
  background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-top: 0;
  padding-bottom: 0;
}
.main-logo{
	margin-top:-52px !important;
}

/*************************
*******Home Page******
**************************/


#main-slider {
  position: relative;
}

.no-margin {
  margin: 0;
  padding: 0;
}

#main-slider .carousel .carousel-content {
  margin-top: 150px;
}

#main-slider .carousel .slide-margin{
  margin-top: 140px;
}

#main-slider .carousel h2 {
  color: #fff;
}

#main-slider .carousel .btn-slide {
  padding: 8px 20px;
  background: #c52d2f;
  color: #fff;
  border-radius: 4px;
  margin-top: 25px;
  display: inline-block;
}

#main-slider .carousel .slider-img{
  text-align: right;
  position: absolute;
}


#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 730px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}

#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}

#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}

#main-slider .prev,
#main-slider .next {
    position: absolute;
    top: 50%;
    background-color:transparent ;
    color: #FFF;
    display: inline-block;
    margin-top: -23px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    z-index: 5;
}

#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: #213;
}

#main-slider .prev {
  left: 10px;
}

#main-slider .next {
  right: 10px;
}

#main-slider .carousel-indicators li {
  width: 10px;
  height: 10px;
  background-color: #fff;
  margin: 0 15px 0 0;
  position: relative;
}

#main-slider .carousel-indicators li:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #FFF;
  left: -3px;
  top: -3px;
}

#main-slider .carousel-indicators .active{
  width: 10px;
  height: 10px;
  background-color:#0F75BC;
   margin: 0 15px 0 0;
   border: 1px solid #FFF;
   position: relative;
}

#main-slider .carousel-indicators .active:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background:#0F75BC;
  border: 1px solid #FFF;
  left: -3px;
  top: -3px;
}

#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}
.heading-h3 {
	color: #0E76BC !important;
    font-size: 26px;
    padding-bottom: 20px;
}

#about_us .col-xs-12.col-sm-4.col-md-3{
  padding: 0;
}
#about_us ul {
	padding-left: 20px !important;
	line-height:30px;
	font-size:15px;
}
#about_us ul li {
	list-style-image:url(../images/icons/bullet-1.png);
}
#about_us{
    padding-bottom: 20px;
}
#about_us h2 {
	color:#0E76BC;
	font-weight:bold;
}
#about_us a {
	color:#FFF;
	font-weight:bold ;
	margin-left:5px;
}
#about_us p {
	font-size:15px;
	text-align:justify;
	line-height:26px;
}
#about_us em {
	color:#0E76BC;
	font-weight:normal;
	font-size:22px;
}


#our_products .col-xs-12.col-sm-4.col-md-3{				/*-----------------our_products SECTION ---------------------------- */
  padding: 0;
}
#our_products h1,h2,h3,p {
	color:#4e4e4e;
}
#our_products .col-md-6 {
	margin-bottom:20px;
}
#our_products, #quick-link{
    padding-bottom: 70px;
	background-color:#f2f2f2 !important;
}
#our_products h2 {
	color:#0E76BC;
	font-weight:bold;
}
#our_products h3 {
	color:#0E76BC !important;
	font-size:26px;
	padding-bottom:35px;

}
#our_products a {
	color:#FFF;
	font-weight:bold ;
	/*margin-left:5px;*/
}
#our_products p {
	font-size:14px;
	text-align:justify;
	line-height:26px;
}
#our_products em {
	color:#0E76BC !important;
	font-weight:normal;
	font-size:22px;
}

.product-box1, .product-box2, .product-box3, .product-box4,  .product-box5 {
	background-color:#FFF;
	width:100%;
	height:auto;
	min-width:50px;
	min-height:50px;
	margin-bottom:20px;
	border-radius:15px;


}
.product-img {
	background-repeat:repeat-x;
	height:85px;
	border-top-left-radius:14px;
	border-top-right-radius:14px;
}
.product-img > h2 {
	color:#FFF !important;
	font-size:30px;
	padding-top:20px;
}
.btn-1 {
	background-color:#C66350; border:none;
}
.btn-2 {
	background-color:#B1664F; border:none;
}
.btn-3 {
	background-color:#3B3B39; border:none;
}
.btn-4 {
	background-color:#B5874C; border:none;
}

.product-box1 .product-img {
	background-image:url(../maxworth_product_categories/head_images/Product-1.jpg);
}
.product-box2 .product-img {
	background-image:url(../maxworth_product_categories/head_images/Product-2.jpg);
}
.product-box3 .product-img {
	background-image:url(../maxworth_product_categories/head_images/Product-3.jpg);
}
.product-box4 .product-img {
	background-image:url(../maxworth_product_categories/head_images/Product-4.jpg);
}
.product-box5 .product-img {
	background-image:url(../maxworth_product_categories/head_images/Product-5.jpg);
}
.product-box6 .product-img {
  background-image:url(../maxworth_product_categories/head_images/Product-6.jpg);
}
.product-box7 .product-img {
  background-image:url(../maxworth_product_categories/head_images/Product-7.jpg);
}
.product-box8 .product-img {
  background-image:url(../maxworth_product_categories/head_images/Product-8.jpg);
}
.product-box9 .product-img {
  background-image:url(../maxworth_product_categories/head_images/Product-9.jpg);
}
.product-box10 .product-img {
  background-image:url(../maxworth_product_categories/head_images/Product-10.jpg);
}
.product-description {
	background-color:#FFF !important;
	height:auto !important;
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;

	background-color:#FFF !important;
	height:auto !important;
	border:1px solid #A13F18;
	border-top:none;
}
.product-description p {
	padding-top:10px;
	padding-bottom:10px;
	/*padding-left:20px; */
}
.sub-cat {
	margin-left:-15px;
	margin-right:-15px;
}
.sub-cat {
	border-radius:16px;
}
.sub-cat > a {
	margin-bottom:5px !important;
}
/*.product-box1 .sub-cat {
	background-color:#ddd !important;
}
.product-box2 .sub-cat {
	background-color:#ddd !important;
}
.product-box3 .sub-cat {
	background-color:#ddd !important;
}
.product-box4 .sub-cat {
	background-color:#ddd !important;
}*/

															/*-----------------// Our_products SECTION ---------------------------- */
															/*----------------------DISTRBUTOR SECTION ---------------------------- */
#distributor {
    padding-bottom: 70px;
	background-color:#0e76bc !important;
	background-image:url(../images/icons/world.png);
	background-repeat:no-repeat;
	background-position:left;
}

#distributor h1{
	font-weight:bold;
	text-align:center;
}
#distributor p {
	font-size:14px;
	text-align:justify;
	color:#FFF;
}
														/*--------------------// DISTRBUTOR SECTION ---------------------------- */
														/*--------------------    QUICK LINKS SECTION ---------------------------- */
#quick-link h3 {
	font-family:oswald;
	color:#0E76BC;
}
#quick-link ul li {
	list-style:  none !important;
	margin-left:-40px;
	font-size:14px;
	line-height:26px;
}
#quick-link a {
	color:#4e4e4e;
}
.accordion h2{
  margin-bottom: 25px;
}

.panel-default{
  border-color: transparent;
}

.panel-default>.panel-heading,
.panel{
  background-color: #e6e6e6;
  border:0 none;
  box-shadow:none;
}

.panel-default>.panel-heading+.panel-collapse .panel-body{
  background: #fff;
  color: #858586;
}

.panel-body{
  padding: 20px 20px 10px;
}

.panel-group .panel+.panel{
  margin-top: 0;
  border-top: 1px solid #d9d9d9;
}

.panel-group .panel{
  border-radius: 0;
}

.panel-heading{
  border-radius: 0;
}

.panel-title>a{
  color: #4e4e4e;
}

.accordion-inner img{
  border-radius: 4px;
}

.accordion-inner h4{
  margin-top: 0;
}

.panel-heading.active{
  background: #1f1f20;
}

.panel-heading.active .panel-title>a{
  color:#fff;
}

a.accordion-toggle  i{
  width: 45px;
  line-height: 44px;
  font-size: 20px;
  margin-top: -10px;
  text-align: center;
  margin-right: -15px;
  background: #c9c9c9;
}

.panel-heading.active a.accordion-toggle i{
  background: #c52d2f;
  color: #fff;
}

.panel-heading.active a.accordion-toggle.collapsed i{
  background: #c52d2f;
  color: #fff;
}

#conatcat-info{
  /* background: #fff url(../images/contact.png) no-repeat 90% 0; */
  padding: 30px 0;
}

.contact-info i{
  width: 60px;
  height: 60px;
  font-size: 40px;
  line-height: 60px;
  color: #fff;
  background: #000;
  text-align: center;
  border-radius: 10px;
}

.contact-info h2{
  margin-top: 0;
  color: #000;
}

.contact-info{
  color:#000;
}



/***********************
********* Footer ******
************************/
#bottom {
  background: #f5f5f5;
  border-bottom: 5px solid #c52d2f;
  font-size: 14px;
}

#bottom h3 {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size:22px;
  color: #000;
}

#bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#bottom ul li {
  display: block;
  padding: 5px 0;
}

#bottom ul li a {
  color: #808080;
}

#bottom ul li a:hover {
  color: #c52d2f;
}

#bottom .widget {
  margin-bottom: 0;
}

#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  background: #0e76bc;
}

#footer a {
  color: #fff;
}

#footer a:hover {
  color: #c52d2f;
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer ul > li {
  display: inline-block;
  margin-left: 15px;
}

/*.carousel-indicators {
    bottom: 100px !important;
}*/
.inner-header {
	height:414px !important;
}

#about_us h1, .map-content h1{
  color: #0E76BC !important;
  font-weight: bold !important;
  font-size: 20px !important;
}
.granite-gallery{ width:100%; float:left;}
.granite-gallery-img{ height:160px !important; position:relative; z-index:9; margin-bottom:15px;}
.granite-gallery a{ display:inline-block; margin:20px 20px 0 0;}
.granite-gallery h2:after{ position:absolute; content:""; bottom:45px; left:0; right:0; margin:0 auto; width:60%; height:8px; border-radius:50%; box-shadow:10px 10px 15px rgba(0,0,0,0.40);}
.granite-gallery h2{position:relative;  text-align:center; font-size:14px; font-weight:bold; color:#292929 !important; margin:0; padding:25px 0 0;}

@media screen and (min-device-width: 300px) and (max-device-width: 766px) {
    .main-logo{
	margin-top:-30px !important;
	}
	.slider-head {
		margin-top:-110px !important;
	}
	.hide-bk {
		background-image:none !important;
	}
	.show-mob-bk {
		background-image: url(../images/slider/mobile-bk.jpg) !important;
		height:560px;
	}
	.carousel-indicators {
	bottom:10px;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #0E76BC !important;
}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    background: #428BCA !important;
	color:#FFF !important;
	margin-left:0px !important;
}


}

@media screen and (min-device-width: 600px) and (max-device-width: 766px) {
.fixed-head {
	position:absolute !important;
	z-index:1000 !important;
	width:100% !important;
	border-bottom: 1px solid #ddd !important;
}
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  .tab-bk {
	background-image: url(../images/slider/tab-bg3.jpg) !important;
}
}

@media (min-device-width: 320px) and (max-device-width: 750px) {
#distributor {
    padding-bottom: 70px;
	background-color:#0e76bc !important;
	background-image:url(../images/icons/world.png);
	background-repeat:no-repeat;
	background-position:right !important;
}
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  .navbar-inverse .navbar-nav > li > a {
    padding: 5px 8px;
  }
  .phone-call-ico {
	  margin-left:24px;
  }
  .top-img-bk {
    background-image: url(../images/top-bk.png);
    background-repeat: no-repeat;
    background-position: left;
    height: 40px !important;
}
.height-min {
	min-height:314px !important;
}
.tab-bk {
	background-image: url(../images/slider/tab-bg3.jpg) !important;
}
}
@media(width:768px){
	.accreditation-logo{
		width:30% !important;
	}
	.height-min {
    min-height: 195px !important;
	}
}
@media(max-width:767px){
 .col-md-3{width: 100%; float:left; } 
  }

@media(max-width:660px){
	.accreditation-logo{
		width:31% !important;
	}
	.granite-gallery{ text-align:center;}
}





