/**
 * All Custom CSS 
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Fullwidth Google Maps Styles
 * 3.0 - Headings
 * 4.0 - Buttons
 * 5.0 - Site Header
 *   5.1 - Primary Dropdown Menu 
 *   5.2 - Custom Cover Backgrounds
 * 6.0 - Shortcodes Template 
 * 7.0 - Site Content
 *   7.1 - Flexslider Default Styles
 *   7.2 - Newsletter Signup Styles
 * 8.0   - Homepage Sections
 *   8.1 - Homepage Featured Blog Post
 *   8.2 - Homepage About Us
 *   8.3 - Homepage Fun Facts
 *   8.4 - Homepage Our Clients
 *   8.5 - Homepage Call to action
 *   8.6 - Homepage Featured Page
 *   8.7 - Homepage Testimonials
 *     8.7.1 - Testimonials Layout 2
 *     8.7.2 - Testimonials Layout 3
 *     8.7.3 - Testimonials Layout 4
 *   8.8 - Homepage Our Services
 *     8.8.1 - Single Services
 * 9.0 - Blog Settings
 *   9.1 - Vertical Timeline Entry Meta 
 *   9.2 - Load More Button
 *   9.3 - Blog Pagination
 *   9.4 - Blog Fullwidth
 *   9.5 - Blog Timeline
 *   9.6 - Flexslider Blog Navigation
 *   9.7 - jPlayer
 *   9.8 - Post Format Styles 
 *     9.8.1 - Format Video
 *     9.8.2 - Format Audio
 *     9.8.3 - Format Quote
 *     9.8.4 - Format Gallery
 *     9.8.5 - Format Chat
 *     9.8.6 - Format Aside
 *     9.8.7 - Format Status
 *     9.8.8 - Format Standard
 *     9.8.9 - Format Link
 *     9.9.9 - Format Image
 *  10.0 - Single Blog 
 *     10.1 - Comment Styles
 *     10.2 - Vertical Timeline Comments List
 *     10.3 - Fullwidth Standard Comments List
 *     10.4 - Comments Form
 * 11.0 - Website Features
 * 12.0 - Portfolio 
 *    12.1 Filterable Portfolio List
 *    12.2 - Portfolio 2 columns
 *    12.3 - Portfolio 3 columns
 *    12.4 - Portfolio 4 columns
 *    12.5 - Portfolio 5 columns
 *    12.6 - Single Portfolio
 * 13.0 - Custom Widgets
 *    13.1 - Tag Cloud Styles
 *    13.2 - Flickr Widget
 *    13.3 - Twitter Widget 
 *    13.4 - Related Items Portfolio Widget
 * 14.0 - Contact Form
 * 15.0 - Footer
 * 16.0 - Scroll Top Button
 * 17.0 - Responsive Navigation 
 * 18.0 - Search Template
 * 19.0 - Media Queries
 *   19.1 - Media 480
 *   19.2 - Media between 480 and 768
 *   19.3 - Media max-width : 600
 *   19.4 - Media max-width : 640
 *   19.5 - Media max-width : 700
 *   19.6 - Media max-width : 1000 and min-width : 700 
 *   19.7 - Media min-width : 1000
 *   19.8 - Media min-width : 700 and max-width : 1160
 *   19.9 - Media max-width : 767
 *   19.10 - Media min-width : 480 and max-width : 1160
 *   19.11 - Media max-width : 1160 
 *   19.12 - Media min-width : 1160
 *   19.13 - Media max-width : 800  
 *   19.14 - Media min-width : 768
 *   19.15 - Media max-width : 768 
 *   19.16 - Media min-width : 768 and max-width : 992
 *   19.17 - Media max-width : 991
 *   19.18 - Media screen min-width : 901
 *   19.19 - Media min-width : 992
 *   19.20 - Media screen min-width : 1100px
 *   19.21 - Media screen max-width: 1150px
 *   19.22 - Media screen min-width: 1200px
 *   19.23 - Media screen max-width: 1250 and min-width: 960
 * 20.0 - Headroom Animations
 * 21.0 - Twitter Bootstrap Extension Five Columns Grid
 * 22.0 - CSS3 Animations
 * 23.0 - Load More Animation
 * 24.0 - Homepage Animation Effects
*/


/**
	1.0 Reset
----------------------------------------------------------------------------
 */
html{
  font-size: 106.25%;
  overflow-x: hidden;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body{
  background-color: #d7d7d7;
}
a{
  color: #E3844B;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
a:active,
a:hover,
a:focus{
  color: #14ddb3;
  text-decoration: none;
}
a:focus{
  outline: 0;
}
.clearfix:before, 
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.list-group br,
p:empty{
  display:none;
}
p{
  line-height: 1.8em;
}
.widget_archive ul li a,
.widget_categories ul li a{
  color: #14ddb3;
}
.no-touch .widget_archive ul li a:hover,
.no-touch .widget_recent_entries ul li a:hover,
.no-touch .widget_categories ul li a:hover,
.no-touch .widget_categories ul li a:focus{
  color: #E3844B;
}
figure{
  margin: 0;
  -webkit-backface-visibility: hidden;
}
img{
  height: auto;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}
#map-canvas img,
#map-canvas embed,
#map-canvas object,
.map-canvas img,
.map-canvas embed,
.map-canvas object {
  max-width: none !important; 
}

img, 
video, 
object {
  max-width: 100%;
  height: auto;
}

label{
  color: #314E5C;
}
.img-thumbnail{
  border: 0;
  padding: 0;
  border-radius: 0;
}
.right{
  float: right;
}
.left{
  float: left;
}
ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.nicescroll-rails{
  z-index: 999!important;
}
.btn-primary{
  border: none;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.alignleft {
  float: left;
  text-align: left;
  margin: 5px 20px 20px 0px;
}
.alignright {
  float: right;
  text-align: right;
  margin: 5px 0px 20px 20px;
}
.aligncenter {
  margin: 15px auto;
  display: block;
  text-align: center;
  clear: both;
}
.center {
  text-align: center;
}
.bypostauthor {
  color: #626060!important;
}
.sticky,
.gallery-caption {
  color: #5c5c5c;
}
.wp-caption-text{}
.wp-caption{}

h1,
h2,
h3,
h4,
h5,
h6{
  color: #303030;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
dl {
  margin-left: 30px;
}
dd {
  margin-bottom: 20px;
}
blockquote, q {
  quotes: none;
}
blockquote:before, 
blockquote:after, 
q:before, 
q:after {
  content: '';
  content: none;
}
.format-standard blockquote{
  border-width: 5px;
}
.format-standard blockquote p{
  font-size: 20px;
  margin: 0;
}
.format-standard blockquote cite {
  font-style: normal;
  font-size: 17px;
  clear: both;
  padding-top: 15px;
  color: #303030;
  display: block;
}
.format-standard .entry-content table, 
.format-standard.comment-text table {
  width: 100%;
}
.format-standard .entry-content table th, 
.comment-text table th {
  font-weight: bold;
}
.format-standard .entry-content table td, 
.format-standard .entry-content table th, 
.format-standard .comment-text table td, 
.format-standard .comment-text table th {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #DDD;
}
.entry-content ol li, 
.comment-text ol li {
  list-style-type: decimal;
}
.entry-content ol li ol, 
.comment-text ol li ol {
  margin-left: 20px;
}
.entry-content ul, 
.entry-content ol, 
.comment-text ul, 
.comment-text ol {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.entry-content ul li, 
.comment-text ul li {
  list-style-type: disc;
  margin-left: 20px;
}
.entry-content h2, 
.entry-content h3, 
.comment-text h2, 
.comment-text h3 {
  line-height: 1.5em;
}
.entry-content dt,
.entry-content strong{
  /*color: #303030;*/
}


address {
  font-style: italic;
}

abbr[title],
acronym[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted #666;
}

strong, b {
  font-weight: bold;
}

em,
dfn,
cite {
  font-style: italic;
}

dfn {
  font-weight: bold;
}


sup {
  font-size: 11px;
  vertical-align: top;
}

sub {
  font-size: 11px;
  vertical-align: bottom;
}

small {
  font-size: 11px;
}

del {
  text-decoration: line-through;
}

ins {
  text-decoration: underline;
}


/**
 2.0 - Fullwidth Google Maps Styles
----------------------------------------------------------------------------
 */
.fullwidth-map .site-background{
  padding-top: 0;
  padding-bottom: 0;
}
.fullwidth-map #map-canvas { 
  height: 610px; 
  background-color: #8d9fb7;
}
.fullwidth-map .site-header{
  background-color: rgba(0,0,0, 0.60);
}
.fullwidth-map .contact-widget{
  padding-bottom: 0;
}
iframe {
  max-height: 100%;
}


/**
 3.0 - Headings
 ----------------------------------------------------------------------------
 */
 h1,
 h2,
 h3,
 h4,
 h5,
 h6{
 	clear: both;
 	font-weight: 700; 
}



/**
 4.0 - Buttons
----------------------------------------------------------------------------
*/
.button-bordered,
.button-flat,
.button-push{
  text-transform: none!important;
}
.button-flat{
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border: 0;
  text-shadow: none;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.button-push{
  position: relative;
  border: none;
  border-radius: 4px;
  box-shadow: 0 5px 0 rgba(0,0,0, 0.2);
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear false;
  -o-transition: all 0.1s linear false;
  transition: all 0.1s linear;
}
.button-push:active{
  bottom: -4px;
  box-shadow: none;
}
.button-bordered{
  border: 3px solid #fff;
  border-radius: 3px;
  background: none;
}

.btn-custom,
.btn {
  color: #fff;
  text-align: center;
}
.btn-custom.large,
.btn.large{
  padding: 24px 85px;
  font-size: 20px;
}
.btn-custom.medium,
.btn.medium{
  padding: 20px 0px;
  font-size: 18px;
}
.btn-custom.small,
.btn.small{
  padding: 10px 14px 8px 14px;
  font-size: 14px; 
}
.no-touch .btn:hover{
  color: #fff;
  opacity: 0.85;
  outline: 0;
}

.blue{
  background: none repeat scroll 0 0 #4FC6F8;
}
.grey{
  background-color: #333;
}
.turquoise {
  background: none repeat scroll 0 0 #1ABC9C;
}


/**
 5.0 - Site Header
----------------------------------------------------------------------------
 */
.site-logo .site-title{
  margin: 0;
  font-size: 24px;
  text-transform: uppercase;
  color: inherit;
  font-weight: 700;
  font-family: sans-serif;
  float: left;
  line-height: 20px;
}
/*.home .site-header{*/
.site-header .container{
  padding-bottom: 0px;
}
.site-header{
  background: rgb(30, 33, 38);
  background-color: rgba(30, 33, 38, 0.08);
  padding-top: 0; 
  padding-bottom: 0px;
  position: relative;
  overflow: visible;

  -webkit-transition: padding 0.1s ease-in;
  -moz-transition: padding 0.1s ease-in;
  -o-transition: padding 0.1s ease-in;
  transition: padding 0.1s ease-in;
}
.site-logo{
  margin-top: 15px;
  margin-bottom: 5px;
  display: inline-block;
  float: left;
}
.site-logo a{
  display: block;
  padding: 8px;
}

.site-logo img{
  margin-top: 4px;
}
.navigation ul {
  margin: 0;
  padding: 0;
}
.navbar{
 position: relative;
 line-height: 50px;
 font-size: 15px;
 float: right;
 font-weight: 400;
 margin: 0;
 padding-bottom: 0px;
 height: 85px;
}
.navbar li {
  margin-left: 10px;
  line-height: 1;
}
.navbar a {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  font-size: 15px;
}
.navigation li a{
  border-top: 8px solid transparent;
  display: block;
  padding: 30px 0 30px;
}
.navigation li.current-menu-ancestor > a,
.navigation li.current-page-ancestor > a,
.navigation li.current-menu-item > a,
.navigation li a:hover{
  border-top: 8px solid #de6f2c;
  color: #cdcdcd;
  opacity: 1;
}



/**
 5.1 - Primary Dropdown Menu 
----------------------------------------------------------------------------
 */
.primary-menu li:last-child ul.sub-menu{
  margin-left: -125px
}
.primary-menu li:last-child .sub-menu:before {
  right: 50%;
  left: 165px;
}

/*------------------------------------------*/
.primary-menu li .sub-menu {
  background-color: #DE6F2C;
  margin-top: 0px;
}
.sub-menu {
  margin: 0;
  padding: 18px 0 0!important;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.primary-menu ul ul.sub-menu li {
  margin-left: 0px!important;
  padding: 6px;
  background: transparent;
  line-height: 1;
  font-size: 16px;
  font-family: sans-serif;
}
.sub-menu a {
  margin-left: 0px;
  border-bottom: 1px solid #FF8767;
  font-weight: normal!important;
  text-transform: capitalize!important;
  opacity: 1!important;
  color: #fff!important;
  background: transparent;
  display: block !important;
  padding: 16px 0px 16px 0px!important;
}
.sub-menu li:last-child a{
  border-bottom: 0;
}
.primary-menu li:hover > ul,
.primary-menu li.sfHover > ul {
  display: block;
}
.sub-menu a:hover {
  opacity: 1!important;
  /*background: #dc7d45;*/
  color: #fff!important;
}
.sub-menu ul {
  top: 0;
  margin: 0;
  padding: 0;
}
.sub-menu:before {
  bottom: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #de6f2c;
  border-width: 10px;
  top: -20px;
  left: 25px;
}
.sub-menu ul:before {
  display: none;
}
.sub-menu li a{
  letter-spacing: 1px;
}



/**
 5.2 - Custom Cover Backgrounds
----------------------------------------------------------------------------
 */
.site-background{
  background-color: #303030;
  overflow: hidden;
  position: relative;
  padding-top: 9.667em;
  padding-bottom: 13.7777em;
 }
 .fullwidth-map #tagline{
  display: none;
 }
 #tagline {
  position: relative;
  text-transform: uppercase;
  padding: 20px 0 0;
}
.home #tagline h2{
  font-weight: 700;
}
#tagline h2{
  color: #fff;
  font-weight: 700;
  font-size: 5.240em;
  line-height: 1;
  margin-bottom: 30px;
  padding: 35px 0 0 0;
 }
 #tagline h3{
  color: #CDCDCD;
  font-size: 1.375em;
  font-weight: 400;
  line-height: inherit;
  text-transform: uppercase;
 }
  #tagline .monthly{
  color: #CDCDCD;
  font-size: 24px;
  padding-top: 20px;
  margin-top: 0;
  display: block;
 }
 .single-services #tagline h2,
 .single-portfolio #tagline h2,
 .single-post #tagline h2{
    margin-top: 0!important;
}

/**
 6.0 - Shortcodes Template
----------------------------------------------------------------------------
 */
.page-template-template-shortcodes-php .page-header{
  text-align: left;
  margin-left: 0;
}
.page-template-template-shortcodes-php .section-block{
  clear: none;
}
.page-template-template-shortcodes-php .section-block{
  padding-bottom: 0px;
  padding-top: 20px;
  margin: 0;
}
.page-template-template-shortcodes-php p,
.page-template-template-shortcodes-php [class*="col-md-"]{
  color: #777;
}
.page-template-template-shortcodes-php .row{
  padding-bottom: 40px;
}
.blog-content--timeline{
  padding-left: 10px;
  padding-right: 10px;
}
.page-template-template-home-php .jc_widget_static_content.section-block,
.page-template-template-home-php .jc_widget_cta.section-block,
.page-template-template-home-php .jc_widget_testimonials.section-block,
.page-template-template-home-php .jc_widget_our_services.section-block{
  margin-left: -20px;
  margin-right: -20px;
}


.page-wrapper{
  position: relative;
  padding-bottom: 40px;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
}
.page-template-template-home-php  .page-wrapper{
  padding-top: 0;
  padding-bottom: 0;
}
.page-template-template-contact-php .page-wrapper,
.page-template-template-home-php .page-wrapper{
  padding-left: 20px;
  padding-right: 20px;
}


/**
	 7.0 - Site Content
----------------------------------------------------------------------------
*/
#lang_sel{
  z-index: 10;
  float: right;
  margin-top: 30px;
}
#default-page .entry-content{
  color: #000;
}
#default-page .entry-content strong{
  color: #303030;
}
.site-content{
  background: none repeat scroll 0 0 #FFFFFF;
  position: relative;
  overflow: visible;
  padding: 0;
  margin-top: -120px;
}
.page-template-template-home-php .main-title span,
.home .main-title span {
  background: #fff;
  z-index: 2;
  padding: 20px;
}
.page-template-template-home-php .main-title span:before,
.home .main-title span:before{
  content: '';
  display: block;
  position: absolute;
  background: #8E8E8E;
  height: 2px;
  width: 100%;
  z-index: -1;
  top: 50%;
  bottom: 50%;
  left: 0;
}
.page-template-template-home-php .page-header--home{
  padding-top: 50px;
  padding-left: 35px;
  padding-right: 35px;
  max-width: 800px;
}
.page-header {
  border-bottom: 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  max-width: 680px;
  padding-bottom: 24px;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
}
.page-header .main-title{
  position: relative;
  z-index: 2;
  margin: 0 0 0 0;
  word-wrap: break-word;
  word-break: break-word;
  font-weight: 700;
}
.sub-title{
  color: #777;
  font-weight: 400;
  font-size: 18px;
  position: relative;
  z-index: 10;
}




/**
  7.1 - Flexslider Default Styles
----------------------------------------------------------------------------
*/

/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0; 
  padding: 0; 
  list-style: none;
}


/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  /*width: 100%; display: block;*/
}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { 
  margin: 0; 
  position: relative; 
  zoom: 1; 
}
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { 
  display: block; 
  width: 40px; 
  height: 40px; 
  margin: -20px 0 0; 
  position: absolute; 
  top: 50%; 
  z-index: 10; 
  overflow: hidden; 
  opacity: 0; 
  cursor: pointer; 
  color: rgba(0,0,0,0.8); 
  text-shadow: 1px 1px 0 rgba(255,255,255,0.3); 
  -webkit-transition: all .3s ease; 
  -moz-transition: all .3s ease; 
  transition: all .3s ease; 
}
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { 
  font-family: "flexslider-icon"; 
  font-size: 32px; 
  display: inline-block; 
  content: '\f001'; 
}
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}



