/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }
body {
  line-height: 1; }
ol, ul {
  list-style: none; }
blockquote, q {
  quotes: none; }
blockquote:after,
q:after {
  content: '';
  content: none; }
table {
  border-collapse: collapse;
  border-spacing: 0; }
:focus { outline:0; }


/* #Basic Styles
================================================== */

body {
  background: #fff;
  font: 14px/22px 'Merriweather', serif;
  color: #333;
  font-weight: 900;
  -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;


}


/* #Typography
================================================== */

h1, h2, h3, h4, h5, h6 {
  color: #424242;
  font-family: 'Playfair Display', serif;
  font-weight: 700; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 36px; line-height: 62px; margin-bottom: 10px; letter-spacing: -0.03em; }
h2 { font-size: 28px; line-height: 44px; margin-bottom: 10px; letter-spacing: -0.03em; }
h3 { font-size: 26px; line-height: 36px; margin-bottom: 14px; }
h4 { font-size: 22px; line-height: 30px; margin-bottom: 5px; font-weight:500; }
h5 { font-size: 18px; line-height: 24px; margin-bottom: 10px; font-weight:500; }
h6 { font-size: 14px; line-height: 21px; }
.subheader { color: #849098; }
h1 strong { font-weight:900; letter-spacing: -0.05em; }
h3 strong, h4 strong, h5 strong, h6 strong { font-weight:500; }
h3 strong { letter-spacing: -0.02em; }

p { margin: 0 0 20px 0; color:#494949; font-family:'Merriweather', serif; font-weight:300; font-size:13px; }
p img { margin: 0; max-width: 100%; }
p.lead { font-size: 21px; line-height: 26px; color: #333;  }
p.magic { font-size: 19px; line-height: 25px; margin: 0; }

em { font-style: italic; }
strong { font-weight: bold; }
p strong { font-size:14px; }
small { font-size: 70%; color: #6b6b6b; line-height:1.3; }
p small { font-size:11px; color:#8d9499;}



/*	Blockquotes  */
blockquote, blockquote p { font-size: 15px; line-height: 24px; color: #6a747d; font-family:"Roboto Slab";  }
blockquote { position:relative; margin: 0 0 21px; padding: 18px 10px 14px 60px; /*background: url(../images/b-qot1.png) no-repeat 12px 9px;*/}
blockquote:before { position:absolute; left:12px; top:26px; content:'\201C'; font-size:62px; color:#bbb; font-weight:bold; font-family: Georgia, Times, serif; }
blockquote cite { display: block; font-style: italic;  font-size: 12px; color: #777f87; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }
blockquote small { font-size:13px; font-style: italic;}
blockquote img { max-width:100%; width:auto; display:inline; }

hr { border: solid #e5e5e5; border-width: 1px 0 0; clear: both; margin: 14px 0 20px; height: 0; width: auto; }
hr.boldbx { border-width: 4px 0 0; border-color:#efefef; }
/*.container hr { margin-right: 10px; margin-left: 10px;}*/
.container .columns hr, .container .column hr  { margin-right: 0px; margin-left: 0px;}

::selection { background: #aa072a; color: #fff; }
::-moz-selection { background: #aa072a; color: #fff; }


/* #Links
================================================== */

a, a:visited { color: #aa072a; text-decoration: none; outline: 0;
               -webkit-transition: all 0.3s ease;
               -moz-transition: all 0.3s ease;
               -o-transition: all 0.3s ease;
               transition: all 0.3s ease;
}
a:hover, a:focus { color: #999; text-decoration: none; outline: 0; cursor: pointer; }
p a, p a:visited { line-height: inherit; }
a:active { outline:none; opacity: 0.75; }


/* #Lists
================================================== */

ul, ol { margin-bottom: 21px;  }
ul { list-style: none outside; }
ol { list-style: decimal; }
ol, ul.disc { margin-left: 20px; }
ul.disc { list-style: disc outside; }
ul ul, ul ol,
ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
ul ul li, ul ol li,
ol ol li, ol ul li { margin-bottom: 6px; }
li { line-height: 14px; margin-bottom: 14px; }
.dark .flexslider li {margin-bottom: 0;}
ul.large li { line-height: 21px; }
li p { line-height: 18px; }
ul.check li, li.check { background:url(../images/li-check.png) no-repeat left 2px; }
ul.plus li, li.plus { background:url(../images/li-plus.png) no-repeat left 2px; }
ul.minus li, li.minus { background:url(../images/li-minus.png) no-repeat left 1px; }
ul.star li, li.star { background:url(../images/li-star.png) no-repeat left 2px; }
ul.arrow li, li.arrow { background:url(../images/li-arrow.png) no-repeat left 2px; }
ul.arrow2 li, li.arrow2 { background:url(../images/li-arrow2.png) no-repeat left 2px; }
ul.square li, li.square { background:url(../images/li-square.png) no-repeat left 2px; }
ul.circle li, li.circle { background:url(../images/li-circle.png) no-repeat left 3px; }
ul.cross li, li.cross { background:url(../images/li-cross.png) no-repeat left 2px; }
ul.check li, li.check, ul.plus li, li.plus, ul.minus li, li.minus, ul.star li, li.star,
ul.arrow li, li.arrow, ul.arrow2 li, li.arrow2, ul.square li, li.square,
ul.circle li, li.circle, ul.cross li, li.cross { padding:0 0 1px 16px;  }

ul li a {display: block;}





/* #Images
================================================== */

img.scale-with-grid {
  max-width: 100%;
  height: auto; }

img.full-width {
  width: 100%;
  height: auto; }
p img { margin-bottom:14px;}


.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.video-container .youtubeBlock, .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/* #Buttons
================================================== */

.button,
button, a.price-send,
input[type="submit"],
input[type="reset"],
input[type="button"],
.button.green,
button.green,
input[type="submit"].green,
input[type="reset"].green,
input[type="button"].green  {
  /*-moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; */
  border:0 none;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  text-transform:uppercase;
  font-weight: 700;
  font-family: 'Merriweather', serif;
  text-decoration: none;
  /*text-shadow: 0 -1px rgba(0, 0, 0, .29); */
  cursor: pointer;
  margin-bottom: 21px;
  line-height: 17px;
  padding: 12px 40px;
  background: #424242;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}


.blox p .button {
  clear: both;
}


.button:hover,
button:hover, a.price-send:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button.green:hover,
button.green:hover,
input[type="submit"].green:hover,
input[type="reset"].green:hover,
input[type="button"].green:hover  {
  background: #aa072a;
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.2) inset;
  -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.2) inset;
  box-shadow: 0px 0px 4px rgba(0,0,0,0.2) inset;
}


.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}

.button.large,
button.large,
input[type="submit"].large,
input[type="reset"].large,
input[type="button"].large {
  padding: 20px 50px;
  font-size:15px;
}

.button.small,
button.small,
input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small {
  padding: 10px 30px;
  font-size: 12px;
}



.button.red,
button.red,
input[type="submit"].red,
input[type="reset"].red,
input[type="button"].red {
  text-decoration: none;
  background: #aa072a; /* Old browsers */
}


.dark .button.red:hover,
.dark button.red:hover,
.dark input[type="submit"].red:hover,
.dark input[type="reset"].red:hover,
.dark input[type="button"].red:hover {
  background: rgba(128, 13, 37, .8);
}

.button.red:hover,
button.red:hover,
input[type="submit"].red:hover,
input[type="reset"].red:hover,
input[type="button"].red:hover {
  text-decoration: none;
  background: #800d25;
}

.button.gray,
button.gray,
input[type="submit"].gray,
input[type="reset"].gray,
input[type="button"].gray {
  color:#333 !important;
  /*text-shadow: 0 -1px #fff; */
  background: #424242 /* Old browsers */
}


.button.gray:hover,
button.gray:hover,
input[type="submit"].gray:hover,
input[type="reset"].gray:hover,
input[type="button"].gray:hover {
  background: rgba(66, 66, 66, .8);;
}





a.button, .button.blue, .button.red, .button.cherry, .button.orchid, .button.pink, .button.orange, .button.teal {
  color: #fff;
  text-align: center;
}

.button:active,
button:active, a.price-send:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
  color: #c1d7dc;
  opacity: 0.94;
}


/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.jml-slider-button {
  background-color:#aa072a; padding:5px 50px;
  color:#fff !important;
  font-size:16px; text-transform: uppercase;
}
.jml-slider-button:hover{
  background-color:#800d25;
}


/* #blox
================================================== */

.blox {
  padding: 70px 0 40px 0;
  clear: both;
  background: #efefef;
  text-shadow: 1px 1px 0 #fff;
  border-bottom: 1px solid #ededed;
}

.blox.dark-page-header {
  background: #333;
  padding: 100px 0 40px 0;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.70);
  margin: 0;
  border: none;
}

.blox.dark-page-header h1 {
  font-size: 75px;
}

.blox.evenpad {
  padding: 70px 0;
}

.blox.nopad {
  padding: 0;
}

.blox.white {
  background: #fff;
}

.blox.red {
  background: #c01f25;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.73);
}

.blox.dark {
  background: #444;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.73);
}

.blox.dark p {
  color: #ccc;
}

.blox.dark *, .blox.red *, .blox.dark-page-header * {
  color: #fff;
}

.blox.dark a.button:hover, .top-bar a.button:hover, .blox.red a.button:hover {
  color: #fff !important;
  text-shadow: 0 -1px rgba(0, 0, 0, .29);
  background: #222;
  text-decoration: none;
}

.blox.dark a:hover {
  color: #ccc;
}

.blox.prefooter {
  padding: 70px 0 50px;
  margin: 0 auto 455px auto;
  border: none;
}

.blox.red h2 {
  line-height: 45px;
}

.blox.red h5 {
  font-weight: 400;

}

.services h4 a {
  display: block;
  color: #333;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blox h4 a:hover {
  color: #999;
}



#portfolio .work-thumb {
  padding: 0;
  overflow: hidden;
  background: #c01f25;
}

#portfolio .work-thumb h1 {
  background-color: #000;
}

#portfolio .work-thumb>a {
  display: block;
  position: relative;
  padding-bottom: 56.25% !important;
  height: 0;
  overflow: hidden;
  cursor: pointer;
}

#portfolio .work-thumb>a img {
  max-width: 100%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  opacity: 1;
}

#portfolio .work-thumb .caption a {
  display: block;
  height: 100%;
  cursor: pointer;
  padding: 20px;
}

#portfolio .work-thumb .caption h5 {
  color: #fff;
  font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0 0 5px;
}

#portfolio .work-thumb .caption p {
  color: #fff;
}

#portfolio .work-thumb .caption {
  position: absolute;
  bottom: -152px;
  left: 0;
  padding: 0;
  /*background: rgba(51,51,51,.2);*/
  display: block;
  height: 152px;
  width: 100%;
  text-align: left;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#portfolio .work-thumb:hover .caption {
  -webkit-transform: translateY(-210px);
  -moz-transform: translateY(-210px);
  -ms-transform: translateY(-210px);
  transform: translateY(-210px);
  /*background: rgba(51,51,51,.9);*/
}

#portfolio .work-thumb:hover img {
  opacity: 0.15;
  -webkit-transform: scale3d(1.5,1.5,1);
  transform: scale3d(1.5,1.5,1);
}

