

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,700i,900|Oswald:300,400,500,600,700');

@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i|Oswald:200,300,400,500,600,700');



/*



font-family: 'Lato', sans-serif;

font-family: 'Oswald', sans-serif;



*/





@font-face {

	font-family: 'Conv_RemachineScript_Personal_Use';

	src: url('../font/RemachineScript_Personal_Use.eot');

	src: local('☺'), url('../font/RemachineScript_Personal_Use.woff') format('woff'), url('../font/RemachineScript_Personal_Use.ttf') format('truetype'), url('../font/RemachineScript_Personal_Use.svg') format('svg');

	font-weight: normal;

	font-style: normal;

}



@font-face {

	font-family: 'Conv_Oswald-RegularItalic';

	src: url('../font/Oswald-RegularItalic.eot');

	src: local('☺'), url('../font/Oswald-RegularItalic.woff') format('woff'), url('../font/Oswald-RegularItalic.ttf') format('truetype'), url('../font/Oswald-RegularItalic.svg') format('svg');

	font-weight: normal;

	font-style: normal;

}

@font-face {

	font-family: 'Conv_Lato-MediumItalic';

	src: url('../font/Lato-MediumItalic.eot');

	src: local('☺'), url('../font/Lato-MediumItalic.woff') format('woff'), url('../font/Lato-MediumItalic.ttf') format('truetype'), url('../font/Lato-MediumItalic.svg') format('svg');

	font-weight: normal;

	font-style: normal;

}

@media (min-width: 1200px){

.container {

    width: 1200px;

}

}



html, body {

	height: 100%;

}

body {

    background-color: #ffffff;



	margin: 0 auto;

	color: #555555;

	font-family: 'Lato', sans-serif;

	font-size: 15px;	

}

a {

	color: #12c3d6;

	text-decoration: none;

}

a:hover {

	text-decoration: none;

/*	transition: all 0.20s linear 0s;*/

}

a:focus {

	outline: none;

}

a img {

	border: 0;

}

/* Code for Select bg color with text color */

::-moz-selection {

    color: #fff;

    background: #428bca;

}

::selection {

    color: #fff;

    background: #49b1ea;

}



p, ul, ol {

	color: #202020;

		font-family: 'Lato', sans-serif;

	font-size: 15px;

	font-weight: normal;

	margin: 0 0 20px 0;

	line-height: 20px;

}

hr {

	background-color: #858688;

	border: 0 none;

	height: 3px;

    

}

.wrapper {

	min-height: 100%;

	width: 100%;

}

.bodyWrapper{

    opacity: 1;

}

.bodyWrapper.opacityClass{

    opacity: 0.75;

}



/*-------------------------HEADER START----------------------------*/

.backToTop

{

    position: fixed;

    right: 0;

    top: 50%;

    cursor: pointer;

        z-index: 1001;

    display: none;

}

.fullOverlay

{

    position: fixed;

    background-color: rgba(0,0,0,0.5);

    left: 0;right: 0;bottom: 0;

    top: 102px;

        z-index: 2;

}

.headerTop

{

        padding: 10px 0 7px 0;

    background-color: #99ae2e;

}

.header {

	padding-top: 15px;

	padding-bottom: 10px;

    padding-right: 90px;

}

.navigationWide

{

    width: 100%;

    float: left;

        padding-top: 40px;

}



.logo

{

    text-align: left;

}

.logo a,.cartDiv a

{

    display: inline-block;

}



.cartDiv

{

    float: right;

        padding-right: 75px;

}

.cartDiv a

{

    color: #fff;

    text-decoration: none;

    font-family: 'Oswald', sans-serif;

}



.cartDiv span

{

    display: inline-block;

    vertical-align: top;

}

.cartDiv span.counter

{

 width: 25px;

    height: 25px;

    background-color: #b3232e;

    border-radius: 50%;

    text-align: center;

    color: #fff;

    font-size: 12px;

    font-family: 'Oswald', sans-serif;

    margin-left: 4px;

    padding-top: 3px

}



.cartDiv img

{

    margin-right: 7px;

}

ul.topRgt

{

    padding: 0;

    list-style: none;

    margin: 0;

    float: right;

}

ul.topRgt li

{

    display: inline-block;

    vertical-align: top;

}



.headerBtn

{

    background-color: #49b1ea;

    border: 0;

    color: #ffffff;

    font-size: 20px;

    font-family: 'Oswald', sans-serif;

    padding: 11px 14px 12px 15px;

        font-weight: 500;

        margin-right: 8px; 

    transition: ease all 1s;

    display: inline-block;

    text-decoration: none;

}

