body {overflow-x: hidden;}

.page-id-7 .row-parallax-bg .parallax-wrapper .parallax-bg-element {
	    background-position: 50% 100%;
}

@media only screen and (max-width: 767px) {
	.col2 {
		width: 100% !important;
	}

}

.left {
	float:left;
}

.right{
	float:right;
}

/* OUR PEOPLE PAGE */
.eachPerson {width:100%; padding:0px 0px 20px 0px; margin:0px;}
.eachPerson img {float:left; margin:0px; padding:0px;}
.eachPerson h3 {padding:0px 0px 3px 0px; margin:0px;}
.eachPerson h5 {font-size:13px; line-height:17px;}
.personsInfo {float:right; width:520px; padding:0px; margin:0px;}

/* Contact PAGE */
.greybox {
    /*background: #ddd; */
    margin-bottom: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 20px;
    /*
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2);
    */
    position: relative;
}

.col1 {
    width: auto;
	max-width: 100%;
    margin: 0 3% 20px 0 !important;
    float: left;
}

.col2 {
    width: 60%;
    margin: 0 3% 20px 0 !important;
    float: left;
}

/* PORTFOLIO PAGE */
.webgallery .text {
    float: right;
    width: 30%;
}
.webgallery h3 {
    font-size: 16px;
    line-height: 1.2;
    margin: 0 0 5px;
	font-family: "Noto Sans",sans-serif;
}
.webgallery {
    background: white none repeat scroll 0 0;
    border: 7px solid white;
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    float: left;
    margin: 0 1% 10px 0;
    min-height: 165px;
    overflow: hidden;
    position: relative;
    width: 49%;
}
.webgallery .button {
    bottom: 0;
    font-size: 13px;
    line-height: 1.2;
    padding: 3px 8px 4px;
    position: absolute;
    right: 0;
	background-color: #e6a76a;
    color: #fff;
    display: inline-block;
	border: medium none !important;
    border-radius: 5px;
    font-family: "Open Sans";
    font-weight: 700;
    margin: 5px 0;
    overflow: hidden;
    text-transform: uppercase;
    transition: color 0.25s ease-out 0s, background-color 0.25s ease-out 0s;
}
.webgallery a.popup {
    display: inline-block;
    max-height: 200px;
    overflow: hidden;
    width: 65%;
}

/* Consultation link */
#freeConsult {
    background: #1B96ED none repeat scroll 0 0;
    display: block;
}
#freeConsult {
    cursor: pointer;
    height: 143px;
    position: fixed;
    right: 1px;
    bottom: 0;
    transition: all 1.2s ease-in-out 0s;
    width: 166px;
    z-index: 400;
}
#freeConsult .toggleClose {
    background: rgba(0, 0, 0, 0) url("/assets/Uploads/whitecross.png") no-repeat scroll right top;
    display: block;
    height: 20px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-indent: -999em;
    top: 0;
    width: 20px;
    z-index: 100;
}
#freeConsult .speechBubble {
    background: rgba(0, 0, 0, 0) url("/assets/Uploads/spritemap.png") no-repeat scroll -36px -63px;
    display: block;
    height: 36px;
    margin: 20px auto 0;
    width: 44px;
}
#freeConsult h6 {
    border-bottom: medium none;
    color: #fff;
    display: block;
    font-size: 1.125em;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
}
#freeConsult h6 span {
    font-size: 1.875em;
}

/* SERVICES */
.iphone {
    background-image: url("/2014/img/flat-iphone.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 811px;
    margin: 0 -100px;
    position: relative;
    width: 387px;
}

.iphone .screen {
    border: 5px solid rgba(0, 0, 0, 0.1);
    height: 70%;
    left: 8%;
    overflow: hidden;
    position: absolute;
    top: 15.2%;
    width: 84%;
}

.iphone iframe {
    background: #000 none repeat scroll 0 0;
    border: medium none;
    height: 100%;
    overflow-y: scroll;
    width: 100%;
}

/* Forms */
#FormWrap {
    background: #f5f5f5 none repeat scroll 0 0;
    padding: 30px 4.6%;
}
.middleColumn {
	max-width: 1060px;
}

