/*
Theme Name: Bent
Author: Allie
Version: 1.0
URL: http://designscrazed.org/
*/

/* Table of Content
==================================================
  1. COMMON STYLES
  2. SECTION HOME 
  3. SECTION ABOUT
  4. SECTION VIDEO
  5. SECTION TESTIMONIAL
  6. SECTION FEATURES 
  7. SECTION CALL TO ACTION
  8. SECTION APPS SCREEN 
  9. SECTION FUN FACTS 
  10. SECTION DOWNLOAD 
  11. SECTION CONTACT 
  12. SECTION SUBSCRIBE
  13. SECTION FOOTER 

*/
* {
    margin: 0;
    padding: 0;
}
body {
    overflow-y: scroll;
    overflow-x: hidden;
}

/*---------------------------------------
   COMMON STYLES             
-----------------------------------------*/
.fill{width:100%;height:100%;background-position:center;background-size:cover;}

.parallax {
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.padding30 {
	padding-left: 30px;
	padding-right: 30px;
}
/*---------------------------------------
   SECTION HOME              
-----------------------------------------*/
/*menu*/

.header h2 {
    height: 0px;
    margin: 0px;
}
.navbar {
    margin-top: -100px
}
.navbar-brand {
    padding: 9px 15px;
}

.header-msg {
	position: absolute;
    bottom: 35%;
}
.header-msg-main {
    z-index: 10;
    padding: 15px;
    color: #fff;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    font-family: 'proxima-nova-thin', sans-serif;
	background-color: rgba(8,100,172,0.6);
    text-transform: uppercase;
}

.header-msg-link {
    z-index: 10;
    padding: 15px;
    color: #fff;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    font-family: 'proxima-nova-bold', sans-serif;
}
.header-msg-link a{
    color: #fff;
}
#logoImg:hover {
    filter: Alpha(Opacity=50);
    opacity: 0.5;
}
@media(min-width:768px) {
    .navbar-default {
        background-color: transparent;
    }
	.navbar-default .navbar-nav>li>a {
		color: #FFFFFF;
		font-family: 'proxima-nova-bold', sans-serif;
		font-size: 15px;
	}

    .navbar-default .navbar-nav>li>a:hover {
        color: #f39c12;
    }
    .navbar-default .navbar-nav>li>a:focus {
        color: #B5B5B5;
    }
    .navbar-default {
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
        z-index: 110;
    }
    .navbar-brand img {
        padding-top: 25px;
        height: 170px;
    }
    .navbar-default .navbar-nav>li>a {
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
    }
    .navbar-nav>li>a {
        padding-top: 45px;
    }
	
	.header-msg-main {
		font-size: 2.5vw;
	}
	.header-msg-link {
		font-size: 1.6vw;
	}
}

/* This Css is for Medium Deviced */
@media (min-width: 760px) and (max-width: 991px){
	.navbar-default .navbar-nav>li>a {
		font-size: 13px;
		padding-right: 5px;
		padding-left: 5px;
	}
	.navbar-form .form-control {
		max-width: 110px;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	.navbar-default .navbar-nav>li>a {
		font-size: 14px;
		padding-right: 10px;
		padding-left: 10px;
	}
	.navbar-form .form-control {
		max-width: 130px;
	}
}

@media (min-width: 992px) {
  	.navbar-default .navbar-nav>li>a {
		font-size: 15px;
	}
}
@media (max-width: 768px) {
    .navbar-brand img {} .navbar-default {
        background-color: #fff !important;
    }
	#logoImg {
		display: none; !important;
	}
	.header-msg-main {
		font-size: 3.5vw;
	}
}

@media(min-width:1920px) {
	.navbar-default .navbar-nav>li>a {
		font-size: 25px;
	}

}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background: transparent;
    color: #f39c12;
}

@media (min-width: 768px) {
	.navbar-right .dropdown-menu {
		left: 0;
		right: 0;
	}
	
	.dropdown-menu {
		background-color: rgba(8,100,172,0.6);
	}
	.dropdown-menu>li>a {
		color: #FFFFFF;
		font-family: 'proxima-nova-bold', sans-serif;
		font-size: 13px;
		text-transform: uppercase;
		padding-left: 13px;
	}

	.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus{
		color: #f39c12;
		background-color: rgba(0,0,0,0);
	}

}
.carousel-indicators {
    bottom: 20%;
	left: 90%;
}