ul.topRgt .headerBtn:hover

{

 -webkit-box-shadow: 1px 1px 22px 3px rgba(214,214,214,1);

-moz-box-shadow: 1px 1px 22px 3px rgba(214,214,214,1);

box-shadow: 1px 1px 22px 3px rgba(214,214,214,1);

    transition: ease all 1s;

    text-decoration: none;

    color: #fff;

}



.socialInner a

{

    display: inline-block;

    width: 30px;

    height: 40px;

    background-image:url(../img/sprite.png);

    background-repeat: no-repeat;

    font-size: 0;

    margin-left: 4px;

}

.socialInner a.fb

{

    background-position: 0 0;

}

.socialInner a.twit

{

    background-position: -38px 0;

}

.socialInner a.fb:hover

{

    background-position: -70px 0;

}

.socialInner a.twit:hover

{

    background-position: -108px 0;

}

/*-------------------------HEADER END------------------------------*/



/*-------------------------CONTENT START---------------------------*/

.banner

{

    border-bottom: 10px solid #202020;

}

.banner img

{

    max-width: 100%;

}

.bannerBottom

{

/*    background-image: url(../imges/dock-background.jpg);*/

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

    padding-bottom: 25px;

    

    

}

.bannerBottom p

{

    color: #202020;

    font-size: 15px;

    font-weight: 400;

    margin-top: 28px;

    line-height: 26px;

/*    margin-bottom: 25px;*/

    margin: 0;

        margin-bottom: 15px;

    text-align: justify;

}

.bannerBottom p span

{

    color: #01037b;

    font-weight: 700;

}

.bannerBottom h1

{

    color: #202020;

    font-size: 35px;

    font-family: 'Oswald', sans-serif;

    font-weight: 500;

        margin-top: 43px;

    margin-bottom: 0;

}

.bannerBottom h2

{

    font-family: 'Conv_RemachineScript_Personal_Use';

    color: #49b1ea;

    font-size: 70px;

    line-height: 34px;

    margin-top: 0;

        margin-bottom: 28px;

}

.chairClass 

{

    position: relative;

    width: 100%;

}

.chairClassInner

{

    text-align: left;

    position: absolute;

    top: -60px;

    right: -15px;

     width: 100%;

}

.chairClassInner img

{

    max-width: 100%;

}



.lftImg img

{

    max-width: 100%;

}

.lftImg

{

    border: 3px solid #202020;

}





.textRgt h3

{

    font-size: 25px;

    font-family: 'Conv_Oswald-RegularItalic';

    color: #202020;

    text-transform: uppercase;     

    font-weight: 400;

        margin-top: 6px;

    margin-bottom: 23px;

}

.textRgt p

{

    font-size: 15px;

    color: #202020;

    font-family: 'Lato', sans-serif;

    line-height: 26px;

    font-weight: 400;

    margin-bottom: 24px;

      text-align: justify;

   

}

.textRgt p span

{

    color:#01037b;

    font-family: 'Lato', sans-serif;

    font-weight: 700;

}

.textRgt .headerBtn

{

    background-color: #b3232e;

    transition: ease all 0.5s;

}

.textRgt .headerBtn:hover

{

    background-color: #49b1ea;

    transition: ease all 0.5s;

    color: #fff;

}

.experience

{

    padding: 50px 0 48px 0;

}

/*

.topTxtLeft

{

    padding-left: 97px;

}

*/

/*-------------------------CONTENT END---------------------------*/

/*---------video section----------*/

.viderSection

{

/*    background-image: url(../imges/lake-background.jpg);*/

    background-size: cover;

    background-repeat: no-repeat;

background-position: center;

    padding: 50px 0;

}

.videoInner

{

    border: 3px solid #fff;

}



.videoInner iframe {

    width: 100%;

    height: 545px;

    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.40);

    -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.40);

    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.40);

}



.videoBottom

{

/*    background-image: url(../imges/best-seat-in-the-lake.jpg);*/

      background-size: cover;

    background-repeat: no-repeat;

    background-position: center;

    border-top: 9px solid #f87f36;

        padding: 45px 0 47px 0;

}



.videoBottom h2

{

    font-size: 35px;

    font-family: 'Oswald', sans-serif;

    font-weight: 500;

    text-transform: uppercase;

    margin: 0;

    color:#202020 ; 

}

.videoBottom h2 span

{

    color: #f87f36;

    display: inline-block;

    text-decoration: none;

}

.videoBottom h2 a{

       display: inline-block;

    text-decoration: none;

    color:#202020 ; 

}