.dropdown label{
	float: none;
}
div.field {
  margin-bottom: 15px;
}

.checkboxset legend{
	display: inline-block;
    margin-bottom: 5px;
    max-width: 100%;
	font-weight: bold;
	font-size: 15px;
	color: #6d6d6d;
}

.middleColumn input[type="text"], input[type="email"], input[type="password"], input[type="file"]{
	border: 1px solid #e4e4e4;
    border-radius: 6px;
    color: #666;
    padding: 10px 2%;
    width: 99%;
}

.middleColumn select {
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    color: #666;
    height: 45px;
    padding: 10px 2%;
    width: 20%;
}

.middleColumn textarea{
	border: 1px solid #e4e4e4;
    border-radius: 6px;
    color: #666;
    padding: 10px 2%;
    width: 99%;
}
.middleColumn span {
	color: red;
}

.middleColumn ul {
    display: block;
    margin: 0;
    padding-left: 20px;
    width: 100%;
}

.middleColumn ul li {
    display: block;
    list-style: outside none none;
    margin: 0;
    padding: 0 0 8px;
    width: 100%;
}

.middleColumn ul li label{
	padding-left: 5px;
}

.middleColumn ul li input[type="checkbox"], .middleColumn ul li input[type="radio"], .middleColumn ul li label {
    display: inline;
    float: none;
    margin: 0;
}

#UserForm_Form_action_process {
	background: #1b96ed none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Century Gothic",sans-serif;
    font-size: 1.1em;
    font-weight: 700;
    outline: medium none;
    padding: 12px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: baseline;
	margin-top: 20px;
}
#UserForm_Form_action_process:hover {
	background: #2D9FEE none repeat scroll 0 0;
}
/* Pagination */
.pagination {
  text-align: center;
  padding: 15px 0;
  border-top: 1px solid #e4e4e4;
  margin-top: 20px;
  display: inline-block;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.pagination ul {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0 5px;
}
.pagination ul > li {
  display: inline-block;
  width: 48px;
  height: 43px;
  text-align: center;
  line-height: 43px;
  float: left;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -ms-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  font-size: 12pt;
  border: 1px solid #e4e4e4;
}
.pagination ul > li a {
  display: block;
  width: 48px;
  height: 43px;
  color: #74777c;
}
.pagination ul > li a:hover,
.pagination ul > li a:focus {
  text-decoration: none;
}
.pagination ul li:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.pagination ul li:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination ul li:hover,
.pagination ul li.active {
  background-color: rgba(50, 72, 92, 0.05);
}
.pagination #previous,
.pagination #next {
	width: 100%;
	margin-bottom: 5px;
}
.pagination #previous li,
.pagination #next li {
	float: none;
}

/* HomePage*/
/*
.vc_single_image-img {
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
*/

.VideoBlock {
    max-width: 70%;
    width: auto;
}

.one-third {
	float: left;
	max-width: 100%;
	width: auto;
}

.two-thirds {
	float: left;
	max-width: 70%;
	width: auto;
}


/* TESTIMONIALS PAGE */

.quote::before {
    border-color: #2D9FEE transparent transparent;
    border-style: solid;
    border-width: 20px 50px 0 0;
    bottom: -20px;
    content: "";
    height: 0;
    position: absolute;
    right: 30%;
    width: 0;
}

.quote {
    background: #2D9FEE none repeat scroll 0 0;
	color: white;
    border-radius: 20px;
    display: inline-block;
    padding: 20px;
    position: relative;
}

.tm:nth-child(2n) {
    margin-left: 10%;
}

.tm {
    margin-bottom: 20px;
    position: relative;
	max-width: 600px;
}

.tm .smalltext {
    color: #98918a;
    display: block;
    font-size: 0.8em;
    margin-top: 5px;
	border: medium none;
    position: relative;
    z-index: 1;
}

