/*
Theme Name: SCCA
Theme URI: http://campdoug.com
Description:  A theme for SCCA 
Author URI: http://campdoug.com
Version: Camp Doug Bootstrapped 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* ==========================================================================
   Variables
   ========================================================================== */
.news {display:flex; align-items:center; justify-content:center; flex-direction:column;  padding:2rem;}


#photography-screen {
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index:99999;
  background: rgba(250,250,250,.90);
  padding: 30px;
  color: #444;
  font-size: 22px;
}

#photography-screen p {
  font-size: 26px;
  font-weight: 300;
  font-family: "proxima-nova", sans-serif;
  max-width: 800px;
  text-align: left;
  margin-bottom: 20px;
}


body {
  background: red;
  font-family: "proxima-nova";
  font-size: 18px;
  line-height: 1.5;
  color: #424242;
  letter-spacing: 0.01rem;
}
p {
  letter-spacing: 0.01rem;
	font-weight: 200;
	font-style: normal;
	font-size: 18px;
	line-height: 1.5;
}

li {
  letter-spacing: 0.01rem;
	font-weight: 200;
	font-style: normal;
	font-size: 18px;
	line-height: 1.5;
}

a {
	color: #FF0000;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	cursor: pointer;
}

a:hover {
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	text-decoration: none !important;
}

::selection {
	background: #36bbbb !important;
	color: #fff;
}

.gray {
  background: #1a1a1a;
}
.white {
  background: #fff;
}
h3 {
  font-size: 19px;
}
.row img {
  width: 100%;
  max-width: 100%;
}
.nomargin {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
/* =Layout
-------------------------------------------------------------- */
.rsNav {
  display: none;
}
#primary {
  margin: 20px 0;
}
.widewrapper {
  max-width: 1498px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;

}
.content-wrapper {
  padding-bottom: 0px;
  position: relative;
  top: 70px;
  background: #fff;
}

h4 {
  color: #1a1a1a !important;
  font-size: 24px;
  font-weight: 300;
  font-family: 'proxima-nova', helvetica;
}
.pl {
  padding-left: 0px !important;
}
.nopadding {
  padding: 0 !important;
}
.page-template-template-courses-php .fullwidth {
  padding: 00px 0px;
}
.page-template-template-studentwork-php {
  background: #f0f0f0;
}
.page-template-template-register-php .navbar-nav #subs {

}
.page-template-template-blog-php .headerbanner, .page-template-template-contact-php .headerbanner {
  top: 0px;
}
.page-template-template-contact-php .headerbanner {
  margin-bottom: 15px;
}

.page-template-template-graphicoverview-php .content-wrapper {
	top: 0px;
}

.single-format-standard .content-wrapper {
  top: 0px;
}

.page-template-template-faq-php .container {
margin-top: 65px;
}

.page-template-template-graphicoverview-php #full-width-slider {
  margin-top: 140px;
  position: relative;
}
.fullwidth {
  padding: 35px 0px;
  display: block;
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 0px;
}
.container {
  position: relative;
  font-size: 16px;
}
/* =Fonts
-------------------------------------------------------------- */
/* =Structure
-------------------------------------------------------------- */
/* The main theme structure */
#access .menu-header,
div.menu {
  margin: 0 auto;
}
/* Structure the footer area */
/* =Global Elements
-------------------------------------------------------------- */
a:link {
  outline: none;
}
a:visited {
  outline: none;
}
a:active,
a:hover,
a:focus {
  outline: none;
}
/* Text meant only for screen readers */
.screen-reader-text {
  position: absolute;
  left: -9000px;
}
.content {
  background: #fff;
  position: relative;
  display: block;
  float: left;
  width: 100%;
}
/* ==========================================================================
   HEADER
   ========================================================================== */
.navbar {
  position: relative !important;
}
.navbar-static-top {
  position: fixed !important;
}
.push {
  position: relative;
}
#menu {
  background: #f0f0f0;
}
.sticky-wrapper {
  position: fixed;
top: 0;
right: 0;
left: 0;
width: auto;
height: 70px;
  z-index: 9999;
  background: rgba(255,255,255,.5);
  width: 100%;
}
#menu .navbar-nav {
  margin: 0;
}
.menu-menu-1-container {
  display: block;
  float: left;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
}
.snap-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  z-index: 2;
  overflow: auto;
  -webkit-overflow-scrolling: touch;

}
.snap-drawers {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
}
.snap-drawer {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: auto;
  width: 265px;
  height: auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.snap-drawer-left {
  left: 0;
  z-index: 1;
}
.snap-drawer-right {
  right: 0;
  z-index: 1;
  background: #222;
}
.snapjs-left .snap-drawer-right,
.snapjs-right .snap-drawer-left {
  display: none;
}
.snapjs-expand-left .snap-drawer-left,
.snapjs-expand-right .snap-drawer-right {
  width: 100%;
}
.navbar-brand {
  background: transparent;
  color: red !important;
  font-size: 13px !important;
  text-transform: uppercase;
  z-index: 9999;
  font-weight: 700;
  position: relative;
  font-size: 15px !important;
}
.navbar-brand .mobile {
  display: none;
}
#site-description {
  padding: 15px 25px 15px 15px;
  display: inline-block;
  display: none;
}
.headerbanner {
  /*background: url(/img/header-banner-sample.jpg) repeat-x;*/
  background-repeat: repeat-x;
  width: 100%;
  height: 108px;
  margin-bottom: 0px;
  top: 70px;
  position: relative;
  margin-bottom: 100px;
}
/* ==========================================================================
   Slideshow
   ========================================================================== */
