@import url("navigation.css");
@import url("./plugin/owl.carousel.css");
@import url("font.css");

  
*/
/*-------------------------------------------------------------------------------------------*/
/* BASIC STYLE    ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/


::-moz-selection {
    background-color: rgb(100,146,205);
    color: #FFF;
}
::selection {
    background-color: rgb(100,146,205);
    color: #FFF;
}

body,
html {
    height: 100%;
    margin: 0;
    padding: 0;
    
    
}
body {
    line-height: 24px;
    color: #555;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400; 
    letter-spacing: 1px;

}
img {
    height: auto;
    max-width: 100%;
    border: none;
    outline: none;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}
a,
a:focus,
a:active,
a:link,
img {
    outline: none;
}
a {
    cursor: pointer;
    text-decoration: none;
    color: #555;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}
a:hover {
    color: rgb(100,146,205);
    text-decoration: none;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}
.video {
    display: block;
}
.audio {
    width: 100%;
}
br {
    font-size: 0;
    line-height: 0;
}
hr {
    margin-bottom: 0px;
    margin-top: 0px;
    border-top: 1px solid #f1f1f1;
    border-bottom: none;
    border-left: none;
    border-right: none;
}
hr.dark {
    border-top: 1px solid #3e3e3e;
}
b,
strong {
    font-weight: 600;
}
small,
small a {
    font-size: 11px;
    color: #888;
}
ul.list-inside {
    list-style: inside;
}
ul.list-none {
    list-style: none;
    padding-left: 0px;
    margin-left: 0;
}
ul.list-none-ib {
    list-style: none;
    padding-left: 0px;
    margin-left: 0;
}
ul.list-none-ib li,
.list-none-ib {
    list-style: none;
    display: inline-block;
}
ul.text-cap li,
.text-cap {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
}
p {
    line-height: 20px;
    font-size: 15px;
    font-weight: 300;
    margin: 0px 0 10px 0;
    color: #888;
    letter-spacing: 1px;
}


p.lead,
.lead {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}

.leadSub
{

    font-size: 16px!important;
  
}


p.dark,
.dark,
a.dark,
h1.dark,
h2.dark,
h3.dark,
h4.dark,
h5.dark,
h6.dark {
    color: #555 !important;
}
p.white,
.white,
a.white,
h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h6.white {
    color: #fff !important;
}
p.color,
.color,
a.color,
h1.color,
h2.color,
h3.color,
h4.color,
h5.color,
h6.color,
li.link:hover,
li.link a:hover,
.color {
    color: rgb(100,146,205) !important;
}
.gray {
    color: #888;
}
.light-color h1,
.light-color h2,
.light-color h3,
.light-color h4,
.light-color h5,
.light-color h6,
.light-color p,
.light-color,
.light-color .container-icon {
    color: #fff;
}
.dark-color h1,
.dark-color h2,
.dark-color h3,
.dark-color h4,
.dark-color h5,
.dark-color h6,
.dark-color p,
.dark-color,
.dark-color .container-icon {
    color: #555;
}
.dark-bg {
    background: #555;
    color: #fff;
}
.blue-bg {
    background-color: rgb(100,146,205);
    color: #fff;
}

.blueBold{
    color: rgb(100,146,205) !important;
    font-weight:bold;
   
}

.light2-bg {
    background: #e5e5e5;
    color: #fff;
}
.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg h5,
.dark-bg h6,
.dark-bg p,
.dark-bg .link,
.dark-bg .container-icon,
.dark-bg .page-icon-top {
    color: #fff;
}
.dark-bg .link:hover,
.link:hover {
    color: rgb(100,146,205);
}
.gray-bg {
    background: #f7f7f7;
    color: #555;
}
.gray-bg h1,
.gray-bg h2,
.gray-bg h3,
.gray-bg h4,
.gray-bg h5,
.gray-bg h6,
.gray-bg .container-icon {
    color: #555;
}
/*Headings Style   ||-----------*/

.separator {
    height: 1px;
    width: 32px;
    background: #888;
    margin-top: 5px;
    margin-bottom: 3px;
    border: 0 none;
}
.separator.right {
    float: right;
}
.separator.center {
    margin-left: auto;
    margin-right: auto;
}
.separator.color {
    background: rgb(100,146,205);
}
.separator.white {
    background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #555;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 10px;
}
h1 {
    font-size: 43px;
    letter-spacing: 2px;
    line-height: 40px;
}
h1.h1,
h2.h2 {
    letter-spacing: 15px;
}
@media (max-width: 767px) {

.mfp-container
{
	width:100% !important;
	
}

    h1.h1,
    h2.h2 {
        letter-spacing: 0px;
    }
    .full-cap-wraper p {
        font-size: 18px !important;
        padding-top: 30px;
    }
}
@media (max-width: 667px) {

.mfp-container
{
	width:100% !important;
	
}
    h1.h1,
    h2.h2 {
        letter-spacing: 0px;
    }
    .full-cap-wraper p {
        font-size: 14px !important;
    }
    p.lead
    {
    	padding:15px;
    }
}
h2 {
    font-size: 27px;
    letter-spacing: 2px;
    line-height: 37px;
    margin-bottom: 20px;
    padding-top: 10px;
}
h3 {
    font-size: 30px;
    letter-spacing: 4px;
    line-height: 32px;
    color: rgb(100,146,205) !important;
    
}
h3:after {
    color: rgb(100,146,205);
    //content: ".";
    font-size: 34px;
}
h4 {
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 28px;
}
h4.h4 {
    letter-spacing: 4px;
}
h5 {
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 23px;
    font-weight: 600;
}
h6 {
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 17px;
    font-weight: 600;
}
h1.large {
    font-size: 50px;
}
/*Button Style   ||-----------*/

.btn:focus {
    outline: none;
}
.btn,
button {
    font-size: 12px;
    line-height: normal;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
      border-radius:3px;
}
.btn:hover,
button:hover
{
 font-size: 12px !important;
}
.btn i,
button i,
i.left {
    margin-right: 6px;
}
i.right {
    margin-left: 6px;
    margin-right: 0px !important;
}
button {
    vertical-align: top;
}
.btn-full {
    width: 100% !important;
    display: inline-block;
    text-align: center;
}
.btn-lg {
    padding: 15px 25px;
    display: inline-block;
}
.btn-md {
    padding: 11px 20px;
    display: inline-block;
}
.btn-xs {
    padding: 11px 15px 10px;
    display: inline-block;
}
.btn-line-xs {
    padding: 7px 15px 7px;
    display: inline-block;
}
.btn-icon {
    padding: 0px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    display: inline-table !important;
}
.btn-black {
    color: #fff;
    background: #555;
    border: none;
}
.btn-black:hover {
    color: #fff;
    /*background: rgb(100,146,205);*/
    
    background: rgba(50, 50, 50, 0.85);
}
.btn-color-a,
.btn-color-b {
    color: #fff;
    background: rgb(100,146,205);
    border: none;
}
.btn-color-a:hover {
    color: #fff;
    background: rgba(230, 174, 73, 0.85);
}
.btn-color-b:hover {
    color: #fff;
    /*color: rgb(100,146,205);
        background: #fff;*/
    
    background: rgba(230, 174, 73, 0.85);
}




.btn-white {
    color: #555;
    background: rgba(255, 255, 255, 1);
    border: none;
}
.btn-white:hover {
    /*color: #fff;
        background: rgb(100,146,205);*/
    
    background: rgba(255, 255, 255, 0.85);
    color: #555;
}
.btn-black-line,
.btn-white-line,
.btn-color-line,
.btn-blue-line,
.btn-orange-line {
    border: 2px solid;
    background: none;
}
.btn-black-line {
    color: ;
    border-color: #999;
    padding: 9px 20px;
}
.btn-black-line:hover {
    color: #fff;
    background: #999;
}
.btn-color-line {
    color: rgb(100,146,205);
    border-color: rgb(100,146,205);
    padding: 9px 20px;
}
.btn-color-line:hover {
    color: #fff;
    background: rgb(100,146,205);
}
.btn-orange-line {
    color: #ef7d00;
    border-color: #ef7d00;
    padding: 9px 20px;
}
.btn-orange-line:hover {
    color: #fff;
    background: #ef7d00;
}


.btn-white-line {
    color: #fff;
    border-color: #fff;
    padding: 9px 20px;
      border-radius:3px;
}
.btn-white-line:hover {
    color: #999;
    background: #fff;
}


.btn-white-line-on-blue:hover {
    color: rgb(100,146,205);
    background: #fff;
}


.btn-blue-line {
    color: #fff;
    border-color: #fff;
    padding: 9px 20px;
}
.btn-blue-line:hover {
    color:rgb(100,146,205) !important;
    background: #fff;
}



