/*
Theme Name:     FJR - LLOYD
Site Name:      FJR - LLOYD
Site URI: 		  http://www.site.com
Version:        1.0
Description:    FJR - LLOYD Wordpress Theme
Author:         Obi Creative
Author URI:     http://www.obicreative.co.uk

*/

/*
===========================
CONTENTS:

01 Sensible defaults
02 Fonts / type
03 Alignment
04 Forms
04 Grid
05 Tables
06 Useful classes
07 Breakpoints
08 Header
09 Home
  09.1 Default Page
  09.2 Contact Page
10 Buttons
11 Footer
12 Media Queries
13 Carousel
===========================
*/

/* ---------------------------------------------------------------------------------------------------------- 
01 SENSIBLE DEFAULTS ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

@import "css/normalize.css";

div,
article,
section,
header,
footer,
nav,
li					{ position:relative; /* For absolutely positioning elements within containers (add more to the list if need be) */ }
.group:after 		{ display:block; height:0; clear:both; content:"."; visibility:hidden; /* For clearing */ }
html, body {
    height:100%;
} 

body 				{ 
	background:#fafafa;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	color:#666666;
	line-height:1.6em;
	font-weight: 100;
  -webkit-font-smoothing: antialiased;
	}
::-moz-selection 	{ background:#ff0; color:#333; }
::selection 		{ background:#ff0; color:#333; }

p,
pre { margin: .5em 0;}
img { border:none; padding:0; margin:0; max-width:100%;height:auto;}
a {text-decoration:none;border:0;color:#8c020c;}
a:hover {text-decoration:none;}

.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}
.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}
* html .clearfix,*:first-child+html .clearfix{zoom:1}
nav ul { padding:0; margin:0;}
nav a {display: block; padding:.25em;}

/* ---------------------------------------------------------------------------------------------------------- 
02 FONTS / TYPE -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 { font-weight:100; line-height:1.1em; margin:.85em 0 .5em 0; }
h1 { font-size:2em; }
h2 { font-size:1.8em; }
h3 { font-size:1.6em; }
h4 { font-size:1.6em; margin:.5em 0 .5em 0; }
h5 { font-size:1.4em; margin:.5em 0 .5em 0; }
h6 { font-size:1.2em; margin:.5em 0 0em 0;}
p {
    font-size: 1.2em;
    line-height: 33px;
}
b, strong {
    line-height: 33px;
}

code { background-color: #e8e8e8; color:#2f79ba; font-family:"Courier New", Courier, monospace; display: block; padding:1em; border:solid 1px #ccc; margin: .5em 0; }
blockquote { font-size:1.2em; font-style:italic; }

/* ---------------------------------------------------------------------------------------------------------- 
03 FORMS -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
form { margin:1em 0;}
label { font-size: .86em; color:#666666; display: inline-block; padding:.5em 0 .25em 0;}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="number"],
input[type="password"] { width:100%; padding:.5em 2.5%; background-color:#fafafa; border:solid 1px #cccccc; display: inline-block; }
input[type="submit"] { background-color:#999999; color:#ffffff; display: inline-block; border:solid 1px #cccccc; padding:.5em 1em; margin-top:.86em; font-weight: 700; -webkit-transition:.5s all; -moz-transition:.5s all; transition:.5s all; }
input[type="submit"]:hover { text-decoration: none; background-color:#4a717a; }
input[name="address"] { background:url(images/icons/location.jpg) no-repeat 5% center  #ffffff; padding-left: 15%; width:82.5%;}
textarea { width:100%; padding:1em 2.5%; background-color:#fafafa; border:solid 1px #cccccc; display: inline-block; }
select {
  background-color: white;
  border: thin solid #999999;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #ffffff 50%),
    linear-gradient(135deg, #ffffff 50%, transparent 50%),
    linear-gradient(to right, #999999, #999999);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
  width:100%;
}

/* ---------------------------------------------------------------------------------------------------------- 
03 ALIGNMENT -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.textright {text-align:right;}
.textleft {text-align:left;}
.textcenter {text-align:center;}
.textjustify {text-align:justify;}
.alignnone { float:none;}
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
img.alignleft { margin: .4em 1em .86em 0;}
img.alignright { margin:.4em 0 .86em 1em;}
.twoCol { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; padding-top: 1em; padding-bottom: 1em}
.twoCol h1, .twoCol h2, .twoCol h3, .twoCol h4, .twoCol h5, .twoCol h6 {-webkit-column-span: all; column-span: all;}
.twoCol p:first-child { margin-top: 0}

/* ---------------------------------------------------------------------------------------------------------- 
04  GRID -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.row:after { content: ""; display: table; clear: both; }

.grid_1 { width: 8.3333333%; } 
.grid_2 { width: 16.666666%; } 
.grid_3 { width: 24.999999%; } 
.grid_4 { width: 33.333332%; } 
.grid_5 { width: 41.666665%; }
.grid_6 { width: 50%; } 
.grid_7 { width: 58.333331%; } 
.grid_8 { width: 66.666664%; } 
.grid_9 { width: 74.999997%; } 
.grid_10 { width: 83.33333%; } 
.grid_11 { width: 91.666663%; } 
.grid_12 { width: 100%; }

[class*='grid_'] { float: left; display: block; min-height: 1px; }

/* Gutter grid */
[class*='g_grid_'] { margin: 0 2% 1% 0; }
[class*='g_grid_']:last-of-type, [class*='g_grid_'].omega { margin-right: 0; }

.g_grid_1 { width: 6.5%; } 
.g_grid_2 { width: 15%; } 
.g_grid_3 { width: 23.5%; } 
.g_grid_4 { width: 32%; } 
.g_grid_5 { width: 40.5%; }
.g_grid_6 { width: 49%; } 
.g_grid_7 { width: 57.5%; } 
.g_grid_8 { width: 66%; } 
.g_grid_9 { width: 74.5%; } 
.g_grid_10 { width: 83%; } 
.g_grid_11 { width: 91.5%; } 
.g_grid_12 { width: 100%; } 

/* Container */
.container{ width: 90%; max-width: 1000px; margin: auto; }


/* ---------------------------------------------------------------------------------------------------------- 
05  TABLES -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
table { width:100%; }
table th { background:#999999; color:#ffffff; padding:.3em; border:solid 1px #ccc; }
table td { padding:.3em; border:solid 1px #ccc; }
table tr.alt { background: #f3f2f2 }
table a { text-decoration: underline; }

/* ---------------------------------------------------------------------------------------------------------- 
06 USEFUL CLASSES --------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/** Wordpress **/
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:1em; margin:1em }

