@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-reg-webfont.eot');
    src: url('../fonts/lato-reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-reg-webfont.woff') format('woff'),
         url('../fonts/lato-reg-webfont.ttf') format('truetype'),
         url('../fonts/lato-reg-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face{
	font-weight:normal;
	font-style:normal;
	font-family:'Roboto-Light';
	src: url('../fonts/Roboto-Light.eot');
	url('../fonts/Roboto-Light.woff') format('woff'),
    url('../fonts/Roboto-Light.ttf') format('truetype'),
    url('../fonts/Roboto-Light.svg#Roboto-Light') format('svg');
}

@font-face {
    font-family: 'rupee_foradianregular';
    src: url('../fonts/rupee_foradian-webfont.eot');
    src: url('../fonts/rupee_foradian-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/rupee_foradian-webfont.woff') format('woff'),
         url('../fonts/rupee_foradian-webfont.ttf') format('truetype'),
         url('../fonts/rupee_foradian-webfont.svg#rupee_foradianregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LatoLight';
    src: url('../fonts/lato-lig.eot');
    src: url('../fonts/lato-lig.eot') format('embedded-opentype'),
         url('../fonts/lato-lig.woff2') format('woff2'),
         url('../fonts/lato-lig.woff') format('woff'),
         url('../fonts/lato-lig.ttf') format('truetype'),
         url('../fonts/lato-lig.svg#LatoLight') format('svg');
}
@font-face {
    font-family: 'LatoHairline';
    src: url('../fonts/lato-hai.eot');
    src: url('../fonts/lato-hai.eot') format('embedded-opentype'),
         url('../fonts/lato-hai.woff2') format('woff2'),
         url('../lato-hai.woff') format('woff'),
         url('../fonts/lato-hai.ttf') format('truetype'),
         url('../fonts/lato-hai.svg#LatoHairline') format('svg');
}
@font-face {
    font-family: 'UrbanSketch';
    src: url('../fonts/UrbanSketch.eot');
    src: url('../fonts/UrbanSketch.eot') format('embedded-opentype'),
         url('../fonts/UrbanSketch.woff2') format('woff2'),
         url('../fonts/UrbanSketch.woff') format('woff'),
         url('../fonts/UrbanSketch.ttf') format('truetype'),
         url('../fonts/UrbanSketch.svg#UrbanSketchRegular') format('svg');
}

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../fonts/BebasNeue-webfont.eot');
    src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BebasNeue-webfont.woff') format('woff'),
         url('../fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('../fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face{
	font-weight:normal;
	font-style:normal;
	font-family:'Roboto-Regular';
	src: url('../fonts/Roboto-Regular.eot');
	url('../fonts/Roboto-Regular.woff') format('woff'),
    url('../fonts/Roboto-Regular.ttf') format('truetype'),
    url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
}

/* start map css*/
.map {
    margin-bottom: 30px;
}
/* end map css*/
.tour_flexislidRow {
	height:630px;
	width:100%;
	padding:15px;
	background-color:#f8f8f8;
}
.clearout {
    height: 20px;
    clear: both;
    background-color: #ffffff;
    margin-top: 80px;
}
.breadcrumbs {
	background: rgba(0, 0, 0, 0) url(../img/trans-black-80.png) repeat scroll 0 0;
    height: 50px;
    width: 100%;
    color: #eeeeee;
    padding: 15px;
    padding-left: 30px;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    font-family: Roboto;
    font-weight: 400;
    margin-top: 10px;
    text-transform: uppercase;
}
.breadcrumbs :hover {
	color:#ffffff;
	font-size:12px;
	font-family: Roboto;
    font-weight: 400;
	text-transform: uppercase;
}
.prev_link{	color:#feb561;}

.title_nm{
    color: #192f2e;
    font-size:35px;
	font-family: 'Roboto';
    height: auto;
    line-height:35px;
    text-align: center;
	font-weight: 800;
}
.subtitle_nm{
    color: #8f8f8f;
    font-size: 16px;
	font-family: 'Roboto';
    height: auto;
    line-height: 28px;
    text-align: center;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
	margin-top: 30px;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
	overflow: hidden;
    float: left;
    width: 100%;
    margin-top: 20px;
/*  background:#fcfcfc;
    background: #fcfcfc -moz-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* FF3.6+ */
/*  background: #fcfcfc -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eee));  Chrome,Safari4+ */
/*  background: #fcfcfc -webkit-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* Chrome10+,Safari5.1+ */
/*  background: #fcfcfc -o-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* Opera11.10+ */
/*  background: #fcfcfc -ms-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* IE10+ */
/*  background: #fcfcfc linear-gradient(top, #fcfcfc 0%, #eee 100%); /* W3C */
/*  border:1px solid #ccc;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px; */  
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    cursor: pointer;
    margin-bottom: 10px;
    margin-top: 10px;
    max-width: 285px;
    position: relative;
    width: 100%;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
    left: -4px;
    background: url(../img/button_previous.png) no-repeat;
	width:24px;
	height:24px;
	top:100px;
}

.nbs-flexisel-nav-right {
    right: -15px;
    background: url(../img/button_next.png) no-repeat;
	width:24px;
	height:24px;
	top:100px;
}
.product-image-wrapper {
	border: 1px solid #e6e6e6;
    margin-bottom: 30px;
    overflow: hidden;
    margin-left: 10px;
    width: 310px;
    background-color: #fff;
}
.single-products {
    position: relative;
}
.new, .sale {
    position: absolute;
    right: 0;
    top: 0;
}
.productinfo h2 {
    color: #f56d6d;
    font-family: "Roboto",sans-serif;
    font-size:16px;
	height:30px;
}
.product-overlay h2 {
    color: #fff;
    font-family: "Roboto",sans-serif;
    font-size: 24px;
    font-weight: 700;
}
.productinfo p {
    color: #696763;
    font-family: Roboto;
    font-size: 16px;
	margin:15px;
}
.productinfo img {
    width: 100%;
}
.productinfo {
    position: relative;
	height:375px;
	
}
 .productinfo:hover {
    position: relative;
	height:375px;
	background: #f9f9f9 repeat scroll 0 0;
	
	}

.product-overlay {
    background: #fe980f none repeat scroll 0 0;
    display: block;
    height: 0;
    position: absolute;
    top: 0;
    transition: height 500ms ease 0s;
    width: 100%;
}
.text-center {
    text-align: center;
}
.add-to-cart {
    background: #192f2e none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #f4f4f4;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    height: 40px;
    margin-top: 25px;
    width: 130px;
	line-height:27px;
	font-weight:500;
}
.add-to-cart:hover {
    /*background: #f56d6d none repeat scroll 0 0;*/
    background: #ff6e3b none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3;
    color: #ffffff;
}
.add-to {
    margin-bottom: 10px;
}
.add-to-cart i {
    margin-right: 5px;
}
.perPax {
	font-size:11px;
	font-family: "RobotoLight",sans-serif;
	color: #696763;
}


/* holidays section container css */
.clearoutbottom {
	height:150px;
	clear:both;
}
.holidaysintro-text{
    background-color: #f6f6f6 none repeat scroll 0 0;
    height:50px;
}

.holidays_containerBG{
    background-color: #ffffff none repeat scroll 0 0;
    height: 1150px;
}
.holidays_container6 {
    padding: 0 3%;
}
.holidaysTourText {
    background-color: #ffffff;
    color: #8f8f8f;
    height: auto;
    /* margin-bottom: 80px; */
    padding: 50px 0 0;
    text-align: center;
}
.holidaysshortbrief {
    background-color: #f4f4f4 none repeat scroll 0 0;
    color: #8f8f8f;
    height: auto;
    padding: 50px 0 0;
    text-align: center;
}
.holidaysTourText2 {
    background-color: #ffffff;
    color: #8f8f8f;
    height: auto;
    padding: 50px 0 0;
    text-align: center;
}
.holidaysTourTextline{
    color: #3c515b;
    font-family: "LatoLight";
    font-size: 35px;
	font-weight:500;
}
.packages_brief {
    font-family: 'LatoRegular';
    font-size: 16px;
    height: auto;
    margin-bottom: 10px;
    padding: 0 30px;
	min-height: 70px;
}
.holidaysDivider-texticon {
    border: 1px solid #cecece;
    border-radius: 50%;
    color: #cecece;
    font-size: 55px;
    height: 90px;
    line-height: 70px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 90px;
	background: rgba(0, 0, 0, 0) url("../img/img_sprite.png") no-repeat scroll -275px -380px;
}
.holidaysDivider-texticon::before, .holidaysDivider-texticon::after {
    /*content: " ";*/
    height: 60px;
    left: -11px;
    position: absolute;
    top: 10px;
    width: 10px;
}
.holidaysDivider-texticon::after {
    left: auto;
    right: -11px;
}
.holidaysDivider hr {
    background-color: #cecece;
    height: 1px;
    margin: 0;
    position: relative;
    top: 1px;
}
.holidaysDivider.home .holidaysDivider-texticon, .holidaysDivider.home .holidaysDivider-texticon::before, .holidaysDivider.home .holidaysDivider-texticon::after {
    background-color: #ffffff;
    z-index: 1;
/* 	-webkit-box-shadow: 0px 7px 3px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 7px 3px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 7px 3px 0px rgba(50, 50, 50, 0.5); */
	top: 45px;
}
.top-domBanner-tours {
    margin-left: 80px;
    margin-top: -20px;
    position: absolute;
}
.top-IntlBanner {
    margin-left: 80px;
    margin-top: -20px;
    position: absolute;
}
.top-packag-txt {
    background-color: #f55e5e;
    color: #ffffff;
    float: left;
    font-family:'LatoRegular';
    font-size: 23px;
    height: 40px;
    padding: 5px 12px;
    text-align: center;
    width:350px;
}
.top-bannerTag-left {
    border-bottom: 20px solid #f55e5e;
    border-left: 10px solid transparent;
    border-top: 20px solid #f55e5e;
    float: left;
}
.top-bannerTag-right {
    border-bottom: 20px solid #f55e5e;
    border-right: 10px solid transparent;
    border-top: 20px solid #f55e5e;
    float: left;
}
.tour_text {
    color: #8f8f8f;
    float: none;
    font-family:'LatoRegular';
    font-size: 13px;
    height: 100px;
    line-height: 22px;
    padding-top: 40px;
    text-align: center;
    width: 530px;
}
/* .destination_text {
    color: #8f8f8f;
    float: none;
    font-family:'LatoRegular';
    font-size: 13px;
    height: 100px;
    text-align: center;
    width: 200px;
} */
.domTour-container {
    background-color: #ffffff;
/*     border: 1px solid #d7d7d7; */
    float: left;
    height: auto;
    padding: 0 20px 15px;
    text-align: center;
    width: 615px;
}
.intlTour-container {
    background-color: #ffffff;
    /* border: 1px solid #d7d7d7; */
    float: left;
    height:auto;
    margin-left: 30px;
    padding: 0 20px 15px;
    text-align: center;
    width: 615px;
}
.top-intl_Txt {
    background-color: #f55e5e;
    color: #ffffff;
    float: left;
    font-family: 'LatoRegular';
    font-size: 23px;
    height: 40px;
    padding: 5px 12px;
    text-align: center;
	width:350px;
}
.holidaysdestinact-image .holidaysdestinact-image-a1 {
    color: #333333;
    font-family: 'LatoRegular';
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    padding-top: 5px;
}
.holidaysdestinact-image {
    border-bottom: 1px solid #d7d7d7;
    display: inline-block;
    margin-bottom: 12px;
    padding-bottom: 12px;
}
.holidaysdestinact-image-s1 {
    float: left;
    width: 84px;
}
.holidaysdestinact-image-s2 {
    float: left;
    margin-left: 25px;
    margin-right: 14px;
    width: 85px;
}
.holidaysdestinact-image-s3 {
    float: left;
    width: 114px;
}
.holidaysdestinact-footer {
    border: 1px solid #3a9ad1;
    border-radius: 50px;
    color: #3a9ad1;
    font-family: "LatoRegular";
    font-size: 14px;
    margin-top: 93px;
    padding: 7px;
}
.holidaysdestinact-footer:hover {
    color: #ffffff;
    font-family: 'LatoRegular';
    font-size: 14px;
    margin-top: 93px;
	    border-radius: 50px;
    padding: 7px;
	background-color:#3a9ad1;
	cursor:pointer;
}

.viewAllPkgBtn {
    border: 1px solid #3a9ad1;
    color: #3a9ad1;
    font-family: "LatoRegular";
    font-size: 14px;
    margin-top: 30px;
    padding: 10px;
    transition: all 2s ease 0s;
    width: 200px;
}
.viewAllPkgBtn:hover {
    color: #ffffff;
    font-family: 'LatoRegular';
    font-size: 14px;
    margin-top: 30px;
    padding: 10px;
	background-color:#3a9ad1;
	cursor:pointer;
}

.holidayssector-nmStrip-tours {
    margin-left: -20px;
    margin-top: 20px;
    position: absolute;
}
.holidayssector-nmStrip-destination {
    margin-left: 90px;
    margin-top: -20px;
    position: absolute;
}
.holidayssector-nmStrip-txt {
    background-color: #d7d7d7;
    color: #666666;
    float: left;
    font-family: 'LatoRegular';
    font-size: 14px;
    height: 30px;
    padding: 5px 12px;
    text-align: left;
    text-transform: uppercase;
    width: auto;
}
.holidayssector-nmStrip-right {
    border-bottom: 15px solid #d7d7d7;
    border-right: 7px solid transparent;
    border-top: 15px solid #d7d7d7;
    float: left;
}
.holidaystour-optList {
    color: #8f8f8f;
    font-family: LatoRegular;
    height: 920px;
    padding-top: 50px;
    width: 575px;
}
.holidaystour-optList ul {
    float: none;
    height: auto;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    text-align: left;
}
.holidaystour-optList li {
    float: left;
    height: auto;
    margin-left: 6px;
    padding-bottom: 20px;
    text-align: center;
    width: 185px;
}
.dom_tourlistImg{
/*     border: 1px solid #d7d7d7; */
    height: auto;
    margin-bottom: 10px;
    padding: 10px;
    width: 150px;
}
.domTour_item { margin: 0 10px}
.hover-Domimg {
    display: block;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease 0s;
    z-index: 1;
}
.hover-Domimg > img {
    backface-visibility: hidden;
    transition: all 4s ease 0s;
}
.hover-img .hover-title {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: -1px;
    color: #fff;
    font-size: 14px;
    height: auto;
    line-height: 22px;
    padding: 10px 20px;
}
.hover-img .hover-title .hover-heading {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 0;
}
.pic{
	width:150px;
	height:150px;
	background: url(../img/dom_img1.jpg) no-repeat;
	
}
.text{
	width:150px;
	height:150px;
	background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
	opacity:0; 
	color:#FFFFFF;
	font-family: 'LatoRegular';
    font-size: 14px;

}
.package_thumbNM{
	padding-top:15px;
	padding-bottom:15px;
	font-family: 'LatoRegular';
    font-size: 16px;
	color:#8f8f8f;
}
.package_thumbNM a:hover{
	padding-top:15px;
	font-family: 'LatoRegular';
    font-size: 16px;
	color:#f55e5e;
}
.tour_name{
	color:#8f8f8f;
}
.pic:hover .text
{
	opacity:0.8;
    color: #fff;
    display: table-cell;
	font-family: 'LatoRegular';
    font-size: 14px;
    height: 150px;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    vertical-align: middle;
    width: 150px
}

.inr {
	font-family:"rupee_foradianregular";
	font-size:20px;
	color: #f56d6d;
}
.inr2 {
	font-family:"rupee_foradianregular";
	font-size:24px;
	color: #f56d6d;
}
.duration {
	font-size:12px;
	color: #ffffff;
}
.rupee_icn {
	font-family:"rupee_foradianregular";
	font-size:16px;
	color: #3c3c3c;
	font-weight:normal;
}
.view_details {
    background-color: #f55e5e;
    color: #fff;
    font-family: 'LatoRegular';
    font-size: 14px;
    height: 30px;
    margin-left: 25px;
    padding-right: 2px;
    padding-top: 5px;
    width: 100px;
	-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
}

   
-----------------------Hover--------------------------------------------------------------------------

ul.img-list {

    float: none;
    height: auto;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    text-align: left;
  text-align: center;
}

ul.img-list li {
  display: inline-block;
  position: relative;
  
      float: left;
    height: auto;
    margin-left: 30px;
    padding-bottom: 20px;
    text-align: center;
    width: 150px;
}

span.text-content {
  background: rgba(0,0,0,0.5);
  color: white;
  cursor: pointer;
  display: table;

  position: absolute;
 
    float: left;
    height: auto;
    margin-left: 6px;
    padding-bottom: 20px;
    text-align: center;
    width: 185px;
}

span.text-content span {
    display: table !important;
    font-family: 'LatoRegular';
    padding: 0px 24px 5px 20px;
    text-align: center;
    vertical-align: middle;
}

ul.img-list li:hover span.text-content {
  opacity: 1;
}
span.text-content {
  background: rgba(0,0,0,0.5);
  color: white;
  cursor: pointer;
  display: table;
  height: 150px;
margin-left:0px;
  position: absolute;
  top: 0;
  width: 151px;
  opacity: 0;
  padding-top:20px;
  
  
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}

.ContactSnackBar {
    bottom: -16px;
    color: #fff;
    height: 60px;
    margin-bottom: -60px;
    opacity: 0.5;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 1;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s
    
}

.ContactSnackBar.active {
    margin-bottom: 0;
    opacity: 1
}

.ContactSnackBar > ul > li {
    background: rgba(0, 0, 0, 0) url("../img/trans-black-70.png") repeat scroll 0 0;
    border-right: 1px solid #fff;
    float: left;
    padding: 12px;
    width: 50%
}

.ContactSnackBar > ul > li:last-child {
    border-right: none
}

.ContactSnackBar > ul > li > a {
    color: #fff;
    font-size: 14px;
    text-decoration: none
}

.callIcon,
.enqIcon {
    background-position: 0 0;
    display: inline-block;
    height: 20px;
    vertical-align: middle;
    width: 18px
}

.enqIcon {
    background-position: -23px 0
}
    .ContactSnackBar {
        opacity: 1;
        margin-bottom: 0;
        position: fixed;
        right: 0;
        top:310px;
        bottom: auto;
        width: 150px;
        height: auto;
        text-align: left
    }

        .ContactSnackBar > ul > li {
            border-right: none;
            float: none;
            width: 100%;
            margin-bottom: 5px;
            margin-left: 108px;
            -webkit-transition: margin-left ease-in-out .3s;
            -moz-transition: margin-left ease-in-out .3s;
            -o-transition: margin-left ease-in-out .3s;
            transition: margin-left ease-in-out .3s
        }

            .ContactSnackBar > ul > li:hover {
                margin-left: 0
            }

            .ContactSnackBar > ul > li .callIcon,
            .ContactSnackBar > ul > li .enqIcon {
                margin-right: 10px
            }
			
			            .ContactSnackBar > ul > li .callIcon,
            .ContactSnackBar > ul > li .enqIcon {
                margin-right: 10px
            }
			.callIcon,
.enqIcon {
    background-position: 0 0;
    display: inline-block;
    height: 20px;
    vertical-align: middle;
    width: 18px
}
.common-sprite {
    background: url(../img/common-sprite.png) no-repeat 0 0
}
.enqIcon {
    background-position: -184px 0
}

.zigzagBorderbtm {
	position: relative;
	width:100%;
	height:50px;
	background: #f4f4f4;
	margin: auto;

}
.zigzagBorderbtm:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  width: 100%;
  height: 10px;
  background:
   linear-gradient( 44deg, transparent 33.333%, #f4f4f4 33.333%, #f4f4f4 66.667%, transparent 66.667% ), 
   linear-gradient( -46deg, transparent 33.333%, #f4f4f4 33.333%, #f4f4f4 66.667%, transparent 66.667% );
  background-size: 20px 40px;
}
.zigzag-clearout-top {
    height: 20px;
    clear: both;
    background-color: #ffffff;
}
.zigzagBordertop {
	position: relative;
	width: 100%;
	height: 70px;
	background: #ffffff;
	margin: auto;
	font-family: "LatoRegular";
    font-size: 20px;
	padding-top:25px;

}
.zigzagBordertop:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  width: 100%;
  height: 10px;
  background:
   linear-gradient( 44deg, transparent 33.333%, #ffffff 33.333%, #ffffff 66.667%, transparent 66.667% ), 
   linear-gradient( -46deg, transparent 33.333%, #ffffff 33.333%, #ffffff 66.667%, transparent 66.667% );
  background-size: 20px 40px;
}





/*------------- Start ListPage Zigzag Saperator ------------*/

.lp-zigzagBorderbtm {
	position: relative;
	width:100%;
	height:50px;
	background: #ffffff;
	margin: auto;

}
.lp-zigzagBorderbtm:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  width: 100%;
  height: 10px;
  background:
   linear-gradient( 44deg, transparent 33.333%, #ffffff 33.333%, #ffffff 66.667%, transparent 66.667% ), 
   linear-gradient( -46deg, transparent 33.333%, #ffffff 33.333%, #ffffff 66.667%, transparent 66.667% );
  background-size: 20px 40px;
}
.lp-zigzag-clearout-top {
    height: 20px;
    clear: both;
    background-color: #ffffff;
}
.lp-zigzagBordertop {
	position: relative;
	width: 100%;
	height: 70px;
	background: #f4f4f4;
	margin: auto;
	font-family: "LatoRegular";
    font-size: 20px;
	padding-top:25px;

}
.lp-zigzagBordertop:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  width: 100%;
  height: 10px;
  background:
   linear-gradient( 44deg, transparent 33.333%, #f4f4f4 33.333%, #f4f4f4 66.667%, transparent 66.667% ), 
   linear-gradient( -46deg, transparent 33.333%, #f4f4f4 33.333%, #f4f4f4 66.667%, transparent 66.667% );
  background-size: 20px 40px;
}

/*------------- End ListPage Zigzag Saperator ------------*/