.btn-link-a,
.btn-link-b {
    color: #555;
    background: none;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 3px;
    border-bottom: 1px dotted transparent;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.btn-link-a:hover {
    color: rgb(100,146,205);
    border-bottom: 1px solid rgb(100,146,205);
}
.btn-link-b:hover {
    color: #fff;
    border-bottom: 2px solid #fff;
}
.btn-space-5 {
    width: 5px;
    min-height: 1px;
    display: inline-block;
}
.btn-space-10 {
    width: 10px;
    min-height: 1px;
    display: inline-block;
}
/*Form Style   ||-----------*/

button {
    outline: none;
    border: none;
}

button,
input,
textarea,
select {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
}
/* Spacer Style   ||-----------*/

.spacer-15 {
    width: 100%;
    height: 15px;
}
.spacer-30 {
    width: 100%;
    height: 30px;
}
.spacer-45 {
    width: 100%;
    height: 45px;
}
.spacer-60 {
    width: 100%;
    height: 60px;
}
.spacer-75 {
    width: 100%;
    height: 75px;
}
.spacer-90 {
    width: 100%;
    height: 90px;
}
.no-padding {
    padding: 0 !important;
}
.padding-30 {
    padding: 30px !important;
}
.padding-40 {
    padding: 40px !important;
}
.plr-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.pl-0 {
    padding-left: 0;
}
.pr-0 {
    padding-right: 0;
}
.ptb-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.pt-0 {
    padding-top: 0px !important;
}
.pb-0 {
    padding-bottom: 0px !important;
}
.ptb {
    padding-top: 110px;
    padding-bottom: 110px;
}
.pt {
    padding-top: 110px;
}
.pb {
    padding-bottom: 110px;
}

.p-0 {
    padding:0px !important;
}
.ptb-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.pt-15 {
    padding-top: 15px;
}
.pb-15 {
    padding-bottom: 15px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pt-30 {
    padding-top: 30px;
}
.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.pt-60 {
    padding-top: 60px;
}
.pb-60 {
    padding-bottom: 60px;
}
.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.pt-80 {
    padding-top: 80px;
}
.pb-80 {
    padding-bottom: 80px;
}
.mtb-0 {
    margin-top: 0px;
    margin-bottom: 0px;
}
.mlr-0 {
    margin-left: 0px;
    margin-right: 0px;
}
.mt-0 {
    margin-top: 0px !important;
}
.mb-0 {
    margin-bottom: 0px !important;
}
.ml-0 {
    margin-left: 0px !important;
}
.mr-0 {
    margin-right: 0px !important;
}
.mtb-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.mt-80 {
    margin-top: 80px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mtb-60 {
    margin-top: 60px;
    margin-bottom: 60px;
}
.mt-60 {
    margin-top: 60px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mtb-45 {
    margin-top: 45px;
    margin-bottom: 45px;
}
.mt-45 {
    margin-top: 45px;
}
.mb-45 {
    margin-bottom: 45px;
}
.mtb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.mt-30 {
    margin-top: 30px;
}
.mb-30 {
    margin-bottom: 30px;
}
.ml-30 {
    margin-left: 30px;
}
.mr-30 {
    margin-right: 30px;
}
.mtb-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}
.mt-25 {
    margin-top: 25px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mtb-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.mt-15 {
    margin-top: 15px;
}
.mb-15 {
    margin-bottom: 15px;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
@media (max-width: 991px) {
    .mtb-sm-60 {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .mt-sm-60 {
        margin-top: 60px;
    }
    .mb-sm-60 {
        margin-bottom: 60px;
    }
    .mtb-sm-45 {
        margin-top: 45px;
        margin-bottom: 45px;
    }
    .mt-sm-45 {
        margin-top: 45px;
    }
    .mb-sm-45 {
        margin-bottom: 45px;
    }
    .mtb-sm-30 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .mt-sm-30 {
        margin-top: 30px;
    }
    .mb-sm-30 {
        margin-bottom: 30px;
    }
    .mtb-sm-15 {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .mt-sm-15 {
        margin-top: 15px;
    }
    .mb-sm-15 {
        margin-bottom: 15px;
    }
    .ptb-sm-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .pt-sm-0 {
        padding-top: 0px;
    }
    .pb-sm-0 {
        padding-bottom: 0px;
    }
    .ptb-sm-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .pt-sm-30 {
        padding-top: 30px;
    }
    .pb-sm-30 {
        padding-bottom: 30px;
    }
    .ptb-sm-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .pb-sm-60 {
        padding-bottom: 60px;
    }
    .pt-sm-60 {
        padding-top: 60px;
    }
    .ptb-sm-80 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .pb-sm-80 {
        padding-bottom: 80px;
    }
    .pt-sm-80 {
        padding-top: 80px;
    }
    .float-none-sm {
        float: none !important;
    }
    .float-left-sm {
        float: left !important;
    }
    .float-right-sm {
        float: right !important;
    }
}
@media (max-width: 767px) {
    .mtb-xs-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .mt-xs-0 {
        margin-top: 0px;
    }
    .mb-xs-0 {
        margin-bottom: 0px;
    }
    .mtb-xs-15 {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .mt-xs-15 {
        margin-top: 15px;
    }
    .mb-xs-15 {
        margin-bottom: 15px;
    }
    .mtb-xs-30 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .mt-xs-30 {
        margin-top: 30px;
    }
    .mb-xs-30 {
        margin-bottom: 30px;
    }
    .mtb-xs-60 {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .mt-xs-60 {
        margin-top: 60px;
    }
    .mb-xs-60 {
        margin-bottom: 60px;
    }
    .ptb-xs-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .pt-xs-30 {
        padding-top: 30px;
    }
    .pb-xs-30 {
        padding-bottom: 30px;
    }
    .ptb-xs-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .pb-xs-60 {
        padding-bottom: 60px;
    }
    .pt-xs-60 {
        padding-top: 60px;
    }
    .float-none-xs {
        float: none !important;
    }
    .float-left-xs {
        float: left !important;
    }
    .float-right-xs {
        float: right !important;
    }
}
/*-------------------------------------------------------------------------------------------*/
/* HEADER         ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
/* Header Style */

.wrapper {
    position: relative;
    width: 100%;
}
.push-body-totop .header.sticky {
    position: fixed;
    top: 64px;
}
.header .container {
    position: relative;
}
.header {
    background-color: #fff;
    /*border-bottom: 1px solid #eee;*/
    
    color: #555;
    /*padding:25px 0px;*/
    
    padding: 0px;
    position: relative;
    /*top: 0;*/
    
    transition: all 0.25s ease 0s;
    -webkit-transition-: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    width: 100%;
    z-index: 2000;
}
.header.sticky {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    color: #555;
    position: fixed;
    z-index: 2030;
    transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}
.full-intro .header {
    background-color: rgba(255, 255, 255, 0);
    border-bottom: none;
    position: absolute;
}
.full-intro .header.sticky {
    background-color: rgba(100,146,205,0.95); //rgba(255, 255, 255, 1 );
    //box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    //-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    //-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    //-o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
   
    color: #555;
    position: fixed;
    /*border-bottom: 1px solid #eee;*/
}
.background--dark .header,
.background--dark .header a,
.background--dark .header .side-menu-btn ul li a.right-icon,
.background--dark .header .mobile-menu-icon {
    color: #fff;
}
.background--light .header,
.background--light .header a,
.full-intro .header.sticky a,
.header a,
.header.sticky a,
.mobile-menu-icon,
.header.sticky .mobile-menu-icon,
.header .side-menu-btn ul li a.right-icon,
.header.sticky .side-menu-btn ul li a.right-icon,
.header .mobile-menu-icon,
.header.sticky .mobile-menu-icon {
    color: #fff;
}
/*#menu-button.menu-opened .bar-icon,*/

.header .side-menu-btn ul li a.right-icon:hover,
.header.sticky .side-menu-btn ul li a.right-icon:hover,
.header .mobile-menu-icon:hover,
.background--dark .header .navigation a:hover {
    color: rgb(100,146,205);
}
.header li {
    list-style: outside none none;
}
.header ul,
.header li {
    margin: 0;
    padding: 0;
}
/* logo Style */

.header .logo a img.l-white,
.header .logo a img.l-color,
.header.sticky .logo a img.l-white,
.header.sticky .logo a img.l-black,
.full-intro .header.sticky .logo a img.l-white,
.background--dark .header .logo a img.l-color,
.background--dark .header .logo a img.l-black,
.background--light .header .logo a img.l-light,
.background--light .header .logo a img.l-color {
    opacity: 0;
}
.header .logo a img.l-black,
.header.sticky .logo a img.l-black,
.background--light .header .logo a img.l-black,
.background--dark .header .logo a img.l-white {
    opacity: 1;
}
.header .logo {
    float: left;
    display: inline-block;
}
.header .logo a {
    position: relative;
    display: block;
    width: 250px;
    margin-top: 10px;
}
.header.sticky .logo a {
    width: 130px;
    margin-top: 8px;
}
.logo a img {
    position: absolute;
    width: 100%;
    opacity: 0;
    display: block;
}
/* Navigation Menu Style*/

.mobile-menu-icon-wraper {
    display: none;
    position: relative;
    float: left;
    margin-left: 20px;
}
.mobile-menu-icon,
.header.sticky .mobile-menu-icon {
    height: 25px;
    display: block;
    font-size: 17px;
    line-height: 24px;
}
.side-menu-btn-fix {
    position: fixed;
    top: 25px;
    right: 25px;
    z-index: 2001;
    font-size: 17px;
}
.side-menu-btn-fix a {
    width: 35px;
    height: 35px;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    display: block;
    border-radius: 3px;
    color: #fff;
    line-height: 34px;
}
.side-menu-btn-fix a:hover {
    background: rgb(100,146,205);
}
header.sticky .navigation a.current-ele {
    color: rgb(100,146,205) !important;
}
/* Right Side Menu Button Style*/

.header .side-menu-btn {
    float: right;
    position: relative;
}
.header .side-menu-btn > ul > li,
.header .mobile-menu-icon-wraper {
    float: left;
    padding: 35px 0 34px;
    margin-left: 20px;
    transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}
.header.sticky .side-menu-btn > ul > li,
.header.sticky .mobile-menu-icon-wraper {
    padding: 19px 0 20px;
}
.header .side-menu-btn ul li a.right-icon {
    display: block;
    position: relative;
}
.header .side-menu-btn ul li a.right-icon {
    height: 25px;
    background-repeat: no-repeat;
    font-size: 17px;
}
.cart .cart-notification {
    position: absolute;
    width: 16px;
    height: 16px;
    font-size: 11px;
    color: #fff;
    right: -5px;
    bottom: -3px;
    display: block;
    background: rgb(100,146,205);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-weight: 700;
    text-align: center;
    line-height: 14px;
    font-family: 'Raleway', sans-serif;
}
.cart-dropdown {
    background: rgba(32, 32, 32, 0.95);
    color: #fff;
    position: absolute;
    top: 130%;
    right: 0;
    width: 250px;
    padding: 15px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.cart-dropdown .cart-list {
    margin: 0px;
    padding: 0px;
    display: table;
}
.cart-dropdown .cart-list li {
    list-style: none;
    padding: 15px 0px 15px 0px;
    display: block;
    margin: 0px;
    border-bottom: 1px solid #3e3e3e;
    position: relative;
    display: block;
    float: left;
    width: 100%;
}
.cart-dropdown .cart-list li > .close-cart-list {
    position: absolute;
    right: 0px;
    top: 15px;
    width: 15px;
    height: 15px;
    display: block;
    background-image: none !important;
    color: #fff;
}
.cart-dropdown .cart-list li > .close-cart-list:hover {
    color: rgb(100,146,205);
    background-image: none !important;
}
.cart-dropdown .cart-list .media {
    margin-top: 0px;
}
.cart-dropdown .cart-list .media .pull-left {
    width: 70px;
}
.cart-dropdown .cart-list .media .pull-left img {
    width: 100%;
}
.cart-dropdown .cart-list .media .media-body {
    width: 125px;
}
.cart-dropdown .cart-list .media h6,
.cart-dropdown .cart-list .media h5,
.cart-dropdown .cart-list .media p {
    margin-top: 0px;
    margin-bottom: 5px;
}
.cart-dropdown,
.cart-dropdown .cart-list .media a {
    color: #fff;
}
.cart-dropdown .cart-list .media a:hover {
    color: rgb(100,146,205);
}
.cart-dropdown {
    color: #fff;
    padding-top: 10px;
}
.cart-dropdown .cart-sub-totle {
    color: #fff;
    padding-top: 15px;
}
.cart-dropdown .cart-checkout-btn a {
    margin-top: 15px;
}
.cart-dropdown .cart-checkout-btn a.checkout {
    color: #fff;
}
.cart-dropdown .cart-checkout-btn a.checkout:hover {
    /*color: rgb(100,146,205);*/
    
    color: #fff;
}
.header .side-menu-btn ul li:hover .cart-dropdown {
    visibility: visible;
    opacity: 1;
    top: 100%;
}
@media (max-width: 767px) {
h3
{
	font-size:25px !important;
	}
    .header .side-menu-btn > ul > li,
    .header .mobile-menu-icon-wraper {
        margin-left: 16px;
    }
    .background--dark .header .side-menu-btn ul li a.right-icon,
    .background--dark .header .mobile-menu-icon {
        color: #555;
    }
    .header .logo a img.l-black,
    /*.header.sticky .logo a img.l-color,*/
    
    .background--dark .header .logo a img.l-black {
        opacity: 1;
    }
    .header .logo a img.l-white {
        display: none;
        opacity: 0;
    }
    .header {
        background: #fff;
        color: #555;
    }
    .full-intro .header {
        background-color: rgba(255, 255, 255, 0.95);
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    }
}
@media (max-width: 991px) {
    /* HEADER STYLE ------------ */
    
    .header .side-menu-btn ul li,
    .header .mobile-menu-icon-wraper {
        padding: 19px 0 20px;
    }
    .header .logo a,
    .header.sticky .logo a {
        margin-top: 8px;
        width: 130px;
    }
    /* END HEADER STYLE ------------------ */
}
@media (min-width: 768px) {} @media (min-width: 992px) {} @media (min-width: 1200px) {}
/*==============================================================================================*/
/* FOOTER         ||---------------------------- */
/*==============================================================================================*/

.footer {
    background-color: #f7f7f7;
    color: #555;
    position: relative;
    width: 100%;
    display: block;
}
.footer hr {
    border-color: #eee;
}
.footer .footer-info p {
    color: #555;
}
.footer-logo {
    max-width: 125px;
    display: inline-block;
    width: 100%;
}
.footer .social,
.contact .social {
    font-size: 20px;
}
.footer ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.footer ul.social li,
.contact ul.social li {
    display: inline-block;
    margin: 0 10px 0 0;
}
.footer .link a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.footer .link-small a {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.footer .copyright {
    text-align: center;
}
.newsletter {
    position: relative;
}
.newsletter .newsletter-input,
.newsletter .newsletter-input:focus {
    width: 100%;
    border-top: 0px none;
    border-left: 0px none;
    border-right: 0px none;
    padding-right: 40px !important;
    background: rgba(255, 255, 255, 0);
}
.newsletter .newsletter-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 18px;
    background: rgba(255, 255, 255, 0);
}
@media (max-width: 767px) {
    .footer {
        text-align: center;
    }
}
/*================================================================================================*/
/* ELEMENTS          ||---------------------------- */
/*================================================================================================*/
/*-------------------------------------------------------------------------------------------*/
/*  Team Box         ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/

.team-item {} .team-item-img {
    position: relative;
}
.team-item-img {
    -webkit-filter: grayscale(90%);
    -moz-filter: grayscale(90%);
    -ms-filter: grayscale(90%);
    -o-filter: grayscale(90%);
    filter: grayscale(90%);
 
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transform: translateZ(0);
     overflow:hidden !important;
     transform: scale(1); /* Equal to scaleX(0.7) scaleY(0.7) */
}
.team-item-img .team-item-detail {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.80);
    text-align: center;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
     
}
.team-item:hover .team-item-img {
    -webkit-filter: grayscale(10%);
    -moz-filter: grayscale(10%);
    -ms-filter: grayscale(10%);
    -o-filter: grayscale(10%);
    filter: grayscale(10%);
    -webkit-transform: translateZ(0);
    //transform: scale(1.1); /* Equal to scaleX(0.7) scaleY(0.7) */
    
}
.team-item:hover {
    cursor: pointer;
    cursor: hand;
}
.team-item-img .team-item-detail .team-item-detail-inner,
.cent-mid-content {
    margin: auto;
    padding: 25px;
}
.team-item-img .team-item-detail .team-item-detail-inner .social {
    margin: 5px 0px 0px 0px;
    padding: 0px;
}
.team-item-img .team-item-detail .team-item-detail-inner .social li {
    list-style: none;
    display: inline-block;
    margin: 0px 5px;
}
.team-item-img .team-item-detail .team-item-detail-inner .social li a {
    color: #fff;
}
.team-item-img .team-item-detail .team-item-detail-inner .social li a:hover {
    color: rgb(100,146,205);
}
.team-item-info {
    padding-top: 5px;
    text-align: center;
}

.team-item-info  p {
   
    word-break: break-all;
}
.team-item-info h5 {
    margin-bottom: 0px;
    overflow: hidden;
    font-size: 13px;
   
}
/*-------------------------------------------------------------------------------------------*/
/*  Skills Bar      ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/

.skillbar {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 30px;
}
.skillbar-bar:before {
    background: #eee;
    content: "";
    height: 3px;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.skillbar-bar {
    height: 3px;
    width: 0px;
    background: #555;
    -webkit-transition-property: width, background-color;
    -moz-transition-property: width, background-color;
    -ms-transition-property: width, background-color;
    -o-transition-property: width, background-color;
    transition-property: width, background-color;
}
.skillbar-title {
    display: inline-block;
}
.skillbar-title,
.skill-bar-percent {
    color: #555;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}
.skill-bar-percent {
    float: right;
    display: inline-block;
}
/*-------------------------------------------------------------------------------------------*/
/*  Accordion Tab    ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/

.accordion-section {
    border-top: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
}
.accordion-section:last-child {
    border-bottom: 1px solid #f1f1f1;
}
.accordion-title {
    cursor: pointer;
    display: block;
    position: relative;
    padding: 20px 20px;
    margin: 0px;
}
.accordion-title.active {
    /*background: #fafafa;*/
    
    color: rgb(100,146,205);
}
.accordion-title:before {
    content: "\f105";
    display: block;
    font-family: "FontAwesome", sans-serif;
    position: absolute;
    right: 18px;
    font-weight: 400;
}
.accordion-title.active:before {
    content: "\f107";
}
.accordion-content.defualt-hidden {
    display: none;
    margin: 0;
}
.accordion-content {
    padding: 0 20px 10px;
}
/*-------------------------------------------------------------------------------------------*/
/*  Counter          ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/

.counter {
    font-size: 50px;
    margin-bottom: 20px;
    display: inline-table;
}
/*-------------------------------------------------------------------------------------------*/
/*  Service Box      ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/

.features-box-left,
.features-box-right {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 5px;
}
.features-box-left {
    padding-left: 75px;
    text-align: left;
}
.features-box-right {
    padding-right: 75px;
    text-align: right;
}
.features-icon-left,
.features-icon-right {
    font-size: 50px;
    line-height: 50px;
    display: inline-block;
    position: absolute;
}
.features-icon-left {
    padding-right: 20px;
    left: 0;
}
.features-icon-right {
    padding-left: 20px;
    right: 0;
}
.contact-box-left,
.contact-box-top {
    display: block;
    position: relative;
}
.contact-box-left {
    padding-left: 45px;
    text-align: left;
}
.contact-icon-left,
.contact-icon-top {
    font-size: 30px;
    position: absolute;
}
.contact-icon-top {
    text-align: center;
}
.contact-icon-left {
    left: 0;
}
@media (max-width: 991px) {
    .features-box-left {
        display: block;
        padding-left: 0px;
        text-align: center;
    }
    .features-box-right {
        display: block;
        padding-right: 0px;
        text-align: center;
    }
    .features-icon-left,
    .features-icon-right {
        position: relative;
    }
    .features-icon-left {
        padding-right: 0px;
        left: auto;
    }
    .features-icon-right {
        padding-left: 0px;
        right: auto;
    }
}
/*-------------------------------------------------------------------------------------------*/
/*  Pricing       ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/

.Pricing-box {
    border: 1px solid #f1f1f1;
    text-align: center;
}
.Pricing-box.highlight {
    background: #f9f9f9;
    border: 1px solid #ddd;
}
.Pricing-box.highlight hr {
    border-color: #ddd;
}
.price-title h4,
.price-title h5 {
    margin-top: 0px;
    margin-bottom: 0px;
}
.Pricing-box .price {
    font-size: 50px;
    font-weight: 700;
    position: relative;
}
.Pricing-box .price .price-sm {
    font-size: 14px;
    position: absolute;
}
.Pricing-box .price .price-lg {
    padding-left: 10px;
}
.Pricing-box .price-tenure {
    font-size: 12px;
    color: #888;
    font-weight: 400;
    padding-top: 8px;
}
.Pricing-box .pricing-features {
    font-size: 13px;
    text-transform: uppercase;
}
.Pricing-box .pricing-features ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.Pricing-box .pricing-features ul li {
    padding: 6px;
}
/*-------------------------------------------------------------------------------------------*/
/*  Testimonials     ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/

.container-icon {
    font-size: 25px;
    margin-bottom: 15px;
    color: inherit;
}
.testimonial {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
.quote-author {
    margin-top: 15px;
}
.quote-author span {
    font-weight: 400;
}
/*-------------------------------------------------------------------------------------------*/
/* Client Logo       ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/

.client-logo {
  
 
    background-image: url('/assets/images/loadingSpinner.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 32px 32px;

    padding:0 !important;
    margin:0 !important;
    //height:auto;
    //width:50%;
    //display: block;


}



.owl-carousel .owl-item img {
   
}

.owl-carousel .item {
    margin:0px;
}
.client-logo img {
	max-width:100%;
}

.owl-stage{
   margin: 0 auto;
}
/*-------------------------------------------------------------------------------------------*/
/* Icon          ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/

.page-icon-top {
    font-size: 50px;
    line-height: 50px;
    padding-bottom: 20px;
    width: 100%;
    color: #555;
}
.white .page-icon-top,
.white .page-icon-left,
.white .features-icon-left,
.white .features-icon-right {
    color: #fff;
}
/*-------------------------------------------------------------------------------------------*/
/* Table          ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/

.table.table-border {
    border: 1px solid #eee;
}
.table tr td,
.table tr th {
    padding: 10px 25px;
    vertical-align: middle !important;
}
.table.table-fit tr td,
.table.table-fit tr th {
    padding: 10px 0px;
}
.table.table-border tr td,
.table.table-border tr th {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}
.table.checkout tr td {
    vertical-align: top !important;
    padding: 15px;
}
.table.checkout tr td:first-child,
.table.checkout tr th:first-child {
    max-width: 60px;
}
.table.checkout tr td:last-child,
.table.checkout tr th:last-child {
    text-align: center;
}
.table.checkout small {
    display: block;
}
/*================================================================================================*/
/* GLOBAL STYLES       ||---------------------------- */
/*================================================================================================*/
/*-------------------------------------------------------------------------------------------*/
/* Push Menu Style (Top Seachbar Menu, Right Sidebar Menu) --------------- */
/*-------------------------------------------------------------------------------------------*/
/* Sidebar Menu */

.side-menu {
    background: #555;
    z-index: 2005;
    color: #fff;
    padding: 30px;
    color: #fff;
    overflow-y: auto;
    position: relative;
}
.side-menu .menu-close {
    left: auto;
    position: absolute;
    right: 30px;
    top: 30px;
    display: inline-block;
    /*background: url("../img/close-white.png") no-repeat center center;*/
    
    color: #fff;
    font-size: 18px;
    line-height: 0;
    overflow: hidden;
}
.side-menu .menu-close:hover {
    /*background: url("../img/close-color.png");*/
    
    color: rgb(100,146,205);
}
.side-menu a {
    color: #fff;
    font-weight: 500;
    font-size: 12px;
}
.side-menu a:hover {
    color: rgb(100,146,205);
}
.side-menu ul {
    padding: 0;
}
.side-menu ul li {
    list-style: none;
    margin-bottom: 5px;
}
.side-menu > ul > li > a {
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
}
.side-menu input[type="text"],
.side-menu input[type="email"],
.side-menu input[type="tel"],
.side-menu input[type="number"],
.side-menu input[type="password"],
.side-menu input[type="radio"],
.side-menu input[type="checkbox"],
.side-menu textarea,
.side-menu select {
    /*border: 1px solid #1d1d1d;
        background: #1d1d1d;
        color: #fff;*/
    
    border: none;
}
.side-menu input[type="text"]:focus,
.side-menu input[type="email"]:focus,
.side-menu input[type="tel"]:focus,
.side-menu input[type="number"]:focus,
.side-menu input[type="radio"]:focus,
.side-menu input[type="checkbox"]:focus,
.side-menu input[type="password"]:focus,
.side-menu textarea:focus,
.side-menu select:focus {
    /*border-color: rgb(100,146,205);
            color: #fff;*/
}
.side-menu .sign-in {
    padding-bottom: 30px;
    border-bottom: 1px solid #3e3e3e;
    margin-bottom: 30px;
}
.side-menu .sign-in a {
    color: #fff;
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    display: inline-block;
    margin-top: 10px;
}
.side-menu .sign-in a:hover {
    color: rgb(100,146,205);
    text-decoration: underline;
}
.side-menu .logo {
    max-width: 130px;
    width: 100%;
}
.side-menu .social {
    list-style: none;
}
.side-menu .social li {
    display: inline-block;
    margin: 0 10px 0 0;
}
.side-menu .social li a {
    font-size: 16px;
}
/* Top Searchbar Menu */

.top-search-bar {
    background: #444444;
    z-index: 2002;
    color: #fff;
    padding-top: 10px;
}
.top-search-bar .search-wraper {
    position: relative;
}
.top-search-bar input {
    background-color: rgba(255, 255, 255, 0);
    border: none;
    font-size: 16px;
    color: #fff;
    padding: 10px 40px;
    margin: 0;
    letter-spacing: 1px;
}
.top-search-bar input:focus {
    color: #fff;
}
.top-search-bar .bar-close,
.top-search-bar .search-bar-icon {
    position: absolute;
    top: 10px;
    color: #fff;
    /*background-image: url("../img/sidemenu-icon-light.png");*/
    
    background-repeat: no-repeat;
    display: block;
    font-size: 20px;
}
.top-search-bar .bar-close {
    right: 0px;
    left: auto;
    background-position: right center;
}
.top-search-bar .search-bar-icon {
    left: 0px;
    background-position: left center;
}
/* --------------------------------------------------------------------------------------- */
/* Contents (Body, Container, Section, etc) -------------- */
/* --------------------------------------------------------------------------------------- */

.wrapper {
    position: relative;
    width: 100%;
}
.inner-intro {
    background-color: rgb(188,188,188);
    height: auto;
    display: block;
    position: relative;
}
.inner-intro.inner-intro-small {
    height: 380px;
}
.inner-intro .container {
    position: relative;
    height: 50px;
    display: table;
    
}
.inner-intro .container .title {
    // padding-bottom: 65px;
    padding-top: 170px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.full-intro .inner-intro .container .title h2 {
    margin-top: 52px;
    padding: 10px;
    padding-left: 17px;
    padding-right: 15px;
    border: 0px solid rgb(182,182,182);
    background-color:rgb(182,182,182);
    display: inline-block;
    color: #fff;
}
.inner-intro .container .title .separator {
    margin-right: auto;
    margin-left: auto;
}
.page-breadcrumb {
    background:  rgb(100,146,205);
    padding: 4px 8px;
    display: inline-block;
    color: #555;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}
.page-breadcrumb a,
.page-breadcrumb span {
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
}
.page-breadcrumb span {
    color: #999;
}
.overlay-static-dark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    height: 100%;
    z-index: 2;
    background-color: rgba(32, 32, 32, 0.4);
    display: -webkit-flex;
    display: flex;
}
.overlay-dark,
.overlay-dark80,
.overlay-light,
.overlay-light80 {
    position: relative;
    z-index: 1;
}
.overlay-dark:before,
.overlay-dark80:before,
.overlay-light:before,
.overlay-light80:before {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}
.overlay-dark:before {
    background-color: rgba(32, 32, 32, 0.3);
}
.overlay-dark80:before {
    background-color: rgba(32, 32, 32, 0.8);
}
.overlay-light:before {
    background-color: rgba(255, 255, 255, 0.4);
}
.overlay-light80:before {
    background-color: rgba(255, 255, 255, 0.8);
}
.full-screen-intro {
    overflow: hidden;
    position: relative;
}
.content-cap-wraper {
    display: table;
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}
.full-cap-wraper {
    display: table;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
}
.content-caption {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.content-wd650 {
    max-width: 650px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.cont-h-100per {
    height: 100%;
}
/*backround images*/

.bg-img {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover !important;
}
.bg-img1,
.bg-img5,
.bg-img6,
.bg-img7,
.bg-img8,
.bg-img9,
.bg-img10,
.bg-img11,
.bg-img12,
.bg-img13,
.bg-img14,
.bg-img15,
.bg-img16,
.bg-img17,
.bg-img18,
.bg-img19,
.bg-img20,
.bg-img21,
.bg-img22,
.bg-img23,
.bg-img24,
.bg-img25,
.bg-img26,
.bg-img27,
.bg-img28,
.bg-img29,
.bg-img30 {
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.bg-img1 {
    background-image: url("/assets/images/swirlBackground2_1.png");
}
.bg-img2 {
 
     background-color: #666;
    background-image:       linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0.1) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.1) 75%, rgba(255, 255, 255, 0.1) 76%, transparent 77%, transparent), linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0.1) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.1) 75%, rgba(255, 255, 255, 0.1) 76%, transparent 77%, transparent);
  height:100%;
  background-size:50px 50px;
  
}
.bg-img3 {
   background: rgb(100,146,205);
// background-image: -webkit-radial-gradient(top, circle cover, rgba(0,0,0,0.3) 0%, rgb(100,146,205) 80%);
// background-image: -moz-radial-gradient(top, circle cover, rgba(0,0,0,0.3) 0%, rgb(100,146,205) 80%);
// background-image: -o-radial-gradient(top, circle cover,rgba(0,0,0,0.3)0%, rgb(100,146,205) 80%);
// background-image: radial-gradient(top, circle cover, rgba(0,0,0,0.3) 0%, rgb(100,146,205) 80%);


}
.bg-img4 {
    background-image: url("/assets/images/swirlBackgroundSmall.png");
    background-size: cover !important;
    background-position: center 0px;
    background-repeat: no-repeat;
}
.border-box {
    border: 1px solid #f1f1f1;
    padding: 25px;
}
.b-lrb-none .ui-tab-content,
.b-lrb-none {
    border-left: 0px none;
    border-right: 0px none;
    border-bottom: 0px none;
}
.content-slider,
.o-flow-hidden {
    overflow: hidden;
}
.map {
    width: 100%;
    height: 450px;
}
#map {
    height: 100%;
}
@media (max-width: 767px) {
    .inner-intro .container {
        width: 100%;
        max-width: 720px;
        text-align: center;
    }
    /*.inner-intro .container .title h2 {
            float: none;
        }

        .inner-intro 
         .title p {
            float: none;
            margin-top: 0px;
        }
        .inner-intro .container .title .separator {
            margin-left:auto;
            margin-right:auto;
        }*/
}
/* ===================================================================================================== */
/* Contants (Portfolio, Blog, Shop, etc) -------------------  */
/* ===================================================================================================== */

.container.nf-container1 {
    padding-left: 15px;
    padding-right: 15px;
}
.container.nf-container2 {
    /*padding-left: 25px;
    padding-right: 25px;*/
}
.nf-row1 {
    margin-left: -15px;
    margin-right: -15px;
    /*overflow: hidden;*/
}
.nf-col-padding {
    padding-left: 25px;
    padding-right: 25px;
}
.nf-row2 {
    /*margin-left: -25px;
    margin-right: -25px;*/
}
.nf-row1:before,
.nf-row1:after,
.nf-row2:before,
.nf-row2:after {
    display: table;
    content: " ";
}
.nf-row1:after,
.nf-row2:after {
    clear: both;
}
.nf-row1 .nf-item.spacing,
.nf-row1 .grid-sizer.spacing {
    padding: 15px;
}
.nf-row2 .nf-item.spacing,
.nf-item.spacing,
.nf-row2 .grid-sizer.spacing,
.spacing-box {
    padding: 25px;
}
.spacing-grid {
    padding-top: 25px;
    padding-bottom: 25px;
}
.nf-col-1 .nf-item,
.nf-col-1 .grid-sizer {
    width: 100%;
    min-height: 1px;
}
.nf-col-2 .nf-item,
.nf-col-2 .grid-sizer {
    width: 50%;
    min-height: 1px;
}
.nf-col-3 .nf-item,
.nf-col-3 .grid-sizer {
    width: 33.3333%;
    min-height: 1px;
}
.nf-col-4 .nf-item,
.nf-col-4 .grid-sizer {
    width: 25%;
    min-height: 1px;
}
.nf-col-5 .nf-item,
.nf-col-5 .grid-sizer {
    width: 20%;
    min-height: 1px;
}
.nf-col-6 .nf-item,
.nf-col-6 .grid-sizer {
    width: 16.6666%;
    min-height: 1px;
}
.nf-col-1 .nf-item.w1,
.nf-col-2 .nf-item.w1,
.nf-col-3 .nf-item.w1,
.nf-col-4 .nf-item.w1 {
    width: 100%;
}
.nf-col-1 .nf-item.w2,
.nf-col-2 .nf-item.w2,
.nf-col-3 .nf-item.w2,
.nf-col-4 .nf-item.w2 {
    width: 50%;
}
.nf-col-1 .nf-item.w3,
.nf-col-2 .nf-item.w3,
.nf-col-3 .nf-item.w3,
.nf-col-4 .nf-item.w3 {
    width: 33.3333%;
}
.nf-col-1 .nf-item.w4,
.nf-col-2 .nf-item.w4,
.nf-col-3 .nf-item.w4,
.nf-col-4 .nf-item.w4 {
    width: 25%;
}
.nf-col-1 .nf-item.w4-2,
.nf-col-2 .nf-item.w4-2,
.nf-col-3 .nf-item.w4-2,
.nf-col-4 .nf-item.w4-2,
.nf-col-1 .nf-item.w3-2,
.nf-col-2 .nf-item.w3-2,
.nf-col-3 .nf-item.w3-2,
.nf-col-4 .nf-item.w3-2 {
    width: 50%;
}
.nf-col-1 .nf-item.w4-1,
.nf-col-2 .nf-item.w4-1,
.nf-col-3 .nf-item.w4-1,
.nf-col-4 .nf-item.w4-1 {
    width: 75%;
}
.nf-col-1 .nf-item.w3-1,
.nf-col-2 .nf-item.w3-1,
.nf-col-3 .nf-item.w3-1,
.nf-col-4 .nf-item.w3-1 {
    width: 66.6666%;
}
@media (max-width: 991px) {
    .nf-col-2 .nf-item,
    .nf-col-3 .nf-item,
    .nf-col-4 .nf-item,
    .nf-col-1 .nf-item.w2,
    .nf-col-2 .nf-item.w2,
    .nf-col-3 .nf-item.w2,
    .nf-col-4 .nf-item.w2,
    .nf-col-1 .nf-item.w3,
    .nf-col-2 .nf-item.w3,
    .nf-col-3 .nf-item.w3,
    .nf-col-4 .nf-item.w3,
    nf-col-1 .nf-item.w4,
    .nf-col-2 .nf-item.w4,
    .nf-col-3 .nf-item.w4,
    .nf-col-4 .nf-item.w4,
    .nf-col-1 .nf-item.w4-1,
    .nf-col-2 .nf-item.w4-1,
    .nf-col-3 .nf-item.w4-1,
    .nf-col-4 .nf-item.w4-1,
    .nf-col-1 .nf-item.w3-1,
    .nf-col-2 .nf-item.w3-1,
    .nf-col-3 .nf-item.w3-1,
    .nf-col-4 .nf-item.w3-1 {
        width: 50%;
    }
    .nf-col-5 .nf-item,
    .nf-col-6 .nf-item {
        width: 33.3333%;
    }
    .nf-row2 .nf-item.spacing,
    .nf-row2 .grid-sizer.spacing {
        padding: 25px;
    }
}
@media (max-width: 767px) {
    .container {
        margin: 0 auto;
        max-width: 480px;
        width: 100%;
    }
    .nf-col-padding {
        padding-left: 15px;
        padding-right: 15px;
    }
    .spacing-grid {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .nf-col-2 .nf-item,
    .nf-col-3 .nf-item,
    .nf-col-4 .nf-item,
    .nf-col-1 .nf-item.w2,
    .nf-col-2 .nf-item.w2,
    .nf-col-3 .nf-item.w2,
    .nf-col-4 .nf-item.w2,
    .nf-col-1 .nf-item.w3,
    .nf-col-2 .nf-item.w3,
    .nf-col-3 .nf-item.w3,
    .nf-col-4 .nf-item.w3,
    nf-col-1 .nf-item.w4,
    .nf-col-2 .nf-item.w4,
    .nf-col-3 .nf-item.w4,
    .nf-col-4 .nf-item.w4,
    .nf-col-1 .nf-item.w4-1,
    .nf-col-2 .nf-item.w4-1,
    .nf-col-3 .nf-item.w4-1,
    .nf-col-4 .nf-item.w4-1,
    .nf-col-1 .nf-item.w3-1,
    .nf-col-2 .nf-item.w3-1,
    .nf-col-3 .nf-item.w3-1,
    .nf-col-4 .nf-item.w3-1 {
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
    }
    .nf-col-3,
    .nf-col-4 {
        margin: 0 auto;
        max-width: 480px;
    }
    .nf-col-5 .nf-item,
    .nf-col-6 .nf-item {
        width: 50%;
    }
    .nf-row2 .nf-item.spacing,
    .nf-row1 .nf-item.spacing,
    .spacing-box {
        padding: 15px;
    }
    .xs-hidden {
        visibility: hidden !important;
        display: none !important;
        opacity: 0;
    }
}
@media (max-width: 480px) {
    .nf-col-5 .nf-item,
    .nf-col-6 .nf-item {
        width: 50%;
    }
}
/* ----------------------------------------------------------------------*/
/* Sidebar Widget   ---------------------------------------------------- */
/* ----------------------------------------------------------------------*/

.sidebar-widget {
    margin-bottom: 50px;
}
.sidebar-widget h4 {
    margin: 0px;
    padding-top: 0;
    padding-bottom: 15px;
}
.widget-search {
    position: relative;
}
.widget-search input[type="text"] {
    padding-right: 30px;
}
.widget-search input[type="submit"] {
    background-color: rgba(0, 0, 0, 0);
    border: 0 none;
    color: #8d8d8d;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-family: "FontAwesome", sans-serif;
    margin: 0;
    outline: 0 none;
    white-space: nowrap;
    padding: 0 3px;
    text-decoration: none;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    position: absolute;
    top: 10px;
    right: 10px;
}
.widget-search input[type="submit"]:hover {
    color: rgb(100,146,205);
}
.sidebar-widget hr {
    margin-bottom: 15px;
}
.sidebar-widget ul {
    margin: 0px;
    padding: 0px;
}
.sidebar-widget ul li {
    list-style: none;
    font-weight: 400;
}
.sidebar-widget ul li a {
    display: inline-block;
    padding: 4px 0px;
    font-size: 13px;
    color: #555;
}
.sidebar-widget ul li a:hover {
    color: rgb(100,146,205);
}
.widget-tag {
    display: inline-table;
    margin-top: 15px;
}
.widget-tag li {
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
    text-transform: uppercase;
}
.widget-tag li a {
    padding: 4px 10px !important;
    display: block;
    border: 1px solid #eee;
}
.widget-tag li a:hover {
    background: #555;
    color: #fff !important;
}
.sidebar-widget .widget-post {
    position: relative;
}
.sidebar-widget .widget-post .widget-post-media {
    width: 70px;
    display: table-cell;
    padding: 0px 15px 0px 0px;
}
.sidebar-widget .widget-post li {
    margin-bottom: 20px;
}
.sidebar-widget .widget-post a {
    padding: 0px;
}
.sidebar-widget .widget-post .widget-post-media img,
.sidebar-widget .widget-post .widget-post-media video {
    width: 100%;
    vertical-align: top;
}
.sidebar-widget .widget-post .widget-post-info {
    display: table-cell;
    vertical-align: top;
}
.sidebar-widget .widget-post .widget-post-info h5,
.sidebar-widget .widget-post .widget-post-info h6 {
    margin-bottom: 5px;
}
.sidebar-widget .widget-post .widget-post-info p {
    margin: 0px;
}
/* ----------------------------------------------------------------------*/
/* Pagination Navigation   --------------------------------------------- */
/* ----------------------------------------------------------------------*/

.pagination-nav {
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
}
.pagination-nav ul {
    margin: 0px;
    padding: 0px;
}
.pagination-nav ul li {
    display: inline-block;
    margin: 0px 2px;
}
.pagination-nav ul li a {
    display: block;
    background-color: #f7f7f7;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
}
.pagination-nav ul li.active a {
    background: #555;
    color: #fff;
}
/* ----------------------------------------------------------------------*/
/* Portfolio   --------------------------------------------------------- */
/* ----------------------------------------------------------------------*/

.container-filter {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 30px;
    padding: 0;
    text-align: center;
   
}

.categories-filter
{
 background-color:rgb(171, 171, 171) !important;
 padding:10px;
}

.container-filter li {
    list-style: none;
    display: inline-block;
}
.container-filter li a {
    display: block;
    margin-left: 15px;
    margin-right: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 17px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    color: #999;
}
.container-filter li a.active {
    color: rgb(171,171,171);
}
.item-box {
    position: relative;
    overflow: hidden;
    display: block;
}
.item-box a {
    display: inline-block;
}
.item-box:hover .item-mask {
    opacity: 1;
    visibility: visible;
}
.item-box:hover .item-mask .item-caption {
    bottom: 20px;
    opacity: 1;
}

.item-box:hover .item-container {
    transform: scale(1.1);
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    width: 100%;
}
.item-container {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    width: 100%;
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.item-mask {
    background: none repeat scroll 0 0 rgba(100,146,205, 0.9);
   // background: none repeat scroll 0 0 rgba(128, 128, 128, 0.7);
    
    height: 100%;
    position: absolute;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}
.item-mask h5,
.item-mask h6,
.item-mask p {
    margin-bottom: 0px;
}
.item-mask p {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1.5px;
    font-weight: 400;
    margin-top: 0;
    text-align: left;
}
.item-mask .item-caption {
    position: absolute;
    bottom: -60px;
    left: 0px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    opacity: 0;
    font-size:10px;
  
}

.item-mask .item-caption h6 {

    font-size:12px;
  
}



.project-detail-block p {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
ul.project-detail-block,
.project-detail-block ul {
    padding-left: 0;
}
.project-detail-block li {
    list-style: none;
}
.project-detail-block p strong {
    display: inline-block;
    width: 110px;
}
.item-nav {
    text-align: center;
    display: block;
    overflow: hidden;
}
.item-nav .item-prev,
.item-nav .item-next,
.item-nav .item-all-view {
    position: relative;
    display: inline-block;
}
.item-nav .item-all-view h5,
.item-nav .item-all-view h6 {
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.item-nav .item-all-view h5:hover,
.item-nav .item-all-view h6:hover {
    color: rgb(100,146,205);
}
.item-nav .item-prev .prev-btn,
.item-nav .item-next .next-btn,
.item-all-view {
    display: inline-block;
    font-size: 25px;
    text-align: center;
    height: 51px;
    line-height: 51px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.item-nav .item-prev .prev-btn,
.item-nav .item-next .next-btn {
    color: #555;
    background: #fff;
    width: 51px;
}
.item-nav .item-prev:hover .prev-btn,
.item-nav .item-next:hover .next-btn {
    background: #f7f7f7;
    /*color: #fff;*/
}
.item-nav .item-prev {
    text-align: left;
    float: left;
}
.item-nav .item-next {
    text-align: right;
    float: right;
}
.item-nav .item-prev .item-prev-text,
.item-nav .item-next .item-next-text {
    position: absolute;
    line-height: 51px;
    top: 10px;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    width: 150px;
}
.item-nav .item-prev:hover .item-prev-text,
.item-nav .item-next:hover .item-next-text {
    margin-left: 0;
    margin-right: 0;
    visibility: visible;
    opacity: 1;
}
.item-nav .item-prev .item-prev-text {
    left: 100%;
    margin-left: -110px;
    padding-left: 15px;
}
.item-nav .item-next .item-next-text {
    right: 100%;
    margin-right: -110px;
    padding-right: 15px;
}
.item-nav .item-prev .item-prev-text p,
.item-nav .item-prev .item-prev-text h5,
.item-nav .item-prev .item-prev-text h6,
.item-nav .item-next .item-next-text p,
.item-nav .item-next .item-next-text h5,
.item-nav .item-next .item-next-text h6 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.item-nav .item-prev .item-prev-text h5,
.item-nav .item-prev .item-prev-text h6,
.item-nav .item-next .item-next-text h5,
.item-nav .item-next .item-next-text h6,
.item-nav .item-all-view h5,
.item-nav .item-all-view h6 {
    padding-top: 8px;
}
/* ----------------------------------------------------------------------*/
/* Blog   --------------------------------------------------------- */
/* ----------------------------------------------------------------------*/
/*.blog-post {
    position: relative;
}*/

.blog-post {
    display: inline-block;
    width: 100%;
}
.blog-post .post-media {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}
.blog-post .post-media iframe {
    width: 100%;
}
.blog-post .post-meta,
.comment-list .post-meta,
.sidebar-widget .post-meta {
    text-transform: uppercase;
    color: #999;
    font-size: 13px;
}
.blog-post .post-meta span,
.comment-list .post-meta span {
    margin-right: 3px;
}
.blog-post .post-header h5,
.blog-post .post-header h4,
.blog-post .post-header h3 {
    margin-top: 5px;
    margin-bottom: 20px;
}
.blog-post .post-header h2 {
    margin-bottom: 30px;
}
.blog-post .post-entry {
    margin-bottom: 30px;
}
.blog-post .post-entry p,
.blog-post .post-entry blockquote,
.post-entry ul {
    margin-bottom: 20px;
}
.blog-post .post-entry ul {
    color: #888;
}
.blog-post .post-tag {
    color: #999;
    text-transform: uppercase;
    font-size: 13px;
}
.blog-post .post-tag span {
    margin-right: 10px;
}
.blog-post .post-more-link {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.blog-post .post-more-link a i {
    margin-left: 5px;
    transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
}
.blog-post .post-more-link a:hover i {
    margin-left: 10px;
}
.blog-post blockquote {
    border-left: none;
    background: #f7f7f7;
    font-size: 17px;
    font-weight: 400;
    padding: 25px 25px;
    margin: 0px;
    color: #888;
    font-weight: 300;
}
.blog-post blockquote:after {
    content: "";
    font-family: FontAwesome;
    padding-left: 7px;
    font-size: 12px;
}
.blog-post blockquote:before {
    content: "";
    font-family: FontAwesome;
    padding-right: 7px;
    font-size: 12px;
}
.blog-post-hr hr {
    margin-bottom: 45px;
}
.post-author {
    display: inline-block;
    position: relative;
    margin-bottom: 40px;
}
.post-author img {
    width: 80px;
}
.post-author .post-author-details {
    margin-left: 20px;
}
.post-author h6 {
    margin-top: 0px;
}
.post-author ul.social {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
}
.post-author ul.social li {
    list-style: none;
    display: inline-block;
    margin: 0 5px;
}
.post-comment {} .post-comment .comment-numb {
    font-weight: 300;
}
.post-comment .comment-list {
    margin-left: 0px;
    padding-right: 0px;
    list-style: none;
    padding: 0px;
}
.post-comment .comment-list h6 {
    margin-top: 0px;
    margin-bottom: 3px;
}
.post-comment .comment-list li:first-child {
    padding-top: 0px;
}
.post-comment .comment-list li {
    padding-top: 15px;
}
.post-comment .comment-list li:last-child .comment-detail {
    border-bottom: 0px none;
}
.post-comment .comment-list li,
.post-comment .comment-list .comment-reply {
    position: relative;
    padding-left: 65px;
}
.post-comment .comment-list .comment-detail {
    border-bottom: 1px dotted #eee;
    padding-bottom: 15px;
}
.post-comment .comment-list .comment-reply {
    padding-top: 20px;
}
.post-comment .comment-list .comment-reply-btn i {
    padding-right: 3px;
}
.post-comment .comment-avatar {
    left: 0;
    margin-right: 15px;
    position: absolute;
    width: 50px;
}
.post-comment .comment-avatar img {
    width: 100%;
}
.post-comment-star .star-rat {
    display: inline-block;
}
.post-comment-star label {
    margin-right: 6px;
}
/* ----------------------------------------------------------------------*/
/* Shop   --------------------------------------------------------- */
/* ----------------------------------------------------------------------*/

.shop-item {
    position: relative;
    overflow: hidden;
    text-align: center;
}
.shop-item .item-mask .item-mask-detail {
    display: flex;
    display: -webkit-flex;
    height: 100%;
    width: 100%;
}
.shop-item .item-mask .item-mask-detail .item-mask-detail-ele {
    margin: auto auto;
}
.item-img {
    display: block;
    position: relative;
    overflow: hidden;
}
.shop-item-info {
    margin-top: 20px;
    text-align: center;
}
.shop-item-info a:hover,
.shop-item-info a:hover h5,
.shop-item-info a:hover h6,
.shop-item-name:hover {
    color: rgb(100,146,205);
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}
.shop-item-info .shop-item-name {
    margin-bottom: 5px;
}
.shop-item-info .shop-item-price {
    font-size: 15px;
    color: #888;
}
.shop-item-info .shop-item-price del,
.shop-detail-info del,
.sidebar-widget del {
    margin-right: 10px;
    color: #bbb;
    font-weight: 400;
}
.shop-filter {
    display: inline-table;
    width: 100%;
}
/* Shop Detail*/

.shop-detail-item {
    position: relative;
}
.shop-detail-info h4 {
    line-height: 26px;
}
.shop-detail-info .shop-item-price {
    font-size: 20px;
    color: rgb(100,146,205);
    font-weight: 600;
}
.shop-Cart-totalbox {
    max-width: 450px;
}
.shop-Cart-totalprice {
    font-size: 18px;
}
/* =============================================================================================================================*/
/* Parallax ------------------- */
/* =============================================================================================================================*/

.parallax {
    position: relative;
}
/* ============================================================================================================================*/
/* Slider ---------------------*/
/* ============================================================================================================================*/
/* -------------------------------------*/
/* Full Screen slider---------*/
/* -------------------------------------*/

.hero {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.fullscreen-carousel {
    overflow: hidden;
    position: relative;
}
.fullscreen-carousel .slides li {
    overflow: hidden;
    position: relative;
    height: 100%;
}
.fullscreen-carousel .overlay-hero {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    text-align: center;
}
.fullscreen-carousel .overlay-hero .caption-hero {
    display: inline-table;
    height: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0px;
    margin: 0px;
}
.fullscreen-carousel .overlay-hero .caption-hero .inner-caption {
    display: table-cell;
    margin: auto;
    vertical-align: middle;
    padding-left: 25px;
    padding-right: 25px;
}
.caption-hero h1 {
    margin-top: 15px;
    margin-bottom: 15px;
}
/* Full Width Slider */

.fullwidth-slider {
    position: relative;
    overflow: hidden;
}
.fullwidth-slider .item {
    height: 650px;
    position: relative;
    width: 100%;
}
/* Fullscreen Slider Next Prev Arrow*/

.fullscreen-carousel .flex-direction-nav a {
    position: absolute;
    top: 50%;
    display: inline-block;
    margin-top: -30px;
    background: #fff;
    color: #252525;
    width: 51px;
    height: 51px;
    text-align: center;
    font-family: 'FontAwesome';
    color: #555;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    font-size: 21px;
    line-height: 51px;
}
.fullscreen-carousel .flex-direction-nav a:hover {
    color: rgb(100,146,205);
}
.flexslider.fullscreen-carousel:hover .flex-prev {
    left: 0px;
    opacity: 1;
}
.fullscreen-carousel .flex-direction-nav .flex-prev {
    left: -51px;
    background-position: center left;
}
.fullscreen-carousel .flex-direction-nav .flex-prev:before {
    content: "";
    display: inline-block;
}
.flexslider.fullscreen-carousel:hover .flex-next {
    right: 0px;
    opacity: 1;
}
.fullscreen-carousel .flex-direction-nav .flex-next {
    right: -51px;
    background-position: center right;
}
.fullscreen-carousel .flex-direction-nav .flex-next:before {
    content: "";
    display: inline-block;
}
@media (max-width: 991px) {
    /* Fullscreen Slider */
    
    .fullscreen-carousel .slides li img {
        width: 100%;
        height: 100%;
    }
    .fullscreen-carousel .caption-hero h1 {
        font-size: 25px;
    }
    .fullscreen-carousel .overlay-hero .caption-hero {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 767px) {
    /* Fullscreen Slider */
    
    .fullscreen-carousel .caption-hero h1 {
        font-size: 20px;
        margin: 0;
    }
    .fullscreen-carousel .caption-hero h5 {
        margin: 0;
        font-size: 12px;
    }
    .fullscreen-carousel .caption-hero .separator {
        margin-left: auto;
        margin-right: auto;
    }
    .fullscreen-carousel .text-left {
        text-align: center;
    }
    .fullscreen-carousel.hero-slider-2 .slides li {
        height: 400px;
    }
    .full-intro .hero {
        padding-top: 64px;
    }
    .hero {
        padding: 0px;
    }
}
@media (max-width: 480px) {
    .fullscreen-carousel .overlay-hero .caption-hero .inner-caption {
        padding-left: 15px;
        padding-right: 15px;
    }
}
/* -------------------------------------*/
/* Carousel-Theme (Slider Elements - Bullets, Pagination, etc..) ---------*/
/* -------------------------------------*/

.owl-buttons {
    position: static;
}
.owl-carousel.white .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #fff;
}
.owl-carousel.white .owl-controls .owl-page.active span {
    background: rgba(0, 0, 0, 0);
    border: 2px solid #fff;
}
.nf-carousel-theme .item {} .nf-carousel-theme .owl-controls .owl-pagination {
    position: absolute;
    z-index: 2;
    left: 0;
    text-align: center;
    width: 100%;
    margin-top: 15px;
}
.nf-carousel-theme .owl-controls .owl-buttons .owl-prev,
.nf-carousel-theme .owl-controls .owl-buttons .owl-next {
    width: 31px;
    height: 31px;
    line-height: 31px;
    font-size: 16px;
    margin-top: -15px;
}
.content-carousel .owl-controls .owl-buttons .owl-prev,
.content-carousel .owl-controls .owl-buttons .owl-next,
.image-slider .owl-controls .owl-buttons .owl-prev,
.image-slider .owl-controls .owl-buttons .owl-next,
.fullwidth-slider .owl-controls .owl-buttons .owl-prev,
.fullwidth-slider .owl-controls .owl-buttons .owl-next,
.nf-carousel-theme .owl-controls .owl-buttons .owl-prev,
.nf-carousel-theme .owl-controls .owl-buttons .owl-next {
    background: rgba(245, 245, 245, 0.8);
    color: #252525;
    display: block;
    top: 50%;
    transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    z-index: 3;
    position: absolute;
    text-align: center;
}
.content-carousel .owl-controls .owl-buttons .owl-prev:hover,
.content-carousel .owl-controls .owl-buttons .owl-next:hover,
.image-slider .owl-controls .owl-buttons .owl-prev:hover,
.image-slider .owl-controls .owl-buttons .owl-next:hover,
.fullwidth-slider .owl-controls .owl-buttons .owl-prev:hover,
.fullwidth-slider .owl-controls .owl-buttons .owl-next:hover,
.nf-carousel-theme .owl-controls .owl-buttons .owl-prev:hover,
.nf-carousel-theme .owl-controls .owl-buttons .owl-next:hover {
    /*background: #fff;*/
    
    color: rgb(100,146,205);
}
.content-carousel .owl-controls .owl-buttons .owl-next,
.image-slider .owl-controls .owl-buttons .owl-next,
.fullwidth-slider .owl-controls .owl-buttons .owl-next,
.nf-carousel-theme .owl-controls .owl-buttons .owl-next {
    right: 0;
}
.nf-carousel-theme .owl-controls .owl-buttons .owl-prev {
    left: 0;
    margin-left: -51px;
    opacity: 0;
}
.nf-carousel-theme .owl-controls .owl-buttons .owl-next {
    right: 0;
    margin-right: -51px;
    opacity: 0;
}
.content-carousel:hover .owl-controls .owl-buttons .owl-prev,
.content-carousel:hover .owl-controls .owl-buttons .owl-next,
.image-slider:hover .owl-controls .owl-buttons .owl-prev,
.image-slider:hover .owl-controls .owl-buttons .owl-next,
.fullwidth-slider:hover .owl-controls .owl-buttons .owl-prev,
.fullwidth-slider:hover .owl-controls .owl-buttons .owl-next,
.nf-carousel-theme:hover .owl-controls .owl-buttons .owl-prev,
.nf-carousel-theme:hover .owl-controls .owl-buttons .owl-next {
    margin-right: 0;
    margin-left: 0;
    opacity: 1;
}
/* -------------------------------------*/
/* Singel Item slider (Images & Contant Slider) ---------*/
/* -------------------------------------*/

.content-carousel .owl-controls .owl-pagination,
.image-slider .owl-controls .owl-pagination,
.fullwidth-slider .owl-controls .owl-pagination,
.item1-carousel .owl-controls .owl-pagination {
    position: absolute;
    bottom: 0;
    z-index: 2;
    bottom: 15px;
    left: 0;
    text-align: center;
    width: 100%;
}
.content-carousel .owl-controls .owl-buttons .owl-prev,
.content-carousel .owl-controls .owl-buttons .owl-next,
.image-slider .owl-controls .owl-buttons .owl-prev,
.image-slider .owl-controls .owl-buttons .owl-next,
.fullwidth-slider .owl-controls .owl-buttons .owl-prev,
.fullwidth-slider .owl-controls .owl-buttons .owl-next {
    width: 51px;
    height: 51px;
    line-height: 51px;
    font-size: 21px;
    margin-top: -25px;
}
.content-carousel .owl-controls .owl-buttons .owl-prev,
.image-slider .owl-controls .owl-buttons .owl-prev,
.fullwidth-slider .owl-controls .owl-buttons .owl-prev {
    left: 0;
    margin-left: -51px;
    opacity: 0;
}
.content-carousel .owl-controls .owl-buttons .owl-next,
.image-slider .owl-controls .owl-buttons .owl-next,
.fullwidth-slider .owl-controls .owl-buttons .owl-next {
    right: 0;
    margin-right: -51px;
    opacity: 0;
}
/*===========================================================================================*/
/* Preloader ------------------------- */
/*===========================================================================================*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff; //rgba(188, 188, 188, 1);
    z-index: 9999;
    display: block;
}
#preloader .loader {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -30px;
    text-align: center;
}
#preloader .loader .loader-img {
    background: url("../img/loading.GIF");
    width: 60px;
    height: 60px;
    display: block;
}
/*===========================================================================================*/
/* Additional */
/*===========================================================================================*/
/* ----------------------------------*/
/* Scroll Down Animated Arrow */
/* ----------------------------------*/

.intro-scroll-down {
    position: absolute;
    z-index: 1;
    bottom: 30px;
    left: 50%;
    margin-left: -15px;
}
.intro-scroll-down .mouse {
    position: relative;
    display: block;
    width: 30px;
    height: 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #fff;
    border-radius: 23px;
    -moz-border-radius: 23px;
    -webkit-border-radius: 23px;
}
.intro-scroll-down .mouse .mouse-dot {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 6px;
    height: 6px;
    margin: -3px 0 0 -3px;
    background: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-animation: ani-mouse 2.5s linear infinite;
    -moz-animation: ani-mouse 2.5s linear infinite;
    animation: ani-mouse 2.5s linear infinite;
}
.background--light .intro-scroll-down .mouse {
    border: 2px solid #555;
}
.background--light .intro-scroll-down .mouse .mouse-dot {
    background: #555;
}
@-webkit-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }
    15% {
        opacity: 1;
        top: 50%;
    }
    50% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 29%;
    }
}
@-moz-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }
    15% {
        opacity: 1;
        top: 50%;
    }
    50% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 29%;
    }
}
@keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }
    15% {
        opacity: 1;
        top: 50%;
    }
    50% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 29%;
    }
}
/* ----------------------------------*/
/* Scroll Top Arrow */
/* ----------------------------------*/

.scroll-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: center;
    font-size: 20px;
    background: #555;
    background: #999;
    color: #fff;
    z-index: 99;
    display: none;
    transition: none;
    -o-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}
.scroll-top:hover {
    background: rgb(100,146,205);
    text-decoration: none;
    color: #fff;
}
@media (max-width: 768px) {
    .scroll-top {
        opacity: 0;
        visibility: hidden;
    }
}
.full-screen-intro h2,
.full-screen-intro h5,
.full-screen-intro p {
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
}
.full-screen-intro p {
    //background-color: rgba(255,255,255, 0.2);
    color: #fff;
    font-weight: 500;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    font-size: 22px;
}
.full-screen-intro h2 {
    display: inline-block;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
}
@media (max-width: 414px) {
.content-caption .container
{
	padding:20px !important;
}
    .full-screen-intro h2 {
        display: inline-block;
        border-bottom: 0px solid #fff;
        margin-bottom: 20px;
    }
    .full-screen-intro p {
        //background-color: rgba(255,255,255, 0.2);
        color: #fff;
        font-weight: 500;
        color: #fff;
        text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
        font-size: 15px;
    }
    .header .logo a,
    .header.sticky .logo a {
        margin-top: 8px;
        width: 130px;
    }
    /* END HEADER STYLE ------------------ */
}
@media (max-width: 320px) {
.content-caption .container
{
	padding:20px !important;
}
    .full-screen-intro h2 {
        display: inline-block;
        border-bottom: 0px solid #fff;
        margin-bottom: 20px;
        font-size: 20px;
    }
    .full-screen-intro h5 {
        margin-top: 25px;
        font-size: 12px;
    }
    .full-screen-intro p {
        //background-color: rgba(255,255,255, 0.2);
        color: #fff;
        font-weight: 500;
        color: #fff;
        text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
        font-size: 15px;
    }
}
.navigation ul li:hover a,
.header.sticky .navigation ul ul > li:hover > a,
.header.sticky .navigation ul > li:hover > a,
.navigation > ul > li.active > a {
    color: #fff;
    //font-weight:900 !important;
    cursor:pointer !important;
   
}

.navigation > ul > li.active > a {
    color: #fff !important;
    //font-weight:900 !important;
    
}


.header.sticky .active span {
    border:2px solid #fff;
    padding:5px;
    padding-left:10px;
    padding-right:10px;
    background-color:#fff;
}

.header.sticky .active span {
    color: rgb(100,146,205) !important;
    //color:#fff !important;
}

.header.sticky span {
    color: #fff !important;
    border:1px solid transparent;
    padding:5px;
    padding-left:10px;
    padding-right:10px;
}


.navigation > ul > li:hover span {
   border:1px solid #fff;
}


.header.sticky .open span {
	color: #666!important;
	padding:0;
	font-weight:normal;
	background-color:none !important;
}

.header.sticky .open .active span {
	color: rgb(100,146,205)!important;
	padding:0;
	font-weight:900;
	background-color:none !important;
}


.navigation > ul > li.nav-has-sub:hover > a::after {
    border-color: rgb(100,146,205) !important;
}



.site-spinner 
{
   	width: 128px;
    height: 128px;
    left: 50%;
    top: 50%;
  	opacity:0.9;
  	position:absolute;
 	margin: -64px 0 0 -64px; 

  
-webkit-transform: rotate(-40deg);
-moz-transform: rotate(-40deg);
-o-transform: rotate(-40deg);
-ms-transform: rotate(-40deg);
transform: rotate(-40deg);
-webkit-animation: wink 0.5s alternate infinite; /* Safari 4+ */
  -moz-animation:    wink 0.5s alternate infinite; /* Fx 5+ */
  -o-animation:      wink 0.5s alternate infinite; /* Opera 12+ */
  animation:         wink 0.5s alternate infinite; /* IE 10+, Fx 29+ */
-webkit-transform-origin: 50% 100%;
-moz-transform-origin: 50% 100%;
-o-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-animation-timing-function: ease; /* Chrome, Safari, Opera */
animation-timing-function: ease;




}

.site-spinnerStatic
{
   	width: 128px;
    height: 128px;
    left: 50%;
    top: 50%;
  	opacity:0.9;
  	position:absolute;
 	margin: -64px 0 0 -64px; 





}
.lazyIconSpinner
{



 }

.lazyIconSpinner 
{
position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width:32px;
  height:32px;
  background-color:transparent;
  z-index:1;
}


.lazyIconSpinner > div2
{

  
-webkit-transform: rotate(-40deg);
-moz-transform: rotate(-40deg);
-o-transform: rotate(-40deg);
-ms-transform: rotate(-40deg);
transform: rotate(-40deg);
-webkit-animation: wink 0.5s alternate infinite; /* Safari 4+ */
  -moz-animation:    wink 0.5s alternate infinite; /* Fx 5+ */
  -o-animation:      wink 0.5s alternate infinite; /* Opera 12+ */
  animation:         wink 0.5s alternate infinite; /* IE 10+, Fx 29+ */
-webkit-transform-origin: 50% 100%;
-moz-transform-origin: 50% 100%;
-o-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-animation-timing-function: ease; /* Chrome, Safari, Opera */
animation-timing-function: ease;
}




/* Chrome, Safari, Opera */ 
@-webkit-keyframes wink {
    0% {-webkit-transform: rotate(-40deg);
-moz-transform: rotate(-40deg);
-o-transform: rotate(-40deg);
-ms-transform: rotate(-40deg);

}



100% {-webkit-transform: rotate(40deg);
-moz-transform: rotate(40deg);
-o-transform: rotate(40deg);
-ms-transform: rotate(40deg);
transform: rotate(40deg);}




} 

/* Standard syntax */ 
@keyframes wink {
    

    0% {-webkit-transform: rotate(-40deg);
-moz-transform: rotate(-40deg);
-o-transform: rotate(-40deg);
-ms-transform: rotate(-40deg);
transform: rotate(-40deg);
}


100% {-webkit-transform: rotate(40deg);
-moz-transform: rotate(40deg);
-o-transform: rotate(40deg);
-ms-transform: rotate(40deg);
transform: rotate(40deg);}



}




footer.bgImage {
    //background: url("/assets/images/logo/handsBackground_2.png") no-repeat bottom center;
    background-size: cover !important;
    background-position: center bottom;
    background-repeat: no-repeat;
     background-color: rgba(255,255,255,1);
}
.footer .footerOverlay {
    background-color: rgba(100,146,205, 0.9);
    padding: 10px;
    padding-left: 16px;
    padding-right: 16px;
    display: inline-block;
    color: #fff;
    width: auto;
}
.footer .footerOverlay a
{
	color:#fff;
	}
	
	.footer .footerOverlay a:hover
{
	color:#fff;
	border-bottom:1px dotted #fff;
	}


	.footer .social li a
{
	color:#999;
	font-size:120%;
	}


	.footer .social li a:hover
{
	color:rgba(100,146,205, 1);;
	}



@media (max-width: 320px) {
    h3 {
        font-size: 25px !important;
    }
    .copyright .container p,
    .footerOverlay {
        display: inline-block;
    }
}
.dark-bg {
    background: rgb(171, 171, 171);
    color: #fff;
}
.disable-selection {
    -moz-user-select: none;
    /* Firefox */
    
    -ms-user-select: none;
    /* Internet Explorer */
    
    -khtml-user-select: none;
    /* KHTML browsers (e.g. Konqueror) */
    
    -webkit-user-select: none;
    /* Chrome, Safari, and Opera */
    
    -webkit-touch-callout: none;
    /* Disable Android and iOS callouts*/
}

/* POPUP classes */
.white-popup {
    position: relative;
    background: rgba(255,255,255,1);
    padding: 20px !important;
    width: auto;
    max-width: 600px;
    margin: 0px auto;
    	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid rgb(100,146,205) 
}


  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid rgb(100,146,205)
}



