/*GENERAL*/

html, html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

body {
    font-family: 'Open Sans', sans-serif;
    padding-top: 100px;
    color: #333333;
    background-color: #f9f9f9;
}

p {
    color: #333333;
    font-size: 14px;
    line-height: 22px;
}

ul {
    color: #333333;
}

h2 {
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    line-height: 33px;
    margin-top: -3px;
}

h3 {
    font-family: "Open Sans";	
    font-size: 20px;	
    font-weight: 600;	
    line-height: 27px;
    color: #333333;
    margin-top: -3px;
}

h4 {
    font-family: "Open Sans";	
    font-size: 18px;	
    font-weight: 600;	
    line-height: 24px;
    color: #333333;
}

/*NAVIGATION BAR*/

.navbar {
    box-shadow: 0px 1px 5px #888;
    border-radius: 0;
    height: 80px; 
}

.navbar-brand {
    height: 80px;
}

.navbar-left {
    max-width: 350px;
}

.navbar .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}

.navbar-nav {
    height: 80px;
    margin-left: 10px;
}

.navbar-nav li p {
    line-height: 13px;
    border-left: 1px solid #e9e9e9;
    height: 80px;
    padding-left: 20px;
    font-size: 12px;
    padding-top: 20px;
    opacity: 0.5;
    font-family: 'Open Sans';
}

.navbar-nav .dropdown-menu li a {
    line-height: 20px;
}

.navbar-default li a {
    font-size: 12px;
}

.input-group {
    width: 100px;
    margin-right: 0;
    margin-top: 15px;
    margin-bottom: 15px;
}

.input-group input {
    font-size: 12px;
}

.navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
    width: inherit;
}

.navbar-right .btn-warning {
    width: 100px;
    margin-top: 6px;
    font-size: 12px;
    border-radius: 50px;
    background-image: linear-gradient(-180deg, #F0AD4E 0%, #EB9316 100%);
    box-shadow: 0 1px 0 0 #B26A02;
    padding-top: 8px;
    padding-bottom: 8px;
}

.dropdown-menu .active {
    pointer-events: none;
    cursor: default;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

/*HERO*/

.hero {
    margin-top: -20px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 40px;
    padding-bottom: 50px;
    background: linear-gradient(297.02deg, rgba(79,185,211,0.8) 0%, rgba(87,97,178,0.8) 55.56%, rgba(92,41,157,0.8) 100%), url(/images/photonics-background-innoget.jpg);
    background-size: cover;
    background-position: top;
}

.hero .breadcrumb {
    margin-bottom: -20px;
    padding-left: 0;
    background: transparent;    
}

.hero .breadcrumb a {
    color: #ffffff;
}

.hero h1 {
    color: #ffffff;	
    font-family: "Open Sans";	
    font-size: 34px;	
    font-weight: 800;	
    line-height: 40px;
    text-align: left;
}

.hero h4 {
    opacity: 0.7;	
    color: #ffffff;	
    font-family: "Open Sans";	
    font-size: 16px;	
    line-height: 22px;
    text-align: left;
    font-weight: 600;
}

.button-top-outter {
    margin-top: 25px;
}

.button-top-outter p {
    color: #ffffff;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.button-top .btn-warning.sg {
    display: inline-block;
    padding: 14px;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    border-radius: 100px;
    background-color: #EC892C;
    letter-spacing: 2px;
    text-transform: uppercase;
    min-width: 130px;
}

.button-top .btn-warning.lg {
    display: inline-block;
    padding: 14px;
    text-align: center;
    color: #EC892C;
    font-size: 12px;
    font-weight: 800;
    border-radius: 100px;
    background-color: #ffffff;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid #EC892C;
    min-width: 130px;
    margin-left: 5px;
}

.menu-h {
    background-color: #f3f3f3 !important;
    border-bottom: 1px solid #cccccc;
}

.menu-h ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-h ul li {
    display: inline-block;
    padding: 20px 20px;
    margin: 0 !important;
    width: auto;
    text-align: center;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    margin-right: -5px !important;
    background-color: #f3f3f3
}

.menu-h ul li:first-child {
    border-left: none;
}

.menu-h ul li:last-child {
    border-right: none;
}

.menu-h ul li:hover {
    background-color: #f1f1f1;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.menu-h ul li:hover:first-child {
    border-left: none;
}

.menu-h ul li:hover:last-child {
    border-right: none;
}

.menu-h li a {
    color: #333333;
}

.intro-a .video {
    margin-top: 50px;
    border-left: 1px solid #eeeeee;
    padding-left: 20px;
}

.intro-a .video p {
    color: rgba(51,51,51,0.5);	
    font-family: "Open Sans";	
    font-size: 11px;	
    line-height: 13px;
    margin-top: 5px;
}

.video .modal-dialog {
    margin-top: 100px;
}

.video .modal-body {
    margin: -20px;
}

.modal-backdrop {
    background-color: #000000;
    opacity: 0.7 !important;
}

.intro-a {
    margin-top: 50px !important;
    padding-bottom: 40px;
}

.list-h2 ul {
    list-style: none;
    width: 100%;
    font-size: 0;
    padding: 0;
    margin-bottom: 20px;
}

.list-h2 li:first-child {
    display: inline-block;
    width: 50%;
    height: 2px;
    background-color: #333333;
}

.list-h2 li:last-child {
    display: inline-block;
    width: 50%;
    height: 1px;
    background-color: #eeeeee;
}

.intro-b {
    margin-bottom: 40px;
}

.bxs > .row {
    overflow-x: auto;
    white-space: nowrap;
}

.bx-outter h4, p {
    white-space: normal;
}

.bxs > .row > .col-sm-3 {
    display: inline-block;
    float: none;
    margin-right: -20px;
    padding-bottom: 10px;
}

.bx-outter {
    border: 1px solid rgba(0,0,0,0.3);	
    border-radius: 2px;	
    background-color: #FFFFFF;	
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.3);
    padding: 20px;
    margin-top: 20px;
    min-width: auto;
    min-height: auto;
}

.bx-outter h4 {
    margin-top: 0px;
}

.bx-outter p {
    margin-bottom: -5px;
    opacity: 0.5;	color: #333333;	
    font-family: "Open Sans";	
    font-size: 14px;	
    line-height: 18px;
}

.cta-sg {
    margin-bottom: 50px;
}

.cta-sg-inner {
    background: linear-gradient(297.02deg, rgba(79,185,211,0.8) 0%, rgba(87,97,178,0.8) 55.56%, rgba(92,41,157,0.8) 100%), url(/images/photonics-background-innoget.jpg);
    background-size: cover;
    background-position: top;
    padding: 40px 20px 50px 70px;
    border-radius: 3px;	
    background-color: #FFFFFF;
}

.cta-sg-inner:hover {
    background: linear-gradient(297.02deg, rgba(79,185,211,0.8) 0%, rgba(87,97,178,0.8) 55.56%, rgba(92,41,157,0.8) 100%), url(/images/photonics-background-innoget.jpg);
    background-size: cover;
    background-position: top;
    padding: 40px 20px 50px 70px;
    border-radius: 3px;	
    background-color: #FFFFFF;	
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.3);
    transition: 0.5s;
}

