/*----------------------------------------
    GENERAL
----------------------------------------*/

/*
* Jono's added styles to fix the Gallery pics, Oct 2014
*
*/

.gallery_col {
	background-color: #fff;
	padding-bottom: 20px;
}

.gallery_outer {
	background-color: #959ea7;
	
}

.gallery_inner {
	color: #fff;
	padding: 15px;
	min-height: 270px;
}

/* Jono mod - Use media queries to responsively resize the height on the gallery boxes depending on browser width */

@media (min-width: 732px) {
	.gallery_inner {
		color: #fff;
		padding: 15px;
		min-height: 290px;
	}
}

@media (min-width: 745px) {
	.gallery_inner {
		color: #fff;
		padding: 15px;
		min-height: 590px;
	}
}
@media (min-width: 995px) {
	.gallery_inner {
		color: #fff;
		padding: 15px;
		min-height: 490px;
	}
}
/* Jono's css to highlight errors in forms */
label.valid {
	width: 24px;
	height: 24px;
	background: url(../img/valid.png) center center no-repeat;
	display: inline-block;
	text-indent: -9999px;
}
label.error {
	font-weight: bold;
	color: red;
	padding: 2px 8px;
	margin-top: 2px;
}

/*
* Thank you div displayed when user has submitted contact form
*/

.form_thanks {
	padding: 40px 20px 40px 20px;
	border: 2px solid #959ea7;
	margin-top: 40px;
	margin-bottom: 40px;
	background-color: white;
	font-weight: bold;
	font-size: 18px;
}


/* gallery text */
.gallery_inner p {
	text-align: justify;
	color: white;
}

/* ********************** */


body {
    background: #e9ebed;
    font-family: 'Montserrat', 'sans-serif';
}
.wrapper {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}
h1 {
    font-size: 55px;
    line-height: 51px;
    letter-spacing: -4px;
    text-transform: uppercase;
}
h2 {
    font-size: 26px;
    line-height: 31px;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}
h3 {
    font-size: 17px;
    line-height: 21px;
    text-transform: uppercase;
}
h4 {
    font-size: 15px;
    line-height: 21px;
    text-transform: uppercase;
}
p {
    color: #828C99;
    font-size: 13.5px;
    letter-spacing: -0.25px;
    line-height: 24px;
    font-weight: 400;
}
.lead {
    font-size: 17px;
    line-height: 22px;
}
.more {
    font-weight: 700;
    font-size: 12.5px;
    text-transform: uppercase;
}
hr {
    background: #2e3b4e;
    border: none !important;
    height: 2px;
    width: 50px;
    text-align: left;
    margin-left: 0px;

}
.hr-white {
    background: #fff;
    border: none !important;
    height: 2px;
    width: 50px;
    text-align: left;
    margin-left: 0px;

}
a {
    color: #6b7784;
    text-decoration: none;
    -moz-transition: color 0.2s;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
}
a:hover {
    color: #415161;
    text-decoration: none;
}
.section-title {
    margin-top: 0px;
    margin-bottom: 50px;
}
.img-center {
    margin: 0 auto;
}
.spacer-25px {
    background: none !important;
    height: 25px;
}

/*----------------------------------------
    BUTTONS
----------------------------------------*/

.btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline: none;
}
.btn {
    text-transform: uppercase;
    border-radius: 2px;
    margin-bottom: 20px;
}
.btn-lg {
    font-size: 12.5px;
    line-height: 1.33;
    padding: 18px 32px;
}
.btn-sm {
    font-size: 11px;
    line-height: 1.33;
    padding: 14px 28px;
	margin-top: -25px;
}
.btn-full {
    width: 100%;
}
.btn-1 {
    background-color: #161f28;
    border-color: rgba(0,0,0,0);
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.btn-1:hover,
.btn-1:focus,
.btn-1:active,
.btn-1.active {
    background-color: #1a2530;
    border-color: transparent;
    color: #fff;
}
.btn-2 {
    background-color: #959ea7;
    border-color: rgba(0,0,0,0);
    color: #fff;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.btn-2:hover,
.btn-2:focus,
.btn-2:active,
.btn-2.active {
    background-color: #808b96;
    border-color: transparent;
    color: #fff;
}
.btn-3 {
    background: none !important;
    border: 2px solid #161f28;
    color: #161f28;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.btn-3:hover,
.btn-3:focus,
.btn-3:active,
.btn-3.active {
    background-color: #808b96;
    border: 2px solid #808b96;
    color: #808b96;
}
.btn-4 {
    background: none !important;
    border: 2px solid #fff;
    color: #fff;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.btn-4:hover,
.btn-4:focus,
.btn-4:active,
.btn-4.active {
    background-color: #fff;
    border: 2px solid #fff;
    color: #808b96;
}
.btn-5 {
    background-color: #503e2c;
    border-color: rgba(0,0,0,0);
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.btn-5:hover,
.btn-5:focus,
.btn-5:active,
.btn-5.active {
    background-color: #483727;
    border-color: transparent;
    color: #fff;
}
.scrollToTop, a.scrollToTop {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    text-align: center;
    background: #161f28;
    font-weight: bold;
    font-size: 19px;
    padding-top: 5px;
    color: #fff;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 15px;
    display: none;
    z-index: 1000;
}
.scrollToTop:hover{
    text-decoration: none;
    color: #ececec;
}

/*----------------------------------------
    HEADER
----------------------------------------*/

#header {
    max-height: 700px;
    height: auto;
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 0px;
}
.brand {
    position: absolute;
    top: 20px;
    z-index: 100;
}
.navbar {
    border: 0px solid rgba(0, 0, 0, 0);
    background: #e9ebed;
    margin: auto;
    max-width: 1170px;
    min-height: 70px;
    position: fixed;
    top: -60px;
    transition: top 0.4s ease 0s;
}
.navbar.open {
    top: 0;
}
.navbar-inverse .navbar-nav > li > a {
    color: #2e3b4e;
    text-transform: uppercase;
    font-size: 12px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 5px;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    background-color: rgba(0, 0, 0, 0);
    color: #2e3b4e;
    border-bottom: 1px solid #2e3b4e;
}
.navbar-inverse .navbar-nav > li > a::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #2e3b4e;
    content: '';
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    transform: translateY(-7px);
}
.navbar-inverse .navbar-nav > li > a:hover::after,
.navbar-inverse .navbar-nav > li > a:focus::after {
    height: 2px;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}
.navbar-nav > li > a {
    padding: 15px 0px 0px;
    margin-right:10px;
    margin-left: 10px;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    background-color: rgba(0, 0, 0, 0);
    color: #2e3b4e;
    border-bottom: 2px solid #2e3b4e;
}
.navbar-inverse .navbar-nav > .active > a:hover::after,
.navbar-inverse .navbar-nav > .active > a:focus::after {
    opacity: 0;
}
.navbar-inverse .navbar-toggle {
    border-color: rgba(0, 0, 0, 0);
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: rgba(0, 0, 0, 0);
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #2e3b4e;
}
.navbar-toggle .icon-bar {
    border-radius: 1px;
    display: block;
    height: 3px;
    width: 22px;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #ededed;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #2e3b4e;
}
.navbar-nav > li > .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 18px;
}
.dropdown-menu > li > a {
    clear: both;
    color: #2e3b4e;
    font-size: 12px;
    display: block;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;
    text-transform: uppercase;
}
.dropdown-menu {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 0px solid rgba(0, 0, 0, 0.0);
    border-radius: 0px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
    display: none;
    float: left;
    font-size: 12px;
    left: 0;
    list-style: none outside none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
}

/*----------------------------------------
    HERO
----------------------------------------*/

#hero {
    background-color: #2c3e50;
    color: #fff;
    padding: 50px 0px;
    margin: 0px;
}
#hero .intro {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    padding: 10px 0px 15px;
}
#hero .intro-sub {
    font-size: 18px;
}
.hero-btn-group {
    text-align: right;
}
.hero-video {
    margin: 40px 0px;
    border: 2px solid #161f28;
}
.hero-video-demo {
    background: #eee;
}
.hero-video video {
    width: 100%;
}
.hero-video #media-controls {
    background: #161f28;
    margin-top: -5px;
    padding: 5px 0px 10px;
    width: 100%;
}
.hero-video button {
    background: none !important;
    border: none !important;
    color: #e9ebed;
}
progress {
    position: relative;
    top: 5px;
    right: 0px;
    color:#333;
    font-size:12px;
    width: 250px;
    height:20px;
    border: none !important;
    background: #2c3e50;
}
progress::-moz-progress-bar {
    background: #e9ebed;
}