.mfp-with-fade .mfp-content,
.mfp-with-fade .mfp-arrow,
.mfp-with-fade.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.mfp-with-fade.mfp-ready .mfp-content,
.mfp-with-fade.mfp-ready .mfp-arrow {
    opacity: 1;
}
.mfp-with-fade.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-with-fade.mfp-removing .mfp-content,
.mfp-with-fade.mfp-removing .mfp-arrow,
.mfp-with-fade.mfp-removing.mfp-bg {
    opacity: 0;
}
.mfp-close
{
	color:rgb(100,146,205) !important;
}
.mfp-container
{
	max-width:95%;
	left:2.5%;
}
.mfp-preloader2
{
	font-weight:bold;
	font-size:150%;
}
.white-popup hr 
{
	background-color: rgba(255,255,255,0) !important;
	opacity:0;
	height:10px;
	margin:0px !important;
	margin-bottom:00px;
	padding:0px !important;
	
}

.mfp-bottom-bar
{
	background-color:red!important;
}

.popup-scroll {
    /* Overflow Scroll */
    
    overflow-y: scroll;
    max-height: 340px;
    padding: 0 1em 0 0;
    margin-bottom: 10px;
}
.speakerDetails h4.speakerDetailName {
    font-weight: 600;
    font-size: 20px;
    color: rgb(100,146,205);
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
.speakerDetails h5.speakerDetailTitle {
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
}
.speakerDetails h5.speakerDetailCompany {
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
}
.speakerDetails .companylink {
    border-bottom: 1px dotted;
    cursor: pointer;
    cursor: hand;
}
.speakerDetails .companylink:hover {
    color: rgb(100,146,205);
    border-bottom: 1px solid;
}
.speakerDetails hr {
    margin-bottom: 20px;
    margin-top: 5px;
}
.speakerDetails .content {
  //  min-height: 220px;
}

.speakerDetails .wrapper {

display:block;

overflow:auto;

height: 100%;
}

.speakerDetails .slotList
{
padding-top:10px !important;
padding-bottom:10px !important;
color:#666 !important;
}

.speakerDetails .slotList a
{
color:rgb(100,146,205) !important;
}

.speakerDetails .slotList span
{
color:rgb(100,146,205) !important;
font-weight:bold;
font-size:15px;


}


.speakerDetails .slotList .date
{
color:#666 !important;
font-weight:bold;
font-size:15px;
margin-top:10px !important;
margin-bottom:0px !important;
display:block;
}




.speakerDetails .slotList .heading
{
	 font-weight: 600;
    font-size: 20px;
    color: rgb(100,146,205);
    text-transform: uppercase;
    padding: 0 !important;
    margin: 0!important;
  padding-top:5px !important;
    display:inline-block;
}

.speakerDetails .slotList .time
{
border-radius:3px;
padding:3px;
border: 1px solid rgb(100,146,205) !important;
font-weight:bold;
font-size:12px;
margin-bottom:10px;
}


.speakerDetails .content,
.speakerDetails .content p {
    //text-align: justify;
    font-size: 14px;
}
.speakerDetails .speakerImage {
    float: left;
    max-width: 120px;
    margin-right: 20px;
    margin-bottom: 5px;
}

/* PROGRAM TABLE classes */
.program td + td,
.program th + th {
    //border-left: 1px solid #ccc;
}
.program tr + tr {
    //border-top: 1px solid #ccc;
}
.program td,
.program th {
    padding: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
.program th {
    text-align: left;
    vertical-align: middle;
}
.program table td {
    word-wrap: break-word;
    vertical-align: top;
}
.program table {
    width: 100%;
    border-collapse: collapse;
}
.program table h3 {} .program table .time, .programTable .time {
    font-weight: bold;
    color: #fff;
    background-color: #999;
    display: inline-block;
    border: 1px solid #999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
}
.program table .topic, .programTable .topic {
    color: rgb(100,146,205);
    text-transform: uppercase;
    font-size: 16px;
}

.programTable .bold
{
	
	color:rgb(100,146,205);
	//border:1px solid rgb(100,146,205);
	font-weight:900;
}

.program table .room:before, .programTable .room:before {
    font-family: FontAwesome;
    content: '\f124';
    //content: '\f041';
    margin-right: 5px;
}

.programTable .roomSmall, .programTable .roomPlaceholder
{
	display:inline-block;
   padding-left:20px;
   padding-bottom:10px;
   float:right;
   
}   

.programTable .roomSmall:before {
    font-family: FontAwesome;
    content: '\f124';
    //content: '\f041';
;
}




.programTable .row, .programTable .col
{
	padding:0px !important;
	margin:0px !important;
}

.programTable .row:not(:first-child)
{
	margin-top:20px !important;
}


.programTable .row .slots
{
	padding:20px !important;
	margin:0px !important;
	margin-bottom:20px;
	
}


.programTable  .borderTop
{
border-top: 1px solid #ccc;
}

.programTable  .borderBottom
{
border-bottom: 1px solid #ccc;
}

.programTable .even
{
 background-color: #f5f5f5;
}


.programTable .odd
{
 background: #fff;
}

.programTable h3 {
    background-color: rgb(100,146,205);
   
    display:inline-block;
    color:#fff !important;
       border:1px solid rgb(100,146,205);
    font-size:17px!important;
    color:#fff; 
    padding:0px; padding-left:10px; padding-right:10px;
    
}


.programTable .inactive {
    background-color: #fff;
   
    display:inline-block;
    color:rgb(100,146,205) !important;
    border:1px solid rgb(100,146,205);
    font-size:17px!important;
    color:#fff;  padding:0px; padding-left:10px; padding-right:10px;
    margin-left:0px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    
    
    font-weight: normal !important;
    font-size: 30px;
    letter-spacing: 4px;
    line-height: 32px;
    color: rgb(100,146,205) !important;
    text-transform:uppercase;
    
    
}

.programTable .inactive:hover
{
	 background-color: rgb(100,146,205);
	 color:#fff !important;
}


.programTable h3 span {
    color: #fff !important;
    font-weight: normal !important;
}
.programTable h3 span:before {
    content: ' / ';
} 

.program table .room, .programTable .room {
    display: block;
    float: left;
    clear: both;
    margin-top: 5px;
    font-size: 13x;
    margin-left: 0px;
    
    padding:0px; color:#fff; background-color:#f9b000 ;padding-left:8px; padding-right:8px; 
    color:#fff !important;
}
.program table .speakerName, .programTable .speakerName, .speakerName {
    border-bottom: 1px dotted;
}
.program table .speakerName:hover, .programTable .speakerName:hover, .speakerName:hover {
    border-bottom: 1px solid;
    cursor: hand;
    cursor: pointer;
}
.program table .speakerCompany, .programTable speakerCompany {
    font-size: 12px;
}
.program table thead td h3 {
    color: rgb(100,146,205);
}
.program table thead td h3 span {
    color: #666 !important;
    font-weight: normal !important;
}
.program table thead td h3 span:before {
    content: ' / ';
}
.program table thead td {
    border-bottom: 1px solid #dddddd;
}
.program table thead td h3 {
    margin-bottom: 0px;
}
.program table tbody tr.odd {
    background: #f5f5f5;
}
.program table tbody tr.even {
    background: #ffffff;
}
.program table tbody td {
    font-size: 14px;
    line-height: 28px;
}
.program table tbody td:first-child {
    color: #666666;
    //padding-right:20px;
    width: 25%;
}
.program table tbody tr:last-child {
   border-bottom: 1px solid #dddddd;
}
.program .summary, .programTable .summary {
    display: none;
    margin-top: 00px;
    margin-left: 0px;
    margin-bottom: 10px;
    padding: 10px;
    padding-left:10px;
    padding-top:10px;
    font-size:15px;
    line-height:20px;
}



.program .readSummary, .programTable .readSummary {
    font-size: 12px;
   	//background-color:#999;
	//padding:2px;
	//padding-left:5px;
	//padding-right:5px;
	//color:#fff !important;
    
}
.program .listOfSpeaker, .programTable .listOfSpeaker {
    margin-top: 10px;
}
.program .gray, .programTable .gray {
    color: #666;
}
.programPrintHeader {
    display: none;
}


/* REGISTER FORM classes */
#registerForm h4 {
    text-align: center;
    padding: 20px;
    padding-left: 0px;
    padding-top: 0px;
    color: rgb(100,146,205);
    font-size: 19px;
}
#registerForm hr {
    margin-top: 30px;
    ;
    margin-bottom: 30px;
    ;
}
#registerForm label {
    margin-top: 0px;
    ;
    text-transform: uppercase;
    color: rgb(100,146,205) !important;
    margin-bottom: 10px;
    font-weight: 600;
}
#registerForm .captchaImageWrapper {
    position: relative;
}
#registerForm .captchaImage {
    width: 100%;
    vertical-align: top;
    ;
}
#registerForm .captchaImageWrapper div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: #fff;
}
#registerForm .captchaImageReload {
    //margin-top: 5px;
     position: absolute;
    bottom:-3px;;
    right: -3px;
    display: inline-block;
    background-color:rgba(255,255,255,1); 
    padding:5px; 
    padding-left:10px; 
    padding-right:10px; 
    color:#999;
    text-transform: uppercase;
    font-size:130%;
    border-radius:3px;
    z-index:100;
}
#registerForm .captchaImageReload:hover {
   // border-bottom: 1px solid #999;
    cursor: pointer;
    color:rgb(100,146,205);
    cursor: hand;
     -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
