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

body {
    overflow-x: hidden;
    font-family: "Raleway","Helvetica Neue",Helvetica,Arial;
}

.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the .container) if the .footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.container-fluid {
	padding-right: 40px;
	padding-left: 40px;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #82E6FF;
}

.text-danger {
	text-transform: uppercase;
	font-weight:700;
	}
p.large {
    font-size: 16px;
}

label {
	   text-transform: uppercase;
    font-family: "Helvetica Neue",Helvetica,Arial;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
	
}

a {
    color: #FF0070;
}
.img-responsive {
	width:100%;
	background-color:#fff;
}
a:hover,
a:focus,
a:active,
a.active {
    color:#FED136;
	text-decoration:none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: "Helvetica Neue",Helvetica,Arial;
    font-weight: 700;
}

.img-centered {
    margin: 0 auto;
}
.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{padding-right:20px;padding-left:20px}
.row {margin-left:-20px;margin-right:-20px; }


.bg-light-gray {
    background-color: #E6E8E8;
}

.bg-darkest-gray {
    background-color: #222;
}

.btn-primary {
    border-color: #82E6FF;
    text-transform: uppercase;
    font-family:  "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #82E6FF;
}


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

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

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

.btn-primary .badge {
    color: #82E6FF;
    background-color: #fff;
}

.btn-danger {
	background-color:#FF0070;
	font-family: "Helvetica Neue",Helvetica,Arial;
}

.btn-danger:hover {
	background-color:#FED136;
	border-color:transparent;
	font-family: "Helvetica Neue",Helvetica,Arial;
	
}


.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #FF0070;
    border-radius: 35px;
    font-size: 40px;
    color: #FF0070;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle .fa {
	line-height:1.5}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #FED136;
	border: 2px solid #FED136;
    background: rgba(255,255,255,.3);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}


header .btn-xl {
    padding: 10px 20px;
    border-radius: 6px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #82E6FF;
	border-color: #82E6FF;
    background: rgba(255,255,255,.3);
}

header .btn-xl:hover,
header .btn-xl:focus,
header .btn-xl:active,
header .btn-xl.active,
.open .dropdown-toggleheader .btn-xl {
    border-color: #FF0070;
    color: #fff;
    background-color: #FF0070;
}

header .btn-xl:active,
header .btn-xl.active,
.open .dropdown-toggleheader .btn-xl {
    background-image: none;
}

header .btn-xl.disabled,
header .btn-xl[disabled],
fieldset[disabled] header .btn-xl,
header .btn-xl.disabled:hover,
header .btn-xl[disabled]:hover,
fieldset[disabled] header .btn-xl:hover,
header .btn-xl.disabled:focus,
header .btn-xl[disabled]:focus,
fieldset[disabled] header .btn-xl:focus,
header .btn-xl.disabled:active,
header .btn-xl[disabled]:active,
fieldset[disabled] header .btn-xl:active,
header .btn-xl.disabled.active,
header .btn-xl[disabled].active,
fieldset[disabled] header .btn-xl.active {
    border-color: #fed136;
    background-color: #fed136;
}

header .btn-xl .badge {
    color: #fed136;
    background-color: #fff;
}

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

.navbar-default .navbar-brand {
    font-family: "Raleway","Helvetica Neue",Helvetica,Arial;
    color: #FF0070;
	text-transform: uppercase;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #FED136;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FF0070;
}
.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #FED136;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .nav li a {
    text-transform: uppercase;
    font-family:  "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    color: #FF0070;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #FED136;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #FED136;
    background-color: transparent;
}

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

@media(min-width:768px) {
    .navbar-default {
        padding: 25px 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 5em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: #222;
		 -webkit-transition: all .6s;
        -moz-transition: all .6s;
        transition: all .6s;
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 3em;
    }
}
@media(max-width:900px) {
    .navbar-default .navbar-brand {
        font-size: 3.5em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }
	.navbar-default .nav li a {
   font-size: .9em;
}
}