/*----------------------------------------
    CALL TO ACTION
----------------------------------------*/
#cta {
    background: #dcd8d4;
    color: #fff;
    padding: 80px 0px 60px;
}

/*----------------------------------------
    SERVICES
----------------------------------------*/

#services {
    background: #fff;
    padding: 30px 0px 30px;
}
.services-items {
    margin-bottom: 50px;
}
.services-item {
    padding: 20px 0px;
}
.services-item-icon {
    margin-bottom: 20px;
}
.box-content {
    background: #e9ebed;
    padding: 50px 70px;
}

/*----------------------------------------
    MESSAGE BOX
----------------------------------------*/

#message-box {
    background: url(../img/bg-1.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 80px 0px;
}
.message-box-special {
    background: #e9ebed;
    padding: 50px 70px;
}

/*----------------------------------------
    PORTFOLIO
----------------------------------------*/

#portfolio {
    background: #fff;
    padding: 100px 0px 120px;
}
#filter-works ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    text-align: center;
}
#filter-works ul li {
    display: inline-block;
    padding: 0;
    line-height: 24px;
    background: transparent;
    margin: 0;
    margin-left: 5px;
    margin-bottom: 10px;
}
#filter-works ul li a {
    display: block;
    font-size: 13.5px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 20px;
    border: 1px solid transparent;
    border-radius: 2px;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#filter-works ul li a,