#full-width-slider {
  width: 100%;
  color: #000;
  max-width: 1498px;
  margin: 0 auto;
  display: block;
  float: left;
}
#about-slider {
  width: 100%;
  color: #000;
  max-width: 1140px;
  margin: 0 auto;
  display: block;
  float: left;
}
#about-slider img {
  margin-left: 0px !important;
}
.coloredBlock {
  padding: 12px;
  background: rgba(255, 0, 0, 0.6);
  color: #FFF;
  width: 200px;
  left: 20%;
  top: 5%;
}
.infoBlock {
  position: absolute;
  top: 30px;
  right: 30px;
  left: auto;
  max-width: 25%;
  padding-bottom: 0;
  background: #FFF;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  padding: 20px;
}
.infoBlockLeftBlack {
  color: #FFF;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  left: 30px;
  right: auto;
}
.infoBlock h4 {
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 3px;
}
.infoBlock p {
  font-size: 14px;
  margin: 4px 0 0;
}
.infoBlock a {
  color: #FFF;
  text-decoration: underline;
}
.photosBy {
  line-height: 24px;
  font-size: 12px;
  background: #FFF;
  color: #000;
  padding: 0px 10px;
  position: absolute;
  left: 12px;
  bottom: 12px;
  top: auto;
  border-radius: 2px;
  z-index: 25;
}
.photosBy a {
  color: #000;
}
.fullWidth {
  max-width: 1400px;
  margin: 0 auto 24px;
}
.newsslide {
    width: 100%;
    height: 100%;
    display: block;
    float: left;
    position: relative;
    background-size: 1498px 210px;
    background-repeat: no-repeat;
    background-position: center center;
}
.newsslide .description {
  padding-top: 27px;
  padding-bottom: 16px;
  font-size: 19px;
  font-weight: bolder;
  display: block;
  text-align: center;
  position: relative;
  width: 100% !important;
}
/* ==========================================================================
   Blog
   ========================================================================== */
.news-post {
  margin-bottom: 90px;
  border-bottom: 4px solid #E4E4E4;
  padding-bottom: 9px;
}

.news-post img {
  margin-top:20px;
  margin-bottom:20px;
}

.news-post a {
  color: #36bbbb !important;
}

.news-post a:hover
  {color: red !important;
}
.news-post p {
  margin-bottom: 25px;
  margin-top:25px;
}

h2.entry-title a {
	margin-left: 0px;
	font-size: 32px;
	font-weight: bold;
	color: #36bbbb !important;
	text-align: center;
	display: block;
}

h1.entry-title {
	margin-left: 0px;
	font-size: 32px;
	font-weight: bold;
	color: #36bbbb !important;
	text-align: center;
	display: block;
}

h3.entry-title a {
	margin-left: 0px;
	font-size: 32px;
	font-weight: bold;
	color: #36bbbb !important;
	text-align: center;
	display: block;
}

h3.entry-title a:hover {
	color: red !important;
	
}

.entry-summary a {
	color: #36bbbb !important;
}

.entry-summary a:hover {
	color: red !important;
}

.entry-meta {
	text-transform: uppercase;
	font-size: 12px;
	color: rgb(82, 82, 82);
	text-align: center;
	margin-bottom:35px;
}

.entry-meta a{
	text-transform: uppercase;
	font-size: 12px;
	color: rgb(82, 82, 82);
	text-align: center;
}
.postmeta {
	text-transform: uppercase;
	font-size: 12px;
	color: rgb(82, 82, 82);
	text-align: center;
}

.post-footer-cat {
	text-transform: uppercase;
	font-size: 12px;
	color: rgb(82, 82, 82);
}

.post-footer-cat a{
	text-transform: uppercase !important;
	font-size: 12px !important;
	color: rgb(82, 82, 82) !important;
}

.post-footer-cat a:hover{
	color: red !important ;
}



@media screen and (min-width: 0px) and (min-height: 660px) {
  #news,
  #news .rsOverflow,
  #news .heroSlider .rsOverflow,
  #news .royalSlider,
  #news .royalSlider.heroSlider {
    width: 100% !important;
  }
}
@media screen and (min-width: 0px) and (max-width: 1000px) {
  .wide {
    width: 100% !important;
  }
}
@media screen and (min-width: 0px) and (max-width: 800px) {
  .infoBlock {
    padding: 10px;
    height: auto;
    max-height: 100%;
    min-width: 40%;
    left: 5px;
    top: 5px;
    right: auto;
    font-size: 12px;
  }
  .infoBlock h3 {
    font-size: 14px;
    line-height: 17px;
  }
  .container > .navbar-header {
    width: 100%;
  }
}
/* ==========================================================================
   Nav
   ========================================================================== */
