@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700|Roboto:400,300italic,300,700);
@import url(font-awesome.css);
body {  
  background: #af7e44 ; 
  color:#fff;
  font-size:13px; 
  line-height:16px;   
  font-family: 'Roboto', sans-serif;
}
.container{position:relative;z-index:1;margin:0 auto;width:940px;}
a{color:#ffba01;text-decoration:underline;}
a:focus{color:#ffba01;text-decoration:none;}
a:hover{text-decoration:none;color:#ffba01}

a[href*="tel"] {
  cursor: default;
}

/* 
  font-family: 'Montserrat', sans-serif;
  font-family: 'Roboto', sans-serif;
*/

/* T O P  */
/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
#top {
  background: rgba(255, 255, 255, 0.7);
  position: relative;
  z-index: 100;
}
.logo {
  display: block;
  background: #d3322f;
  padding: 10px 20px;
  float: left;
}

.socials {
  float: right;
  padding-bottom: 5px;
}
.socials ul {
  margin: 0;
  padding: 0;
}
.socials li {
  float: left;
  margin-left: 1px;
  list-style-type: none;
}
#top .socials li a {
  background: #d4d3d3;
}
#top .socials li b {
  display: none;
}
.socials li a {
  display: block;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.6);
  width: 30px;
  height: 30px;
  text-align: center;
}
.socials li a i {
  line-height: 30px;  
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding-left: 4px;
}
.socials li a:hover { background: #004088!important;}
.socials li + li a:hover {  background: #01669c!important;}
.socials li + li + li a:hover { background: #f14724!important;}
.socials li + li + li + li a:hover {  background: #00abe3!important;}
.socials li + li + li + li + li a:hover { background: #3a546d!important;}
.socials li + li + li + li + li + li a:hover {  background: #c91e25!important;}



.phone {
  clear: both;
  float: right;
  color: #969696;
  font-size: 14px;
  text-transform: uppercase;
  padding-right: 15px;
  padding-top: 2px;
  padding-bottom: 0;
  text-align: right;  
  line-height: 20px;
  font-family: 'Montserrat', sans-serif;
}
#top .phone p {
  color: #969696;
  font-size: 14px;  
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 0;
  margin-bottom: 0;
}
.phone a {
  display: block;
  color: #000;
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
}


/* Nav */
/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
#nav {
  float: left;
}

#nav div > ul {
  margin: 0;
  padding: 0;
}
#nav div > ul > li {
  float: left;
  line-height: 93px;
  background: #6fa6cd;
  text-align: center;
  text-decoration: none;  
  position: relative;  
}

#nav div > ul > li + li a, 
#nav div > ul > li + li ul { background: #44cacb;}
#nav div > ul > li + li + li a, 
#nav div > ul > li + li + li ul  {  background: #5abb4a;}
#nav div > ul > li + li + li + li a, 
#nav div > ul > li + li + li + li ul  { background: #f7b30c;}
#nav div > ul > li + li + li + li + li a, 
#nav div > ul > li + li + li + li + li ul  {  background: #f44c49;}
#nav div > ul > li + li + li + li + li + li a, 
#nav div > ul > li + li + li + li + li + li ul  { background: #b33a8a;}

#nav div > ul > li a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  display: block;
  background: none;
  line-height: 93px;
  padding: 0;
  min-width: 90px;
}
#nav div > ul > li > a:hover {
  opacity: 0.85;
}

.navbar-collapse.collapse {
  background: none;
  border:none!important;
  padding-left: 0;
  padding-right: 0;
}
.navbar-default {
  background: none;
  border: 0;
  margin-bottom: 0;
}

a.menu {
  display: none;
}

#nav div > ul > li.parent {}
#nav div > ul > li ul {
  position: absolute;
  width: 200px;
  text-align: center;
  padding: 10px;
  margin: 0;
  list-style: none;
  left: 50%;
  margin-left: -100px;
  z-index: 102;
}
#nav div > ul > li ul li {
  line-height: 28px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
#nav div > ul > li ul li a {
  margin: 0;
  padding: 0;
  line-height: 28px;
}
#nav div > ul > li ul li a {
  border-bottom: rgba(255, 255, 255, 0.3) 1px solid;
}
#nav div > ul > li ul li a:hover {
  border-color: rgba(255, 255, 255, 0.8);
}