/**
  7.2 - Newsletter Signup Styles
----------------------------------------------------------------------------
*/
.nl_desc{
  text-align: left;
  font-size: 15px;
  color: #8E8E8E!important;
  margin-bottom: 10px!important;
  display: block!important;
}
.nl_msg_box p{
  width: 100%;
  padding: 10px!important;
}
.widget_nl_signup_widget h4 span{
  text-align: left;
}
.nl_subscribe_form input[type="submit"]{
  text-transform: uppercase;
  font-size: 15px!important;
  padding: 10px 15px!important;
  display: block;
  font-weight: 400;
  color: #fff;
}


/*
 8.0 - Homepage Sections
----------------------------------------------------------------------------
*/

.section-block{
  position: relative;
  overflow: visible;
  clear: both;
}



/*
 8.1 - Homepage Featured Blog Post
----------------------------------------------------------------------------
*/
.page-template-template-home-php .icon-wrapper,
.page-template-template-home-php,
.home .icon-wrapper {
  margin-top: 0;
}
.page-template-template-home-php #blog-fullwidth,
.home #blog-fullwidth{
  padding-left: 30px;
  padding-right: 30px;
}
.page-template-template-home-php .jc_widget_aboutus,
.page-template-template-home-php .portfolio-3-columns .portfolio-items,
.page-template-template-home-php .portfolio-4-columns .portfolio-items,
.home .jc_widget_aboutus,
.home .portfolio-3-columns .portfolio-items,
.home .portfolio-4-columns .portfolio-items{
  padding-left: 0px;
  padding-right: 0px;
}
.page-template-template-home-php #blog-fullwidth .main-title span,
.page-template-template-home-php #blog-sidebar .main-title span,
.home #blog-fullwidth #sidebar .main-title span,
.home #blog-sidebar #sidebar .main-title span{
  padding-left: 0;
}
.page-template-template-home-php .portfolio-items,
.home .portfolio-items{
  padding: 0px;
}
.page-template-template-home-php .vertical-timeline,
.home .vertical-timeline{
  padding-bottom: 0px;
}
.page-template-template-home-php .view-all-posts .inside,
.home .view-all-posts .inside{
  position: relative;
  padding: 20px 0 70px;
  background-color: #fff;
}
.page-template-template-home-php .vertical-timeline .view-all a,
.home .vertical-timeline .view-all a{
  font-size: 32px;
  background-color: #FFFFFF;
  border-color: #D6D6D6;
  border-radius: 50%;
  border-style: solid;
  border-width: 6px;
  color: #454545;
  display: block;
  width: 90px;
  z-index: 8;
  height: 90px;
  left: 23.5%;
  margin: 0 0 0 -60px;
  position: absolute;
  text-align: center;
  top: -30px;
  -webkit-transition: border-radius 1s, width 3s, height 3s, ease 1s;
  -moz-transition: border-radius 1s, width 3s, height 3s, ease 1s;
  -o-transition: border-radius 1s, width 3s, height 3s, ease 1s;
  -ms-transition: border-radius 1s, width 3s, height 3s, ease 1s;
  transition: border-radius 1s, width 3s, height 3s, ease 1s;
}
.no-touch .view-all > a:hover{
  color: #fff;
  border-radius: 100px;
  border-color: #14ddb3;
  background-color: #14ddb3;
  width: 105px;
  height: 105px;
  margin: 0 0 0 -66px;
}
.view-all > a > .icon-arrow-right2{
  display: block;
  float: left;
  margin-top: 22px;
  margin-left: 23px;
  position: relative;
  z-index: 2;

  -webkit-transition: margin-top 1s, margin-left 1s;
  -moz-transition: margin-top 1s, margin-left 1s;
  -ms-transition: margin-top 1s, margin-left 1s;
  -o-transition: margin-top 1s, margin-left 1s;
  transition: margin-top 1s, margin-left 1s;
}

.view-all > a:hover > .icon-arrow-right2{
  color: #fff;
  border: 0;
  margin-top: 28px;
  margin-left: 30px;
}

#blog-sidebar .view-standard{
  text-align: left;
}
.view-standard{
  position: relative;
  margin-right: auto;
  margin-left: auto;
  display: block;
  text-align: center;
}
.view-standard .btn{
  text-align: center;
}

/*
 8.2 - Homepage About Us / Default Page About-us
----------------------------------------------------------------------------
*/
.jc_widget_aboutus .hentry{
  position: relative;
  overflow: hidden;
}
.jc_widget_aboutus .row{
  padding-bottom: 35px;
}
.page-template-default .about-us .entry-title{
  margin-top: 0;
}
.page-template-default .about-us .row{
  padding-bottom: 30px;
}
.page-template-default .about-us .text-align-left .page-header{
  text-align: left;
}
.jc_widget_aboutus .text-align-left{
  padding: 0;
  text-align: left;
 }
 .jc_widget_aboutus .sc-col{
  color: #95a5a6;
 }
 .jc_widget_aboutus p{
  font-size: 16px!important;
 }
.page-template-default .about-us p,
.jc_widget_aboutus p{
  font-size: 16px;
  color: #000;
  line-height: 26px;
}
.jc_widget_aboutus .sub-title{
  color: #737b7b;
  line-height: 1.4em;
  padding-bottom: 20px;
  font-size: 19px;
}
.fact-title,
.jc_widget_aboutus .main-title{
  margin-top: 50px;
}
.jc_widget_aboutus .main-title{
  font-size: 40px;
}
.jc_widget_aboutus .main-title span{
  padding-left: 0;
  text-transform: capitalize;
}
.page-template-default .about-us .page-header,
.jc_widget_aboutus .main-title span,
.jc_widget_aboutus .text-align-right,
.jc_widget_aboutus .text-align-left{
   text-transform: capitalize;
   font-weight: 700;
}
.jc_widget_aboutus .text-align-right,
.jc_widget_aboutus .text-align-left{
  padding-bottom: 20px;
}
.jc_widget_aboutus{
  padding-top: 0px;
  padding-bottom: 20px;
}


/*
 8.3 - Homepage Fun Facts
----------------------------------------------------------------------------
*/
.fact-title{
  font-weight: 400;
  letter-spacing: normal;
  color: #192132;
  max-width: 170px;
}
#fun-facts .num{
  font-size: 65px;
  font-weight: 400;
}
#fun-facts .number-percent{
  margin-bottom: 40px;
}
#fun-facts .number-percent .fs-color{
  color: #ea5d2d;
}
#fun-facts .fact-details{
  text-transform: uppercase;
  font-weight: 700;
}




/**
 8.4 - Homepage Our Clients
----------------------------------------------------------------------------*/
#our-clients{
  padding-top: 2.3333em;
  padding-bottom: 0;
}
.client-wrapper{
  padding: 0;
  background-color: #fff;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
}
.client-list{
  margin: 45px 0 45px;
  list-style-type: none;
  position: relative;
  overflow: hidden;
}
.client-list li a{
  float: left;
  display: block;
  text-align: center;
  margin: 0 30px 0 30px;
}

#client-slider{
  padding: 0 55px 0;
  margin: 0;
}
#client-slider .owl-item img{
  height: auto;
}
#client-slider .item{
  padding: 30px 0px;
  display: block;
  margin: 10px;
  background-color: none;
  position: relative;
  height: 100px;
  text-align: center;
}

/* Custom Carousel Controls */
.owl-theme .owl-controls .owl-buttons div{
  border-radius: 0!important;
  background: none!important;
  color: #303030!important;
  font-size: 24px!important;
}
.owl-next,
.owl-prev{
  position: absolute;
  top: 34px;
  margin: 0;
}
.owl-prev{
  right: 0;
}
.owl-next{
  left: 0;
}

.owl-theme .owl-controls{
  margin-top: 0!important;
}




/*
 8.5 - Homepage Call to Action
----------------------------------------------------------------------------
*/
.jc_widget_cta{
  background: none repeat scroll 0 0 #1C2035;
  color: #FFFFFF;
  overflow: hidden;
  padding: 20px 20px 35px;
  position: relative;
}
.call-to-action .btn-custom{
  margin-top: 25px;
  font-weight: 700;
  letter-spacing: 1px;
}
.cta-label .main-title{
  font-size: 35px;
  font-weight: normal;
  line-height: 1.3;
  color: #8E8E8E;
}
.footer-widget .main-title span,
.cta-label .main-title span{
  background: none;
  padding-left: 0;
}

/*
8.6 - Homepage Featured Page
----------------------------------------------------------------------------
*/
.jc_widget_static_content{
  padding-bottom: 0;
  position: relative;
  display: table;
}
.jc_widget_static_content .static-section .page-header{
  width: 100%;
  text-align: left;
  display: block;
  margin-left: 0;
}
.jc_widget_static_content .static-section{
  padding-top: 0px;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}
.jc_widget_static_content .static-section.featured-project{
  padding-left: 20px;
  padding-right: 20px;
}
.static-section .text-align-left{
  text-align: left;
}
.featured-project .text-align-left{
  margin-left: 0;
}
.static-section.featured-project{
  padding-bottom: 0;
}
.static-section .text-align-left span{
  padding: 0;
}
.static-section .lead{
  padding-bottom: 30px;
  color: #000;
  font-size: 16px;
  line-height: 25px;
  clear: both;
}
.static-section{
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}
.static-section p{
  margin: 0;
}
.static-section img{
  text-align: center;
  margin: 0 auto;
  display: block;
}





/*
 8.7 - Testimonials
----------------------------------------------------------------------------
*/
#testimonials .quote-default-icon{
  width: 125px;
  height: 125px;
  border-radius: 50%;
  margin: 0 auto;
  border: 3px solid #14DDB3;
  display: block;
  color: #353535;
  background-color: #fff;
}
#testimonials .quote-default-icon  .fallback{
  padding: 39px 0;
}
#testimonials{
  margin-top: 0px;
  margin-bottom: 50px;
}
.jc_widget_testimonials .layout3 .testimonials-img{
  width: 125px;
  height: 125px;
}
.jc_widget_testimonials .layout2 .entry-content p,
.jc_widget_testimonials .layout3 .entry-content p{
  font-size: 17px;
}
.jc_widget_testimonials{
  background: #eee;
  position: relative;
  overflow: hidden;
}
.jc_widget_testimonials .layout1{
  padding-bottom: 70px;
}
.jc_widget_testimonials .entry-title{
  text-transform: uppercase;
  font-size: 20px;
}
.jc_widget_testimonials .page-header span{
  background-color: #ededed;
}
.jc_widget_testimonials .entry-content{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  max-width: 940px;
}
.jc_widget_testimonials .layout1 .entry-content{
  padding-top: 10px;
}
.jc_widget_testimonials .layout1 .entry-content p{
  background-color: #fff;
  padding: 30px;
  border: 1px solid #E9E9E9;
  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;

  color: #A5A5A5;
}

.jc_widget_testimonials .layout1 .entry-content p:before,
.jc_widget_testimonials .layout1 .entry-content p:after{
  content: '';
  top: 100%; 
  border: solid transparent; 
  height: 0; 
  width: 0; 
  position: absolute; 
  pointer-events: none;
}
.jc_widget_testimonials .layout1 .entry-content p:before{
  border-color: rgba(233, 233, 233, 0); 
  border-bottom-color: #E9E9E9;
  top: -35px;
  right: 50%;
  border-width: 18px;
  margin-right: -18px;
}
.jc_widget_testimonials .layout1 .entry-content .inside{
  margin-top: 35px;
  position: relative;
}
.jc_widget_testimonials .layout1 .entry-content p:after{
  border-color: rgba(255, 255, 255, 0); 
  border-bottom-color: #fff;
  top: -32px;
  right: 50%;
  margin-right: -17px;
  border-width: 17px;
}

.jc_widget_testimonials .entry-content p{
  font-family: 'Georgia', sans-serif;
  font-size: 1.3em;
  margin-top: 20px;
}
.jc_widget_testimonials ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.jc_widget_testimonials .testimonials-img{
  position: relative;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  width: 140px;
  height: 140px;
  overflow: hidden;

  -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
      border-radius: 50%;
}
.jc_widget_testimonials .subtext{
  color: #777;
  font-size: 16px;
}


/*
 8.7.1 - Testimonials Layout 2
----------------------------------------------------------------------------
 */
 .jc_widget_testimonials .layout2 .inside{
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 25px;
    padding: 50px 40px;
 }
.jc_widget_testimonials .layout2 .testimonials-img{
   width: 125px;
   height: 125px;
}
.jc_widget_testimonials .layout2 .entry-title{
  color: #303030;
  margin-bottom: 0;
}
.jc_widget_testimonials .subtext{
  color: #5AA1F6;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.8px; 
  text-align: center;
  display: block;
  padding: 7px;
}
.jc_widget_testimonials .layout2 .entry-content p{
  font-style: italic;
  color: #000;
}




/*
 8.7.2 - Testimonials Layout 3
----------------------------------------------------------------------------
 */

.jc_widget_testimonials #test3.slider-on .entry-content{
  margin: 15px;
 }
.jc_widget_testimonials #test3.slider-off .entry-content{
  margin: 0px;
 }
 .jc_widget_testimonials .layout3 .col-md-4{
  margin-bottom: 30px;
 }
.jc_widget_testimonials .layout3 .inside{
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px 25px 30px;
  color: #777;
  position: relative;
  margin-bottom: 40px;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.jc_widget_testimonials .layout3 .entry-title{
  margin-bottom: 0;
}
.jc_widget_testimonials .layout3 .inside p{
  margin-left: auto;
  margin-right: auto;
}
.jc_widget_testimonials .layout3 .inside:before,
.jc_widget_testimonials .layout3 .inside:after{
  content: '';
  bottom: 100%; 
  border: solid transparent; 
  height: 0; 
  width: 0; 
  position: absolute; 
  pointer-events: none;
}
.jc_widget_testimonials .layout3 .inside:before{
  border-color: rgba(204, 204, 204, 0); 
  border-top-color: #ddd;
  bottom: -36px; 
  border-width: 18px;
  margin-left: -18px;  
}
.jc_widget_testimonials .layout3 .inside:after{
  border-color: rgba(255, 255, 255, 0); 
  border-top-color: #fff;
  bottom: -33px; 
  border-width: 17px;
  margin-left: -17px; 
}




/*
 8.7.3 - Testimonials Layout 4
----------------------------------------------------------------------------
 */
#testimonials.layout4 .quote-default-icon{
  width: 115px;
  height: 115px;
  color: #353535;
  border: 0;
  background-color: #fff;
}
#sync2 .synced .quote-default-icon  .fallback{
  padding: 33px 8px 0 0;
}

.jc_widget_testimonials .layout4 .testimonials-img{
 width: 115px;
 height: 115px;
}
#testimonials.layout4{
  padding: 0 30px;
}
#testimonials #sync1{
  margin: -2px auto 0;
  background: #fff;
  padding: 20px;
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
#sync2 .item{
  opacity: 0.5;
  display: block;
  background: none;
  cursor: pointer;
  text-align: center;
  padding: 20px;
  margin: 0px;
  position: relative;
  z-index: 2;
}
.no-touch #sync2 .item:hover{
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#sync2{
  z-index: 1;
}
#sync2 .synced .item:before,
#sync2 .synced .item:after{
  content: '';
  bottom: 100%; 
  border: solid transparent; 
  height: 0; 
  width: 0; 
  position: absolute;
  pointer-events: none;
}
#sync2 .synced .item:before{
  border-color: rgba(233, 233, 233, 0); 
  border-bottom-color: #e0e0e0;
  bottom: -9px;
  right: 50%;
  margin-right: -25px;
  border-width: 25px;
}
#sync2 .synced .item:after{
  border-color: rgba(255, 255, 255, 0); 
  border-bottom-color: #fff;
  bottom: -10px;
  right: 50%;
  margin-right: -24px;
  border-width: 24px;
}
#sync1 .item{
  background: #fff;
  padding: 40px 60px 0;
  margin: 0 35px 0;
  color: #000;
  text-align: center;
}
#sync1 .item p{
  font-family: 'Georgia', sans-serif;
  font-size: 1.36em;
}
#sync2 .synced .item{
  background: none;
  opacity: 1;
  position: relative;
}
#sync2 .synced .item .testimonials-img{
  border: 4px solid #f77b00;
}


/**
 8.8 - Homepage Our Services
----------------------------------------------------------------------------
*/
 .jc_widget_our_services .base{
  background-color: #f4f4f4;
  position: relative;
  overflow: hidden;
  padding: 70px 20px 90px;
 }
