/*
Theme Name: CSI
Theme URI: http://kallimadesign.com
Author: Kate
Author URI: http://kallimadesign.com
Description: Starter theme, August 2015
Version: 1.0
License: only to be used for this specific project. Coding owned by Kallima Design
Open Sans(for body and header text)
*/
@import "bootstrap.min.css";
@import "animate.min.css";
@import url(everslider.css);
@import url(magnificlightbox.css);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,700,700italic,600italic|Open+Sans+Condensed:300);

/*---------------------------------------------------
------------------- Typography  ------------------
 --------------------------------------------------*/
body {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	color:#5A5A5A;
	line-height: 25px;
	font-size: 1.6em;
	letter-spacing: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	text-transform: uppercase;
	font-weight: normal;
	color:#6C6C6C;
	margin-bottom: 20px;
	text-align: center;
}

h1{
	font-size: 23px;
	color: #EA272F;
	font-weight: bold;
	line-height: 35px;
}

h2{
	font-size: 26px;
	border: none !important;
	line-height: 35px;
}

h3{
	font-size: 25px;
	line-height: 28px;
	margin: 0 0 20px 0 !important;
}

h4{
	font-size: 18px;
	line-height: 25px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EA272F;
	border-bottom-color: #E72B36;
	color: #5F5F5F;
	padding-top: 8px;
	padding-bottom: 8px;
}
h5{
	font-size: 16px;
	line-height: 22px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	color: #7C7C7C;
	padding-top: 8px;
	padding-bottom: 8px;
}
h6{
	font-size: 15px;
	line-height: 16px;
	color: #7C7C7C;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding: 5px 0 5px 0;
	margin: 0px 0 6px 0 !important;
}

a {
	color: #EA272F;
	-webkit-transition: color 300ms, background-color 300ms;
	-moz-transition: color 300ms, background-color 300ms;
	-o-transition:  color 300ms, background-color 300ms;
	transition:  color 300ms, background-color 300ms;
	outline: none !important; 
	}
a:hover {
	color: #EA272F !important;
	text-decoration: none;
}
a:visited,  a:focus, a:active {
	color: #333333;
	outline: none;
	text-decoration: none;
	}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
ul li {
	margin-bottom: 15px;
}

.thumbnail ul li {
	font-size: 13px;
}
.thumbnail img{
	margin: 0; }

iframe {
	width: 100%;
	height: 390px;
	padding: 0px;
	vertical-align: middle;
	display: block;
	border: 3px solid #EAEAEA;
	margin-top: 55px;
	margin-right: 0px;
	margin-bottom: 11px;
	margin-left: 0px;
}


@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

/*---------------------------------------------------
--------------------- Buttons  --------------------
 --------------------------------------------------*/
.btn-primary {
	padding: 8px 20px;
	color: #fff;
	border-radius: 4px;
	border:none;
	margin-top: 10px;
	background-color: #4FB2DC;
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
}
.btn-primary:hover, 
.btn-primary:focus{
	outline: none;
	box-shadow: none;
	background-color: #298fca;
}
.btn-danger, .btn-danger a, .btn-danger a:visited, .btn-danger:visited {
	margin-top: 15px;
	margin-bottom: 6px;
	padding-right: 42px;
	padding-left: 42px;
	color: #FFF !important;
	text-transform: uppercase;
}

/*---------------------------------------------------
-------------- Padding and margins -------------
 --------------------------------------------------*/
.margin-bottom-40 {
		margin-bottom: 40px;
}
.padding-top-15 {
	padding-top: 15px;
}
.padding-top-45 {
	padding-top: 45px;
}
.padding-top-35 {
	padding-top: 35px;
}
.margin-top-neg30 {
		margin-top: -110px;
}
.margin-top-neg5 {
		margin-top: -5px;
}
.margin-lr20 {
		margin-top: 20px;
}
/*---------------------------------------------------
------------------- Kate styles  ------------------
 --------------------------------------------------*/
.bg-1 {
	background-color: #f4f4f4;
	padding-top: 16px;
	padding-right: 15px;
	padding-bottom: 19px;
	padding-left: 15px;
	font-size: 0.9em;
}
.bg-1 a, .bg-1 a:focus, .bg-1 a:visited {
	color: #5A5A5A;
}

.main-area {
	margin-top: 65px;
	margin-bottom: 30px;
}
.middle-area {
	padding-left: 25px;
	padding-right: 25px;
}

.caption p {
	color: #B1B1B1;
	font-size: 14px;
}

/*---------------------------------------------------
----------------- Header and nav  ----------------
 --------------------------------------------------*/
.top-bar {
	background-color: #3f3f3f;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 5px;
}
.top-bar a {
	color: #FFF;	
}
.top-bar i {
	padding-left: 12px;
}
.top-bar2 {
	text-align: right;
}
.ribbon {
	background-image: url(../img/ribbon.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 50px;
	padding-top: 17px !important;
	margin-top: -20px !important;
	font-size: 1.1em;
	color: #7F7F7F;
}
.ribbon span {
	display:block;
	font-size: 0.7em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EA272F;
	border-bottom-color: #EA272F;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 12px;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus,
.dropdown-menu li a:active,
.dropdown-menu li a:visited {
	color: #515151 !important;
	background-color: white;
	background-image: none;
}
.dropdown-menu {
	background-color: #EFEFEF;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-bottom-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #EA272F;
}
.dropdown-menu li a {
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 13px;
}

.navbar {
	background-color: #040707;
	text-transform: uppercase;
	font-size: 15px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.navbar-nav,.nav li {
	float: none;
}
.nav{
	text-align:center;
}
.nav li{
	display:inline;
}
.nav a:visited {
	color: #CCCCCC !important;
}
.navbar-inverse {
	padding: 10px 0px;
}
.navbar-inverse .navbar-nav > li > a {
	padding: 5px 10px;
	margin: 0;
	color: #FFF;
	line-height: 24px;
	display: inline-block;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
	background-color: #2F2F2F;
}
.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
	color: #4A4A4A !important;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-top: 0;
  padding-bottom: 0;
}
.navbar-toggle {
	background-color: #333 !important;
}
.navbar-toggle:hover {
	background-color: #3399FF !important;
}

/*---------------------------------------------------
---------------------- Footer  ---------------------
 --------------------------------------------------*/
footer {
	margin-top: 50px;
	margin-bottom: 30px;
	color: #BCBCBC;
	padding-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ed1c25;
	font-size: 13px;
}
footer a, footer a:hover, footer a:visited, footer a:focus {
	color: #BCBCBC !important;
}
footer a:hover {
	color: #ed1c25 !important;
}

