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

html,
body {
    width: 100%;
    height: 100%;
}

body {
    /*font-family: Merriweather,'Helvetica Neue',Arial,sans-serif;*/
}

hr {
    /*max-width: 50px;
    border-color: #336DE4;*/
    border-width: 3px;
}

hr.light {
    border-color: #fff;
}

a {
    color: #fff924;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #184bb3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', sans-serif;
}
h4 {
    font-family: 'Oswald', sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 85px;
}

p {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 1.5;
	font-family: 'Lato', sans-serif;
}

.bg-primary {
	padding: 10px 0;
	background-image: url(../img/imagebox.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}

.bg-grey {
    background-color: #2F69A1;
	padding: 40px 0px 40px;
}

.bg-dark {
    color: #222;
    background-color: #F1F1F1;
}

.bg-highlight {
	background-image: url(../img/imagebox.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}

.swiss {
	background-image: url(../img/PRE-U.jpg);
	background-size: cover;
	/*background-attachment: fixed;*/
	background-repeat: no-repeat;
	background-position: center center;
}
.adp {
	background-image: url(../img/header-adp.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.testimonial {
	/*background-image: url(../img/Testi-BG.jpg);*/
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}
.img-circle {
	width: 100px;
	border-radius: 106px;
	border: 3px solid white;
	background: #fff;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
}

.bg-light {
    color: #fff;
    background-color: #E2E2E2;
}

.text-faded {
    color: rgba(255,255,255,.7);
}

section {
    padding: 0px 0 0px;
	background-color: #fff;
}

aside {
    /*padding: 35px 0;*/
}

.no-padding {
    padding: 0;
}

.navbar-default {
    border-color: transparent;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: transparent;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.navbar-default .navbar-header .navbar-brand {
    text-transform: uppercase;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    /*color: #336DE4;*/
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #eb3812;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    color: #222;
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #336DE4;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #336DE4!important;
    background-color: transparent;
}

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

@media(min-width:768px) {
    .navbar-default {
        border-color: rgba(255,255,255,0);
        background-color: transparent;
    }

    .navbar-default .navbar-header .navbar-brand {
        color: rgba(255,255,255,.7)
		
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #fff;
    }

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color: rgba(255,255,255,.7);
    }

    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: #fff;
    }

    .navbar-default.affix {
        border-color: transparent;
        background-color: transparent;
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 14px;
        color: #336DE4;
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #eb3812;
    }

    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #808080;
    }

    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #336DE4;
    }
}

header {
    position: relative;
    width: 100%;
    min-height: auto;
    color: #fff;
    background-image: url(../img/header.jpg);
	background-color: #0c2340;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .header-content {
    position: relative;
    width: 100%;
    padding: 30px 15px;
}

header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}

header .header-content .header-content-inner hr {
    margin: 30px auto;
}

header .header-content .header-content-inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,.7);
}

@media(min-width:768px) {
    header {
        min-height: 100%;
    }

    header .header-content {
        position: absolute;
        top: 55%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
        font-size: 18px;
    }
}

.section-heading {
    margin-top: 0;
}

.service-box {
    margin: 50px auto 0;
    max-width: 400px;
}

@media(min-width:992px) {
    .service-box {
        margin: 20px auto 0;
    }
}

.service-box p {
    margin-bottom: 0;
}

.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(240,95,64,.9);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.text-primary {
    color: #336DE4;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #222;
    background-color: #f2f2f2;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn-primary {
    border-color: #336DE4;
    color: #fff;
    background-color: transparent;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
	
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    border-color: #184bb3;
    color: #fff;
    background-color: #184bb3;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #336DE4;
    background-color: #336DE4;
}

.btn-primary .badge {
    color: #336DE4;
    background-color: #fff;
}

.btn {
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
	padding: 15px 15px 15px 15px;
	font-size: 20px;
}

.btn-xl {
    padding: 15px 30px;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #222;
}
/*logo hide*/
.lrg-logo {
 /* width: 240px;
  height: 160px;
  background: url(../img/KDU-logo-white.png);
  margin: 20px 5px 10px 35px;
  background-repeat: no-repeat;*/
}

.sml-logo {
  width: 180px;
  height: 71px;
  background: url(../img/KDU-blue.png);
  margin: 20px 5px 10px 35px;
  background-repeat: no-repeat;
}

