/*
Theme Name: The HTML5 Reset Theme
Theme URI: http://html5reset.org
Description: A style-free theme to get you started on an HTML5-based WordPress theme of your own.
Author: Monkey Do! + @ckhicks
Author URI: http://monkeydo.biz
Version: 2.0
License: BSD 2-Clause
License URI: http://opensource.org/licenses/bsd-license.php
*/

/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/

/* A Linux- and Windows-friendly sans-serif font stack: http://prospects.mhurrell.co.uk/post/updating-the-helvetica-font-stack */
body {font: 13px Helmet, Freesans, sans-serif;}

/* Using local fonts? Check out Font Squirrel's webfont generator: http://www.fontsquirrel.com/tools/webfont-generator */

/* We like off-black for text. */
body, select, input, textarea {color: #333;}

a {color: #03f;}
a:hover {color: #69f;}

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;}

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;}

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

/* Mozilla dosen't style place holders by default */
input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }


/* And here begins the WordPress fun.
-------------------------------------------------------------------------------*/

#wrapper {width: 960px; margin: 20px auto;}


/* Print styles!
-------------------------------------------------------------------------------*/
@media print {

}


/* Media queries!
-------------------------------------------------------------------------------*/

/* Always do mobile-first, and consider using em units: http://blog.cloudfour.com/the-ems-have-it-proportional-media-queries-ftw

@media screen and (min-width: 480px) {

} */








/*!
 * 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: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
}


/* Preloader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should be a color other than white */
	z-index:9999; /* makes sure it stays on top */
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally on the screen */
	top:50%; /* centers the loading animation vertically on the screen */
	background-image:url(_/img/status.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}

.dimm{
	opacity:0.7;
}

.orange{
	
	color:#ff9600;
	
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #ff9600;
}


.support_bs {
    background: #fff;
    padding: 30px;
}

#wpspLoginAndSignUpDiv {
    border: 0px solid gray!important;
}
#wpspLoginAndSignUpDiv input[type="text"], #wpspLoginAndSignUpDiv input[type="password"]{
	padding: 10px;
}
#wpspLoginSubmit{
	margin-bottom:20px;
}




p {
    font-size: 14px;
    line-height: 1.75;
}

p.large {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #ff9600;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #ff9600;
}

p{
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:1.1em;
	line-height:1.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #f1f1f1;
}

.bg-light-blue {
    background-color: #f7f7f7;
}

.bg-darkest-gray {
    background-color: #222;
}

.btn-primary {
    border-color: #ff9600;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #ff9600;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #ff9600;
    color: #fff;
    background-color: #ff9600;
}

.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: #ff9600;
    background-color: #ff9600;
}

.btn-primary .badge {
    color: #ff9600;
    background-color: #fff;
}

.orangebtn{
	background:#ff9600!important;
	border: 0;
}

.btn-xl {
    padding: 20px 40px;
    border-color: #ff9600;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #ff9600;
	border: 0;
	transition: all 0.3s;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #ff9600;
    color: #fff;
    background-color: #ff9600!important;
	padding: 20px 60px;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #ff9600;
    background-color: #ff9600;
}

.btn-xl .badge {
    color: #ff9600;
    background-color: #fff;
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
	
	background:#fff;
	
}
.navbar-default {
    border-color: #fff;
    background-color: #222;
	border-bottom:3px solid #ccc
}

.navbar-default .navbar-brand {
    font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;
    color: #ff9600;
	padding: 0px 15px
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #ff9600;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
    border-color: #ccc;
    background-color: #ccc;
	position:absolute;
	right: 10px;
	top:10px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ff9600;
}

.navbar-default .nav li a {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    color: #222;
	font-size:1.1em
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #ff9600;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    background-color: #ff9600;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #ff9600;
}


header {
    text-align: center;
    color: #fff;
/*     background-attachment: scroll;
    background-image: url(_/img/header-bg.jpg);
    background-position: center center;
    background-repeat: none; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;*/
	
	
    background-attachment: scroll;
    background-image: url(_/img/dotted.png);
    background-position: center center;
    background-repeat: none; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .container{
}

header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
}

.lead {
    margin-bottom: 0px;
}

header .intro-text .intro-lead-in {
    margin-bottom: 0px;
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 22px;
    font-style: italic;
    line-height: 22px;
}

header .intro-text .intro-heading {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 50px;
}



section {
    padding: 100px 0;
}

section h2.section-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 40px;
}
	.section-heading{
		font-size:1.5em;
		margin-top:10px;
		margin-bottom:10px;
	}