#registerForm .terms {
    border: 1px solid #999;
    padding: 10px;
    margin-bottom: 10px;
}
#registerForm .info {
    border-left: 3px solid rgb(100,146,205);
    padding: 10px;
    margin-bottom: 10px;
     line-height: 20px;
    font-size: 15px;
    font-weight: 300;
    margin: 0px 0 10px 0;
    color: #888;
    letter-spacing: 1px;
}
#registerForm #companyDetailsFrame {
    display: none;
}
#registerForm #studentDetailsFrame {
    display: none;
}
.disabled { 
    position : relative; 
}
.disabled:after {
    content:' ';
    width: 100%;
    height: 100%;
    left:0;
    top: 0;
    position:absolute;
    background-color: rgba(255,255,255, 0.75);
}

.has-feedback .form-control-feedback {
    top: 25px;
    right: 0;
}
.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: -12px;
}

.registerNote
{
	color:#ef7d00;
	padding-left:100px;
	padding-right:100px;
	text-transform: uppercase;
}

.btn-gray-line {
    color: #999;
    border-color: #999;
    padding: 9px 20px;
}
.btn-gray-line:hover {
    color: #fff;
    background: #999;
}
img {
    border-radius: 4px;
}
img.lazy, img.lazyLoad {
    background-image: url('/assets/images/loadingSpinner.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 32px 32px;
   


}


.team-item-img
{
 cursor: pointer !important;
 }
.owl-item.loading{

}

/* IMPRINT TABLE classes */
.imprint table {
    border-collapse: separate;
    border-spacing: 20px 20px;
}
.imprint table td {
    vertical-align: top;
}

#imprint p {
    margin-left: 25px;
    line-height:1.5;
    overflow-wrap: break-word;
  	word-wrap: break-word;

  	-ms-word-break: break-all;
  	/* This is the dangerous one in WebKit, as it breaks things wherever */
  	word-break: break-all;
  	/* Instead use this non-standard one: */
  	word-break: break-word;
}


