/* --------------------------------------------------- */
/* ----------------- RESET STYLE --------------------- */
/* --------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
    font-family: 'Roboto';
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

textarea{
	resize: none;
}

/* --------------------------------------------------- */
/* --------------- END RESET STYLE ------------------- */
/* --------------------------------------------------- */

/* Add font*/
@font-face {
    font-family: "Copperplate Gothic Thin";
    src: url("../css/fonts/Copperplate-Gothic Thin.ttf");
}

@font-face {
    font-family: "Copperplate Gothic Bold Regular";
    src: url("../css/fonts/Copperplate Gothic Bold Regular.ttf");
}

@font-face {
    font-family: "Linux Biolinum Regular";
    src: url("../css/fonts/LinBiolinum_R.otf");
}

html, body{
    width: 100%;
    min-height: 100%;
}

body {
	width: 100%;
	overflow-x: hidden;
	font-family: "Linux Biolinum Regular";

	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom center;
}




ol, ul {
	list-style: none;
}
hr {
	margin: 0 !important;
}
textarea, input {
	outline: none !important;
}


.halfFullPad{
	padding-right: 5% !important;
	padding-left: 5% !important;
}
.mWidth800{
	max-width: 800px;
	margin: auto;
}
.expandTo100{
	height: 100%;
	min-height: 100%;
}
.marginHeader{
	padding-top: 97px !important;
}
.z0{
	z-index: 0 !important;
}
.relative{
	position: relative;
}
.opacity0{
	opacity: 0;
}
.opacity1{
	opacity: 1;
}
.mAuto{
	margin: auto;
}
.mTop20{
	margin-top: 20px !important;
}
.mTop50{
	margin-top: 50px;
}
.mTop100{
	margin-top: 100px;
}
.mTopBottom10{
	margin-top: 10px;
	margin-bottom: 10px;
}
.pTop50{
    padding-top: 50px;
}
.pTopBottom100{
	padding: 100px 0;
}
.pTopBottom10{
	padding: 10px 0;
}
.pTopBottom50{
	padding: 50px 0;
}
.pTopBottom20{
	padding: 20px 0;
}
.pBot100px{
	padding-bottom: 100px;
}
.lightbox-nav .btn{
    border-radius: 0;
    font-family: 'Roboto';
    padding: 5px 20px;
    font-size: 10px;
    text-transform: uppercase;
}
.divider{
background-color: #ff8686;
width: 95%;
max-width:670px;
height: 2px;
margin: 10px auto;
margin-bottom: 5px;
}
.overflowH{
	overflow: hidden;
}
.subtitle{
	font-size: 21px;
  	font-family: "Roboto";
	width: 95%;
	max-width: 700px;
	margin: 30px auto;
	margin-top: 10px;
	font-size: 21px;
	font-weight: 300;
	line-height: 25px;
}

@media only screen and (max-width: 767px) {
	.subtitle{
		font-size: 18px;
		line-height: 21px;
	}

}

/*btns*/
.square-button{
	border: 1px solid #d02b2b;
	background-color: transparent;
	text-align: center;
	display: block;
	cursor: pointer;
}
.square-button.small{
    padding: 5px 25px;
    max-width: 130px;
    margin: auto;
    font-size: initial;
    font-weight: 400;
}
.square-button.red{
    padding: 15px 25px;
    max-width: 225px;
    min-width: 150px;
    margin: auto;
    font-size: initial;
    font-weight: 400;
    color: #fff;
    background-color: #e3777b;
}
.square-button.white{
	background-color: #F1DDDC;
	color: #C47974;
	border: 0;
}
/*end btns*/
/*bgcolors*/
.lightblue{
	background-color: #0298e6;
	color: #fff;
}
.grey{
	background-color: #f7f7f8;
}
.bglightgrey{
	background-color: #f4f4f4;
}
/*end bgcolors*/
/*text colors*/
.cLightblue{
	color: #0298e6;
}
.cWhite{
	color: #fff;
}
.cError{
	color: #F44336 !important;
}
.borderBError{
	border-bottom: 1px solid #F44336 !important;
}
.cSuccess{
	color: #259b24 !important;
}

.footer-block{
	position: relative;
	z-index: 2;
	background-color: rgba(244,244,244,0.8);
	padding-bottom: 15px;
}