.single-services .inside,
.jc_widget_our_services .inside{
  text-align: center;
}
.jc_widget_our_services .inside p{
  color: #999;
  min-height: 140px;
}
.jc_widget_our_services .btn{
  font-size: 16px;
  padding: 10px 16px;
  float: none;
  color: #fdf3a9;

  -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
.single-services .font-icon,
.jc_widget_our_services .font-icon{
  border: 6px solid #14ddb3;
  color: #14ddb3;
  margin: 0 auto;
  width: 140px;
  height: 140px;
  padding: 35px;
  display: block;
  position: relative;
  z-index: 4;

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}


/**
 8.8 - Single Services
----------------------------------------------------------------------------
*/
.single-services .service{
  background-color: #7bc4c4;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.single-services .entry-content p{
  margin-bottom: 20px;
  color: #999;
}
.single-services .entry-subtitle{
  margin-top: 0;
}
.single-services .entry-subtitle,
.single-services .entry-content .page-header{
  margin-bottom: 8px;
  margin-top: 0px;
}
.single-services .entry-content .page-header{
  margin-left: 0;
}
.single-services .page-header{
  text-align: left;
  clear: both;
  display: block;
  width: 100%;
  padding-bottom: 10px;
}
.single-services .page-wrapper{
  padding-left: 20px;
  padding-right: 20px;
}

.img-icon a{
  display: block;
  position: relative;
  z-index: 4;
  width: 140px;
  height: 140px;
  padding: 20px;
  border: 6px solid #303030;
  margin: 0 auto;

  -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
     -o-border-radius: 50%;
      -ms-border-radius: 50%;
       border-radius: 50%;
}
.img-icon img{
  margin-top: 0px;
  padding: 10px;
  display: block;
}
.no-touch .img-icon a:hover{
  background: #303030;
}

/**
 9.0 - Blog Settings
----------------------------------------------------------------------------
 */

.entry-meta{
  position: relative;
  overflow: hidden;
}
.search .entry-meta i,
.page-left-sidebar i,
.page-right-sidebar i,
.page-no-sidebar i,
.page-left-sidebar i,
.page-right-sidebar i,
.page-no-sidebar .glyphicon,
.page-left-sidebar .glyphicon,
.page-right-sidebar .glyphicon,
.page-no-sidebar .divider,
.page-left-sidebar .divider,
.page-right-sidebar .divider{
  color: #777;
}
.no-touch .search .entry-meta a:hover,
.no-touch .page-no-sidebar .entry-meta a:hover,
.no-touch .page-left-sidebar .entry-meta a:hover,
.no-touch .page-right-sidebar .entry-meta a:hover{
  border-bottom: 1px dotted #14DDB3;
}
.search .divider,
.page-no-sidebar .divider,
.page-left-sidebar .divider,
.page-right-sidebar .divider{
  padding: 0 5px 0 5px;
}
.search .entry-meta i,
.page-no-sidebar .entry-meta i,
.page-left-sidebar .entry-meta i,
.page-right-sidebar .entry-meta i,
.page-no-sidebar .glyphicon,
.page-left-sidebar .glyphicon,
.page-right-sidebar .glyphicon{
  padding-right: 8px;
}
.page-no-sidebar .jp-controls i,
.page-left-sidebar .jp-controls i,
.page-right-sidebar .jp-controls i{
  color: #fff;
}
.search .entry-header .border{
  position: relative;
  height: 4px;
  width: 70px;
  display: block;
  clear: both;
  background-color: #ddd;
  margin: -5px auto 25px;
}
/**
  9.1 - Vertical Timeline Entry Meta
-----------------------------------------------------------------------------------------------------------
 */
.vertical-timeline .entry-meta i{
  font-size: 20px;
  padding: 0px;
  margin: -3px 0 0;
  color: #838383;
  float: left;
}
.vertical-timeline .entry-meta .published a{
  color: #274a4d;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding: 0 10px;
  white-space: normal; 
  text-transform: uppercase;
}
.vertical-timeline .entry-meta a{
  display: inline-block;
  padding: 5px 10px;
}
.vertical-timeline .entry-meta .published,
.vertical-timeline .entry-meta .entry-categories{
  margin: 0;
  line-height: 1;
  clear: both;
  border-bottom: 1px solid #eee;
  display: block;
  white-space: nowrap;
  padding: 10px 5px 10px 0;
}

.vertical-timeline .comment-count{
  padding-left: 0px;
}
.vertical-timeline .post-like a,
.vertical-timeline .comment-count a{
  padding: 18px 25px 0 0;
  color: #1d1e28;
}
.vertical-timeline .post-like a:hover,
.vertical-timeline .comment-count a:hover,
.vertical-timeline .post-like a:focus,
.vertical-timeline .comment-count a:focus{
  color: #de6f2c;
}
.vertical-timeline .post-like a:hover i,
.vertical-timeline .comment-count a:hover i,
.vertical-timeline .post-like a:focus i,
.vertical-timeline .comment-count a:focus i{
  background-color: #de6f2c;
  border-color: #de6f2c;
  color: #fff;
}
.vertical-timeline .post-like a.voted{
  color: #ed1c24;
}
.vertical-timeline .post-like a.voted:hover i,
.vertical-timeline .post-like a.voted i{
  background-color: #ed1c24;
  color: #fff;
  border-color: #ed1c24;
}
.vertical-timeline .comment-count i,
.vertical-timeline .post-like i{
  margin-top: -10px;
  vertical-align: middle;
  border: 2px solid transparent;
  border-radius: 50%;
  padding: 7px;
  margin-right: 8px;
}




/*
 9.2 - Load More Button
----------------------------------------------------------------------------
*/
 .load-more-posts{
  padding-top: 20px;
  padding-bottom: 0px;
  margin-bottom: 30px;
}
#load-more-wrapper{
  position: relative;
  overflow: visible;
  padding-top: 5.33333em;
  padding-bottom: 0;
  margin-bottom: 35px;
  margin-bottom: 3.3333em;
}
#load-more a{
  font-size: 32px;
  background-color: #FFFFFF;
  border-color: #D6D6D6;
  border-radius: 50%;
  border-style: solid;
  border-width: 6px;
  color: #454545;
  display: block;
  width: 90px;
  z-index: 8;
  height: 90px;
  left: 23.5%;
  margin: 0 0 0 -60px;
  position: absolute;
  text-align: center;
  top: 0;
  
  -webkit-transition: border-radius 1s, width 3s, height 3s, ease 1s;
  -moz-transition: border-radius 1s, width 3s, height 3s, ease 1s;
  -o-transition: border-radius 1s, width 3s, height 3s, ease 1s;
  -ms-transition: border-radius 1s, width 3s, height 3s, ease 1s;
  transition: border-radius 1s, width 3s, height 3s, ease 1s;
}
.no-touch #load-more > a:hover{
  color: #fff;
  border-radius: 100px;
  border-color: #14ddb3;
  background-color: #14ddb3;
  width: 105px;
  height: 105px;
  margin: 0 0 0 -66px;
}
#load-more > a > .icon-plus{
  display: block;
  float: left;
  margin-top: 22px;
  margin-left: 23px;
  position: relative;
  z-index: 2;

  -webkit-transition: margin-top 1s, margin-left 1s;
  -moz-transition: margin-top 1s, margin-left 1s;
  -ms-transition: margin-top 1s, margin-left 1s;
  -o-transition: margin-top 1s, margin-left 1s;
  transition: margin-top 1s, margin-left 1s;
}
#load-more > a:hover > .icon-plus{
  color: #fff;
  border: 0;
  margin-top: 28px;
  margin-left: 30px;
}
#load-more .status{
  position: absolute;
  border-style: solid;
  border-width: 6px;
  border-color: #14ddb3;
  height: 90px;
  width: 90px;
  margin: 0 -60px;
  top: 0;
  left: 23.5%;
  background-color: #fff;
  border-radius: 50%;
}
#load-more > .status > #loading{
  display: block;
  left: 23.5%;
  margin: 0 22px;
  padding: 0;
  position: absolute;
  top: 39px;
}
#load-more .loadingtext{
  color: #555555;
  display: inline-block;
  float: left;
  font-size: 16px;
  left: 23.5%;
  letter-spacing: 1px;
  margin-left: 55px;
  position: absolute;
  top: 33px;
}



/**
 9.3 - Blog Pagination
----------------------------------------------------------------------------
 */
.paging-navigation{
  background: #181A25;
  position: relative;
  overflow: hidden;
  padding: 20px 0 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.paging-navigation .pages{
  text-align: center;
  padding-bottom: 8px;
  padding-top: 10px;
}
.paging-navigation .page-numbers{
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 3px solid #FFFFFF;
  border-radius: 3px;
  color: #FFFFFF;
  display: inline-block;
  border-radius: 3px;
  font-weight: bold;
  padding: 23px 20px;
  height: 75px;
  width: 65px;
  margin: 0 4px;
}
.paging-navigation .pages span.page-numbers{
  border-color: #E3844B;
  color: #E3844B;
}
.no-touch .paging-navigation .pages a.page-numbers:hover,
.paging-navigation .pages a.page-numbers:focus{
  background-color: #14ddb3;
  border-color: #14ddb3;
  color: #fff;
}
.paging-navigation .nav-next a,
.paging-navigation .nav-previous a{
  display: block;
  padding: 8px;
}
.no-touch .paging-navigation .nav-next a:hover i,
.no-touch .paging-navigation .nav-previous a:hover i{
  color: #14ddb3;
}
.paging-navigation .nav-links{
  position: relative;
}
.paging-navigation .nav-next a,
.paging-navigation .nav-previous a{
  position: absolute;
  top: -60px;
}
.paging-navigation .nav-next a{
  right: 25px;
}
.paging-navigation .nav-previous a{
  left: 25px;
}





/**
 9.4 - Blog 
----------------------------------------------------------------------------
*/
.page-left-sidebar .hentry img,
.page-right-sidebar .hentry img,
.page-no-sidebar .hentry img{
  width: 100%;
}
.page-template-blog-fullwidth-php .page-header span:before{
  background: none;
  position: relative;
} 
.icon-wrapper{
  position: relative;
  overflow: hidden;
  margin: 0px auto 35px;
  max-width: 350px;
}
.icon-wrapper > .inside{
  background: none repeat scroll 0 0 #FFFFFF;
  border: 5px solid #303030;
  display: block;
  height: 50px;
  margin: 0 auto;
  padding: 45px;
  position: relative;
  text-align: center;
  width: 50px;
  z-index: 2;

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.icon-wrapper:before{
  content: '';
  background: #303030;
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  z-index: 1;
}

.icon-wrapper .inside > .icon{
  color: #303030;
  font-size: 32px;
  margin: -16px;
  position: absolute;
  text-align: center;
}
.search .entry-title,
.page-left-sidebar .entry-title,
.page-right-sidebar .entry-title,
.page-no-sidebar  .entry-title{
  margin-bottom: 30px;
}
.search .entry-summary,
.page-left-sidebar .entry-content,
.page-right-sidebar .entry-content,
.page-no-sidebar  .entry-content{
  color: #777;
  padding-top: 10px;
  padding-bottom: 10px;
}
.page-no-sidebar .entry-content p, 
.page-left-sidebar .entry-content p, 
.page-right-sidebar .entry-content p{
  margin-top: 10px;
}
.page-no-sidebar .entry-content .sub-title,
.page-left-sidebar .entry-content .sub-title,
.page-right-sidebar .entry-content .sub-title{
  font-size: 2em;
  color: #303030;
  line-height: inherit;
  margin-top: inherit;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.search .hentry,
.page-left-sidebar .hentry, 
.page-right-sidebar .hentry,
.page-no-sidebar .hentry {
  margin-bottom: 65px;
  padding: 0 0 15px;
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid #dfdfdf;
}
.single-post .hentry{
  margin-bottom: 20px;
}

/**
 9.5 - Blog Timeline
----------------------------------------------------------------------------
*/
.single-post .vertical-timeline {
  margin: 0 0 20px 0;
}
.vertical-timeline{
  margin: 0px 0 0 0;
  padding: 0;
  position: relative;
}
.vertical-timeline > li .post-item{
  background-color: #c84941;
}
.vertical-timeline > li .post-item img{
  width: 100%;
  margin-bottom: 15px;
}
.vertical-timeline > li .post-item p{
  margin-top: 0px;
  font-weight: 400;
}
.vertical-timeline:before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10px;
  background: #f4f4f4;
  left: 23.5%;
  margin-left: -20px;
}
.vertical-timeline .blog-title{
  color: #fff;
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.vertical-timeline > li .sub-title{
  color: #fff!important;
  font-size: 28px;
  margin-bottom: 20px;
}
.vertical-timeline > li {
  position: relative;
  overflow: visible;
}
.vertical-timeline > li .post-item {
  margin: 0 0 50px 30%;
  background: #5AA0CA;
  color: #fff;
  padding: 2.0em 26px 1.5em 30px;
  font-weight: 300;
  line-height: 1.4;
  position: relative;
  border-radius: 3px;
}

/* The triangle */
.vertical-timeline > li .post-item:after {
  right: 100%;
  border: solid rgba(255,255,255,0);
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 13px;
  top: 25px;
}
.vertical-timeline > li .timeline-icon{
  border-color: #5AA0CA;
}
.vertical-timeline > li .post-item:after {
  border-right-color: #5AA0CA;
}
.vertical-timeline > li .entry-content{
  color: #fff;
}

.vertical-timeline > li .timeline-icon{
  width: 90px;
  height: 90px;
  padding: 20px;
  display: block;
  position: absolute;
  line-height: 40px;
  font-size: 33px;
  border-style: solid;
  border-width: 6px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  left: 23.5%;
  top: 0px;
  margin: 0 0 0 -60px;
}

.vertical-timeline li .entry-meta{
  display: block;
  width: 25%;
  padding-right: 100px;
  padding-top: 0px;
  position: absolute;
  text-transform: capitalize;
  text-align: left;
}




/**
 9.6  - Flexslider Blog Navigation
----------------------------------------------------------------------------
*/
.page-no-sidebar .flex-direction-nav a,
.page-left-sidebar .flex-direction-nav a,
.page-right-sidebar .flex-direction-nav a,
.vertical-timeline .flex-direction-nav a{ 
  display: block; 
  width: 80px;
  height: 80px;
  padding: 15px 22px;
  margin: -30px 0 0; 
  position: absolute; 
  top: 50%; 
  z-index: 9; 
  overflow: visible; 
  opacity: 1; 
  cursor: pointer; 
  color: #fff; 
  border-radius: 50%;
  background-color: rgba( 235, 237, 238, 0 );
  opacity: 0.7;
  border-style: solid;
  border-width: 4px;
  border-color: rgb( 239, 243, 243 );
  
  -webkit-transition: all .3s ease; 
  -moz-transition: all .3s ease; 
  transition: all .3s ease; 
}
.no-touch .page-no-sidebar .flex-direction-nav a:hover,
.no-touch .page-left-sidebar .flex-direction-nav a:hover,
.no-touch .page-right-sidebar .flex-direction-nav a:hover,
.no-touch .vertical-timeline .flex-direction-nav a:hover{ 
   opacity: 1;
}
.page-no-sidebar .flex-direction-nav .flex-prev,
.page-left-sidebar .flex-direction-nav .flex-prev,
.page-right-sidebar .flex-direction-nav .flex-prev,
.vertical-timeline .flex-direction-nav .flex-prev { 
  left: 30px!important; 
}
.page-no-sidebar .flex-direction-nav .flex-next,
.page-left-sidebar .flex-direction-nav .flex-next,
.page-right-sidebar .flex-direction-nav .flex-next,
.vertical-timeline .flex-direction-nav .flex-next { 
  right: 30px!important; 
  text-align: right; 
}
.page-no-sidebar .flex-prev,
.page-left-sidebar .flex-prev,
.page-right-sidebar .flex-prev,
.vertical-timeline .flex-prev { 
  opacity: 0.7; 
  left: 0px; 
}
.page-no-sidebar .flex-next,
.page-left-sidebar .flex-next,
.page-right-sidebar .flex-next,
.vertical-timeline .flex-next{ 
  opacity: 0.7; 
  right: 0px; 
}
.page-no-sidebar .flex-direction-nav .flex-disabled,
.page-left-sidebar .flex-direction-nav .flex-disabled,
.page-right-sidebar .flex-direction-nav .flex-disabled,
.vertical-timeline .flex-direction-nav .flex-disabled { 
  opacity: 0.3!important; 
  filter:alpha(opacity=3); 
  cursor: default; 
}


/**
 9.7 - jPlayer
----------------------------------------------------------------------------
*/
.jp-play, 
.jp-pause {
  height: 0;
  left: 3%;
  position: absolute;
  top: 29px;
}
[class*="jp-"]{
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.jp-audio,
.jp-video {
  margin-bottom: 0px;
}
.jp-gui {
  position: relative;
  margin-top: -4px;
}
.jp-interface{
  position: relative;
  overflow: hidden;
  background: #2b373c;
  max-height: 82px;
  display: block;
  clear: both;
  padding: 28px 30px;
  margin-bottom: 25px;
}

.jp-seek-bar{
  width: 100%!important;
}
.jp-progress {
  width: 46%;
  height: 10px;
  cursor: pointer;
  position: absolute;
  top: 36px;
  left: 8%;
  right: 0;
  bottom: 0;
}
.jp-controls{
  list-style-type: none;
  float: left;
  vertical-align: top;
}
.jp-controls li{
  display: inline-block;
}
.jp-duration {
  font-size: 13px!important;
  position: absolute;
  top: 31px;
  left: 57%;
}
.jp-full-screen, .jp-restore-screen {
  position: absolute;
  top: 30px;
  right: 20px;
}
.jp-video-full {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1000;
}
.jp-video-full .jp-interface {
  background: #333;
  background: rgba(0, 0, 0, 0.5);
}
.jp-video-full .jp-gui {
  z-index: 100000;
  position: absolute;
  bottom: 50px;
  width: 100%;
  max-width: 860px;
  margin-left: -430px;
  left: 50%;
  right: 50%;
}
.jp-volume-bar {
  position: absolute;
  top: 35px;
  right: 10px;
  left: 71%;
  display: inline-block;
  cursor: pointer;
  max-width: 26%;
  height: 10px;
  vertical-align: top;
}
.jp-play-bar, .jp-volume-bar-value {
  -webkit-transition: all 0.08s ease-in;
  -moz-transition: all 0.08s ease-in;
  -o-transition: all 0.08s ease-in;
  transition: all 0.08s ease-in;
}
.jp-volume-bar-value {
  height: 10px;
}
.jp-volume-bar-value,
.jp-play-bar {
  background: #fff;
  height: 10px;
}
.jp-mute, 
.jp-unmute {
  position: absolute;
  left: 66%;
  position: absolute;
  top: 28px;
  height: 0;
  font-size: 20px!important;
}
.jp-unmute {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
.jp-jplayer {
  width: 100% !important;
  height: auto !important;
}
.jp-jplayer video {
  width: 100%!important;
  height: auto!important;
}
.jp-audio .jp-jplayer {
  height: 0!important;
}
.jp-video .jp-jplayer {
  position: relative;
  overflow: hidden;
}
.jp-video .jp-jplayer video, 
.jp-video .jp-jplayer object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%!important;
  height: 100%!important;
  background: #000;
}





/**
9.8 - Post Format Styles 
-----------------------------------------------------------------------------
*/

.vertical-timeline .format-link .post-item a{ 
  color: #fb9e37; 
  display: block;
  line-height: 1.30em;
}

.vertical-timeline .format-link .post-item .entry-title{
  font-size: 35px;
  background: rgba(0,0,0,.2);
  padding: 27px 30px;
  margin: 0;
  position: relative;
  font-weight: normal;
}
.vertical-timeline .format-link .post-item .entry-title a:hover{
  color: #f4fd4f;
}
#blog-fullwidth .format-link .post-item .entry-title a{
  position: relative;
  overflow: hidden;
  background-color: #1fc4c4;
  color: #fff;
  padding: 10px;
  display: block;
  margin: 0 auto;
  border-radius: 3px;
  text-align: center;
}
.no-touch #blog-fullwidth .format-link .post-item .entry-title a:hover{
  background-color: #333;
}


/**
 9.8.1 - Format Video
----------------------------------------------------------------------------
 */
.format-video .jp-interface{
  background: #55BFC6;
  background: rgba(85, 191, 198, 0.8);
}

.format-audio .jp-controls a,
.format-video .jp-controls a {
  color: #FFFFFF;
  font-size: 17px;
}
.format-video .fit-video{
  margin-bottom: 25px;
}
.format-video .jp-seek-bar,
.format-video .jp-volume-bar{
  background-color: #e1c347;
}

/**
 9.8.2 - Format Audio
----------------------------------------------------------------------------
 */

.format-audio .jp-seek-bar, 
.format-audio .jp-volume-bar {
  background-color: #ff6571;
}



/**
 9.8.3 - Format Quote
----------------------------------------------------------------------------
*/
  blockquote,
 .format-quote blockquote{
    font-family: 'Georgia', serif;
    border-color: #ff6571;
    border-width: 6px;
    font-size: 25px;
    font-style: italic;
    font-weight: normal;
 }
 blockquote p,
 .format-quote blockquote p{
    font-family: 'Georgia', serif!important;
    font-size: 30px;
    font-style: italic;
    color: #4e5462;
    line-height: inherit!important;
 }
 .format-quote blockquote small{
    font-style: italic;
    font-size: 16px;
 }
 .format-quote .entry-content{
    padding: 0;
 }
 #blog-fullwidth .format-quote blockquote small{
    color: #8d9fb7; 
 }
 .vertical-timeline .format-quote blockquote{
   margin: 0;
   padding: 25px 25px 25px;
   background-color: rgba(50, 50, 50, 0.25);
   background-image: url("../images/bubble.png");
   background-position: top right;
   background-repeat: no-repeat;
 }
 .vertical-timeline .format-quote blockquote small,
 .vertical-timeline .format-quote blockquote p{
   color: #fff;
   margin-top: 0px;
 }



/**
9.8.4 - Format Gallery
----------------------------------------------------------------------------
 */
.format-gallery .flexslider{
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}



/**
9.8.5 - Format Chat
----------------------------------------------------------------------------
*/
.format-chat .entry-content{
  padding-left: 0px;
  padding-right: 0px;
} 
.format-chat p{
  font-size: 34px;
  font-weight: 400;
  color: #303030;
}


/**
9.8.6 - Format Aside
----------------------------------------------------------------------------
*/

.vertical-timeline .format-aside .entry-content p{
  padding: 0;
  font-size: 18px;
}

/**
 9.8.7 - Format Status
----------------------------------------------------------------------------
*/
.format-status .post-item{
  font-family: 'Georgia', sans-serif;
  font-size: 24px;
}
.format-status .twitter-tweet{
  width: 100%;
  border-radius: 0!important;
  border: 0!important;
  margin-top: 25px!important;
}
.vertical-timeline .format-status .entry-content{
  padding: 0;
}
/* Default Background Color */
.page-no-sidebar .format-status .entry-content,
.page-left-sidebar .format-status .entry-content,
.page-right-sidebar .format-status .entry-content{
  padding-left: 25px;
  padding-right: 15px;
  padding-bottom: 20px;
  padding-top: 15px;
  margin-bottom: 15px;
  color: #fff;
}



/**
 9.8.8 - Format Standard
----------------------------------------------------------------------------
*/
.entry-image{
  padding-bottom: 15px;
}
.entry-header{
  text-transform: uppercase;
  padding-bottom: 24px;
}




/**
 9.8.9 - Format Link
----------------------------------------------------------------------------
*/
.format-link{
  text-transform: uppercase;
  font-weight: 400;
}



/**
 9.9.9- Format Image
----------------------------------------------------------------------------
*/

.format-image figure{
  margin-bottom: 16px;
}


/**
 10.0 - Single Blog 
----------------------------------------------------------------------------
*/


/**
 10.1 - Comment Styles
----------------------------------------------------------------------------
*/
.page-no-sidebar .comment-body:after, 
.page-no-sidebar .comment-body:before,
.vertical-timeline li .comment-body:after, 
.vertical-timeline li .comment-body:before {
  right: 100%;
  top: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}




/**
 10.2  - Vertical Timeline Comments List
----------------------------------------------------------------------------
*/
.comment-author{
  text-transform: capitalize;
  margin-top: 0px;
  font-size: 24px;
}
.comment-date,
.comment-reply-link{
  text-transform: uppercase;
  margin-right: 30px;
}
.comment-text{
  padding-top: 10px;
  padding-bottom: 10px;
}
.comment-reply-link i,
.comment-body .glyphicon-time{
  padding-right: 8px; 
}
.comment-body .glyphicon-time{
  color: #314E5C;
}
.comment-date{
  font-weight: 700;
  color: #314E5C;
}
.vertical-timeline li .comment-body{
  background-color: #FCFCFC;
  padding: 1.5em;
  margin: 0 0 30px 30%;
  position: relative;
  color: #777;
  border: 2px solid #e3e3e3;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.vertical-timeline li .comment-body:before{
  display: block;
  right: 100%;
  border: solid rgba(227, 227, 227, 0);
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 16px;
  border-right-color: #e3e3e3;
  margin-top: 14px;
  top: 16px;
}
.vertical-timeline li .comment-body:after{
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 14px;
  margin-top: 16px;
  top: 16px;
  border-right-color: #FCFCFC;
}
.vertical-timeline li .dot{
  height: 24px;
  width: 24px;
  text-indent: -9999px;
  position: absolute;
  top: 38px;
  left: 23.5%;
  margin-left: -28px;
  border-width: 6px;
  border-style: solid;
  border-color: #f4f4f4;
  background-color: #181a25;
  border-radius: 50%;
}

.vertical-timeline li .children .dot{
  display: none;
}

.vertical-timeline  .comment-list li{
  display: block;
  position: relative;
  overflow: hidden;
  clear: both;
  width: 100%;
  margin-bottom: 0px;
}

.avatar{
  text-align: center;
  background-color: #303030;
  width: 100px;
  height: 100px;
  background: #787878;
  border: 5px solid #6bcbca;
  margin: 0 auto;
  border-radius: 50%;
}
.page-no-sidebar #respond,
.page-left-sidebar #respond,
.page-right-sidebar #respond{
  padding-top: 0px;
}
#respond{
  position: relative;
  overflow: visible;
  z-index: 10;
  background: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  clear: both;
  display: block;
}
.vertical-timeline #respond #reply-title{
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  border-bottom: 0;
  padding-bottom: 18px;
}
.vertical-timeline #reply-title .dot{
  position: absolute;
  right: auto;
  left: 23.5%;
  margin: 0 0 0 -28px;
  width: 24px;
  height: 24px;
  background-color: #181a25;
  border: 6px solid #f4f4f4;
  border-radius: 50%;
}
.vertical-timeline li .pull-left{
  display: block;
  padding-right: 100px;
  position: absolute;
  text-align: center;
  width: 25%;
}
.vertical-timeline li .children{
  margin: 0;
  padding: 0;
}
.vertical-timeline li .children .pull-left{
  left: 23.5%;
  margin-left: -110px;
}

