.tim-row{
    margin-bottom: 20px;
}

.tim-white-buttons {
    background-color: #777777;
}
.title.text-center{
    margin-bottom: 50px;
}
.tim-typo{
    padding-left: 25%;
    margin-bottom: 40px;
    position: relative;
}
.tim-typo .tim-note{
    bottom: 10px;
    color: #c0c1c2;
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    left: 0;
    margin-left: 20px;
    position: absolute;
    width: 260px;
}
.pd-m-none
{
    margin: 0;
}

.pd-m-x-none
{
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.pd-m-y-none
{
    margin-top: 0;
    margin-bottom: 0 !important;
}

.pd-m-l-none
{
    margin-left: 0;
}

.pd-m-r-none
{
    margin-right: 0;
}

.pd-m-t-none
{
    margin-top: 0;
}

.pd-m-b-none
{
    margin-bottom: 0 !important;
}

.pd-p-none
{
    padding: 0;
}

.pd-p-x-none
{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.pd-p-y-none
{
    padding-top: 0;
    padding-bottom: 0;
}

.pd-p-l-none
{
    padding-left: 0 !important;
}

.pd-p-r-none
{
    padding-right: 0 !important;
}

.pd-p-t-none
{
    padding-top: 0;
}

.pd-p-b-none
{
    padding-bottom: 0;
}

.tim-row{
    padding-top: 50px;
}
.tim-row h3{
    margin-top: 0;
}
.switch{
    margin-right: 20px;
}
#navbar-full .navbar{
    border-radius: 0 !important;
    margin-bottom: 15px;
    z-index: 2;
}
.space{
    height: 130px;
    display: block;
}
.space-110{
    height: 110px;
    display: block;
}
.space-50{
    height: 50px;
    display: block;
}
.space-70{
    height: 70px;
    display: block;
}
.navigation-example .img-src{
    background-attachment: scroll;
}

.navigation-example{
    /*background-image: url('../../../CommonImages/bg.jpg');*/
    background-position: center center;
    background-size: cover;
    margin-top:0;
    min-height: 740px;
}
#notifications{
    background-color: #FFFFFF;
    display: block;
    width: 100%;
    position: relative;
}
.tim-note{
    text-transform: capitalize;
}

#buttons .btn{
    margin: 0 0px 15px;
}
.space-100{
    height: 100px;
    display: block;
    width: 100%;
}

.be-social{
    padding-bottom: 20px;
/*     border-bottom: 1px solid #aaa; */
    margin: 0 auto 40px;
}
.txt-white{
    color: #FFFFFF;
}
.txt-gray{
    color: #ddd !important;
}


.parallax{
  width:100%;
  height:570px;

  display: block;
  background-attachment: fixed;
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center center;

}

.logo-container .logo{
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #000;
    width: 50px;
    float: left;
}

.logo-container .brand{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 18px;
    float: left;
    margin-left: 10px;
    margin-top: 7px;
    width: 70px;
    height: 40px;
    text-align: left;
}
.logo-container .brand-material{
    font-size: 18px;
    margin-top: 15px;
    height: 25px;
    width: auto;
}
.logo-container .logo img{
    width: 100%;
}
.navbar-small .logo-container .brand{
    color: #000;
}

.fixed-section{
    top: 90px;
    max-height: 80vh;
    overflow: scroll;
}
.fixed-section ul li{
    list-style: none;
}
.fixed-section li a{
    font-size: 14px;
    padding: 2px;
    display: block;
    color: #000;
}
.fixed-section li a.active{
    color: #00bbff;
}
.fixed-section.float{
    position: fixed;
    top: 100px;
    width: 200px;
    margin-top: 0;
}


.parallax .parallax-image{
    width: 100%;
    overflow: hidden;
    position: absolute;
}
.parallax .parallax-image img{
    width: 100%;
}

@media (max-width: 768px){
    .parallax .parallax-image{
         width: 100%;
         height: 640px;
         overflow: hidden;
     }
    .parallax .parallax-image img{
       height: 100%;
       width: auto;
   }
}

.separator{
    content: "Separator";
    color: #FFFFFF;
    display: block;
    width: 100%;
    padding: 20px;
}
.separator-line{
    background-color: #EEE;
    height: 1px;
    width: 100%;
    display: block;
}
.separator.separator-gray{
    background-color: #EEEEEE;
}
.social-buttons-demo .btn{
    margin-right: 5px;
    margin-bottom: 7px;
}

.img-container{
    width: 100%;
    overflow: hidden;
}
.img-container img{
    width: 100%;
}