@media (max-width: 667px)
{ 

#imprint p 
{
  margin-left: 0px;
  line-height:1.5;
  
}

}


#imprint  h5 {
    color: rgb(100,146,205);
    margin-top: 35px;
    font-size: 17px;
    border-bottom: 1px solid #ccc;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; 
}

.imprint table td:not(:first-child) {
    padding-bottom: 10px;
}
/* IMPRINT TABLE classes */
.confirm table, .confirm {
   	width:100%;
    background-color:#f9f9f9;
    border:collapse:
    border-spacing: 20px 20px;


}
.confirm table td {
    vertical-align: top;
        padding:20px;
}
.confirm table p, confirm p {
    margin-left: 25px;
    vertical-align: top;
    font-size:15px !important;
    padding-bottom:20px!important;
}
.confirm table h5, .confirm h5 {
    color: rgb(100,146,205);
    margin-top: 0px !important;
    font-size: 17px;
    //border-bottom: 1px solid #ccc;
}
.confirm table td:not(:first-child) {
    padding-bottom: 10px;
}

.confirm
{
	padding:20px;
	padding-top:20px;
}

.confirm h3
{
	
	padding-bottom:20px;
	font-size:20px !important;
}


.confirm h3, .confirm p
{
	
	padding-bottom:20px;
	}
	
 .confirm h5 
{
	
	margin-bottom:5px !important;
	padding:0px !important;
	}