/*.vertical-timeline .children li{
  margin-left: 10px;
}*/
.page-no-sidebar .children,
.page-right-sidebar .children,
.page-left-sidebar .children{
  margin-left: 4%;
}
.vertical-timeline .children .comment-body{
  margin-left: 33%;
}
.comments-title,
#reply-title{
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 35px;
  width: 25%;
  letter-spacing: 1px;
}



.comment-body #respond{
  padding: 25px;
  border: 1px solid #eeeeee;
  margin-bottom: 20px;
}
.comment-body #commentform input,
.comment-body #commentform textarea{
  width: 100%;
}
.vertical-timeline .comment-body #respond #reply-title{
  position: relative;
  top: 0;
  margin: 10px 0;
  border-bottom: 1px solid #EEEEEE;
  display: block;
  width: 100%;
  padding: 0 0px 20px 0;
}
.vertical-timeline #reply-title:after,
.vertical-timeline .comments-title .border{
  content: '';
  clear: both;
  position: relative;
  height: 4px;
  width: 60px;
  background: #f4f4f4;
  display: block;
  margin-top: 20px;
}
#commentform {
  margin-top: 10px;
}




/**
10.3  - Blog Standard Comments List
----------------------------------------------------------------------------
*/
.single-post  .icon-wrapper{
  margin-top: 20px;
}
.page-no-sidebar .dot,
.page-left-sidebar .dot,
.page-right-sidebar .dot{
  display: none;
}
.page-no-sidebar .comments-title,
.page-left-sidebar #reply-title,
.page-right-sidebar.comments-title, 
.page-no-sidebar #reply-title {
  font-size: 22px;
  margin-bottom: 20px;
  width: 100%;
}
.page-no-sidebar .avatar,
.page-left-sidebar .avatar,
.page-right-sidebar .avatar{
  border-radius: 0;
  border: 0;
}
.page-no-sidebar .comment-body,
.page-left-sidebar .comment-body,
.page-right-sidebar .comment-body{
  position: relative;
  color: #777;
  float: none;
  border: 2px solid #e3e3e3;
  border-radius: 3px;
  padding: 1.5em;
  margin: 0 0 0 13%;
  background-color: #FCFCFC;
}
.page-right-sidebar .comment-list li,
.page-left-sidebar .comment-list li,
.page-no-sidebar .comment-list li {
  display: block;
  position: relative;
  overflow: hidden;
  clear: both;
  width: 100%;
  margin-bottom: 40px;
}
.page-right-sidebar .comment-list .pull-left,
.page-left-sidebar .comment-list .pull-left,
.page-no-sidebar .comment-list .pull-left {
  background: none repeat scroll 0 0 rgb(0, 0, 0);
  border: 0 none;
  float: none;
  height: 100px;
  margin: 0;
  width: 100px;
  position: absolute;
  left: 0;
}
.page-right-sidebar .comment-body:before,
.page-left-sidebar .comment-body:before,
.page-no-sidebar .comment-body:before,
.page-right-sidebar .comment-body:after,
.page-left-sidebar .comment-body:after,
.page-no-sidebar .comment-body:after{
  position: absolute;
  right: 100%;
  top: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
}
.page-right-sidebar .comment-body:before,
.page-left-sidebar .comment-body:before,
.page-no-sidebar .comment-body:before{
  width: 0px;
  height: 0px;
  border-style: inset; /* if Firefox renders a strange grey border */
  border-width: 0 35px 35px 0;
  border-color: transparent #e3e3e3 transparent transparent;
  margin-top: -2px;
}
.page-right-sidebar .comment-body:after,
.page-left-sidebar .comment-body:after,
.page-no-sidebar .comment-body:after{
  width: 0px;
  height: 0px;
  border-style: inset; /* if Firefox renders a strange grey border */
  border-width: 0 30px 30px 0;
  border-color: transparent #fcfcfc transparent transparent;
  margin-top: 0px;
}
.page-right-sidebar .children li,
.page-left-sidebar .children li,
.page-no-sidebar .children li{
  margin-top: 40px;
  margin-bottom: 0;
}
.page-right-sidebar .comments-title,
.page-left-sidebar .comments-title,
.page-right-sidebar #reply-title,
.page-left-sidebar #reply-title,
.page-no-sidebar .comments-title,
.page-no-sidebar #reply-title{
  text-transform: uppercase;
  border-bottom: 2px solid #dfdfdf;
  padding-bottom: 20px;
  width: 100%;
}
.page-right-sidebar .comment-list ul.children,
.page-left-sidebar .comment-list ul.children {
  padding: 0 0 0 75px;
}







/**
10.4 - Comments Form
----------------------------------------------------------------------------
*/
#respond .required{
  color: #ed1c24;
}
#commentform input{
  width: 50%;
}
#commentform #submit_comment[type="submit"]{
  border: 0;
  text-transform: uppercase;
  width: 200px;
  margin-left: 0px;
  font-weight: 400;
  background-color: #14ddb3;
  display: inline-block;
  position: relative;
  color: #fff;
  padding: 15px;
  margin-top: 10px;
}
.no-touch #commentform #submit_comment[type="submit"]:hover{
  opacity: 0.85;
}
#commentform .form-control{
  background-color: #F6F6F6;
  border-radius: 0;
}






/**
11.0  - Website Features
----------------------------------------------------------------------------
 */
.jc_widget_static_content .inside{
  padding: 0;
  margin: 0;
  width: 100%;
}
.jc_widget_static_content .static-section.website-features{
  padding-top: 70px;
  padding-bottom: 40px;
}

.jc_widget_static_content .website-features{
 background-image : url(../images/features-bg.png);
 background-position: center center;
 background-color: #2d2349;
 
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
}

.website-features img{
  padding: 0 25px;
}
.website-features h2,
.website-features h4{
  color: #fff;
}
.website-features h2{
  padding-bottom: 8px;
  font-size: 27px;
  text-transform: capitalize;
}
.website-features span{
  color: #14ddb3;
}
.website-features .subtitle{
  color: #acacac;
  font-weight: 400;
  padding-bottom: 40px;
}
.website-features .glyphicon{
  font-size: 40px;
  text-align: center;
  display: block;
}


/**
 12.0 - Portfolio 
----------------------------------------------------------------------------
 */

.grid{
  padding-top: 0px;
}
.page-template-template-portfolio-php .paging-navigation,
.page-template-template-portfolio-col2-php .paging-navigation{
  margin: 0;
  border-bottom: 3px solid #232534;
}

.portfolio-4-columns h4 a,
.portfolio-5-columns h4 a{
  background: none;
}

.portfolio-btn{
  max-width: 280px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 15px;
  font-size: 16px!important;
  text-transform: uppercase!important;

  border-radius: 3px;
}

/**
 12.1 Filterable Portfolio List
----------------------------------------------------------------------------
*/
.sortable{
  overflow: hidden;
  padding: 20px 20px 40px;
  position: relative;
}
#filters-list{
  margin: 0;
  padding: 0;
}
#filters-list li{
  display: inline-block;
  margin: 0px;
  cursor: pointer;
  color: #898989;
  font-size: 18px;
}
#filters-list li:after{
  content: '/';
  color: #898989;
  margin: 0 15px;
  padding: 0;
  position: relative;
}
#filters-list li:last-child:after{
  content: '';
  display: none;
}
#filters-list li:hover{
  color: #de6f2c;
}
#filters-list li.focus,
#filters-list li.active{
  color: #14ddb3;
}
#portfolio-filters .mix{
  opacity: 0;
  display: none;
}