.lightbox img{
    width: 100%;
}
.lightbox .modal-content{
    overflow: hidden;
}
.lightbox .modal-body{
    padding: 0;
}
@media screen and (min-width: 991px){
    .lightbox .modal-dialog{
        width: 960px;
    }
}
@media (max-width: 991px){
    .fixed-section.affix{
        position: relative;
        margin-bottom: 100px;
    }
}
@media (max-width: 768px){
    .btn, .btn-morphing{
        margin-bottom: 10px;
    }
    .parallax .motto{
        top: 170px;
        margin-top: 0;
        font-size: 60px;
        width: 270px;
    }
}

/*       Loading dots  */

/*      transitions */
.presentation .front, .presentation .front:after, .presentation .front .btn, .logo-container .logo, .logo-container .brand{
     -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}


#images h4{
    margin-bottom: 30px;
}
#javascriptComponents{
    padding-bottom: 0;
}
#javascriptComponents .btn-raised{
    margin: 10px 5px;
}


/*      layer animation          */

.layers-container{
    display: block;
    margin-top: 50px;
    position: relative;
}
.layers-container img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  text-align: center;
}

.section-black {
  background-color: #333;
}

.animate {
  transition: 1.5s ease-in-out;
  -moz-transition: 1.5s ease-in-out;
  -webkit-transition: 1.5s ease-in-out;
}

.navbar-default.navbar-small .logo-container .brand{
    color: #000;
}
.navbar-transparent.navbar-small .logo-container .brand{
    color: #FFFFFF;
}
.navbar-default.navbar-small .logo-container .brand{
    color: #000;
}