section h3.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}


.service-heading {
    margin: 15px 0;
    text-transform: none;
}

#portfolio {
	
	
}
#portfolio h3{
	
	
}
#portfolio .container{
	
	
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
	border:1px solid #fff;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: auto;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0,0,0,0);
    -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;
	display:none!important;
}

#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-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
    background-color: #fff;
	display:none;
}

#portfolio .portfolio-item .portfolio-caption h4 {
    margin: 0;
    text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
    margin: 0;
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}


#portfolio .portfolio-item{
	display:inline-block;
    border:0;
    position: relative;
    -webkit-transition: all 300ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 300ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 300ms ease-in;
    -moz-transform: scale(1);
    transition: all 300ms ease-in;
    transform: scale(1);   
    z-index: 2;
}
#portfolio .portfolio-item:hover{

    box-shadow: 0px 0px 100px #000000;
    -webkit-transition: all 300ms ease-in;
    -webkit-transform: scale(1.2);
    -ms-transition: all 300ms ease-in;
    -ms-transform: scale(1.2);   
    -moz-transition: all 300ms ease-in;
    -moz-transform: scale(1.2);
    transition: all 300ms ease-in;
    transform: scale(1.2); 
    z-index: 999!important;
}


#portfolio * {
    z-index: 2;
}











#about img.icon{
	
	width:20%!important;
	float: left;
	margin-right:10px;
	
}


.showcase .div-img{
	min-height:100px;
	padding: 0;
	text-align:center;
	color:#fff;
	position:relative;
	z-index:1;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}
.showcase #sc1{
	background: transparent url("_/img/Our-Team-Callumcreative.jpg") center center no-repeat
}

.showcase #sc2{
	background: transparent url("_/img/Our-Mission-Callumcreative.jpg") center center no-repeat
}
.showcase #sc3{
	background: transparent url("_/img/Our-Capabilities-Callumcreative.jpg") center center no-repeat
}
.showcase #sc4{
	background: transparent url("_/img/Our-Inspiration-Callumcreative.jpg") center center no-repeat
}

.showcase > div{
	transition: background 1s;
}
.showcase > div:hover{
	background-position: center top!important
}

.showcase .showcase-content{
	padding:17% 12%;
	min-height:340px;
	
}

/********************************/










.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #f1f1f1;
}

.timeline>li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    border: 7px solid #f1f1f1;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #ff9600;
}

.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
}

.timeline .timeline-heading h4.subheading {
    text-transform: none;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
}


@media(min-width:992px) {
    .timeline>li {
        min-height: 150px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }

    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}

@media(min-width:1200px) {
    .timeline>li {
        min-height: 170px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px;
    }

    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 40px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px;
    }
}

.team-member {
    margin-bottom: 50px;
    text-align: center;
}

.team-member img {
    margin: 0 auto;
    border: 7px solid #fff;
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}

.team-member p {
    margin-top: 0;
}

aside.clients img {
    margin: 50px auto;
}

section#contact {
    background-color: #222;
    background-image: url(_/img/map-image.png);
    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: #ff9600;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact .text-danger {
    color: #e74c3c;
}

.boxedphone{
	
	background:#c47e1b;
	background:#936625;
	background:transparent;
	border:3px solid #fff;
	color:#fff;
	width:30%;
	margin: 0 auto;
	font-size:2em;
}

footer {
    padding: 25px 0;
    text-align: center;
	background:#222222;
	background:#1f1f1f;
	color:#999;
	font-size:13px;
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 20px;
	margin-top:10px;
	display:inline-block;
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 20px;
}

#contact{
	
	color:#fff;
	
}

.wpcf7-not-valid-tip{
	display:none!important
}
.help-block{
	color:red!important;
}

ul.social-buttons {
    margin-bottom: 0;
}

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;
	border:1px solid #777;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #ff9600;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}




::-moz-selection {
    text-shadow: none;
    background: #ff9600;
}

::selection {
    text-shadow: none;
    background: #ff9600;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #ff9600;
}

#calltoact{
	padding: 80px 0 100px;
	color:#fff;
	

	
}
#calltoact .btn{
	border:5px solid #fff;	
	margin-top:20px;
	background:transparent
}

#calltoact .btn:hover{
	border:5px solid #ff9600;	
	background:#ff9600;
}





#testimonial{
	/* 
	background:#ececec; */
	
}


.carousel-control.left,.carousel-control.right  {background:none;width:25px;}
.carousel-control.left {left:-25px;}
.carousel-control.right {right:-25px;}