#case-study .tp-bgimg {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#case-study:hover .tp-bgimg {
  opacity:.4 !important;

}


/* #spacers
================================================== */


.spacer30 {
  margin-bottom: 30px;
}

.spacer50 {
  margin-bottom: 50px;
}

.spacer70 {
  margin-bottom: 70px;
}

.paddingleft-zero {
  padding-left:0 !important;
}

@media (min-width: 991px) {

  .blox .pad30 {
    padding-left: 30px;
    padding-right: 30px;
  }

}

@media (max-width: 768px) {

  body .container {
    padding-left: 30px;
    padding-right: 30px;
  }

}






article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

#full-width, #hero {
  width: 100%;
  padding: 0;
  clear: both;
  border-bottom: 1px solid #d6d6d6;
  background: #ccc;
}

.button.gray, button.gray, input[type="submit"].gray, input[type="reset"].gray, input[type="button"].gray {
  color: #333 !important;
  text-shadow: 0 -1px #fff;
  background: #f3f4f5;
}

.button.small, button.small, input[type="submit"].small, input[type="reset"].small, input[type="button"].small {
  padding: 10px 30px;
  font-size: 12px;
}

a.button, .button.blue, .button.red, .button.cherry, .button.orchid, .button.pink, .button.orange, .button.teal {
  color: #fff;
  text-align: center;
}



