/*
Theme Name: 360 Media
Theme URI: http://visualsoldiers.com
Description: Hand Crafted with love in Atlanta.
Author: Visual Soldiers
Author URI: http://visualsoldiers.com
Version: 1.0.0
*/


/* ==========================================================================
   Global styles
   ========================================================================== */
@import url('https://fonts.googleapis.com/css?family=Domine|Open+Sans:400,700');

.container {
	width: 100%;
	max-width: 1200px;
}

section {
	padding: 70px 0px;
}

body {
  padding-top: 0px !important;
}

.h1, h1, .h2, h2, .h3, h3, .more, .more-white, .mc_embed_signup, .new-label, .news-categories, .btn, .btn-purple  {
	font-family: 'Domine', serif;
}

p, body, .navbar, .lead, .home-links, .h4, h4, .pagination {
	font-family: 'Open Sans', sans-serif;
}

.h1, h1 {
	font-size: 40px;
	color: #232323;
	margin-bottom: 10px;
}

h1::before {
  content: url("images/degree.svg");
  display: block;
  left: -13px;
  position: relative;
  top: 8px;
  width: 18px;
}

.h2, h2 {
	color: #000000;
	font-size: 27px;
	margin-bottom: 20px;
}

.h3, h3 {
	font-size: 20px;
	color: #ffffff;
}