#filter-works ul li a:active,
#filter-works ul li a:hover {
    line-height: 24px;
    background-color: #e9ebed;
    color: #4e5961;
    text-decoration: none;
}
#filter-works ul li a:hover,
#filter-works ul li.active a {
    background-color: #959ea7;
    color: #fff;
}
.projects-container .row {
    -moz-transition: height 0.5s ease-out;
    -webkit-transition: height 0.5s ease-out;
    transition: height 0.5s ease-out;
}
.project-item {
    position: relative;
    margin-bottom: 30px;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.project-item.filtered {
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.2;
    cursor: default;
}
.no-opacity .project-item.filtered {
    display: none;
}
.project-item.filtered a {
    cursor: default;
}
.project-item.filtered .enlarge,
.project-item.filtered .link,
.project-item.filtered .overlay-mask,
.project-item.filtered .project-title {
    display: none;
}
.project-thumb {
    display: block;
    position: relative;
    overflow: hidden;
}
.scrollimation .project-thumb {
    -moz-transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -moz-transition: opacity 0.4s ease-out, -moz-transform 0.4s ease-out;
    -webkit-transition: opacity 0.4s ease-out, -webkit-transform: 0.4s ease-out;
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}
.touch .scrollimation .project-thumb,
.scrollimation .project-thumb.in {
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}
.project-thumb .overlay-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e9ebed;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 1;
    -moz-transition: opacity 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
.project-thumb:hover .overlay-mask {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.project-thumb .enlarge,
.project-thumb .link {
    display: inline-block;
    margin: 0;
    margin-top: -25px;
    font-size: 50px;
    line-height: 50px;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    height: 50px;
    width: 64px;
    top: 40%;
    left: 50%;
    text-align: center;
    z-index: 3;
}
.project-thumb .enlarge {
    margin-left: -84px;
    -moz-transform: translateX(-200px);
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.project-thumb:hover .enlarge {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity:1;
    filter: alpha(opacity=100);
    -moz-transition: all 0.3s ease-out 0.3s;
    -webkit-transition: all 0.3s ease-out 0.3s;
    transition: all 0.3s ease-out 0.3s;
}
.project-thumb .link {
    margin-left: 20px;
    -moz-transform: translateX(200px);
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.project-thumb:hover .link {
    -moz-transform: translate(0);
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity:1;
    filter: alpha(opacity=100);
    -moz-transition: all 0.3s ease-out 0.6s;
    -webkit-transition: all 0.3s ease-out 0.6s;
    transition: all 0.3s ease-out 0.6s;
}
.project-thumb .enlarge.centered,
.project-thumb .link.centered {
    margin-left: -32px;
    -moz-transform: translateY(-200px);
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.project-thumb:hover .enlarge.centered,
.project-thumb:hover .link.centered {
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -moz-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.project-thumb .project-title {
    display: block;
    width: 100%;
    position: absolute;
    bottom: -100px;
    background: #2c3e50;
    margin: 0;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    z-index: 2;
    -moz-transition: bottom 0.4s ease-out,color 0.2s ease-out;
    -webkit-transition: bottom 0.4s ease-out,color 0.2s ease-out;
    transition: bottom 0.4s ease-out,color 0.2s ease-out;
}
.project-thumb:hover .project-title {
    bottom: 0;
    -moz-transition: bottom 0.3s ease-out 0.1s,color 0.2s ease-out 0s;
    -webkit-transition: bottom 0.3s ease-out 0.1s,color 0.2s ease-out 0s;
    transition: bottom 0.3s ease-out 0.1s,color 0.2s ease-out 0s;
}
.project-thumb .project-title:hover {
    color: #333;
}
.loaded-item {
    display: none;
}
.preview-content {
    display: none;
}
#project-preview {
    display: none;
}
#project-preview .loader {
    display: block;
    background: url('../img/loader.gif') center center no-repeat;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 35%;
    left: 50%;
    margin-left: -18px;
}
#project-preview .frame {
    display: block;
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 0 auto 30px;
    overflow: hidden;
}
#project-preview .preview-screen {
    background: transparent;
    border-radius: 0px;
    display: block;
    position: absolute;
    top: 5.5%;
    left: 4.5%;
    width: 91%;
    height: 91%;
    overflow: hidden;
    opacity: 0;
    -moz-transition: opacity 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
#project-preview .preview-screen.loaded {
    opacity: 1;
}
.preview-description {
    padding: 20px;
}
.flexslider {
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
}
.preview-slider .flex-direction-nav .flex-prev,
.preview-slider .flex-direction-nav .flex-next {
    background: #6d6d6d;
    background-image: none;
    border-radius: 2px;
    display: inline;
    text-indent: 0;
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    padding:0;
    padding-left: 12px;
    margin: 0;
    margin-top: -22px;
    font-size: 42px;
    line-height: 38px;
    color: #fff;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.preview-slider .flex-direction-nav .flex-next {
    text-align: right;
    padding-right: 12px;
}
.preview-slider .flex-direction-nav a:hover,
.preview-slider .flex-direction-nav a:active,
.preview-slider .flex-direction-nav a:focus {
    text-decoration: none;
}
.preview-slider .flex-direction-nav a:hover {  
    background: #353535;
}
.preview-slider:hover .flex-next {opacity: 1; right: 5px;}
.preview-slider:hover .flex-prev {opacity: 1; left: 5px;}

.preview-slider .flex-direction-nav .flex-disabled,
.preview-slider .flex-direction-nav .flex-disabled {
    display: none;
}
#project-preview .close-preview {
    display: inline-block;
    padding: 10px;
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
    margin: 5px 0;
    text-decoration: none;
}

/*----------------------------------------
    ABOUT
----------------------------------------*/
#about {
    background: #fafafa;
    padding: 30px 0px 30px;
}
.about-item {
    padding-bottom: 100px;
}
.about-item ul {
    line-height: 30px;
}
.about-item i {
    padding-right: 10px;
}

