  /*!
Theme Name: USeP Office Theme
Theme URI: http://underscores.me/
Author: KMS OJT 2018
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: usep-website
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

USeP Website is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

/* -------------------- Custom CSS -------------------*/
* {
}
body {
	width: 100%;
	font-family: "Open Sans", Calibri, sans-serif;
	color: #a6a8a8;
	font-size: 14px;
	overflow-x: hidden !important;
}

body a, body li {
	color: black;
	font-size: 14px;
}

body a:hover{
	text-decoration: none;
}	

.body-container {
  width: 100%;
}

.container {
  width: 85%;
  margin-left: auto;
  margin-right: auto; 
  max-width: 1500px;
}

.content-post{
	z-index: 100; 
	position: relative; 	
	width: 65%; 
	float: left; 
	margin-top: 250px;
}

.sidebar{
	z-index: 100; 
	position: relative; 
	width: 25%;  
	float: right; 
	margin-top: 180px;
	border-left: 1px solid #bfbfbf;  
	padding-left: 25px;
}
.center-container{	
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

.right, .right-menu{
	float: right;
	display: block;	
}

.left, .left-menu{
	float: left;
	display: block;
}

/* Top navigation*/
#top-bar{
    background-color: #470303;
    width: 100%;
    height: 30px;  
}

#top-bar ul, a{
    list-style-type: none;
    display: inline;
    color: white;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

#top-bar li{
    display: inline;
    padding-left: 10px;
}

#top-bar a:hover{
    text-decoration: none;
}

/*Main navigation*/
#main-nav{
	z-index: 3000;
	position: relative;
}

.main-nav-color{
    background-color: #7e0308;
}

#separator{
    background-color: #5c0206;
    width: 100%;
    height: 5px;
}

.logo, .logo2{
	width: 50px;
}

.logo{
	margin-left: 50px; 
}

.logo2{
	margin-left: 10px; 
}

.custom-para{
	font-size: 13px;
	font-family: 'Open sans';
	font-weight: regular;
}

.custom-heading{ 
   font-family: 'Raleway'; 
   font-weight: bold;
   text-transform: uppercase;
   color: #000;
   font-size: 26px;
}

.custom-heading, .slider-title{
	color: white;
}

.slider-title{
	font-family: 'NexaBold'; 
   	font-weight: bold;
	text-transform: uppercase;
}

.white-color{
	color: #fff;
}

.maroon-color{
   color: #000;
}

.slider-overlay-black{
	background-color: rgb(0,0,0,0.5);
}

.divider-orange, .divider-black, .divider-black-center, .divider-white{
	width: 40px; 
	margin-left: auto; 
	margin-right: auto;
}

.divider-black-center{
	border-bottom: 2px solid #7e0308;
	padding-top: 15px;
}

.divider-orange{
	border-bottom: 2px solid #e51;
}

.divider-white{
	border-bottom: 2px solid #fff;
	padding-top: 15px;
}

.divider-black{
	border-bottom: 2px solid #7e0308;
	float: left;
}

.section-overlay-white{
	background-color: rgba(255, 255, 255, 0.8); 
}

.section-overlay-black{
	background-color: rgb(0,0,0,0.7);
}

.office-title{
	font-family: 'Raleway', sans-serif;
}

.section-overlay-black-fill{
	/*background-color: #f2f2f2;*/
	/**/
	background-image: linear-gradient(to bottom right,#0F2027, #17313D, #2C5364);
	opacity: 1; 
}

.custom-padding-top{
    padding-top: 70px;
}

.custom-card-padding{
	padding: 0;
}

.icon-container-right{
	width: 30%;
	padding: 30px;
	float: right;
}

.icon-container-left{
	width: 70%;
	padding: 30px 10px 0 30px;
	float: left;
}

.icon-container-left-2{
	width: 30%;
	padding: 30px;
	float: left;
}

.icon-container-right-2{
	width: 70%;
	padding: 30px 10px 0 30px;
	float: right;
}

.custom-card-title{
	font-size: 15px;
	font-weight: bold;
}

.custom-card-body{
	font-size: 12px;
}

.custom-card-padding{
	padding: 0;
}

#custom-font-size > a, #custom-font-size{
	font-size: 11.2px;
	font-family: Roboto;
}

.menu-items > div ul li a{
	font-size: 12px;
}