header {
	text-align: center;
	margin:0;
	color: #fff;
}

header .intro-text {
	padding-top: 200px;
	padding-bottom: 50px;

}

header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 22px;
    font-style: italic;
    line-height: 22px;
}

header .intro-text .intro-heading {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family:  "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
}
@media(max-width:767px) {
   
    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

  header {
	margin-top:30px;
	padding-top:10px
}
}
@media(min-width:768px) {
    header .intro-text {
        padding-top: 450px;
        padding-bottom: 200px;

    }
	
	

    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 40px;
        font-style: italic;
        line-height: 40px;
    }

    header .intro-text .intro-heading {
        margin-bottom: 50px;
        text-transform: uppercase;
        font-family:  "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 75px;
        font-weight: 700;
        line-height: 75px;
    }
}

@media(min-width:1300px) {
    header .intro-text {
        padding-top: 550px;
        padding-bottom: 200px;
    }
}

@media(min-width:1600px) {
    header .intro-text {
        padding-top: 650px;
        padding-bottom: 300px;
    }
}



section {
    padding: 60px 0;
}

section h2.section-heading {
    margin-top: 0;
    margin-bottom: 80px;
    font-size: 36px;
}

section h3.section-subheading {
    margin-bottom: 70px;
    text-transform: none;
    font-family: "Raleway","Helvetica Neue",Helvetica,Arial;
    font-size: 16px;
    font-weight: 300;
}

@media(min-width:768px) {
    section {
        padding-top: 80px;
		padding-bottom: 80px;
    }
}

 .portfolio-item {
		margin-bottom:40px;
	}
#blog .post {	
    overflow:hidden;
}

#blog .btn-xs {
	border-radius:50%;
	margin-top: 1px;
	margin-right: 10px;
	margin-bottom: 10px;
	}

#blog .post-head {
	margin-top:30px;
	}
	

#blog .post-head h2 {
	font-weight:600;
	font-size:24px
	
	}
	
#blog .post-head .attached {
	margin-bottom:0;
	padding-bottom: 2px;
	border-bottom-width:15px;
	border-bottom-style: solid;
	border-bottom-color:#666;
	color:#666;
	
	}
		#blog .post-head .attached a {
	color:#666;
	display:block
	
	}
	#blog .post-head .attached a:hover {
	border-bottom-color:#FED136;
	color:#FED136;
	display:block
	
	}

#blog .post {
	background-color:#FFF;
	}
	
#blog .post p {
	margin-left:-20px;
	font-size:12px;
	padding-right:20px;
	color:#666;
	}
	
#blog .post h3 {
	margin-top:20px;
	margin-bottom:5px;
	margin-left:-20px;
	padding-right:20px;
	font-size:16px
	}

#blog .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 500px;
}

#blog .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(254,209,54,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#blog .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}

#blog .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#blog .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}

#blog .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#blog .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}

#blog .portfolio-item .portfolio-link .portfolio-more {
    position: absolute;
    width: 100%;
    height: 100%;
	  color: #FF0070;
    
   
}

#blog .portfolio-item .portfolio-link .portfolio-more:hover {
    background: rgba(254,209,54,.9); 
	  color: #FFF;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#blog .portfolio-item .portfolio-link .portfolio-more .portfolio-more-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
  
}


#blog .portfolio-item .portfolio-link .portfolio-more .portfolio-more-content i {
    margin-top: -12px;
}

#blog .portfolio-item .portfolio-link .portfolio-more .portfolio-more-content h3,
#blog .portfolio-item .portfolio-link .portfolio-more .portfolio-more-content h4 {
    margin: 0;
}



@media(max-width:767px) {
	#blog .post-head .attached {
	max-width: 500px;
	margin: 0 auto;
	}

	
	#blog .post {
	 max-width: 500px;
	 margin: 0 auto;
	}
	