/* VIDEO PRODUCTION */
.video-list li {
    border: 1px solid black;
    float: left;
    height: 535px;
    margin: 15px 1.052%;
    padding: 20px;
    width: 30.702%;
}

/* Navigation Extras */
.menu-extras-Phoneblock {
    float: right;
    margin-right: 10px;
    position: relative;
    z-index: 20;
}
#Consultation {
	background: #053290 none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Century Gothic",sans-serif;
    font-size: 1.1em;
    font-weight: 700;
    outline: medium none;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: baseline;
	margin-bottom: 10px;
}
#Consultation:hover {
	background: #2D9FEE none repeat scroll 0 0;
}
#topnav .phoneno {
	color: #fff;
	text-align: center;
    font-size: 20px;
    line-height: 20px;
    margin: 4px;
}
#topnav.stick .phoneno {
    color: #2d2d2d;
}

/* Sliders */
.getStartedText {
    border: 2px solid #1B96ED;
    color: #393939;
    display: inline-block;
    font-size: 1.75em;
    line-height: 1.3em;
    padding: 5px;
    vertical-align: middle;
	margin-bottom: 10px;
}
.getStartedButton {
	background: #1b96ed none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Century Gothic",sans-serif;
    font-size: 1.1em;
    font-weight: 700;
    outline: medium none;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: baseline;
	margin-bottom: 10px;
}
.getStartedButton:hover {
	background: #2D9FEE none repeat scroll 0 0;
}
#home-slider .container, .page-title .title {
    /*background-color: rgba(0, 0, 0, 0.5);*/
    border-radius: 20px;
    color: #fff;
    font-size: 3em;
    font-weight: 300;
    padding: 20px 50px;
    font-family: "Open Sans";
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5), 3px 3px 5px rgba(0, 0, 0, 0.5);
}
.SliderMiddle {
	font-size: 45px
}

/* PRINT PAGE */

.fr, .goright {
    float: left;
    margin-bottom: 10px;
    margin-left: 15px;
}

.fl, .goleft {
    float: left;
    margin-bottom: 10px;
    margin-right: 15px;
}

#sidebar {height:100%; float:left; padding:0px; margin:45px 0px 0px 0px;}
#sidebar ul li {text-decoration:none; display:block;}

.clearfix::after {
    clear: both;
    content: "";
    display: table;
}

.prices {
    text-align: right;
    display: block;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #eee;
    /* z-index: 10; */
}

.qty {
    text-align: left;
    float: left;
}

hr.shade {
    background-image: url(../../../assets/Uploads/print/hr.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 8px;
    width: 100%;
    border: none;
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
}

.bg-grey{background: #1d2428;}

#home-banner h1{
    text-align: center;
    color: #fff;}
#home-banner h1 span{
    display: inline-block;
    font-size: 24px;
    margin-top: 10px;}
#home-banner {
    padding-top: 30px;
    padding-bottom: 240px;
    text-align: center;
    position: relative;}
.img-decorator img{margin-top: -280px}
.img-decorator{
    padding: 0 30px;
    max-width: 1920px;
    text-align: center;
    position: relative;
    z-index: 11;
    margin: 45px auto 60px;}
.img-decorator .caption h2{font-size: 36px;}
.img-decorator .caption {
    max-width: 800px;
    margin: auto;}
.img-decorator .caption p {
    font-size: 18px;
    margin: 25px 0 0;}
#home-banner .btn{
    padding: 5px 30px;
    margin: 30px auto 0;}