/** Elements **/
.rounded { -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; }

/** Text **/
.lead { font-size: 1.2em; line-height: 1.4em }
.error {color:#f00;}
.white { color:#fff;}

.wrapper {
  max-width: 1400px;
  width:100%;
  margin:auto;
  background:#fff;
  box-shadow: 0 0 3px #ccc
}

/* ---------------------------------------------------------------------------------------------------------- 
08 HEADER --------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.header {
  border-bottom: solid 1px #e8e8e8;
  width: 100%;
  z-index: 200;
  background-color: #fff;
  padding:0 2.5%;
  top:auto;
  left:auto;
}
.header p {
  width: 25%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: left;
  text-indent: -9999px
}
/*.page-template-homepage_TEMPLATE .header {
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  border:0;

}
.page-template-homepage_TEMPLATE .header p {
  display: none
}*/

.logo {
  /* width: 89px; */
  height: 52px;
  background-image: url(images/home/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  /* text-indent: -9999px; */
  display: block;
  margin: .5em 1em;
  color: #000000;
  font-size: 100%;
}
.logo:hover {
  text-decoration: inherit;
}
.mainNav {
  width: 75%;
  float: right;
  padding-top: .6em
}
.mainNav ul {
  text-align: right;
  padding: 0;
  margin: 0;
}
.mainNav ul li {
  display: inline-block;
}
.mainNav ul li a {
  color: #373737;
  display: block;
  padding: 1em 1em;
  font-weight: 600;
  font-size: 0.76em;
  text-transform: uppercase;
}
.mainNav ul li a:hover, .mainNav ul li a:focus {
  text-decoration: inherit;
  outline: none;
  color: #223c8b;
}
.menuToggle {
  position: absolute;
  top: 1.6em;
  right: 2em;
  width: 20px;
  height: 18px;
  display: none;
  background: url(images/icons/menu-toggle.png) no-repeat;
  background-image: url(images/icons/menu-toggle.svg), none;
  background-size: 100%;
  text-indent: -9999px;
}
.header .header-tel-icon {
  background-image: url(images/home/header_tel_icon-min.png);
  background-repeat: no-repeat;
  background-size: 100% 90%;
  background-position: 100%;
  outline: none;
  padding-left: 35px;
  margin-left: 0px;
}
.header .header-tel-icon span {
  /*visibility: hidden;*/
  font-size: 12px;
  font-weight: bold;
}
.mainNav ul li:last-child {
    background: url(images/icons/head-tel.png) 10px center no-repeat;
    outline: none;
    padding-left: 30px;
    margin-left: 1em;
    border:solid 1px #202020;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.mainNav ul li:last-child a {
    font-weight: bold;
}

/* ---------------------------------------------------------------------------------------------------------- 
09 HOME --------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

.homepage {
  background-size: cover ;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top;
  color: #ffffff;
  text-align: center;
}
.homepage-text {
  padding-top: 11%;
  max-width: 800px;
}

.homepage-text.container img {
  max-width:160px;
}

.homepage h1 {
  font-weight: 700;
  margin-bottom: 0px;
  word-wrap: break-word;
  -webkit-text-shadow:1px 1px 1px #202020;
  -moz-text-shadow:1px 1px 1px #202020;
  text-shadow:1px 1px 1px #202020;
}
.homepage p {
  font-family: "Lora", sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}
.container_with_padding {
  padding: 3em 0;
  text-align: center;
}
.container .content {
  font-family: "Open Sans Light", sans-serif;
}
.home_container_boxes {
    background-color: #fafafa;
}
.home_container_boxes .container_latest-project, .home_container_boxes .container_about, .home_container_boxes .container_from_the_blog, .home_container_boxes .container_get_in_touch {
  color: white;
  font-family: "Lora", sans-serif;
}
.home_container_boxes .container_latest-project h2, .home_container_boxes .container_about h2, .home_container_boxes .container_from_the_blog h2, .home_container_boxes .container_get_in_touch h2 {
  font-family: "Open Sans Semibold", sans-serif;
  font-weight: 100;
  font-size: 1.3em;
  margin-top: 0px;
}
.home_container_boxes .container_latest-project p, .home_container_boxes .container_about p, .home_container_boxes .container_from_the_blog p, .home_container_boxes .container_get_in_touch p {
    font-size: 1em;
}
.home_container_boxes .container_latest-project {
  padding: 134px 90px;
  background-color: #8d8e8d;
  background-size: cover;
  background-repeat: no-repeat;
}
.home_container_boxes .container_get_in_touch {
  padding: 100px 90px;
  background-color: #8d8e8d;
  background-size: cover;
  background-repeat: no-repeat;
}
.home_container_boxes .container_get_in_touch p {
  font-family: "Lora", sans-serif;
}
.home_container_boxes .container_about, .home_container_boxes .container_from_the_blog {
  padding: 40px 0px;
  background-color: #8d8e8d;
  background-size: cover;
  background-repeat: no-repeat;
}
.home_container_boxes .grid_8, 
.home_container_boxes .grid_4,
.home_container_boxes .grid_4,
.home_container_boxes .grid_8 {
  padding: 0 0.5em 1em 0.5em;
}
.home_container_boxes .description_box {
  font-family: "Lora", sans-serif;
  padding: 30px 10px 82px 10px;
  font-size: 0.8em;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 1px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 1px 0 rgba(0,0,0,0.15);
  box-shadow: 0px 0px 1px 0 rgba(0,0,0,0.15);
}
.home_container_boxes .description_box p {
    line-height: 24px;
}
.home_container_boxes .description_box a {
  color: #8c020c;
}
.home_container_boxes .description_box .date {
  font-family: "Lora Italic", sans-serif;
}
.container_get_in_touch .telephone_text {
    padding: 1em 0 0 0;
    font-size: 25px ;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}
.container_get_in_touch .email_text {
    font-size: 24px ;
    font-weight: 500;
    font-family: "Open Sans", sans-serif !important;
}
.container_get_in_touch .telephone_text img, .container_get_in_touch .email_text img {
  vertical-align: middle;
}

/* ---------------------------------------------------------------------------------------------------------- 
09.1 Default Page --------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.default_page .title_gray_box {
    background-color: #e8e8e8;
    padding: 15px 0px 16px 0;
    width: 100%;
}
.default_page .title_gray_box span {
  font-family: "Lora", sans-serif;
  font-size: 17px;
  color: #999999;
}
.default_page .label_gray_wrapper {
  border-bottom: 1px solid #e8e8e8;
  margin-right: 0px;
}
.default_page .label_gray {
  margin-bottom: -2px;
}
.default_page .default_page_content {
  text-align: left;
}
.default_page .default_page_content h1 {
  margin-top: 0px;
  margin-bottom: 52px;
  font-family: "Open Sans Semibold", sans-serif;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 19px;
}
.default_page .default_page_content p {
  font-family: "Lora", sans-serif;
}
.default_page .default_page_content strong {
  font-family: "Lora", sans-serif;
  font-weight: 600;
}
.default_page .default_page_content blockquote {
  font-family: "Lora Italic", sans-serif;
  font-size: 0.9em;
  margin-left: 0;
  padding-left: 40px;
  border-left: 6px solid #233880;
}
.default_page.second_content {
    padding:0 0  3em 0;
    text-align: left;
    font-family: "Lora",sans-serif;
    font-size: 1em;
}
.page table td {
  border: none;
}
.default_page table {
  /*font-family: "Lora", sans-serif;*/
}
.default_page.project_footer_wrapper {
  background: #fafafa;
}
.default_page.project_footer_wrapper .project_thumbnail img {
  max-width: 100%;
  height: auto;
}
.default_page.project_footer_wrapper .logo_with_white_circle {
  position: relative;
  display: block;
  bottom: 55px;
  margin: 0 auto;
}
.default_page.project_footer_wrapper .description_box {
  bottom: 60px;
  font-size: 0.8em;
  font-family: "Lora", sans-serif;
  font-weight: 600;
  color:#666;
}

.default_page.project_footer_wrapper .description_box span {
  color:#b6060b;
}
.default_page.project_footer_wrapper .g_grid_4 {
  margin-bottom: 2%;
  background-color: #ffffff;
  height: 370px;
  -webkit-box-shadow: 0px 0px 1px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 1px 0 rgba(0,0,0,0.15);
  box-shadow: 0px 0px 1px 0 rgba(0,0,0,0.15);
}
.case-study-main-img { overflow: hidden;}
.case-study-main-img img{
  width:100%;
}

/* ---------------------------------------------------------------------------------------------------------- 
09.2 Contact Page --------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.fullwidth_banner {
    background-color: #8d8e8d;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: -5px;
}
.contact_form {
    border-top: 1px solid #B3B0B0;
    margin-top: -7px;
    text-align: left;
}
.contact_form_row_label label {
    width: 100%;
    font-family: "Lora Italic", sans-serif;
}
.contact_form_row_label input[type="submit"] {
    background: transparent;
    color: #233880;
    font-family: "Lora Italic", sans-serif;
    border: 3px solid #233880;
    border-radius: 3px;
    padding: .8em 1.7em;
    outline: none;

}
.contact_form_row_label input[type="submit"]:hover {
    text-decoration: inherit;
    padding: .8em 2em;
}
.contact_information p {
  font-family: "Lora Italic", sans-serif;
  font-size: 1em;
}
input[name="name"] {
  width: 100%;
}
input, textarea {
    border-radius: 3px;
    outline-color: #233880;
    outline-style: hidden;
    outline-width: 3px;
}


.blogCat {
  padding:1em 0;
  border-bottom: solid 1px #e8e8e8
}

/* ---------------------------------------------------------------------------------------------------------- 
10 BUTTONS --------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
input[type="submit"] {
    background-color: rgba(0, 0, 0, 0.27);
    color: #ffffff;
    display: inline-block;
    border: solid 1px #cccccc;
    padding: .5em 1em;
    margin-top: .86em;
    font-weight: 700;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
input[type="submit"]:hover {
    text-decoration: none;
    background-color: #FEFEFE;
    color: #000000;
    padding: .5em 2em;
}
.button {
  display: inline-block;
  padding: .6em 1.2em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #337bb2;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
  margin: .3em;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.homepage-button {
    background: rgba(86, 87, 90, 0.31);
    border: 2px solid white;
    font-family: "Lora Italic", sans-serif;
    font-size: 0.8em;
    padding: .6em 1.3em;
}
.homepage-button:hover {
  text-decoration: inherit;
  padding: .6em 2em;
  background: rgba(232, 232, 232, 0.67);
  color: #202020;
}

/* ---------------------------------------------------------------------------------------------------------- 
11 FOOTER --------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.footer {
    padding-top: 20px;
}
.footer .address {
  font-family: "Lora Italic", sans-serif;
  font-size: 1em;
}
.footer .copyright {
  padding: 1em 0;
  font-family: "Lora Italic", sans-serif;
  font-size: 0.9em;
  opacity: 0.7;
}
.footer .copyright a:hover {
  text-decoration: inherit;
}
.footer .copyright a {
  color: #666666;
}

/* ---------------------------------------------------------------------------------------------------------- 
12 MEDIA QUERIES --------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 800px) {

  .page table td {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }

  .header {
    padding:5px 10px 
  }
  .header p {
    width:55%;
  }
  .mainNav {
    width: 45%;
    float: right;
  }
  .mainNav ul {
    position: absolute;
    text-align: center;
    right: 1em;
    background: #ffffff;
    top: 3.2em;
    display: none;
  }
  .mainNav ul li {
    display: block;
  }
  .mainNav ul li a {
    color: #202020;
    padding: .5em;
    border-bottom: solid 1px #ccc;
    display: block;
    font-weight: 400;
    font-size: .76em
  }
  .mainNav ul li:last-child {
      margin-left: 0;
      border:none;
  }
  .mainNav ul li:last-child a {
    border-bottom: 0
  }
  .menuToggle {
    display: block;
  }

} 


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

  [class*='grid_']:not(.fixgrid)  { width:100%; margin-right:0; }

  p {
      font-size: 1em;
  }

  h1 { font-size:1.6em; }
  h2 { font-size:1.4em; }
  h3 { font-size:1.2em; }
  h4 { font-size:1em; }
  h5 { font-size:1em; }
  h6 { font-size:1em;}
  .twoCol { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1;}

  .mainNav ul {
    width:100%;
  }

  .home_container_boxes .container_latest-project, .home_container_boxes .container_get_in_touch {
    padding: 125px 20px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .homepage-text.container img{
    max-width: 50%;
  }
  .homepage {
    background-size: auto 100% !important;
    background-attachment: scroll;
  }

  .container_with_padding {
    padding: 1em 0;
  }

  .container_get_in_touch .telephone_text {
      font-size: 20px
  }
  .container_get_in_touch .email_text {
      font-size: 20px ;
  }
  .label_gray_wrapper, .title_gray_box { display: none}
  .case-study-title {
    text-align: center;
  }

  .footer .copyright {
    font-size: 0.7em;
  }

} 

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

  h1 { font-size:1.4em; }
  h2 { font-size:1.2em; }
  h3 { font-size:1.1em; }


  .header {
    padding-bottom: 0
  }
}

/* ---------------------------------------------------------------------------------------------------------- 
13 CAROUSEL --------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.carousel_section {
  padding: .3em 0;
  background-color: #fafafa;

}

#project-slider div{
  display: block;
  margin: 2px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 5px 9px;
    position: absolute;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
}
.owl-theme .owl-buttons i{
  margin-top: 2px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev{
  left: -45px;
  top: 28%; 
}
.owl-theme .owl-controls .owl-buttons .owl-next{
  right: -45px;
  top: 28%;
}
@media screen and (max-width:600px) {
  .owl-theme .owl-controls .owl-buttons {
    display: none!important
  }
}

.owl-theme .owl-controls {
    position: initial;
    margin-top: 10px;
    text-align: center;
}
.owl-pagination {
    display: none;
}
.owl-buttons {
    position: inherit !important;
}
.owl-carousel {
    outline: 0;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
    float: left;
}
.item h1 {
    margin: inherit;
}
/* Carousel Controls */
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer;
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
}
.icon-chevron-right {
    background-position: -456px -72px;
}
.icon-chevron-left {
    background-position: -432px -72px;
}
.icon-white, .nav-pills > .active > a > [class^="icon-"], .nav-pills > .active > a > [class*=" icon-"], .nav-list > .active > a > [class^="icon-"], .nav-list > .active > a > [class*=" icon-"], .navbar-inverse .nav > .active > a > [class^="icon-"], .navbar-inverse .nav > .active > a > [class*=" icon-"], .dropdown-menu > li > a:hover > [class^="icon-"], .dropdown-menu > li > a:focus > [class^="icon-"], .dropdown-menu > li > a:hover > [class*=" icon-"], .dropdown-menu > li > a:focus > [class*=" icon-"], .dropdown-menu > .active > a > [class^="icon-"], .dropdown-menu > .active > a > [class*=" icon-"], .dropdown-submenu:hover > a > [class^="icon-"], .dropdown-submenu:focus > a > [class^="icon-"], .dropdown-submenu:hover > a > [class*=" icon-"], .dropdown-submenu:focus > a > [class*=" icon-"] {
    background-image: url("carousel/img/glyphicons-halflings-white.png");
}
[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    vertical-align: text-top;
    background-repeat: no-repeat;
}

