
.kode-shortcode-hdg{
	float:left;
	width:100%;
	margin:0px 0 30px 0;
	line-height:16px;
}
.kode-shortcode-hdg h3{
	position:relative;
	display:inline-block;
	text-transform:uppercase;
	font-weight:bold;
	padding:0 0 20px 0;
	line-height:16px;
	color:#333333;
}
.kode-shortcode-hdg h3:before{
	content:"";
	left:0;
	bottom:-1px;
	width:90%;
	height:1px;
	background-color:#e1e1e1;
	position:absolute
}
/*
	  ==============================================================
		  HEADINGS CSS START
	  ==============================================================
*/
/*heading 1*/
.laser-heading-1 {
    float: left;
    text-align: center;
    width: 100%;
    margin-bottom: 45px;
    padding-top: 5px;
}
.laser-heading-1 span{
    display:inline-block;
    font-size: 42px;
    line-height: 31px;
    position: relative;
    margin-bottom:-3px;
}
.laser-heading-1 span .hd-bdr:after{
    content: "";
    left: -58px;
    top: 50%;
    margin-top:1px;
    height: 1px;
    background: #d2d2d2;
    width: 48px;
    position: absolute; 
}
.laser-heading-1 span .hd-bdr:before{
    content: "";
    left: -68px;
    top: 50%;
    margin-top:-3px;
    height: 1px;
    background: #d2d2d2;
    width: 58px;
    position: absolute;  
}
.laser-heading-1 span .hd-bdl:after{
    content: "";
    right: -58px;
    top: 50%;
    margin-top:1px;
    height: 1px;
    background: #d2d2d2;
    width: 48px;
    position: absolute; 
}
.laser-heading-1 span .hd-bdl:before{
    content: "";
    right: -68px;
    top: 50%;
    margin-top:-3px;
    height: 1px;
    background: #d2d2d2;
    width: 58px;
    position: absolute;  
}
.laser-heading-1 h2{
    display:block;
    color: #333333;
    text-transform: capitalize;
    line-height: 31px;
}
/*heading 2*/
.heading-2{
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 40px;
}
.heading-2 h2{
    line-height: 36px;
    display:block;
}
.heading-2 h3{
    line-height: 23px;
    padding-bottom: 18px;
}
/*sidebar hesding*/
.sidebar-heading{
    float: left;
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 40px;
}
.sidebar-heading h3{
    text-transform: capitalize;
    line-height: 22px;
}
/*
	  ==============================================================
		   SHORT CODE CSS START
	  ==============================================================
*/
.laser-social-1{
    display: inline-block;
} 
.laser-social-1 li {
    float: left;
    margin-right: 20px;
}
.laser-social-1 li:last-child{
    margin: 0;
}
.laser-social-1 li a{
    font-size: 18px;
    line-height: 18px;
    color: #fff;
}
/*Social 2*/
.social-2 {
    float: left;
    text-align: center;
    width: 100%;
}
.social-2 li{
    display: inline-block;
    margin-right: 7px;
}
.social-2 li:last-child{
    margin: 0;
}
.social-2 li a{
    width: 42px;
    height: 42px;
    border-radius: 100%;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    color: #666;
    background: #ebebeb;
    display: block;
}
.social-2 li a:hover{
    color: #fff;
}
/*******************************************************************
                   BUTTONS 
*********************************************************************/
.btn-1{
    display: inline-block;
    padding:18px 40px 16px;
    border: 1px solid #fff;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    background: rgba(255, 255, 255, 0.20);
    text-transform:capitalize;
}
.btn-1:hover, .btn-1:focus {
    color: #fff;
}
/*btn2*/
.btn-2{
    color: #333;
    font-size: 16px;
    line-height: 16px;
    padding:13px 25px 13px;
    text-transform: uppercase;
    background-color: #fff;
    border: 1px solid;
    display: inline-block;
}
.btn-2:hover, .btn-2:focus {
    color:#fff;
}
/*Pagination*/
.laser-pagination{
    float: left;
    width: 100%;
}
.laser-pagination .pagination{
    margin-top: 0;
    margin-bottom: 22px;
}
.laser-pagination .pagination > li:last-child > a,
.laser-pagination .pagination > li:first-child > a,.laser-pagination .pagination > li:first-child > span{
    border-radius: 0;
}
.laser-pagination .pagination > li{
    margin-right: 3px;
    display: inline-block;
}
.laser-pagination .pagination > li:last-child{
    margin: 0;
}
.laser-pagination .pagination > li > a{
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    padding: 0;
    color: #666666;
    font-size: 16px;
    border: 1px solid #e6e6e6;
    font-family: 'open Sans Pro', sans-serif;
}
.laser-pagination .pagination > li.active > a,
.laser-pagination .pagination > li > a:hover{
    color: #fff;
}
/*******************************************************************
                  BLOCKQUTEs
*********************************************************************/
.blockquote-1{
    float: left;
    width: 100%;
    text-align: center;
}
.blockquote-1 h4{
    display: block;
    text-transform: capitalize;
    line-height: 26px;
    margin: -4px 0 27px 0;
}
.blockquote-1 h4 span{
    color: #fff;
    font-size: 16px;
    font-family: 'Minion';
    font-style: italic;
    display: inline-block;
    margin-left: 5px;
}
.blockquote-1 p{
    color: #fff;
    margin: -6px 0 0px 0;
    padding: 0 90px 30px;
    position: relative;
    font-size: 18px;
}
.blockquote-1 p:before{
    content: "\f10e ";
    position: absolute;
    left: 33px;
    top: 0;
    font-size: 18px;
    font-family:FontAwesome; 
}
.blockquote-1 p:after{
    content: "\f10d ";
    position: absolute;
    right: 33px;
    top: 0;
    font-size: 18px;
    font-family:FontAwesome; 
}
/*Border Style 1*/
.border-style-1{
    position: relative;
    width: 90px;
    height: 2px;
    background: transparent; 
    display:block;
}
.border-style-1:before{
    content: "";
    left: 0;
    width: 81px;
    top: 0;
    bottom: 0;
    position: absolute;
}
.border-style-1:after{
    content: "";
    right: 0;
    width: 5px;
    top: 0;
    bottom: 0;
    position: absolute;
    background-color: #999999;
}
/*Border Style 2*/
.border-style-2{
    position: relative;
    width: 58px;
    height: 2px;
    background: transparent; 
    display:block;
    margin: auto;
}
.border-style-2:before{
    content: "";
    left: 0;
    width: 51px;
    top: 0;
    bottom: 0;
    position: absolute;
}
.border-style-2:after{
    content: "";
    right: 0;
    width: 5px;
    top: 0;
    bottom: 0;
    position: absolute;
    background-color: #999999;
}
/*border style 3 side bar*/
.sidebar-border{
    position: relative;
}
.sidebar-border:before{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #c5c5c5;
    width: 3px;
    height: 100%;
    content: "";
    z-index: 10;
}
/*counter*/
.laser-counter{
    float: left;
    width: 100%;
    position: relative;
    z-index: 9999;
}
.laser-counter li{
    float: left;
    width: 25%;
    text-align: center;
    border-right: 1px solid #fff;
    padding: 5px 0 7px;
    position: relative;
}
.laser-counter li:last-child{
    border: none;
}
.laser-counter li span{
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    font-family: 'Minion';
    position: relative;
    padding:0 0 7px 0;
    margin-bottom: 12px;
    display: block;
    text-align: center;
}
.laser-counter li span:before{
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    height: 1px;
    width: 70px;
    margin:0 auto; 
}
.laser-counter li h6{
    display: inline-block;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}