/*Typography*/
a {
	color: #1ba39c;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}
input, button {
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}
a:hover {
	color: #1ba39c;
	text-decoration: underline;
}
hr {
	border-color: #e5e5e5;
	margin: 10px 0 10px 0;
}
h1, h2, h3, h4, h5, .btn, p.big-paragraph, .carousel-caption, .recent-posts .col-md-9 .text p small, .navbar-default .navbar-brand, .orange {
	font-family: 'Dosis', sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 34x;
	font-weight: 500;
	color: #333;
}
h1.page_title {
	text-transform: uppercase;
}
h1 span {
	color: #e74c3c;
}
h2 {
	font-size: 32px;
	color: #333;
	font-weight: 500;
	line-height: 50px;
	text-transform: uppercase;
}
h2 small {
	color: #c7c7c7;
	font-size: 12px;
}
h2.page__title {
	font-size: 60px;
	font-weight: 500;
	padding: 20px 0 10px 0;
	background: url('/cac/wp-content/themes/images/heading_sep.png') repeat-x left center, url('/cac/wp-content/themes/images/heading_sep.png') repeat-x right center;
	color: #333;
	text-transform: uppercase;
}
h2.page__title span {
	background: #fff;
	padding: 0 30px;
}
h3 {
	font-size: 27px;
	color: #262626;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 110%;
}
h3 small {
	font-size: 14px;
	font-weight: 500;
}
h3 a {
	color: #333;
	line-height: 110%;
}
h3 a:hover {
	text-decoration: none;
	color: #1ba39c;
}
.typo {
	margin-top: 80px;
}
h4 {
	font-size: 22px;
	color: #333;
	text-transform: uppercase;
	font-weight: 500;
	margin: 0;
}
h4 a {
	color: #333;
}
h4 a:hover {
	text-decoration: none;
	color: #1ba39c;
}
h5 {
	font-size: 18px;
	text-transform: uppercase;
	color: #33313a;
}
h2.with__margin {
	margin-top: 70px;
	margin-bottom: 0px;
}
h2.with__margin2 {
	margin: 50px 0;
}
p.small-paragraph {
	font-size: 14px;
	color: #f2f2f2;
	font-family: "Dosis", sans-serif;
	text-transform: uppercase;
	font-weight: normal;
}
p.smaller {
	font-size: 16px;
	color: #bababa;
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
}
.relative_btn {
	position: absolute;
	left: 50%;
	margin-left: -90px;
	bottom: -35px;
}
.headings {
	/*background-color: #1ba39c;*/
    background-color: #5c0206;
	opacity: 50%;
	color: #eeeeee;
	font-family: "Dosis", sans-serif;
}
.headings h1 {
	color: #fffefe;
}
.headings p.small-paragraph {
	margin: 15px 0 35px 0;
	color: #d4d4d4;
}
.headings p {
	font-size: 14px;
	text-transform: uppercase;
	margin: 35px 0;
}
.row.title__block {
	padding: 40px 0;
}
#feedback {
	color: #1c6107;
}
#feedback ul {
	padding-left: 0;
}
#feedback ul li {
	list-style: none;
}
/* Forms */
.form-control, .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-control:focus {
	border-color: #ffdd3c;
}
/*Buttons*/
.btn-primary {
	font-size: 14px;
	width: 142px;
	height: 42px;
	line-height: 42px;
	padding: 0;
	text-transform: uppercase;
	border-width: 1px;
	color: #fff;
	font-weight: 500;
	border-color: #333333;
	background: #333333;
}
.btn-primary:hover, .btn-primary:focus {
	background-color: #1ba39c;
	border-color: #1ba39c;
	color: #fff;
}
.btn-info {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	border-color: #fff;
	background: #333;
	text-transform: uppercase;
	width: 140px;
	height: 40px;
	line-height: 40px;
	border-width: 1px;
	padding: 0;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
	background-color: #1ba39c;
	border-color: #1ba39c;
	color: #fff;
}
.btn-default {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	color: black;
	border-color: #fff;
	background: #fff;
}
.btn-default:hover, .btn-default:focus, .btn-default:active {
	background: none;
	border-color: #fff;
	color: #fff;
}
button.btn-primary:focus, .btn-default:focus, .btn-info:focus {
	outline: none;
}
.btn-lg {
	width: 180px;
	height: 48px;
	text-transform: uppercase;
	line-height: 57px;
	padding: 0;
}
.btn-md {
	font-size: 14px;
	width: 140px;
	height: 40px;
	font-weight: 500;
	line-height: 40px;
	padding: 0;
	margin-top: -5px;
}
.btn-md, .recent-posts .btn-md {
	margin-top: 0px;
}
/*Header*/
header {
	background: #fff;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
	width: 100%;
	position: fixed;
	z-index: 112;
	top: 0;
}
header.normal {
	position: relative;
}
.navbar-toggle {
	margin-right: 0;
	position: absolute;
}
.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover {
	font-size: 30px;
	color: #333;
	width: 100%;
	font-weight: 500;
	text-transform: uppercase;
	padding: 10px 0 20px 0;
}
.navbar-default .navbar-brand a {
	color: #333;
	text-decoration: none;
}
.navbar-default .navbar-brand span {
	color: #e74c3c;
}
/*Main Navigaion Menu*/
.navbar-default {
	background: none;
	border: none;
	margin-bottom: 0px;
	position: relative;
	z-index: 999;
}
.navbar-default .navbar-nav {
	padding: 0px;
}
.navbar-default .navbar-nav>li {
	padding: 0;
	margin-left: 40px;
}
.navbar-default .navbar-nav>li:hover {
}
.navbar-default .navbar-nav>li>a {
	color: #333;
	border-bottom: 2px solid transparent;
	font-size: 11px;
	padding: 30px 15px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-transform: uppercase;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.navbar-default .navbar-nav>li.dropdown>a {
	background: none;
}
.navbar-default .navbar-nav>li.active>a, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li:hover>a, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>li.open>a, .navbar-default .navbar-nav>li.active>a:hover {
	background: none;
	border-color: #1ba39c;
	color: #1ba39c;
}
.navbar .nav > li > a:hover {
	background-color: #f9f9f9;
	color: #333;
	box-shadow: 0 0 0 1px #f6f6f6 inset;
}
.navbar-default .navbar-nav>li:first-child {
	margin-left: 0px;
}
ul.dropdown-menu {
	left: 0px !important;
	border-radius: 0px;
	padding: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	border: none;
	background: #fff;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	top: 85%;
	opacity: 0;
	visibility: hidden;
}
.dropdown:hover .dropdown-menu {
	top: 100%;
	opacity: 1;
	visibility: visible;
}
ul.dropdown-menu li {
	border-bottom: 1px solid #ededed;
}
ul.dropdown-menu li:last-child {
	border-bottom: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
}
ul.dropdown-menu li:first-child {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
}
ul.dropdown-menu>li>a {
	color: #2a2a2a;
	border-top: none;
	font-size: 11px;
	line-height: 11px;
	padding: 15px 20px;
	text-transform: uppercase;
}
ul.dropdown-menu>li>a:hover {
	color: #fff;
	border-top: none;
	background: #1ba39c;
}
/*Carousel*/
.slider {
	position: fixed;
	top: 80px;
	height: 100%;
	width: 100%;
	z-index: 5;
}
.absolute__img {
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -49px;
	z-index: 99;
}
.slider .btn {
	margin: 0px 10px 0;
}
.carousel-caption {
	top: 50%;
	margin-top: -230px;
	color: #fff;
	text-transform: none;
}
.carousel-caption h1 {
	font-size: 25px
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
}
.carousel-caption p {
	font-weight: 400;
	margin: 35px 0 20px 0;
	text-shadow: 1px 1px 3px #666666;
}
.carousel-caption h1 span {
	color: #ffdd3c;
	border: 2px solid #fff;
	padding: 0 4px 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
.carousel-control {
	background: none;
	opacity: 1;
	position: absolute;
	top: 0%;
	margin-top: -300px;
	-moz-opacity: 1;
}
.carousel-control span {
	position: absolute;
	top: 50%;
	margin-top: -70px;
}
.carousel-control .carousel-control-left {
	background: url('/cac/wp-content/themes/images/slider/prev.png') no-repeat;
	width: 57px;
	height: 57px;
	left: 25px;
}
.carousel-control .carousel-control-right {
	background: url('/cac/wp-content/themes/images/slider/next.png') no-repeat;
	width: 57px;
	height: 57px;
	right: 25px;
}
.carousel-control .carousel-control-left:hover {
	background: url('/cac/wp-content/themes/images/slider/prev_a.png') no-repeat;
}
.carousel-control .carousel-control-right:hover {
	background: url('/cac/wp-content/themes/images/slider/next_a.png') no-repeat;
}
.boxess .carousel-control .carousel-control-left {
	top: 50%;
	margin-top: -27px;
}
.boxess .carousel-control .carousel-control-right {
	top: 50%;
	margin-top: -27px;
}
.boxess .carousel-caption {
	top: 90px;
	margin-top: 0;
}
.boxess {
	padding-top: 35px;
	background-color: #1BA39C;
	position: relative;
	top: 0;
}
.boxess .carousel-caption h1 {
	font-size: 40px;
	line-height: 40px;
}
/*Titles*/
.row.nice__title {
	background: url('/cac/wp-content/themes/images/image_1920x1533.jpg') no-repeat;
 // background-size:100% 100%;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 100%;
	padding: 60px 0 80px 0;
	font-size: 18px;
	color: #fff;
}
.nice__title h2 {
	color: #fff;
	font-size: 60px;
	line-height: 60px;
	font-weight: 500;
}
.row.nice__title img {
	margin: 35px auto;
}
.row.nice__title p {
	margin-top: 45px;
}
/*Container*/
.main__middle__container .row ul, .main__middle__container .row ol {
	padding-left: 20px;
}
.main__middle__container {
	width: 100%;
}
.homepage {
	position: relative;
	/* margin-top: 400px; */
	z-index: 111;
	background: rgb(255, 255, 255);
}
.row {
	padding: 45px 0;
}
.row.with__sep {
	background: url('/cac/wp-content/themes/images/lines.png') repeat-x left bottom;
}
/*.container .row:first-child {
    padding:75px 10% 75px 10%;
}*/
p.big-paragraph {
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 15px;
	color: #e8bd10;
}
.orange {
	color: #1ba39c;
	font-size: 14px;
	text-transform: none;
	padding: 0 0 10px 0;
}
.black-text {
	color: #1e1e1e;
}
.to_top {
	margin-top: -80px !important;
}
.line__bg {
	width: 100%;
	margin: 0;
	padding: 75px 0;
	background: url('/cac/wp-content/themes/images/image_1920x1533.jpg') no-repeat;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 100%;
}
.line__bg h3 {
	color: #fff;
}
.line__bg p {
	color: #fff;
}
.testimonials p {
	color: #fff;
	text-transform: none;
	font-size: 14px;
	line-height: 18px;
}
.testimonials p small {
	font-size: 14px;
	color: rgba(255,255,255,0.8);
	font-weight: normal;
}
.testimonials p.small-paragrapher {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	font-family: "Dosis", sans-serif;
	color: #eeeeee;
}
.testimonials img {
	width: 100%;
	margin: 40px auto;
}
img.full-width {
	width: 100%;
}
.line__bg ol.carousel-indicators {
	bottom: -10px;
	padding-left: 0;
}
.line__bg .carousel-indicators li {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border: none;
	margin: 0 3px;
	width: 10px;
	height: 11px;
	background: url('/cac/wp-content/themes/images/slider/pager.png') no-repeat center center;
}
.line__bg .carousel-indicators li.active, .line__bg .carousel-indicators li:hover {
	background: url('/cac/wp-content/themes/images/slider/pager_a.png') no-repeat center center;
}
/*Icons Blocks*/
.icons__blocks {
	background: url('/cac/wp-content/themes/images/bg_pattern.png') repeat left center;
	width: 100%;
	margin: 0;
	padding: 80px 0 80px;
}
.icons__blocks h2 {
	color: #fff;
	background: url('/cac/wp-content/themes/images/lines.png') repeat-x left center;
}
.icons__blocks h3 a {
	color: #fff;
}
.icons__blocks h3 a:hover {
	color: #77beec;
}
.icons__blocks h2 span {
	background: url('/cac/wp-content/themes/images/bg_pattern.png') repeat left center;
	padding: 0 40px;
}
.icons__blocks p.small-paragraph {
	position: relative;
	margin-top: 5px;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 40px;
	color: #5c5c5c;
	font-weight: 800;
}
.icons__blocks p {
	margin-top: 20px;
}
.icons__blocks img.img-rounded {
	width: 100%;
}
.separator {
	background: url('/cac/wp-content/themes/images/lines.png') repeat-x left 30px;
}
.separator.sub {
	position: relative;
	top: 80px;
	margin-bottom: 20px;
}
/* grey-info-block */
.grey-info-block {
	width: 100%;
	margin: 0;
	z-index: 9;
	padding: 45px 0 85px 0;
	background: url('/cac/wp-content/themes/images/pattern_black.png') repeat;
	color: #999;
}
.grey-info-block h2 {
	color: #fff;
	margin: 45px 0 0 0;
	padding: 0;
}
.grey-info-block h2 span {
	background: url('/cac/wp-content/themes/images/pattern_black.png') repeat;
}
.grey-info-block>.container {
	position: relative;
}
.grey-info-block h3 {
	padding-bottom: 10px;
	color: #eee;
}
.grey-info-block .col-md-6 img {
	width: 100%;
	margin: 0;
	height: auto;
}
.grey-info-block p.small-paragraph {
	padding: 20px 0 65px 0;
}
.grey-info-block img {
	margin-bottom: 20px;
}
.grey-info-block .btn {
	margin-top: 10px;
}
/*Three Blocks*/
.three__blocks {
	padding-top: 50px !important;
	background: url('/cac/wp-content/themes/images/bg_pattern_small.png') repeat-x;
	background-size: auto 100%;
	position: relative;
	z-index: 99;
}
.three__blocks.bottomer {
	background-position: left bottom;
	background-size: auto auto;
}
.three__blocks .container h3 {
	color: #2c3e50;
	margin-top: 40px;
	text-transform: uppercase;
}
.three__blocks .container h3 span {
	color: #a5a5a5;
	font-size: 14px;
	font-weight: 500;
	font-family: "Dosis", sans-serif;
	text-transform: uppercase;
	display: block;
}
.three__blocks .col-md-4 img {
	width: 100%;
	height: auto;
}
.three__blocks .col-md-4 h3 {
	background: url('/images/icons/ico1.png') no-repeat left center;
	padding-left: 60px;
	line-height: 36px;
	padding-bottom: 0px;
	display: block;
}
.three__blocks .col-md-4.middle h3 {
	background: url('/images/icons/ico2.png') no-repeat left center;
}
.three__blocks .col-md-4:last-child h3 {
	background: url('/images/icons/ico3.png') no-repeat left center;
}
.three-blocks {
	background: url('/cac/wp-content/themes/imag_es/line_bg.jpg') no-repeat center top;
	background-size: 100% 100%;
}
.three-blocks .container .row:first-child {
	padding: 55px 10%;
}
.three-blocks h2 {
	color: #fff;
	text-transform: none;
	padding: 0;
}
.three-blocks p {
	padding: 15px 0 0 0;
	color: rgba(255,255,255,0.7);
	text-transform: uppercase;
	font-weight: 800;
	font-size: 14px;
}
.three__blocks p.smaller {
	margin-top: -10px;
	margin-bottom: 20px;
}
.three__blocks p.smaller small {
	font-size: 14px;
	color: #a5a5a5;
}
.three__blocks img {
	margin: 0 auto 20px auto;
}
.three__blocks p:last-child {
	margin-top: 30px;
}
/* Recent Posts */
.recent-posts h2 {
	margin: 45px 0 0 0;
	padding: 0;
}
.recent-posts>.container {
	position: relative;
}
.recent-posts p.small-paragraph {
	padding: 20px 0 35px 0;
}
.recent-posts .sep img {
	background: url('/cac/wp-content/themes/images/bg_pattern.jpg') repeat;
}
.recent-posts .col-md-9, .recent-posts .col-md-3 {
	margin-top: 40px;
}
.recent-posts .col-md-9 .text {
	float: left;
	width: 55%;
	margin-left: 2%;
}
.recent-posts .col-md-9 .text h3 {
	margin-top: -1px;
	margin-bottom: 15px;
	line-height: 24px;
}
.recent-posts .col-md-9 .text p {
	padding: 5px 0;
}
.recent-posts .col-md-9 .text p.small-paragraph {
	margin-bottom: 15px;
	padding: 0;
}
.recent-posts .col-md-9 img {
	width: 43%;
}
.recent-posts .col-md-9 article {
	margin-bottom: 50px;
}
.icon-item {
	border-bottom: 1px solid #e7e9ea;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.icon-item:last-child {
	border-bottom: none;
}
.recent-posts .col-md-3 .icon-item h4 {
	padding: 5px 0 10px 0;
}
.recent-posts .col-md-3 .icon-item img {
	max-width: 100%;
}
.recent-posts .col-md-3 .icon-item p {
	padding: 0px;
	margin: 0;
}
/*Social Icons*/
.socialicon {
	position: relative;
	display: inline-block;
	width: 27px;
	margin-right: 5px;
	height: 27px;
}
.socialicon-twitter {
	background: url('/cac/wp-content/themes/images/social/twitter.png') no-repeat;
}
.socialicon-facebook {
	background: url('/cac/wp-content/themes/images/social/facebook.png') no-repeat;
}
.socialicon-google {
	background: url('/cac/wp-content/themes/images/social/google.png') no-repeat;
}
.socialicon-mail {
	background: url('/cac/wp-content/themes/images/social/mail.png') no-repeat;
}
.socialicon-twitter:hover {
	background: url('/cac/wp-content/themes/images/social/twitter_a.png') no-repeat;
}
.socialicon-facebook:hover {
	background: url('/cac/wp-content/themes/images/social/facebook_a.png') no-repeat;
}
.socialicon-google:hover {
	background: url('/cac/wp-content/themes/images/social/google_a.png') no-repeat;
}
.socialicon-mail:hover {
	background: url('/cac/wp-content/themes/images/social/mail_a.png') no-repeat;
}
/* Contact Form */
.contact-form {
}
.contact-form .col-md-6 {
	padding: 0 20px 0 0;
}
.contact-form .col-md-6:nth-child(2) {
	padding: 0 0px 0 0;
}
/* Aside */
aside h3 {
	line-height: 11px;
	margin-bottom: 40px;
}
aside img {
	width: 100%;
	margin-bottom: 10px;
}
aside ul li {
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 0;
}
aside ul li:last-child {
	border-bottom: none;
}
aside a.btn {
	margin: 20px 0 40px;
}
/* Main Content*/
.main-content h2 {
	line-height: 11px;
	margin-bottom: 40px;
}

/*Responsive - debugging default problems*/
.img-responsive {
	margin: 0 auto;
}
.no-margin {
	position: relative;
	margin: 0;
}
.no_padding {
	padding: 0px 0 80px 0;
}
.row.nothing {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
 @media(max-width:1600px) {
.carousel-caption h1 {
	font-size: 40px;
	line-height: 50px;
	padding: 40px 0;
}
}
@media(max-width:1310px) {
.carousel-caption {
	font-size: 14px;
	top: 55%;
}
.carousel-caption h1 {
	font-size: 30px;
	line-height: 40px;
}
.slider .btn {
	margin: 0 10px;
}
.carousel-caption p {
	margin: 30px 0;
}
.navbar-default .navbar-nav>li {
	margin-left: 10px;
}
}
@media(max-width:990px) {
.main__middle__container h3.heading.white {
	background: none;
}
.icon-item {
}
.carousel-caption {
	font-size: 13px;
	top: 40%;
	margin-top: -200px;
	left: 15%;
	right: 15%;
}
.carousel-caption h1 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 0px;
	padding: 5px 0;
	background: none;
}
.carousel-caption p {
	margin: 10px 0;
}
.boxess .carousel-caption h1 {
	font-size: 20px;
	line-height: 20px;
}
.carousel-control .carousel-control-left {
	left: 5px;
}
.carousel-control .carousel-control-right {
	right: 5px;
}
.carousel-control {
	width: auto;
}
.boxess .carousel-control {
	width: auto;
	top: 50%;
	margin-top: -27px;
}
.boxess .carousel-caption {
	top: 50%;
	margin-top: -70px;
}
.navbar-default .navbar-nav>li {
	margin-left: -5px;
}
.navbar-default .navbar-nav>li>a {
	font-size: 10px;
}
.three__blocks .col-md-4 h3 {
	padding-left: 45px;
}
h3 {
	font-size: 20px;
}
.three__blocks .container h3 span {
	font-size: 10px;
}
}
@media(max-width:768px) {
h1.page_title {
	padding: 20px 30px;
}
.recent-posts .col-md-9 .text {
	margin-left: 0px;
}
.navbar-toggle {
	top: 25px;
}
.recent-posts .col-md-9 .text h3 {
	margin-top: 15px;
	margin-bottom: 5px;
}
.three-blocks p {
	padding: 20px 0 10px 0;
	margin-bottom: 0px;
}
.recent-posts .col-md-9 .text, .recent-posts .col-md-9 img {
	float: left;
	width: 99%;
}
header.with-boxed {
	height: auto;
}
h3 {
	font-size: 20px;
}
.three__blocks .container h3 span {
	font-size: 10px;
}
}
@media(max-width:767px) {
.homepage {
	overflow: hidden;
}
.navbar-collapse {
	height: 0px;
	border-top: none;
	overflow: hidden;
}
.navbar-collapse.navbar-left {
	margin-top: 110px;
	margin-bottom: -20px;
}
.navbar-collapse.in {
}
.navbar-default .navbar-nav {
	padding: 0;
}
.navbar-default .navbar-nav .open .dropdown-menu>li {
	display: block;
	width: 100%;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: #2A2A2A;
	display: block;
	width: 100%;
	font-size: 10px !important;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	color: #FFF;
	background-color: #222;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:focus:hover {
	color: #2A2A2A;
	background-color: transparent;
}
.navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
	padding: 5px 15px 5px 15px;
}
.navbar-default .navbar-nav>li {
	display: block;
	padding: 10px 0;
	text-align: center;
	margin-left: 0px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active {
	background-color: #fff;
}
.navbar-default .navbar-toggle {
	border-color: #333;
	top: 15px;
	right: 5px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #333;
}
.navbar-default .navbar-toggle:hover .icon-bar {
	background-color: #1ba39c;
}
.navbar-default .navbar-nav>li a {
	padding: 5px 0;
}
.three-blocks {
	background-size: 100% 100%;
}
}
@media(max-width:600px) {
.slider .btn {
	display: none;
}
.homepage {
	margin-top: 60%;
}
h2.page__title {
	font-size: 30px;
}
.nice__title h2 {
	font-size: 30px;
}
}
@media(max-width:440px) {
.homepage {
	margin-top: 70%;
}
.carousel-control span {
	top: 68%;
}
h2.page__title {
	font-size: 30px;
}
.nice__title h2 {
	font-size: 30px;
}
}
.carousel-fade {
 .carousel-inner {
 .item {
 opacity: 0;
 transition-property: opacity;
}
 .active {
 opacity: 1;
}
 .active.left,  .active.right {
 left: 0;
 opacity: 0;
 z-index: 1;
}
 .next.left,  .prev.right {
 opacity: 1;
}
}
.carousel-control {
	z-index: 2;
}
}
.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 2;
}
/* Portfolio */
#portfolio {
	padding: 30px 0px 40px 0px;
	overflow: hidden;
}
#portfolio ul.controls {
	padding: 0px 0 20px 2px;
	overflow: hidden;
	margin: 20px 0;
	border-bottom: #1BA39C solid 2px;
}
#portfolio ul.controls li {
	float: left;
	color: #000;
	font-weight: 400;
	font-size: 15px;
	padding: 5px 15px;
	cursor: pointer;
}
#portfolio ul.controls li:hover, #portfolio ul.controls li.active {
	padding: 4px 15px;
	color: #1BA39C;
	margin: 0 -1px;
	border: 1px solid #1BA39C;
}
#portfolio ul# {
margin: 0 0 30px 0;
padding: 0;
position: relative;
}
#portfolio ul#Grid li {
	padding: 0 1px 1px 0;
	margin: 0;
	display: none;
	position: relative;
}
#portfolio ul#Grid li a {
	display: block;
	position: relative;
	color: #fff;
}
#portfolio ul#Grid li span.overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	text-indent: -9999px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	background: #000;
}
#portfolio ul#Grid li:hover span.overlay {
	visibility: visible;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