.ticketPrice table {
    width:100%;
    background-color:#3577BE;
    border:collapse:
     border-spacing: 20px 20px;
   
   
   
    
}
.ticketPrice table td {
    vertical-align: top;
    padding:20px;
    color:#fff;
    font-size:15px !important;	
  
}

.ticketPrice table td.noPadding
{
	padding-top:0px;
	padding-bottom:0px;
}



.ticketPrice table td.itemDescription
{
 	padding-bottom:30px;
 	max-width: 75% !important;
 	width:75%;
}

.ticketPrice table td.itemDescription .uppercase
{
//		text-transform:uppercase;
}

.ticketPrice table td.itemDescription .underLine
{
	text-decoration:underline;
}

.ticketPrice .notice
{
	background-color: #ef7d00;
	padding:20px;
	margin-top:10px;
	
}


.ticketPrice table td.itemPrice
{
	padding-left:0px !important;
}

.ticketPrice table td.item
{
	text-transform:uppercase;
}

.ticketPrice table tbody tr:nth-child(1)
{
	border-top:3px solid white;
}


.ticketPrice table td.sep
{
	border-top:1px solid white;
	padding:0;
	padding-top:10px;
}

.ticketPrice table td.sepBottom
{
	//border-bottom:15px solid white;
	
}


.ticketPrice table td.noBackGround
{
	background-color:#aaa !important;
}



.ticketPrice table p {
    margin-left: 25px;
    vertical-align: top;
	font-size:20px !important;	
}

.ticketPrice table h5 {
    color: rgb(100,146,205);
    margin-top: 10px;
    font-size: 17px;
    //border-bottom: 1px solid #ccc;
}

.ticketPrice  table td:not(:first-child) {
    padding-bottom: 10px;
}