/*----------------video section end-------*/

/*-------------------------FOOTER START----------------------------*/

.footerWide {

	

	border-top: 1px solid #e5e5e5;

	width: 100%;

}

.footerTop

{

    background-color: #99ae2e;

    width: 100%;

}

.footer {

	padding-top: 17px;

	padding-bottom: 16px;

        width: 100%;

    float: left;

}

.footer p {

	color: #b9b9b9;

	font-family: Verdana, Geneva, sans-serif;

	font-size: 13px;

	font-weight: normal;

	margin: 0;

	line-height: 20px;

	text-align: center;

}

.footerMenu {

	margin: 0;

	padding: 0;

	float: left;

    margin-top: 8px;

}

.footerMenu li {

	display: inline-block;

	margin-bottom: 0;

}

.footerMenu li a {

	display: block;

	color: #7a7e78;

	font-family: 'Oswald', sans-serif;

	font-size: 18px;

	padding: 0 34px 0 0;

    text-transform: uppercase;

    color: #fff;

    transition: ease all 0.5s;

}

.footerMenu li a:hover {

	text-decoration: none;

    color: #202020 ;

    transition: ease all 0.5s;

}

.footerSocial

{

    float: right;

    list-style: none;

    padding: 0;

    margin: 0;

    padding-right: 65px;

}

.footerSocial a

{

    background-image: url(../img/sprite.png);

    background-repeat: no-repeat;

    background-position: center;

    width: 30px;

    height: 34px;

    display: inline-block;

    font-size: 0;

    vertical-align: top;

}

.footerSocial a.fb

{

    background-position: 0 -40px;

}

.footerSocial a.twit

{

   background-position: -31px -40px; 

    margin-left: 5px;

}

.footerSocial a.fb:hover

{

    background-position: -60px -40px;

}

.footerSocial a.twit:hover

{

    background-position: -90px -40px;

}

.footerBottom

{

    padding: 4px 0 4px 0;

    font-family: 'Lato', sans-serif;

    font-weight: 400;

}

.footerBottom ul

{

    padding: 0;

    margin: 0;

    list-style: none;

    width: 100%;

}



.footerBottom ul li

{

    float: left;

    margin-right: 48px;

    

}

.footerBottom ul li a

{

    display: inline-block;

     margin-right: 0;

        padding-right: 6px;

}

.footerBottom ul li,.footerBottom ul li a

{

    font-size: 14px;

    color: #202020;

    font-family: 'Lato', sans-serif;

    font-weight: 400;

    

}

/*-------------------------FOOTER END------------------------------*/

/*-------------------------about us----------------*/

.innerTextRgt h2{

    color: #202020;

    font-size: 35px;

    font-family: 'Oswald', sans-serif;

    font-weight: 500;

    text-transform: uppercase;

        margin-bottom: 24px;

    margin-top: 0;

}

.experience{

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

}

/*

.about_us{

    background-image: url(../imges/background.jpg);

}

*/

.videoBottom.innerVideoBottom h2

{

    font-size: 25px;

}





/*------------------------about us end-----------*/

/*-------------blog----------*/

.blogWrapper{

/*    background-image: url(../imges/blog_background.jpg);*/

/*    height: 500px;*/

    background-repeat: repeat-y;

    padding-top: 48px;

    background-position: top ;

}

.blogWrapper h2{

    color: #202020;

    font-size: 35px;

    font-weight: 500;

    font-family: 'Oswald', sans-serif;

    margin: 0;text-transform: uppercase;

    line-height: 31px;

}

.blogWrapper ul{

    margin: 0;padding: 0;

    list-style: none;

/*    padding-top: 45px;*/

}

.blogUl li h3 {

    font-size:25px;

    font-family: 'Conv_Oswald-RegularItalic';

    

        margin-top: 2px;

}



.blogUl li h3 a

{

   color: #202020; 

}

.blogUl li h3 a:hover

{

     color: #99AE2E;

}

.blogUl li span

{

    font-size: 15px;

    color: #202020;

    font-weight: 400;

    font-family: 'Lato', sans-serif;

    font-style: italic;

    display: inline-block;

    margin-top: 17px;

    margin-bottom: 18px;

}

.blogUl li p

{

    color: #202020;

    font-family: 'Lato', sans-serif;

    font-size: 15px;

    font-weight: 400;

    text-align:justify;

    margin-bottom: 30px;

    line-height: 26px;

}

.blogUl li p span

{

    color: #01037B ;

    font-weight: 700;

    margin: 0;padding: 0;

    display: inline-block;

}