.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

#menu, div.header {
  display: none;
}
.breadcrumbs {
  clear: both;
  padding-top: 15px;
  padding-bottom: 15px;
}
ul.breadcrumb {
  padding: 0;
  margin: 0;
  list-style-type: none;
  background: none;
  text-decoration: none;
}
.breadcrumb,
.breadcrumb a {
  color: #777777;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;  
}
.breadcrumb a {
  text-decoration: underline;  
}
.breadcrumb a:hover {
  color:#222;
  text-decoration: underline;  
}
.breadcrumbs .breadcrumb > li + li:before {
  
}

div.sub-header {
  position: relative;  
  margin-bottom: 40px;
  z-index: 99;
  width: 100%;
}
.sub-header img.sub-header{
  border-top: 1px #b1b1b1 solid;
}
img.shadow {
  position: absolute;
  top: 100.2%;
  width: 100%;
  left: 0;
  z-index: -1;
}
#content .sub-header p {
  position: absolute;
  font-size: 40px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  bottom: 30px;
  left:40px;
  z-index: 101;
}

.textblock {
  padding-bottom: 40px;
}
.textblock h3 {
  color: #000;
  font-size: 20px;
}
#content p.help-block {
  color: #f00;
}

/* S L O G A N  */

#slogan {
  padding-top: 60px;
  padding-bottom: 30px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

#slogan strong {
  color: #000;
  font-size: 40px;
  line-height: 42px;
  text-transform: uppercase;
  display: block;
  padding-bottom: 10px;
  font-weight: 700; 
}
#content #slogan p {
  color: #3a3a3a;
  font-size: 28px;
  line-height: 40px;  
}


/* slider */
/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

#slider {
  background: url("../images/shadow-slider.png") 50% bottom no-repeat;
  padding-bottom: 100px;
  background-size: 100% auto;
}
.slides {
  background: #fff;
}
.sub-header::after {
  content:'';
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;  
  -webkit-background-size: 100%;
  background-size: 100%;
}

body.itemid-123 .sub-header::after,
body.itemid-124 .sub-header::after,
body.itemid-125 .sub-header::after,
body.itemid-121 .sub-header::after  {  background:  url("../images/sub-header-4.jpg") 0 0 no-repeat; background-size: 100%;  }
body.itemid-141 .sub-header::after  {  background:  url("../images/sub-header-2.jpg") 0 0 no-repeat; background-size: 100%;  }
body.itemid-126 .sub-header::after  {  background:  url("../images/sub-header-3.jpg") 0 0 no-repeat; background-size: 100%;  }
body.itemid-128 .sub-header::after  {  background:  url("../images/sub-header.jpg") 0 0 no-repeat; background-size: 100%;  }
body.itemid-122 .sub-header::after  {  background:  url("../images/sub-header-5.jpg") 0 0 no-repeat; background-size: 100%;  }


#flexslider {
  position: relative;
}
.flex-control-nav {
  position: absolute;
  width: 100%;
  bottom: 36px;
  height: 20px;
  left: 0;
  z-index: 100;
}
.flex-direction-nav {
  position: absolute;
  width: 100%;
  top: 45%; 
}
.flex-direction-nav li {
  position: absolute;
}
.flex-direction-nav li.flex-prev  {
  left: -5px;
}
.flex-direction-nav li.flex-next {
  right:-5px;
}
.flex-direction-nav a {
  display: block; 
  background: #c4c4c4;
  width: 36px;
  height: 38px;
}
.flex-direction-nav a:hover {
  background: #f44c49;  
}
.flex-direction-nav a i {
  text-align: center;
  line-height: 20px;  
  display: block;
  font-size: 20px;
  color: #fff;
  padding-top: 10px;
}

#content .btn-primary:hover, 
#content .btn-primary:focus, 
#content .btn-primary:active, 
#content .btn-primary.active, 
.open > .dropdown-toggle.btn-primary {
  background: #f7b30c
}

/* Content */
/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
#content {
  position: relative;
  z-index: 99;
  background: #fff url("../images/bg-body-subpage.jpg") 50% top no-repeat;
}

div.home #content {
  background: #fff url("../images/bg.jpg") 50% top no-repeat;
}