#portfolio ul#Grid span.text {
	padding: 0px 10px;
	height: 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	z-index: 10;
	overflow: hidden;
	font-size: 22px;
	font-weight: 400;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #FFF;
	line-height: 30px;
	background: #1BA39C;
}
#portfolio ul#Grid li:hover span.text {
	background: #1BA39C;
	opacity: 0.9;
}
#portfolio ul#Grid span.text span {
	color: #f9f9f9;
	font-weight: 400;
	display: block;
	font-size: 14px;
	text-transform: none;
	line-height: 22px;
}
#portfolio ul#Grid span.text:after {
	border-color: rgba(63, 141, 191, 0);
	border-bottom-color: #1BA39C;
	border-width: 10px;
	margin-left: -10px;
}
#portfolio ul#Grid span.text:before {
	border-color: rgba(63, 141, 191, 0);
	border-bottom-color: #1BA39C;
	border-width: 16px;
	margin-left: -16px;
}
#portfolio ul#Grid li:hover span.text {
	padding: 10px 10px;
	height: auto;
	overflow: visible;
	text-decoration: none;
}
/*
MENU CSS
*/
a.submenu {
	display: none;
	position: absolute;
	right: 5px;
	top: 23px;
	width: 44px;
	height: 34px;
	text-indent: -9999px;
	outline: none;
	-webkit-transition: all ease 0s;
	-moz-transition: all ease 0s;
	-o-transition: all ease 0s;
	transition: all ease 0s;
	background: url('/cac/wp-content/themes/images/submenu.jpg') top left no-repeat;
}
a.submenu:hover {
	background: url('/cac/wp-content/themes/images/submenu.jpg') bottom left no-repeat;
}
.menuBar {
	padding-right: 15px;
	float: right;
}
.menuBar ul {
	list-style: none;
}
.menuBar li {
	margin-left: 40px;
	position: relative;
	float: left;
}
.menuBar li a {
	color: #333;
	border-bottom: 2px solid transparent;
	font-size: 11px;
	padding: 30px 15px;
	display: block;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-transform: uppercase;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	line-height: 20px;
}
.menuBar li a:hover {
	background-color: #f9f9f9;
	color: #333;
	box-shadow: 0 0 0 1px #f6f6f6 inset;
	border-color: #1BA39C;
	text-decoration: none;
}
.menuBar li.active a {
	color: #1BA39C;
	border-color: #1BA39C;
}
.menuBar li ul {
	position: absolute;
	left: 0px;
	border-radius: 0px;
	padding: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	background: #fff;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	top: 85%;
	opacity: 0;
	visibility: hidden;
	height: 0px;
}
.menuBar li:hover ul {
	top: 100%;
	opacity: 1;
	visibility: visible;
	height: auto !important;
}
.menuBar li li {
	margin: 0px;
	float: none;
	border-bottom: 1px solid #ededed;
}
.menuBar li li a {
	color: #2a2a2a;
	border: 0px;
	font-size: 11px;
	line-height: 11px;
	padding: 15px 20px;
	text-transform: uppercase;
	white-space: nowrap;
}
.menuBar li li a:hover {
	color: #fff;
	background: #1ba39c;
}
 @media(min-width:768px) {
.menuBar ul, .menuBar {
	display: block !important;
}
.menuBar li {
	margin-left: 0px;
}
.menuBar li a {
	padding: 30px 10px;
	font-size: 10px;
}
}
 @media(min-width:992px) {
.menuBar li {
	margin-left: 10px;
}
.menuBar li a {
	padding: 30px 15px;
	font-size: 11px;
}
}
@media(min-width:1200px) {
.menuBar li {
	margin-left: 40px;
}
.menuBar li a {
	padding: 30px 15px;
	font-size: 11px;
}
}
@media(max-width:767px) {
a.submenu {
	display: block;
}
.menuBar {
	padding: 10px 0px 10px 0px;
	float: none;
	max-height: 350px;
	overflow: auto;
	width: 100%;
	display: none;
}
.menuBar ul {
	padding: 0px;
	margin: 0px;
}
.menuBar li {
	margin: 0px;
	float: none;
	text-align: center;
}
.menuBar li a {
	padding: 7px 0px;
	outline: 0px;
}
.menuBar li ul {
	position: static;
	left: 0px;
	top: 0px;
	opacity: 1;
	visibility: visible;
	display: none;
	height: auto;
}
.menuBar li li {
	border: 0px;
}
.menuBar li.dropdown:hover, .menuBar li.dropdown.active {
	border-bottom: #1BA39C solid 0px;
}
.menuBar li.current {
	border-bottom: #1BA39C solid 2px;
}
.slider {
	position: absolute;
}
}
#portfolio ul#Grid a.link span {
	font-size: 11px;
	line-height: 15px;
}
}
@media(min-width:768px) and (max-width:991px) {
#portfolio ul#Grid a.link {
	font-size: 18px;
}
#portfolio ul#Grid a.link span {
	font-size: 11px;
	line-height: 15px;
}
.slider {
	position: absolute;
}
.boxess {
	position: static;
}
.menuBar li ul {
	top: 100%;
	opacity: 1;
	visibility: visible;
	height: auto;
	display: none !important;
}
.menuBar li:hover ul {
	top: 100%;
	opacity: 1;
	visibility: visible;
	height: auto !important;
	display: block !important;
}
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	min-width: 100%;
	min-height: 500px;
}
/* Columns */
.one_half_pad {
	width: 44%
}
.one_third_pad {
	width: 27%
}
.one_fourth_pad {
	width: 19%
}
.one_fifth_pad {
	width: 14%
}
.one_sixth_pad {
	width: 10.5%
}
.two_fifth_pad {
	width: 37%
}
.two_third_pad {
	width: 60%
}
.two_fourth_pad {
	width: 43%
}
.two_fifth_pad {
	width: 33%
}
.three_fifth_pad {
	width: 58.4%
}
.three_fourth_pad {
	width: 74%
}
.four_fifth_pad {
	width: 67.2%
}
.five_sixth_pad {
	width: 82.67%
}
.one_half_pad, .one_third_pad, .two_third_pad, .three_fourth_pad, .one_fourth_pad, .one_fifth_pad, .two_fifth_pad, .two_fourth_pad, .two_fifth_pad, .three_fifth_pad, .four_fifth_pad, .one_sixth_pad, .five_sixth_pad {
	float: left;
	margin-bottom: 20px;
	margin-left: 3%;
	margin-right: 3%;
	position: relative
}
.one_half {
	width: 48%
}
.one_third {
	width: 30.5%
}
.one_fourth {
	width: 22%
}
.one_fifth {
	width: 16.8%
}
.one_sixth {
	width: 13.33%
}
.two_fifth {
	width: 37.6%
}
.two_third {
	width: 65.33%
}
.two_fourth {
	width: 48%
}
.three_fifth {
	width: 58.4%
}
.three_fourth {
	width: 74%
}
.four_fifth {
	width: 67.2%
}
.five_sixth {
	width: 82.67%
}
.one_half, .one_third, .two_third, .two_fourth, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
	float: left;
	margin-bottom: 10px;
	margin-right: 4%;
	position: relative
}
.column-last {
	clear: right;
	margin-right: 0!important
}
.dc_tabs_type_2 .one_third {
	width: 29%
}
.clr {
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%
}
.dc_clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	margin: 0;
	padding: 0;
	width: 100%
}