.cta-sg-inner h2 {
    color: #ffffff;
}

.cta-sg-inner h4 {
    color: #ffffff;
    font-weight: 400;
}

.cta-sg .btn-warning.sg {
    display: block;
    margin-bottom: 10px;
    padding: 18px;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    border-radius: 100px;
    background-color: #EC892C;
    letter-spacing: 2px;
    text-transform: uppercase;
    max-width: 200px;
    margin-top: 15px;
}

.cta-sg .btn-warning.lg {
    display: block;
    padding: 18px;
    text-align: center;
    color: #EC892C;
    font-size: 12px;
    font-weight: 800;
    border-radius: 100px;
    background-color: #ffffff;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid #EC892C;
    max-width: 200px;
}

.techs .bx-outter table .avatar-1 {
    width: 40px;
    height: 40px;
    margin-top: 20px;
    margin-right: 10px;
    background: url('https://static8.innoget.com/uploads/f650807ad1e33f17f673647df97d31e028075d46.png');
    background-size: cover;
    border: 1px solid #cccccc;
    border-radius: 2px;
}

.techs .bx-outter table .avatar-2 {
    width: 40px;
    height: 40px;
    margin-top: 20px;
    margin-right: 10px;
    background: url('https://static1.innoget.com/uploads/5637684978fae63e12bd4c9c6cebbf340dd2c4ec.png');
    background-size: cover;
    border: 1px solid #cccccc;
    border-radius: 2px;
}

.techs .bx-outter table .avatar-3 {
    width: 40px;
    height: 40px;
    margin-top: 20px;
    margin-right: 10px;
    background: url('https://static0.innoget.com/uploads/5686ec7f9887597752ae3a66faba06c451133150.png');
    background-size: cover;
    border: 1px solid #cccccc;
    border-radius: 2px;
}

.techs .bx-outter p {
    max-width: 630px;
}
    
.techs .bx-outter:hover {
    -ms-transform: translate(1px, 3px); /* IE 9 */
    -webkit-transform: translate(1px, 3px); /* Safari */
    transform: translate(1px, 3px);
    transition: 0.5s;
}

.techs .bx-outter a {
    color: #333333;
}

.techs .bx-outter a:hover {
    text-decoration: none;
    color: #333333 !important;
}