h1 {
  color: #000;
  font-size: 32px;
  line-height: 42px;
  text-transform: uppercase;
  display: block;
  padding-bottom: 10px;
  font-weight: 700; 
  font-family: 'Montserrat', sans-serif;
  margin-top: 0;
  background: url("../images/bg-h1.jpg") 0 bottom no-repeat;
  margin-bottom: 20px;
}

.banners h1 {
  margin-top: -60px;
  text-align: center;
  background: none;  
}

#content p, dl {
  color: #555555;
  font-size: 16px;
  line-height: 26px;
}
.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block; 
}

.banners {
  padding-bottom: 80px;
  padding-top: 30px;
}
.banners .wrapper {
  background: #44cacb; 
  text-align: center;
  position: relative;
  padding-bottom: 40px;
  padding-top: 60px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
}
.banners .row > div .wrapper                   {   background:  #44cacb url("../images/bg-banner-1.jpg") 30% 0 repeat-x; }
.banners .row > div + div .wrapper             {   background:  #5abb4a url("../images/bg-banner-2.jpg") 15% 0 repeat-x; }
.banners .row > div + div + div .wrapper       {   background:  #f7b30c url("../images/bg-banner-3.jpg") 95% 0 repeat-x; }
.banners .row > div + div + div + div .wrapper {   background:  #f44c49 url("../images/bg-banner-4.jpg") 0%  0 repeat-x; }

#content .banners .wrapper p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}
.wrapper::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 28px;
  left: 0;
  bottom: 0;
  background: url("../images/bottom-arrow.png") 50% bottom no-repeat;
}
h5 {
  font-size: 27px;
  letter-spacing: 1px;
  clear: #fff;
  font-weight: 700;
  background: url("../images/bg-h5.png") 50% bottom no-repeat;
  padding-bottom: 20px;
  text-transform: uppercase;
  line-height: 32px;
  margin-bottom: 20px;
  padding-top: 5px;
}
.wrapper p {
  padding-bottom: 15px;
}
.wrapper a {
  font-size: 14px;
  color: #424242;
  line-height: 45px;
  display: block;
  width: 100px;
  height: 45px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  text-decoration: none;
  background: #fff;
  font-family: 'Montserrat', sans-serif;
}
.wrapper a:hover {
  opacity: 0.95
}
h2 {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 24px;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  line-height: 32px;
  padding-bottom: 30px;
}
ul.list {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.list li {
  padding: 0;
  margin: 0;
  color: #3a3a3a;
  padding-left: 45px;
  background: url("../images/like.png") 0 8px no-repeat;
  font-size: 22px;
  line-height: 32px;
  padding-bottom: 20px;
  font-weight: 300;
}

.sidebar .banners {
  padding-top: 0px;
}

.google_map {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
}
.google_map iframe {
  width: 100%;
  height: 100%;
  border:none;
  min-height: 400px;
}
#content .textblock p a {
  color: #b33a8a;
}
.inner-blog a {
  text-decoration: none;
  display: block;
  padding-bottom: 15px;
  margin-bottom: 35px;
  border-bottom: 1px #b6b5b8 solid;
}
.inner-blog a:hover {
  border-color:#f44c49;
}

.inner-blog a b {
  display: block;
  padding-top: 25px;
  padding-bottom: 10px;
  color: #000;
  font-size: 18px;
  clear: both;
}
#content .inner-blog p {
  color: #3a3a3a;
  font-size: 14px;
  line-height: 22px;
}

.inner-blog a:hover b {
  color: #f44c49;
}

#content .inner-blog p.data {
  color: #f7b30c;
  font-size: 11px;
  line-height: 16px;
}
#content p.sub-text {
  margin-bottom: 24px;
}

.pagination-list {
  margin: 0;
  padding: 0;
  list-style: none;  
}
.pagination-list li.disabled {
  display: none;
  
}
.pagination-list li {
  float: left;
  color: #fff;
  text-align: center;
  text-decoration: none;  
  margin-right: 2px;
}
.pagination-list li a {
  background: #5abb4a;
  text-decoration: none;
  color: #fff;
  padding: 10px 15px;
  display: block;
  -webkit-border-radius:  5px;
  -moz-border-radius:  5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;  
}
.pagination-list li a:hover {
  background: #6fa6cd;
}
.pagination-list li.active a{
  background: #f7b30c;
}

