@charset "utf-8";
/* CSS Document */



/* ------------------------------------------------------------------- */
/*   Vendor: LYNPHOTEC                                        */
/*   UI Development: Hezekiah otomofa                                       */
/*   Developer: Hezekiah Otomofa                                  */
/* ------------------------------------------------------------------- */

/* ------------------------------------------- */
/* HTML5 âœ° Boilerplate						   */
/* ------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}
html{
    margin:0 !important;
    padding:0 !important;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

select, input, textarea, button { font:99% sans-serif; }
pre, kbd, samp { font-family: monospace, sans-serif; }

html {overflow-y: scroll; }
a:hover, a:active { outline: none; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }
em { font-style: italic; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #ccc; color:#fff; text-shadow: none; }
::selection { background:#ccc; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #ccc; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }


h1, h2, h3, h4, h5, h6 { font-weight: bold; letter-spacing: 0.5px; }

p, ul, nav ul, ol {
    margin-bottom:10px;
    /*position: relative;*/
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    color: #545454;
    text-transform: none;
    margin: 0px;
    padding:0;
    font-weight: 300;
    text-align:left !important;
}

/* ------------------------------------------- */
/* |	4 Section Design	|				   */
/* ------------------------------------------- */

body, img{
    transition: width .25s, background-color .5s, font-size 1s, height 2s;
    /* Animation Property */
    animation-property: width;
    animation-property: height;
    transition-duration: 1s;

    /* webkit */
    -webkit-animation-property: width;
    -webkit-animation-property: height;
    -webkit-transition-duration: 1s;

    /* moz */
    -moz-animation-property: width;
    -moz-animation-property: height;
    -moz-transition-duration: 1s;

    /* opera */
    -o-animation-property: width;
    -o-animation-property: height;
    -o-transition-duration: 1s;
}

html, body {
    font-family: "proxima-nova","Helvetica Neue",Arial,sans-serif;
    color:#5C585B;
    padding: 0;
    margin:0;
    background:#f9f9f9;
    line-height: 1.4;
    font-size:14px;
    width:100%;
    overflow-x:hidden;
    position:relative;
}