.techs .bx-outter .read-m {
    border-top: 1px solid #eeeeee;
    margin-top: 15px;
    margin-left: -20px;
    margin-right: -20px;
    text-align: center;
    padding-top: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hd-img-1 {
    background: url('/images/photonics-technology-1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100px;
    margin: -20px -20px 20px -20px;
}

.hd-img-2 {
    background: url('/images/photonics-technology-2.jpg') !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100px;
    margin: -20px -20px 20px -20px;
}

.hd-img-3 {
    background: url('/images/photonics-technology-3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100px;
    margin: -20px -20px 20px -20px;
}

.hd-img-4 {
    background: url('/images/photonics-conference-1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 80px;
    margin: -20px -20px 20px -20px;
}

.hd-img-5 {
    background: url('/images/photonics-north-2018.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 80px;
    margin: -20px -20px 20px -20px;
}

.hd-img-6 {
    background: url('/images/ACP2017.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 80px;
    margin: -20px -20px 20px -20px;
}


/*FOOTER*/

.hd-ft {
    background-color: #F6F6F6;
    margin-top: 80px !important;
}

.hd-ft-inner {
    padding-top: 40px;
    padding-bottom: 40px;
}

.content ul {
    padding: 0;
    list-style-type: none;
}

.content .social-icons li {
    display: inline;
    margin-right: 10px;
}

.hd-ft a {
    color: #666666;
    font-size: 12px;
}

.legal-ft {
    margin-top: 40px;
    margin-left: 10px;
}

.legal-ft p {
    font-size: 10px;
}

.nopadding {
    padding: 0;
}

/*RESPONSIVE LAYOUT*/

@media only screen and (max-width : 768px) {
    
    h2 {
        font-size: 22px
    }
    
    h3 {
        font-size: 18px;
    }
    
    /*NAVBAR*/
    
    .navbar {
        height: 70px;
    }
    
    .navbar-brand img {
        width: 120px;
        height: auto;
    }
    
    .navbar-brand {
        height: 60px;
    }

    .navbar-left {
        display: none;
    }

    .navbar-toggle {
        display: none;
    }
    
    .navbar-right {
        display: none;
    }
    
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        display: none;
    }
    
    /*HERO*/
    
    
    .hero {
        margin-top: -30px !important;
    }
    
    .button-top-outter {
        display: none;
    }
    
    .button-top {
        display: none;
    }
    
    .intro-a .video  {
        border-left: none !important;
        padding: 0;
        width: 100% !important;
    }
    
    .intro-a .video .img-responsive {
        width: 100%;
    }
    
    .menu-h {
        display: none;
    }
    
    /*EVENTS*/
    
    .ev-item .col-sm-2 {
        margin-bottom: 20px;
    }
    
    .ev-item li {
        line-height: 30px;
    }
    
    .events .row .claim {
        text-align: left;
    }
    
    /*CTA*/
    
    .cta-sg-inner {
    background: linear-gradient(297.02deg, rgba(79,185,211,0.8) 0%, rgba(87,97,178,0.8) 55.56%, rgba(92,41,157,0.8) 100%), url(/images/photonics-background-innoget.jpg);
    background-size: cover;
    background-position: top;
    padding: 20px 30px 40px 30px;
    border-radius: 3px;	
    background-color: #FFFFFF;
}

.cta-sg-inner:hover {
    background: linear-gradient(297.02deg, rgba(79,185,211,0.8) 0%, rgba(87,97,178,0.8) 55.56%, rgba(92,41,157,0.8) 100%), url(/images/photonics-background-innoget.jpg);
    background-size: cover;
    background-position: top;
    padding: 20px 30px 40px 30px;
    border-radius: 3px;	
    background-color: #FFFFFF;	
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.3);
    transition: 0.5s;
}

.cta-sg-inner h2 {
    color: #ffffff;
    text-align: center;
}

.cta-sg-inner h4 {
    color: #ffffff;
    font-weight: 400;
    text-align: center;
}

.cta-sg .btn-warning.sg {
    display: block;
    margin-bottom: 10px;
    padding: 18px;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    border-radius: 100px;
    background-color: #EC892C;
    letter-spacing: 2px;
    text-transform: uppercase;
    max-width: 100%;
    margin-top: 15px;
}

.cta-sg .btn-warning.lg {
    display: block;
    padding: 18px;
    text-align: center;
    color: #EC892C;
    font-size: 12px;
    font-weight: 800;
    border-radius: 100px;
    background-color: #ffffff;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid #EC892C;
     max-width: 100%;
}

    
    
    /*FOOTER*/
    
    .hd-ft .ft-logo {
        width: 120px;
        height: auto;
    }
    
    .legal-ft a {
        font-size: inherit;
        text-decoration: underline;
    }
    
}