.footer{
	width: 95%;
	max-width: 1278px;
	font-size: 18px;
  	font-family: "Roboto";
  	color: rgb(86, 83, 83);
  	line-height: 1.2;
	padding-bottom: 15px;
	margin: 0 auto;
}

.footer a{
	display: block;
	color: rgb(86, 83, 83);
	text-decoration: none;
}

.footer img{
	height: 60px;
	margin: 15px 0px;
}

@media only screen and (max-width: 1090px) {
	.footer{
		font-size: 14px;
	}

	.footer img{
		height: 48px;
	}
}

@media only screen and (max-width: 767px) {
	.footer {
		padding-bottom: 15px;
		font-size: 12px;
	}

	.footer > div{
		min-width: 50%;
	}
	.pTopBottom50{
			padding: 30px 0;
	}
	.mTop50{
		margin-top: 30px;
	}
	.pTop50{
		padding-top: 30px;
	}
}







/*end text-colors*/
/*HEADER*/
ul.nav li.dropdown:hover > a{
	color: #D02B2B !important;
	background-color: #e7e7e7;
}

.navbar{
	margin: 0;
}

div.nav-content {
    align-items: center;
}
.navbar-default{
	background-color: rgba(255,255,255,0.95)!important;
	width:100% !important;
	border-radius:0 !important;
    box-shadow: 0 1px 5px rgba(161, 161, 161, 0.25)!important;
    position: fixed!important;
    width:100%!important;
    z-index: 11!important;
    -webkit-backface-visibility: hidden !important;
            backface-visibility: hidden !important;
	color: black;
	top: 0;
	left: 0;
     display: flex;
    align-items: flex-end;
    justify-content: space-evenly;
}


.company_logo{
	position: absolute;
	height: 100%;
	left: 30px
}

.company_logo img{
	position: relative;
	width: 305px;
	height: 86px;
	top: 50%;
	margin-top: -43px;
}

.navbar.navbar-default.relative .flex.nav-content{
 -ms-flex-direction: row-reverse!important;
 -webkit-box-orient: horizontal!important;
 -webkit-box-direction: reverse!important;
         flex-direction: row-reverse!important;
 -ms-flex-align: flex-end!important;
 -webkit-box-align: end!important;
             -ms-grid-row-align: flex-end!important;
         align-items: flex-end!important;
 -ms-flex-pack: start!important;
 -webkit-box-pack: start!important;
         justify-content: flex-start!important;
	min-height: 100%!important;
    padding: 15px 0px!important;
}

.navbar-default .navbar-nav{
	padding: 0px;
	height: initial;
  display: flex!important;
}
.collapse.fix-menu.navbar-collapse.nav.navbar-nav.flex{
  display: flex!important;
}
.navbar-default .navbar-nav > li a{
	position: relative;
	font-size: 16px;
	font-family: 'Linux Biolinum Regular';
}



.navbar-default .navbar-nav>li>a{

	font-size: 20px;
	text-transform: capitalize;

	color: black !important;
	font-weight: 300;
	padding-left: 15px;
	padding-right: 15px;
}




.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover{
    color: #0298e6 !important;
}




.navbar-default .quoteBlock{
    padding: 10px 30px;
    text-align: center;
}

.navbar-default .quoteBlock p{
    display: block;
    line-height: 2;
}
.navbar-default .quoteBlock .square-button.small{

    display: block;
    color: black;
    cursor: pointer;
}
.navbar-default .quoteBlock .square-button.small:hover{
	background-color:#d02b2b;
	color: #fff;
	text-decoration: none;
}




.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
	color: #D02B2B !important;
	cursor: pointer;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
	color: #D02B2B !important;
	cursor: pointer;
}
.navbar-nav>li>.dropdown-menu{
	border-radius: 0;
	padding: 0;
}
.navbar-nav>li>.dropdown-menu>li>a{
	padding: 10px;
	min-width: 200px;
}
.navbar-nav>li>.dropdown-menu>li>a:focus, .navbar-nav>li>.dropdown-menu>li>a:hover{
	background-color: #D02B2B !important;
	color: #fff;
}

.navbar-default .navbar-toggle, .navbar-default .navbar-toggle .icon-bar{
    border-color: #d02b2b;
    border-radius: 0px;
}

.navbar-default .navbar-toggle .icon-bar{
    background-color: #d02b2b;
}

.navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar{
    background-color: white;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
    background-color: #D02B2B;
	color: #fff;
}



@media only screen and (min-width: 1260px){
	ul.nav li.dropdown:hover > ul.dropdown-menu{
		display: block;
	}
}




@media only screen and (max-width: 1260px) {
	.navbar.navbar-default.relative .flex.nav-content{
		-ms-flex-direction: column!important;
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		        flex-direction: column!important;
		-ms-flex-align: flex-end!important;
		-webkit-box-align: end!important;
		            -ms-grid-row-align: flex-end!important;
		        align-items: flex-end!important;
		-ms-flex-pack: end!important;
		-webkit-box-pack: end!important;
		        justify-content: flex-end!important;
		min-height: 100%!important;

	}

    .navbar-default .quoteBlock p, .navbar-default .quoteBlock .square-button.small{
        display: inline-block;
    }

    .navbar-default .quoteBlock p{
        margin:  0 5px;
    }

}

@media only screen and (max-width: 1090px) {
	.company_logo img{
		width: 200px;
		height: 56px;
		top: 20%;
		margin-top: -14px;
	}

	.navbar-nav{
		margin: 0 auto;
	}
}

@media only screen and (max-width: 767px) {

	.company_logo img{

		top: 50%;
		margin-top: -28px;
	}

	.navbar.navbar-default.relative .flex.nav-content{
  -ms-flex-direction: row-reverse!important;
  -webkit-box-orient: horizontal!important;
  -webkit-box-direction: reverse!important;
          flex-direction: row-reverse!important;
  -ms-flex-align: center!important;
  -webkit-box-align: center!important;
              -ms-grid-row-align: center!important;
          align-items: center!important;
 -ms-flex-pack: start!important;
 -webkit-box-pack: start!important;
         justify-content: flex-start!important;
		padding: 0px!important;
	}

	.navbar-nav {
		    top: 64px;
			        bottom: 0;
    position: fixed;
    left: 0px;
    width: 100%;
	max-height: 100%;
	-webkit-transition:none;
	transition: none;
	overflow-x: hidden!important;
	overflow-y: auto!important;
	background: rgba(255,255,255,0.95)!important;
	}

	.navbar-nav li{

    width: 100%;
	}


	.navbar-toggle{
		margin: 4px;
	}

    .navbar-default .quoteBlock p, .navbar-default .quoteBlock .square-button.small{
        display: block;
    }

    .navbar-default .quoteBlock p{
        margin:  0px;
        line-height: 1
    }
}


@media only screen and (max-width: 500px) {

	.navbar.navbar-default.relative .flex.nav-content{
  -ms-flex-align: center!important;
  -webkit-box-align: center!important;
              -ms-grid-row-align: center!important;
          align-items: center!important;

	}



	.navbar{
	padding: 0;
}

.navbar-nav {
		    top: 66px;
}
	.company_logo{
		left:11px;
	}
	.company_logo img{
		width: 120px;
		height: 40px;
		top: 50%;
		margin-top: -20px;
	}

	.navbar-default .quoteBlock{
		padding: 5px 0px;
		width: 110px;
		font-size: 12px;
		    margin: 0 5px;
	}

	.navbar-default .quoteBlock .square-button.small {



    font-size: 13px;
}
}


/*end HEADER*/
/*font-sizes*/
h1{
	font-size: 55px!important;
	font-weight: 300!important;
	line-height: 1!important;
	color: #565353!important;
}

@media only screen and (max-width: 767px) {
	h1{
	font-size: 24px!important;
	font-weight: 300!important;
	line-height: 1!important;
}

}
h2{
	font-size: 45px;
	font-weight: 200;
	line-height: 55px;
}
/*end font-size*/
/*home*/



slick{
	overflow: hidden;
	position: relative;
	display: block;
	height: 833px;
}

slick .slick-list,
slick .slick-track,
slick .slick-track div{
	height: 100%;
}

.slider .slick-dots{
	bottom: 30px;
}
.slider .slick-dots li{
	width:auto;
	height: auto;
	margin: 0 15px;
}
.slider .slick-dots li button{
	width:auto;
	height: auto;
}
.slider .slick-dots li button:before{
	color: transparent;
	width: 12px;
	height: 12px;
	background-color: rgba(255,255,255,0.6);
}
.slider .slick-dots li.slick-active button:before{
	background-color: rgba(162,39,44,0.8);
}