.blogUl li a.blogReadMore{

    border: 0;

    background-color: #b32b2e;

    text-transform: uppercase;color: #ffffff;

    font-family: 'Oswald', sans-serif;

    font-weight: 400;

    padding: 13px 13px 13px 15px;

    transition: ease all 0.5s;

    font-size: 18px;

    display: inline-block;

}

.blogUl li a.blogReadMore:hover,.blogUl li a.blogReadMore:focus

{

    background-color: #49B1EA ;

    transition: ease all 0.5s;

    text-decoration: none;

}

.blogUl li 

{

    padding-bottom: 37px;

    padding-top: 48px;

    

}



.blogUl li:nth-child(even) {

    background-image: url(../img/blog_background.jpg);

    background-position: top center;

    background-repeat: no-repeat;

    background-size: cover;

}

.blogImg

{

   border:3px solid #000;

}

.blogImg img

{

     max-width:100%;

}

.blogPostBd span{

    

}





/*-------------blog end---------*/

/*------------buy now----------*/

.buyNowTop{

    padding-top: 50px;

    padding-bottom: 50px;

}

.buyNowTop h2 {

    color: #202020;

    font-size: 35px;

    font-weight: 500;

    font-family: 'Oswald', sans-serif;

    margin: 0;

    text-transform: uppercase;

    line-height: 31px;

    margin-bottom: 30px;

}

.buyNowTop p{

    font-size: 15px;color: #202020;

    font-family: 'Lato', sans-serif;font-weight: 400;

}



.buyNowTop p span{

    color:#01037B;

    font-weight: 700;

}

.buyNowBd{

    background-size: cover;

    background-repeat: no-repeat;

    background-position: center;

    padding-top: 15px;

    padding-bottom: 0;

/*    width: 100%;float: left;*/

}

.buyNowInner{

    padding: 35px 45px 0;

    width: 100%;

    float: left;

}

.borderDiv

{

    padding: 0 45px ;

    width: 100%;

    float: left;

}

.borderDiv hr{margin: 0;}

.buyNowInner h3{

    color: #202020;

    font-size: 25px;

        font-family: 'Conv_Oswald-RegularItalic';

    text-transform: uppercase;

    margin-top: 0;

    margin-bottom: 14px;

}



/*

.buyNowInner ul li:nth-child(3n+3){

    margin-right: 0;

}

*/





.buyCatagory:hover,.buyCatagory.active{

    background-color: #49b1ea;

    -webkit-box-shadow: 1px 1px 11px 0px rgba(0,0,0,0.75);

-moz-box-shadow: 1px 1px 11px 0px rgba(0,0,0,0.75);

box-shadow: 1px 1px 11px 0px rgba(0,0,0,0.75);

}

.buyCatagoryInner{

    background-color: #ffffff;

    padding-bottom: 23px;

}

.buyNowInner ul{

    list-style: none;

    padding: 0;margin: 0;

    text-align: center;

    margin-right: -0.8%;

    margin-left: -0.8%;

   

    

}

.buyNowInner ul li{

    width: 33.1%;

    padding-left: 13px;

    padding-right: 13px;

   

    display: inline-block;

    margin-bottom: 35px;

}

.buyCatagory{

    background-color: #202020;

    padding: 11px 3px 3px;

    min-height: 200px;

    

}













.buyCatagoryInner img{

    max-width: 100%;

}

.buyCatagory h4{

    color: #fff;

    font-family: 'Conv_Oswald-RegularItalic';

    font-size: 20px;

    text-transform: uppercase;

    margin: 0;

    margin-bottom: 9px;

    text-align: left;

    padding-left: 10px;

}

.banner.buyNowBan img{

    display: none;

}

.buyNowCatTxt{

    text-align: left;

    padding-left: 15px;

    padding-right: 15px;

    padding-top: 8px;

    padding-bottom: 19px;

}

.buyNowBtn{

    border: 0;

    background-color: #b3232e;color: #fff;

    font-size: 16px;font-family: 'Oswald', sans-serif;

    font-weight: 500;

    padding: 12px 8px 11px 8px;

} 



.buyNowCatTxt p{

    color: #202020;

    font-family: 'Lato', sans-serif;

    font-size: 15px;

    font-weight: 400;

    margin-bottom: 14px;

}

.buyNowCatTxt p span{

    color: #01037B;

    font-weight: 700;

}

p.colorCls span{

    font-weight: 700;color: #202020;

}



 .fade.in

{

    background-color: transparent;

}



.buyNowVideo h3{

    color: #202020;

    font-size: 25px;

  font-family: 'Conv_Oswald-RegularItalic';

    text-transform: uppercase;

        line-height: 30px;

    margin-top: 1px;

}