.navbar-header {
  position: absolute;
  top: 0;
  left: 0;
}
.navcontainer {
  width: 100%;
  max-width: 1498px;
  margin: 0 auto;
  position: relative;
}
.navbar-nav {
  width: 100%;
  position: relative;
  display: block;
  float: left;
  z-index: 1000;
}
.navbar-nav .main {
  width: 100%;
  max-width: 1498px;
  height: 70px;
  margin: 0 auto;
}
.navbar-nav .secondmenu {
  width: 100%;
}
.page-template-template-photoalumni .secondmenu {
  background: #000;
}
.navbar-nav #tops {
  width: auto;
  float: right;
  height: 70px;
}
.navbar-nav #tops li {
  display: block;
  float: left;
  margin: 7px 15px;
}
.navbar-nav #tops li a {
  padding: 10px 10px;
  line-height: 57px;
  text-transform: uppercase;
  color:#1AA3A3;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 400;
}
.navbar-nav #tops li a:hover {
  text-decoration: none;
  color: #000;
}
.navbar-nav #subs {
  height: 70px;
  text-align: center;
  max-width: 1498px;
  margin: 0 auto;
}
.navbar-nav #subs .current_page_item a {
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 3px;
}
.navbar-nav #subs li {
  display: inline-block;
}
.navbar-nav #subs li a {
  color: #f0f0f0;
  text-transform: uppercase;
  line-height: 57px;
  margin: 0px 30px;
  line-height: 72px;
  font-size: 13px;
  letter-spacing: 1px;
}
.navbar-nav #subs li a:hover {
  text-decoration: none;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 3px;
}
ul#menu-mobile-menu {
  list-style: none;
  padding-left: 0px;
  margin: 0px;
}
ul#menu-mobile-menu li {
  width: 100%;
}
ul#menu-mobile-menu li a {
  padding: 20px;
  display: block;
  float: left;
  position: relative;
  width: 100%;
  text-decoration: none;
  border-bottom: 1px solid #999;
  color: #f0f0f0;
  font-weight: 700;
  font-size: 18px;
}
ul#menu-mobile-menu .sub-menu a {
  font-weight: 300;
  font-size: 14px;
}
ul#menu-mobile-menu li a:hover {
  text-decoration: none;
}
ul#menu-mobile-menu ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
  font-size: 12px;
}
ul#menu-mobile-menu ul a {
  padding-left: 35px;
}
/* ==========================================================================
   Home Page
   ========================================================================== */
#main-slider {
  width: 100%;
  max-width: 1498px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 520px;
  display: block;
  margin: 0 auto;
  position: relative;
  margin-top: -50px;
}
#main-slider img {
  width: 100%;
}
#small-sliders {
  width: 35%;
  height: 520px;
  display: block;
  float: left;
}
#small-sliders .slide {
  height: 260px;
}
#newsticker {
  width: 100%;
  margin: 0px 0px 0px 0px;
  background: transparent;
  color: #fff;
  display: block;
  float: left;
  position: relative;
}
#newsticker .title {
  box-shadow: 4px 0px 0px 0px #444;
  font-weight: bolder;
  text-transform: uppercase;
  display: block;
  float: left;
  margin-top: 10px;
  padding-left: 10px !important;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-right: 0px;
  min-width: 230px;
}
#newsticker span {
  font-weight: bolder;
  font-size: 25px;
  line-height: 15px;
}
#newsticker a {
  color: #f0f0f0;
  font-weight: 100;
  padding-top: 10px;
}
#newsticker .mt-news li .fulllink:hover {
  text-decoration: none;
}
#newsticker .mt-news li .fulllink a {
  color: red;
}
#newsticker .mt-news li a a:hover {
  text-decoration: underline;
}
#homepromobanners {
  position: relative;
}
#homepromobanners .promo {
  width: 100%;
  height: auto;
  display: block;
  float: left;
  position: relative;
  height: 185px;
  margin-bottom: 15px;
  overflow: hidden;
}
#homepromobanners .promo:hover .bg {
  -moz-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
#homepromobanners .bg {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  float: left;
  height: 195px;
  overflow: hidden;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -moz-transition: all .54s;
  -webkit-transition: all .54s;
  transition: all .54s;
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  background-position: center center;
  z-index: 50;
}
#homepromobanners a {
  text-decoration: none;
}
#homepromobanners a:hover .title {
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  text-decoration: none;
}
#homepromobanners .title {
  color: #fff;
  width: 100%;
  height: 100%;
  height: 195px;
  background: rgba(38, 153, 153, 0.77);
  text-align: center;
  display: block;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight:600;
}
#homepromobanners .title:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
}

.page-template-template-portfolioshow-php .portfolio-links {
  margin-bottom: 100px;
}

.portfolio-links #homepromobanners h3 a{
  content: '';
  color:red;
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */.faculty .profilephoto
}


.portfolio-links #homepromobanners h3 a{
  color: #fff;
  font-size: 2em;
  width: 100%;
  height: 100%;
  height: 195px;
  text-align: center;
  display: block;
  float: left;
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight:600;
}
.portfolio-links #homepromobanners .title {
  color: #fff;
  font-size: 1em;
  width: 100%;
  height: 100%;
  height: 195px;
  background: rgba(0, 0, 0, 0.65);
  text-align: center;
  display: block;
  float: left;
  position: absolute;
  top: 0;
  left: 0;

  z-index: 100;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight:400;
}

.portfolio-links #homepromobanners .title:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-top:40px;
  margin-right: -0.25em;
  /* Adjusts for spacing */
}