.h4, h4 {
	color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

p, body {
	color: #7f7f7f;
	font-size: 14px;
	line-height: 30px;
}

.lead {
	color: #ffffff;
	font-size: 18px;
}

hr.vertical {
  background: #232323 none repeat scroll 0 0;
  border-color: transparent;
  border-style: solid;
  height: 0px;
  width: 1px;
  opacity: 0;
  border-width: 0.5px;
}

hr.vertical.in-view {
  height: 70px;
  opacity: 1;
  -webkit-transition: all 600ms cubic-bezier(0.470, 0.065, 0.485, 0.975);
	-moz-transition: all 600ms cubic-bezier(0.470, 0.065, 0.485, 0.975);
	-o-transition: all 600ms cubic-bezier(0.470, 0.065, 0.485, 0.975);
	transition: all 600ms cubic-bezier(0.470, 0.065, 0.485, 0.975); /* custom */

  -webkit-transition-timing-function: cubic-bezier(0.470, 0.065, 0.485, 0.975);
  -moz-transition-timing-function: cubic-bezier(0.470, 0.065, 0.485, 0.975);
	-o-transition-timing-function: cubic-bezier(0.470, 0.065, 0.485, 0.975);
	transition-timing-function: cubic-bezier(0.470, 0.065, 0.485, 0.975); /* custom */
	
  -webkit-transition-delay: 0.5s;  
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.hr-left {
  border-color: #232323;
  width: 35px;
  border-style: solid none none;
  border-width: 1px 0 0;
  margin-bottom: 5px;
  margin-top: 30px;
}

hr {
	border-top: 1px solid #ddd;
}


/*----------------Utilities-----------------*/

a {
  color: inherit;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  text-decoration: none;
  color: inherit;
  outline: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

p > a, h6 > a, strong a {
	color: #685ab3;
}

a:hover, a:focus, a:active {
	color: #7c6cd7;
}

::selection {
	background: #1b2026; /* Safari */
	color: #FFFFFF;
}

::-moz-selection {
	background: #1b2026; /* Firefox */
	color: #FFFFFF;
}

.pull-bottom-div {
	position:relative;
}

.pull-bottom {
	position: absolute;
  bottom: 0;
}

.pull-right {
	right: 0;
}

.pad-lg-top {
	padding: 200px 0px 0px;
}

.pad-sm {
	padding: 50px 0;
}

.btn {
  background: #fff none repeat scroll 0 0;
  color: #000;
  padding: 10px 20px;
  border-radius: 0;
  font-size: 12px;
  font-style: italic;
}

.btn:hover {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	-webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.btn-purple {
  background: #6155a7 none repeat scroll 0 0;
  color: #fff;
  padding: 10px 20px;
  border-radius: 0;
  font-size: 12px;
  font-style: italic;
}

.btn-purple:hover {
	background: transparent;
	border: 2px solid #6155a7;
	color: #6155a7;
	-webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.more {
	font-size: 12px;
	color: #000;
	font-style: italic;
	font-weight: 700;
	padding-right: 20px;
}

.more-white {
	font-size: 12px;
	color: #fff;
	font-style: italic;
	font-weight: 700;
}

.more-white:hover, .more:active, .more:focus {
	color: #000;
}

.degree::before {
  content: url("images/degree.svg");
  display: block;
  left: -13px;
  position: relative;
  top: 8px;
  width: 18px;;
}

.hover-top {
	position: relative;
	top: -35px;
}

.top-section {
	margin-top: 60px;
}

.uppercase {
	text-transform: uppercase;
}

.full {
	padding: 0px;
}

/*-----------------Flex Styles------------------*/

.flex {
	display: flex;
	display: -webkit-flex;
}

.columns {
	flex-direction: column;
	-webkit-flex-direction: column;
}

.end {
	display: flex;
	display: -webkit-flex;
	align-self: flex-end;
	-webkit-align-self: flex-end;
}

/*---------------Margins------------------*/

.no-margins {
	margin: 0px !important;
}
.margin-0 {
    margin-bottom: 0 !important;
}
.margin-10 {
    margin-bottom: 10px !important;
}
.margin-15 {
    margin-bottom: 15px !important;
}
.margin-20 {
    margin-bottom: 20px !important;
}
.margin-30 {
    margin-bottom: 30px !important;
}
.margin-40 {
    margin-bottom: 40px !important;
}
.margin-50 {
    margin-bottom: 50px !important;
}
.margin-60 {
    margin-bottom: 60px !important;
}
.margin-70 {
    margin-bottom: 70px !important;
}
.margin-80 {
    margin-bottom: 80px !important;
}
.margin-90 {
    margin-bottom: 90px !important;
}
.margin-100 {
    margin-bottom: 100px !important;
}


/*----------------Colors-----------------*/
.black {
	color: #000000;
}

.gray {
	color: #7f7f7f;
}

.light-gray {
	color: #f6f6f6;
}

.light-pink {
	color: #efeaea;
}

.purple {
	color: #6155a7;
}

.white {
	color: #ffffff;
}

.black-bg {
	background: #000000;
}

.light-gray-bg {
	background: #f6f6f6;
}

.light-pink-bg {
	background: #efeaea;
}

.purple-bg {
	background: #6155a7;
}

.white-bg {
	background: #ffffff;
}



/*----------------Video-----------------*/
.embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}



/* ==========================================================================
   Navigation styles
   ========================================================================== */
.navbar {
	-webkit-box-shadow: 0px 7px 82px -22px rgba(35,35,35,0.30);
	-moz-box-shadow: 0px 7px 82px -22px rgba(35,35,35,0.30);
	box-shadow: 0px 7px 82px -22px rgba(35,35,35,0.30);
}

.navbar-inverse {
  background-color: #fff;
  border-color: #fff;
}

.navbar-brand {
  float: left;
  height: 100%;
  padding: 10px;
  width: 112px;
}

.navbar-nav > li > a {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
  line-height: 35px;
  padding-top: 25px;
}

.navbar-inverse .navbar-nav > li > a {
  color: #8b8b8b;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
  background-color: transparent;
  color: #000;
}

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

.navbar-toggle {
  padding: 15px 10px;
}

.navbar .navbar-toggle .icon-bar {
  background-color: #000000;
}

.navbar-inverse .navbar-toggle {
  border-color: #fff;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  background-color: transparent;
}

.navbar-collapse {
  border-top: 0px solid transparent;
}

nav .social-media {
  left: 0;
  margin: auto;
  max-width: 1170px;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  width: inherit;
  font-size: 16px;
}

nav .social-media > li > a {
  background: #fff none repeat scroll 0 0;
  color: inherit;
  font-size: 16px;
    padding: 2px 8px;
}

nav .social-media > li {
    margin: 2px -2px;
    padding: 0;
}

nav .social-media > li > a:hover {
  background: transparent;
  color: inherit;
}

/* ==========================================================================
   Main styles
   ========================================================================== */
   
.filled-box {
  height: 100%;
  left: -200px;
  position: absolute;
  bottom: 0;
  top: 20px;
  width: 70px;
  opacity: 0;
  z-index: -1;
}

.filled-box.animate, .purple-box.animate {
	width: 275px;
	opacity: 1;
	left: -150px;
	-webkit-transition: all 500ms cubic-bezier(0.470, 0.065, 0.485, 0.975);
   -moz-transition: all 500ms cubic-bezier(0.470, 0.065, 0.485, 0.975);
     -o-transition: all 500ms cubic-bezier(0.470, 0.065, 0.485, 0.975);
        transition: all 500ms cubic-bezier(0.470, 0.065, 0.485, 0.975); /* custom */

-webkit-transition-timing-function: cubic-bezier(0.470, 0.065, 0.485, 0.975);
   -moz-transition-timing-function: cubic-bezier(0.470, 0.065, 0.485, 0.975);
     -o-transition-timing-function: cubic-bezier(0.470, 0.065, 0.485, 0.975);
        transition-timing-function: cubic-bezier(0.470, 0.065, 0.485, 0.975); /* custom */
        
  -webkit-transition-delay: 1s;  
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;    
}

.filled-box-bg {
	height: 130vh;
  position: absolute;
  width: 39%;
  z-index: 1;
  align-self: flex-end;
  -webkit-align-self: flex-end;
}

.purple-box {
  height: 550px;
  left: -200px;
  position: absolute;
  bottom: 0;
  top: 0;
  width: 70px;
  z-index: 0;
  opacity: 0;
}

.pink-box {
  height: 700px;
  left: -50px;
  position: absolute;
  bottom: 0;
  top: 200px;
  width: 0%;
  z-index: -1;
  opacity: 0;
}

.pink-box.animate {
	width: 25%;
	opacity: 1;
	left: 0;
	-webkit-transition: all 700ms cubic-bezier(0.470, 0.065, 0.485, 0.975);
   -moz-transition: all 700ms cubic-bezier(0.470, 0.065, 0.485, 0.975);
     -o-transition: all 700ms cubic-bezier(0.470, 0.065, 0.485, 0.975);
        transition: all 700ms cubic-bezier(0.470, 0.065, 0.485, 0.975); /* custom */

-webkit-transition-timing-function: cubic-bezier(0.470, 0.065, 0.485, 0.975);
   -moz-transition-timing-function: cubic-bezier(0.470, 0.065, 0.485, 0.975);
     -o-transition-timing-function: cubic-bezier(0.470, 0.065, 0.485, 0.975);
        transition-timing-function: cubic-bezier(0.470, 0.065, 0.485, 0.975); /* custom */
        
  -webkit-transition-delay: 1s;  
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;    
}

.left {
	left: 0;
}

.right {
	right: 0;
}

.box-shadow {
	-webkit-box-shadow: -1px -1px 15px -6px rgba(0,0,0,0.1);
	-moz-box-shadow: -1px -1px 15px -6px rgba(0,0,0,0.1);
	box-shadow: -1px -1px 15px -6px rgba(0,0,0,0.1);
}

.high-z {
	z-index: 100;
	position: relative;
}

.low-z {
	z-index: -1;
}

/*----------------Mail Chimp-----------------*/
.mc_embed_signup {
    background: transparent none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    height: 50px;
    margin-top: 5px;
}
.mc_embed_signup input.email {
    background: transparent none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color #ffffff;
    border-color: -webkit-use-text-color -webkit-use-text-color #ffffff;
    border-style: none none solid;
    border: 2px solid #fff;
    border-radius: 0;
    border-width: 0 0 2px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    height: 50px;
    left: 15px;
    margin-bottom: 12px;
    padding: 14px 10px;
    position: absolute;
    width: 80%;
}

.form-control:focus {
    border-color: #66afe9;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.000) inset, 0 0 0px rgba(102, 175, 233, 0.0);
    outline: 0 none;
}

.mc_embed_signup input.email:focus {
    outline: medium none;
}

.mc_embed_signup input.email::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.mc_embed_signup input.email:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.mc_embed_signup input.email::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.mc-embedded-subscribe {
    border-radius: 0;
    font-size: 12px;
    margin-right: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}

/*---------------Instagram Plugin------------------*/
.null-instagram-feed-2.null-instagram-feed.col-sm-4 {
  width: 100%;
}
.instagram-pics.instagram-size-large {
	display: flex;
	display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-bottom: 0;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 0;
}

.instagram-pics.instagram-size-large > li {
  display: inline-block;
  padding-left: 0px;
  padding-right: 0px;
}

.instagram-pics.instagram-size-large img {
  display: block;
  height: auto;
  max-width: 100%;
}

/* ==========================================================================
   Home Page styles
   ========================================================================== */

#home {
	padding-top: 110px;
}

.home-container {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	height: 85vh;
	max-width: 1400px;
	margin: auto;
}

.home-header {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  height: 45vh;
  position: relative;
  width: 100%;
  z-index: 20;
}

.home-header-overlay {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	padding-top: 110px;
	height: 85vh;
	max-width: 1400px;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 10;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.3+0,0+64,0.3+99 */
	background: -moz-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 64%, rgba(0,0,0,0.5) 99%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 64%,rgba(0,0,0,0.5) 99%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 64%,rgba(0,0,0,0.5) 99%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#4d000000',GradientType=1 ); /* IE6-9 */
}

.home-list {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  z-index: 15;
  position: relative;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.home-list > ul {
	top: -550px;
	position: absolute;
}

.home-list > ul > li {
  margin-right: 95px;
}

.home-list > ul > li::after {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 1px;
  margin-left: 10px;
  margin-top: 14px;
  position: absolute;
  width: 90px;
}

.about {
	position: absolute;
	bottom: 0;
}

.img-360 {
  left: 38%;
  margin: 70px auto auto;
  position: absolute;
  width: 120px;
}

.upcoming p {
	line-height: 16px;
}

/*-----------------Social Media Box------------------*/
.social-media {
  float: right;
  max-width: 39%;
  position: relative;
  width: 100%;
  z-index: 150;
  padding-left: 2px;
}

.social-media > li {
  margin: 8px -2px;
  padding: 0;
}

.social-media > li > a {
  background: #6155a7;
  color: #fff;
  padding: 10px 20px;
  font-size: 20px;
}

.social-media > li > a > i {
	opacity: 0.4;
}

.social-media > li > a:hover {
  background: #000;
  z-index: 150;
}


/*------------------Bounce Arrow-----------------*/
.arrow-down {
  bottom: 15px;
  color: #000000;
  margin: auto;
  overflow: hidden;
  padding-left: 15px;
  position: absolute;
  text-align: left;
  z-index: 100;
}

.bounce-loop {
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	-o-animation-name: bounce;
	animation-name: bounce;
}

.animated-arrow {
	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	
	-moz-animation-delay: 3s;
	-webkit-animation-delay: 3s;
	-o-animation-delay: 3s;
	
	animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	
	animation-fill-mode:both;
	-webkit-animation-duration:2s;
	-moz-animation-duration:2s;
	-ms-animation-duration:2s;
	-o-animation-duration:2s;
	animation-duration:2s;
}

@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
	40% {-webkit-transform: translateY(-20px);}
	60% {-webkit-transform: translateY(-10px);}
}

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-20px);}
	60% {-moz-transform: translateY(-10px);}
}