.modal-open .modal{z-index: 1055;}

.modal-backdrop{position: static !important;}

.buyNowVideoInner{

    border: 3px solid #202020;

}



/*popup*/

.buyNowModal{

    position: relative;

    z-index: 1050;

}

.buyNowModal .modal-dialog{

    position: relative;

    z-index: 1060;

}



.buyNowModal .modal-content{

    border-radius: 0;

    border: 0;

    position: relative;

    z-index: 1060;

    pointer-events: auto;

    background-color: #fff;

-webkit-box-shadow: 1px 1px 15px -1px rgba(0,0,0,0.75);

-moz-box-shadow: 1px 1px 15px -1px rgba(0,0,0,0.75);

box-shadow: 1px 1px 15px -1px rgba(0,0,0,0.75);

}

.buyNowModal .modal-body h4{

    color: #202020;

    font-family: 'Conv_Oswald-RegularItalic';

    text-transform: uppercase;

    font-size: 25px;

    margin-top: 1px;

    margin-bottom: 0;

}

.buyNowModal .modal-body{

    padding-left: 17px;

    padding-right: 17px;

}

.modalRgtTxt h3{

    color: #202020;

    font-family: 'Conv_Oswald-RegularItalic';

    text-transform: uppercase;

    font-size: 20px;

        margin-top: 13px;

        margin-bottom: 19px;

}



.modalRgtTxt p{

    font-family: 'Lato', sans-serif;

    font-size: 15px;color: #202020;

    font-weight: 400;

    margin-bottom: 13px;

}

.modalRgtTxt p span{

    font-weight: 700;

}

.modalRgtInner{

    font-family: 'Lato', sans-serif;

    font-size: 15px;color: #202020;

    font-weight: 700;

}

.modalLftImg img{

    max-width: 100%;

}

.modalLftImg{

        width: 155px;

    float: left;

}

.modalRgtTxt{

    float: left;

        padding-left: 25px;

}

.buyModalInner

{

    width: 100%;float: left;

    border-bottom: 2px solid #7f7f7f;

    padding-top: 20px;

    padding-bottom: 30px;

}

.modalLft{

    width: 72%;

    float: left;

}

.modalRgt{

    float: right;

        width: 27.54%;

}

.modalRgtInner{

    width: 100%;

    float: left;

    padding-top: 15px;

}

.modalRgtInner span{display: inline-block;}

.qntBorder{

    width: 45px;height: 30px;

    border: 1px solid #000000;

    text-align: center;

}

.qntBorder input

{

    width: 100%;

    background-color: transparent;

    border: 0;

    height: 100%;

    text-align: center;

    color: #202020;

    font-family: 'Lato', sans-serif;

    font-weight: 700;

    font-size: 15px;

    margin-left: 2px;

}

.qntBorder input:focus,.qntBorder input:hover,.qntBorder input:active{

    outline: none;

}

.closeDiv {

    float: right;

    width: 100%;

        padding-top: 13px;

}

.closeDiv a{

    float: right;

}

.totalCost{

    text-align: right;

    padding-bottom: 15px;

    padding-bottom: 20px;

}

.totalCost span{

    display: inline-block;

    color: #202020;

    font-family: 'Lato', sans-serif;

    font-weight: 700;

    font-size: 15px;

}

.buyNowModal .modal-footer{

    border-top: 0;

    text-align: center;

    padding-top: 0;

}