.icon-next::after {
  content: 'next';
  display: block;
  position: relative;  
}
.icon-last::after {
  content: 'last';
  display: block;
  position: relative;  
}

.icon-first::after {
  content: 'first';
  display: block;
  position: relative;  
}

.icon-previous::after {
  content: 'previous';
  display: block;
  position: relative;  
}


dl dt{
  margin-top: 25px;
  display: block;  
}


div.search {
  color: #000;
}
.phrases-box, .only {
  padding-left: 20px;
}
.only legend {
  margin-left: -20px;
  display: block;  
}
legend {
  padding-top: 40px;
  border:none;
}



/* testimonials */
/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
#testimonials {
  background: #f7b30c;
  overflow: hidden;
  position: relative;
  
}
.hand {
  position: absolute;
  right: 0;
  top: -35px;
  z-index: 90;
  display: none;
}

#testimonials .container {
  padding-top: 30px;
  padding-bottom: 20px;
  position: relative;
  z-index: 101;
}

#testimonials::before {
  content: '';
  width: 100%;
  height: 67px;
  background: url("../images/bg-orange-1.jpg") 50% 0px repeat-x;
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

#testimonials::after {
  content: '';
  width: 100%;
  height: 67px;
  background: url("../images/bg-orange-2.jpg") 50% 0px repeat-x;
  position: relative;
  top: 0;
  left: 0;
  display: block;
}


.inner {
  padding-left: 45px;
  overflow: hidden;  
}

h3 {
  font-size: 28px;
  padding-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
}

.testimonials-text {
  margin: 0;
  padding: 0;
  padding-right: 60px;
  padding-bottom: 10px;
}
.testimonials-text li {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
}
.testimonials-text p {
  font-size: 18px;
  font-style: italic;
  line-height: 28px;
  color: #fff;
  font-weight: 300;
  padding-right: 110px;
  padding-top: 45px;
  padding-bottom: 35px;
}

#testimonials h3 {
  margin-bottom: -45px;
}

.testimonials-nav  li {
  float: left;
}
.testimonials-nav  li a {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  background: url("../images/pag-testimonials.png") 50% -36px no-repeat; 
}

.testimonials-nav  li a.active,
.testimonials-nav  li a:hover {
  background: url("../images/pag-testimonials.png") 50% 0 no-repeat; 
}
.testimonials-text li img {
  -webkit-border-radius:  50%;
  -moz-border-radius:  50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  border: 3px #fff solid; 
}

.banner_next,
.banner_prev {
  display: block;
  width: 32px;
  height: 32px;
  font-size: 32px;
  float: left;
  cursor: pointer;
}
.banner_next:hover,
.banner_prev:hover {
  color: #f44c49;
}

.angles {
  margin-top: -40px;
}

.intro-img {
  max-width: 35%;
  margin-right: 20px;
}


/* latest */
/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
#latest {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #000;
  font-size: 14px;
  line-height: 22px;
}
h4 {
  padding: 0;
  margin: 0;
  font-size: 28px;
  color: #000;
  padding-bottom: 15px;
  border-bottom: 1px #dcdcdc solid;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative; 
}


.archive {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  color: #f44c49;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
}
.archive i  {
  font-size: 18px;
}

h6, h6 a {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  
}
h6 a:hover {
  color: #f44c49;
  text-decoration: underline; 
}

p.data, #content p.date {
  color: #f7b30c;
  font-size: 12px;
  margin-bottom: 5px;
}
a.more {
  color: #616161;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;  
  line-height: 22px;
}
a.more i {
  line-height: 22px;
  padding-left: 5px;
  font-weight: 400;
  font-size: 10px;
  color: #d3322f;
}
a.more:hover {
  color: #000;
}

.itemBackToTop {
  display: none;  
}

.submit {
  background: #f44c49;
  border:none;
  min-width: 100px;
  margin-bottom: 15px;
  line-height: 28px;
}