@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-20px);}
	60% {-o-transform: translateY(-10px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-20px);}
	60% {transform: translateY(-10px);}
}

/* ==========================================================================
   About Page styles
   ========================================================================== */
.photo-strip {
	height: 320px;
}

.lg-photo-left {
  left: 50px;
  position: relative;
}

.lg-photo-right {
  right: 50px;
  position: relative;
  float: right
}

.sm-photo {
  position: absolute;
  right: 30%;
  top: 50px;
}

.seal {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -180px;
  width: 150px;
}

/* ==========================================================================
   Capabilites Page styles
   ========================================================================== */
.capability-list > li {
	border-bottom: 1px solid #e8e1e1;
	padding: 5px 0;
	width: 75%;
}

.circle {
  border: 1px solid #7f7f7f;
  border-radius: 50%;
  display: inline-block;
  height: 75px;
  margin-right: 30px;
  margin-top: 50px;
  padding: 40px;
  width: 75px;
}

.capabilities-box {
	display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
	position: absolute;
	width: 100%;
  max-width: 600px;
  height: 330px;
	z-index: 1;
	margin: auto;
	top: 60px;
  padding-left: 100px;
  padding-right: 100px;
}

/*-----------------Square Animation------------------*/

.border-top {
  background-color: #e7e7e7;
  height: 10px;
  position: absolute;
  top: 0;
  width: 0;
  left: 0;
}
.border-bottom {
  background-color: #e7e7e7;
  bottom: 0;
  height: 10px;
  position: absolute;
  width: 0;
  left: 0;
}
.border-left {
  background-color: #e7e7e7;
  height: 0;
  left: 0;
  top: 0;
  position: absolute;
  width: 10px;
}
.border-right {
  background-color: #e7e7e7;
  height: 0;
  top: 0;
  position: absolute;
  right: 0;
  width: 10px;
}