.buyNowModal .modal-footer button{background-color: #939393;}

.buyNowModal .modal-footer a{background-color: #b3232e;margin-left: 10px;}

.buyNowModal .modal-footer button,.buyNowModal .modal-footer a{

    color: #fff;

    font-family: 'Oswald', sans-serif;

    font-weight: 500;

    font-size: 16px;

    border: 0;

    display: inline-block;

    padding: 11px 12px;

    text-transform: uppercase;

}

/*----------iframe video responsive--------------*/





.buyNowVideoInner {

    background: rgba(0, 0, 0, 0.3);

    box-sizing: border-box;

    display: block;

    width: 100%;

    padding-top: 56%;

    position: relative;

    

}





.buyNowVideoInner iframe {

    box-sizing: border-box;

    height: 100%;

    left: 0;

    padding: 0% 0% 0% 0%;

    position: absolute;

    top: 0;

    width: 100%;

}





/*----------iframe video responsive end--------------*/



/*----------------buy now end-----*/



/*----------------blog post---------*/

.blogPostWrapper{



    padding-top: 48px;

    background-position: top ;

}

.blogPostWrapper h3{

    color: #202020;

    font-size: 25px;

    font-family: 'Conv_Oswald-RegularItalic';

    margin: 0;

    text-transform: uppercase;

    margin-bottom: 40px;

}

.blogPostWrapper h2{

   color: #202020;

    font-size: 35px;

    font-weight: 500;

    font-family: 'Oswald', sans-serif;

    margin: 0;

    text-transform: uppercase;

    margin-top: 0;

}

.postImg{

    float:right; 

    max-width:470px;

    margin-left: 30px;

    border: 3px solid #202020;

    margin-top: 5px;

}

.blogPostBd{

    padding-top: 32px;

    padding-bottom: 28px;

}



.blogPostBd span{

      font-size: 15px;

    color: #202020;

    font-family: 'Lato', sans-serif;

    font-weight: 400;

    text-align: justify;

    display: inline-block;

        padding-bottom: 18px;

    font-style: italic;

}

.blogPostBd p{

    font-size: 15px;

    line-height: 26px;

    color: #202020;

    font-family: 'Lato', sans-serif;

    font-weight: 400;

    text-align: justify;

    margin-bottom: 15px;

}

.blogPostBd p span{

    font-weight: 700;

    color: #01037b;

    padding: 0;margin: 0;

    font-size: 15px;

    font-style: normal;

}







/*-----------------blog post end------*/

/*-------term condition-----*/

.termCondition{

    padding-top: 44px;

        padding-bottom: 4px;

}

.termCondition h2{

    margin-bottom: 10px;

}



.termCondition .blogPostBd p{

    font-size: 12px;

    line-height: normal;

}





/*-----------term condition end------*/

/*-----------contact---------------*/

.contact p{

    color: #202020;

    font-family: 'Lato', sans-serif;

    font-weight: 400;

    font-size: 15px;

    margin-bottom: 22px;

}

.contact p span,.contact p  a{

    color: #01037b;

    font-weight: 700;

    display: inline-block;

    text-decoration: none;

}

.contact{

    padding-top: 17px;

    padding-bottom: 20px;

}





/*-----------contact------------*/

/*-------the dock stool---------*/

.stoolWrapper{

    background-image: url(../img/stool_background.jpg);

    background-repeat: no-repeat;

    background-size: cover;

    background-position:center;

    padding-top: 26px;

    padding-bottom: 28px;

}

.avalHeading h3{

    color: #202020;

    font-size: 25px;

   font-family: 'Conv_Oswald-RegularItalic';

    float: left;

    margin-top: 12px;

}

.avalHeading a{

    float: right;

     color: #fff;

    font-size: 18px;

    font-family: 'Oswald', sans-serif;

    font-weight: 500;

    background-color: #b32b2e;

    padding: 12px 14px;

    text-transform: uppercase;

}

.stoolWrapper h2{

    font-size: 35px;color: #202020;

    font-family: 'Oswald', sans-serif;

    font-weight: 400;

    margin-bottom: 23px;

}

.stoolWrapper p{

    font-size: 15px;

    font-family: 'Lato', sans-serif;

    font-weight: 400;

    color: #202020;

    line-height: 26px;

    margin-bottom: 15px;

}

.stoolWrapper p span,.stoolWrapper p a{

    display: inline-block;

    color: #01037b;

    font-weight: 700;

}

.stoolSlider .item img{

    max-width: 100%;

}

.stoolSlider{

    padding-bottom: 3px;

    

}

/*

.stoolSlider  .owl-controls{

        display: none !important;

    }

*/



/*---------the dock stool end-----*/

/*---------checkout-------------*/

.checkOutOuter{

    padding-top: 44px;

}

.checkOutOuter .checkRgtImg img

 {

    max-width: 100%;

    border: 3px solid #49b1ea;

}

.frmOuter{

    width: 100%;float: left;

    margin-bottom: 9px;

}

.frmOuter .frmLft{

    width: 17.60%;

    float: left;

}

.frmOuter .frmRgt{

    width: 82.4%;

    float: right;

}

.checkOutOuter h2{

    color: #202020;

    font-family: 'Oswald', sans-serif;

    font-weight: 500;

    font-size: 35px;

    text-transform: uppercase;

    margin-top: 0;

        margin-bottom: 32px;

}

.checkOutOuter h3{

    font-family: 'Conv_Oswald-RegularItalic';

    font-size: 20px;

    color: #202020;

    text-transform: uppercase;

        margin-top: 12px;

}

.checkFrm label{

    color: #202020;

    font-size: 15px;

    font-family: 'Lato', sans-serif;

    font-weight: 700;

}

.checkFrm{

        padding-top: 23px;

    width: 100%;

    float: left;

}

.checkFrm input{

        width: 100%;

    height: 30px;

    padding-left: 10px;

    border: 1px solid #000000;

}

.checkFrm input:focus{

    outline: none;

}



.checkFrm .frmRgt.phInput input{

    width: 69px;

    float: left;

    margin-right: 7px;

}

.checkFrm .frmRgt.phInput input:last-child{

    width: 83px;

}

.checkOutBottom{

    text-align: right;

}

.totalDiv span{

    display: inline-block;color: #202020;

    font-family: 'Lato', sans-serif;

    font-weight: 400;

    display: inline-block;

    font-size: 15px;

}

.totalDiv span:first-child{

    margin-right: 8px;

}

.totalDiv span.total_1{

    font-weight: 700;

}

.checkOutBottom p{

   font-family: 'Conv_Lato-MediumItalic'; 

    color: #202020;

    font-size: 15px;

    padding-top: 13px;

    padding-bottom: 11px;

}

.checkOutBottom a{

    display: inline-block;

    font-family: 'Oswald', sans-serif;

    font-weight: 500;

    text-transform: uppercase;

    color: #fff;

    padding: 11px 12px;

    font-size: 16px;

}

.checkOutBottom .totalDiv a:first-child{

    background-color: #939393;

}

.checkOutBottom .totalDiv a:last-child{

    background-color: #b3232e;

    margin-left: 9px;

    

}

.checkOutBottom{

    padding-top: 30px;

    padding-bottom: 27px;

}

.totalDiv{

    padding-bottom: 13px;

}

/*----------checkout end-------*/

/*------------cart-------------*/

.cartBd .modalLft img{

    max-width: 100%;

}

.cartBd .modalRgtTxt{

    width: 40.38%;

    margin-right: 4.47%;

    padding-left: 0;

}

.cartBd  .modalLft{

   

/*    float: none;*/

    width:27.83%;

    margin: 0 auto;

    

    

    text-align: center;

}

.cartBd  .modalLft img{

     width: 200px;

    margin: 0 auto;

}

.cartBd .modalRgt{

    width:72.16%;

    padding-top: 41px;

    padding-left: 3%;

}

.cartBd .closeWrapper{

    float: left;

}

.cartBd .modalRgtInner,.cartBd .closeWrapper{

    width: 25.37%;

}

.cartBd .closeDiv{

    width: 100%;

}

.cartBd  .totalPrice{

    width: 100%;

    float: left;

    color: #202020;

    font-family: 'Lato', sans-serif;

    font-weight: 700;

    font-size: 15px;

      padding-top: 18px;

    padding-left: 10px;

}



.cartBd .modalRgtInner{

    padding-top: 50px;   

}



.cartOuter.checkOutOuter h2{

    margin-bottom: 15px;

}



.cartBd .buyModalInner{

    padding-bottom: 17px;

    padding-top: 15px;

}

.cartBd .modal-footer button,

.cartBd .modal-footer a{

    color: #fff;

    font-family: 'Oswald', sans-serif;

    font-weight: 500;

    font-size: 16px;

    border: 0;

    display: inline-block;

    padding: 11px 12px;

    text-transform: uppercase;

}

.cartBd .modal-footer button{

    background-color: #939393;

}

.cartBd .modal-footer a{background-color: #b3232e;}

.cartBd .modal-footer p{

    font-family: 'Conv_Lato-MediumItalic';

    color: #202020;

    font-size: 15px;

    padding-top: 26px;

    padding-bottom: 0;

    margin-bottom: 13px;

}

.cartBd .modal-footer{

    padding-right: 0;

    padding-top: 30px;

    padding-bottom: 50px;

}

.cartBd .qntBorder{

    position: relative;

}

/*.cartBd .qntBorder .stepper{

        position: relative;

    right: 0;

    z-index: 1001;

}*/

.cartBd .qntBorder .stepper{

    position: relative;

}





.cartBd .qntBorder .stepper span{

    position: absolute;

    width: 15px;height: 15px;

    background-color: transparent;

    border: 0;

    top: 0;right: -1px;

    z-index: 1001;

    display: inline-block;

    cursor: pointer;

   

}

.cartBd .qntBorder .stepper span:before{

       content: "";

    position: absolute;

    width: 15px;

    height: 15px; 

    left: 0;top: 0;

    background-size: cover;

    background-repeat: no-repeat;

}

.cartBd .qntBorder .stepper button:focus,.cartBd .qntBorder .stepper button:hover{

    outline: none;

}

.cartBd .qntBorder .stepper span.down2{

    top: 14px;

}



.cartBd .qntBorder .stepper span.up2:before{

    background-image: url(../img/carUp.png);  

}

.cartBd .qntBorder .stepper span.down2:before{

    background-image: url(../img/crtDown.png);  

}



.cartBd .qntBorder input{

    padding-right: 17px;

    padding-top: 5px;

}

/*----------cart end---------*/

/*------------thank u----------*/

.thank_youBd{

    text-align: center;

    padding-top: 32px;

    padding-bottom: 145px;

}

.thankUSocial a{

    display: inline-block;

    text-decoration: none;

    position: relative;

      width: 35px;height: 35px;

/*    border: 1px solid #f00;*/

}

.thankUSocial a:before{

    content: "";

    position: absolute;

    width: 35px;height: 35px;

    background-image: url(../img/sprite.png);

    background-repeat: no-repeat;

    left: 0;

   

}

.thankUSocial a.thFb:before{

    background-position: -7px -148px;

}

.thankUSocial a.thTw:before{

    background-position: -42px -148px;

}

.thank_youBd h3{

    font-size: 20px;

    color: #202020;

    font-family: 'Conv_Oswald-RegularItalic';

    margin-top: 48px;

    margin-bottom: 17px;

    text-transform: uppercase;

}

.thank_youBd p{

    font-family: 'Lato', sans-serif;

    font-size: 15px;

    color: #202020;

    font-weight: 400;

    margin-bottom: 5px;

}

.thank_youBd p span{

    font-weight: 700;color: #01037b;

}

.thank_youBd h4 a{

  font-family: 'Conv_Oswald-RegularItalic';

    font-size: 16px;

    color: #202020;

    text-transform: uppercase;

    margin-top: 35px;

    margin-bottom: 7px;

    display: inline-block;

    text-decoration: none;

}





/*-------------thank u end---------*/

/*--------------empty cart----------*/

.emptyCart{

    text-align: center;

    padding-bottom: 200px;

    padding-top: 50px;

}

.emptyCart h4{

    font-size: 26px;

    color: #202020;

    font-family: 'Conv_Oswald-RegularItalic';

    margin-top: 48px;

    margin-bottom: 17px;

    text-transform: uppercase;

    margin-bottom: 45px;

}



.emptyCart .headerBtn{

    background-color: #b3232e;

    transition: ease all 0.5s;

    text-transform: uppercase;

}

.emptyCart .headerBtn:hover{

        background-color: #49b1ea;

    transition: ease all 0.5s;

    color: #fff;

}





/*--------------empty cart end---------*/





/*18.12.2017*/



.videoInner {

    line-height: 0;

}

.videoInner iframe{

    height: 542px;

}

.blogUl li p span{

    font-style: normal;

}

.blogPostWrapper h3:hover{

    color:limegreen;

    cursor: pointer;

}

/*18.12.2017*/

.removeFromDesktop{

    display: none!important;

}

@media(max-width: 767px){

    .removeFromDesktop{

        display: block!important;

    }

}

/*----------Checkout Form------------*/

.disable-cursor {

	cursor: not-allowed !important;

}

/* Social Icons */

.nav-icon, .foot-icon {

	width: 43px;

	height: 40px;

	display: inline-block;

	margin-left: 4px;

	background-size: contain;

	background-repeat: no-repeat;

}

.nav-icon.s-fb {

	background-image: url(../img/FB-black.png);

}

.nav-icon.s-fb:hover {

	background-image: url(../img/FB-green.png);

}

.nav-icon.s-tw {

	background-image: url(../img/TW-black.png);

}

.nav-icon.s-tw:hover {

	background-image: url(../img/TW-green.png);

}

.nav-icon.s-ig {

	background-image: url(../img/IG-black.png);

}

.nav-icon.s-ig:hover {

	background-image: url(../img/IG-green.png);

}

.foot-icon.s-fb {

	background-image: url(../img/FB-white.png);

}

.foot-icon.s-fb:hover {

	background-image: url(../img/FB-black.png);

}

.foot-icon.s-tw {

	background-image: url(../img/TW-white.png);

}

.foot-icon.s-tw:hover {

	background-image: url(../img/TW-black.png);

}

.foot-icon.s-ig {

	background-image: url(../img/IG-white.png);

}

.foot-icon.s-ig:hover {

	background-image: url(../img/IG-black.png);

}

/* Badge utility variants */
.badge-util--error::before { background-color: #d93025; }
.badge-util--info::before { background-color: #1a73e8; }