.portfolio-items{
  position: relative;
  overflow: hidden;
  padding: 35px 18px;
}
.portfolio-items a {
  background: none repeat scroll 0 0 #F6F6F6;
  display: block;
  padding-bottom: 30px;
  text-align: center;
}
.portfolio-3-columns .portfolio-items article{
  padding-bottom: 30px;
}
.portfolio-3-columns .portfolio-items .inside{
  display: block;
  margin: 0 auto;
  max-width: 80%;
  min-height: 140px;
  text-align: center;
  padding-top: 0px;
}
.portfolio-items .inside > .entry-title{
  padding-bottom: 10px;
  margin-top: 25px;
  text-transform: uppercase;
  color: #1C2732;
  font-weight: 700;
}
.portfolio-items .inside > p{
  color: #8C8C93;
  font-size: 17px;
  font-family: sans-serif;
  font-weight: 400;
}
.portfolio-items figure {
  position: relative;
  overflow: hidden;
}
.portfolio-3-columns .portfolio-items .overlay{
  position: absolute;
  top: 0;
  top: 0;
  left: 0;
  color: #fff;
  height: 100%;
  width: 100%;
  cursor: pointer;
  display: block;
  background: #232a39;
  background: rgba(35, 42, 57, .90);
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  text-align: center;

  -webkit-transform: scale(0.15);
  -moz-transform: scale(0.15);
  -o-transform: scale(0.15);
  -ms-transform: scale(0.15);
  transform: scale(0.15);

  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  -o-transition: all 0.15s ease-out 0s;
  -ms-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
.portfolio-items a:hover .overlay{
  visibility: visible;
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}






/**
 12.2 - Portfolio 2 columns
----------------------------------------------------------------------------
 */
.portfolio-2-columns .portfolio-items article{
  padding-bottom: 30px;
}
.jc_widget_recent_works .portfolio-2-columns .portfolio-items{
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0;
}
.portfolio-2-columns .portfolio-items{
  padding-top: 40px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
}
.portfolio-2-columns img{
  width: 100%;
}
.portfolio-2-columns figure{
  position: relative;
  overflow: hidden;
}
.portfolio-2-columns .portfolio-items .overlay{
  background-color: #232a39;
  background-color: rgba(35, 42, 57, .90);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
  display: block;
  *visibility: hidden;
  opacity: 0;
  z-index: 3;
  color: #fff;

  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.portfolio-2-columns figure:hover .overlay{
  visibility: visible;
  opacity: 1;
  vertical-align: bottom;
}
.portfolio-2-columns a{
  padding-bottom: 0;
}
.portfolio-2-columns .inside{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24.666%;
  display: block;
  text-align: center;
  width: 85%;
  padding: 15px;
}
.portfolio-2-columns .inside i{
  font-size: 26px;
  background: #ebb250;
  border: 4px solid #ebb250;
  padding: 13px;
  text-align: center;
  display: block;
  float: left;
  width: 60px;
  height: 60px;
  margin: 0px 18px;

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.portfolio-2-columns .inside h4{
  margin: 0;
  text-align: left;
  color: #fff;
}
.portfolio-2-columns .inside .entry-title{
  font-size: 27px;
  letter-spacing: 2px;
  text-transform: uppercase;
  word-wrap: break-word;
  display: block;
  padding-top: 0.5em;
}

.no-touch a:hover .inside .icon-plus,
.no-touch a:hover .inside h4{
  opacity: 1;
  -webkit-animation-duration:.4s;
  -moz-animation-duration: .4s;
  -o-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}



/**
 12.3  Portfolio 3 columns
----------------------------------------------------------------------------
 */
 #related-items .overlay i,
.portfolio-3-columns .portfolio-items .overlay i {
  border: 4px solid #FFFFFF;
  border-radius: 50%;
  font-size: 24px;
  left: 50%;
  margin-left: -20px;
  margin-top: -25px;
  padding: 7px;
  position: absolute;
  top: 50%;
}



/**
 12.4 - Portfolio 4 columns
----------------------------------------------------------------------------
 */
.portfolio-4-columns .portfolio-items a{
  padding-bottom: 0;
  text-align: left;
}
.portfolio-4-columns .portfolio-items {
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
}
.portfolio-4-columns .portfolio-items article{
  position: relative;
  margin-top: 0px;
  margin-bottom: 30px;
}
.portfolio-4-columns .portfolio-items figure{
  position: relative;
  overflow: hidden;
}
.portfolio-4-columns .portfolio-items figure .overlay{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  display: block;
  background: #232a39;
  background: rgba(35, 42, 57, .90);
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  text-align: center;

  -webkit-transition: opacity 0.5s 0s ease-out;
  -moz-transition: opacity 0.5s 0s ease-out;
  -o-transition: opacity 0.5s 0s ease-out;
  -ms-transition: opacity 0.5s 0s ease-out;
  transition: opacity 0.5s 0s ease-out;
}
.portfolio-4-columns .portfolio-items i {
  vertical-align: middle;
  font-size: 26px;
  padding-right: 8px;
  line-height: 1;
  display: inline-block;
  margin-top: -2px;
}
.portfolio-4-columns .portfolio-items figure:hover .overlay{
  visibility: visible;
  opacity: 1;
}
.portfolio-4-columns figcaption {
  background-color: #F3F3F3;
  text-align: left;
  position: relative;
  overflow: visible;
  margin-left: 0px;
  min-height: 200px;
  padding: 20px;
}
.portfolio-4-columns figcaption .inside {
  padding: 0;
}
.portfolio-4-columns .portfolio-items h4 {
  font-size: 20px;
  text-transform: uppercase;
  color: #303030;
  margin-bottom: 5px;
  font-weight: 700;
  margin-top: 10px;
}
.portfolio-4-columns .portfolio-items .overlay .details {
  display: block;
  border: 3px solid #fff;
  margin-top: 27.333%;
  margin-left: 35px;
  margin-right: 35px;
  padding: 10px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.no-touch .portfolio-4-columns .overlay .details:hover,
.portfolio-4-columns .overlay .details:focus,
.portfolio-4-columns .overlay .details:active{
  background-color: #14ddb3;
  border-color: #14ddb3;
}





/**
 12.5 - Portfolio 5 columns
----------------------------------------------------------------------------
*/
.portfolio-5-columns .portfolio-items a{
  padding-bottom: 0;
}
.portfolio-5-columns .portfolio-items {
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
}
.portfolio-5-columns .portfolio-items article{
  position: relative;
  margin-top: 0px;
  padding-bottom: 30px;
}
.portfolio-5-columns .portfolio-items figure{
  position: relative;
  overflow: hidden;
}
.portfolio-5-columns .portfolio-items figure .overlay{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  display: block;
  background: #232a39;
  background: rgba(35, 42, 57, .90);
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  text-align: center;

  -webkit-transition: opacity 0.5s 0s ease-out;
  -moz-transition: opacity 0.5s 0s ease-out;
  -o-transition: opacity 0.5s 0s ease-out;
  -ms-transition: opacity 0.5s 0s ease-out;
  transition: opacity 0.5s 0s ease-out;
}

.portfolio-5-columns .portfolio-items i {
  vertical-align: middle;
  font-size: 26px;
  padding-right: 8px;
  line-height: 1;
  display: inline-block;
  margin-top: -2px;
}
.portfolio-5-columns .portfolio-items figure:hover .overlay{
  visibility: visible;
  opacity: 1;
}

.portfolio-5-columns figcaption {
  background-color: #F3F3F3;
  text-align: left;
  position: relative;
  overflow: hidden;
  margin-left: 0px;
  min-height: 225px;
  padding: 14px;
}
.portfolio-5-columns figcaption .inside {
  padding: 0;
  margin: 0;
  text-align: center;
}
.portfolio-5-columns .portfolio-items h4 {
  font-size: 20px;
  text-transform: uppercase;
  color: #303030;
  margin-bottom: 5px;
  font-weight: 700;
  margin-top: 15px;
}
.portfolio-5-columns .portfolio-items .overlay .details {
  display: block;
  border: 3px solid #fff;
  margin-top: 24.333%;
  margin-left: 35px;
  margin-right: 35px;
  padding: 10px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.no-touch .portfolio-5-columns .overlay .details:hover,
.portfolio-4-columns .overlay .details:focus,
.portfolio-4-columns .overlay .details:active{
  background-color: #14ddb3;
  border-color: #14ddb3;
}


/**
 12.6 - Single Portfolio
----------------------------------------------------------------------------
 */
.portfolio-content{
  position: relative;
}

.single-portfolio #tagline{
  margin-top: 5%;
}
.single-navigation{
  padding: 0;
  position: relative;
  display: block;
}
.single-navigation .inside{
  float: right;
  margin: 11.5% 0 0;
}
.single-navigation a{
  border: 4px solid #FFFFFF;
  border-radius: 50%;
  color: #FFFFFF;
  display: block;
  float: left;
  font-size: 26px;
  height: 70px;
  margin: 0 8px 16px;
  padding: 14px 19px;
  width: 70px;
}
.no-touch .single-navigation a:hover{
  opacity: 0.70;
  color: #ededed;
  border: 4px solid #ededed;
}
.single-portfolio figure{
  position: relative;
  margin-bottom: 40px;
  overflow: hidden;
}
.single-portfolio img{
  width: 100%;
}
.single-portfolio .inside{
  padding-top: 0px;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 35px;
  position: relative;
  overflow: visible;
}
.single-portfolio .entry-meta{
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.single-portfolio .project-title{
  margin-top: 12px;
  font-weight: 700;
}
.single-portfolio h3.sub-title{
  color: #fbbf58;
  text-transform: none;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  padding-right: 14px;
}
.single-portfolio .entry-content p{
  color: #757575;
  padding-top: 15px;
  padding-bottom: 15px;
}
.single-portfolio .entry-meta li{
  color: #8d8e8f;
  line-height: 1.9;
  border-bottom: 1px solid #EAEAEA;
  padding: 10px 0;
}
.single-portfolio .entry-meta li:last-child{
  border-bottom: 0;
}
.single-portfolio .entry-meta li span{
  color: #303030;
  font-weight: bold;
}
.single-portfolio .entry-meta .btn{
  width: 100%;
  margin: 12px 0;
  font-weight: 700;
}
.single-portfolio .project-slider{
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.single-portfolio .flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 0px;
  text-align: center;
  background: #333;
  background: rgba(25, 33, 50, 0.70);
  padding-top: 20px !important;
  height: 50px;
}
.single-portfolio .flex-control-paging li a.flex-active {
  background: #fff;
  background: rgba(255,255,255,0.9);
  border-color: #fff;
  border: 2px solid rgba(255,255,255,0.9);
  cursor: default;
}
.single-portfolio .flex-control-paging li a {
  width: 15px;
  height: 15px;
  display: block;
  cursor: pointer;
  text-indent: -9999px;

  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;

  border: 2px solid #fff;
}





/**
 	13.0 - Custom Widgets
----------------------------------------------------------------------------
 */
.widget {
  font-size: 14px;
  -webkit-hyphens: auto;
  -moz-hyphens:    auto;
  -ms-hyphens:     auto;
  hyphens:         auto;
  line-height: 1.2857142857;
  margin-bottom: 48px;
  width: 100%;
  word-wrap: break-word;
}

.jc_widget_featured_blog,
.jc_widget_our_services{
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 20px;
} 
.section-block.layout2{
  padding-bottom: 0px;
}
.search .section-block,
.page-template-template-shortcodes-php .section-block,
.page-template-template-sample-php .section-block{
  padding: 25px 18px;
}
.read-more{
  padding: 0;
  margin: 0;
  border: 0;
}

/* Calendar Widget*/
.footer-widget.widget_calendar caption{
  border-color: #666;
  color: #60607b;
}
.vertical-timeline > li .post-item .continue-reading{
  font-size: 16px;
}
.vertical-timeline > li .post-item .continue-reading,
.vertical-timeline li .read-more{
  padding-top: 0px;
  display: inline-block;
  border-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #fff; 
  margin-left: 6px;
}
.widget.footer-widget table, 
.widget.footer-widget th, 
.widget.footer-widget td {
  border-color: #666;
  color: #60607B;
}

.widget table, 
.widget th, 
.widget td {
  border-style: solid;
  border-width: 1px;
  border-color: #D5D5D5;
  color: #60607B;
}
.widget_calendar table {
  line-height: 2;
  margin: 0;
  width: 100%;
}

.widget_calendar caption {
  color: #999;
  border-bottom: 1px solid #ededed;
  font-weight: 600;
  line-height: 1.7142857142;
  margin-bottom: 18px;
  text-align: left;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.widget_calendar thead th {
  background-color: rgba(255, 255, 255, 0.1);
  color: #555;
}

.widget_calendar tbody td,
.widget_calendar thead th {
  text-align: center;
}

.widget_calendar tbody a {
  background-color: #ea5d2d;
  color: #fff;
  display: block;
}

.no-touch .widget_calendar tbody a:hover {
  background-color: #14ddb3;
}

.widget_calendar tbody a:hover {
  color: #fff;
}

.widget_calendar #prev {
  padding-left: 5px;
}

.widget_calendar #next {
  padding-right: 5px;
  text-align: right;
}

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {}

.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
  border-bottom: 0;
}

.widget_categories li ul,
.widget_nav_menu li ul,
.widget_pages li ul {
  margin-top: 0px;
}

.widget_categories li li:last-child,
.widget_nav_menu li li:last-child,
.widget_pages li li:last-child {
  padding-bottom: 0;
}

/* Recent Posts Widget */

.widget_recent_entries .post-date {
  display: block;
}

/* RSS Widget */

.rsswidget img {
  margin-top: -4px;
}

.rssSummary {
  margin: 9px 0;
}

.rss-date {
  display: block;
}

.widget_rss li {
  margin-bottom: 18px;
}

.widget_rss li:last-child {
  margin-bottom: 0;
}

/* Text Widget */
.widget_text > div > :last-child {
  margin-bottom: 0;
}
.widget address {
  margin-bottom: 18px;
}
.widget abbr[title] {
  border-color: rgba(255, 255, 255, 0.7);
}
.widget mark,
.widget ins {
  color: #000;
}
.widget pre,
.widget fieldset {
  border-color: rgba(255, 255, 255, 0.2);
}
.widget code,
.widget kbd,
.widget tt,
.widget var,
.widget samp,
.widget pre {
  font-size: 12px;
  line-height: 1.5;
}
.widget blockquote {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 18px;
}
.widget blockquote cite {
  color: #fff;
  font-size: 14px;
  line-height: 1.2857142857;
}
.widget dl,
.widget dd {
  margin-bottom: 18px;
}
.widget ul,
.widget ol {
  list-style: none;
  margin: 0;
}
.widget li > ol,
.widget li > ul {
  margin-left: 10px;
}
.widget table,
.widget th,
.widget td {}
.widget table {
  margin-bottom: 18px;
}
.widget del {
  color: rgba(255, 255, 255, 0.4);
}
.widget hr {
  background-color: rgba(255, 255, 255, 0.2);
}
.widget p {
  margin-bottom: 18px;
}

.search-form input,
.widget input,
.widget textarea {
  font-size: 16px;
  font-weight: normal;
}
/* Search Form */
.search-form{
  margin-top: 14px;
}
.search-form,
.widget .search-form{
  position: relative;
}
.search-form label{
  width: 100%;
  margin-bottom: 0;
  display: block;
  font-weight: 400;
}
.search-form .search-submit{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  color: #fff;
  height: 100%;
}
.form-control{
  border-radius: 0;
  background-color: #F3F3F3;
}


.search-form button,
.search-form input[type="button"],
.search-form input[type="reset"],
.search-form input[type="submit"],
.widget button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
  background-color: #14ddb3;
  border: 0;
  font-size: 15px;
  text-transform: uppercase;
  padding: 5px 25px 4px;
}
.search-field{
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border-radius: 3px;
  border: 1px solid #eee;
}
.screen-reader-text{
  visibility: hidden;
  display: none;
}
.widget input[type="button"]:hover,
.widget input[type="button"]:focus,
.widget input[type="reset"]:hover,
.widget input[type="reset"]:focus,
.widget input[type="submit"]:hover,
.widget input[type="submit"]:focus {
  background-color: #ea5d2d;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.widget input[type="button"]:active,
.widget input[type="reset"]:active,
.widget input[type="submit"]:active {
  background-color: #55d737;
}

.widget .wp-caption {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 18px;
}

.widget .widget-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7142857142;
  margin: 0 0 24px 0;
  text-transform: uppercase;
}

.widget-title,
.widget-title a {
  color: #fff;
}

.widget-title a:hover {
  color: #41a62a;
}

.widget .children li{
  margin: 0!important;
}




.contact-widget{
  padding-bottom: 25px;
}

.widget_pages ul,
.widget_nav_menu .menu{
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
}
.widget_nav_menu .menu .sub-menu:before{
  border: 0;
  display: none;
}
.widget_nav_menu .menu li,
.widget_nav .menu .sub-menu li{
  font-size: inherit!important;
  font-family: inherit;
}
.widget_pages ul ul{
  list-style: square outside none;
  letter-spacing: 1px;
}
.widget_nav_menu .menu li ul.sub-menu{
  margin: 0;
  padding: 0!important;
  list-style: square inside none;
}
.widget_nav_menu .menu li ul.sub-menu li{
  color: #303030;
  display: list-item!important;
 /*list-style: square outside none;*/
  padding: 0;
}
.widget_pages li a,
.widget_nav_menu .menu li a{
  color: #14ddb3!important;
  margin: 0;
  padding: 10px 10px 10px!important;
  border: 0;
}




/**
 13.1 - Tag Cloud Styles
----------------------------------------------------------------------------
*/

.tagcloud{
  position: relative;
  overflow: hidden;
}
.tagcloud a{
  display: inline-block;
  color: #fff;
  font-size: 15px!important;
  float: left;
  line-height: 1;
  margin: 0 5px 5px 0;
  padding: 10px 20px;
  background: none repeat scroll 0 0 #00b0d2;
}
.no-touch .tagcloud a:hover,
.tagcloud a:focus{
  color: #fff;
  background: none repeat scroll 0 0 #006092;
}


#widget-block {
  background-color: #F3F3F3;
  padding: 40px 15px 20px;
  position: relative;
  overflow: hidden;
  clear: both;
}
#widget-block .main-title{
  color: #1A3652;
  font-size: 24px;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
#widget-block .main-title span{
  background: none;
  padding-left: 0;
}




/**
 13.2 - Flickr Widget
----------------------------------------------------------------------------
 */

#flickerPhotos{
  margin: 0;
  padding: 0;
}
#flickerPhotos a img{
  float: left;
  display: inline-block;
  background-color: #bababa;
  position: relative;
  width: 85px;
  height: 85px;
  margin-bottom: 20px;
  margin-right: 20px;
}
.widget_text{
  color: #666;
}



/* Widget Recent Entries */
.widget_recent_entries{
  text-transform: uppercase;
}
.blog-widget{
  margin-bottom: 40px;
}

.blog-widget .main-title span{
  padding-left: 0!important;
}

.site-footer .widget_nav_menu .menu{
  margin: 0;
  padding: 0;
}
.site-footer .widget_nav_menu .menu li{
  color: #fff!important;
  display: block!important;
  list-style-type: decimal;
}
.site-footer .widget_nav_menu .menu li a{
  border-color: transparent;
  border: 0;
}

.site-footer .widget_archive li,
.site-footer .widget_categories li{
  display: block;
  width: 100%;
  color: #fff;
  border-bottom: 0;
  padding: 6px 0 6px;
}
.site-footer .widget_archive a{
  background: none!important;
}
.site-footer .widget_archive a,
.site-footer .widget_categories a{
  display: inline;
  padding: 0;
  border: 0;
}

/* Native Widget Styles  */
.widget_categories ul li,
.widget_archive li{
  display: inline-block;
  color: #777;
}
.widget_categories ul li a,
.widget_archive ul li a{
  display: inline-block;
}
.widget_pages li a,
.widget_meta li a,
.widget_archive li a,
.widget_nav_menu .menu li a,
.widget_categories li a,
.child_pages li a{
  padding: 10px 10px 10px;
  display: block;
  border-right: 5px solid transparent;
  border-bottom: 1px solid #ededed;
  font-size: 16px;
}
.right-sidebar .widget_pages li a,
.right-sidebar .widget_nav_menu .menu li a,
.right-sidebar .widget_meta li a,
.right-sidebar .widget_archive ul li a,
.right-sidebar .widget_categories li a{
  border-left: 5px solid transparent;
  padding: 10px 20px 10px;
}
.no-touch .left-sidebar .widget_pages li a:hover,
.no-touch .left-sidebar .widget_nav_menu .menu li a:hover{
  background-color: #f8f8f8;
  border-right: 5px solid #14ddb3;
}
.no-touch .right-sidebar .widget_meta li a:hover,
.no-touch .right-sidebar .widget_archive li a:hover,
.right-sidebar .widget_categories li.current-cat a,
.no-touch .right-sidebar .widget_categories li a:hover{
  border-left : 5px solid #14ddb3;
  background : #f8f8f8;
}
.no-touch .widget_pages li a:hover,
.no-touch .widget_nav_menu  .menu li a:hover{
  color: #ea5d2d!important;
}
.right-sidebar .widget_categories li.current-cat a,
.left-sidebar .widget_categories li.current-cat a{
  color: #ea5d2d;
}
.no-touch .widget_categories li a:hover,
.no-touch .widget_pages li a:hover,
.no-touch .widget_archive li a:hover,
.no-touch .right-sidebar .widget_nav_menu .menu li a:hover,
.no-touch .left-sidebar .widget_archive ul li a:hover{
   background: #f8f8f8;
}
.no-touch .left-sidebar .widget_meta li a:hover,
.no-touch .left-sidebar .widget_archive li a:hover,
.left-sidebar .widget_categories li.current-cat a,
.no-touch .left-sidebar .widget_categories li a:hover,
.no-touch .child_pages li a:hover{
  border-right: 5px solid #14ddb3;
  background: #f8f8f8;
}

#recentcomments{
  background-color: none;
  margin: 0;
  padding: 15px 0;
  border: 0;
  font-size: 16px;
}
#recentcomments .recentcomments{
  display: block;
  padding: 10px 0 10px;
  border-bottom: 1px solid #ddd;
  text-transform: normal;
}

.no-touch #recentcomments .recentcomments a:hover{
  border-bottom: 1px dotted #14ddb3; 
}
#recentcomments .recentcomments:last-child{
 border-bottom: 0;
}