/*----------------------------------------
    BLOG
----------------------------------------*/

#blog {
    background: #fff;
    padding: 30px 0px 30px;
}
.blog-item {
    padding: 10px 0px;
}
.blog-item-info {
    background: #959ea7;
    color: #fff;
    padding: 20px;
	min-height: 450px;
}
.blog-item-info p {
    color: #fff !important;
}
.blog-item-button-container {
	background: #959ea7;
	padding-left: 10px;
}
.blog-item .flexslider {
    margin: 0px;
    border: none !important;
    border-radius: 0px;
    box-shadow: none;
}
.blog-item .flex-direction-nav a {
    background: #999;
    color: #fff;
}
.blog-item .flexslider:hover .flex-next {opacity: 1; right: 5px;}
.blog-item .flexslider:hover .flex-prev {opacity: 1; left: 5px;}

.blog-item .flex-direction-nav .flex-prev,
.blog-item .flex-direction-nav .flex-next {
    background: #6d6d6d;
    background-image: none;
    border-radius: 2px;
    display: inline;
    text-indent: 0;
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    padding:0;
    padding-left: 12px;
    margin: 0;
    margin-top: -22px;
    font-size: 42px;
    line-height: 38px;
    color: #fff;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.blog-item .flex-direction-nav .flex-next {
    text-align: right;
    padding-right: 12px;
}
.blog-item .flex-direction-nav a:hover,
.blog-item .flex-direction-nav a:active,
.blog-item .flex-direction-nav a:focus {
    text-decoration: none;
}
.blog-item .flex-direction-nav a:hover {  
    background: #353535;
}
.blog-item .blog-item-video {
    background-image: url('../img/blog-img-6.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center !important;
    width: 100%;
    height: 248px;
    margin: 0px;
    padding: 100px 0px 0px;
    text-align: center;
}
.blog-item .blog-item-video a {
    color: #fff;
}
.blog-item .blog-item-video a:hover {
    color: #333;
}

/*----------------------------------------
    SUBSCRIBE
----------------------------------------*/

#subscribe {
    background: #2c3e50;
    color: #fff;
    padding: 80px 0px 70px;
}

/*----------------------------------------
    PRICING
----------------------------------------*/

#pricing {
    background: url(../img/bg-2.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    padding: 100px 0px 120px;
}
#pricing p {
    color: #fff;
}
.pricing-container {
    padding-left: 0px;
    padding-right: 0px;
}
.pricing-table {
    background: #fff;
    margin-bottom: 50px;
    margin-top: 0px;
    -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;
}
.pricing-table.active {
    box-shadow: 0px 0px 12px rgba(41,46,50,0.6);
    position: absolute;
    margin: auto;
    z-index: 200;
}
.pricing-table:hover {
    margin-top: -10px;
    -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;
}
.pricing-table li {
    padding-left: 20px;
    padding-right: 20px;
}
.headline {
    background: #1a2530;
    color: #fff;
    padding: 10px;
}
.headline.active {
    background-color: #959ea7;
    color: #fff;
    padding: 10px;
}
.price {
    background: none repeat scroll 0 0 #2c3e50;
    color: #FFFFFF;
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 20px;
    padding-top: 20px;
}
.pricing-table:hover li.price  {
    background: #273748;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.price small {
    font-weight: 300;
    color: #a1abb5;
}
.info {
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 300;
    font-size: 13px;
    color: #919da8;
}
.features {
    color: #1E2633;
    font-weight: bold;
    padding-top: 12px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #e8eaea;
}
.features.first {
    border-top: 1px dotted #e8eaea;
}
.features.last {
    border: none !important;
    padding-top: 17px;
    padding-bottom: 20px;
}
.features.last a {
    color: #fff;
}