.header {
    background-size: cover;
	background-repeat: no-repeat;
}
.header .section_overlay {
    background-color: rgba(33, 33, 33, .75);
}
.logo{
    padding-bottom: 50px;
}
.home_text{
    text-align: left;
}
.home-iphone{
    text-align: right;
}
.home-iphone img{
    width: 100%;
}



@media (max-width: 768px){
    .home-iphone{
        display: none;
    }
    .home_text{
        text-align: center;
    }

}
.home_text h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 300;
    line-height: 45px;
    padding-top: 30px
}
.home_text p {
    color: #fff;
    font-size: 17px;
    line-height: 28px;
    margin-top: 0px;
    font-weight: 300;
}
.download-btn {
    margin-top: 90px;
    margin-bottom: 50px
}
.home-btn,
.home-btn:focus,
.home-btn:active,
.home-btn:visited {
    background: transparent;
    border-color: #f39c12;
    color: #f39c12;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 19px;
    text-transform: uppercase;
    border-radius: 3px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.home-btn:hover {
    background-color: #f39c12;
    color: #fff;
}
.tuor,
.tuor:focus,
tuor:active,
tuor:visited {
    color: #A9ADB0;
    margin-left: 20px;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 500;
    background: transparent;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.tuor:hover {
    color: #fff;
}
.tuor i {
    font-size: 20px;
    padding-left: 5px;
    color: #f39c12;
}

.navbar-form-custom {
	margin: 0;
}
.form-control{
	border: 2px solid white;
	width:80%;
	display: inline-block;
}


@media (min-width: 768px) {
	.form-group {
		display:inline-block;
		position:relative;
	}
	.form-control{
		border: 2px solid white;
		border-radius: 25px;
		background-color: rgba(0,0,0,0);
	}
	#menuSearch {
		padding-top: 35px;
	}
	.btn-search {
		position:absolute;
		right:0;
		top:0;
		background-color: rgba(0,0,0,0);
		outline:none;
		border: none;
		color: white;
		font-size: 16px;
	}
	.btn-search:hover{
		background-color: none;
		border-color: none;
		color:#087bb1;
	}
}

/*PARTNERS */

.partners-div {
	padding-top: 100px;
	padding-bottom: 100px;
	background: url(../images/partners/partner-back-full.png) no-repeat center;
    background-size: cover;
	background-attachment: fixed !important;
	border-top: 2px solid white;
}
.partner-img:hover{
    filter: Alpha(Opacity=50);
    opacity: 0.5;
}
@media (max-width: 768px){
	.partners-div {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

/*LATEST NEWS*/
.latest-news-title {
    padding-top: 30px;
    padding-bottom: 20px;
}
.latest-news-title h2 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    color: #003751;
    font-size: 35px;
    font-weight: 400;
	font-family: 'proxima-nova-bold', sans-serif;
}

.single-latest-news h4{
	font-family: 'Gotham-Bold', sans-serif;
	color: #686868;
	font-size: 16px;
}

.single-latest-news h2 {
	font-family: 'Gotham-Bold', sans-serif;
	color: #087bb1;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 5px;
}

.single-latest-news img {
	display: block;
	width: 100%;
}
.single-latest-news img:hover {
    filter: Alpha(Opacity=50);
    opacity: 0.5;
}
.single-latest-news p {
	font-family: 'Gotham-Light', sans-serif;
	font-size: 14px;
	color: #6b6b6b;
	border-bottom: 1px solid #686868;
	padding-bottom: 5px;
}

.single-latest-news a {
	font-family: 'Gotham-Bold', sans-serif;
	color: #1884b6;
	font-size: 12px;
	text-transform: uppercase;
}
@media (max-width: 768px){
	.single-latest-news { 
		padding-top: 25px;
	}
}
@media (min-width: 1900px){
	.single-latest-news h2 {
		font-size: 25px;
	}
	.single-latest-news p {
		font-size: 20px;
	}
	.single-latest-news a {
		font-size: 18px;
	}
}

/*ACTIVITIES*/
.activities {
	background-color: #eeeeee;
}
.activities-title {
    padding-top: 30px;
    padding-bottom: 20px;
}
.activities-title h2 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    color: #003751;
    font-size: 40px;
    font-weight: 400;
	font-family: 'proxima-nova-bold', sans-serif;
}

.single-activities h3 {
	font-family: 'Gotham-Bold', sans-serif;
	color: #087bb1;
	font-size: 25px;
	text-transform: uppercase;
	margin-top: 5px;
}

.single-activities a {
		font-family: 'proxima-nova-thin', sans-serif;
	color: #1884b6;
	font-size: 18px;
	text-transform: uppercase;
}
@media (min-width: 768px){
	.single-activities-border {
		border-left: 1px solid #1884b6;
		border-right: 1px solid #1884b6;
	}
	.single-activities-leftpad {
		padding-left: 50px;
	}
	.single-activities-rightpad {
		padding-right: 50px;
	}
}
@media (max-width: 768px) {
	.sm-center-fix {
		text-align: center;
		padding-top: 25px;
	}
}

.footer {
    background-color: #001a26;
    padding-bottom: 65px;
    padding-top: 65px;
}

.footer-mid ul {
	list-style: none;
	float:left;
	display: inline-block;
	width: 20%;
}
.footer-left img {
    margin: 0 auto; 
}
.footer-left img:hover {
	filter: Alpha(Opacity=50);
    opacity: 0.5;
}
.footer-right {
	text-align: center;
}
.footer-mid ul>li>a{
	font-size: 15px;
	font-family: 'proxima-nova-thin', sans-serif;
	color: #087bb1;
	text-transform: uppercase;
}
.li-footer-header>a {
	font-size: 16px;
	font-family: 'proxima-nova-bold', sans-serif;
	color: #ffffff;
	text-transform: uppercase;
}
.get_in_touch {
	display:block;
	font-family: 'proxima-nova-bold', sans-serif;
	font-size: 25px;
	text-transform: uppercase;
	color: #ffffff;
	padding-top: 10px;
}
.copyright-social {
	padding-bottom: 10px;
}
.info {
	font-family: 'proxima-nova-thin', sans-serif;
	font-size: 15px;
	color: #ffffff;
	display:inline-block;
}
.info-text-header {
	font-family: 'proxima-nova-bold', sans-serif;
	text-transform: uppercase;
	text-align: right;
}
.info-text {
	text-align: right;
}
.copyright {
	font-family: 'proxima-nova-thin', sans-serif;
	color: #ffffff;
	padding-top: 20px;
	text-align: center;
}

@media (max-width: 992px) {
	.footer-mid ul>li>a{
		font-size: 12px;
	}
	.li-footer-header>a{
		font-size: 12px;
	}
	.info {
		font-size: 11px;
	}
}

@media (max-width: 768px) {
	.info {
		font-size: 15px;
	}
}

.fb img:hover {
	filter: Alpha(Opacity=50);
    opacity: 0.5;
}
.tw img:hover {
	filter: Alpha(Opacity=50);
    opacity: 0.5;
}

.header-normal {
	padding-top: 200px;
	padding-bottom: 200px;
	background: url(../images/pen.png) no-repeat center;
    background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.header-services {
	position: absolute;
	bottom: 0;
    width: 100%;
    padding-left: 0;
	background-color: rgba(0,24,37,0.6);
	z-index:100;
	padding-top: 10px;
}
.single-services {
	padding-bottom: 20px;
	max-height: 150px;
	width:100%;
}
.single-services>a {
	color: #ffffff;
}
.single-services>a:hover{
	text-decoration: none;
	color: rgba(255,255,255,0.5);
}
.single-services h2 {
	font-family: 'proxima-nova-bold', sans-serif;
	text-transform: uppercase;
	font-size: 2.1vw;
}
.single-services h3 {
	font-family: 'proxima-nova-bold', sans-serif;
	text-transform: uppercase;
	font-size: 1.7vw;
}
.single-services h4 {
	font-family: 'proxima-nova-bold', sans-serif;
	text-transform: uppercase;
	font-size: 1.4vw;
	color: #087bb1;
}
.single-services h5{
	font-family: 'proxima-nova-bold', sans-serif;
	text-transform: uppercase;
	font-size: 1.1vw;
}
@media (min-width: 768px) {
	.border_left {
		border-left: 1px solid #ffffff;
		padding-bottom: 5px;
		height:100%;
	}
	.border_both {
				height:100%;
		border-left: 1px solid #ffffff;
		border-right: 1px solid #ffffff;
	}
}
@media (max-width: 768px) {
	.single-services {
		padding-bottom: 20px;
	}
	.single-services h2 {
		font-size: 13px;
	}
	.single-services h3 {
		font-size: 13px;
	}
	.single-services h4 {
		font-size: 13px;
	}
	.single-services h5{
		font-size: 13px;
	}
	.xs-center-fix {
		text-align: center;
	}
}

.header_get_in_touch {
	position: absolute;
	bottom: 70%;
    right: 10%;
    text-align: right;
}
.header_get_in_touch .get_in_touch {
	font-size: 1.5vw;
	max-width: 100px;
}

.header_get_in_touch_2 {
	position: absolute;
	bottom: 50%;
    right: 10%;
    text-align: right;
}
.header_get_in_touch_2 .get_in_touch {
	font-size: 1.5vw;
	max-width: 100px;
}
@media (min-width: 768px) {
	.single-news {
		padding-left: 10px;
	}
}
.single-news h1 {
	font-family: 'Gotham-Bold', sans-serif;
	font-size: 22px;
	color: #003751;
	padding-bottom: 40px;
}
.single-news h2 {
	font-family: 'Gotham-Light', sans-serif;
	font-size: 22px;
	color: #087bb1;
	padding-bottom: 40px;
}
.single-news p {
	font-family: 'Gotham-Light', sans-serif;
	font-size: 16px;
	color: #6b6b6b;
	padding-bottom: 20px;
}

.page-info-header {
	font-family: 'proxima-nova-bold', sans-serif;
    font-size: 13vw;
	color: #eeeeee;
	text-transform: uppercase;
	line-height:10vw;
}
.news {
	padding-bottom: 30px;
}
.sidebar-item  .single-latest-news{
	padding-bottom: 25px;
}

.about-main-content, .about-content  {
	padding-left: 10px;
	padding-bottom: 40px;
	padding-top: 40px;
}

.about-main-content h2{
	font-family: 'Gotham-Bold', sans-serif;
	font-size: 22px;
	color: #003751;
}
.about-main-content p{
	font-family: 'Gotham-Light', sans-serif;
	font-size: 18px;
	color: #087bb1;
	padding-bottom: 20px;
}

.about-menu-item {
	max-height: 150px;
	width:100%;
	color: #087bb1;
	font-family: 'proxima-nova-bold', sans-serif;
	text-transform: uppercase;
	font-size: 15px;
}
@media (min-width: 992px) {
	.about-menu-item {
		font-size: 1.5vw;
	}
}
.about-menu {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (min-width: 768px) {
	.about-menu .border_left {
		border-left: 1px solid #087bb1;
	}
	.about-menu .border_both {
		border-left: 1px solid #087bb1;
		border-right: 1px solid #087bb1;
	}
}

.about-content h2{
	font-family: 'Gotham-Bold', sans-serif;
	font-size: 22px;
	color: #003751;
	padding-bottom: 30px;
}

.about-content h3{
	font-family: 'Gotham-Light', sans-serif;
	font-size: 22px;
	color: #087bb1;
	padding:0;
	margin:0;
}

.about-content p {
	font-family: 'Gotham-Light', sans-serif;
	color: #6b6b6b;
	font-size: 16px;
	padding-bottom: 20px;
	padding-top:0;
}

/* Adding list styles */
.about-content ol {
  list-style: decimal;
  margin: 10px 0 30px 30px;
  font-family: 'Gotham-Light', sans-serif;
  color: #6b6b6b;
  font-size: 16px;
}
.about-content ul {
  list-style: disc;
  margin: 10px 0 30px 30px;
  text-align: left;
  font-family: 'Gotham-Light', sans-serif;
  color: #6b6b6b;
  font-size: 16px;
}

.margin-add-fix {
	margin-bottom: 30px !important;
}

.activities-single {
	min-height: 360px;
}
.activities-cont {
	max-width: 275px;
	margin-left: auto;
	margin-right: auto;
}

.activities-cont img {
	width: 275px;
	height: 200px;
	display:block;
	margin-left: auto;
	margin-right: auto;
}
.activities-cont a {
	font-family: 'Gotham-Light', sans-serif;
	font-size: 16px;
	text-align: center;
}
/* 1440px fixed */

.header {
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
}
#header-carousel{
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;	
}

.partners-div {
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
}

.latest-news {
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
}

.activities {
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
}

.footer {
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
}

.header-normal {
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 1200px) {
	.header-msg-main {
		font-size: 36px;
	}
	.header-msg-link {
		font-size: 23px;
	}
	.single-services h2 {
		font-size: 30px;
	}
	.single-services h3 {
		font-size: 25px;
	}
	.single-services h4 {
		font-size: 21px;
	}
	.single-services h5{
		font-size: 16px;
	}
	.header_get_in_touch .get_in_touch {
		font-size: 21px;
	}
	.header_get_in_touch_2 .get_in_touch {
		font-size: 21px;
	}
	.page-info-header {
		font-size: 187px;
		line-height:144px;
	}
	.about-menu-item {
		font-size: 22px;
	}
}