/* Child Pages */
.child_pages{
  margin-top: 40px;
}
.child_pages li.current_page_item a{
  color: #14ddb3;
  border-right: 5px solid #14ddb3;
  background: #f8f8f8;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.child_pages li:last-child{
  border-bottom: 0;
}
.widget_recent_entries ul{
  list-style-type: none;
  margin: 0;
  padding: 15px 0 0 0;
}
.widget_recent_entries li{
  display: block;
  margin-bottom: 30px;
  position: relative;
}
.widget_recent_entries li a{
  font-size: 20px;
  display: block;
  margin: 0;
  font-weight: 400;
}
.widget_recent_entries .post-date{
  color: #909090;
}
.widget .main-title{
  text-transform: uppercase;
  font-weight: 400;
  text-align: left;
}

.recentcomments{
  text-transform: capitalize;
}
.widget_meta li a{
  font-size: 16px;
}








/**
 13.3 - Twitter Widget
----------------------------------------------------------------------------
 */
.jc_latest_tweets{
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
}
.twitter_update_list{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.twitter_update_list li{
  color: #666;
}
.twitter-timestamp{
  font-size: 16px;
  color: #929292;
  line-height: 1;
  clear: both;
  display: block;
  margin-top: 10px;
  padding-bottom: 15px;
}
.jc_widget_google_location #map-canvas{
  border: 0;
  width: 100%;
  height: 230px;
  background-color: #ededed;
}
.jc_widget_social_media.footer-widget{
  padding: 0 11px 0 11px!important;
}
.site-footer .footer-widget{
  position: relative;
  overflow: visible;
  padding: 0px;
}

.site-footer .widget_pages li a{
  border: 0;
}
.site-footer #recentcomments{
  padding-top: 0;
}
.site-footer .textwidget{
  color: #999;
}
.site-footer .widget_meta li a{
  border: 0;
  padding: 5px;
}
.site-footer #recentcomments .recentcomments{
  color: #BCBCBC;
  border: 0;
}

.footer-widget h4{
  color: #fff;
}
.footer-widget .contact-details li{
  border-color: #25263E;
}
.site-footer .jc_widget_social_media .main-title{
  color: #fff;
  font-size: 18px;
  padding-bottom: 10px;
}
.social-links{
  margin: 0;
  padding: 0;
}
.social-links li{
  display: inline;
  float: left;
}
.social-links li a{
  display: block;
  color: #666;
  font-size: 30px;
}

.no-touch .social-links li a:hover{
  color: #fff;
  opacity: 0.85;
}


/**
  13.4 - Related Items Portfolio Widget
----------------------------------------------------------------------------
 */
.jc_widget_related{
  margin-top: 14px;
 }
.related-widget-portfolio{
  margin-bottom: 0;
}
.related-title{
  text-transform: uppercase;
}
.related-subtitle{
  color: #777;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 25px;
  line-height: 1.375em;
}
#related-items .item{
  margin: 0 10px 25px 0;
  padding: 0px;
  text-align: left;
  background-color: #ededed;
  position: relative;
  z-index: 2;
}
#related-items figure{
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}
#related-items figure img{
  width: 100%;
}
#related-items .item h4{
  padding: 18px 20px 10px;
  margin: 0;
}
#related-items .overlay{
  position: absolute;
  top: 0;
  top: 0;
  left: 0;
  color: #fff;
  height: 100%;
  width: 100%;
  cursor: pointer;
  display: block;
  background: #232a39;
  background: rgba(35, 42, 57, .90);
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  text-align: center;

  -webkit-transform: scale(0.15);
  -moz-transform: scale(0.15);
  -o-transform: scale(0.15);
  -ms-transform: scale(0.15);
  transform: scale(0.15);

  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  -o-transition: all 0.15s ease-out 0s;
  -ms-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
#related-items a{
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
  padding-bottom: 10px;
}
.no-touch #related-items  a:hover{
  background-color: #f3f3f3;
}
.no-touch #related-items  a:hover .overlay{
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#related-items .overlay i{
  font-size: 20px;
  font-weight: 400;
  border-width: 3px;
}

/**
14.0  - Contact Form
----------------------------------------------------------------------------
 */
 #sidebar .main-title{
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 15px;
  border-bottom: 0px solid #454545;
 }
.contact-inner{
  padding-top: 35px;
  overflow: hidden;
  position: relative; 
  padding-bottom: 40px;
}
.contact-inner .entry-content{
  color: #000;
  padding-top: 0px;
  padding-bottom: 15px;
}
#contactForm label{
  padding: 8px 0 0;
  color: #314E5C;
  font-weight: 700;
}
#contactForm input {
  margin-bottom: 15px;
}
#contactForm input,
#contactForm textarea{
  font-size: 16px;
  background-color: #F3F3F3;
  border-radius: 0;
}
#contactForm input.form-control{
  height: 35px;
}
#contactForm textarea{
  height: 120px;
  margin-bottom: 12px;
}
#contactForm button{
  margin-top: 12px;
  padding: 0;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: 500;
}
#contactForm button i{
  padding: 19px;
  font-size: 20px;
  background-color: rgba(0,0,0, 0.10);
  display: inline-block;
}
.contact-inner button span{
  display: inline-block;
  padding: 0px 20px 0 10px;
  position: relative;
  vertical-align: top;
  margin-top: 20px;
}
#contactForm .btn-primary:hover, 
#contactForm .btn-primary:focus, 
#contactForm .btn-primary:active,
#contactForm .btn-primary:hover button i,
#contactForm .btn-primary:focus button i,
#contactForm .btn-primary:active button i{
  background-color: #16a085;
  
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#contactForm .error{
  border-color: #ED1C24;
}
#notice .error,
#notice li,
#contactForm .error,
#contactForm .required{
  color: #ED1C24;
}
#contactForm .error{
  font-weight: normal;
  float: right;
}
#success_page{
  padding-bottom: 40px;
}
.success{
  font-size: 24px;
  color: #01b169;
  font-weight: normal;
}
#contactForm #loading{
  position: absolute;
  top: 38px;
  display: inline-block;
  margin-top: 0px;
  margin-left: 35px;
}
.contact-details{
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.contact-details li{
  position: relative;
  overflow: hidden;
  display: block;
  padding: 10px 0 10px;
  margin: 0;
  border-bottom: 1px solid #ededed;
}
.contact-details li,
.contact-widget address{
  color: #777;
}
.contact-widget address{
  margin-bottom: 0;
}
.contact-widget .glyphicon{
  color: #353f54;
  padding-right: 12px;
  font-size: 18px;
  float: none;
}
.contact-details address h6{
  font-size: 19px;
  margin: 0;
  color: #566473;
}
.contact-widget address .withhead{
  position: relative;
  margin-left: 30px;
}
.contact-widget address .nohead{
  position: absolute;
  top: 7px;
  margin-left: 30px;
}

.contact-social{
  margin-top: 25px;
  position: relative;
}
.contact-social .main-title{
  font-size: 17px;
}
.contact-social .social-links li a:hover{
  color: #14DDB3;
}





/**
 15.0 - Footer
----------------------------------------------------------------------------
*/
.site-footer{
  position: relative;
  overflow: hidden;
  background-color: #181A25;
  padding-top: 0px;
  padding-bottom: 0px;
}
.site-footer p{
  color: #FFFFFF;
  display: inline-block;
  margin: 0;
  padding: 5px 0 10px;
}
.site-footer .inside{
  overflow: visible;
  position: relative;
  padding: 30px 15px 15px;
}
.footer-menu{
  list-style-type: none;
  margin: 0 0 25px;
  padding: 0px;
  text-align: left;
}
.footer-menu li{
  display: inline;
}
.footer-menu li a{
  color: #000;
  font-weight: bold;
  font-size: 15px;
  padding-top: 10px;
  display: inline-block;
  text-transform: uppercase;
}
.footer-menu li a:hover{
  color: #14ddb3;
}
.footer-menu li .sep{
  color: #999;
  margin: 0 10px;
}
.footer-menu li:last-child .sep{
  display: none;
}
.social-list{
  float: right;
  overflow: hidden;
  position: relative;
}
.social-list a{
  margin: 0 5px;
}

#copyright{
  position: relative;
  background-color: #0e1524;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
  text-align: left;
}
#copyright p{
  line-height: 1.8;
  font-size: 15px;
  margin: 0!important;
  padding-top: 5px;
  padding-bottom: 5px;
}
.copyright a{
  font-weight: 600;
}
.copyright a:hover{
   border-bottom: 1px dotted #14ddb3;
}






/**
 16.0 - Scroll Top Button
----------------------------------------------------------------------------
*/
#scroll-top{
  position: relative;
  border-bottom: 0;
  margin-left: 10px;
  display: block;
  color:  #14ddb3;
  font-size: 16px;
  z-index: 3;
  float: right;
  padding: 10px 0;
}
#scroll-top:hover{
  opacity: 0.70;
}
#scroll-top span{
  vertical-align: middle;
  font-weight: bold;
}
#scroll-top i{
  font-size: 24px;
  margin-left: 5px;
  vertical-align: middle;
}





/**
 17.0 - Responsive Navigation 
----------------------------------------------------------------------------
*/
.js .primary-menu {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  zoom: 1;
}
.primary-menu.opened {
  max-height: 9999px;
}
.no-touch .nav-toggle,
.nav-toggle{
  font-size: 32px!important;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}





/**
  18.0 - Search Template
----------------------------------------------------------------------------
 */
.search .page-header{
  margin-right: auto;
  margin-left: auto;
  padding: 0 0 5px;
}
.search .page-title{
  font-size: 24px;
  margin-top: 7px;
}
.logged-in-as a:hover{
  border-bottom: 1px dotted #14ddb3;
}
.logged-in-as,
.tags-links{
  color: #777;
  text-transform: uppercase;
}






/**
	19.0 - Media Queries
----------------------------------------------------------------------------
 */



/**
 19.1 - Media 480
----------------------------------------------------------------------------
 */
@media( max-width: 480px ){
  .related-subtitle,
  .related-title{
    text-align: center;
  }
  .vertical-timeline > li .sub-title,
  .vertical-timeline .format-link .post-item a{
    font-size: 24px;
  }
  .single-portfolio h3.sub-title{
    font-size: 30px;
  }
  #slider2 .flex-direction-nav{
    display: none;
  }
  #tagline h2{
    font-size: 30px!important;
  }
  .fact-title{
    text-align: center;
    max-width: 100%;
  }
  #fun-facts .number-percent,
  .page-template-template-home-php .main-title span,
  .home .main-title span{
    text-align: center;
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }
  .widget_nl_signup_widget .main-title span{
    text-align: left;
    line-height: 1.4;
  }
  .jc_widget_our_services .col-xs-6,
  .portfolio-3-columns .col-xs-6, 
  .jc_widget_aboutus .col-xs-9,
  .jc_widget_aboutus .col-xs-3 {
    width: 100%;
  }
    /* About Us Widget */
  .jc_widget_aboutus .col-xs-9, .jc_widget_aboutus .col-xs-3{
    text-align: center;
  }
  .jc_widget_aboutus .main-title span{
    text-align: center;
    padding: 0; 
  }
  .jc_widget_aboutus .sub-title{
    font-size: 18px;
  }
  .jc_widget_aboutus, .text-align-right .page-header, 
  .jc_widget_aboutus .text-align-right,
  .jc_widget_aboutus p,
  .jc_widget_aboutus .page-header{
    text-align: center!important;
  }
  .fact-title{
    font-size: 22px!important;
  }
  #fun-facts .num {
    font-size: 60px!important;
  }
  #fun-facts .fact-details {
    font-size: 15px;
  }


  /* Vertical Timeline */
  .vertical-timeline > li .entry-meta {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0 0 20px 0;
    text-align: center;
  }
  .vertical-timeline .entry-meta i {
    float: none;
  }
  .page-template-template-home-php .vertical-timeline .view-all a,
  .home .vertical-timeline .view-all a,
  .vertical-timeline > li .timeline-icon {
    clear: both;
    position: relative;
    display: block;
    margin: 25px auto 25px auto;
    left: auto;
    float: none;
  }
  .vertical-timeline > li .post-item{
    margin: 30px 0 40px;
  }
  .vertical-timeline > li .post-item:after, .post-item:before {
    bottom: 100%;
    left: 50%;
    top: auto;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .vertical-timeline > li .post-item:after {
    border-color: rgba(136, 183, 213, 0);
    border-right-color: transparent!important;
    border-width: 13px;
    margin-left: -13px;
  }
  .vertical-timeline > li .post-item:after, .post-item:before {
    left: 50%;
  }
  .vertical-timeline:before{
    position: relative;
    display: none;
  }
  .vertical-timeline .format-aside .entry-content p {
    font-size: 20px;
  } 
  .vertical-timeline .comment-count a{
    padding-right: 18px;
  }
  .vertical-timeline .format-quote blockquote p{
    font-size: 22px;
  }
  .vertical-timeline #reply-title .dot {
    display: none;
  }
  .vertical-timeline li .comment-body:before{
    bottom: 100%;
    top: auto;
    border-bottom-color: #e3e3e3;
    border-right-color: transparent;
    right: 50%;
    margin-right: -16px;
    border-width: 17px;
  }
  .vertical-timeline li .comment-body:after {
    bottom: 100%;
    right: 50%;
    top: auto;
    margin-right: -13px;
    border-bottom-color: #FCFCFC; 
    border-right-color: transparent;
  }
  .vertical-timeline li > .pull-left{
    text-align: center!important;
  }
  .vertical-timeline li .children .pull-left{
    left: auto;
    margin-left: 0;
  }
  .comment-date, .comment-reply-link {
    line-height: 1.8;
  }
  .comments-title, #reply-title{
    width: 100%;
    display: block;
    text-align: center;
  }
  .vertical-timeline #respond #reply-title {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
    margin-bottom: 0;
    margin-top: 0;
  }
  .vertical-timeline .comments-title,
  .vertical-timeline #reply-title {
    width: 100%;
    border-bottom: 3px solid #dfdfdf;
    padding-bottom: 17px;
    clear: both;
  }

  /* Portfolio 2 columns */
  .portfolio-2-columns .inside {
    margin-top: 22.666%;
  }
  .portfolio-2-columns .inside .entry-title{
    display: block;
    font-size: 14px!important;
    text-align: center;
  }
  .portfolio-2-columns  .icon-plus{
    margin-right: auto!important;
    margin-left: auto!important;
    text-align: center!important;
    float: none!important;
    clear: both;
    margin-bottom: 7px!important;
  }
  .jc_widget_testimonials .layout2 .inside{
    height: auto;
  }
  .page-no-sidebar .flex-direction-nav a, 
  .page-left-sidebar .flex-direction-nav a, 
  .page-right-sidebar .flex-direction-nav a, 
  .vertical-timeline .flex-direction-nav a{
    display: none;
  }  
  .format-quote blockquote p{
    font-size: 24px;
  }
  .jp-progress {
      width: 36%;
      left: 14%;
   }
  .jp-volume-bar {
    max-width: 50px;
    left: 79%!important;
  }
  .jp-duration {
    left: 55%;
  }
  .jp-mute, .jp-unmute {
    left: 68.5%;
  }
  .jp-play, .jp-pause{
    left: 3.5%;
  }
  .portfolio-4-columns figcaption .inside,
  .portfolio-4-columns figcaption .inside a{
    text-align: center;
  }
  .portfolio-4-columns .portfolio-items article{
    width: 100%;
  }
  .portfolio-5-columns figcaption,
  .portfolio-4-columns figcaption{
    min-height: 180px!important;
  }
}

@media (max-width: 540px){
  .social-links{
    position: relative;
    overflow: visible;
    display: block;
    padding: 12px;
    text-align: center;
  }
}


/**
 19.2 - Media between 480 and 767
----------------------------------------------------------------------------
 */
@media ( min-width: 480px ) and ( max-width: 767px ) {
  .portfolio-2-columns .inside .entry-title{
    font-size: 17px!important;
  }
  .portfolio-3-columns .entry-title{
    font-size: 18px;
  }
  .vertical-timeline > li .entry-meta {
    width: 70%!important;
  }
  .portfolio-2-columns .inside .icon-plus {
    float: none;
    display: table;
    clear: both;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
  }
  .portfolio-2-columns .inside h4 {
    text-align: center;
  }
  .portfolio-2-columns .inside{
    text-align: center;
    margin-top: 13.6666%;
  }
  #tagline h2 {
    font-size: 3em!important;
  }
  #tagline h3 {
    font-size: 1.175em;
  }
  .format-quote blockquote p{
    font-size: 26px;
  }
  .jp-progress {
    width: 37%;
    left: 13%;
   }
  .jp-volume-bar {
    width: 16%;
    left: 79%!important;
  }
  .jp-duration {
    left: 55%;
  }
  .jp-mute, .jp-unmute {
    left: 68.5%;
  }
  .jp-play, .jp-pause{
    left: 4%;
  }
}




/**
 19.3 - Media max-width:600
----------------------------------------------------------------------------
 */
@media(max-width: 600px){
  #tagline .monthly {
    font-size: 20px;
  }
  .page-no-sidebar .entry-content .sub-title, 
  .page-left-sidebar .entry-content .sub-title, 
  .page-right-sidebar .entry-content .sub-title{
    font-size: 1.8em;
    padding-left: 0;
  }
  .search .entry-title, 
  .page-left-sidebar .entry-title, 
  .page-right-sidebar .entry-title, 
  .page-no-sidebar .entry-title{
    font-size: 28px;
  }
  .page-header .main-title{
    font-size: 30px;
    padding-bottom: 10px;
  }
  #tagline h3 {
    font-size: 16px;
  }
  .page-header{
    padding: 15px;
  }
  .portfolio-4-columns .col-xs-4{
    width: 100%;
  }
  #blog-sidebar .entry-meta{
    margin-top: 30px;
    margin-bottom: 20px;
  }
  #blog-sidebar .entry-meta span,
  #blog-fullwidth .entry-meta span{
    float: none;
    display: block;
    clear: both;
  }
  .call-to-action .cta-label {
    text-align: center!important;
  }
}





/**
 19.4 -  Media max-width:640
----------------------------------------------------------------------------
 */
@media( max-width: 640px ){
  .portfolio-2-columns .portfolio-items .col-xs-6{
    width: 100%;
  }
  .portfolio-2-columns .inside {
    margin-top: 20.5%;
  }
  .portfolio-2-columns .inside .entry-title{
    font-size: 20px;
  }
  .blog-content #sidebar{
    text-align: center;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
  #sidebar .main-title{
    padding-bottom: 10px;
  }
  .footer-menu,
  .widget .main-title,
  .site-footer .main-title span,
  .site-footer p{
    text-align: center;
  }
}