.carousel-inner .item > div > .block-text{
	
	min-height:350px;
	
}

.block-text {
    background-color: #fff;
    border-radius: 3px;
    color: #626262;
    font-size: 14px;
    margin-top: 27px;
    padding: 25px 25px 20px;
	min-height:320px
}
.block-text a {
    font-size: 20px;
    font-weight: bold;
    line-height: 21px;
    text-decoration: none;
}
.block-text p {
    color: #585858;
    line-height: 20px;
    margin-top: 20px;
}


.person-text {
    padding: 10px 0 0;
    text-align: center;
    z-index: 2;
}
.person-text a {
    display: block;
    font-size: 14px;
    margin-top: 3px;
}
.person-text i {
    font-size: 13px;
}












.multiform label{
	padding:5px 0;
}

.multiform textarea{
	height:120px;
}
.multiform p{
	display:block;
	clear:both;
}

.multiform hr{
	margin:20px 0 20px;
}
.multiform h2.sectiontitle{
	font-size:2em;
	text-align:center;
	margin:30px 0 40px;
	color:#FF8400
}
.multiform h3.linetitle{
	border-bottom:1px solid #ddd;
	margin:30px 0 40px;
}
.multiform h3.linetitle span{
	position:relative;
	bottom:-10px;
	background:#f7f7f7;
	background:#fff;
	padding-right:10px;
	font-size:1.5em;
}
.multiform h2{
	font-size:1.3em;
	margin-bottom:20px;
}

.multiform span.wpcf7-list-item{
	display:block;
}

.multiform .wpcf7-form-control.wpcf7-textarea,
.multiform .wpcf7-form-control.wpcf7-text{
	    display: block;
    width: 100%;
    padding: 6px 12px;
	margin: 5px 0 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}



.multiform .wpcf7-form-control.wpcf7-previous,
.multiform .wpcf7-form-control.wpcf7-submit{
	max-width:200px;
    padding: 20px 20px;
    border-color: #ff9600;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #ff9600;
    border: 0;
	text-decoration:none;
	
}
.multiform .wpcf7-form-control.wpcf7-previous{
    background-color: #999;	
	margin-right:10px;
}
.multiform .req{
    color:red
}

span.wpcf7-not-valid-tip{
	position:relative;
	top:-10px;
}


div.wpcf7-response-output{
    font-size: 1.2em;
    margin: 3em 0.5em 4em;
    padding: 1em;
    text-align: center;
}

.multiform .indent label{
	position:relative;
	left:30px;
}

.beenclient{
	float:left;
	margin-right:30px;
	z-index:2
}






.hidebtn{
	padding:20px 10px;
	text-align:center;
	background:#ddd;
	margin-bottom:10px;
	transition: all 0.5s;
	color:#333;
	border:2px solid #fff;
	min-height:100px;
}
.hidebtn .fa{
	font-size:3em;
}
.hidebtn *{
	opacity: 0.7
}
.hidebtn.active{
	color:#fff;
}
.hidebtn.active#togglewebsite{
	background:#9d5da6;
}
.hidebtn.active#togglehosting{
	background:#316c9a;
}
.hidebtn.active#togglebranding{
	background:#317c3d;
}
.hidebtn.active#togglesocialm{
	background:#c3a032;
}
.hidebtn.active#toggleseo{
	background:#b41b1b;
}
.hidebtn.active#togglemarket{
	background:#ff9000;
}

.hidebtn:hover{
	border:2px solid #FF8400;
}
.hidebtn.active:hover{
	border:2px solid #fff;
}


.hidebtn.active h3,
.hidebtn.active .fa{
	opacity: 1	
}

#submitbtn span,
.tohide-inner,
.tohide{
	display:none;
}


.whitewrap,
.tohide{
	background:#fff;
	padding:20px;
	border:1px solid #ddd;
	border-radius:5px;	
	margin-bottom:20px;
}


.multiform label {
    font-family:'droid sans';
	font-size:0.95em;
	line-height:1.3em;
}






.bluelogin{
	width:50%;
	margin: 0 auto;
}

.form_login{
	width: 90%!important;
	margin-bottom:50px;
	margin-left: 0!important;
}
#Clogin{

}


.form_login #Clogin input{
	width: 100%;
	padding:10px;
}
.form_login #Clogin label{
	padding:5px 0px 5px;
	width: 100%;
}

.form_login #Clogin #CRemember{	
	width: auto!important;
	padding:0px;
}
.form_login #Clogin #subimg{	
	width: 100px!important;
	padding:10px;
}














.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}