.nospacetop {
  margin-top: 0px !important;
  padding-top: 0px !important;
}
.fullwidthbg {
  padding: 50px 0px;
  margin: 0px 0px;
  background: #fff;
  display: block;
  float: left;
  width: 100%;
  position: relative;
}
.slogan {
	float: none !important;
	text-align: left;
  padding-top: 35px;
  margin: 0 auto;
}
.slogan h3 {
  font-family: 'proxima-nova', helvetica;
  letter-spacing: 0.01rem;
  font-weight: 200;
  font-style: normal;
  font-size: 18px;
  line-height: 1.5;
}
#homecourses h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 30px;
	text-transform: uppercase;
	border-bottom: 4px solid;
	display: inline-block;
	color: #36bbbb !important;
}
#homecourses ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}
#homecourses ul li {
  font-size: 1.3em;
  font-weight: 200;
  color: #36bbbb !important;
}
#homecourses ul li a {
  color: #0062f7;
}
ul#recentnews {
  display: block;
  float: left;
}
#recentnews h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
  text-transform: uppercase;
  border-bottom: 4px solid;
  display: inline-block;
  color: #36bbbb !important	
}
ul#recentnews li:first-child {
  padding-left: 0px !important;
}
ul#recentnews img {
  width: 100%;
  height: auto;
}
.homepost {
  margin-bottom: 30px;
  display: block;
  float: left;
  background: #fff;
}
.homepost h3 {
  margin-left: 0px;
  font-size: 20px;
  font-weight: bold;
  color: #36bbbb !important;
}
.homepost h3:hover {
  text-decoration: none;
}

.homepost img{
  -webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.homepost img:hover {
  opacity: .7;
  -webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.homepost a:hover h3{
  text-decoration: none !important;
  color: red !important;

}

.homepost p {
  margin-left: 0px;
  margin-bottom: 20px;
  margin-right: 40px;
}
.homepost .excerpt a{
  color: red;
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
.homepost .excerpt a:hover{
  border-bottom: 1px solid red;
}
.programs {
  padding-left: 0px;
  list-style: none;
}
.programs li img {
  width: 100%;
}
.featuredgrad img {
  width: 100%;
  height: auto;
}
#instafeed .instaimg {
  width: 24%;
  display: block;
  float: left;
  margin-right: 1%;
  margin-bottom: 1%;
  background:Red;
}
#instafeed img {
  width: 100%;
  -webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

#instafeed img:hover {
  opacity:.5;
  -webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;

}

.insta {
	background: #36bbbb !important;
	color: #fff !important;
	padding-top: 45px;
	padding-bottom: 75px;
}

.insta h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
  text-transform: uppercase;
  border-bottom: 4px solid;
  display: inline-block;
  color: #fff !important	
}
.insta a {
	color: red !important
}
.height {
  height: 1500px;
  width: 100%;
}
/* ==========================================================================
   FAQ
   ========================================================================== */
#faq,

.facultymembers,
#courses {
  top: 90px;
  background: #fff;
  padding-bottom: 130px;
  position: relative;
  display: block;
  float: left;
}
#register-list {
  top: 90px;
  background: #fff;
  padding-bottom: 90px;
  position: relative;
  display: block;
  float: left;
}
#faq-list,
.smallcontainer {
  margin: 0 auto;
  float: none !important;
}

h2.sectiontitle{
  font-size: 16px;
	font-weight: bold;
	margin-bottom: 30px;
	text-transform: uppercase;
	border-bottom: 4px solid;
	display: inline-block;
	color: #36bbbb !important;
}

#faq-list .list {
  list-style: none;
  padding-left: 0px;
  font-size: 16px;
}
#faq-list .list li {
  margin-bottom: 25px;
}
#faq-list .list li .question {
  padding-left: 0px;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
  float: left;
}
#faq-list .list li .answer {
  padding-left: 0px;
  margin-bottom: 25px;
  display: block;
  float: left;
  color: #999999;
}
.facultyname {
  width: 200px;
  display:block;
  float:left;

}

.col-md-9 .description {
  margin-left: 105px;
}

/* ==========================================================================
   Register
   ========================================================================== */
   
.smallcontainer h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 30px;
	text-transform: uppercase;
	border-bottom: 4px solid;
	display: inline-block;
	color: #36bbbb !important
}
.smallcontainer h3 {
	font-size: 20px;
	font-weight: 600;
}

.photo-button {
	font-size: 15px;
	border: 2px solid red;
	padding: 10px;
	color: red;
}

.photo-button:hover {
	background:red;
	color: #fff;
}

/* ==========================================================================
   Courses
   ========================================================================== */
.coursesection {
  display: block;
  float: none !important;
  padding: 60px 0px !important;
  position: relative;
  margin: 0 auto;
}
.intro {
  letter-spacing: 0.01rem;
	font-weight: 200;
	font-style: normal;
	font-size: 18px;
	line-height: 1.5;
	margin: 0 auto;
	float: none !important;
	padding: 40px 0px;
}
.intro a{
  color: #36bbbb !important;
}

.intro h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
  text-transform: uppercase;
  border-bottom: 4px solid;
  display: inline-block;
  color: #36bbbb !important;

}

#courses h3 {
	font-size: 20px;
font-weight: 600;
}

.courseimage {
  margin-top: 20px;
  padding-bottom: 80px;
}
.courseimage img {
  width: 100%;
  margin-top: 20px;
}
.fullwidth {
  position: relative;
  background: #fff;
}
.fullwidth.about {
  padding: 85px 0px !important;
  margin-bottom: 0px;
}
.coursenav {
  height: 60px;
  line-height: 60px;
  padding-left: 15px;
}
.coursenav span {
  font-weight: bold;
  font-size: 20px;
}
.coursenav a {
  padding: 0px 20px;
}
.coursenav .yeartwo {
  margin-left: 140px;
}
.bgimage {
  width: 40%;
  height: 590px;
  min-height: 500px;
  max-width: 700px;
  display: block;
  float: left;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover !important;
}
/* ==========================================================================
   Faculty
   ========================================================================== */
