@charset "utf-8";
/* CSS Document */

body {
    width: 100%;
    height: 100%;
	background-color: #fff;
	font-family: 'proxima_nova_rgregular';
	font-weight: normal;
	color: #111;
}

html {
    width: 100%;
    height: 100%;
}

p{
	font-size: 16px;
	color: #111;
}

/** BTN **/
.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
	color: #fff;
}

.btn-normal{
	background: #ee8b20;
	color: #fff;
	font-size: 24px;
	border-radius: 50px;
	width: 270px;
	padding: 10px 0;
	-webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

@media(min-width:768px) {
	.btn-normal{
		padding: 10px 0;
	}
}

.btn-normal:hover,
.btn-normal:focus
.btn-normal:hover{
	background: #d67915;
	color: #fff;
}

/** NAV **/
.navbar-fixed-top .navbar-brand {
    padding: 0 15px;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    background-color: #000;
}

.navbar-custom  button{
	color: #ee8b20;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand img, .navbar-fixed-top.top-nav-collapse .navbar-brand img{
	width: 75%;
	margin-top: 10px;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255,255,255,.8);
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background: #ee8b20;
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}

@media(min-width:768px) {
    .navbar-fixed-top .navbar-brand {
        padding: 25px 0 0 20px;
		-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
	.navbar-fixed-top.top-nav-collapse .navbar-brand {
        padding: 5px 0 0 20px;
    }
	.navbar-custom .navbar-brand img, .navbar-fixed-top.top-nav-collapse .navbar-brand img{
		width: auto;
		margin-top: 0;
		-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
	}
	.navbar-custom {
        letter-spacing: 1px;
        background: 0 0;
		border-bottom: 1px solid rgba(255,255,255,.3);
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid rgba(238,139,32,1);
        background: #000;
    }
	.navbar-custom .nav li a {
		padding: 40px 0;
		margin-left: 42px;
		-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
	}
	.navbar-custom .nav li.active a {
		background: url(../img/nav-border-bottom.gif) bottom repeat-x;
	}
	.navbar-custom.top-nav-collapse .nav li a{
		padding: 20px 0;
	}
	.navbar-custom .nav li a:hover {
		color: #ee8b20;
	}
}

@media(min-width:767px) {
    .top-nav-collapse {
        padding: 0;
    }
}


/** CONTAINER **/

@media (min-width: 1200px){
	.container {
		width: 1000px;
	}
}

/** INTRO **/

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/intro-bg.jpg) no-repeat top center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
	font-family: 'proxima_nova_rgbold';
    font-size: 32px;
}

.intro .intro-body .intro-text {
    font-size: 18px;
	color: #fff;
}

@media(min-width:768px) {
    .intro {
        height: 580px;
        padding: 140px 0 0 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 48px;
		line-height: 62px;
	}
    .intro .intro-body .intro-text {
        font-size: 28px;
		margin-top: 40px;
    }
}

/** HEADER INNER **/
.inner-head {
    display: table;
    width: 100%;
    height: auto;
    padding: 80px 0 40px 0;
    text-align: center;
    color: #fff;
    background: url(../img/intro-inside-bg.jpg) no-repeat top center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.inner-head .inner-head-body {
    display: table-cell;
    vertical-align: middle;
}

.inner-head .inner-head-body .brand-heading {
	font-family: 'proxima_nova_rgbold';
    font-size: 32px;
}

.inner-head .inner-head-body .inner-head-text {
    font-size: 16px;
}

@media(min-width:768px) {
    .inner-head {
        height: auto;
        padding: 140px 0 40px 0;
		text-align: left;
    }

    .inner-head .inner-head-body .brand-heading {
        font-size: 48px;
		line-height: 62px;
	}
}


/** CALL TO ACTION **/
.call-to-action{
	padding: 60px 0;
	text-align: center;
}

.call-to-action .btn{
	width: 270px;
	float: none;
}

.call-to-action .btn img{
	vertical-align: top;
}

.call-to-action .btn span{
	display: inline-table;
	padding-top: 2px;
	padding-left: 20px;
}

@media(min-width:992px) {
    .call-to-action .btn{
		width: 325px;
		margin-top: 5px;
		float: left;
    }
}

/** PORTFOLIO **/
#portfolio{
	background: #ebebeb;
	padding-top: 20px;
	padding-bottom: 60px;
}