a, a:link, a:active, a:visited { text-decoration: none; color:#989898; text-decoration:none; }
a:hover { color:#000000; text-decoration:underline; }

/* Global DIVS
---------------------------- */
.clearfix{clear:both; margin:0; padding:0;}

.global{
    clear:both;
    margin:0 auto; padding:0;
    width:100%;
    position:relative;
    min-height:500px;
}
.wrapper{
    width:1300px;
    margin:0 auto;
    clear:both;
}
.wrapper::after{
    clear:both;
    display:block;
    content:"";
}
/* Header DIVS
---------------------------- */
.header{
    clear:both;
    z-index:9;
    top:0;
    width:100%;
}
.sticky {
    position:fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    border-top: 0;
    border-bottom:1px #8E8E8E solid;
}
.tophead{
    clear:both;
    background:#FCE503;
}
.qukmenu{
    float:right;
}
.qukmenu ul{
    clear:both;
    margin:0;
    padding:0;
}
.qukmenu ul li{
    float:left;
    display:inline;
}
.qukmenu ul li a{
    text-transform:uppercase;
    font-weight:bold;	
    color: #333;
    line-height: 3;
    display:block;
    padding: 0 15px;
    text-decoration: none;
    font-size: 12px;
}
.qukmenu ul li a:hover{
    color:#8E3D3D;
}
.lowhead{
    clear:both;
    background:#333;
}
.logo{
    float:left;
    width:20%;
    padding:10px 0;
}
.gmenu{
    float:right;
    width:78%;
    padding: 8px 0 0 0;
}

/* LYNPHOTEC  Container DIVS
---------------------------- */
.gcontainer{
    clear:both;
    width:100%;
}
.banner{
    clear:both;
    padding:0 0 3px 0;
}
.banner img{
    display:block;
    width:100%;
}
.caro{
    clear:both;
    padding:50px 0;
}

/* Footer  DIVS
---------------------------- */
.footer{
    clear:both;
    text-align:center;
    font-size:11px;
}
.footer>.wrapper{
    border-top:1px #fce503 solid;
    padding:15px 0;
}

/* Inner Pages */
.pagetitle{
    clear:both;
    position:relative;
    z-index:0;
    height:100px;
    background:url(../images/stripe.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.pgtitle {
    float:left;
    width:60%;
}
.pgtitle h2{
    font-size: 25px;
    position: relative;
    float: left;
    color: #fff;
    font-weight: 400;
    /* text-transform: uppercase; */
    padding-top: 30px;
    width: 100%;
    float: left;
}
.breadcrump{
    float:right;
    width:38%;
}
.breadcrump ul{
    clear:both;
    margin:0;
    padding:40px 0 0 0;
}
.breadcrump ul li{
    display:inline;
    float:left;
    color:#fff;
}
.breadcrump ul li a{
    font-size:12px;
    color:#fff;
    padding:0 20px 0 10px;
    background:url(../images/breadcrumps.png) no-repeat 95% 50%;
}
.breadcrump ul li:last-child a{
    background:none;
}
.pageblock{
    background:#fff;
    clear:both;
    padding:50px 30px;
    min-height:400px;
    position:relative;
    z-index:9;
}
.pageblock::after{
    display:block;
    content:'';
    clear:both;
}
.pleft{
    float:left;
    width:70%;
    text-align:justify;
    line-height:2;
}
.pleft ul{
    margin-left:18px;
}
.pright{
    float:right;
    width:25%;
}
.pleft h2{
    color:#0d364f;
    font-size:36px;
    font-weight:500;
    border-bottom:1px #e6e6e6 solid;
    margin:0 0 15px 0;
    padding:5px 0;
}
.pleft h2 span{
    color:#c45d01;
    font-size:28px;
}
.pleft h3, .pright h3{
    font-size:24px;
}
.pright h3{
    margin-bottom:15px;
}
.pleft h3{
    background: url(../images/bar.jpg) no-repeat 0 100%;
    margin-bottom: 5px;
}
.pleft h4{
    font-size:18px;
    color:#333;
    font-weight:400;
    padding: 10px 0;
    background: url(../images/bar.jpg) no-repeat 0 100%;
    margin-bottom: 10px;
}
.pright h4{
    font-size:18px;
    color:#333;
    font-weight:400;
}
.pright ul li h4{
    padding:10px 15px;
    font-weight:600;
}
.pleft h5, .pright h5{
    font-size:15px;
    font-weight:600;
}
ul.relitems{
    clear:both;
    border:#EDEDED 1px solid;
    /* Prevent background color leak outs */
    -webkit-background-clip: padding-box; 
    -moz-background-clip:    padding; 
    background-clip:         padding-box!important;

    /* Rounded corner */
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    border-radius:5px;
}
ul.relitems li{
    display:block;
}
ul.relitems li a{
    display:block;
    color:#222;
    font-size:14px;
    padding:10px 15px;
    border-bottom:#EDEDED 1px solid;
}
ul.relitems li:last-child{
    border-bottom:none;
}
ul.relitems li a:hover{
    color:#BC5300;
}
.uroptions{
    clear:both;
    background:#8E3D3D;
    padding:15px 20px;
    margin:10px 0;
}
.uroptions h4{
    color:#fff;
}
.uroptions a{
    border:1px #fff solid;
    padding:10px 20px;
    color:#fff;
    display:inline-block;
    margin-top:20px;
}
.uroptions a:hover{
    background:#7A3434;
    text-decoration:none;
    color: #fff;
}
.map{
    clear:
        both;
    height:200px;
    background:url(../images/loading.gif) no-repeat 50% 50%;
    margin:0 0 20px 0;
}
.map iframe{
    height:100%;
    width:100%;
}
.mgtlabel{
    clear:both;
    background:#f1f1f1;
    padding:10px;
    margin:10px 0;
}
.mgtlabel::after{
    clear:both;
    display:block;
    content:'';
}
.mgtlabel h2 {
    color: #232323;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px #ccc solid;
    margin: 0 0 15px 0;
    padding: 5px 0;
}
.mgtlabel h3 {
    color: #575757;
    font-size: 14px;
    margin-bottom:10px;

}
.hide {
    display: none;
}
table.data{
    width:100%;
    border-collapse:collapse;
}
table.data td{
    border:1px #ccc solid;
    padding:10px;
}
.nam-ad{
    clear:both;
    margin:0;
    padding:10px 0;
}
.name select{width:100%; padding:8px 0;}
.name{
    float:left;
    width:45%;
}
.email{
    float:right;
    width:45%;
}
.name h5, .email h5, .txt-area h5{
    color: #434242;
    font-size: 15px;
    font-weight:600;
    padding-bottom:5px;
}
.name input, .email input{
    width:96%;
    padding:2%;
    border:1px #abadb3 solid;
    background:#ffffff;
    color: #434242;
    font-size: 18px;
}

.txt-area{
    clear:both;
    margin:0;
    padding:0;
    padding-top:20px;
}

.txt-area textarea{
    width:96%;
    padding:10px 2%;
    border:1px #abadb3 solid;
    background:#ffffff;
    color: #434242;
    font-size: 18px;
    min-height:80px;
}

input[type=text]:focus, textarea:focus {
    box-shadow: 0 0 5px #333;
    border: 1px solid #333;
    background:#ffffff;
}

input.my_btn{
    width:100px;
    background:#333;
    text-align:center;
    font-size:18px;
    color:#ffffff;
    padding:10px 0;
    margin:0;
    border:none!important;
    margin-top:25px;
}
input.my_btn:hover{
    background-color: #8E3D3D;
    color:#333;
}
.mgteam{
    clear:both;
    margin:0 !important;
    padding:0;
    width:100%;
}
.mgteam li{
    width:33.3%;
    position:relative;
    float:left;
    display:inline;
    height:350px;
    border-bottom:1px #fff solid;
    border-right:1px #fff solid;
    background:#f1f1f1;
}
.mgteam li a{
    display: block;
}
.mgteam li:hover{
    background:#fff;
}
.mgteam li:hover h2, .mgteam li:hover h3{
    text-decoration: none!important;
}
mgteam li:hover, mgteam li a:hover, mgteam li h3:hover, mgteam li h2:hover{
    text-decoration:none !important;
}
.bdpix{
    clear:both;
    position:relative;
    height:250px;
    overflow:hidden;
}
.bdpix img{
    width:100%;
    display:block;
}
.bdpix a{
    display:block;
}
.bdlabel{
    padding:10px;
    position:relative;
    z-index:999;
    clear:both;
}
.bdlabel h2{
    color:#232323;
    font-size:18px;
    font-weight:bold;
    border:none;
    padding:0;
    margin:0;
}
.bdlabel h3{
    color:#575757;
    font-size:14px;
    background-image: none;
}
.leadin{
    font-weight:600;
}
/* Details */
.detailspix{
    clear:both;
    position:relative;
}
.detailspix img{
    width:100%;
    display:block;
}
.nocover{
    text-align:center;
}
.nocover img{
    width:auto
}
.detailslabel{
    padding:20px 0;
    position:relative;
    z-index:999;
    clear:both;
    color:#575757;
    font-size:14px;
}
.detailslabel h2{
    color:#232323;
    font-size:18px;
    font-weight:bold;
}
.detailslabel h3{
    font-size:14px;
    font-weight:bold;
    padding:0 0 10px 0;
}
.trainingcalendar{
    border-collapse:collapse;
    width:100%;
    overflow:scroll;
    font-size:12px;
}
.trainingcalendar tr:nth-child(odd){
    background:#f1f1f1;
}
.trainingcalendar td{
    padding:10px 5px;
    border:1px #ccc solid;
}
tr.trheader{
    background-color:#8E3D3D !important;
    color:#fff;
    font-weight:bold;
}
td.firtstd{
    width:10%;
}
ul.partners{
    clear:both;  
    margin: 0 0 30px 0;
}
ul.partners:after{
    clear: both;
    display: block;
    content: '';
}
ul.partners li{
    float:left;
    display: inline;
    width: 200px;
    height: 120px;
    margin:10px 5px;
    text-align: center;
    line-height: 1.4;
}
/* ====================== Responsive Design =========================== */
/* ----------- 1366px ----------- */
@media only screen 
and (max-width:1366px) {
    .wrapper{
        width:90%;
        padding:0 2%;
    }

}
/* ----------- 800px ----------- */
@media only screen 
and (max-width:800px) {
    .lowhead>.wrapper{
        padding:0;
    }
    .logo, .gmenu, .pgtitle, .breadcrump, .pleft, .pright{
        clear:both;
        width:100%;
        float:none;
    }
    .logo{
        padding:10px 2%;
    }
    .breadcrump ul{
        padding:0;
    }
    .breadcrump ul li:first-child a{
        padding-left:0;
    }
    .pright{
        padding-top:30px;
    }
}
/* ----------- 640px ----------- */
@media only screen 
and (max-width:640px) {
    .sticky {
        position:relative;
    }
   
}
/* ----------- 480px ----------- */
@media only screen 
and (max-width:480px) {
    .pageblock{
        padding:50px 20px;
    }
}