@media only screen and (max-width: 1619px) {
	slick{
		height: 600px;
	}
}

@media only screen and (max-width: 1365px) {
	slick{
		height: 500px;
	}
}

@media only screen and (max-width: 767px) {
	slick{
		height: 300px;
	}
}


.services{
	max-width: 1280px;
	width: 95%;
	margin: 0 auto;
	padding: 50px 0px 100px;
}
.services-subtitle{
	font-size: 23px;
	font-weight: 300;
	margin: 10px 0px;
	font-family: Roboto;
}

.service-icons{
		padding: 0 30px;
	}

.services img{
	height: 90px;
}

@media only screen and (max-width: 1090px) {
	.services-subtitle{
		font-size: 18px;
	}


}

@media only screen and (max-width: 960px) {
	.services{
		padding: 20px 0px;
	}

	.services-subtitle{
		font-size: 16px;
	}
}

@media only screen and (max-width: 767px) {
	.service-icons .icons {
		min-width: 50%;
		margin: 10px 0px;
	}
}


.bgblock{
	background-image: url('/img/home/lfcbg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100% 100%;
}
.bgblock .content{
	background-color: rgba(255,255,255,0.6);
	padding: 15px 0px;
	max-width: 800px;
	width: 95%;
	margin: auto;
	position: relative;
    overflow: hidden

}







.bgblock .content.w100{
	width:100%;
	max-width: 100%;
}
.bgblock .content .square-button.red:hover{
	background-color: transparent;
	color: #d02b2b;
}
.benefits .description{
	font-size: 18px;
	line-height: 28px;
	font-family: Roboto;
}
	/*recent works*/
.recent-works .portfolio-item img{
	width:100%;
}
.recent-works .square-button.small{
	color: #000;
	padding: 15px 25px;
	max-width: 250px;
}
.recent-works .square-button.small:hover{
	background-color: #d02b2b;
	color: #fff;
	text-decoration: none;
}
.recent-works .portfolio-item{
	position: relative;
    max-height: 250px;
    overflow: hidden;
    -webkit-transition:all ease-out 0.2s;
    transition: all ease-out 0.2s;
}
.recent-works .title-top{
	font-size: 27px;
	margin-bottom: 20px;
}
.recent-works .portfolio-item:hover{
	-webkit-transform:scale(1.03);
	        transform:scale(1.03);
	/*z-index: 10;*/
}
.recent-works .portfolio-item:hover .overlay{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.recent-works .portfolio-item .overlay{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width:100%;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	padding: 10%;
	text-overflow:ellipses;
	cursor: pointer;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	            -ms-grid-row-align:center;
	        align-items:center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.recent-works .portfolio-item .overlay img{
	width:30px;
}
.recent-works .portfolio-item .overlay h1{
	text-transform: capitalize;
	font-size: 30px!important;
    text-overflow: ellipsis;
    overflow: hidden;
	color: #fff!important;
}
.recent-works .portfolio-item .overlay h1{
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 27px!important;
    text-decoration: underline;
}
.homeMap .services-subtitle{
	font-size: 18px;
}
	/*end recent works*/
/*end home*/

/*PRODUCT*/
.page-title{
	padding: 25px;
    background-image: url('/img/home/slider1.jpg');
    background-position: center center;
    position: relative;
    color: #fff;
}
.page-title .wrap{
	position: relative;
	z-index: 2;
}
.page-title .wrap h1{
	font-size: 76px!important;
	font-family: 'Copperplate Gothic Bold Regular'!important;
	color: #fff!important;
}
.page-title .wrap p{
	font-size: 21px;
	font-weight: 300;
	max-width: 923px;
	margin: auto;
	font-family: Roboto;
	line-height: 25px;
}
.page-title::before{
	content: '';
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(140, 49, 44, 0.5);
}
.page-title .divider{
	background-color: #fff;
	height: 1px;
    margin: 20px auto;
    margin-bottom: 20px;
}
.colors .item{
	max-width: 230px;
	height: 230px;
	position: relative;
	overflow: hidden;
	margin: auto;
	cursor: pointer;
}
.colors .item .color-subtitle{
	position: absolute;
	bottom: 0;
	text-align: center;
	background-color:rgba(0,0,0,0.5);
	width:100%;
	padding: 10px;
	color: #fff;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bgblock.products{
	padding: 130px 0px;
    background-image: url('/img/granite/vkbg.jpg');
    background-position: center center;
}
.bgblock.countertops{
	padding: 130px 0px;
    background-image: url('/img/countertops/mainTitlebg.jpg');
    background-position: center center;
}
/*.bgblock.visualize_your_project{
	padding: 130px 0px;
    background-image: url('/img/countertops/mainTitlebg.jpg');
    background-position: center center;
}*/
.redblock2{
    background-color: #C47974;
    color: #fff;
    padding: 20px;
    text-align: center;
    max-width: 400px;
    margin: auto;
}
.redblock2 .title{
    font-size: 30px;
    font-weight: 400;
}
.redblock2 p{
    padding: 40px 0;
    font-weight: 300;
    padding-bottom: 60px;
}
.hiwCountertops{
    background-image: url('/img/countertops/hiwbg.png');
    background-repeat: no-repeat;
    background-size: 62%;
    background-position: center 145px;
}
.hiwCountertops .col-md-2 img {
	background-color: #fff;
}
/*END PRODUCT*/

/*CONTACT*/
.contact-form{
	width: 95%;
	max-width: 800px;
	text-align: center;
	margin: 0 auto;
	padding: 50px 0px;
}

.contact-form input,
.contact-form textarea{
	clear: both;
	width:100%;
	margin: 10px 0;
	padding: 9px 15px;
	border: 1px solid #D12C2D;
	line-height: 19px;
}

.contact-form input:focus,
.contact-form textarea:focus{
	border: 2px solid #D12C2D;
}
.contact-form .services-subtitle{
	font-size: 18px;
	text-align: center;
}

/*END CONTACT*/
/*progress styles*/
.progress-wrapper{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: 0;
    font-size: 30px;
    font-weight: 300;
	font-family: Roboto;
}
.progress-wrapper span{
	font-size: 60px;
	font-weight: 200;
	font-family: Roboto;
	padding-left: 6px;
}

/*=========== GOOGLE MAP ============*/
div.google-map{
    position: relative;
    height: 692px;
    width: 100%;
    z-index: 1;
	margin-bottom: -152px;
}

a[href^="http://maps.google.com/maps"]{display:none !important}
a[href^="https://maps.google.com/maps"]{display:none !important}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
    display:none;
}


/* --------------------------- MAIN SLYDER SLICK -----------------------------*/
.widget-wrap {
	width: 100%;
	overflow-y: hidden;
	overflow-x: auto;
}


.virtual_kitchen, .edges_3d{
	background-color: #e9e7df;
}

.edges_3d{
	height: 610px!important;
}

.virtual_kitchen img, .edges_3d img{
	background: transparent;
}

.virtual_kitchen iframe, .edges_3d iframe{
	width: 100%!important;
	max-width: 1024px;
	margin: 0 auto!important;
    position: relative;
    display: block;
}

.fancybox-lock{
	overflow: auto!important;
}

.fancybox-lock body{
	overflow-x: hidden!important;
}

.fancybox-lock .fancybox-overlay{
	overflow: auto!important;
}


/*end progress styles*/
@media only screen and (max-width: 1500px) {
.navbar-default .navbar-nav>li>a{
	padding-left: 10px;
}
}
@media only screen and (max-width: 992px) {
	.hiwCountertops{
		background-image: none;
	}
}
@media only screen and (max-width: 767px) {
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	text-align: center;
	background-color: #fff;
	overflow: hidden;
  display: block!important;
  border: none;
  margin: 0;
  width: 100%;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
  background-color: rgba(255, 0, 0, 0)!important;
}
.navbar-default .navbar-nav>li{
	border-left: 0;
	border-bottom: 1px solid #d9d9d9;

}
.dropdown-menu li{
  text-align: center;
}
.navbar-default .navbar-nav>li>a{
    height: 50px;
    line-height: 25px;
}
.navbar-default .navbar-collapse .navbar-nav{
	float: none !important;
	margin: 0;
}
	.recent-works .title-top{
		font-size: 20px;
	}
	.bgblock.countertops{
		padding: 60px 0;
	}
	.pTopBottom100{
		padding: 30px 0;
	}
	.bgblock.products{
		padding: 70px 0;
	}
	.page-title .wrap h1{
		font-size: 34px!important;
	}
}