.facultymembers {
  width: 100% !important;
  margin: 0px !important;
  margin-bottom: 200px !important;
}
.facultymembers ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.facultymembers ul li {
  list-style: none;
  margin-left: 0px;
}
.faculty {
  width: 49% !important;
  height: auto;
  padding: 0px 0px 30px 0% !important;
  background: #f0f0f0;
  margin: 0 1% 5% 0%;
  list-style: none;
  display: block;
  float: left;
  position: relative;
}
.faculty a, .answer a, #register-list a {
  color: #1AA3A3;
}
.faculty a:hover, .answer a:hover, #register-list a {
  color: #ff0022;
}
img.alumniwork  {
  width: 100% !important;
  height: 250px !important;
}
.faculty .viewfull {
  font-size: 13px;
  color: #36bbbb !important;
  border: 3px solid #36bbbb;
  padding: 7px;
  margin-top: 30px;
  display: inline-block;
}

.faculty .viewfull:hover {
  text-decoration: none;
  color: #f0f0f0 !important;
  background: #36bbbb;
  border: 3px solid #36bbbb;
}

.faculty .profilephoto {
  max-width: 90px;
  max-height: 90px;
  width: 100%;
  display: block;
  float: left;
  padding: 0px;
  border-radius: 90px;
  margin-left: 3%;
  margin-top: 15px;
}
.faculty h3 {
  display: block;
  float: left;
  width: 100%;
  color: #1a1a1a;
  margin-bottom: 0px;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: .03em;
  margin-top: 50px;
}
.faculty span {
  display: block;
  float: left;
  width: 100%;
  color: #999999;
  margin-top: 5px;
  margin-bottom: 15px;
  font-family: 'proxima-nova', helvetica;
  font-weight: 200;
  font-size: 15px;
  font-style: italic;
}
.faculty .description {
  display: block;
  float: left;
  width: 100%;
  font-weight: 300;
}
/* ==========================================================================
   Overview
   ========================================================================== */


.about h2, .sidebar h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 30px;
	text-transform: uppercase;
	border-bottom: 4px solid;
	display: inline-block;
	color: #36bbbb !important
}

.text-content {
  padding: 40px 0px;
  display: block;
  float: left;
}
#pageimage img {
  width: 100%;
}
ul#stats li {
  width: 48%;
  display: block;
  float: left;
  position: relative;
  padding: 2%;
  background: #edecec;
  min-height: 123px;
  margin-right: 1%;
  margin-bottom: 1%;	
  margin-top: 1%;
  margin-left:1%;
}

ul#stats {
	margin-top: 70px;
}

ul#stats li .number {
  font-size: 40px;
  width: 100%;
  text-align: center;
  position: relative;
  display: block;
  float: left;
  font-family: 'proxima-nova', helvetica;
  font-weight: 700;
  letter-spacing: -1px;
  padding-top: 4px;
}
ul#stats li .data {
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  position: relative;
  display: block;
  float: left;
  font-size: 12px !important;
  min-height: 30px;
}
/* ==========================================================================
   Student Gallery
   ========================================================================== */
#filters {
  width: 100%;
  height: 240px;
  background: #fff;
  margin-bottom: 20px;
  display: block;
  float: left;
  position: relative;
}
#filters h3 {
  margin-top: 0px;
  padding-top: 20px;
  padding-left: 0px;
  font-weight: bolder;
}
#filters ul.first {
  padding-left: 20px !important;
}
#filters ul {
  list-style: none;
  display: block;
  padding-left: 120px;
  float: left;
}
#filters ul a {
  font-size: 24px;
  font-weight: bold;
  display: block;
  float: left;
  color: #444;
}
#filters .disabled {
  color: #666;
}
#student {
  width: 99%;
  top: 60px;
  position: relative;
  margin-bottom: 50px;
  background: #fff;
}
.uc-container {
  padding: 5px !important;
  position: relative;
  overflow: hidden;
}
.uc-container .info {
  opacity: 0;
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 2%;
  padding-bottom: 30px;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: -webkit-opacity 0.1s ease-out;
  -moz-transition: -moz-opacity 0.1s ease-out;
  -o-transition: -o-opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}
.uc-container .studentcard:hover .info {
  opacity: 1;
  -webkit-transition: -webkit-opacity 0.1s ease-out;
  -moz-transition: -moz-opacity 0.1s ease-out;
  -o-transition: -o-opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}
.uc-initial-content-hidden {
  display: none;
}
.modal-content .info {
  padding: 0px 20px 40px 20px;
}
.modal-dialog {
max-width: 810px !important;
width: 100%;
padding-top: 30px;
padding-bottom: 30px;

}
.modal-dialog img {
  width: 100%;
}
.modal-content .info h3 {
  font-weight: bolder;
  line-height: 20px;
  margin-bottom: 0px;
}
.modal-content .info span {
  font-family: georgia;
  color: #36bbbb;
  font-size: 12px;
  font-style: italic;
}
.studentcard {
  margin-bottom: 30px;
  display: block;
  position: relative;
  float: left;
  margin: 0 0px 20px 0px;
  background: #fff;
  width: 100%;
  border: 1px solid #f0f0f0;
}
.studentcard img {
  width: 100%;
  height: auto;
}
.studentcard a {
  color: #444 !important;
}
.studentcard h3 {
  margin-left: 20px;
  color: #444 !important;
  line-height: 20px;
  margin-bottom: 0px;
  font-size: 18px;
}
.studentcard span {
  color: #36bbbb;
  font-size: 12px;
  margin-left: 20px;
  margin-bottom: 20px;
}
.studentcard p {
  margin-left: 20px;
  margin-bottom: 20px;
}
.student-categories {
  margin-left: 17px;
  margin-top: 35px;
}
.student-categories li {
  list-style: none;
  display: block;
  float: left;
  padding: 4px 5px;
  color: #999;
  font-size: 11px;
  text-transform: uppercase;
}