.description{
	font-size: 15px;
}

.fixed-bg-3{
    background-image: url("/cac/wp-content/themes/usep-office-theme/images/mabini-campus.jpg");
    min-height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fixed-bg-4{
    background-image: url("/cac/wp-content/themes/usep-office-theme/images/eagle.jpg");
    min-height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* footer */
.ct-u-paddingTop10 {
  padding-top: 10px !important;
}

.ct-footer {
  background-color: #7e0308;
  z-index: 111;
  position: relative;
}

.ct-footer-pre {
  width: 100%;
  padding-bottom: 40px;
  border-bottom: 1px solid #555;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ct-footer-pre span {
  font-family: 'Open Sans Condensed', sans-serif;
  color: #ebebeb;
  font-size: 30px;
}

.ct-footer-pre .form-group {
  position: relative;
  margin: 0;
}

.ct-footer-pre .form-group:before,
.ct-footer-pre .form-group:after {
  content: '';
  display: table;
}

.ct-footer-pre .form-group:after {
  clear: both;
}

.ct-footer-pre .form-group input {
  border: 1px solid #00bff3;
  background-color: #333;
  color: #fff;
  height: 50px;
  padding: 0 30px;
  margin: 0 5px;
  border-radius: 0 !important;
}

.ct-footer-pre .form-group button {
  height: 50px;
  position: relative;
  width: 80px;
  padding: 0
}

.ct-footer-list {
  padding: 20px 0;
  list-style: none;
  padding-left: 0;
  display: table;
  width: 100%;
}

.ct-footer-list > li .ct-footer-list-header {
  font-family: 'Open Sans Condensed', sans-serif;
  color: white;
  font-size: 18px;
}

.ct-footer-list > li ul {
  list-style: none;
  padding-left: 0;
}

.ct-footer-list > li ul li a {
  color: #fff;
  font-size: 11px;
}

.ct-footer-list > li ul li a:hover,
.ct-footer-post a:hover {
  text-decoration: underline;
}

.ct-footer-post {
  background: #5c0206;
  padding: 10px 0;
}

.ct-footer-post .inner-left,
.ct-footer-post .inner-right {
  padding: 0px 0;
}

.ct-footer-post ul {
  list-style: none;
  padding-left: 0;
  margin: 0 -20px;
}

.ct-footer-post ul li {
  display: inline-block;
  margin: 0 20px;
}

.ct-footer-post a {
  color: #fff;
}

.ct-footer-post p {
  color: #fff;
}

.icon-button {
  color: white;
  width: 30px;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color;
}

/* Media Queries */

@media (min-width:1200px) {
  .ct-footer-pre {
    display: table;
  }
  .ct-footer-pre > .inner {
    display: table-cell;
    vertical-align: middle;
  }
  .ct-footer-list > li {
    width: 20%;
    display: table-cell;
    vertical-align: top;
  }
  .ct-footer-list > li:last-child {
    width: 7%;
  }
}

@media (max-width:1199px) {
  .ct-footer-pre .form-group {
      padding-top: 15px
  }
}
@media (max-width: 1199px) {
  .ct-footer-list > li {
    display: inline-block;
    float: left;
  }
}
@media (min-width:992px) {
  .ct-footer-post .inner-left {
    float: left;
  }
  .ct-footer-post .inner-right {
    float: right;
  }
}
@media (max-width:991px) {
  .ct-footer-post {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .ct-footer-list > li {
    width: 33.3333%;
  }
}
@media (min-width:768px) {
  .ct-footer-post p {
    display: inline-block;
  }
  .ct-footer-post p + p {
    padding-left: 50px;
  }
}
@media (max-width:767px) {
  address {
    padding-top: 30px;
  }
}
@media (min-width: 480px) and (max-width:767px) {
  .ct-footer-list > li {
    width: 50%;
  }
}
@media (min-width:480px) {
  .ct-footer-pre .form-group button {
    top: -1px;
  }
  .ct-footer-pre .form-group input {
    width: 331px;
  }
}
@media (max-width:479px) {
  .ct-footer-pre .form-group input {
    float: left;
    width: 70%;
    margin: 0;
  }

  .ct-footer-pre .form-group button {
    float: left;
    width: 30%;
  }
  .ct-footer-list > li {
    width: 100%;
    text-align: center;
  }
  .ct-footer-list {
    padding: 20px 0;
  }
  .btn.btn-large {
    padding: 20px 10px;
    line-height: .9;
    font-size: 26px;
    letter-spacing: -.2px;
  }
  .ct-section_header--type1 {
    font-size: 60px;
    line-height: .8;
  }
  .ct-section_header + p {
    font-size: 22px;
  }
  .ct-section_header--type3 small {
    font-size: 25px;
  }
  .ct-section_header--type4 small {
      font-size: 40px;
  }
  .ct-section_header--type3 span {
    font-size: 90px;
  }
  .ct-section_header--type4 span {
      font-size: 80px;
  }
  .ct-section_header--type4 + p {
    font-size: 28px;
  }
}

/* Office Styles */
.office-homepage {
	position: relative;
	margin-top: 100px;
	z-index: 111;
	background: rgb(255, 255, 255);
}
.office-title-text{
	padding: 20px; 
	z-index: 2; 
	position: relative;
}

.office-responsive-height{
	min-height: 1400px;
	height: auto;
}

#usep-logo1{
	width: 310px;
}
#usep-logo2{
	width: 0;
}
#burger-nav{
	display: none;
}
#main-menu2{
	display:none;
}
#custom-font > ul li a{
	font-family: Roboto;
}