#blog .post p {
	font-size:14px;
	margin-left:20px;
	}
	
#blog .post h3 {
	
	margin-left:20px;
	font-size:24px
	}

	
}

@media (min-width: 768px) {
#blog .post p {
	font-size:14px;
	margin-left:-20px;
	}
	
#blog .post h3 {
	
	margin-left:-20px;
	font-size:24px
	}
  }

@media (min-width: 992px) {
 #blog .post p {
	font-size:12px;
	margin-left:-20px;
	
	}
	#blog .post h3 {
	
	margin-left:-20px;
	font-size:16px
	}

  }

#portfolio .section-heading a {
	color:#666;
}


#portfolio .section-heading a:hover {
	color:#FED136;
}


#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 500px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(254,209,54,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}

#portfolio .portfolio-item .portfolio-link .portfolio-more {
    position: absolute;
    width: 100%;
    height: 100%;
	  color: #FF0070;
    
   
}

#portfolio .portfolio-item .portfolio-link .portfolio-more:hover {
    background: rgba(254,209,54,.9); 
	  color: #FFF;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .portfolio-more .portfolio-more-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
  
}


#portfolio .portfolio-item .portfolio-link .portfolio-more .portfolio-more-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-more .portfolio-more-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-more .portfolio-more-content h4 {
    margin: 0;
}













#portfolio .portfolio-item .portfolio-caption {
    margin: 0 auto;
    padding: 20px;
    max-width: 500px;
    text-align: center;
    background-color: #fff;
    height:80px;
    overflow:hidden;
    text-overflow:ellipsis;; 
}

#portfolio .portfolio-item .portfolio-caption h4 {
    margin: 0;
    text-transform: none;
	font-family: "Raleway","Helvetica Neue",Helvetica,Arial;
	font-weight:300;
	font-size: 14px;
}

#portfolio .portfolio-item .portfolio-caption p {
    margin: 0;
    font-family: "Raleway","Helvetica Neue",Helvetica,Arial;
    font-size: 11px;
	}

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

#info .section-heading {
    padding-bottom:70px;
}
#info .btn-xs {
	border-radius:50%;
	margin-top: 1px;
	margin-right: 10px;
	margin-bottom: 10px;
	}


#info .post .no-tit-spacer {
	height:10px;
	}
	

#info .post-head h2 {
	font-weight:600;
	font-size:24px;
	margin-top:0;
	
	}
	
#info .post-head .attached {
	margin-bottom:0;
	padding-bottom: 2px;
	border-bottom-width:15px;
	border-bottom-style: solid;
	border-bottom-color:#666;
	color:#666;
	
	}

#info .post {
	background-color:#FFF;
	}
	
#info .post p {
	margin-left:-20px;
	font-size:12px;
	padding-right:20px;
	color:#666;
	}
	
#info .post h3 {
	margin-top:20px;
	margin-bottom:5px;
	margin-left:-20px;
	padding-right:20px;
	font-size:16px
	}

#info .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 500px;
}

#info .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(254,209,54,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#info .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}

#info .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#info .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}

#info .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#info .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}

.social-list ul {
	margin-top:10px;
	padding-left:10px;
	}

.social-list li {
	padding-bottom:3px;
	font-size:16px;
	list-style-type:none;
	}
	
#info .post .statement p {
		margin-left:10px;
		font-size:14px;
		
		}


@media(max-width:767px) {
	#info .post-head .attached {
	max-width: 500px;
	margin: 0 auto;
	}

	
	#info .post {
	 max-width: 500px;
	 margin: 0 auto;
	}
	
#info .post p {
	font-size:14px;
	margin-left:20px;
	}
	
#info .post h3 {
	
	margin-left:20px;
	font-size:24px
	}

	
}

@media (min-width: 768px) {
#info .post p {
	font-size:14px;
	margin-left:-20px;
	}
	
#info .post h3 {
	
	margin-left:-20px;
	font-size:24px
	}
  }