/**
 19.5 - Media max-width:700
----------------------------------------------------------------------------
 */
@media( max-width: 700px ){
  .footer-widget .main-title span{
    font-size: 20px!important;
    line-height: 1.4em;
  }
  .page-template-template-home-php .main-title span, 
  .home .main-title span{
    font-size: 28px;
    padding-left: 0px;
    padding-right: 0px;
    background: none;
  }
  .vertical-timeline > li .post-item:after {
    border-bottom-color: #5AA0CA!important;
  }
  #widget-block{
    padding-bottom: 40px;
  }
  #tagline h2 {
    font-size: 18px;
  } 
  .sub-title{
    font-size: 16px;
    padding: 0px;
  }
  /* Footer Widgets */
  #widget-block .col-xs-4{
    width: 100%;
  } 
  #widget-block{
    text-align: center;
  }
  #flickerPhotos{
    display: block;
    margin-left: 16.5px;
    margin-right: auto;
    text-align: center;
    position: relative;
  }
  .single-navigation .inside{
    margin: 0;
  }
  #commentform #submit_comment[type="submit"]{
    width: 100%;
  }
  .page-page-sidebar .comment-body,
  .page-right-sidebar .comment-body,
  .page-left-sidebar .comment-body {
    margin-left: 0;
  }
  .page-no-sidebar .comment-list  .pull-left,
  .page-left-sidebar .comment-list .pull-left,  
  .page-right-sidebar .comment-list .pull-left {
    clear: both;
    position: relative;
    float: none!important;
    margin-bottom: 30px;
  }
  .page-no-sidebar .comment-body, 
  .page-left-sidebar .comment-body, 
  .page-right-sidebar .comment-body{
    margin-right: auto;
    margin-left: auto;
  }
  .page-no-sidebar .comment-list ul.children,
  .page-left-sidebar .comment-list ul.children,
  .page-right-sidebar .comment-list ul.children {
    padding-left: 0px;
    margin-left: 0;
  }
  .page-no-sidebar .comment-body:after, 
  .page-no-sidebar .comment-body:before,
  .page-left-sidebar .comment-body:after, 
  .page-left-sidebar .comment-body:before,
  .page-right-sidebar .comment-body:after, 
  .page-right-sidebar .comment-body:before{
    bottom: 100%;
    right: auto;
    top: auto;
  }
  .page-right-sidebar .comment-body:before,
  .page-left-sidebar .comment-body:before, 
  .page-no-sidebar .comment-body:before{
    border-bottom-color: #e3e3e3;
    border-right-color: transparent;
    border-width: 16px;
    margin-left: 10px;
  }
  .page-no-sidebar .comment-body:after,
  .page-left-sidebar .comment-body:after, 
  .page-right-sidebar .comment-body:after{
    border-bottom-color: #fcfcfc;
    border-right-color: transparent;
    border-width: 13px;
    left: 24px;
    margin-left: 10px;
  }
  .page-no-sidebar .entry-content .sub-title, 
  .page-left-sidebar .entry-content .sub-title, 
  .page-right-sidebar .entry-content .sub-title{
    padding-left: 0;
  }
  .comments-title, #reply-title {
    font-size: 20px;
  }
}




/**
 19.6 - Media max-width: 1000 and min-width: 700 
----------------------------------------------------------------------------
 */
@media (max-width: 1000px) and (min-width: 700px){
  .page-no-sidebar .comment-body,
  .page-right-sidebar .comment-body,
  .page-left-sidebar .comment-body {
    margin-left: 160px;
  }
  .portfolio-2-columns .inside .icon-plus {
    float: none;
    display: table;
    clear: both;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 7px;
  }
  .portfolio-2-columns .inside .entry-title{
    text-align: center;
  }
}




/**
 19.7 - Media min-width : 1000
*----------------------------------------------------------------------------
*/
@media (min-width: 1000px){
  .page-no-sidebar .comment-body,
  .page-right-sidebar .comment-body,
  .page-left-sidebar .comment-body {
     margin-left: 165px!important;
  }
}


/**
19.8 - Media min-width : 700 and max-width : 1160px
---------------------------------------------------------------------------
 */
@media (min-width: 700px) and (max-width: 1160px) {
  .portfolio-2-columns .inside .entry-title{
    font-size: 24px;
  }
  .jp-volume-bar {
    max-width: 24%;
  }
}



/**
 19.9 - Media max-width : 767
----------------------------------------------------------------------------
 */
@media ( max-width: 767px ){
  .home #tagline h2 {
    font-size: 55px;
    word-wrap: break-word;
  }
  .home .main-title span:before{
    display: none;
  }
  .portfolio-4-columns .col-xs-4{
    width: 50%;
    display: inline-block;
    float: none;
  }
  #tagline .col-xs-9,
  .single-navigation.col-xs-3{
    width: 100%;
  }
  .single-navigation .inside {
    margin-top: 0;
  }
}


/**
 19.10 - Media min-width: 480 and max-width 1160
----------------------------------------------------------------------------
*/
@media( min-width: 480px  ) and (max-width: 1160px ){
  .vertical-timeline > li .entry-meta {
    width: 80%;
    position: relative;
    overflow: hidden;
    padding: 0 0 20px 0;
  }

  #load-more .status{
    right: 0;
    margin: 0;
    left: auto;
  }
  #load-more .loadingtext{
    left: 0;
  }
  .page-template-template-home-php .vertical-timeline .view-all a,
  .home .vertical-timeline .view-all a,
  #load-more a,
  .vertical-timeline > li .timeline-icon {
    position: relative;
    float: right;
    left: auto;
    margin-right: 5px;
  }
  .vertical-timeline > li .post-item{
    margin: -9px 0 40px;
  }
  .vertical-timeline > li .post-item:after, .post-item:before {
    right: 38px;
  }
  .vertical-timeline:before {    
    right: 46px;
    left: auto;
  }
  .vertical-timeline #reply-title .dot {
    right: 37px;
    margin: 0;
    left: auto;
  }
   .vertical-timeline li > .pull-left {
    position: relative;
    clear: both;
    float: none!important;
    width: auto;
    text-align: right;
    padding: 0;
    margin-bottom: 30px;
  }
  .vertical-timeline li .comment-body:before{
    bottom: 100%;
    top: auto;
    border-bottom-color: #e3e3e3;
    border-right-color: transparent;
    right: 32px;
    border-width: 17px;
  }
  .vertical-timeline li .comment-body:after {
    bottom: 100%;
    right: 35px;
    top: auto;
    border-bottom-color: #FCFCFC; 
    border-right-color: transparent;
  }
  .vertical-timeline li .children .pull-left{
    left: 0;
  }
  .vertical-timeline #respond #reply-title {
    top: -26px;
  }
}





/**
 19.11 - Media max-width: 1160
----------------------------------------------------------------------------
 */
@media( max-width: 1160px){
  .vertical-timeline > li .post-item:after, 
  .post-item:before {
    bottom: 100%;
    top: auto;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .vertical-timeline > li .post-item:after {
    border-color: rgba(136, 183, 213, 0);
    border-right-color: transparent!important;
    border-width: 13px;
    margin-left: -13px;
  }
  .vertical-timeline .entry-categories .sep{
   padding: 0 7px 0 0!important;
   color: #777;
  }
  .vertical-timeline .entry-meta a {
    padding: 5px 0px 0 11px;
  }
  .vertical-timeline .comment-count a, 
  .vertical-timeline .post-like a{
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .vertical-timeline .children .comment-body,
  .vertical-timeline li .comment-body{
    margin-left: 0px;
  }
  .vertical-timeline li > .pull-left {
    position: relative;
    clear: both;
    float: none!important;
    width: auto;
    text-align: right;
    padding: 0;
    margin-bottom: 30px;
  }
  .vertical-timeline li .dot{
    display: none;
  }
}






/**
 19.12 - Media min-width: 1160
----------------------------------------------------------------------------
*/
@media( min-width: 1160px ){
  .vertical-timeline > li .post-like a{
    padding-right: 0;
  }
  .vertical-timeline .entry-meta .entry-categories{
    position: relative;
    overflow: hidden;
  }
  .vertical-timeline .entry-meta .entry-categories .cat{
    position: relative;
    display: inline-table;
    margin: 0 12px;
    word-wrap: normal;
  }
  .vertical-timeline .entry-categories .sep,
  .vertical-timeline .entry-categories a{
    padding: 0 0 8px;
    display: list-item;
    margin: 0;
    float: left;
    font-size: 15px;
  }
  .vertical-timeline .entry-categories .sep{
   padding: 0 7px 0 0!important;
   color: #777;
  }
}



/** 
 19.13 - Media max-width: 800
----------------------------------------------------------------------------
 */
@media( max-width: 800px ){
  
   /* About Us Widget */
  .fact-title{
    padding-top: 5px;
    font-size: 18px;
  }
  #fun-facts .num {
    font-size: 44px;
  }
  #commentform textarea,
  #commentform input{
    width: 100%;
  }
  #sidebar .main-title{
    padding-bottom: 16px;
  }
  .jc_widget_cta .col-xs-4,
  .jc_widget_cta .col-xs-8{
    width: 100%;
  }
}

@media( min-width: 800px ) and (max-width: 1200px ){
  .call-to-action .btn-custom{
    font-size: 17px;
  }
}


/**
 19.14 - Media min-width:768
---------------------------------------------------------------------------
 */
@media( min-width: 768px ){
  .container {
    width: 90%;
  }
  .page-header {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
  }
  .page-header .main-title {
    padding-bottom: 8px;
  }
  .search-form .search-submit{
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .nl_subscribe_form .input_row{
    position: relative;
    float: left;
    width: 76.9%;
  }
  .nl_subscribe_form input[type="submit"]{
    width: 23.4%;
    height: 42px;
    float: left;
    margin: 0 -4px;
    position: relative;
    z-index: 1;
  }
  #sync1 .item{
    padding: 20px 35px 10px;
    margin: 0 5px;
  }
}




/**
 19.15 - Media max-width : 768
----------------------------------------------------------------------------
*/
@media screen and ( max-width: 768px){
  body{
    padding-left: 20px;
    padding-right: 20px;
  }
  .single-navigation .inside {
    float: left!important;
  }
  .page-template-template-home-php .main-title span:before, .home .main-title span:before{
    height: 0;
    display: none;
  }
  #tagline {
    padding-left: 20px;
    padding-right: 20px;
  }
  #tagline h2{
    font-weight: 400;
  }
  .site-background {
    padding-top: 2.667em;
  }
  .widget_nl_signup_widget{
    margin-bottom: 20px!important;
  }
  .nl_subscribe_form input[type="submit"]{
    height: 45px;
  }
  .search-form .search-submit{
    margin-top: 10px;
    position: relative;
    padding: 10px 15px!important;
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-size: 15px!important;
  }
  .search-form .search-submit{
    border-radius: 3px;
  }

  /* Filter Menu */
  .sortable{
    padding-top: 15px;
    padding-bottom: 30px;
  }
  #filters-list li:after {
    display: none;
  }
  #filters-list li{
    display: block;
    border: 3px solid #e3844b;
    text-align: center;
    padding: 12px;
    margin: 0 0 10px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
  #filters-list li.active,
  .no-touch #filters-list li:hover{
    border: 3px solid transparent;
    color: #fff;
    background-color: #14ddb3;
    opacity: 0.95;
  }

  /* Footer */
  #copyright{
    text-align: center;
  }
  #copyright .col-xs-8,
  #copyright .col-xs-4{
    width: 100%;
  }
  .footer-menu{
    margin-bottom: 30px;
  }
  .widget_search{
    margin-bottom: 0px;
  }
  #scroll-top {
    text-align: center;
    float: none;
    margin-top: 15px;
  }
  .no-touch #scroll-top:hover,
  #scroll-top:focus{
    background-color: #1b2439;
  }
  /* Footer Social */
  .site-footer .jc_widget_social_media{
    text-align: center;
  }
  .site-footer .jc_widget_social_media .main-title{
    padding-top: 50px;
    padding-bottom: 15px;
  } 
  .footer-menu{
    display: block;
    margin-right: auto;
    margin-left: 0;
    position: relative;
  }


  /* Blog Sidebar */
  #blog-sidebar .page-header{
    clear: both;
  }

  /* Featured Project */
  .static-section.featured-project p,
  .static-section.featured-project .lead{
    text-align: center;
  }
  .vertical-timeline .entry-meta .published{
    padding-top: 0;
  }
  .portfolio-content .col-xs-8,
  .portfolio-content .col-xs-4{
    width: 100%;
  }
  .portfolio-content {
    text-align: center;
  }
  .single-portfolio h3{
    margin-bottom: 20px;
  }
  .site-footer .footer-widget{
    margin-bottom: 0;
  }
  #sync1 .item p{
    font-size: 1.3em;
    margin: 0;
  }
  #sync1 .item{
    padding: 20px 20px 0;
    margin: 0;
    height: auto;
  }
}

@media (min-width: 480px) and (max-width: 860px){
  .portfolio-5-columns figcaption{
    min-height: 17.5em!important;
  }
}

@media (max-width: 860px){
  .portfolio-5-columns figcaption{
    min-height: 18em;
    padding-top: 15px;
    padding-bottom: 0;
  }
}


/**
 19.16 - Media min-width : 768 and max-width : 992
----------------------------------------------------------------------------
 */
@media screen and ( min-width: 768px ) and ( max-width: 992px ){
  .site-background {
    padding-top: 3.667em;
  }
  .home #tagline h2{
    font-size: 65px;
  }
  #blog-sidebar .page-header{
    clear: both;
  }
  #tagline h2 {
    font-size: 4em!important;
  }
  .portfolio-2-columns .inside{
    text-align: center;
    margin-top: 13.6666%;
  }
  .portfolio-2-columns .inside .entry-title{
    font-size: 20px;
  }
  .search-form button, 
  .search-form input[type="button"], 
  .search-form input[type="reset"], 
  .search-form input[type="submit"], 
  .widget button, 
  .widget input[type="button"], 
  .widget input[type="reset"], 
  .widget input[type="submit"]{
    font-size: 15px!important;
  }
}



/**
 19.17 - Media max-width:991
----------------------------------------------------------------------------
 */
@media screen and (max-width: 991px) {
  .social-links{
    padding: 5px;
  }
  .social-links li{
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 6px;
  }
  .single-navigation .inside {
    margin: 8% 0 0;
    padding-bottom: 0;
  }
  .site-footer .inside {
    padding-bottom: 30px;
  }
  .site-header .container {
   padding-bottom: 0px;
   height: auto;
  }
  .jc_widget_static_content .static-section .page-header{
    text-align: center;
  }
  .page-template-default  .about-us img{
    width: 100%;
    margin-bottom: 20px;
  }
  .page-template-default .about-us .text-align-left .page-header,
  .page-template-default .about-us .text-align-left,
  .page-template-default .about-us .text-align-right .page-header,
  .page-template-default .about-us .text-align-right{
    text-align: left;
    margin-left: 0;
  }
  .primary-menu li a .indicator{
    height: 45px;
    padding: 15px 18px 10px 18px;
    position: absolute;
    right: 2px;
    top: 0px;
    width: 45px;
    z-index: 15;
    margin:0;
    border: 0;
  }
  .no-touch .primary-menu li a:hover .indicator{
    background-color: #2c3250;
  }
  .primary-menu li a .indicator.active,
  .no-touch .primary-menu li a .indicator:hover{
    background-color: #00b0d2;
  }
  .primary-menu li:last-child ul.sub-menu {
    margin-left: 0;
  }
  .sub-menu a {
    padding: 16px 16px!important;
  }
  .sfHover,
  .sfHover a {
    /*background: transparent!important;*/
    display: block!important;
  }
  .primary-menu .sub-menu {
    visibility: hidden!important;
    display: none!important;
    width: 100%!important;
    padding: 0!important;
    background: transparent!important;
    border-radius: 0!important;
  }
  .primary-menu .sub-menu.menu-visible{
    display: block!important;
    visibility: visible!important;
    margin-left: 8px;
  }
  .sub-menu li {
    padding: 0px;
  }
  .sub-menu li a:hover{
    color: #cdcdcd!important;
    opacity: .8;
  }
  #masthead{
    background-color: #181a25!important;
    position: relative;
    padding-top: 40px;
    padding-bottom: 0;
  }
  .site-logo{
    margin-top: -24px;
    margin-bottom: 24px;
    padding-left: 5px;
    position: relative;
    z-index: 3;
  }
  .js .primary-menu {
    overflow: hidden;
  }
  .navbar {
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 1;
    float: none;
  }
  /*.navbar a:hover {
    background: transparent !important;
  }*/
  .no-touch .navigation li a:hover{
    background-color: #202232;
  }
  .nav-toggle {
    display: inline-table;
    float: none;
    position: absolute;
    top: -10px;
    right: 5px;
    bottom: 0px;
    margin-top: 0px;
    z-index: 10;
    margin: 0;
    padding: 0px;
    vertical-align: middle;
  }
  .site-navigation .primary-menu {
    background-color: #181a25;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    top: 0px;
    width: 100%;
    clear: both;
    float: none;
  }
  .nav-collapse ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    list-style: none;
  }
  .nav-collapse.opened {
    max-height: 9999px!important;
  }
  .nav-collapse li {
    width: 100%;
    display: block;
  }
  .site-navigation .primary-menu li {
    width: 100%;
    display: block;
    margin: 0;
  }
  .site-navigation .primary-menu li a {
    display: block;
    border-bottom: 1px solid #272A3B;
    padding: 15px 15px;
    position: relative;
  }
  .site-navigation .primary-menu li li:last-child a{
    border-bottom: 1px solid #272A3B;
  }
  .site-navigation .primary-menu li li:last-child a {
    border-bottom: 0px;
  }
  .navigation li a{
    padding: 0;
    border-top: 0!important;
  }
 .navigation li.current-menu-item a, 
 .navigation li a:hover{
  border-top: 0!important;
 }