/*********************************************
  -	HEADER		-
**********************************************/



.top-bar {
  background: #c01f25;
  height: 52px;
  padding: 10px 0;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  display: block;
  width: 100%;
}

.top-bar .callurl {
  margin: 0 10px;
  float: right;
  padding: 8px 30px 7px;
}

.top-bar .callus {
  float: left;
  margin: 5px 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Merriweather', serif;
  color: #fff;
  font-size: 18px;
}

.top-bar .callus span, #scroll-top a.footcallus span {
  color: #ccc;
}

.top-bar .callus a {
  color: #fff !important;
}

.top-bar-wrapper{
  border-bottom: 1px solid #C5BD99;
  background: #aa072a;
  height: auto;
}

.logo-box img {
  max-width:250px;
  margin:12px 0;
}

.top-info i {
  left: -10px;
  color:#eaeaea;
}
.jml-flag {
  width:20px;
  float: right;
  margin:20px 0 0 10px;
}
.jml-icon {
  position: absolute;
  left: -5px;
  top: -5px;
  width: 40px;
}
.top-info {
  color: #d8c294; font-size:12px;
}
.top-info a, .top-info a:visited {
  color: #d8c294;

}

.top-info a:hover {
  color: #b2a07a;
}




/*********       MAIN NAVIGATION     ***********/