.input-80 {
  width: 100%;
  padding: 8px 10px;
  -webkit-border-radius:  3px;
  -moz-border-radius:  3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 0px 0px #f00  ;
  -moz-box-shadow: inset 0px 0px 0px #f00 ;
  box-shadow: inset 0px 0px 0px #f00 ;
  border-width: 1px;
  border:1px #cecece solid;
  color:#555;
}
.input-80:focus {
  outline: none;
  border-color:#000!important;
}
#formResponse {
  font-weight: bold;
  background-color: #FCF8E3;
  border-radius: 5px;
  padding: 10px;
  color: #5C441B;
}
.formUnfilled {
  display: none;
}
label.error {
  color: red;
  padding: 2px 0;
  margin-top: 2px;
  margin-bottom: -10px;
}
.warning {
  color: red;
}
/* Manual Code  */
.form-horizontal .control-label {
  width: 18%;
  max-width: 50%;
  text-align: left;
  display: none;  
}
.form-horizontal .controls {}

input[type="text"],
input[type="email"]{
    border-color:#cecece!important;
}
select{}
textarea {}

/* FOOTER */
/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
#footer {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative; 
  background: #2b2723  url("../images/bg-footer.jpg") 50% top no-repeat;
  border-top: 10px #d0d0d0 solid;
  color: #f5f0ed;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
}
#footer p {
  padding-top: 15px;
  padding-bottom: 5px;
}
#footer p.call a {
  display: block;
  color: #f5f0ed;
  font-size: 30px;
  text-decoration: none;
  font-weight: 700;
  line-height: 40px;
  padding-top: 10px
}

#footer .socials {
  float: left;
  margin: 0;
  padding: 0;
}
#footer form {
  position: relative; 
}
#footer input[type="search"] ,
input[name="searchword"]{
  border:1px #8e8e8e solid;
  background: rgba(0, 0, 0, 0.3);
  -webkit-border-radius:  3px;
  -moz-border-radius:  3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  padding-left: 15px;
  padding-top: 6px;
  font-weight: 300;
  font-size: 14px;
  padding-bottom: 6px;
  width: 100%;
}
input[name="searchword"] {
  margin-bottom: 20px;
}

#footer input[type="search"]:focus {
  outline: none;
  border-color:#fff;
}
#footer button,
.btn-group button[name="Search"]
 {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 5px;
  top: 7px;
  background: url('../images/search.png') 0 0 no-repeat;
  border:0;
  text-indent: -9999px;
}

/* FOOTER */
/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
#copyright {
  background: #1a1715;
  color: #bfbfbf;
  font-size: 14px;
  line-height: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  
}
#copyright p {
  margin-bottom: 0;
  padding-bottom: 0;
}

li.active a {
  font-weight: 700;
}

/* ______________________________________________________________________________________________________________________________________________________________________ */

img {
  max-width: 100%;
}
img.center {
  margin:0 auto;
  display: block;
    
}

body.itemid-126 .row.textblock,
body.itemid-141.view-item .row.textblock {
  margin-left: 0;
  margin-right: 0;
}

/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||   1 8 0 0  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

@media (min-width:1800px){
  
  #content,
  .home div#content{
    background-size:  100%!important;
  }


}

/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||   1 3 0 0  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

@media (min-width:1300px){
  
  .container {
    width: 1270px!important;
  } 
  #nav div > ul > li > a {
    min-width: 105px;
  }
  #nav div > ul > li a {
    font-size: 14px;
  }
  h2 {
    font-size: 28px;
  }

}


/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||   1 2 0 0  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

@media (min-width:1200px){
  .container {
    width: 1170px;
  } 
  #testimonials .hand {
    display: block;    
  }
  .slides {
    min-height: 495px;
  }




}

/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||  1 1 9 9   |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