/* Service Widget */
 .jc_widget_our_services .inside{
  padding-bottom: 60px;
 }
 .jc_widget_our_services .base{
  padding-bottom: 20px;
 }
 .jc_widget_our_services .inside p {
  min-height: 0;
  padding-bottom: 6px;
 }
 
  .jc_widget_aboutus .img-thumbnail{
    border: 0;
    border-radius: 0;
    padding-bottom: 20px;
  }

  /* Website Features */
  .jc_widget_static_content .static-section.website-features .col-sm-9{
    width: 100%;
  }
  .static-section .text-align-left{
    text-align: center;
  }
  .website-features .glyphicon{
    margin-bottom: 20px;
  }
  .jc_widget_static_content .website-features h2{
    padding-bottom: 15px;
  }
  .jc_widget_static_content .static-section.website-features{
    text-align: center;
    display: block;
    position: relative;
    margin-right: auto;
    margin-left: auto;
  }

  /*Call to action */
  .call-to-action .cta-label{
    text-align: left;
  }
  .call-to-action .main-title{
    font-size: 26px; 
  }
  .static-section .btn{
    position: relative;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    display: block;
  }
  .page-right-sidebar .col-xs-8,
  .page-left-sidebar .col-xs-8,
  #sidebar.col-xs-4{
    width: 100%;
  }
  .page-no-sidebar .entry-meta span,
  .page-left-sidebar .entry-meta span,
  .page-left-sidebar .entry-meta span,
  .page-right-sidebar .entry-meta span,
  .search .entry-meta span{
    line-height: 30px!important;
  }
  .btn-custom.large, .btn.large {
    padding: 24px 50px!important;
  }
}
 



/**
 19.18 - Media screen min-width:901
----------------------------------------------------------------------------
 */
@media screen and (min-width: 992px){
  .js .primary-menu {
    position: relative;
  }
  .js .primary-menu.closed {
    max-height: none;
  }
  .indicator,
  .nav-toggle {
    display: none;
  }
  .swingInX .primary-menu li .sub-menu,
  .flipInX .primary-menu li .sub-menu,
  .bounceInDown .primary-menu li .sub-menu,
  .slideDown .primary-menu li .sub-menu{
    margin-top: -4px!important;
  }
  .slideDown .navbar{
    padding-bottom: 0!important;
  }
  .jc_widget_testimonials .layout2 .inside{
    height: 500px;
  }
  .page-template-default .about-us .text-align-right .page-header,
  .page-template-default .about-us .text-align-right,
  .jc_widget_aboutus .text-align-right .page-header,
  .jc_widget_aboutus .text-align-right{
    text-align: right;
  }
  .navigation ul li{
    display: inline-block;
    margin-left: 26px;
  }
  .navigation ul li ul li{
    margin-left: 0;
    padding: 5px 20px;
  }
  .no-touch .navigation ul li ul li a:hover{
    color: #ededed!important;
  }
}




/**
 19.19 - Media min-width:992
----------------------------------------------------------------------------
*/

@media (min-width: 992px) {
  .social-links li{
    margin-left: 2px;
    margin-right: 6px;
    margin-bottom: 10px;
  }
  .primary-menu ul > li > a{
    border-top: 0!important;
    padding-top: 0!important;
  }
   .primary-menu li {
    position: relative;
    margin-right: 0;
  }
  .primary-menu > li > a {
    margin-bottom: 0px;
  }
  .primary-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: -5px;
    min-width: 12em;
    z-index: 99;
  }

  /* Sticky Navigation */
  .sticky-nav .site-header--fixed {
    position: fixed;
    z-index: 10;
    right: 0;
    left: 0;
    top: 0;
  }
  .sticky-nav .site-header{
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .sticky-nav .shrink{
    padding-top: 0px;
    padding-bottom: 0px!important;
    background: none repeat scroll 0 0 #1A1D2C!important;
    /*height: 80px!important;*/
    height: auto!important;
    z-index: 200;

    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  }
  .sticky-nav .shrink .site-logo{
    margin-top: 0;
    padding-top: 18px;
  }
  .sticky-nav .shrink .navigation li a{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .shrink .site-logo img {
    margin-top: 0;
  }






  /**
  20.0 - Headroom Animations
  ----------------------------------------------------------------------------
  */
  .sticky-nav .slideUp,
  .sticky-nav .swingOutX,
  .sticky-nav .flipOutX,
  .sticky-nav .bounceOutUp{
    padding-top: 0px;
    padding-top: 0em;
    padding-bottom: 0px;
    padding-bottom: 0em;
  }
  .sticky-nav .slideDown{
    -webkit-animation-name: slideDown;
    -moz-animation-name: slideDown;
    -o-animation-name: slideDown;
    animation-name: slideDown;
    padding-bottom: 0;
  }
  .sticky-nav .slideUp{
    -webkit-animation-name: slideUp;
    -moz-animation-name: slideUp;
    -o-animation-name: slideUp;
    animation-name: slideUp;
  }
  .sticky-nav .swingInX{
    -webkit-transform-origin:top;
    -moz-transform-origin:top;
    -ie-transform-origin:top;
    -o-transform-origin:top;
    transform-origin:top;
    -webkit-backface-visibility:visible!important;
    -webkit-animation-name:swingInX;
    -moz-backface-visibility:visible!important;
    -moz-animation-name:swingInX;
    -o-backface-visibility:visible!important;
    -o-animation-name:swingInX;
    backface-visibility:visible!important;
    animation-name:swingInX;
  }
  .sticky-nav .swingOutX{
    -webkit-transform-origin:top;
    -webkit-animation-name:swingOutX;
    -webkit-backface-visibility:visible!important;
    -moz-animation-name:swingOutX;
    -moz-backface-visibility:visible!important;
    -o-animation-name:swingOutX;
    -o-backface-visibility:visible!important;
    animation-name:swingOutX;
    backface-visibility:visible!important;
  }
  .sticky-nav .flipInX{
    -webkit-backface-visibility:visible!important;
    -webkit-animation-name:flipInX;
    -moz-backface-visibility:visible!important;
    -moz-animation-name:flipInX;
    -o-backface-visibility:visible!important;
    -o-animation-name:flipInX;
    backface-visibility:visible!important;
    animation-name:flipInX;
  }
  .sticky-nav .flipOutX{
    -webkit-animation-name:flipOutX;
    -webkit-backface-visibility:visible!important;
    -moz-animation-name:flipOutX;
    -moz-backface-visibility:visible!important;
    -o-animation-name:flipOutX;
    -o-backface-visibility:visible!important;
    animation-name:flipOutX;
    backface-visibility:visible!important;
  }
  .sticky-nav .bounceInDown{
    -webkit-animation-name:bounceInDown;
    -moz-animation-name:bounceInDown;
    -o-animation-name:bounceInDown;
    animation-name:bounceInDown;
  }
  .sticky-nav .bounceOutUp{
    -webkit-animation-name:bounceOutUp;
    -moz-animation-name:bounceOutUp;
    -o-animation-name:bounceOutUp;
    animation-name:bounceOutUp;
  }
}

/**
 19.20 - Media screen min-width: 1100px
----------------------------------------------------------------------------
 */

@media( min-width: 992px ) and (max-width: 1100px){
  .navigation ul li{
    margin-left: 18px;
  }
}


/**
 19.21 - Media screen min-width: 1100px
----------------------------------------------------------------------------
 */
@media( min-width: 1100px ){
  .portfolio-5-columns .portfolio-items h4 {
    font-size: 18px;
    padding-bottom: 4px;
  }
}



/**
 19.22 - Media screen max-width: 1150px
----------------------------------------------------------------------------
 */
@media( max-width: 1150px ){
  .client-list li a {
    float: none!important;
    display: block!important;
    text-align: center!important;
    margin: 0 15px 60px 15px!important;
  }
}

@media(min-width: 768px) and (max-width: 960px){
  .portfolio-4-columns figcaption{
    min-height: 260px;
  }
}

/**
 19.23 - Media screen min-width: 1200px
----------------------------------------------------------------------------
 */
@media(max-width: 1200px){}



/** 
19.24 - Media screen max-width: 1250 and min-width: 960
----------------------------------------------------------------------------
 */
@media (max-width: 1250px) and (min-width: 960px){
  .client-list li a {
    float: left;
    display: inline-block;
    text-align: center;
    margin: 0 1% 25px;
  }
}




/*
 21.0 - Twitter Bootstrap Extension Five Columns Grid 
*----------------------------------------------------------------------------*/
.five-columns .col-xs-2 {
  width: 19.948718%;
}
@media (max-width: 480px) {
  .five-columns .col-sm-2 {
    width: 100%;
  }
}
@media ( min-width: 480px ) and ( max-width: 767px ) {
  .five-columns .col-sm-2 {
    width: 50%;
  }
}
@media( min-width: 768px){
  .five-columns .col-sm-2 {
    width: 33.22222%;
  }
}
@media( min-width: 1335px ){
  .five-columns .col-md-2 {
    width: 19.948718%;
  }
}
@media ( min-width: 1200px ){
  .container { width:1200px; }
  .five-columns .col-xs-2 {
    width: 19.948718%;
  }
}


/**
* CSS for high-resolution devices
*
----------------------------------------------------------------------------
*/
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 4201, ../scss/screen.scss */
  .vertical-timeline .format-quote blockquote {
    background-image: url("../images/bubble@2x.png");
    background-repeat: no-repeat;
    background-size: 305px 234px;
  }
}


/**
22.0 - CSS3 Animations
----------------------------------------------------------------------------
 */


/** 
* Animation Slide Down
----------------------------------------------------------------------------
*/
@-webkit-keyframes slideDown{
  0%{
    -webkit-transform:translateY(-5em);
  }
  100%{
    -webkit-transform:translateY(0);
  }
}
/* FireFox */
@-moz-keyframes slideDown{
  0%{
    -moz-transform:translateY(-5em);
  }
  100%{
    -moz-transform:translateY(0);
  }
}
@-o-keyframes slideDown{
  0%{
    -o-transform:translateY(-5em);
  }
  100%{
    -o-transform:translateY(0);
  }
}
@keyframes slideDown{
  0%{
    transform:translateY(-5em);
  }
  100%{
    transform:translateY(0);
  }
}




/** 
* Animation Slide Up
------------------------------------------------------------------------------
*/

@-webkit-keyframes slideUp{
  0%{
    -webkit-transform:translateY(0);
  }
  100%{
    -webkit-transform:translateY(-6em);
  }
}
@-moz-keyframes slideUp{
  0%{
    -moz-transform:translateY(0);
  }
  100%{
    -moz-transform:translateY(-6em);
  }
}
@-o-keyframes slideUp{
  0%{
    -o-transform:translateY(0);
  }
  100%{
    -o-transform:translateY(-6em);
  }
}
@keyframes slideUp{
  0%{
    transform:translateY(0);
  }
  100%{
    transform:translateY(-6em);
  }
}





/**
* Animation swingIn
*
----------------------------------------------------------------------------
*/

@-webkit-keyframes swingInX{
  0%{-webkit-transform:perspective(400px) rotateX(-90deg)}
  100%{-webkit-transform:perspective(400px) rotateX(0deg)}
}
@-moz-keyframes swingInX{
  0%{-moz-transform:perspective(400px) rotateX(-90deg)}
  100%{-moz-transform:perspective(400px) rotateX(0deg)}
}
@-o-keyframes swingInX{
  0%{-o-transform:perspective(400px) rotateX(-90deg)}
  100%{-o-transform:perspective(400px) rotateX(0deg)}
}

@keyframes swingInX{
  0%{transform:perspective(400px) rotateX(-90deg)}
  100%{transform:perspective(400px) rotateX(0deg)}
}




/**
* Animation swingOut
*
----------------------------------------------------------------------------
*/

@-webkit-keyframes swingOutX{
 0%{-webkit-transform:perspective(400px) rotateX(0deg)}
 100%{-webkit-transform:perspective(400px) rotateX(-90deg)}
 }
@-moz-keyframes swingOutX{
  0%{-moz-transform:perspective(400px) rotateX(0deg)}
  100%{-moz-transform:perspective(400px) rotateX(-90deg)}
}
@-o-keyframes swingOutX{
  0%{-o-transform:perspective(400px) rotateX(0deg)}
  100%{-o-transform:perspective(400px) rotateX(-90deg)}
} 
@keyframes swingOutX{
  0%{transform:perspective(400px) rotateX(0deg)}
  100%{transform:perspective(400px) rotateX(-90deg)}
}





/**
* Animation flipIn
*
----------------------------------------------------------------------------
*/
@-webkit-keyframes flipInX{
  0%{-webkit-transform:perspective(400px) rotateX(90deg); opacity:0 }
  100%{-webkit-transform:perspective(400px) rotateX(0deg); opacity:1 } 
}
@-moz-keyframes flipInX{
  0%{-moz-transform:perspective(400px) rotateX(90deg);opacity:0}
  100%{-moz-transform:perspective(400px) rotateX(0deg);opacity:1}
}
@-o-keyframes flipInX{
  0%{-o-transform:perspective(400px) rotateX(90deg);opacity:0}
  100%{-o-transform:perspective(400px) rotateX(0deg);opacity:1}
}
@keyframes flipInX{
  0%{transform:perspective(400px) rotateX(90deg);opacity:0}
  100%{transform:perspective(400px) rotateX(0deg);opacity:1}
}




/**
* Animation flipOut
*
----------------------------------------------------------------------------
*/
@-webkit-keyframes flipOutX{
  0%{-webkit-transform:perspective(400px) rotateX(0deg);opacity:1}
  100%{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0}
}
  
@-moz-keyframes flipOutX{
  0%{-moz-transform:perspective(400px) rotateX(0deg);opacity:1}
  100%{-moz-transform:perspective(400px) rotateX(90deg);opacity:0}
}

@-o-keyframes flipOutX{
  0%{-o-transform:perspective(400px) rotateX(0deg);opacity:1}
  100%{-o-transform:perspective(400px) rotateX(90deg);opacity:0}
}
@keyframes flipOutX{
  0%{transform:perspective(400px) rotateX(0deg);opacity:1}
  100%{transform:perspective(400px) rotateX(90deg);opacity:0}
}




/**
* BounceInDown
*
----------------------------------------------------------------------------
*/
@-webkit-keyframes bounceInDown{
  0%{opacity:0;-webkit-transform:translateY(-200px)}
  60%{opacity:1;-webkit-transform:translateY(30px)}
  80%{-webkit-transform:translateY(-10px)}
  100%{-webkit-transform:translateY(0)}
}
@-moz-keyframes bounceInDown{
  0%{opacity:0;-moz-transform:translateY(-200px)}
  60%{opacity:1;-moz-transform:translateY(30px)}
  80%{-moz-transform:translateY(-10px)}
  100%{-moz-transform:translateY(0)}
}
@-o-keyframes bounceInDown{
  0%{opacity:0;-o-transform:translateY(-200px)}
  60%{opacity:1;-o-transform:translateY(30px)}
  80%{-o-transform:translateY(-10px)}
  100%{-o-transform:translateY(0)}
}
@keyframes bounceInDown{
  0%{opacity:0;transform:translateY(-200px)}
  60%{opacity:1;transform:translateY(30px)}
  80%{transform:translateY(-10px)}
  100%{transform:translateY(0)}
}



/**
* Animation BounceOutUp
*
----------------------------------------------------------------------------
*/
@-webkit-keyframes bounceOutUp{
  0%{-webkit-transform:translateY(0)}
  30%{opacity:1;-webkit-transform:translateY(20px)}
  100%{opacity:0;-webkit-transform:translateY(-200px)}
}
@-moz-keyframes bounceOutUp{
  0%{-moz-transform:translateY(0)}
  30%{opacity:1;-moz-transform:translateY(20px)}
  100%{opacity:0;-moz-transform:translateY(-200px)}
}
@-o-keyframes bounceOutUp{
  0%{-o-transform:translateY(0)}
  30%{opacity:1;-o-transform:translateY(20px)}
  100%{opacity:0;-o-transform:translateY(-200px)}
}
@keyframes bounceOutUp{
  0%{transform:translateY(0)}
  30%{opacity:1;transform:translateY(20px)}
  100%{opacity:0;transform:translateY(-200px)}
}




/**
* Animation FadeInUp
*
----------------------------------------------------------------------------
*/
@-webkit-keyframes fadeInUp{0%{
  opacity:0;-webkit-transform:translateY(30px);}
  100%{opacity:1;-webkit-transform:translateY(0);
}}
@-moz-keyframes fadeInUp{
  0%{
    opacity:0;
    -moz-transform:translateY(30px);
  }100%{
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp{
  0%{
    opacity: 0;
    -o-transform:translateY(30px);
  }100%{
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp{
  0%{
    opacity: 0;
    transform:translateY(30px);
  }100%{
    opacity: 1;
    transform: translateY(0);
  }
}



/**
* Animation pulse
*
----------------------------------------------------------------------------
*/
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.15);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes pulse {
  0% {
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(1.15);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}




/**
 23.0 - Load More Animation
----------------------------------------------------------------------------
*/

#load-more .status.active {
  -webkit-animation: pulse 1s infinite;
  -moz-animation: pulse 1s infinite;
  -ms-animation: pulse 1s infinite;
  -o-animation: pulse 1s infinite;
  animation: pulse 1s infinite;

  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  -webkit-backface-visibility: hidden;
}





/**
 24.0 - Homepage Animation Effects
----------------------------------------------------------------------------
*/
[class*="effect-"] {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  perspective: 1000;
}
.effect-fade {
  opacity: 0;
}
.effect-fade.in {
  opacity: 1;
}
.effect-slide-left {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
  opacity: 0;
}
.effect-slide-left.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.effect-slide-right {
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
  opacity: 0;
}
.effect-slide-right.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
   opacity: 1;
}
.effect-slide-top {
  -webkit-transform: translate3d(0, -30%, 0);
  transform: translate3d(0, -30%, 0);
  opacity: 0;
}
.effect-slide-top.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.effect-slide-bottom {
  -webkit-transform: translate3d(0, 30%, 0);
  transform: translate3d(0, 30%, 0);
  opacity: 0;
}
.effect-slide-bottom.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.img-icon a:after,
.font-icon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box; 
  -moz-box-sizing: content-box; 
  box-sizing: content-box;
}
.img-icon a:after,
.font-icon:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  box-shadow: 0 0 0 5px #fff;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(.8);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(.8);
  -ms-transform: scale(.8);
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(.8);
  opacity: 0;
}
.img-icon a,
.font-icon {
  background: rgba(255,255,255,0.1);
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
.no-touch .img-icon a:hover,
.no-touch .font-icon:hover {
  background: rgba(255,255,255,1);
  color: #7bc4c4;
  border-color: #7bc4c4;
}
.no-touch .img-icon a:hover:after,
.no-touch .font-icon:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.rotate{
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
     
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
     
    overflow: hidden;
 
    }  
 
.no-touch .rotate:hover  
{
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
} 