.navbar.navbar-default{
  background-color: #424242;
  background-image: none !important;
  border-radius: 0 !important;
  border-color: transparent;
}
.navbar {
  border: none;
  height:45px;
  margin-bottom: 0;
}
.navbar-default .navbar-nav li {
  margin-bottom:0 !important;    

}
.navbar-default .navbar-nav>li>a  {
  color: #ebebeb;
  font-size:1em;
  font-weight:700;
  text-shadow: none;
  line-height: 15px;
  padding:15px 22px 20px 22px;

}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a {
  color: #ebebeb;
  background-image: none !important;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {

  background-color: rgba(255,255,255, 0.0) !important;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff,endColorstr=#00ffffff);
  zoom: 1;
  color: #d8c294;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  color: #d8c294;
}
.navbar-nav {
  margin-top:0px;
}
.dropdown-menu{
  padding: 0px;
  background-color: #424242;
  border: none;
  border-radius: 0;
}
.dropdown-menu li a{
  color:#fff;
  border-top: 1px solid #d8c294;
  padding:10px 20px;
  min-width:250px;
}
.dropdown-menu li a:hover, .dropdown-menu li a:focus {
  color:#d8c294;
  background-color: rgba(255,255,255, 0.0) !important;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff,endColorstr=#00ffffff);
  zoom: 1;
  background-image: none;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
  color: #d8c294;
  background-color: rgba(255,255,255, 0.0) !important;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff,endColorstr=#00ffffff);
  zoom: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-image:none;
    background-color:#aa072a !important;
    color:#d8c294;
}
.dropdown-menu>.active>a {
    background-color:#aa072a !important;
    background-image:none;
}
.navbar-toggle {
  border:0;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color:#d8c294;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #aa072a;
}



/*************************************/

/****************** SIDE BAR  ****************/

.nav-sidebar>li>a {
  padding:15px 10px;
  font-weight:500;
  color: #494949;
}

.nav-sidebar>li {
  border-left: 4px solid #aa072a;
  background-color:#ebebeb;
}

.nav-sidebar>li>a:hover {
  color: #d8c294;
  background-color:#494949;
}

.blog-sidebar>li {

}
.blog-sidebar>li>a {
  color: #494949;
  line-height: 25px;
  font-weight:300;
  padding:12px 5px 12px 20px;
  background-color:#ebebeb;
  border-left: 4px solid #aa072a;
}
.blog-sidebar>li>a:hover {
  color: #d8c294;
  background-color:#494949;
}

.blog-sidebar>li>a:hover .blog-side-h{
  color:#fff !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-side-h{
  color:#aa072a;
  font-weight:700;
  font-size:13px;
  font-style: italic;
}

#sticker {
  z-index: 90000;
  width: 100%;
  height: auto;
  position: absolute;
}

#sticker.affix-top {
  position: absolute;
}

#sticker.affix {
  position: fixed;
  top:0;
  height: 60px;
}

#sticker.affix #header {
  padding: 10px 0 0 0;
  background: rgba(51,51,51,.8) url(../images/header-bg.png) 0 -50px repeat-x;
}

#sticker.affix .logo img {
  height: 40px;
}

#header {
  padding: 20px 0 10px 0;
  background: url(../images/header-bg.png) 0px -10px repeat-x;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.logo a {
  display: inline-block;
  height: 50px;
  vertical-align: bottom;
}

.logo img {
  height: 50px;
  max-width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#nav a { font-family: 'proxima-nova', Helvetica, Arial, sans-serif; font-weight: 700; border-radius: 0; font-size: 15px;  height:50px; line-height:50px; padding:0 15px;  display:block; text-transform:uppercase; position:relative; text-decoration:none; color:#CCC;  opcity:1; text-align:center;
         -webkit-transition: all 0.3s ease;
         -moz-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
         transition: all 0.3s ease;
}

#nav a:hover, #nav li:hover > a, #nav a:focus { color:#fff; background: #222; cursor: pointer; }
#nav li.current a {  color:#fff; background: rgba(0,0,0,.3); }


#nav li ul li a {
  height: 40px;
  line-height: 40px;
}


#sticker.affix #nav a {
  height: 40px;
  line-height: 40px;
}

#nav li {
  margin:0;
}

#nav li.dropdown a:hover > ul.dropdown-menu {
  display: block !important;
}

#nav .dropdown-menu {
  margin: 0;
  background: #222;
  border: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  padding: 0;
  min-width: 100px;
  left: 0;
  right: initial;
}

#nav .dropdown-menu li a {
  text-align: left;
  font-size: 13px;
}

#nav .dropdown-menu li a:hover {
  background: #444;
  cursor: pointer;
}

#nav.nav .open > a,
#nav.nav .open > a:hover,
#nav.nav .open > a:focus {
  background-color: #222;
  border-color: none;
  border: none;
}


.box-icon {
  position: relative;
  text-align: left;
  padding-left: 57px;
}
.row{
  margin:50px 0;
}

/*********************************************
  -	SLIDER		-
**********************************************/

.tp-banner-container{
  width:100%;
  position:relative;
  padding:0;

}

.tp-banner{
  width:100%;
  position:relative;

}