/*----------------------------------------
    TWITTER FEED
----------------------------------------*/

#twitter-feed {
    background: #2c3e50;
    color: #fff;
    padding: 80px 0px;
}
ul#tweets {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    list-style: none outside none;
    padding-left: 0px;
    text-align: center;
}
ul#tweets li {
    border-bottom: 1px solid rgba(255,255,255,0.3);
    margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.user img {
    border-radius: 30px;
    margin-right: 12px;
}
.tweet {
    color: #fff;
}
.tweet > a {
    border-bottom: 1px dotted #fff;
}
.timePosted {
    color: #fff;
    font-size: 11px;
    opacity: 0.6;
}
.interact a {
    color: #fff;
    font-weight: 700;
    padding-right: 16px;
}
/*----------------------------------------
    CLIENTS
----------------------------------------*/

#clients {
    background: #fff;
    padding: 100px 0px 120px;
}
.client-icon {
    padding-bottom: 30px;
}

/*----------------------------------------
    CONTACT
----------------------------------------*/

#contact {
    background: #2c3e50;
    color: #fff;
    padding: 80px 0px 80px;
}
.form-control {
    background-color: #161f28;
    background-image: none !important;
    border: 0px solid transparent;
    border-radius: 2px;
    color: #828C99;
    display: inline;
    font-size: 14px;
    height: 55px;
    line-height: 1.42857;
    padding: 6px 12px;
    margin-right: 5px;
    width: 90%;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.form-control:focus {
    box-shadow: none !important;
    color: #fff;
	border: 2px solid #959ea7;
}
}
.social li a {
    background: none !important;
    border: 2px solid #828C99;
    border-radius: 50%;
    color: #828C99;
    display: block;
    width: 50px;
    height: 50px;
    padding-top: 8px;
    text-align: center;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.social li a:hover {
    background: none !important;
    border: 2px solid #fff;
    color: #fff;
}

/*----------------------------------------
    FOOTER
----------------------------------------*/

#footer {
    background: #161f28;
    padding: 50px 0px;
}
#footer i {
    color: #fff;
    padding-bottom: 25px;
}

/*----------------------------------------
    MEDIA QUERIES
----------------------------------------*/

@media (min-width: 1200px) {
    .container {
        margin-left: auto;
        margin-right: auto;
        padding-left: 60px;
        padding-right: 60px;
    }
}
@media (min-width: 320px) and (max-width: 480px) {
    #hero {
        padding: 20px 0px;
    }
    #cta {
        padding: 25px 0px 0px;
    }
    #services,
    #portfolio,
    #about,
    #blog,
    #subscribe,
    #pricing,
    #twitter-feed,
    #clients,
    #contact {
        padding: 60px 0px;
    }
    .about-item {
        padding-bottom: 50px;
    }
    .about-item img {
        padding-top: 20px;
    }
    .pricing-table.active {
        position: relative;
    }
    .pricing-table:hover {
        margin-top: 0px;
    }
}
@media (min-width: 768px) and (max-width: 980px) {
    #hero .intro {
        font-size: 30px;
    }
    .about-item {
        padding-bottom: 25px;
    }
    #services,
    #portfolio,
    #about,
    #blog,
    #subscribe,
    #pricing,
    #twitter-feed,
    #clients,
    #contact {
        padding: 40px 0px;
    }
    .blog-item .blog-item-video {
        height: 100%;
        margin: 0px;
        padding: 55px 0px 54px;
        text-align: center;
    }
}
@media (min-width: 600px) and (max-width: 640px) {
    #services,
    #portfolio,
    #about,
    #blog,
    #subscribe,
    #pricing,
    #twitter-feed,
    #clients,
    #contact {
        padding: 40px 0px;
    }
    .pricing-table.active {
        position: relative;
    }
    .pricing-table:hover {
        margin-top: 0px;
    }
}

img {max-width:100%}