/* @override https://rgjones.co.uk/assets/css/additionals.css?v=5.2 */

/* @override https://rgjones.co.uk/assets/css/additionals.css?v=5.1 */

/* @override https://rgjones.co.uk/assets/css/additionals.css?v=5.1 */

/* @override https://rgjones.co.uk/assets/css/additionals.css?v=5 */

/* @override https://www.rgjones.co.uk/assets/css/additionals.css?v=3 */

/* @override http://rgjones2.detectivefiles.com/assets/css/additionals.css */

/* @override http://rgjones2.detectivefiles.com/assets/css/additionals.css */

/* Footer Logos START */

.footer_logos img {
	width: 80px;
	margin-right: 5px;
	margin-left: 5px;
}



/* Footer Logos END */



/* Blockquote2 START */



/* blockquote2 main style */
.blockquote2 {
    position: relative;
    max-width: 620px;
    margin: 20px auto;
    align-self: center;
}

/* blockquote2 header */
.blockquote2 h3 {
    font-family: Georgia, serif;
    position: relative; /* for pseudos */
    color: #418fde;
    font-size: 2.8rem;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    border: 2px solid #fff;
    border: solid 2px;
    border-radius:20px;
    padding: 25px;
}

/* blockquote2 right double quotes */
.blockquote2 h3:after {
    content:"";
    position: absolute;
    border: 2px solid #418fde;
    border-radius: 0 50px 0 0;
    width: 60px;
    height: 60px;
    bottom: -60px;
    left: 50px;
    border-bottom: none;
    border-left: none;
    z-index: 3;
	color: #418fde;
}

.blockquote2 h3:before {
    content:"";
    position: absolute;
    width: 80px;
    border: 6px solid #ffffff;
    bottom: -3px;
    left: 50px;
    z-index: 2;
}

/* increase header size after 600px */
@media all and (min-width: 600px) {
    .blockquote2 h3 {
        font-size: 3rem;
        line-height: 1.2;
   }

}

/* blockquote2 subheader */
.blockquote2 h4 {
    position: relative;
    color: #666666;
    margin: 0;
    padding-top: 15px;
    z-index: 1;
    margin-left:150px;
    padding-left:12px;
	line-height: 1.4;
	font-weight: bold;
	font-size: 22px;
}

 
.blockquote2 h4:first-letter {
  margin-left:-12px;
}


/* Blockquote2 END */


.headbanner1 {
position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 2em;
  background: center center / cover no-repeat;
  color: #FFF;
}

a.meettheteam5 {
	text-decoration: none;
}

a.meettheteam5:hover {
	text-decoration: none;
	color: #418fde;
}

.lead a {
	text-decoration: none;
	color: #418fde;
}

.blog-item-body a {
	text-decoration: none;
	color: #418fde;
}

.marketsclient1 ul li a {
	text-decoration: none;
	color: #418fde;
}



.hidecasestudy {
	display: none;
}


img.elizabeth-logo {
	float: right;
	width: 190px;
}




body{
	color: #444;
	font-size: 15px;
}


/* Page Loader */

.page-loader{
     display:block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fefefe;
    z-index: 100000;    
}