.capabilities-box.in-view  .border-top {
  transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
  -moz-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
  -webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
  width: 100%;
}

.capabilities-box.in-view  .border-bottom {
  transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1) 1.8s;
  -moz-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1) 1.8s;
  -webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1) 1.8s;
  width: 100%;
}

.capabilities-box.in-view  .border-left {
  height: 100%;
  transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1) 1.4s;
  -moz-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1) 1.4s;
  -webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1) 1.4s;
}

.capabilities-box.in-view  .border-right {
  height: 100%;
  transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1) 2.2s;
  -moz-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1) 2.2s;
  -webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1) 2.2s;
}

/* ==========================================================================
   News styles
   ========================================================================== */
.news-nav {
	padding: 120px 0 30px;
}

.news-box {
	height: 300px;
	padding: 10px 30px;
}

.news-box-img {
	width: 100%;
	height: 225px;
}

.news-box > .more {
  bottom: 0;
  padding-bottom: 15px;
  position: absolute;
  right: 15px;
}

.new-label {
  bottom: 0;
  font-size: 20px;
  height: 60px;
  margin: auto;
  padding: 15px;
  position: absolute;
  right: 40px;
  top: -50px;
}

.news-categories {
	font-size: 20px;
}

.news-categories > li {
  padding: 0 15px;
}