@media (max-width:1199px){
  #nav div > ul > li a {
    font-size: 12px;
  }
  #nav div > ul > li a ,
  #nav div > ul > li  {
    min-width: 80px;
    line-height: 68px;
  }
  .logo {
    width: 195px
  }
  .phone a {
    display: inline;
    font-size: 16px;
    padding-left: 5px;
  }
  #content p {
    font-size: 13px;
  }
  #slogan {
    padding-top: 40px;
  }
  #slogan strong, h1 {
    font-size: 28px;
  }
  #slider {
    padding-bottom: 85px;
  }
  h5 {
    font-size: 18px;
    line-height: 24px;
  }
  #content .banners .wrapper p {
    font-size: 13px;
    line-height: 18px;
  }
  h2 {
    font-size: 20px;
    padding-bottom: 15px;
  }
  ul.list li {
    font-size: 18px;
    padding-bottom: 10px;
  }
  #testimonials .container {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  h3 {
    font-size: 24px;
    padding-bottom: 10px;
  }
  body p {
    font-size: 13px;
    line-height: 20px;
  }
  #footer p.call a {
    font-size: 24px;
  }
  #footer {
    padding-top: 60px;
    padding-bottom: 60px; 
  }
  #footer p {
    padding: 0; 
  }
  img.shadow {
    top: 100%;
  }
  h1 {
    font-size: 28px;
  }
  .testimonials-text p {
    padding-right: 0;
  }
 .testimonials-text li img {
  height: auto!important;
}


}
/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||   9 7 9  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