.ajaxclose {
  position: absolute;
  top: 15px;
  right: 15px !important;
  background: none !important;
  border: none !important;
  font-size: 40px;
  font-weight: 300;
}
.ajaxclose:active, .ajaxclose:focus {
  outline: 0;
  border: 0;
}
/* Sticky footer styles
-------------------------------------------------- */
html,
body {
  height: 100%;
  letter-spacing: 0.01rem;
  /* The html and body elements cannot have any padding or margin. */
}
/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  background: #fff;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  /* Pad bottom by footer height */
  padding: 0 0 60px;
  position: relative;
}
/* Set the fixed height of the footer here */
#footer {
  min-height: 60px;
  background-color: #f5f5f5;
}
/* =Menu
-------------------------------------------------------------- */
ul.nav li.dropdown:hover ul.dropdown-menu {
  display: block;
  margin: 0;
}
a.menu:after,
.dropdown-toggle:after {
  content: none;
}
/* =Content
-------------------------------------------------------------- */
#content {
  margin-top: 20px;
}
#content code {
  font-size: 13px;
}
.hentry {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 30px;
}
.home .sticky {
  background: #f2f7fc;
  border: 1px solid #000;
  padding: 0 18px 20px;
}
.single .hentry {
  margin: 0 0 20px 0;
}
.page-title span {
  color: #333;
  font-size: 16px;
  font-style: italic;
  font-weight: normal;
}
.entry-title a:link,
.entry-title a:visited {
  color: #000;
}
.entry-meta {
  color: #888;
  font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
  border: none;
}
.entry-content,
.entry-summary {
  padding: 0px 0 0 0;
}
#content .entry-summary p:last-child {
  margin-bottom: 12px;
}
.entry-content fieldset {
  border: 1px solid #e7e7e7;
  margin: 0 0 24px 0;
  padding: 24px;
}
.entry-content fieldset legend {
  background: #fff;
  color: #000;
  font-weight: bold;
  padding: 0 24px;
}
.entry-content blockquote.left {
  float: left;
  margin-left: 0;
  margin-right: 24px;
  text-align: right;
  width: 33%;
}
.entry-content blockquote.right {
  float: right;
  margin-left: 24px;
  margin-right: 0;
  text-align: left;
  width: 33%;
}
.page-link {
  clear: both;
  color: #000;
  font-weight: bold;
  line-height: 48px;
  word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
  background: #f1f1f1;
  color: #333;
  font-weight: normal;
  padding: 0.5em 0.75em;
  text-decoration: none;
}
.home .sticky .page-link a {
  background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
  color: #ff4b33;
}
body.page .edit-link {
  clear: both;
  display: block;
}
#entry-author-info {
  background: #f2f7fc;
  border-top: 4px solid #000;
  clear: both;
  font-size: 14px;
  line-height: 20px;
  margin: 24px 0;
  overflow: hidden;
  padding: 18px 20px;
}
#entry-author-info #author-avatar {
  background: #fff;
  border: 1px solid #e7e7e7;
  float: left;
  height: 60px;
  margin: 0 -104px 0 0;
  padding: 11px;
}
#entry-author-info #author-description {
  float: left;
  margin: 0 0 0 104px;
}
#entry-author-info h2 {
  color: #000;
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 0;
}
.entry-utility {
  clear: both;
  font-size: 12px;
  line-height: 18px;
}
#content .video-player {
  padding: 0;
}
/* =Asides
-------------------------------------------------------------- */
.home #content .format-aside p,
.home #content .category-asides p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
  padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
  padding-top: 0;
}
/* =Gallery listing
-------------------------------------------------------------- */
.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
  border: 10px solid #f1f1f1;
  margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
  float: left;
  margin-right: 20px;
  margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
  padding-top: 4px;
}
/* =Attachment pages
-------------------------------------------------------------- */
.attachment .entry-content .entry-caption {
  font-size: 140%;
  margin-top: 24px;
}
.nav-previous a, .nav-next a {
  color: #36bbbb;
}
.nav-previous a:hover, .nav-next a:hover {
  color: red;
}
.attachment .entry-content .nav-previous a:before {
  content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
  content: '\00a0\2192';
}
/* =Images
-------------------------------------------------------------- */
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}
.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}
.wp-caption {
  line-height: 18px;
  margin-bottom: 40px;
  width: 100% !important;
  max-width: 750px !important;
  /* prevent too-wide images from breaking layout */
  text-align: center;
}
.wp-caption img {
  margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
  color: #888;
  font-size: 12px;
  margin: 5px;
}
.wp-smiley {
  margin: 0;
}
.gallery {
  margin: 0 auto 18px;
}
.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery img {
  border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto;
}
.gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0 0 12px;
}
.gallery dl {
  margin: 0;
}
.gallery img {
  border: 10px solid #f1f1f1;
}
.gallery br + br {
  display: none;
}
#content .attachment img {
  /* single attachment images should be centered */
  display: block;
  margin: 0 auto;
}
/* =Navigation
-------------------------------------------------------------- */
.navigation {
  margin: 10px 0;
  clear: both;
  display: block;
}
.nav-previous {
  float: left;
  width: 50%;
}
.nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
#nav-above {
  margin: 0 0 18px 0;
}
#nav-above {
  display: none;
}
.paged #nav-above,
.single #nav-above {
  display: block;
}
#nav-below {
  display: block;
  padding: 0 0 20px;
  clear: both;
  margin-bottom: 20px;
}
/* =Comments
-------------------------------------------------------------- */
#comments {
  clear: both;
}
#comments .navigation {
  padding: 0 0 18px 0;
}
h3#comments-title {
  padding: 24px 0;
}
.commentlist {
  list-style: none;
  margin: 0;
  border-top: 1px solid #e7e7e7;
}
.commentlist li.comment {
  border-bottom: 1px solid #e7e7e7;
  line-height: 24px;
  margin: 0;
  padding: 20px 0 20px 56px;
  position: relative;
}
.commentlist li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
  margin-bottom: 18px;
}
#comments .comment-body p:last-child {
  margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
  margin-bottom: 24px;
}
.commentlist ol {
  list-style: decimal;
}
.commentlist .avatar {
  position: absolute;
  top: 24px;
  left: 0;
}
.comment-author .says {
  font-style: italic;
}
.commentlist .children {
  list-style: none;
  margin: 0;
}
.commentlist .children li {
  border: none;
  margin: 0;
}
.nopassword,
.nocomments {
  display: none;
}
#comments .pingback {
  border-top: 1px solid #e7e7e7;
  margin-bottom: 18px;
  padding-bottom: 18px;
}
.commentlist li.comment + li.pingback {
  margin-top: -6px;
}
#comments .pingback p {
  color: #888;
  display: block;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}