.tp-caption {
  max-width: 75% !important;
  max-height: auto;
  /*white-space: nowrap;*/
}
.tp-caption p{
   white-space: normal;    
   padding-top:30px;
}
.tp-banner-fullscreen-container {
  width:100%;
  position:relative;
  padding:0;
}
@media screen and (max-width:767px) {
  .tp-caption p{
    display:none !important;   
  }
}


.scrolldownbox {
  position: absolute;
  bottom: 0;
  left: 50%;
  padding: 38px;
  width: 100px;
  height: 100px;
  background: rgba(0,0,0,.2);
  z-index: 50;
  margin: 0 -50px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.scrolldownbox:hover {
  background: rgba(68,68,68,.8);
}

.scrolldown {
  position: absolute;
  z-index: 50;
  width: 24px;

}

.mouse {
  position: absolute;
  z-index: 50;
  width: 24px;
  top: 25px;

}

.bounce {
  -webkit-animation:bounce 1s infinite;
  animation:bounce 1s infinite;
  -moz-animation:bounce 1s infinite;

}

@-webkit-keyframes bounce {
  0%{
    bottom:20px;
  }

  25%, 75% {
    bottom:25px;
  }


  50% {
    bottom:30px;
  }

  100% {
    bottom:18px;
  }
}

@keyframes bounce {
  0%{
    bottom:20px;
  }

  25%, 75% {
    bottom:25px;
  }


  50% {
    bottom:30px;
  }

  100% {
    bottom:18px;
  }
}

@-moz-keyframes bounce {
  0%{
    bottom:20px;
  }

  25%, 75% {
    bottom:25px;
  }


  50% {
    bottom:30px;
  }

  100% {
    bottom:18px;
  }
}


/*********************************************
  -	PORTFOLIO & CLIENTS		-
**********************************************/

.grayscale img {
  opacity: .5;
  -webkit-transition: all .2s;
  vertical-align: top;
  max-width: 100%;
}

.grayscale:hover img {
  opacity: 1;
}

.case-studies-list li {
  margin-bottom: 30px;
}


/*********************************************
  -	TESTIMONIALS		-
**********************************************/

.testimonial-content {
  padding: 12px;
  position: relative;
  background: #f4f4f4;
  border-radius: 4px;
}

.testimonial-content h4 {
  padding: 10px;
  color: #666;
  margin-top: 5px;
  font-size: 24px;
}

.testimonial-brand {
  position: relative;
  margin: 0 auto;
}

.arrow-down {
  border-top: 20px solid #f4f4f4;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  top: 0;
  left: 50%;
  margin-left: -20px;
  position: absolute;
}

.testimonial-brand img {
  width: 90px;
  height: 90px;
  border-radius: 5px;
  margin: 30px 0;
}

.testimonial-brand h5 {
  font-size: 22px;
  margin: 0 0 5px 0;
}

/*********************************************
  -	CONTACT FORM		-
**********************************************/

.contact-form .element {
  margin-bottom: 10px;
  clear: both;
}

.contact-form .txbx, .contact-form .select-contact-form-budget {
  font: 18px/27px 'freight-sans-pro', Helvetica, Arial, sans-serif;
  width: 100%;
  margin: 0 auto;
  height: 46px;
  border-width: 1px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  outline: none;
  float: none;
  padding: 8px 9px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  min-height: 21px;
  display: block;
  border: none;
  background: #fff;
  color: #666;
}

.contact-form ::-webkit-input-placeholder {
  color: #666;
}

.contact-form :-moz-placeholder { /* Firefox 18- */
  color: #666;
}

.contact-form ::-moz-placeholder {  /* Firefox 19+ */
  color: #666;
}

.contact-form :-ms-input-placeholder {
  color: #666;
}

.contact-form .era {
  min-height: 158px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contact-form .submit.button {
  margin-bottom: 0;
  width: 100%;
  font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
  font-size: 15px;
}

.contact-form .submit.button:hover {
  color: #fff;
}



input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, select:focus, textarea:focus {
  border-color: #ccc;
  color: #444;
  background: #fff;
  -moz-box-shadow: 0 0 15px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,.2);
  box-shadow: 0 0 15px rgba(0,0,0,.2);
}

.blox iframe {
  vertical-align: top;
}


.form-3 {
}

.form-3 .form-control {
  margin-bottom: 25px;
}

.form-3 input {
  height: 40px;
  box-shadow: none;
  font-size: 11px;
}

.form-3 input:focus {
  box-shadow: none;
  outline: none;
  border-color: none;
}

.form-3 textarea {
  box-shadow: none;
  font-size: 11px;
  resize: none;
  overflow: hidden;
  margin-bottom: 25px;
  padding: 15px 12px;
}

.form-3 textarea:focus {
  box-shadow: none;
  outline: none;
  border-color: none;
}

.form-3 .button i {
  padding-right: 5px;
  font-size: 14px;
}

.form-3 .clear {
  line-height: 32px;
  font-size: 12px;
}

.form-3 .btns input {
  position: relative;
  top: -1px;
}

.login-form, .register-form {
  border-radius: 5px;
}


/*********************************************
  -	FOOTER		-
**********************************************/


#footer {
  width:100%;
  padding:50px 0 0px 0;
  background: #333;
  z-index:1;
  bottom:0;
}
#footer a, 
#footer a:visited{
  border: none;
  color:#bcbcbc;
}
#footer a:hover,
#footer a:focus {
    color:#aa072a;
}
#footer h4{
  color:#fff;
}
#footer h5{
  color:#fff;
}
#footer p{
  color:#bcbcbc;
}
.footer-in {
  margin: 0 auto;
  color: #ccc;
  position: relative;
}