.btn-trial:hover{color: #ffffff;}
.btn-trial,
.btn-trial:active{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fd1c39+0,cb1a2e+52,9a1423+100 */
    background: #fd1c39; /* Old browsers */
    background: -moz-linear-gradient(top, #fd1c39 0%, #cb1a2e 52%, #9a1423 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fd1c39 0%,#cb1a2e 52%,#9a1423 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fd1c39 0%,#cb1a2e 52%,#9a1423 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd1c39', endColorstr='#9a1423',GradientType=0 ); /* IE6-9 */
    color: #ffffff;
    border-radius: 5px;
    box-shadow: none;
    border: none;
    text-transform: capitalize;
    font-size: 16px;
    height: auto;
}

.freetrial-form{
    max-width: 700px;
    margin: auto;
    display: block;}
.field-holder{
    margin-bottom: 15px;
}
.field-holder textarea{
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    color: #666;
    padding: 10px;
    width: 100%;}
.field-holder input[type="radio"],
.field-holder input[type="checkbox"]{margin: 0;}
.field-holder input[type="text"],
.field-holder input[type="email"],
.field-holder input[type="password"],
.field-holder input[type="file"],
.field-holder select{
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    color: #666;
    padding: 10px;
    width: 100%;
    outline: 0;}

.btn-box{
    background: #1b96ed none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Century Gothic",sans-serif;
    font-size: 1.1em;
    font-weight: 700;
    outline: medium none;
    padding: 12px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: baseline;
    margin-top: 20px;
}
.middleColumn select{width: 99%;}
.middleColumn > .odd,
.middleColumn > .even{
    display: inline-block;
    margin: 0 10px 15px 0;}
.middleColumn > .odd input,
.middleColumn > .odd label,
.middleColumn > .even input,
.middleColumn > .even label{
    display: inline-block;
    margin: 0;}

.freetrial-form .userformsgroup{
    padding: 8px 20px;
    margin-bottom: 30px;}
.freetrial-form .optionset legend{
    font-size: 15px;
    color: #6d6d6d;
    margin-bottom: 5px;
    border: none;
}
.freetrial-form select{width: 100%;}

/* MEDIA */
@media (max-width: 1450px) {

    .img-decorator img {
        margin-top: -200px;
    }
    #home-banner{padding-bottom: 180px;}
}

@media (max-width: 1199px) {

	.one-third {
		float: none;
		text-align: center;
	}

	.two-thirds{
		max-width: 100%;
		margin-left: 0px;
		text-align: center;
	}
    #home-banner{padding-bottom: 100px;}
    .img-decorator img {
        margin-top: -150px;
    }
}

@media (max-width: 1200px) {

	#freeConsult{
		display:none;
	}
	.SliderMiddle {
		font-size: 35px
	}
}

@media (max-width: 991px) {

	.SliderMiddle {
		font-size: 35px
	}
    #home-banner{padding-bottom: 100px;}

}
@media (max-width: 767px) {
    .menu-extras-Phoneblock{display: none;}
    #home-banner{padding-bottom: 0;}
    .img-decorator img{margin-top: 0;}
    .img-decorator{margin-top: 60px;}
    #home-slider .container, .page-title .title{
        margin-right: 15px;
        margin-left: 15px;
    }
    #home-slider .slide-wrap .slide-content h2{
        font-size: 40px;
    }
    #home-slider .slide-wrap .container{
        padding: 10px 0;
    }
}

@media (max-width: 518px) {
	.open-search-form{
		display: none;
	}
	.SliderMiddle {
		font-size: 25px
	}
}

@media (max-width: 460px) {
	.SliderMiddle {
		font-size: 15px
	}
	.menu-extras-Phoneblock {
		display:none;
	}
	#navigation {
		top: 72px;
	}
	#callnow {
		display: block !important;
	}
	#callnow .consultation {

	}
    #home-slider .slide-wrap .slide-content h2{
        font-size: 38px;
    }
}

@media (max-width: 1199px){
    .VideoBlock{ max-width:100%}
	.one-third{ margin: auto;width: 100%}
}

#home-slider .slide-content h2{
    font-size: 70px;
    font-weight: 300;
}

#topnav{
    background-color: rgba(34,34,37,0.6);
}
#home-slider .container, .page-title .title{
    padding: 10px 50px;
}
.celebrate{
    text-align: center;
    font-weight: 300;
    padding-bottom: 40px;
    color: #1B96ED;
}
#years{
    color:#fd8000;
}