.portfolio-modal .modal-dialog {
}

@media (min-width: 768px){
	.portfolio-modal .modal-dialog {
		width: 900px;
		margin: 7% auto 0;
	}
}

#portfolio .section-heading{
	margin: 40px 0;
}

.section-heading{
	font-family: 'proxima_nova_rgbold';
	font-size: 30px;
}

video {
    width: 100%;
    height: auto;
}

.portfolio-item{
	margin-bottom: 30px;
}

.portfolio-link{
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.35);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.35);
}

.fully-centred-items {
    position: absolute;
    display: block;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    width: 0;
}

.play-icon{
	display: inline-block;
    width: 84px;
	-webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}

.portfolio-link:hover .play-icon{
	opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.portfolio-link img {
    width: 100%;
}

/** CREATE **/
#create .btn-normal{
	width: 270px;
}

#create p{
	color: #666666;
}

/** CONTACT **/
#contact{
	text-align: center;
}

@media (min-width: 768px){
	#contact{
		text-align: left;
	}
}

#contact-info {
	padding-bottom: 20px;
}

#contact-info h2{
	margin-bottom: 30px;
}

#contact-info span{
	display: block;
	float: left;
	font-size: 20px;
	color: #ee8b20;
}

#contact-info .contact-detail{
	margin-left: 45px;
	margin-top: 5px;
	color: #666666;
	text-align: left;
}

#contact .btn-normal{
	margin: auto;
}

/** FORMS **/
section.forms .form-group{
	margin-bottom:20px
}

section.forms .form-group input, section.forms .form-group select, section.forms .form-group textarea{
	padding:15px;
	border: 1px solid #cccccc !important;
	border-radius: 0;
	background: #f8f8f8;
}

section.forms .form-group input.form-control, section.forms .form-group select{
	height:auto
}

section.forms .form-group select, section option{
	font-size: 18px;
	color:#666666;
}

section.forms .form-group textarea.form-control{
	height:100px
}

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

section.forms ::-webkit-input-placeholder{
	font-size: 18px;
	color:#666666;
}

section.forms :-moz-placeholder{
	font-size: 18px;
	color:#666666;
}

section.forms ::-moz-placeholder{
	font-size: 18px;
	color:#666666;
}

section.forms :-ms-input-placeholder{
	font-size: 18px;
	color:#666666;
}

section.forms .text-danger{
	color:#e74c3c
}

/** SECTION FORMS **/
section.forms{
	padding: 40px 0 100px;
}

@media(min-width:768px) {
    section.forms .inner-text{
		width: 60%;
		margin: 0 auto 40px auto;
		text-align: center;
	}
}

/** SERVICES **/
#services {
	padding: 40px 0 60px;
	text-align: center;
}

#services p{
	font-size: 18px;
}

#services h2 {
	margin: 40px 0 20px;
}

#services h2 span {
	display: block;
	margin-bottom: 20px;
}

@media(min-width:768px) {
	#services {
		text-align: left;
	}
	#services h2 {
		text-align: left;
		margin: 30px 0 0 0;
	}
	#services h2 span {
		display: inline-block;
		margin-right: 20px;
	}
}

#other-services{
	border-top: 1px solid #e1e1e1;
	padding-top: 20px;
	margin-top: 30px;
}

/** FOOTER **/
footer {
    padding: 25px 0;
    text-align: center;
	background-color: #111111;
}
	
footer span.copyright {
	color: #999999;
	font-size: 14px;
    line-height: 40px;
    text-transform: uppercase;
    text-transform: none
}

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

ul.social-buttons li a {
    display: block;
    background-color: #ee8b20;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    color: #111111;
    outline: 0;
    -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: #959595;
	color: #fff;
}

@media(min-width:992px) {
	footer span.copyright {
		display: block;
		text-align: left;
	}
	ul.social-buttons {
		text-align: right;
	}
	ul.social-buttons li{
		text-align: center;
	}
}

/** SCROLL TOP **/
.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}