.footer-in h4 {
  color: #fff;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.footbot {
  padding: 30px 0 0;
}

.footer-navi {
  float: left;
  font-size: 12px;
  color: #999;
  padding: 3px 0 0 10px;
  text-transform: capitalize;
}

.footbot img {
  position: relative;

}

.footbot a {
  border: none;
}

.contact-inf p span {
  margin-right: 10px;
  color: #666;
  width: 17px;
  text-align: center;
}

#footer .contact-inf p span {
  margin-right: 10px;
  color: #ddd;
  width: 17px;
  text-align: center;
}

.footer-in p {
  line-height: 19px;
  color: #999;
}

.footer-in .contact-inf p {
  margin-bottom: 10px;
}

.socailfollow a {
  width: 38px;
  height: 38px;
  padding: 10px;
  float: none;
  margin: 7px 5px 0;
  text-decoration: none;
  display: inline-block;
  border-radius: 2px;
  background: rgba(0,0,0,.3);
  -webkit-transition: all 0.31s ease;
  -moz-transition: all 0.31s ease;
  -ms-transition: all 0.31s ease;
  -o-transition: all 0.31s ease;
  transition: all 0.31s ease;
}

.footer-in a {
  color: #ddd;
  text-decoration: none;
}

.footer-in a:hover {
  color: #999;
  text-decoration: none;
}
.socailfollow a:first-of-type {
  margin-left: 0;
}

.socailfollow i {
  font-size: 18px;
  color: #fff;
  opacity: 0.95;
  -webkit-transition: all 0.31s ease;
  -moz-transition: all 0.31s ease;
  -ms-transition: all 0.31s ease;
  -o-transition: all 0.31s ease;
  transition: all 0.31s ease;
}

.socailfollow a.facebook:hover {
  background: #3b5996;
}

.socailfollow a.twitter:hover {
  background: #00acee;
}

.socailfollow a.youtube:hover i {
  color: #cb322c;
}
.socailfollow a.youtube:hover {
  background: #fff;
}
.socailfollow a.google:hover {
  background: #d73d32;
}
#botbar {
  border-top: 1px solid #d8c294;
  background: #aa072a;
  padding:10px 0;
}
#botbar p{
  color: #d8c294 !important;
  font-size:11px;
}
#botbar a{
  color: #d8c294;
  text-decoration: none;
}
#botbar a:hover{
  color: #b2a07a;
}
#scroll-top a.scrollup {
  padding: 10px 13px 8px 13px;
  border-radius: 3px;
  background: #aa072a;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  opacity: 0.90;
  filter: alpha(opacity=90);
  z-index: 499841;
  -webkit-transition: all 0.31s ease;
  -moz-transition: all 0.31s ease;
  -ms-transition: all 0.31s ease;
  -o-transition: all 0.31s ease;
  transition: all 0.31s ease;
}

#scroll-top a.footcallus {
  padding: 10px 13px 8px 13px;
  border-radius: 3px;
  background: #aa072a;
  position: fixed;
  bottom: 30px;
  left: 30px;
  display: none;
  opacity: 0.90;
  height: 40px;
  margin: 0;
  filter: alpha(opacity=90);
  z-index: 499841;
  -webkit-transition: all 0.31s ease;
  -moz-transition: all 0.31s ease;
  -ms-transition: all 0.31s ease;
  -o-transition: all 0.31s ease;
  transition: all 0.31s ease;
}

#scroll-top a.footcallus:hover {
  background-color: #666;
  cursor: pointer;
}

#scroll-top a.scrollup i {
  font-size: 16px;
  color: #fff;
}

#scroll-top a.scrollup:hover {
  background-color: #666;
  cursor: pointer;
}

.icon-before::before {
  display: inline-block;
  margin-right: .5em;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.icon-after::before {
  display: inline-block;
  margin-left: .5em;
  float: right;
  font: normal normal normal 14px/1 FontAwesome;
  line-height: 24px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

a.icon-before, a.icon-after {
  font: 16px/22px 'freight-sans-pro', Helvetica, Arial, sans-serif;
  border: none;
}

.tweets h5#twitter p {
  line-height: 24px;
  height: 72px;
}


.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
  text-align: left;
}
.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
  text-align: center;
}
.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
  text-align: right;
}
.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
  text-align: justify;
}