.loader {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;;
    margin: -20px 0 0 -20px;
    background-color: #418fde;
    text-indent: -12345px;
  
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%; 
    border-radius: 100%;  
  
    -webkit-animation: scaleout 1.0s infinite ease-in-out;
    animation: scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes scaleout {
  0% { -webkit-transform: scale(0.0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes scaleout {
  0% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 100% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}


/* Page Loader */



/* Contact Side */


.contactside {
	
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 10px;
	margin-bottom: 15px;
}


.contactside p {
	margin-bottom: 5px;
	font-size: 15px;
	color: #888;
}

.contactside p a{
	text-decoration: none;
	color: #888;
}

.contactside .sideicon {
	color: #418fde;
	width: 30px;
	text-align: center;
}

.contactside p.contactname {
	font-family: "Chantilly", arial, sans-serif;
	color: #418fde;
}

img.feat-icon1 {
	width: 55px;
}



.tpl-alt-tabs > li > a img.feat-icon1{
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}


.tpl-alt-tabs li.active a img,
.tpl-alt-tabs li.active img:hover{
	opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}

img.designlogos {
	-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
    opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier */
}

img.grey50 {
	-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.synco2 {
	width: 95px;
}






/* ==============================
   Alt features 1
   ============================== */

.alt-features-grid-1{
    margin-top: -70px;
}
.alt-features-item-1{
    margin-top: 70px;
}
.alt-features-icon-1{
    width: 64px;
    height: 64px;
    display: inline-block;
    font-size: 28px;
    line-height: 64px;
    color: #fff;
    background: #418fde;
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.alt-features-icon-1 img{
    width: 100%;
}
.alt-features-title-1{
    margin-bottom: 5px;
    font-size: 20px;
}
.alt-features-descr-1 {
    color: #777;
    font-size: 19px;
}

.alt-features-descr-1 a {
    color: #777;
    font-size: 19px;
	text-decoration: none;
}

/* Blog */


.blog-item-body h1,
.blog-item-body h2,
.blog-item-body h3,
.blog-item-body h4,
.blog-item-body h5,
.blog-item-body h6{
	color: #418fde;
}



.blog-item1 {
	padding: 0 25px 35px;
}

.blog-item1 div.post-prev-img div.date span.icon-calendar {
	color: #418fde;
	line-height: 32px;
}

.post-prev-img {
	margin-bottom: 15px;
}



.blog-intro-text {
	font-family: "Chantilly-Light", arial, sans-serif;
	font-weight: normal !important;
	text-transform: none;
	color: #606060;
	margin-bottom: 15px;
}

.post-prev-title a {
	font-size: 20px;
	text-transform: capitalize;
	letter-spacing: .05em;
	font-family: "Chantilly", arial, sans-serif;
}


.post-prev-img .date {
  position: absolute;
  top: 0;
  left: 20px;
  padding-top: 10px;
  background: #ffffff;
  height: 75px;
  width: 60px;
  text-align: center;
  z-index: 3;
}
.post-prev-img .date span {
  position: relative;
  display: block;
  z-index: 8888;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #646464;
  text-transform: uppercase;
}
.post-prev-img .date::before {
  position: absolute;
  content: "";
  z-index: 1;
  bottom: -30px;
  left: 0px;
  height: 60px;
  width: 60px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #ffffff;
}

.blog-item1 a.btn {
	color: #418fde;
	border: 1px solid #666666;
}


/* Blog Ends */

h5.widget-title {
	font-size: 20px;
}


.widget-posts img.widget-posts-img {
	margin-right: 15px;
}

.widget-posts .widget-posts-descr a {
	font-size: 15px;
	line-height: 1.4em;
}

.widget-posts .widget-posts-descr a:hover {
	color: #418fde;
}




/* New and Case Study Blockquote */

blockquote.newsquote{
  display:block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
}

blockquote.newsquote p {
/*Font*/
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 22px !important;
  line-height: 1.5 !important;
  color: #418fde;
  text-align: justify;
}

blockquote.newsquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  /*Font*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #418fde;
  
  /*Positioning*/
  position: absolute;
  left: 10px;
  top: -5px;
}

blockquote.newsquote::after{
  /*Reset to make sure*/
  content: "";
}




.nav-logo-wrap .logo{
	display: table-cell;
	vertical-align: middle;
	max-width: 320px;
    height: 75px;
    
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}



@media only screen and (max-width:1199px) {

.nav-logo-wrap .logo img{
	width: 150px;
}

}

@media only screen and (max-width:979px) {

.nav-logo-wrap .logo img{
	width: 300px;
}

}


@media only screen and (max-width:600px) {

.nav-logo-wrap .logo img{
	width: 200px !important;
}

}




.sp-button {
	background: #418fde;
}

h1.magazine-logo-text {
	font-family: "Chantilly", arial, sans-serif;
}

.bluetextcol {
	color: #418fde !important;
}

.post-prev-title a {
	font-family: "Chantilly-Light", arial, sans-serif;
	color: #418fde;
}

.bluebackcol {
	background-color: #418fde;
}

h1.mainhead4 {
	margin-top: 20px;
	padding-top: 0;
	font: normal 58px/100% "Chantilly-ExtraBold", arial, sans-serif;
	text-transform: capitalize;
	text-align: left;
	letter-spacing: 0;
	margin-bottom: 20px;
}

p.introtext4 {
	font-size: 21px;
	color: #595959;
	margin-bottom: 50px;
}

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

img.logofortabs {
	display: none;
}

p.coattextside {
	font-family: "Chantilly", arial, sans-serif;
	font-size: 11px;
	margin-top: 10px;
	color: #595959;
	padding-right: 15px;
	padding-left: 15px;
}



/* Parallax Text */



.experience{
  text-align: center;
}

.text-parallax {
  background: no-repeat 0 0;
  display: inline-block;
}

.text-parallax-content{
  font-family: 'Oswald', sans-serif !important;
  font-weight: 700 !important;
  font-size: 21.8em;
  line-height: 1;
  overflow: hidden;
  margin-bottom: 0;
  background: #fff;
  color:#363636;
  mix-blend-mode: lighten;
}

.experience-info{
  position: relative;
  top: -0.75em;
  font-size: 1.9625em;
  line-height: 1.45;
  letter-spacing: 0.03em;
  display: inline-block;
  text-align: left;
  margin:0 0 0 0.5em;
	text-transform: uppercase;
}

p.under90 {
	font-size: 22px;
    font-weight: 300;
	font-style: normal;
	line-height: 1.6;
	color: #777;
}

/* Market Sector Page */

blockquote.marketintro1 {
	margin-bottom: 25px;
}


.marketstext1 p {
	font-size: 16px;
	line-height: 180%;
	margin-bottom: 20px;
}

.marketintro1 p {
	font-size: 25px;
	font-weight: 300;
	line-height: 1.6;
	color: #418fde !important;
}

.marketsclient1 h3 {
	margin-bottom: 10px;
	margin-top: 0;
	font-family: "Chantilly", arial, sans-serif;
	text-transform: uppercase;
	font-size: 19px;
	letter-spacing: 1px;
}

.marketsclient1 ul {
	margin-bottom: 0;
}

.marketsclient1 ul li {
	font-size: 14px;
}

h2.marketcase1 {
	margin-top: 0;
	font-size: 30px;
}






.marketsector_intro p.lead.mt-0 {
	font-size: 22px;
	font-weight: 300;
	line-height: 1.6;
	color: #418fde !important;
}

.marketsector_intro p {
	font-size: 16px;
	line-height: 180%;
	margin-bottom: 20px;
}




@media only screen and (max-width:1024px) {

img.logofortabs {
	margin-bottom: 15px;
	width: 400px;
	display: inline;
}

}

@media only screen and (max-width:979px) {

img.logofortabs {
	margin-bottom: 15px;
	width: 300px;
}

h1.mainhead4 {
	font-size: 35px;
}

p.introtext4 {
	font-size: 18px;
}

}



/*--------- Post a Job Page Start --------*/

.mj_postdiv.mj_jobdetail label {
	color: #418fde;
	font-weight: normal;
	font-style: normal;
	font-family: "Chantilly", arial, sans-serif;
	width: 100%;
}


.mj_postdiv.mj_jobdetail p {
	margin-bottom: 15px;
}


.mj_postdiv {
	
    float: left;
    width: 100%;
    background-color: #fff;
    border-radius: 13px 13px 0px 0px;
    box-shadow: 0px 1px 35px rgba(0, 0, 0, 0.05);
	position:relative;
	font-size: 15px;
}
.mj_postdiv:before {
    position: absolute;
    content: '';
    background-image: url(../images/white_arrow.png);
    width: 82px;
    height: 60px;
    top: -60px;
    left: 90px;
}



/*--------- Post a Job Page End --------*/



/* List Table Market Sectors on Range Page */

.b-items__cell{
    /* margin-bottom: 40px; */
    /* min-height: 435px; */
	padding: 10px 10px 15px;
	background-color: #ffffff;
}


  
@media only screen and (max-width: 992px) {
	
.b-items__cell{
	/* min-height: 445px; */
    
}
	
}



.media {
	display: inline-block;
	position: relative;
	vertical-align: top;
	margin-top: 0;
}

.media__image {
	display: block;
}

.media__body {
	background: rgba(246, 146, 0, 0.5);
	bottom: 0;
	color: white;
	font-size: 1em;
	left: 0;
	opacity: 0;
	overflow: hidden;
	padding: 3.75em 3em;
	position: absolute;
	text-align: center;
	top: 0;
	right: 0;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

.media__body:hover {
	opacity: 1;
}

.media__body:after,
.media__body:before {
	border: 1px solid rgba(255, 255, 255, 0.7);
	bottom: 1em;
	content: '';
	left: 1em;
	opacity: 0;
	position: absolute;
	right: 1em;
	top: 1em;
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: 0.6s 0.2s;
	transition: 0.6s 0.2s;
}

.media__body:before {
	border-bottom: none;
	border-top: none;
	left: 2em;
	right: 2em;
}

.media__body:after {
	border-left: none;
	border-right: none;
	bottom: 2em;
	top: 2em;
}

.media__body:hover:after,
.media__body:hover:before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}


.media__body h6 {
	margin-top: 26px;
	color: #ffffff;
}



.m-listTable .b-items__cars-one-img{
    width:auto;
    height:auto;
    float:none;
}

.b-items__cell-info{
    padding: 0 10px;
	font-family: "Open Sans", arial, sans-serif;
}

 .b-items__cell-info-title{
    padding-bottom: 5px;
    margin: 15px 0 10px;
 }

.b-items__cell-info h2{
    margin: 0;
	font-size: 16px;
	font-family: "Chantilly", arial, sans-serif;
}


.b-items__cell-info h2 a {
	text-decoration: none;
	color: #418fde;
}

.b-items__cell-info h2 a:hover {
	color: #f69200;
}

.b-items__cell-info > p{
    margin: 0 0 10px;
	font: 13px/1.6 "Open Sans", arial, sans-serif;
	text-transform: none;
	letter-spacing: 0;
}

.b-items__cell-info > p + div{
    margin-left:4px ;
}

.b-items__cell-info ul{
    padding-left: 0;
    list-style-position: inside;
	font-weight: 400;
	font-size: 11px;
	text-transform: none;
	letter-spacing: 0;
}

.b-items__cell-info-price{
	font-weight: bold !important;
	font-size: 20px;
	color: #f69200;
	margin: 0;
	letter-spacing: 0;
}

.b-items__cell-info-km span.fa{
    font-size:19px;
}

.b-items__cell-info-km{
	margin-top: 15px;
	text-align: right;
}

.b-items__cell-info-km p{
    text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 0;
}

.b-items__cell-info a.btn{
    border: 1px solid #ddd;
    padding-left: 12px!important;
	font-weight: 600;
	font-size: 10px;
	text-decoration: none;
	color: #418fde;
	background-color: #ffffff;
}

.b-items__cell-info a.btn span.fa{
    width: 20px!important;
    height: 20px!important;
    font-size: 13px!important;
    padding: 3px!important;
    margin-left: 10px!important;
}

.b-items__cell .b-items__cars-one-img-check{
    top:20px;
}

.m-listTable .b-items__pagination{
    margin-top: 35px;
}


.s-lineDownLeft{
    text-align: left;
    border-bottom: 1px dotted #B4B4B4;
    position: relative;
}



.b-items__cars-one-img-type{
    padding: 5px;
    text-transform: uppercase;
    position: absolute;
    top: 15px;
    left: 20px;
    z-index: 1000;
	font-weight: 700;
	font-size: 10px;
	color: #ffffff;
}




.b-items__cars-one-img-type.m-premium{
   background: #3cd225; 
}

.b-items__cars-one-img-type.m-new{
   background: #f69200; 
}

.b-items__cars-one-img-type.m-sold{
   background: #d90000; 
}

.b-items__cars-one-img-type.m-owner{
   background: #ffd24d; 
}


.row.m-smallPadding{
    margin: 0;
}

.row.m-smallPadding > div{
    padding: 0 5px;
}


/* Listings End */




/* Team */


.team-item-name {
    margin-top: 23px;
    font-size: 15px;
    text-transform: uppercase;
	letter-spacing: .3em;
}
.team-item-role{
	margin-top: 0;
	font-size: 12px;
	text-transform: uppercase;
    color: #aaa;
	letter-spacing: 0.3em;
}

.team-tel {
	margin-top: 15px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

.team-email a {
	margin-top: 0;
	font-size: 12px;
	text-transform: lowercase;
    color: #418fde;
	letter-spacing: 0;
	text-decoration: none;
}



/* Team Ends */








/* CSS For Background Overlays START */

.overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}

[data-overlay-color] {
	position: relative;
}

[data-background] {
	background-size: cover;
	background-position: 50% 50%;
}

/* CSS For Background Overlays END */


/* ==============================
   Forms fields
   ============================== */
   
   .form label{
    font-size: 15px;
    font-family: "Chantilly", arial, sans-serif;
    font-weight: normal;
	margin-top: 5px;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="number"],
.form input[type="url"],
.form input[type="search"],
.form input[type="tel"],
.form input[type="password"],
.form input[type="date"],
.form input[type="color"],
.form select{
    display: inline-block;
	height: 45px;
    vertical-align: middle;
	font-size: 15px;
	font-weight: 400;
	text-transform: none !important;
	letter-spacing: 1px;
	color: #777;
	border: 1px solid rgba(0,0,0, .1);
    padding-left: 7px;
    padding-right: 7px;
    
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
    
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    
    -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.form select{
    font-size: 15px;
}
.form select[multiple]{
    height: auto;
}
.form input[type="text"]:hover,
.form input[type="email"]:hover,
.form input[type="number"]:hover,
.form input[type="url"]:hover,
.form input[type="search"]:hover,
.form input[type="tel"]:hover,
.form input[type="password"]:hover,
.form input[type="date"]:hover,
.form input[type="color"]:hover,
.form select:hover{
	border-color: rgba(0,0,0, .2);
}
.form input[type="text"]:focus,
.form input[type="email"]:focus,
.form input[type="number"]:focus,
.form input[type="url"]:focus,
.form input[type="search"]:focus,
.form input[type="tel"]:focus,
.form input[type="password"]:focus,
.form input[type="date"]:focus,
.form input[type="color"]:focus,
.form select:focus{
	color: #111;
	border-color: rgba(0,0,0, .7);
    
	-webkit-box-shadow: 0 0 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 0 3px rgba(0,0,0, .3);
	box-shadow: 0 0 3px rgba(0,0,0, .3);
    outline: none;
}
.form input[type="text"].input-lg,
.form input[type="email"].input-lg,
.form input[type="number"].input-lg,
.form input[type="url"].input-lg,
.form input[type="search"].input-lg,
.form input[type="tel"].input-lg,
.form input[type="password"].input-lg,
.form input[type="date"].input-lg,
.form input[type="color"].input-lg,
.form select.input-lg{
	height: 46px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
}
.form input[type="text"].input-md,
.form input[type="email"].input-md,
.form input[type="number"].input-md,
.form input[type="url"].input-md,
.form input[type="search"].input-md,
.form input[type="tel"].input-md,
.form input[type="password"].input-md,
.form input[type="date"].input-md,
.form input[type="color"].input-md,
.form select.input-md{
	height: 37px;
    padding-left: 13px;
    padding-right: 13px;
    font-size: 12px;
}
.form input[type="text"].input-sm,
.form input[type="email"].input-sm,
.form input[type="number"].input-sm,
.form input[type="url"].input-sm,
.form input[type="search"].input-sm,
.form input[type="tel"].input-sm,
.form input[type="password"].input-sm,
.form input[type="date"].input-sm,
.form input[type="color"].input-sm,
.form select.input-sm{
	height: 31px;
    padding-left: 10px;
    padding-right: 10px;
}
.form textarea{
	font-size: 15px;
	font-weight: 400;
	text-transform: none !important;
	letter-spacing: 1px;
	color: #777;
	border-color: rgba(0,0,0, .1);
    outline: none;
	min-height: 100px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
    
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.form textarea:hover{
	border-color: rgba(0,0,0, .2);
}
.form textarea:focus{
	color: #111;
	border-color: rgba(0,0,0, .7);
	-webkit-box-shadow: 0 0 3px rgba(21,21,21, .3);
	-moz-box-shadow: 0 0 3px rgba(21,21,21, .3);
	box-shadow: 0 0 3px rgba(21,21,21, .3);
}

.form .form-group{
	margin-bottom: 10px;
}

.form input.error{
    border-color: #e41919;
}
.form div.error{
    margin-top: 20px;
    padding: 13px 20px;
    text-align: center;
    background: rgba(228,25,25, .75);
    color: #fff;
}
.form div.success{
    margin-top: 20px;
    padding: 13px 20px;
    text-align: center;
    background: rgba(50,178,95, .75);
    color: #fff;
}

.form-tip{
    font-size: 12px;
    color: #aaa;
}
.form-tip .fa{
    font-size: 13px;
}



.btn-mod.btn-color{
  	color: #fff;
  	background: #418fde;
}
.btn-mod.btn-color:hover,
.btn-mod.btn-color:focus{
  	color: #fff;
  	background: #418fde;
    opacity: .85;
}


/* ==============================
   Services
   ============================== */

.service-grid{
   margin-top: -30px; 
}

a .service-item {
	text-decoration: none;
}


.service-item{
    margin: 30px 0 0 0;
    position: relative;
    padding: 40px 20px;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    color: #777;
    background: #f5f5f5;
} 

.service-icon{
    font-size: 64px;
    line-height: 1.05;
}
.service-title2{
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
    color: #111;
	margin-bottom: 0;
} 

@media only screen and (max-width:600px) {
	
.service-icon{
    font-size: 40px;
}
	
.service-title2{
    font-size: 18px;

} 

}



/* Hover state */

.service-item{
    -webkit-transition: background-color 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: background-color 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: background-color 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: background-color 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: background-color 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.service-item:hover{
    background-color: #418fde;
    color: #fff; 
}
.service-item:hover .service-title,
.service-item:hover .service-icon,
.service-item:hover .service-icon.color{
    color: #fff !important;
}





/*	GAPS
/*------------------------------------------------------*/

div.gap0 {
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
	line-height: 0;
	width: 100%;
	overflow: hidden;
	text-align: right;
}

div.gap5 {
	clear: both;
	display: block;
	font-size: 0px;
	height: 5px;
	line-height: 0;
	width: 100%;
	overflow: hidden;
	text-align: right;
}

div.gap10 {
	clear: both;
	display: block;
	font-size: 0px;
	height: 10px;
	line-height: 0;
	width: 100%;
	overflow: hidden;
}

div.gap20 {
	clear: both;
	display: block;
	font-size: 0px;
	height: 20px;
	line-height: 0;
	width: 100%;
	overflow: hidden;
}

div.gap30 {
	clear: both;
	display: block;
	font-size: 0px;
	height: 30px;
	line-height: 0;
	width: 100%;
	overflow: hidden;
}

div.gap40 {
	clear: both;
	display: block;
	font-size: 0px;
	line-height: 0;
	width: 100%;
	overflow: hidden;
	height: 40px;
}

div.gap50 {
	clear: both;
	display: block;
	font-size: 0px;
	line-height: 0;
	width: 100%;
	overflow: hidden;
	height: 50px;
}

div.gap60 {
	clear: both;
	display: block;
	font-size: 0px;
	line-height: 0;
	width: 100%;
	overflow: hidden;
	height: 60px;
}

div.gap80 {
	clear: both;
	display: block;
	font-size: 0px;
	line-height: 0;
	width: 100%;
	overflow: hidden;
	height: 60px;
}

div.gap100 {
	clear: both;
	display: block;
	font-size: 0px;
	line-height: 0;
	width: 100%;
	overflow: hidden;
	height: 100px;
}

.mt-5 {
	margin-bottom: 5px !important
}

.mb-5 {
	margin-bottom: 5px !important
}

#flickr_badge_wrapper h3 {
	padding: 0 0 10px;
	margin-left: 0;
	color: #c0bfc1;
	margin-top: 0;
}



/* 5 Columns */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}


.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

/* 5 Columns */

/* Rules */

hr.style-one {
	border: 0;
	height: 1px;
	background: #333;
	background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
	background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
	background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
	background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
}

hr.style-two {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

hr.style-three {
	border: 0;
	border-bottom: 1px dashed #ccc;
	background: #999;
}

hr.style-four {
	height: 12px;
	border: 0;
	box-shadow: inset 0 12px 12px -12px rgba(0,0,0,0.5);
}

hr.style-five {
	border: 0;
	height: 0;
	

/* Fi

refox... */
    box-shadow: 0 0 10px 1px black;
}

hr.style-five:after {
	/*

Not really supposed to work, but does */
    content: "\00a0";
/

* Prevent margin collapse */
}

hr.style-six {
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}