#comments .pingback .url {
  font-size: 13px;
  font-style: italic;
}
/* Comments form */
#respond {
  border-top: 1px solid #e7e7e7;
}
#respond .required {
  display: none;
}
#respond label {
  display: none;
}
#respond textarea {
  padding: 10px 15px;
}
/* =Widget Areas
-------------------------------------------------------------- */
.widget-area ul {
  list-style: none;
  margin-left: -40px;
}
.widget_search #s {
  /* This keeps the search inputs in line */
}
.widget_search label {
  display: none;
}
.widget-container {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.widget-container .wp-caption img {
  margin: auto;
}
.widget-area a:link,
.widget-area a:visited {
  text-decoration: none;
  color: #36bbbb !important;
	font-weight: 200;
	font-size: 15px;
	line-height: 20px;
}

.sidebar li a {
	margin-bottom:10px;
}

.widget-area a:active,
.widget-area a:hover {
  text-decoration: underline;
}
.widget-area a:hover {
	color:red !important;
}
#wp_tag_cloud div {
  line-height: 1.6em;
}
#wp-calendar {
  width: 100%;
}
#wp-calendar caption {
  color: #222;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 4px;
  text-align: left;
}
#wp-calendar thead {
  font-size: 11px;
}
#wp-calendar tbody {
  color: #aaa;
}
#wp-calendar tbody td {
  background: #f5f5f5;
  border: 1px solid #fff;
  padding: 3px 0 2px;
  text-align: center;
}
#wp-calendar tbody .pad {
  background: none;
}
#wp-calendar tfoot #next {
  text-align: right;
}
.widget_rss a.rsswidget {
  color: #000;
}
.widget_rss a.rsswidget:hover {
  color: #ff4b33;
}
.widget_rss .widget-title img {
  width: 11px;
  height: 11px;
}
/* Main sidebars */
/* Footer widget areas */
/* =Footer
-------------------------------------------------------------- */

h3.widget-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top:40px;
	text-transform: uppercase;
	border-bottom: 4px solid;
	display: inline-block;
	color: #36bbbb !important;
}

#footer {
  padding-bottom: 80px;
}
#footer-widget-area .menu-menu-1-container {
  position: relative;
}
#footercallout {
  min-height: 80px;
  background-color: #0062f7;
  position: relative;
  width: 100%;
  padding-left: 20px;
}
#footercallout span {
  color: #edecec;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  display: block;
  float: left;
  padding: 25px 0px;
}
#footercallout .button {
  border: 2px solid #edecec;
  color: #edecec;
  font-weight: bold;
  font-size: 14px;
  padding: 10px 14px;
  margin-left: 20px;
  display: block;
  float: left;
  margin-top: 20px;
}
#footercallout .button:hover {
  background: #edecec;
  color: #444;
}
#footercallout a:hover {
  text-decoration: none;
}
#footer {
  min-height: 300px;
  background: #1a1a1a;
  width: 100%;
  float: left;
}
#footer .widget-title {
  color: #ffffff !important;
  padding-bottom:3px;
  margin-bottom:6px;
  font-size: 18px;
  font-weight: bold;
}
#site-info {
  padding: 20px 0 0;
  margin-top: 60px;
}

#site-info a{
  color: red;
  text-decoration: none;
}