@media (max-width: 767px) {
  .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
    text-align: inherit;
  }
  .text-left-xs {
    text-align: left;
  }
  .text-center-xs {
    text-align: center;
  }
  .text-right-xs {
    text-align: right;
  }
  .text-justify-xs {
    text-align: justify;
  }
  .top-info{
    text-align: center;
  }
  .jml-flag{
    float:none;
    margin:0 auto;
  }
  .top-flag{
    text-align:center;
    margin:0;
  }
  .logo-box img{
    margin:12px auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
    text-align: inherit;
  }
  .text-left-sm {
    text-align: left;
  }
  .text-center-sm {
    text-align: center;
  }
  .text-right-sm {
    text-align: right;
  }
  .text-justify-sm {
    text-align: justify;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
    text-align: inherit;
  }
  .text-left-md {
    text-align: left;
  }
  .text-center-md {
    text-align: center;
  }
  .text-right-md {
    text-align: right;
  }
  .text-justify-md {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
    text-align: inherit;
  }
  .text-left-lg {
    text-align: left;
  }
  .text-center-lg {
    text-align: center;
  }
  .text-right-lg {
    text-align: right;
  }
  .text-justify-lg {
    text-align: justify;
  }
}



/*footer responsive*/

#header .navbar-collapse {
  padding: 0;
  border-top: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}




@media (min-width: 768px) and (max-width: 991px) {
  .blox.prefooter {
    margin: 0 auto 630px auto;
  }

  #sticker .logo img {
    height: 38px;
  }

  #nav a {
    font-size: 13px;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
  }

  #header .container {
    padding: 0 15px;
  }

  #scroll-top a.footcallus {
    left: 20px;
    bottom: 10px;
  }

  #scroll-top a.scrollup {
    right: 20px;
    bottom: 10px;
  }


  .navbar-toggle{
    display: block;
  }
  .navbar-nav>li {
    float:none;

  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .navbar-header .collapse, .navbar-toggle {
    display:block !important;
  }
  .navbar-collapse {
    background-color: #424242;
    padding: 5px 50px;
    border:0;
    width:660px;

  }
  .navbar-default .navbar-nav>li>a {
    padding:10px 0 15px 0  !important;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a{
    color: #fff;
    padding:12px 20px;
    font-size:13px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{
    color: #d8c294;
  }
  .dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding:10px 0 0 0;
    position: static;
    float: none;
    width:555px;
  }
}


@media (max-height: 480px) {
  #sticker #nav a, #sticker.affix #nav a {
    height: 33px;
    line-height: 33px;
  }
}



@media (max-width: 767px) {
  .blox.prefooter {
    margin: 0 auto;
  }

  #header {
    padding: 10px 0 10px 0;
  }

  #nav {
    width: 100%;
  }

  #nav li, #nav li ul {
    width: 100%;

    position: relative;
  }

  #nav li ul {
    /*background: rgba(51,51,51,.8) !important;*/
  }

  #nav.nav li.open > a, #nav.nav li.open > a:hover {
    background-color: #222;
  }

  #nav li ul li a {
    padding-left: 30px;
  }

  #nav > li {
    background: rgba(51,51,51,.8);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .affix #nav > li {
    background: none;
  }

  #nav li a {
    display: block;
    text-align: left;
    height: 40px;
    line-height: 40px;
  }

  .navbar-collapse {
    background-color: #424242;
    padding: 5px 50px;
    border:0;
  }

  .navbar-default .navbar-nav>li>a {
    padding:10px 0 15px 0  !important;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a{
    color: #fff;
    padding:12px 20px;
    font-size:12px;
  }


  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{
    color: #d8c294;
  }
  #case-study ul li .light_medium_42_shadowed, #hero ul li .light_medium_30_shadowed {
    display: none !important;
  }


  #case-study ul li .light_heavy_70_shadowed, #hero ul li .light_heavy_70_shadowed {
    font-size: 32px !important;

  }

  #hero ul li a.button.red {
    height: 40px;
    min-width: 140px !important;
    padding: 5px 20px !important;
    line-height: 25px !important;
    font-size: 14px !important;
    top: 0px !important;
    position: relative;
  }

  #case-study ul li a.button.red {
    height: 40px;
    min-width: 140px !important;
    padding: 5px 20px !important;
    line-height: 25px !important;
    font-size: 14px !important;
    margin-top: 40px !important;
  }


  #footer {
    position: relative;
  }

  .footbot {
    padding: 0 0 30px;
  }

  .top-bar .callurl {
    padding: 8px 10px 7px;
  }

  .logo img {
    height: 40px;
  }

  #portfolio .work-thumb:hover .caption {
    -webkit-transform: translateY(-160px);
    -moz-transform: translateY(-160px);
    -ms-transform: translateY(-160px);
    transform: translateY(-160px);
  }

  #header .container {
    padding: 0 10px;
  }

  #scroll-top a.footcallus {
    left: 10px;
    bottom: 10px;
  }

  #scroll-top a.scrollup {
    right: 10px;
    bottom: 10px;
  }

  #header .navbar-toggle .icon-bar {
    background-color: #ccc;
  }

  #header .navbar-toggle {
    padding: 13px 9px;
    margin: 0;
    border-radius: 0;
    border: none;
    background: rgba(0,0,0,.2);
  }

  #header .navbar-toggle:hover {
    background: rgba(31,31,31,.8);
  }

  #header .navbar-toggle:hover .icon-bar {
    background-color: #fff;
  }
}