.categories > ul > li {
  display: inline-block;
  padding: 20px;
}

li.current-cat::before {
  content: url("images/degree.svg");
  display: block;
  left: -13px;
  position: relative;
  top: 8px;
  width: 18px;
}

.news-page > .news-categories {
  padding-top: 30px;
}

.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  height: auto;
  width: 100%;
}

.sidebar > section {
	padding: 0px;
}

.sidebar > .h4, h4 {
  color: #000;
}

.sidebar a {
  color: #6155a7;
}

.sidebar a:hover, .sidebar a:focus, .sidebar a:active {
	color: #7c6cd7;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: transparent;
  border-color: transparent;
  color: #6155a7;
  cursor: default;
  z-index: 2;
}

.pagination > li > a, .pagination > li > span {
  background-color: transparent;
  border: 0 solid #ddd;
  color: #7f7f7f;
  float: left;
  line-height: 1.42857;
  margin-left: -1px;
  padding: 6px 10px;
  position: relative;
  text-decoration: none;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  background-color: transparent;
  border-color: transparent;
  color: #6155a7;
}

/* ==========================================================================
   Clients Page styles
   ========================================================================== */
.client-list {
	min-height: 300px;
	padding-top: 25px;
	position: relative;	
	z-index: 0;
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	
	-webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.client-list:hover, .client-list:focus {
	background: #f6f6f6;
	z-index: 100;
	box-shadow: 3px 6px 12px rgba(0, 0, 0, 0.1);
	transform: scale(1.02);
	-moz-transform: scale(1.02);
	-webkit-transform: scale(1.02);
	
	-webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.client-content {
	display: flex;
	display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  min-height: 300px;
  margin: auto;
  position: relative;
  top: -75px;
}

.client li img {
	width: 75%;
}



.owl-dot {
    background: #7f7f7f none repeat scroll 0 0;
    border-radius: 20px;
    display: inline-block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}

.owl-dot.active {
    opacity: 0.2;
}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}


/* ==========================================================================
   Contact Page styles
   ========================================================================== */
.employment-box {
  padding: 50px 80px 55px 45px;
}
  
.contact-img {
	height: 250px;
}

/*-----------------Modal------------------*/

.modal-open .modal {
  background: rgba(0,0,0,0.75) none repeat scroll 0 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  bottom: 0;
  display: none;
  left: 0;
  outline: 0 none;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2040;
}

.modal-body {
  padding: 20px 30px 0;
  position: relative;
}

.modal-content {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.modal-content {
  background-clip: padding-box;
  background-color: #fff;
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 2px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0);
  outline: 0 none;
  padding: 50px 100px;
  position: relative;
  padding-bottom: 100px;
}

.modal-dialog {
  margin: 50px auto;
  width: 900px;
}

button.close {
  background: transparent none repeat scroll 0 0;
  color: #fff;
  font-size: 45px;
  font-weight: 500;
  line-height: 0.5;
  opacity: 0.5;
  padding: 15px;
  position: absolute;
  right: 0;
  text-shadow: 0 0 0 #fff;
  top: 0;
}

button.close:hover, button.close:focus {
	background: transparent;
	color: #fff;
  cursor: pointer;
  opacity: 1;
  text-decoration: none;
	-webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.modal-header .close {
   margin-top: 0px;
}


/* ==========================================================================
   Footer styles
   ========================================================================== */
   
footer {
	padding: 35px 0px;
}



/* ==========================================================================
   Mobile Styles
   ========================================================================== */
/* Landscape phones and down */
@media (max-width: 480px) { 

.navbar-nav > li > a {
  line-height: 15px;
  padding-top: 15px;
}

.navbar-brand {
  width: 80px;
}

nav .social-media {
  float: left;
  position: relative;
  top: inherit;
}

.h1, h1 {
	font-size: 30px;
}

.h2, h2 {
	font-size: 25px;
}

#home {
	padding-top: 70px;
}

.home-container {
	padding-top: 0px;
}

.social-media {
  max-width: inherit;
  width: inherit;
  margin-right: 2px;
}

.news-box {
	height: 100%;
	padding-bottom: 50px;
}

.new-label {
  top: -25px;
}

.client-content {
  min-height: 100px;
  top: -40px;
}

.client-list {
  padding-bottom: 50px;
}

.photo-strip {
	height: 150px;
}

.lg-photo-left{
  left: 15px;
}

.lg-photo-right {
  float: none;
  left: 15px;
}

.sm-photo {
  right: 20px;
  top: 150px;
  width: 40%;
}

.seal {
  margin-top: 40px;
  position: relative;
  top: 0;
}

.capabilities-box {
	margin-top: -70px;
  position: relative;
  top: 0;
  padding-left: 20px;
  padding-right: 20px;
  height: 450px;
}

.modal-dialog {
  margin: 15% auto;
  width: 100%;
}

.modal-content {
  padding: 50px 35px;
}

.circle {
  margin-right: 10px;
}

.instagram-pics.instagram-size-large {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.instagram-pics.instagram-size-large > li {
  width: 50%;
}

}

/* Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 767px) { 

.home-container {
	padding-top: 0px;
}

.navbar-brand {
  width: 80px;
}

.navbar-nav > li > a {
  line-height: 15px;
  padding-top: 15px;
}

nav .social-media {
  float: left;
  position: relative;
  top: inherit;
}

#home {
	padding-top: 80px;
}

.social-media {
  max-width: inherit;
  width: inherit;
  margin-right: 2px;
}

.news-box {
	height: 100%;
	padding-bottom: 50px;
}

.new-label {
  top: 10px;
}

.client-content {
  min-height: 100px;
  top: -40px;
}

.client-list {
  padding-bottom: 50px;
}

.lg-photo-left {
  left: 15px;
}

.lg-photo-right {
  float: none;
  left: 15px;
}

.sm-photo {
  left: 60%;
}

.seal {
  margin-top: 40px;
  position: relative;
  top: 0;
}

.capabilities-box {
	margin-top: -90px;
  position: relative;
  top: 0;
  height: 450px;
}

.modal-dialog {
  margin: 10% auto;
  width: 100%;
}

.instagram-pics.instagram-size-large {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.instagram-pics.instagram-size-large > li {
  width: 50%;
}

}


/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {

.navbar-nav > li > a {
  padding-left: 10px;
  padding-right: 10px;
}

.home-list > ul {
	top: -375px;
	left: -200px;
}

.news-box {
	height: 300px;
}

.new-label {
  top: -90px;
}

.sm-photo {
  right: 20%;
}

.capabilities-box {
	margin-top: -75px;
  position: relative;
  top: 0;
}

.lg-photo-right {
  float: none;
  left: 50px;
}

.modal-dialog {
  margin: 5% auto;
  width: 75%;
}

	
}


/* Desktops and laptops ----------- */
@media (min-width: 992px) and (max-width: 1440px) {
	
.home-list > ul {
	top: -475px;
	left: -50px;
}

}