img#wpstats {
  display: block;
  margin: 0 auto 10px;
}
/* =Responsive Breakpoints
-------------------------------------------------------------- */
@media screen and (max-width: 482px) {
  .navbar-brand {
    width: 100px !important;
  }
  .navbar-brand .large {
    display: none;
  }
  .navbar-brand .mobile {
    display: block;
  }
  .col-md-9 .description {
    margin-top: 20px;
  }
}
@media screen and (max-width: 490px) {
  .faculty {
    display: block;
    float: left;
    width: 100% !important;
  }
  .faculty img {
    max-width: 100%;
    display: block;
    float: left;
  }
  .faculty .col-md-8 {
    width: 60%;
    display: block;
    float: left;
  }
}
@media screen and (max-width: 768px) {
  .navbar-collapse.collapse {
    width: 60% !important;
    float: right;
  }
  .uc-container {
    width: 50% !important;
  }
  .studentcard {
    margin-bottom: 10px;
  }
  .navbar-brand {
    width: 337px !important;
  }
  .navbar-brand .large {
    display: none;
  }
  .navbar-brand .mobile {
    display: block;
  }
  ul#stats li {
    width: 100% !important;
  }
}
@media (min-width: 485px) and (max-width: 840px) {
  .navbar-collapse.collapse {
    width: 53% !important;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .nav > li > a {
    padding: 15px 12px !important;
  }
}
@media(max-width: 1100px) {
  img.alumniwork {
    height: 200px !important;
  }
}
@media(max-width: 992px) {
  img.alumniwork {
    height: 170px !important;
  }
  .col-md-9 .description {
    
    margin-left: 5px;
  }

  .navbar-static-top, .sticky-wrapper {
    position: absolute !important;
  }
  .page-template-template-graphicoverview-php #full-width-slider {
    margin-top: 50px;
  }
  #student, #faq, .facultymembers, #courses, #register-list {
    top: 0px;
    padding-bottom: 20px;
  }
  #newsticker .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .homebannersfull .container, #homepromobanners {
    padding-left: 0px;
    padding-right: 0px;
  }
  .modal-dialog {
    margin-top: 80px !important;
  }
}

@media (min-width: 768px) and (max-width: 1000px) {
  .navbar-collapse.collapse {
    width: 60% !important;
    float: right;
    padding-right: 0px;
  }
  .navbar-collapse li:last-child a {
    padding-right: 0px !important;
  }
  #faq,
  #register-list,
  .facultymembers {
    top: 0px;
  }
  .uc-container {
    width: 50% !important;
  }
}
@media screen and (max-width: 1060px) {
  .sticky-wrapper {
    height: 50px !important;
  }
  .page-template-template-faq-php .container {
    margin-top: 0px;
  }
  .bgimage {
    display: none !important;
  }
  .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .text-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .content-wrapper {
    top: 50px;
  }
  ul#stats {
    display: block;
    float: left;
    position: relative;
    padding-left: 0px;
  }
  ul#stats li {
    width: 48%;
    display: block;
    float: left;
    position: relative;
    padding: 2%;
    margin-left: 0px !important;
    margin: 2%;
    background: #edecec;
    min-height: 120px;
  }
  ul#stats li .number {
    font-size: 40px;
    width: 100%;
    text-align: center;
    position: relative;
    display: block;
    float: left;
    font-family: 'proxima-nova', helvetica;
    font-weight: 700;
    letter-spacing: -1px;
    padding-top: 4px;
  }
  ul#stats li .data {
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    position: relative;
    display: block;
    float: left;
    font-size: 12px !important;
  }
  .navbar-header {
    background-color: rgba(250,250,250,.5);
  }
}
@media (max-width: 1200px) {
  .wide {
    width: 100% !important;
  }
}
.lines-button {
  padding: 2rem 1rem;
  transition: .3s;
  cursor: pointer;
  user-select: none;
  border-radius: 0.57143rem;
  /* */
}
.lines-button:hover {
  opacity: 1;
}
.lines-button:active {
  transition: 0;
}

.lines {
  display: inline-block;
  width: 3rem;
  height: 0.37143rem;
  background: #444;
  border-radius: 0.28571rem;
  transition: 0.3s;
  position: relative;
}
.lines:before, .lines:after {
  display: inline-block;
  width: 3rem;
  height: 0.37143rem;
  background: #444;
  border-radius: 0.28571rem;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: 0.28571rem center;
  transform-origin: 0.28571rem center;
}
.lines:before {
  top: 1rem;
}
.lines:after {
  top: -1rem;
}

.lines-button:focus, .lines-button:active {
  outline: 0;
}

.lines-button.open {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
}

.lines-button.arrow.open .lines:before, .lines-button.arrow.open .lines:after {
  top: 0;
  width: 2.22222rem;
}
.lines-button.arrow.open .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}
.lines-button.arrow.open .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}

.lines-button.arrow-up.open {
  -webkit-transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, 90deg);
  transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, 90deg);
}

.lines-button.minus.open .lines:before, .lines-button.minus.open .lines:after {
  -webkit-transform: none;
  transform: none;
  top: 0;
  width: 4rem;
}

.lines-button.x.open .lines {
  background: transparent;
}
.lines-button.x.open .lines:before, .lines-button.x.open .lines:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 4rem;
}
.lines-button.x.open .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x.open .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.lines-button.x2 .lines {
  transition: background 0.3s 0.5s ease;
}
.lines-button.x2 .lines:before, .lines-button.x2 .lines:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: top 0.3s 0.6s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s 0.6s ease, transform 0.3s ease;
}

.lines-button.x2.open .lines {
  transition: background 0.3s 0s ease;
  background: transparent;
}
.lines-button.x2.open .lines:before, .lines-button.x2.open .lines:after {
  transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
  transition: top 0.3s ease, transform 0.3s 0.5s ease;
  top: 0;
  width: 4rem;
}
.lines-button.x2.open .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x2.open .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

/* Contact form efad jan 17 */
div.wpcf7-response-output {
    font-size: 48px;
    position: absolute;
    top: 100px;
    background: #36bbbb;
    opacity: .9;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 10px 10px rgba(0,0,0,.3);
    box-shadow: 0 0 20px 10px rgba(0,0,0,.2);
    height: 400px;
    color: #fff;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    display: block;
    font-weight: bold;
}
img.ajax-loader {
    width: 4%!important;
}