@media (max-width: 1199px) {
  .navbar-default .navbar-nav>li>a {
    padding: 18px 13px 20px 13px;
    font-size: 13px;
  }
}

@media (min-width: 991px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

@media (max-width: 480px){
  .date .day {
    font-size:15px !important;
    padding:5px;
  }
}

/***** PARALLAX *******/


/* ============================================================
  SECTIONS
============================================================ */
section.module:last-child {
  margin-bottom: 0;
}
section.module h2 {
  margin-bottom: 5px;
  font-size: 26px;
  color:#fff;
}
section.module h3 {
  margin-bottom: 40px;
  font-size: 22px;
  color:#fff; font-weight:500;
}
section.module p {
  margin-bottom: 40px;
  font-size: 13px;
  font-weight: 300;
  color:#fff;
  line-height:22px;
}
section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  padding: 40px 0;
}
section.module.parallax {
  height: auto;
  min-height:540px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

section.module.parallax-2 {
  height: 250px;
  min-height:250px;
  background-position: 50% -400px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size:cover;
  -moz-background-size: cover;
  -o-background-size:cover;
  background-size:cover;
}

section.module.parallax-3 {
  height: 250px;
  min-height:250px;
  background-position: 50% -400px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size:cover;
  -moz-background-size: cover;
  -o-background-size:cover;
  background-size:cover;
}


.inside-page-heading{
  line-height:300px !important;
  text-transform: none !important;
  color:#fff !important;
  font-family: 'Playfair Display', serif !important;
  font-size: 50px !important;
}

section.module.parallax h1 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 36px;
  line-height: 600px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
section.module.parallax-1 {
  background-image: url("../images/parallax-jml.jpg");
}
section.module.parallax-2 {
  background-image: url("../images/parallax-jml-2.jpg");
}
section.module.parallax-3 {
  background-image: url("../images/parallax-jml-3.jpg");
}

@media all and (min-width: 600px) {
  section.module h2 {
    font-size: 26px;
  }
  section.module p {
    font-size: 13px;
  }
  section.module.parallax h1 {
    font-size: 36px;
  }
}
@media all and (min-width: 960px) {
  section.module.parallax h1 {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .inside-page-heading {
    font-size: 28px !important;
  }
}



.sep-line {
  background: #e1e1e1;
  width: 100%;
  height: 1px;
  display: block;
}
.dividing.sep-line {
  margin: 30px 0;
}


.date .day {
  font-size: 23px;
  line-height: 34px;
  background-color: #aa072a;
  color: #fff;
  font-weight: 700;
  padding-bottom: 5px;
}
.date .month {
  font-size: 11px;
  line-height: 18px;
  padding: 5px;
  background-color: #424242;
  color: #fff;
  font-weight: 700;
}

.read-link {
  font-weight: 700;
}


.light-grey {
  background-color: #fafafa;
}


.scroll-top-wrapper {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 99999999;
  background-color: #aa072a;
  color: #fff;
  width: 50px;
  height: 48px;
  line-height: 48px;
  right: 30px;
  bottom: 30px;
  padding-top: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
  background-color: #800d25;
}
.scroll-top-wrapper.show {
  visibility:visible;
  cursor:pointer;
  opacity: 1.0;
}
.scroll-top-wrapper i.fa {
  line-height: inherit;
}
.jml-list li{
  margin:10px 0 20px 30px;
  color:#494949;
  font-weight: 300;
  line-height: 22px;
}
.jml-list {
  margin:35px 0;
}
.jml-list>li>i{
  margin:0 6px 0 -20px;
  color: #aa072a;
}
.pagination{
  text-align: center;
  margin-top:90px;
}
ul.page-numbers {
  line-height: 42px;
}
.pagination ul>li {
  float: none;
  display: inline-block;
}
.pagination ul>li>a {
  width:40px;
  height: 40px;
  background-color: #e9e9e9;
  margin: 10px 5px;
  display: block;
  padding:13px 10px 10px 10px;
  color: #494949;
}
.pagination ul>li>a:hover, .pagination ul>li.active>a {
  background-color: #aa072a;
  color: #fff;
}