/*******************************************************************
                   keyframes
*********************************************************************/

/*to bottom*/
@-webkit-keyframes toBottomFromTop {
    49% {
        -webkit-transform: translateY(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}
@-moz-keyframes toBottomFromTop {
    49% {
        -moz-transform: translateY(100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}
@keyframes toBottomFromTop {
    49% {
        transform: translateY(100%);
    }
    50% {
        opacity: 0;
        transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}

/*to right*/


@-webkit-keyframes toRightFromLeft {
    0%{
        opacity: 0;
    }
    49% {
        -webkit-transform: translate(100%);
        opacity: 0;
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(-100%);
    }
    51% {
        opacity: 1;
    }
}
@-moz-keyframes toRightFromLeft {
    0%{
        opacity: 0;
    }
    49% {
        -moz-transform: translate(100%);
        opacity: 0;
    }
    50% {
        opacity: 0;
        -moz-transform: translate(-100%);
    }
    51% {
        opacity: 1;
    }
}
@keyframes toRightFromLeft {
    0%{
        opacity: 0;
    }
    49% {
        transform: translate(100%);
        opacity: 0;
    }
    50% {
        opacity: 0;
        transform: translate(-100%);
    }
    51% {
        opacity: 1;
    }
}


/* bounceY*/

@keyframes bounceY {
    0% { transform: translateY(-205px);}
    40% { transform: translateY(-100px);}
    65% { transform: translateY(-52px);}
    82% { transform: translateY(-25px);}
    92% { transform: translateY(-12px);}
    55%, 75%, 87%, 97%, 100% { transform: translateY(0px);}
}


@-moz-keyframes bounceY {
    0% { -moz-transform: translateY(-205px);}
    40% { -moz-transform: translateY(-100px);}
    65% { -moz-transform: translateY(-52px);}
    82% { -moz-transform: translateY(-25px);}
    92% { -moz-transform: translateY(-12px);}
    55%, 75%, 87%, 97%, 100% { -moz-transform: translateY(0px);}
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}
@keyframes opacity {
    0% {
        opacity:1;
    }
    50% {
         opacity:0.5;
    }
    100% {
         opacity:1;
    }
}

@-webkit-keyframes  bounceY {
    0% { -webkit-transform: translateY(-205px);}
    40% { -webkit-transform: translateY(-100px);}
    65% { -webkit-transform: translateY(-52px);}
    82% { -webkit-transform: translateY(-25px);}
    92% { -webkit-transform: translateY(-12px);}
    55%, 75%, 87%, 97%, 100% { -webkit-transform: translateY(0px);}
}