@media (max-width:979px){
  .container {
    width: 760px;
  } 
  .socials li a {
    width: 25px;
    height: 25px;
  }
  .socials li a i {
    font-size: 14px;
  }
  .logo {
    width: 154px;
    padding: 15px 10px;
  }
  #nav div > ul > li a {
    font-size: 10px;    
  }
  #nav div > ul > li a ,
  #nav div > ul > li  {
    min-width: 64px;
    line-height: 71px;
  }
  #content #top .phone p {
    font-size: 12px;
  }
  .phone a {
    display: inline;
    font-size: 13px;
  }
  #content p {
      font-size: 12px;
      line-height: 20px;
  }
  #slogan strong, h1 {
      font-size: 24px;
  }
  #slogan {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  #slider {
    padding-bottom: 68px;
  }
  .banners > div .wrapper {
    background-image: none!important;
    padding-top: 10px;    
  }
  h5 {
      font-size: 14px;
      line-height: 20px;
  }
  ul.list {
    padding-bottom: 20px;
  }
  ul.list li {
    padding-left: 0;
    background: none;
    font-size: 16px;
    padding-bottom: 2px;
  }
  h6 {
    font-size: 16px;
  }
  #footer p.call a {
    font-size: 18px;
  }
  .archive {
    font-size: 14px;
  }
  .testimonials-text p {
    font-size: 16px;
    line-height: 24px;
  }
  #footer p.call a {
    padding-top: 0;
  }
  #content .sub-header p {
    font-size: 24px;
    bottom: 10px;
    left: 20px;
  }
  h1 {
    font-size: 24px;
  }

}

 /* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||  7 6 7   |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

@media (max-width:767px){
  .container{
      padding-left:20px;
      padding-right:20px;
      width:auto;
  }
  #footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #footer div.col-sm-3 {
    float: left;
    width: 50%;
    min-height: 100px;
  }
  p.data {
    margin-bottom: 0;
  }
  h6 {
     font-size: 18px;
     margin-bottom: 0;
     margin-top: 25px;
  }
  .inner {
    padding-left: 20px;
  }
  h3 {
    font-size: 18px;
    padding-bottom: 0;
  }
  .testimonials-text p {
    font-size: 14px;
    line-height: 20px;
  }
  ul.list li {}

  .photo-column {
    float: left;
    max-width: 35%;
  }
  .wrapper::after {
    display: none;
  }
  .banners > div .wrapper {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  h5 {
    font-size: 18px;
  }
  #slider {
    background: none;
    padding-bottom: 20px;
  }
  #slogan strong, h1 {
    font-size: 20px;
    padding-bottom: 0;
  }
  #testimonials img {
    max-width: 35%;
  }
  h1 {
    margin-top: 0;
  }
  .logo {
    position: relative;
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    margin-bottom: 1px;
  }
  .logo img {
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: block;
    width: 150px;
  }
  #slogan strong, h1 {
      font-size: 16px;
      padding-bottom: 0;
      line-height: 24px;
  }
  h2 {
      font-size: 16px;
      padding-bottom: 10px;
      line-height: 22px;
  }
  #testimonials img {
    display: none;    
  }
  .inner {
    padding-left: 0;
  }


  .sf-menu{float:none}
  .collapse{height:0}
  #nav .nav-collapse.collapse{height:0;}
  a.menu{display:block}
  .btn-navbar{display:block;}
  .nav-collapse,
  .nav-collapse.collapse{overflow:hidden;clear:both;}

  .nav-collapse {
    float: none;
    z-index: 120;
    clear: both;
    -webkit-transition: height .01s linear;
    -moz-transition: height .01s linear;
    -o-transition: height .01s linear;
    position: absolute;
    top: 34px;
  }


  .btn-navbar{
    text-decoration:none;
    font-weight:400;
    text-align:center;
    cursor:pointer;
    border:1px #ba9076 solid;
    text-transform: uppercase;
    text-align: center;
    padding-right: 25px;
    padding-left: 25px;
    line-height: 25px;
    color: #fbe9d8;
    background:#776136; 
    outline: 3px #776136 solid;
    text-decoration: none;  
    width: 200px;   
    margin: 0 auto;
    font-size: 16px;
    line-height: 28px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -105px;
  }

  .btn-navbar:hover{
    color: #fff;
    outline: 3px #776136 solid;
  }

  .sf-menu ul.dd_menu {
    margin-left: 0;
  } 
  .sf-menu > li > a {
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 32px;
    color: #e9ca8d;
  }
  .sf-menu > li {
    float: none;
    width: 100%;
    padding-left: 0;
    background: none;   
    padding-top: 5px;
    padding-bottom: 0;
  }

  .sf-menu {
    overflow: hidden;
  }
  .sf-menu ul {
    position: relative;
    width: 100%;
    padding-bottom: 10px;
  }
  .dd_menu li a {
    width: 100%;
    text-align: center;
    margin-left: 0;
  }


  .box-heading {
    font-size: 30px;
  }
  .links a {
    line-height: 28px;
  }
  #nav div > ul > li,
  #nav {
    float: none;    
  }
  .navbar {
    float: left;
    margin-left: 10px;
  }
  .navbar-collapse.collapse {
    position: absolute;
    width: 100%;
    left: 0;
  }

  #menu, div.header {
    display: block;
  }
  #nav {
    display: none;  
    position: absolute;
    z-index: -1;
    height: 0;
  }
  #content .sub-header p {
    display: none;    
  }
  .banners h1 {
    margin-top: -20px;
  }
  #content #slogan p {
    font-size: 16px;
    line-height: 24px;
  }
  .mm-listview > li > a, .mm-listview > li > span {
    padding-left: 10px;
  }
  ul.list li {
    line-height: 24px;
  }
  .flex-direction-nav {
    display: none;    
  }
  h2 {
    padding-top: 20px;
  }
  .banners {
    padding-bottom: 30px;
  }
  #menu {
    position: absolute;    
  }
  .textblock {
    padding-bottom: 10px;
  }
  .form-horizontal {
    margin-bottom: 20px;
  }
  h1 + br {
    display: none;    
  }
  .sidebar {
    clear: both;
    padding-top: 10px;
  }

}

/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||  6 2 5  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

@media (max-width:625px){



}

/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||  4 8 0  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
@media (max-width:481px){
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  #slogan strong, h1 {
    font-size: 14px;
  }
  h5 {
    font-size: 14px;
  }
  #footer div.col-sm-3 {
    float: none;
    width: 100%;
    margin-bottom: 10px;
    min-height: auto;
    clear: both;
  }
  #testimonials .container {
    padding-top: 0;
    padding-bottom: 0;
  }
  .banners > div .wrapper {
    padding-bottom: 2px;
    padding-top: 4px;
  }
  .flex-control-nav.flex-control-paging {
    display: none;    
  }
  #footer {
    background-size: auto 100%;
  }
  #footer .socials {
    padding-bottom: 15px;
  }
  .col-xxs-12 {
    width: 100%;
    float: none;
  }

}

/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||  3 2 0  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
@media (max-width:320px){
  body, html, #main{min-width:320px; padding-left:0; padding-right:0;margin-left:0;margin-right:0;}
  body.sub-page img#captcha {   margin-left: 0  }




}

a[href*="callto"]{text-decoration:none;}
p.text a[href*="callto"]{text-decoration:none;}
::selection{background:#6fa6cd!important;color:#fff}
::-moz-selection{background:#6fa6cd!important;color:#fff}

