/*!
 * Start Bootstrap - The Big Picture HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */


@font-face {
    font-family: 'omnesregular';
    src: url('../fonts/omnes-regular-webfont.eot');
    src: url('../fonts/omnes-regular-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/omnes-regular-webfont.woff') format('woff2'),
         url('../fonts/omnes-regular-webfont.woff') format('woff'),
         url('../fonts/omnes-regular-webfont.ttf') format('truetype'),
         url('../fonts/omnes-regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'omnessemibold';
    src: url('../fonts/omnessemibold-webfont.eot');
    src: url('../fonts/omnessemibold-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/omnessemibold-webfont.woff') format('woff2'),
         url('../fonts/omnessemibold-webfont.woff') format('woff'),
         url('../fonts/omnessemibold-webfont.ttf') format('truetype'),
         url('../fonts/omnessemibold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    font-family: 'omnesregular';
    margin-bottom: 50px;
    background: none;
    font-size:16px;
    /* color:#ffffff; */
    color:#ffffff;
}

.row {
    margin-right:0px;
}

.full {
    background: url(../images/bg.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.content-bg {
    background: url(../images/bgtile.jpg) repeat top left; 
    min-height:600px;
    padding-top:40px;
    padding-bottom:100px;
    padding-left:40px;
    padding-right:40px;    
}

.logo {
    position: fixed;
    top: 0;
    left: 5%;
    z-index: 100;
}

.logo-background {
    min-width:100%;
    height:149px;
    background-color: #ffffff;
    margin-bottom:20px;
    display:table;
    box-shadow: 3px 3px 1px #5d5f61;
}

.logo-background-small {
    height:149px;
    /* min-width:190px; */
    background-color: #ffffff;
    margin-bottom:20px;
    display:table;
    text-align:center;
    box-shadow: 3px 3px 1px #5d5f61;
}

.logo-work {
    text-align:left;
    padding-left:8px;
    padding-right:8px;
}

.logo-left {
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}

.logo-left-text {
    display:table-cell;
    text-align:center;
    padding-top:10px;
}

.logo-right {
    padding:10px;
    color:#000000;    
    display:table-cell;   
    vertical-align:middle; 
    padding-top:20px;
    padding-bottom:20px;
    padding-right:20px;
}

.logo-title {
    color:#7cb655;
    font-weight:bold;
    margin-bottom:10px;
}

.margin-top20 {
    margin-top:20px;
}


h1 {
    font-family: 'omnessemibold';
    font-size:20px;
    color:#000000;
    padding-bottom:10px;
}

h2 {
    font-family: 'omnessemibold';
    font-size:18px;
    color:#000000;
    padding-bottom:10px;
}

h4 {
    font-size:12px;
    padding-left:40px;
    padding-top:20px;
    padding-bottom:20px;
}

ul {
    list-style:none;
    padding-left:0px;
}

li {
    background: url('../images/bullet.png') no-repeat left 11px;
    min-height: 54px;
    padding-left: 44px;
    padding-top: 3px;
    padding-bottom:10px;
}

p {
    padding-bottom:15px;
    margin-bottom:5px;
}

a {
    color:#ffffff;
    text-decoration:underline;
}

a:hover {
    color:#000000;
}

.footer-bottom {
    position:absolute; 
    bottom:20px;
}

@media all and (max-width: 1000px) {
    .logo {
	left: 1%;
    }
}

@media all and (max-width: 768px) {
    .logo {
	min-height:100px;
	position:static;
	margin-left:2%;
    }

    .col-xs-11 {
	margin-left:25px;
    }
}

@media all and (max-width: 480px) {
    .logo {
	margin-left: 2%;
    }

    .col-xs-11 {
	margin-left:23px;
	margin-right:25px;
    }
}