@media (min-width: 992px) {
 #info .post p {
	font-size:12px;
	margin-left:-20px;
	
	}
	#info .post h3 {
	
	margin-left:-20px;
	font-size:16px
	}

  }


#subscribe h2.section-heading {
	margin-bottom:10px;
}

#subscribe h4 {
	margin-top:80px;
	text-align:center;
	font-weight:300;
	font-size:36px;
}
#subscribe h5 {
	margin-top:0;
	text-align:center;
	font-weight:300;
	font-size:18px;
}
section#subscribe .form-group {
    margin-bottom: 25px;
}

section#subscribe .form-group input,
section#subscribe .form-group textarea {
    padding: 20px;
}
section#subscribe .form-group input.form-control {
    height: auto;
}

section#subscribe .form-group textarea.form-control {
    height: 236px;
}

section#subscribe .form-control:focus {
    border-color: #fed136;
    box-shadow: none;
}

section#subscribe::-webkit-input-placeholder {
    text-transform: uppercase;    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#subscribe:-moz-placeholder {
    text-transform: uppercase;    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#subscribe::-moz-placeholder {
    text-transform: uppercase;    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#subscribe:-ms-input-placeholder {
    text-transform: uppercase;    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}







#contact {
	padding-bottom:70px;
}


section#contact {
    background-color: #222;
    background-position: center;
    background-repeat: no-repeat;
}

section#contact .section-heading {
    color: #fff;
}

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 236px;
}

section#contact .form-control:focus {
    border-color: #fed136;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact .text-danger {
    color: #e74c3c;
}



footer {
    padding-top: 20px;
	padding-bottom: 10px;
    text-align: center;
}