.sharing-area{
    margin-top: 80px;
}
.sharing-area .btn{
    margin: 15px 4px 0;
    color: #FFFFFF;
}
.sharing-area .btn i{
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.sharing-area .btn-twitter{
    background-color: #55acee;
    box-shadow: 0 2px 2px 0 rgba(85, 172, 238, 0.14), 0 3px 1px -2px rgba(85, 172, 238, 0.2), 0 1px 5px 0 rgba(85, 172, 238, 0.12);
}
.sharing-area .btn-twitter:hover{
    box-shadow: 0 14px 26px -12px rgba(85, 172, 238, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(85, 172, 238, 0.2);
}

.sharing-area .btn-facebook{
    background-color: #3b5998;
    box-shadow: 0 2px 2px 0 rgba(59, 89, 152, 0.14), 0 3px 1px -2px rgba(59, 89, 152, 0.2), 0 1px 5px 0 rgba(59, 89, 152, 0.12);
}
.sharing-area .btn-facebook:hover{
    box-shadow: 0 14px 26px -12px rgba(59, 89, 152, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(59, 89, 152, 0.2);
}

.sharing-area .btn-google-plus{
    background-color: #dd4b39;
    box-shadow: 0 2px 2px 0 rgba(221, 75, 57, 0.14), 0 3px 1px -2px rgba(221, 75, 57, 0.2), 0 1px 5px 0 rgba(221, 75, 57, 0.12);
}
.sharing-area .btn-google-plus:hover{
    background-color: #dd4b39;
    box-shadow: 0 14px 26px -12px rgba(221, 75, 57, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(221, 75, 57, 0.2);
}

.sharing-area .btn-github{
    background-color: #000;
    box-shadow: 0 2px 2px 0 rgba(51, 51, 51, 0.14), 0 3px 1px -2px rgba(51, 51, 51, 0.2), 0 1px 5px 0 rgba(51, 51, 51, 0.12);
}
.sharing-area .btn-github:hover{
    background-color: #000;
    box-shadow: 0 14px 26px -12px rgba(51, 51, 51, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(51, 51, 51, 0.2);
}

.section-thin,
.section-notifications{
    padding: 0;
}
.section-navbars{
    padding-top: 0;
}
#navbar .navbar{
    border-radius: 0;
}
.section-tabs{
    background: #EEEEEE;
}
.section-pagination{
    padding-bottom: 0;
}
.section-download h4{
    margin-bottom: 25px;
}
.section-examples a{
    text-decoration: none;
}
.section-examples h5{
    margin-top: 30px;
}
.components-page .wrapper > .header,
.tutorial-page .wrapper > .header{
    height: 400px;
    padding-top: 100px;
    background-size: cover;
    background-position: center center;
}
.components-page .title,
.tutorial-page .title{
    color: #FFFFFF;
}

 .pd-m0
 {
     margin:0px !important;
 }
 .pd-m1
 {
     margin:1px !important;
 }
 .pd-m2
 {
     margin:2px !important;
 }
 .pd-m3
 {
     margin:3px !important;
 }
 .pd-m4
 {
     margin:4px !important;
 }
 .pd-m5
 {
     margin:5px !important;
 }
 .pd-m6
 {
     margin:6px !important;
 }
 .pd-m7
 {
     margin:7px !important;
 }
 .pd-m8
 {
     margin:8px !important;
 }
 .pd-m9
 {
     margin:9px !important;
 }
 .pd-m10
 {
     margin:10px !important;
 }
 .pd-mt0
 {
     margin-top:0px !important;
 }
 .pd-mt1
 {
     margin-top:1px !important;
 }
 .pd-mt2
 {
     margin-top:2px !important;
 }
 .pd-mt3
 {
     margin-top:3px !important;
 }
 .pd-mt4
 {
     margin-top:4px !important;
 }
 .pd-mt5
 {
     margin-top:5px !important;
 }
 .pd-mt6
 {
     margin-top:6px !important;
 }
 .pd-mt7
 {
     margin-top:7px !important;
 }
 .pd-mt8
 {
     margin-top:8px !important;
 }
 .pd-mt9
 {
     margin-top:9px !important;
 }
 .pd-mt10
 {
     margin-top:0px !important;
 }
 .pd-mb0
 {
     margin-bottom:0px !important;
 }
 .pd-mb1
 {
     margin-bottom:1px !important;
 }
 .pd-mb2
 {
     margin-bottom:2px !important;
 }
 .pd-mb3
 {
     margin-bottom:3px !important;
 }
 .pd-mb4
 {
     margin-bottom:4px !important;
 }
 .pd-mb5
 {
     margin-bottom:5px !important;
 }
 .pd-mb6
 {
     margin-bottom:6px !important;
 }
 .pd-mb7
 {
     margin-bottom:7px !important;
 }
 .pd-mb8
 {
     margin-bottom:8px !important;
 }
 .pd-mb9
 {
     margin-bottom:9px !important;
 }
 .pd-mb10
 {
     margin-bottom:10px !important;
 } 
 .pd-mb20
 {
     margin-bottom:20px !important;
 } 
 .pd-mr0
 {
     margin-right:0px !important;
 }
 .pd-mr1
 {
     margin-right:1px !important;
 }
 .pd-mr2
 {
     margin-right:2px !important;
 }
 .pd-mr3
 {
     margin-right:3px !important;
 }
 .pd-mr4
 {
     margin-right:4px !important;
 }
 .pd-mr5
 {
     margin-right:5px !important;
 }
 .pd-mr6
 {
     margin-right:6px !important;
 }
 .pd-mr7
 {
     margin-right:7px !important;
 }
 .pd-mr8
 {
     margin-right:8px !important;
 }
 .pd-mr9
 {
     margin-right:9px !important;
 }
 .pd-mr10
 {
     margin-right:10px !important;
 }
 .pd-ml0
 {
     margin-left:0px !important;
 }
 .pd-ml-9
 {
    margin-left: -9px !important;
 }
 .pd-ml1
 {
     margin-left:1px !important;
 }
 .pd-ml2
 {
     margin-left:2px !important;
 }
 .pd-ml3
 {
     margin-left:3px !important;
 }
 .pd-ml4
 {
     margin-left:4px !important;
 }
 .pd-ml5
 {
     margin-left:5px !important;
 }
 .pd-ml6
 {
     margin-left:6px !important;
 }
 .pd-ml7
 {
     margin-left:7px !important;
 }
 .pd-ml8
 {
     margin-left:8px !important;
 }
 .pd-ml9
 {
     margin-left:9px !important;
 }
 .pd-ml10
 {
     margin-left:10px !important;
 }
 .pd-p0
 {
     padding:0px !important;
 }
 .pd-p1
 {
     padding:1px !important;
 }
 .pd-p2
 {
     padding:2px !important;
 }
 .pd-p3
 {
     padding:3px !important;
 }
 .pd-p4
 {
     padding:4px !important;
 }
 .pd-p5
 {
     padding:5px !important;
 }
 .pd-p6
 {
     padding:6px !important;
 }
 .pd-p7
 {
     padding:7px !important;
 }
 .pd-p8
 {
     padding:8px !important;
 }
 .pd-p9
 {
     padding:9px !important;
 }
 .pd-p10
 {
     padding:10px !important;
 }
 .pd-pt0
 {
     padding-top:0px !important;
 }
 .pd-pt1
 {
     padding-top:1px !important;
 }
 .pd-pt2
 {
     padding-top:2px !important;
 }
 .pd-pt3
 {
     padding-top:3px !important;
 }
 .pd-pt4
 {
     padding-top:4px !important;
 }
 .pd-pt5
 {
     padding-top:5px !important;
 }
 .pd-pt6
 {
     padding-top:6px !important;
 }
 .pd-pt7
 {
     padding-top:7px !important;
 }
 .pd-pt8
 {
     padding-top:8px !important;
 }
 .pd-pt9
 {
     padding-top:9px !important;
 }
 .pd-pt10
 {
     padding-top:10px !important;
 }
 .pd-pb0
 {
     padding-bottom:0px !important;
 }
 .pd-pb1
 {
     padding-bottom:1px !important;
 }
 .pd-pb2
 {
     padding-bottom:2px !important;
 }
 .pd-pb3
 {
     padding-bottom:3px !important;
 }
 .pd-pb4
 {
     padding-bottom:4px !important;
 }
 .pd-pb5
 {
     padding-bottom:5px !important;
 }
 .pd-pb6
 {
     padding-bottom:6px !important;
 }
 .pd-pb7
 {
     padding-bottom:7px !important;
 }
 .pd-pb8
 {
     padding-bottom:8px !important;
 }
 .pd-pb9
 {
     padding-bottom:9px !important;
 }
 .pd-pb10
 {
     padding-bottom:10px !important;
 } 
 .pd-pb15
 {
     padding-bottom:15px !important;
 } 
 .pd-pb20
 {
     padding-bottom:20px !important;
 } 
 .pd-pr0
 {
     padding-right:0px !important;
 }
 .pd-pr1
 {
     padding-right:1px !important;
 }
 .pd-pr2
 {
     padding-right:2px !important;
 }
 .pd-pr3
 {
     padding-right:3px !important;
 }
 .pd-pr4
 {
     padding-right:4px !important;
 }
 .pd-pr5
 {
     padding-right:5px !important;
 }
 .pd-pr6
 {
     padding-right:6px !important;
 }
 .pd-pr7
 {
     padding-right:7px !important;
 }
 .pd-pr8
 {
     padding-right:8px !important;
 }
 .pd-pr9
 {
     padding-right:9px !important;
 }
 .pd-pr10
 {
     padding-right:10px !important;
 }
 .pd-pl0
 {
     padding-left:0px !important;
 }
 .pd-pl1
 {
     padding-left:1px !important;
 }
 .pd-pl2
 {
     padding-left:2px !important;
 }
 .pd-pl3
 {
     padding-left:3px !important;
 }
 .pd-pl4
 {
     padding-left:4px !important;
 }
 .pd-pl5
 {
     padding-left:5px !important;
 }
 .pd-pl6
 {
     padding-left:6px !important;
 }
 .pd-pl7
 {
     padding-left:7px !important;
 }
 .pd-pl8
 {
     padding-left:8px !important;
 } 
 .pd-pl9
 {
     padding-left:9px !important;
 } 
 .pd-pl10
 {
     padding-left:10px !important;
 }
 .pd-plr5
 {
     padding-right:5px !important;
     padding-left:5px !important;
 }
 .pd-fl
{
	float:left !important;
}
 .pd-fr
{
	float:right !important;
}
 .pd-fs-10
{
	font-size:10px !important;
}
 .pd-fs-11
{
	font-size:11px !important;
}
 .pd-fs-12
{
	font-size:12px !important;
}
 .pd-fs-13
{
	font-size:13px !important;
}
 .pd-fs-14
{
	font-size:14px !important;
}
 .pd-fs-15
{
	font-size:15px !important;
}
 .pd-fs-16
{
	font-size:16px !important;
}
 .pd-fs-17
{
	font-size:17px !important;
}
 .pd-fs-18
{
	font-size:18px !important;
}
 .pd-fs-19
{
	font-size:19px !important;
}
 .pd-fs-20
{
	font-size:20px !important;
}
 .pd-fw-100
{
	font-weight:100 !important;
}
 .pd-fw-200
{
	font-weight:200 !important;
}
 .pd-fw-300
{
	font-weight:300 !important;
}
 .pd-fw-400
{
	font-weight:400 !important;
}
 .pd-fw-500
{
	font-weight:500 !important;
}
 .pd-fw-600
{
	font-weight:600 !important;
}
 .pd-fw-700
{
	font-weight:700 !important;
}
 .pd-fw-800
{
	font-weight:800 !important;
}
 .pd-fw-900
{
	font-weight:900 !important;
}
 .pd-tc
{
	text-align:center !important;
}
 .pd-tr
{
	text-align:right !important;
}
 .pd-tl
{
	text-align:left !important;
}
 .pd-tj
{
	text-align:justify !important;
}
 .pd-vat
{
	vertical-align:top !important;
}
 .pd-vab
{
	vertical-align:bottom !important;
}
 .pd-vam
{
	vertical-align:middle !important;
}
.pd-csr-d{
cursor: default;
}
#attendeeInfo a
{
cursor: pointer;
}

 .pd-tkt-top
{
	/*border-image: url(../../../CommonImages/border-top.png) 76% 0 0 18% !important;
    border-top: 15px solid #e1e1e1 !important;
    margin-bottom: 15px !important;*/
    border-image: url(../../../CommonImages/border-top.png) 76% 0 0 18% !important;
    border-top: 15px solid #e1e1e1 !important;
    margin-bottom: 1px !important;
}
 .pd-tkt-bottom
{
	border-bottom: 15px solid #e1e1e1 !important;
	border-image: url(../../../CommonImages/border-bottom.png) 0 0 76% 18% !important;
    margin-bottom: 1px !important;
}
 .pd-tkt-tbl
{
	/*border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;*/
	border-left: 10px solid #00A6A8 ;
    border-right: 1px solid #00A6A8;
    width: 100%;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    margin: 5px 0;
}
 .pd-sumrybox
{
	border:1px solid #ddd;
	border-radius:3px;
	margin-bottom:10px;
}
 .pd-sumrybox-hdr
{
	background:#f6f6f6;
	border-bottom:1px solid #ddd;
	text-align:center;
	font-weight:600;
}
 .pd-qtybox
{
	width:55px;
    text-align:center;
	border-radius: 3px;
	border: 1px solid #ddd;
	padding: 5px;
	margin: 1px;
	font-size: 12px;
}
 .pd-promobox
{
	width: 175px;
    border-radius: 3px;
    border: 1px solid #ddd;
    padding: 5px;
    margin: 10px 5px 10px 0px;
    font-size: 12px;
    height: 40px;
    text-align: center;
}
 .pd-tickttd
{
	width: 19%;
	padding: 2% 1%;
	color: #000;
    cursor: default;
}
 .pd-ticknmprc
{
	width: 58%;
	padding: 2% 1%;
	color: #000;
    cursor: default;
}
 .pd-b-r-dot
{
	border-right: 1px dashed #ccc;
}
 .pd-b-r
{
	border-right: 1px solid #ccc;
}
 .pd-b-lr-dot
{
	/*border-left: 1px solid #ccc;*/
	border-right: 1px dashed #ccc;
}
#divContactDetails a
{
    color: #fff;
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
    width: 200px !important;
    white-space: nowrap;
}
.pd-summeryAmt
{
    margin-right: 12%;
    float:right;
}
#map
{
    height:240px;
}
/*#map div
{
    position: relative !important;
}*/
.txterror
{
    color: #f44336;
}
.txtsuccess
{
    color: #4caf50;
}
#status li
{
    list-style:none;
}
#tophd img {
    max-width: 100%;
}
.breadcrumbs-wrap .separator
{
    width:auto;
}
#spnPromo
{
    font-size:12px;
}
.collapsed .fa-chevron-cstmexpant:before{content:"\f054"}
.fa-chevron-cstmexpant:before{content:"\f078"}
.nowrp
{
    white-space: nowrap;
}
#tophd .container
{
    width:100% !important;
    margin-bottom:0;
}
#main-content .containers
{
    padding-top: 25px;
}
.pd-wd100
{
    width: 100% !important;
}
@media(max-width:768px)
{
    #main-content .containers {
    padding-top: 15px !important;
}
}
 @media(max-width:768px){
	.cz-brnrimg{
		height: auto !important;
		top: -55px !important;
	}
	
	.view-list.transparent-header .banner-thumbnail-wrapper, .collection-type-page.transparent-header .banner-thumbnail-wrapper, .collection-type-blog.view-item.transparent-header .banner-thumbnail-wrapper {
		padding: 85px 0 20px !important;
	}
}
.cz-brnrimg{
	width: 100%;
	position: relative;
	top: -438.757px;
}
.view-list.transparent-header .banner-thumbnail-wrapper, .collection-type-page.transparent-header .banner-thumbnail-wrapper, .collection-type-blog.view-item.transparent-header .banner-thumbnail-wrapper {
    padding: 180px 0 20px;
}