.registerDetails h4 {
    font-weight: 600;
    font-size: 20px;
    color: rgb(100,146,205);
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
.registerDetails h4.error {
    color: red;
}
.registerDetails span {
    margin-top: 15px;
    display: block;
    color: red;
    font-weight: 600;
    text-transform: uppercase;
}
.registerDetails span:before {
    font-family: FontAwesome;
    content: '\f071';
    margin-right: 3px;
}
.registerDetails hr {
    margin-bottom: 20px;
    margin-top: 15px;
}
.registerDetails .content,
.registerDetails .content p {
    font-size: 15px;
}

.localeString, #formData {
    display: none;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.page-break	{ display: none; }

.archive-filter {

    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 30px;
    padding: 0;
    text-align: center;
  
}

.archive-filter.white
{
	margin-bottom:0px !important;
}

.archive-filter li {

    list-style: none;
    display: inline-block;
    margin-bottom:10px;
}
.archive-filter li a, .archive-filter li span {
    display: block;
    margin-left: 15px;
    margin-right: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px !important;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    color: #ccc;
      border-radius:3px;
   // border-radius:30px;
    border:1px solid #eee;
    padding:5px;
	padding-left:15px;
    padding-right:15px;
}

.archive-filter li a:hover
{
   background-color:#fff !important;
   color:rgb(100,146,205);
    border:1px solid  rgb(100,146,205);;
}


.archive-filter.white li a
{
color:#fff !important;
font-size:13px !important;

padding:5px;
    padding-left:12px;
    padding-right:10px;

}

.archive-filter li a.active,  .archive-filter li span.active {
    background-color:rgb(100,146,205);
    color:#fff;
    
     border:0px solid #eee;
}

.arrow_box {
	position: relative !important;
	background: #ef7d00;
	text-transform: uppercase;
	color:#fff;
	padding:20px;
	font-size:115%;
	width:70%;
	display:inline-block;

	margin-bottom:20px!important;

	
	
}


 .marginTop15 { 
	margin-top:15px !important;

	
}


.arrow_box:after {
	
	left: 50% !important;;
	top:-20px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	transform:rotate(180deg);
	position: absolute !important;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ef7d00;
	border-width: 10px;
	margin-left: -10px;
}


.arrow_boxDown {
	position: relative !important;
	background: #ef7d00;
	text-transform: uppercase;
	color:#fff;
	padding:20px;
	font-size:115%;
	width:70%;
	display:inline-block;

	margin-bottom:20px!important;

	
	
}



.arrow_boxDown:after {
	
	left: 50% !important;;
	top:100% !important;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	
	position: absolute !important;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ef7d00!important;;
	border-width: 10px;
	margin-left: -10px;
}

.my-tooltip + .tooltip > .tooltip-inner {background-color: #999; padding:10px; padding-left:15px; padding-right:15px;}
.my-tooltip + .tooltip > .tooltip-arrow { border-top-color:#999; }

.dark-bg-gradient
{
	background: rgba(186,186,186,1);
	background: -moz-linear-gradient(top, rgba(186,186,186,1) 0%, rgba(107,107,107,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(186,186,186,1)), color-stop(100%, rgba(107,107,107,1)));
	background: -webkit-linear-gradient(top, rgba(186,186,186,1) 0%, rgba(107,107,107,1) 100%);
	background: -o-linear-gradient(top, rgba(186,186,186,1) 0%, rgba(107,107,107,1) 100%);
	background: -ms-linear-gradient(top, rgba(186,186,186,1) 0%, rgba(107,107,107,1) 100%);
	background: linear-gradient(to bottom, rgba(186,186,186,1) 0%, rgba(107,107,107,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bababa', endColorstr='#6b6b6b', GradientType=0 );
}

.section_arrow {
	position: relative;

	
}
.section_arrow:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(153, 153, 153, 0);
	border-bottom-color: rgb(171, 171, 171);
	border-width: 15px;
	margin-left: -15px;
}

.mfp-title
{
	font-size:100% !important;
	margin-top:10px;
	color:#333;
	background-color:rgb(100,146,205);
	padding:10px;
	position:absolute;
	bottom:4px;
}

.mfp-title .heading, .mfp-title .headingNoLine
{
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	
}

.mfp-title .heading:after
{
	content:" | ";
}

.mfp-title .text
{
color:#fff !important;
}

.mfp-counter
{
	font-size:110% !important;
	background-color: #ef7d00;
	padding:5px;
	color:#fff;
	padding-top:5px;
}

.speakerDetails button, .mfp-image-holder button
{
	display:none;
}
.gallery-item
{
	overflow:hidden;
	 -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

	}
.item-box img {
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.item-box:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.accordion-title
{
	color:#999;
}

.underline
{
	//border-bottom:1px solid #fff;
	//text-decoration:underline;
	//border:1px solid #fff;
	padding:5px;
	padding-left:0px;
	padding-right:0px;
}


.programTableLogo
{
	//display:none;
	display:block;
}

.programTable .topic .workshop,.workshop
{
background-color:#b4438e!important;
color:#fff !important;
display:inline-block; 
padding:5px;
 padding-left:8px; 
 padding-right:8px; 
 margin-bottom:5px !important;
  font-weight:bold;
 
  text-align:center;
}
.printDate
	{
		display:hidden !important;
	}

@media sss {

}

@media print {

body {-webkit-print-color-adjust: exact;}
#workShopContainer h4
{
	background-color:red !important;

        }
        
        .timeline li div span 
        {
        	color:rgb(100,146,205)!important;
        	}
        	
        	  .timeline li p,   .timeline li b
        {
        	color:#666 !important;
        	}
.footer {
        display: none !important;:
    }
    .header {
        display: none;
    }
    .inner-intro {
        display: none;
    }
    .pt-15 .pt-sm-15 {
      
    }
    .speakerName, .openSpeakerDetails
    {
    	  border-bottom: none !important;
    }
    
    
	.page-break	{ display: block; page-break-before: always; }
	
	.printDate
	{
		display:block !important;
	}
    .site-spinner {
        display: none;
    }
    .programHeader {
        display: none;
    }
    .pageTitle
    {
    	display:none !important;
    }
    
    .programTable .topic .workshop
{
background-color:#999 !important;
color:#fff !important;
display:inline-block; 
padding:0px;
 padding-left:5px; 
 padding-right:5px; 
 margin-bottom:5px !important;
  font-weight:bold;
  font-size:13px !important;
}
    
    
    #exportPDFSection
    {
    	display:none;
    }
    .programPrintHeader {
        display: block !important;
        margin-top: -120px;;
        margin-bottom: 0px;
        
    }
    .programTableLogo, .programTableLogo img
    {
    	
    
    }
    .breadcrumb {
    border: 2px solid rgb(100,146,205) !important;
    background-color: #fff !important;
    padding: 10px;
   	width:100%!important;
    color: rgb(100,146,205) !important; //rgb(100,146,205) !important;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    font-weight: 600;
}
.breadcrumb span {
    font-weight: 400;
    display: inline-block;
    color: rgb(100,146,205) !important; //#666 !important;
    padding-left: 10px;
}
    
    .programPrintHeader h3 {
        //display:none;
    }
    .programPrintHeader h3 span {
        color: #666 !important;
    }
   
    .programTable
    {
    	 margin-top: -100px;;
    	  color:red !important;
    	  font-size:12px !important;
    	
    }
    .programTable  .borderTop
	{
		border-top: 0px solid #ccc;
	}
	.programTable  .borderBottom
	{
		border-bottom: 0px solid #ccc;
	}

    .program {
        padding: 20px;
    }
    .programTable .readSummary {
        display: none;
    }
    .programTable .summary {
        margin-top: -20px !important;
         margin-bottom: -10px !important;
        padding-right:50px !important;
        display: block;
       padding-top:0px !important;
        color: #666 !important;
        word-wrap: break-word !important;
        font-size:12px !important;
    }
    
    
    .programTable .topic {
        color: rgb(100,146,205) !important;
        font-weight: 600 !important;
         font-size:14px !important;
         margin:0px!important;
         padding:0px !important;
        

         
    }
    .programTable b.bold {
        color: rgb(100,146,205) !important;
        text-decoration: underline;
    }
    .programTable .summary .fa-quote-right {
        margin-left: 5px;
     
        display: none;
    }
    .programTable .summary .fa-quote-left {
        display: none;
    }
    .programTable .summary:before {
        content: "\a";
        white-space: pre;
    }
    
     
    .programTable .summary:after {
        content: "\a";
        white-space: pre;
        color: #000 !important;
    }
    .programTable .speakerName {
        border: 0;
        color:rgb(100,146,205) !important;
        font-size:10px !important;
        font-weight:bold;
        
    }
    
    .programTable .speakerCompany {
        border: 0;
        color:rgb(100,146,205) !important;
        font-size:10px !important;
        font-weight:normal;
        
    }
    
    .listOfSpeaker .fa-users, .program .gray, .programTable .gray
    
    {
    	color:#666 !important;
    }
    
    .footer {
        display: none !important;:
    }
    .header {
        display: none;
    }
    .inner-intro {
        display: none;
    }
    .ptb,
    .ptb-sm-80 {
        padding: 0 !important;
        margin: 0!important;
    }
    
    .programTable table .summary {
      color:#666 !important;
    }
    .programTable h3 {
    //border: 1px solid rgb(100,146,205) !important;
    display:inline-block;
    background-color:rgb(100,146,205)  !important;
    color:#fff;
   
    padding:0px  !important;
    padding-left:10px  !important;
    padding-right:10px  !important;
    font-weight:bold !important;
   
   
    background-color:rgb(100,146,205); color:#fff; padding:5px; padding-left:8px; padding-right:8px; display:inline-block; font-size:20px;
}

  .programTable h3 .inactive {

}

.programTable h3 span {
    color:fff  !important;
    font-weight: normal !important;
}
.programTable h3 span:before {
	color:#fff  !important;
    content: ' / ';

}
.programTable .time {
        border: 1px solid #999 !important;
         color:#999 !important;
         font-size:10px !important;
         line-height:10px !important;
         padding:3px !important;
         padding-left:3px !important;
          padding-right:3px !important;
          border-radius:0px!important;
          margin:0px !important;
    }
    .programTable .roomSmall{
    
    padding:0px !important;
    background-color: #999;
    display: inline-block;
    border: 1px solid #999;

    border-radius: 0px !important;
    font-size:10px !important;
         line-height:10px !important;
         padding:3px !important;
         padding-left:3px !important;
          padding-right:3px !important;
    margin-bottom:10px;

     font-size:10px !important;
         margin-bottom:10px!important;
  
    }
     .programTable .roomSmall,   .programTable .roomSmall:before   {
       
         color:#999 !important;
        
    }
    
 
    
}
#randomQuote
{
	
}


.quote-wrapper{
 
 

width: 100%;
  margin: 0px auto;
  padding-top: 20px;
 padding-bottom: 20px;
 
}

.padded-quote {
  font-size:220%!important;
  line-height: 1.1;
}

.padded-quote {
  display: inline;
  background: #fff;
  color: rgb(100,146,205) !important;
  text-transform: none !important;
  word-spacing: 0px;
  line-height: 1.5;
  padding:2px;
  box-shadow: 10px 0 0 #fff, -10px 0 0 #fff;
   -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  font-weight:normal;
}






.mfp-content
{

}

.mfp-counter
{

}

.speakerDetails button
{
	display:none;
}


.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.priceTableItem
{
	padding:15px;
	padding-bottom:10px;
	background-color:rgba(100,146,205,0.9);
	color:#fff !important;
}

.priceTableItem p
{
	text-transform:uppercase;
	color:#fff !important;
}



.priceTablePrice
{
	padding:20px;
	padding-bottom:10px;
	background-color:#ddd;
	color:#fff !important;
}



.priceTablePrice p
{
	text-transform:uppercase;
	color:#555 !important;
}

.priceTableRegister
{
	padding:20px;
	padding-bottom:10px;
	background-color:#eee;
	color:#555 !important;
}

.priceTableRegister a
{
	margin-top:-8px;
}

.priceTableCell
{
	margin-left:5px;
	margin-bottom:5px;
	overflow:hidden !important;
}


.priceTablePrice p
{
	font-size:100%;
}

.priceTableCell span
{
	border:2px solid rgba(100,146,205, 1);
	background-color:rgba(100,146,205, 1);;
	color:#fff;
	padding:3px;
	padding-left:5px;
	padding-right:5px;
	border-radius: 3px;
	margin-bottom:8px;
	display:inline-block;
	font-size:100% !important;
}


.v-center {
   display:flex;
 justify-content:center;
 align-items: center;
 flex-flow: column;

}
 
.tooltip.top .tooltip-inner {
    background-color:rgb(100,146,205);
    padding:10px !important;
  }
.tooltip.top .tooltip-arrow {
	border-top-color: rgb(100,146,205);
}
       
.archive-filter hr
{
	border: 0;
    border-bottom:1px solid rgb(100,146,205);
    margin-bottom:10px;
    margin-top:10px;
    display:none;
}

.archive-filter
{
	display:inline-block;
	//border:0px solid #999;
	//background-color:#eee;
	//padding:5px;
	//padding-top:10px;
	//padding-bottom:10px;

}

.headlineSep
{
	border-top:1px solid #ccc; 
	width:80px; 
	display: inline-block;
}

.openLightbox
{
	cursor:pointer;
}

.quote-wrapper{


width: 80%;
  margin: 0px auto;
  padding-top: 20px;
 padding-bottom: 20px;
 font-weigth:normal !important;

 
}

.padded-quote_intro {
  font-size:180%!important;
  line-height: 1.1;
}

.padded-quote_intro {
  display: inline;
  background: rgba(100,146,205, 0.9);
  color: #fff !important;
  text-transform: uppercase !important;
  word-spacing: 0px;
  line-height: 1.7;
  box-shadow: 10px 0 0 rgba(100,146,205, 0.9), -10px 0 0 rgba(100,146,205, 0.9);
  moz-box-shadow: 10px 0 0 rgba(100,146,205, 0.9), -10px 0 0 rgba(100,146,205, 0.9);;
  padding:5px;
  font-weight:normal !important;
   -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}
.padded-quote_intro2 {
  font-size:200%!important;
  line-height: 1.1;
}

.padded-quote_intro2 {
  display: inline;
  background: rgb(46, 204, 64);
  color: #fff !important;
  text-transform: uppercase !important;
  word-spacing: 0px;
  line-height: 1.7;
  box-shadow: 10px 0 0 rgb(46, 204, 64), -10px 0 0 rgb(46, 204, 64);
  moz-box-shadow: 10px 0 0 rgb(46, 204, 64), -10px 0 0 rgb(46, 204, 64);;
  padding:5px;
  font-weight:normal !important;
   -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}




.padded-quote_intro_corona {
  font-size:210%!important;
  line-height: 1.1;
}

.padded-quote_intro_corona {
  display: inline;
  background: rgb(171,134,45);
  color: #fff !important;
  text-transform: uppercase !important;
  word-spacing: 0px;
  line-height: 1.7;
  box-shadow: 10px 0 0 rgb(171,134,45), -10px 0 0 rgb(171,134,45);
  moz-box-shadow: 10px 0 0 rgb(171,134,45), -10px 0 0 rgb(171,134,45);;
  padding:5px;
  font-weight:normal !important;
   -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}


quote-wrapper_intro_corona2 {
  font-size:210%!important;
  line-height: 1.1;
}

quote-wrapper_intro_corona2 {
  display: inline;
  background: rgb(171,134,45);
  color: #fff !important;
  text-transform: uppercase !important;
  word-spacing: 0px;
  line-height: 1.7;
  box-shadow: 10px 0 0 rgb(171,134,45), -10px 0 0 rgb(171,134,45);
  moz-box-shadow: 10px 0 0 rgb(171,134,45), -10px 0 0 rgb(171,134,45);;
  padding:5px;
  font-weight:normal !important;
   -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}





@media (max-width: 1024px) {
h3, h6
{
	font-size:90% !important;
}
.arrow_box
{
	width:100%;
	
	margin:0;
}
.priceTableCell p
{
	font-size:90% !important;
}
.padded-quote_intro {
  font-size:100%!important;
  line-height: 2.2!important;
}

.padded-quote {
  font-size:90%!important;
  line-height: 1.9!important;
}


.padded-quote_intro {
  font-size:90%!important;
  line-height: 1.1;
}

.padded-quote_intro {
  display: inline;
  background: rgba(100,146,205, 0.9);
  color: #fff !important;
  text-transform: uppercase !important;
  word-spacing: 0px;
  line-height: 1.7;
  box-shadow: 10px 0 0 rgba(100,146,205, 0.9), -10px 0 0 rgba(100,146,205, 0.9);
  moz-box-shadow: 10px 0 0 rgba(100,146,205, 0.9), -10px 0 0 rgba(100,146,205, 0.9);;
  padding:5px;
  font-weight:normal !important;
   -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}
.padded-quote_intro2 {
  font-size:90%!important;
  line-height: 1.1;
}

.padded-quote_intro2 {
  display: inline;
  background: rgb(46, 204, 64);
  color: #fff !important;
  text-transform: uppercase !important;
  word-spacing: 0px;
  line-height: 1.7;
  box-shadow: 10px 0 0 rgb(46, 204, 64), -10px 0 0 rgb(46, 204, 64);
  moz-box-shadow: 10px 0 0 rgb(46, 204, 64), -10px 0 0 rgb(46, 204, 64);;
  padding:5px;
  font-weight:normal !important;
   -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}




.padded-quote_intro_corona {
  font-size:90%!important;
  line-height: 1.1;
}

.padded-quote_intro_corona {
  display: inline;
  background: rgb(171,134,45);
  color: #fff !important;
  text-transform: uppercase !important;
  word-spacing: 0px;
  line-height: 1.7;
  box-shadow: 10px 0 0 rgb(171,134,45), -10px 0 0 rgb(171,134,45);
  moz-box-shadow: 10px 0 0 rgb(171,134,45), -10px 0 0 rgb(171,134,45);;
  padding:5px;
  font-weight:normal !important;
   -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}


quote-wrapper_intro_corona2 {
  font-size:90%!important;
  line-height: 1.1;
}

quote-wrapper_intro_corona2 {
  display: inline;
  background: rgb(171,134,45);
  color: #fff !important;
  text-transform: uppercase !important;
  word-spacing: 0px;
  line-height: 1.7;
  box-shadow: 10px 0 0 rgb(171,134,45), -10px 0 0 rgb(171,134,45);
  moz-box-shadow: 10px 0 0 rgb(171,134,45), -10px 0 0 rgb(171,134,45);;
  padding:5px;
  font-weight:normal !important;
   -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}



}

@media (max-width: 320px) {
h3, h6
{
	font-size:60% !important;
}
.arrow_box
{
	width:100%;
	
	margin:0;
}
.priceTableCell p
{
	font-size:90% !important;
}
.padded-quote_intro {
  font-size:60%!important;
  line-height: 2.2!important;
}

.padded-quote {
  font-size:90%!important;
  line-height: 1.9!important;
}


.padded-quote_intro {
  font-size:60%!important;
  line-height: 1.1;
}

.padded-quote_intro {
  display: inline;
  background: rgba(100,146,205, 0.9);
  color: #fff !important;
  text-transform: uppercase !important;
  word-spacing: 0px;
  line-height: 1.7;
  box-shadow: 10px 0 0 rgba(100,146,205, 0.9), -10px 0 0 rgba(100,146,205, 0.9);
  moz-box-shadow: 10px 0 0 rgba(100,146,205, 0.9), -10px 0 0 rgba(100,146,205, 0.9);;
  padding:5px;
  font-weight:normal !important;
   -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}
.padded-quote_intro2 {
  font-size:60%!important;
  line-height: 1.1;
}

.padded-quote_intro2 {
  display: inline;
  background: rgb(46, 204, 64);
  color: #fff !important;
  text-transform: uppercase !important;
  word-spacing: 0px;
  line-height: 1.7;
  box-shadow: 10px 0 0 rgb(46, 204, 64), -10px 0 0 rgb(46, 204, 64);
  moz-box-shadow: 10px 0 0 rgb(46, 204, 64), -10px 0 0 rgb(46, 204, 64);;
  padding:5px;
  font-weight:normal !important;
   -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}




.padded-quote_intro_corona {
  font-size:60%!important;
  line-height: 1.1;
}

.padded-quote_intro_corona {
  display: inline;
  background: rgb(171,134,45);
  color: #fff !important;
  text-transform: uppercase !important;
  word-spacing: 0px;
  line-height: 1.7;
  box-shadow: 10px 0 0 rgb(171,134,45), -10px 0 0 rgb(171,134,45);
  moz-box-shadow: 10px 0 0 rgb(171,134,45), -10px 0 0 rgb(171,134,45);;
  padding:5px;
  font-weight:normal !important;
   -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}


quote-wrapper_intro_corona2 {
  font-size:60%!important;
  line-height: 1.2;
}

quote-wrapper_intro_corona2 {
  display: inline;
  background: rgb(171,134,45);
  color: #fff !important;
  text-transform: uppercase !important;
  word-spacing: 0px;
  line-height: 1.7;
  box-shadow: 10px 0 0 rgb(171,134,45), -10px 0 0 rgb(171,134,45);
  moz-box-shadow: 10px 0 0 rgb(171,134,45), -10px 0 0 rgb(171,134,45);;
  padding:5px;
  font-weight:normal !important;
   -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}



}

.accordion-title
{
	font-size:130%;
}

.help-block
{
	background-color:#a80d1b;
	color:#fff !important;
	border-radius:0px !important;
	text-align:center !important;
	padding-left:5px !important;
	padding-right:5px !important;
	text-transform:uppercase!important;
	padding-top:5px!important;
	padding-bottom:5px!important;
}
.arrow_box h1
{
	color:#fff;
	font-size:150%;
	padding:0 !important;
	margin:0 !important;
	
}


.btn-blue-line
{
	cursor:pointer !important;
	background-color:#fff;
	color:rgb(100,146,205);
	pointer-events: auto;
}

.btn-blue-line:hover
{

	color:#fff !important;
	background-color:rgba(100,146,205, 1);
	border-color:rgba(100,146,205, 1);
}

a.white:hover
{
	color:rgba(100,146,205, 1) !important;
}
a.white2
{
	color:#fff !important;
}


a.white2:hover
{
	color:#666 !important;
}

.accordion
{
}

a:hover, .btn:hover, button:hover { cursor: pointer !important }
a[onclick] { cursor: pointer }


.form-control-feedback
{
	display:none !important;
}

#location  hr
{
	margin-top:20px;
	margin-bottom:20px;
 	border: none;
    background-color: #fff;
    color: #fff;
    height: 1px;
}
.info-box
{
	background-color:#ef7d00; 
	padding:10px; 
	color:#fff;
}
.info-box b
{
	text-transform:uppercase;
}

.categories
{
	 border:1px solid rgb(255,255,255);
    
    color:#fff !important;
    padding:3px  !important;
    padding-left:10px !important;
    padding-right:10px !important;
    font-size:14px !important;
    border-radius:3px;
    font-weight:normal !important;
}

.categories:hover
{
	 border:1px solid rgb(255,255,255);
      background-color:#fff;
    color:rgb(171,171,171) !important;
    padding:3px  !important;
    padding-left:10px !important;
    padding-right:10px !important;
    font-size:14px !important;
}

.categories.active
{
	 border:1px solid #fff !important;
    background-color:#fff;
    color:rgb(171,171,171)!important;
    padding:3px  !important;
    padding-left:10px !important;
    padding-right:10px !important;
    font-size:14px !important;
    
   
   
}


#EventdetailsPanel
{
height:0px;
  overflow:hidden;
  
}


#toggleEventdetails 
{
	color:#fff;
	font-size:20px;
	
}

.rotate{
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    
}

.rotate.down{
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}
.square-box{
    position: relative;
    width: 10%;
    overflow: hidden;
    background: rgb(100,146,205);
}

	
.square-box2{
    position: relative;
    width: 10%;
    overflow: hidden;
    background: rgb(100,146,205);
}
.square-box:before{
    content: "";
    display: block;
    padding-top: 100%;
}
.square-content{
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: white;
}
.square-content div {
   display: table;
   width: 100%;
   height: 100%;
}
.square-content span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: white
}

.corpTextColor
{
 color: rgb(100,146,205) !important;

}
.owl-stage
{
	margin-bottom:10px !important;
}
﻿

	ul.timeline {
		list-style-type: none;
		position: relative;
	}
	ul.timeline:before {
		content: ' ';
		background: #eee !important;
		display: inline-block;
		position: absolute;
		left: 10px;
		width: 2px;
		height: 100%;
		z-index: 400;
	}
	ul.timeline > li {
		margin: 40px 0;
		  margin-top: 20px;
		padding-left: 0px;
	}
	ul.timeline > li:before {
		content: ' ';
		background: white;
		display: inline-block;
		position: absolute;
		border-radius: 50%;
		border: 10px solid rgb(100,146,205);
		left: 1px;
		width: 20px; 
		height: 20px;
		z-index: 400;
	}
	
	.workshops    a, a:hover
    {
   	 color:#666;
   	 font-size:13px;
    }
    
    
 .workshops   .accordion-content {
    	 color:#666;
   	 font-size:14px !important;
}
.workshops .accordion-section  {
    border-top: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
}
.workshops .accordion-section:last-child {
    border-bottom: 1px solid #f1f1f1;
}
.workshops .accordion-title {
    cursor: pointer;
    display: block;
    position: relative;
    padding: 20px 30px;
    
    font-size:15px;
        text-transform:uppercase;
        color:rgb(100,146,205);;
}
.workshops .accordion-title.active {
    /*background: #fafafa;*/
    
    background-color: rgb(100,146,205);
    color:#fff;
    text-transform:uppercase;
}
.workshops .accordion-title:before {
    content: "\f105";
    display: block;
    font-family: "FontAwesome", sans-serif;
    position: absolute;
    right: 18px;
    font-weight: 400;
    font-size:20px;
    line-height:20px;
}
.workshops .accordion-title.active:before {
    content: "\f107";
}
.workshops .accordion-content.defualt-hidden {
    display: none;
    margin: 0;
}
.workshops .accordion-content{
font-size:14px !important;
    width:100%;
marhin:0px!important;
        padding:10px!important;

}

.workshops .accordion-content .title {
	color: rgb(100,146,205);
	display:inline-block;  
	font-weight:bold; 
	padding-top:10px !important;
	margin-bottom:10px; 
	font-size:19px!important;
}
.workshops .accordion-content .summary {
	color:#666;
	font-size:15px;
}

.workshops .accordion-content .time
{
background-color:rgb(100,146,205); color:#fff;padding:10px; margin-bottom:0px; line-height:20px;
}

.workshops .accordion-content .price
{ 
background-color:rgba(100,146,205,0.8)
}

.workshops .accordion
{

}

.workshops .accordion-section {
  padding:0px!important;
}

.workshops 
{
	font-size:40px!important;

}


 .tab-content {
  color : #666;
font-size:15px!important;
  padding : 5px 15px;
}



/* remove border radius for the tab */



/* change border radius for the tab , apply corners on top*/

.tab-content {
  color : #666;
  padding : 5px 15px;
}

.tab-content a {
  color : #666;	
  font-size:13px;
 
}


.nav-pills li  > a, .nav-pills 
{

color:#999;


}
.nav-pills
{
	display:inline-block;
	margin-bottom:10px;
}

.nav-pills .active a,
.nav-pills .active a:hover{
   
  border:1px solid rgba(100,146,205,1);
     background: rgba(100,146,205,1) !important;
    color:#fff;
    border:1px solid rgba(100,146,205,1);

}
.nav-pills a:hover {
  border:1px solid rgba(100,146,205,1);
     background: #fff !important;
    color:rgba(100,146,205,1);
    border:1px solid rgba(100,146,205,1);
}

.nav-pills a
{
border:1px solid #999;
border-radius:5px;
    border:1px solid #ccc;
    margin-right:15px;
    font-size:15px !important;
    padding:10px !important;
    padding-left:15px;
    padding-right:15px;
}

#betaStateState:hover
{
	cursor:pointer;
}

      
.tg-list {
  text-align: center;
  display: flex;
  align-items: center;
  
 padding:0px!important;
}

.tg-list-item {
  margin: 0 2em;
}


.tgl {
  display: none;
}
.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
  box-sizing: border-box;
}
.tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
  background: none;
}
.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
  background: none;
}
.tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 4em;
  height: 2em;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
.tgl + .tgl-btn:after {
  left: 0;
}
.tgl + .tgl-btn:before {
  display: none;
}
.tgl:checked + .tgl-btn:after {
  left: 50%;
}

.tgl-light + .tgl-btn {
  background: #999;
  border-radius: 2em;
  padding: 2px;
  transition: all .4s ease;
  
}
.tgl-light + .tgl-btn:after {
  border-radius: 50%;
  background: #fff;
  transition: all .2s ease;
}
.tgl-light:checked + .tgl-btn {
  background: rgb(100,146,205);
 
}


ul.countdown {
  list-style: none;
  margin: 20px 0;
  padding: 0;
  display: block;
  text-align: center;
  margin-bottom:40px !important;
  opacity:1;

}

ul.countdown li { display: inline-block; 


}

ul.countdown li span {
  font-size:30px;
  font-weight: 300;
  line-height: 10px;
 // padding: 0 20px;
 // border-top: 1px solid  rgb(187, 175,30	);
 // border-bottom: 1px solid  rgb(187, 175,30	);

  margin-left: -5px;
  padding:0px !important;
  padding-right:20px !important;
  padding-left:20px !important;
   }

ul.countdown li p {
  color: #fff;
  text-shadow:none;
  font-size: 12px;
  text-transform: uppercase;
  padding-top:0px;

}  

ul.countdown li span:first-of-type
{
 // border-left: 1px solid  rgb(187, 175,30	);
  }
  
  ul.countdown li span:last-of-type
{
 // border-right: 1px solid  rgb(187, 175,30	);
  }


.hours, .pre
{	
	 background-color:#fff !important;
	 color:#ef7d00;
	   padding:0px !important;
	}
	
	.hours
{	
	 background-color:#fff !important;
	 color:rgb(30,54,114	);
	 padding:0px !important;
	}
.days {
  background-color:#ef7d00;
//  padding: 0 10px;
  color: #fff;
  padding:0px !important;
}


.navigation > ul > li > a
{
	padding-right:5px !important;
	padding-left:00px !important;
}

@media all and (max-width: 736px){
	.navigation > ul > li > a
	{	
		padding-left:20px !important;	
	}
}



.navigation > ul > li:nth-last-child(2) a
{
	margin-left:10px !important;
}