form {
/*background: #fff;*/
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	padding: 0px;
	z-index: 0;
	/*box-shadow: 3px 3px 3px #8d8c8c;*/
}
form p {
	margin-bottom: 1px;
	padding: 2px;
}
/*errors*/
form input.error, form textarea.error {
	border-color: #d50d0b !important;
	box-shadow: none;
}
/*label and inputs*/
label {
}
input[type="text"], textarea {
	background-color: #fff;
	width: 90%;
	height: 38px;
	padding: 5px 3%;
	margin-bottom: 0px;
	font-size: 12px;
	color: #71787c;
	line-height: 2em;
	display: inline-block;
	/*border: 1px solid #4d5154;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	box-shadow: none;*/
}
/*label and inputs*/
label {
}
input[type="email"], textarea {
	background-color: #fff;
	width: 90%;
	height: 38px;
	padding: 5px 3%;
	margin-bottom: 0px;
	font-size: 12px;
	color: #71787c;
	line-height: 2em;
	display: inline-block;
	/* border: 1px solid #4d5154;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	box-shadow: none;*/
}
textarea {
	height: auto;
}
textarea:focus, input[type="text"]:focus {
	box-shadow: none;
	border-color: #fff !important;
}
:-moz-placeholder {
font-size: 12px;
color: #71787c;
}
:-ms-input-placeholder {
font-size: 12px;
color: #71787c;
}
::-webkit-input-placeholder {
font-size: 12px;
color: #71787c;
}
/*results*/
#subresult {
	width: 100%;
	display: block;
	margin-top: 10px;
	font-size: 14px;
}
/*submit button*/
#ss-submit {
	padding: 0;
	margin-bottom: 10px;
	font-size: 16px;
	color: #fff !important;
	line-height: 1em;
	font-weight: 700;
	cursor: pointer;
	display: block;
	background: #0047bb;
	border: solid 1px #0047bb;
	text-transform: uppercase;
	padding: 17px 80px;
	transition: all 0.2s ease-in;
}
.antispam {
	display:none;
}
/*Country*/
#entry_1465524353 {
    background-color: #fff;
	width: 90%;
	height: 38px;
	padding: 5px 3%;
	margin-bottom: 0px;
	font-size: 12px;
	color: #848484;
	line-height: 2em;
	display: inline-block;
	border: 0px solid #272727;
	
}

#entry_1465524353 option {
    	color: #71787c;
		
}
/*Program*/
#entry_2044183772 {
    background-color: #fff;
	width: 90%;
	height: 38px;
	padding: 5px 3%;
	margin-bottom: 0px;
	font-size: 12px;
	color: #848484;
	line-height: 2em;
	display: inline-block;
	border: 0px solid #272727;
	
}

#entry_2044183772 option {
    	color: #71787c;
		
}
/*State*/
#entry_1132081854 {
    background-color: #fff;
	width: 90%;
	height: 38px;
	padding: 5px 3%;
	margin-bottom: 0px;
	font-size: 12px;
	color: #848484;
	line-height: 2em;
	display: inline-block;
	border: 0px solid #272727;
	
}

#entry_1132081854 option {
    	color: #71787c;
}
/*Courses*/
#entry_1346534635 {
    background-color: #fff;
	width: 90%;
	height: 38px;
	padding: 5px 3%;
	margin-bottom: 0px;
	font-size: 12px;
	color: #848484;
	line-height: 2em;
	display: inline-block;
	border: 0px solid #272727;
	

#entry_1346534635 option {
    	color: #71787c;
}

#campus {
    background-color: #fff;
	width: 80%;
	height: 35px;
	padding: 5px 3%;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 2em;
	display: inline-block;
	border: 0px solid #272727;
	
}

#campus option {
    	color: #71787c;
}

#header {
    padding-top: 10px;
}

label {
  display: block;
}

label.error.valid {
    background: url("valid.png") no-repeat scroll center center transparent;
    display: inline-block;
    position: absolute;
    right: 58px;
    text-indent: -9999px;
    width: 24px;
}

label.error {
  /*display: inline-block;*/
  margin: 0px 0px 0px 1px;
  font-size:13px;
  color:#F2FF03;
}

input {
  display: inline-block;
}

#right-box {
	display:block;
	background:#DF2128;
	-pie-background:#DF2128;
	border-style:none;
	behavior:url(/PIE.htc);
	/*border-radius:11px;*/
	left:583px;
	top:529px;
	z-index:54;
	height:auto;
	padding-left: 25px;
}

.feature-box-icon {
	/*background-color: #666;*/
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 15px;
	top: 10px;
	border-radius: 30px;
	color: #FFF;
	line-height: 60px;
	text-align: center;
	font-size: 30px;
}

 .feature-box-content {
	padding-left: 81px;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}

}

#container-campus {
  /*-webkit-box-shadow: inset 0px 5px 10px -5px rgba(27, 27, 27, 0.75);
  -moz-box-shadow: inset 0px 5px 10px -5px rgba(27, 27, 27, 0.75);
  box-shadow: inset 0px 5px 10px -5px rgba(27, 27, 27, 0.75);
  padding-top: 55px;*/
  padding-bottom: 55px;
}
#container-campus img {
  border: none;
}
#container-campus .campus-link {
  font-size: 1.24em;
  line-height: 20px;
  color: #4ca3d8;
  padding-top: 20px;
}
#container-campus .campus-link > div {
  min-height: 450px;
}
#container-campus .campus-link a {
  text-decoration: none;
}
#container-campus .campus-link .logo {
  padding-bottom: 20px;
  margin: auto;
  margin-top: 10px;
}
#container-campus .campus-link .campus-img {
  -webkit-box-shadow: 1px 3px 5px 0px rgba(63, 63, 63, 0.75);
  -moz-box-shadow: 1px 3px 5px 0px rgba(63, 63, 63, 0.75);
  box-shadow: 1px 3px 5px 0px rgba(63, 63, 63, 0.75);
  margin: auto;
}

#container-campus .campus-link .campus-img:hover {
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
.small-md {
    text-transform: uppercase;
background: linear-gradient(to right, #03047c, #4752ec);
border-radius: 2px;
color: #fff;
display: inline-block;
font-size: 16px;
line-height: 22px;
min-width: auto;
padding: 0 9px;
margin-bottom: 4px;
margin-top: 20px;
}

/* carousel */
#quote-carousel 
{
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left 
{
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active 
{
  background: #333333;
}
#quote-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */

.item blockquote {
    border-left: none; 
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}



/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #quote-carousel 
    {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
    }
    
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
    
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;  
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}