@media screen and (max-width: 1200px){
	.carousel-caption{
		margin-top: -17.5%;
	}
	.carousel-caption h1{
		font-size: 30px;
		line-height 60px;
	}
}

@media screen and (max-width: 1110px){
	.carousel-caption{
		margin-top: -14%;
	}
	.carousel-caption h1{
		font-size: 25px;
	}
}

@media screen and (max-width: 991px){
	.carousel-caption{
		margin-top: 0%;
	}
	.carousel-caption h1{
		font-size: 25px;
	}
	#usep-logo1{
		width: 0;
	}
	#usep-logo2{
		width: 60px;
	}
	#main-menu1{
		display: none;
	}
	#main-menu2{
		display: inline;
	}
	
	.right{
		float: none;
		width: 100%;
		margin-left: auto;
		margin-right: auto; 
	}

	.left{
		float: none;
		width: 100%;
		margin-left: auto;
		margin-right: auto; 
	}

}

@media screen and (max-width: 950px){
	.carousel-caption{
		margin-top: -5%;
	}
	.carousel-caption h1{
		font-size: 25px;
	}
}

@media screen and (max-width: 850px){
	.hide-image{
		width: 0px;
		padding: 0;
		margin: 0;
	}

	.fixed-bg-3{
		background-image: url("/cac/wp-content/themes/usep-office-theme/images/mabini-campus.jpg");
		min-height: 450px;
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.fixed-bg-4{
		background-image: url("/cac/wp-content/themes/usep-office-theme/images/eagle.jpg");
		min-height: 600px;
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.responsive-height{
		min-height: 350px;
	}

	.carousel-caption{
		margin-top: -20px;
	}
	.left, .left li{
		float: none;
		width: 100%;
		text-align: center;
		display: block;
	}

	.right, .right li{
		float: none;
		width: 100%;
		text-align: center;
		display: block;
	}

}

@media screen and (max-width: 800px){
	#top-bar{
		width: 100%;
		height: 60px;
	}
	.hide-image{
		width: 0px;
		padding: 0;
		margin: 0;
	}

	.fixed-bg-3{
		background-image: url("/cac/wp-content/themes/usep-office-theme/images/mabini-campus.jpg");
		min-height: 750px;
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.fixed-bg-4{
		background-image: url("/cac/wp-content/themes/usep-office-theme/images/eagle.jpg");
		min-height: 500px;
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
}

@media screen and (max-width: 653px){
	#the-univ{
		width: 100%;
		height: auto;
	}

	.fixed-bg-3{
		background-image: url("/cac/wp-content/themes/usep-office-theme/images/mabini-campus.jpg");
		min-height: 700px;
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.fixed-bg-4{
		background-image: url("/cac/wp-content/themes/usep-office-theme/images/eagle.jpg");
		min-height: 500px;
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.carousel-caption{
		margin-top: 2%;
	}

	.carousel-caption h1{
		font-size: 25px;
		line-height 60px;
	}

}

@media screen and (max-width: 579px){
	.fixed-bg-3{
		background-image: url("/cac/wp-content/themes/usep-office-theme/images/mabini-campus.jpg");
		min-height: 750px;
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.fixed-bg-4{
		background-image: url("/cac/wp-content/themes/usep-office-theme/images/eagle.jpg");
		min-height: 500px;
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.homepage {
		position: relative;
		/* margin-top: 400px; */
		z-index: 111;
		background: rgb(255, 255, 255);
	}

	.carousel-caption{
		margin-top: -13%;
	}

	.carousel-caption h1{
		font-size: 25px;
		line-height 60px;
	}
	.content-post{
		width: 100%;
		margin-top: 200px;
	}
	.sidebar{
		display: none;
		width: 0%;
	}
	.entry-title{
		font-size: 25px;
	}
}

@media screen and (max-width: 484px){
	#top-bar{
		width: 100%;
		height: 50px;
		padding-top: 5px;
	}
	#top-bar ul, a{
		list-style-type: none;
		display: inline;
		color: white;
		font-size: 2vw;
	}
	#top-bar li{
		display: inline;
		padding-left: 1vw;
	}

	.fixed-bg-3{
		background-image: url("/cac/wp-content/themes/usep-office-theme/images/mabini-campus.jpg");
		min-height: 750px;
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.fixed-bg-4{
		background-image: url("/cac/wp-content/themes/usep-office-theme/images/eagle.jpg");
		min-height: 500px;
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.homepage {
		position: relative;
		/* margin-top: 400px; */
		z-index: 111;
		background: rgb(255, 255, 255);
	}

	.carousel-caption{
		margin-top: -35%;
	}

	.carousel-caption h1{
		font-size: 20px;
		line-height 60px;
	}
}

@media screen and (max-width: 434px){
	.container{
		width: 100%;
	}
	.fixed-bg-3{
		background-image: url("/cac/wp-content/themes/usep-office-theme/images/mabini-campus.jpg");
		min-height: 1200px;
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.fixed-bg-4{
		background-image: url("/cac/wp-content/themes/usep-office-theme/images/eagle.jpg");
		min-height: 450px;
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
}

@media screen and (max-width: 314px){
	.custom-heading, .slider-title{
		font-family: 'NexaBold'; 
		color: white;
	}

	.fixed-bg-3{
		background-image: url("/cac/wp-content/themes/usep-office-theme/images/mabini-campus.jpg");
		min-height: 1250px;
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.fixed-bg-4{
		background-image: url("/cac/wp-content/themes/usep-office-theme/images/eagle.jpg");
		min-height: 800px;
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.responsive-height{
		min-height: 500px;
	} 
}

@media screen and (max-width: 396px){
	#top-bar{
		width: 100%;
		height: 60px;
	}
	.slider-title{
		font-size: 20px;
	}
	.slider-desc p{
		font-size: 9px;
	}
	.fixed-bg-4{
		min-height: 420px;
	}
	.custom-button a{
		font-size: 12px;
	}
	.card-bg{
		text-align: center; 
	}
	.divider-maroon{
		float:none;
	}
	.content-post{
		margin-top: 250px;
	}
}

@media screen and (max-width: 375px){
	#top-bar{
		width: 100%;
		height: 65px;
	}
	#top-bar ul, a{
		list-style-type: none;
		display: inline;
		color: white;
		font-size: 1vw;
	}
	#top-bar li{
		display: inline;
		padding-left: 1vw;
	}
	.slider-title{
		font-size: 20px;
	}
	.slider-desc p{
		font-size: 9px;
	}
	.custom-button a{
		font-size: 12px;
	}
	.card-bg{
		text-align: center; 
	}
	.divider-maroon{
		float:none;
	}
	.slider-title{
		margin-top: 50%;
	}
}

@media screen and (max-width: 321px){
	.divider-black{	
		float: none;
	}
	.custom-para{
		text-align: center;
		padding: 0px;
	}
	.slider-title{
		font-size: 23px;
	}
	.slider-desc p{
		display: none;
	}
	.fixed-bg-4{
		min-height: 480px;
	}
	.fixed-bg-3{
		min-height: 1570px;
	}
	.custom-button a{
		font-size: 12px;
	}
	.card-bg{
		text-align: center; 
	}
	.divider-maroon{
		float:none;
	}
	padding-section-3{
		padding-left: 50px;
	}
}

@media screen and (max-width: 240px){
	.fixed-bg-4{
		min-height: 550px;
	}
	.fixed-bg-4-2{
		min-height: 320px;
	}
	.custom-button a{
		font-size: 12px;
	}
	.slider-title{
		font-size: 10px;
	}
	.slider-desc{
		font-size: 7px;
	}
	.padding-section-4{
		padding-left: 30px;
	}
	.custom-heading{
		font-size: 15px;
	}
	.custom-sub-title{
		font-size: 15px;
	}
}

.separator-style{
	width: 50px;
	padding-top: 15px;
}

.small-margin{
	margin-top: -30px;
	margin-bottom: 100px;
	padding: 0;
}

.footer-text{
  font-size: 11px;
}

._main-footer-item-right{
	flex: 1;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-right: 75px;
}

/* Mobile view styles */
@media (max-width: 640px) {
	._main-footer-container{
		flex-direction: column;
	}
	._main-footer-item-right{
		display: none;
	}
}