footer span.copyright {
    text-transform: none;
font-size:12px;
color:#666;
line-height: 30px;
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    font-family:  "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li .fa {
    line-height: 2;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #222;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #FF0070;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}



body {
    webkit-tap-highlight-color: #82E6FF;
}

/* vertical alignment styles */

.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

/* columns of same height styles */

.row-full-height {
  height: 100%;
}
.col-full-height {
  height: 100%;
  vertical-align: middle;
}
.row-same-height {
  display: table;
  width: 100%;
  /* fix overflow */
  table-layout: fixed;
}
.col-xs-height {
  display: table-cell;
  float: none !important;
}

@media (min-width: 768px) {
  .col-sm-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 992px) {
  .col-md-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .col-lg-height {
    display: table-cell;
    float: none !important;
  }
}

.portfolio-spacer {
	width:100%;
	height:60px;}
	
#portfolio h2.section-heading2 {
	margin-bottom:10px;
	margin-top:0;
	font-size: 36px;
}
@media (max-width: 767px) {
#portfolio h2.section-heading2 {
	font-size: 24px;
}
	
}
.blog-head {
		background-attachment: scroll;
	background-position: center top;
	background-repeat: none;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	margin:0;
	
}
/*WIDE SCREEN SUPPORT*/
@media screen and (min-width: 769px) { 
    .blog-head-main {
        background-image: url('img/web-head-nick-ward-online4.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 0;
        padding-top: 37%; /* (img-height / img-width * container-width) */
                    /* (853 / 1280 * 100) */
    }
}

/*MOBILE SUPPORT*/
@media screen and (max-width: 768px) {
    .blog-head-main {
        background-image: url('img/web-head-nick-ward-online4.jpg');
        background-size: contain;
        background-repeat: no-repeat;
        width: 100%;
        height: 0;
        padding-top: 37%; /* (img-height / img-width * container-width) */
                    /* (853 / 1280 * 100) */
    }
}


.blog-head .intro-text {
	padding-top: 100px;
	padding-bottom: 50px;
}


.intro-post {
	font-family: "Raleway","Helvetica Neue",Helvetica,Arial;
	font-size:1.1em;
	color:#666;
}
.intro-post p {
	font-size:1.1em;
	
}
.intro-post strong {
	font-size:1.1em;
	
}

.blog-head .intro-text .intro-heading h1 {
    margin-bottom: 40px;
    text-transform: uppercase;
    font-family:  "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 54px;
}
.blog-head .intro-text .intro-heading h1 a {
    color:#fff;
}
.blog-head .intro-text .intro-heading h1 a:hover {
    color:#FF0070;
}
.image {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	text-indent: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	width:100%;
	overflow:hidden;
}
.image img {
	display: block;
  height: auto;
  max-width: 100%;
}
.tags {
	 text-transform: uppercase;
	  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	  padding-bottom:10px;
	  
}
.sidebar {
	text-align:left;
}

.sidebar ul {
	list-style-type: none;
}
.search {
	text-align:left;
	padding-bottom:10px;
	
}
.sidebar-section {
	border-bottom:1px;
	border-bottom-color:#999;
	border-bottom-style:dashed;
	margin-bottom:20px;
}

.blog-post {
	background:#fff;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:40px;
	overflow:hidden;
}
.blog-post h1 {
	margin-top:6px;
	margin-bottom:10px;
	font-size:30px;
}
.meta {
    font-weight: normal;
    font-size: 10px;
    line-height: 16px;
    color: #AAA;
    padding: 10px;
    border-top: 1px dashed #BBB;
    margin-top: 10px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.more {
	margin-top:40px;
}

@media(max-width:767px) {
.more {
	margin-bottom:40px;
}
}
.align-right {
	text-align:right;
}
.blog-post-head .attached {
	margin: 0 auto;
	}
	
	.blog-post-head  h2 {
	font-weight:600;
	font-size:24px
	
	}
	
.blog-post-head  .attached {
	margin-bottom:0;
	padding-bottom: 2px;
	border-bottom-width:15px;
	border-bottom-style: solid;
	border-bottom-color:#666;
	color:#666;
	
	}
	.blog-post-head  .attached a {
	color:#666;
	display:block
	
	}
	.blog-post-head  .attached a:hover {
	border-bottom-color:#FED136;
	color:#FED136;
	display:block
	
	}
#page-title h2.section-heading2 {
	margin:0;
	font-size: 36px;
}
#page-title
{
	margin:0;
	padding-top:200px;
	padding-bottom:0;
}
#page-title h3.section-subheading {
    margin: 0;
	padding-top:10px;
    text-transform: none;
    font-family: "Raleway","Helvetica Neue",Helvetica,Arial;
    font-size: 16px;
    font-weight: 300;
}

.alignright {
	float:right;
}
.alignleft {
	float:left;
}

@media(min-width:768px) {
    .blog-head .intro-text {
        padding-top: 200px;
        padding-bottom: 100px;
    }

.bg-fade{
	
}
    .blog-head .intro-text .intro-heading h1 {
        margin-bottom: 80px;
        text-transform: uppercase;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size:75px;
        font-weight: 700;
        line-height: 80px;
		padding-left:20px;
		padding-right:20px;
    }
	
	.intro-post {
	font-family: "Raleway","Helvetica Neue",Helvetica,Arial;
	font-size:1.2em;
	text-align:left;
	padding-left:20px;
	border-left-width:4px;
	border-left-style: solid;
	border-left-color:#666;
	color:#666;
	overflow:hidden;
	
}
.intro-post p {
	font-size:1.2em;
	
}
.intro-post strong {
	font-size:1.2em;
	
}
.sidebar {
	text-align:right;
}

.sidebar-section {
	border-bottom:1px;
	border-bottom-color:#999;
	border-bottom-style:dashed;
	margin-bottom:20px;
	padding-bottom:10px;
}

.search {
	text-align:right;
	padding-bottom:10px;
	
}
	
}

.sd-title {
	border:transparent;
}

.test {
	color: #FF0070;
	padding-bottom:25px;
}