@import url("../CherryFramework/style.css");
/*--
	Theme Name: theme44948
	Theme URI: http://template-help.com/
	Description: A theme for Wordpress 3.5.x + from Template-Help.com Collection
	Author: Template_Help.com
	Author URL: http://www.Template-Help.com/
	Template: CherryFramework
	Version: 1.0
	MotoPress Version: 1
--*/
/* #General
================================================== */
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover,
a:focus {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
h2 {
  text-transform: uppercase;
  letter-spacing: -1px;
  margin: 0 0 20px 0;
}
h3 {
  margin: 0 0 15px 0;
  letter-spacing: -1px;
  text-transform: lowercase;
}
p {
  margin: 0 0 20px;
}
.title-header {
  margin: 0 0 15px 0;
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: -2px;
}
.title-section {
  margin: 0;
}
/* #Header
================================================== */
.header {
  padding: 50px 0 20px;
  background: none;
  border: none;
}
.home .header {
  padding: 50px 0 0;
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .home .header {
    padding: 20px 0 0;
  }
}
.hidden-phone {
  position: absolute;
  width: 300px;
  top: 0px;
  right: 0;
  z-index: 5;
}
.search-form__h {
  padding: 10px 0 0 0;
}
#search-header .btn {
  margin-top: 5px;
  height: 28px !important;
  line-height: 28px !important;
}
.nav_row_container {
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), color-stop(47%, #ffffff), to(#ffffff));
  background-image: -webkit-linear-gradient(#f5f5f5, #ffffff 47%, #ffffff);
  background-image: -moz-linear-gradient(top, #f5f5f5, #ffffff 47%, #ffffff);
  background-image: -o-linear-gradient(#f5f5f5, #ffffff 47%, #ffffff);
  background-image: linear-gradient(#f5f5f5, #ffffff 47%, #ffffff);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffffffff', GradientType=0);
  margin: 40px 0 0 0;
  border-top: 5px solid #1b1b1b;
  border-bottom: 1px solid #e1e1e1;
}
.nav_row_container:after {
  clear: both;
  content: "";
  width: 100%;
  height: 0;
  display: block;
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .nav_row_container {
    margin: 20px 20px 0 20px;
  }
}
/* Header Social */
.header_social_wrapper {
  float: right;
  font-size: 0;
  list-style: 0;
  padding: 33px 20px 15px 0;
}
.header_social_wrapper ul {
  text-align: right;
}
.header_social_wrapper ul li {
  list-style: none;
  display: inline-block;
  padding: 0 0 0 4px;
}
.header_social_wrapper ul li a {
  background: #e8e8e8;
  display: block;
  border-radius: 50%;
}
.header_social_wrapper ul li a:hover {
  background: #45b4ed;
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  .header_social_wrapper {
    float: none;
    padding: 10px 10px 20px 10px;
  }
  .header_social_wrapper ul {
    text-align: center;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .header_social_wrapper {
    float: none;
    padding: 10px;
  }
  .header_social_wrapper ul {
    text-align: center;
  }
}
/*/ Header */
/* Logo
---------------------------------------- */
.logo_h__txt {
  text-transform: none !important;
  font-size: 52px;
}
.logo_h__txt a:hover,
.logo_h__txt a:focus {
  color: inherit;
}
.logo_tagline {
  color: #b5b5b5;
  padding: 0 0 0 10px;
  margin: 0;
  text-transform: uppercase;
  font-size: 10px;
  font-family: 'Convergence', sans-serif;
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .logo {
    margin: 0 0 0 20px;
  }
}
/* Landscape phones and down */
@media (max-width: 480px) {
  .logo .logo_h__txt {
    font-size: 42px;
    line-height: 40px;
  }
}
/*/ Logo */
/* Navigation (Menu) 
================================================== */
.nav_wrapper {
  float: left;
}
.nav__primary {
  margin: 0;
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .nav_wrapper {
    float: none;
  }
  .nav__primary {
    float: none;
    width: auto;
    padding: 10px 0 0 0 !important;
    margin: 0 20px;
  }
  .select-menu {
    background-color: #ffffff;
  }
}
.sf-menu {
  float: none;
}
.sf-menu > li {
  background: none;
}
.sf-menu > li > a {
  border: none;
  line-height: 20px;
  padding: 37px 20px 38px;
  font-family: 'Convergence', sans-serif;
  font-size: 20px;
  color: #323232;
  text-transform: uppercase;
  border-right: 1px solid #e1e1e1;
  letter-spacing: -1px;
}
.sf-menu > li > a .sf-sub-indicator {
  top: 45%;
  right: 5px;
  background: url(images/arrows-ffffff.png) 0 -100px no-repeat;
}
.sf-menu > li > a.sf-with-ul {
  padding-right: 21px;
}
.sf-menu > li.current-menu-item > a,
.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover {
  background-color: #fcfcfc;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(39%, #fdfdfd), to(#f6f6f6));
  background-image: -webkit-linear-gradient(#ffffff, #fdfdfd 39%, #f6f6f6);
  background-image: -moz-linear-gradient(top, #ffffff, #fdfdfd 39%, #f6f6f6);
  background-image: -o-linear-gradient(#ffffff, #fdfdfd 39%, #f6f6f6);
  background-image: linear-gradient(#ffffff, #fdfdfd 39%, #f6f6f6);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff6f6f6', GradientType=0);
  color: #30b6ee;
}
.sf-menu > li .sub-menu {
  top: 99%;
  width: 190px;
  background: #323232;
  padding: 42px 0;
  border-top: 2px solid #30b6ee;
}
.sf-menu > li .sub-menu:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #30b6ee;
  top: -8px;
  left: 47px;
}
.sf-menu > li .sub-menu .sub-menu:before {
  display: none;
}
.sf-menu > li .sub-menu li {
  width: 100%;
  background: none;
}
.sf-menu > li .sub-menu li a {
  padding: 5px 20px 5px 37px;
  font-family: 'Convergence', sans-serif;
  white-space: nowrap;
  color: #9b9b9b;
  font-size: 14px;
  list-style: 20px;
  border: none;
  text-align: left;
  text-transform: uppercase;
}
.sf-menu > li .sub-menu li a .sf-sub-indicator {
  top: 31%;
  right: 10px;
  background: url(images/arrows-ffffff.png) 0 0 no-repeat;
  position: absolute;
}
.sf-menu > li .sub-menu li > a:hover,
.sf-menu > li .sub-menu li.sfHover > a,
.sf-menu > li .sub-menu li.current-menu-item > a {
  background: none;
  color: #30b6ee;
}
.sf-menu > li .sub-menu li > a:hover .sf-sub-indicator,
.sf-menu > li .sub-menu li.sfHover > a .sf-sub-indicator,
.sf-menu > li .sub-menu li.current-menu-item > a .sf-sub-indicator {
  background: url(images/arrows-ffffff.png) -10px 0 no-repeat;
}
.sf-menu > li .sub-menu .sub-menu {
  left: 101%;
  top: -44px;
}
.sf-menu li.current-menu-item > a .sf-sub-indicator,
.sf-menu li.sfHover > a .sf-sub-indicator,
.sf-menu li a:hover .sf-sub-indicator {
  background: url(images/arrows-ffffff.png) -10px -100px no-repeat;
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  .nav_wrapper {
    float: none;
  }
  .sf-menu {
    text-align: center;
    padding: 10px 0 0 0;
  }
  .sf-menu > li {
    float: none;
    display: inline-block;
    margin: 0 10px 10px;
  }
  .sf-menu > li > a {
    padding: 0;
    font-size: 15px;
    border: none;
  }
  .sf-menu > li > a .sf-sub-indicator {
    display: none;
  }
  .sf-menu > li > a.sf-with-ul {
    padding-right: 0;
  }
  .sf-menu > li.current-menu-item > a,
  .sf-menu > li.sfHover > a,
  .sf-menu > li > a:hover {
    background: none;
    color: #30b6ee;
  }
  .nav__primary .sf-menu li:hover ul,
  .nav__primary .sf-menu li.sfHover ul {
    top: 125%;
    left: -30px;
  }
}
/*/ Navigation (Menu) */
/* Slider 
================================================== */
.slider {
  margin: 0 0 75px 0;
  border-bottom: 1px solid #dbdbdb;
}
.slider .camera_wrap {
  margin: 0 !important;
}
.slider .camera_wrap .camera_pag {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.slider .camera_wrap .camera_pag li {
  background: #fff;
}
.slider .camera_wrap .camera_pag li span {
  background: #e8e8e8;
}
.slider .camera_wrap .camera_pag li.cameracurrent span,
.slider .camera_wrap .camera_pag li:hover span {
  background: #30b6ee;
}
.slider .cameraContents {
  overflow: hidden;
}
.slider .camera_thumbs {
  position: absolute;
  width: 100%;
  bottom: 8px;
  text-align: center;
}
.slider .camera_thumbs .camera_thumbs_cont {
  background: #fff;
}
.slider .camera_thumbs .camera_thumbs_cont ul {
  width: auto !important;
}
.slider .camera_thumbs .camera_thumbs_cont ul li > img {
  border: none;
}
.slider .camera_command_wrap {
  display: inline-block;
}
.slider .camera_prev,
.slider .camera_next,
.slider .camera_commands {
  top: 48%;
  margin: 3px 0 0 0;
}
.slider .camera_commands {
  width: 43px;
  height: 43px;
  padding: 2px 0 0 2px;
  background-color: #e8e8e8;
  border-radius: 22px;
  left: 10px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.slider .camera_commands > .camera_play {
  background-position: -80px -80px;
}
.slider .camera_commands > .camera_stop {
  background-position: -120px -80px;
}
.slider .camera_commands:hover {
  background-color: #30b6ee;
}
.slider .camera_prev,
.slider .camera_next {
  background: none;
}
.slider .camera_prev {
  left: 60px;
}
.slider .camera_next {
  left: 108px;
}
.slider .camera_prev span,
.slider .camera_next span {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 22px;
  background: url(images/slider-prev-next.gif) no-repeat #e8e8e8;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.slider .camera_next span {
  background-position: right 0;
}
.slider .camera_prev span:hover,
.slider .camera_next span:hover {
  background-color: #30b6ee;
}
.slider .camera_thumbs_cont {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.slider .camera_caption {
  width: 50%;
  left: 60px;
  top: 61%;
  bottom: 0;
  padding: 0;
}
.slider .camera_caption > div {
  background: none;
  padding: 0;
  color: #323232;
  font-size: 15px;
  list-style: 16px;
  font-family: 'Convergence', sans-serif;
  text-transform: uppercase;
}
.slider .camera_caption > div h2 {
  font-size: 60px;
  line-height: 65px;
  text-transform: uppercase;
  margin: 0 0 5px -7px;
  color: #323232;
  letter-spacing: -5px;
}
/* Large desktop */
@media (min-width: 1200px) {
  .slider .camera_wrap .camera_caption > div {
    font-size: 20px;
    list-style: 20px;
  }
  .slider .camera_wrap .camera_caption > div h2 {
    font-size: 90px;
    line-height: 80px;
    margin: 0;
    letter-spacing: -2px;
  }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  .slider .camera_wrap .camera_caption > div {
    font-size: 12px;
    list-style: 12px;
  }
  .slider .camera_wrap .camera_caption > div h2 {
    font-size: 40px;
    line-height: 45px;
    margin: 0;
    letter-spacing: -2px;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .slider {
    margin: 0 0 40px 0;
  }
  .slider .camera_wrap .camera_caption {
    top: 69%;
  }
  .slider .camera_wrap .camera_caption > div {
    font-size: 12px;
    list-style: 12px;
  }
  .slider .camera_wrap .camera_caption > div h2 {
    font-size: 40px;
    line-height: 45px;
    margin: 0;
    letter-spacing: -2px;
  }
  .slider .camera_wrap .camera_pag .camera_pag_ul li {
    margin: 5px;
  }
  .slider .camera_thumbs_cont {
    display: none !important;
  }
}
/* Slider */
/* #Content
================================================== */
#content {
  padding-top: 20px;
}
.content-holder {
  padding: 0px;
  margin-bottom: 30px;
  z-index: 3;
}
#back-top-wrapper a {
  width: 45px;
  height: 45px;
  display: block;
  background: url(images/to-top.gif) no-repeat 0 0 #30b6ee;
  border-radius: 22px;
}
#back-top-wrapper a span {
  display: none !important;
}
#back-top-wrapper a:hover {
  background: url(images/to-top.gif) no-repeat 0 0 #1b1b1b;
}
.content-holder {
  padding-bottom: 0px;
}
.btn {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #323232;
  padding: 0 28px 0 18px;
  height: 37px;
  line-height: 36px;
  font-size: 10px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Convergence', sans-serif;
  border-style: none;
  border: none;
  text-shadow: none;
  position: relative;
  overflow: hidden;
}
.btn:after {
  content: "\2192";
  position: absolute;
  font-size: 13px !important;
  font-family: Arial, Helvetica, sans-serif;
  display: inline-block;
  margin: 0 0 0 4px;
  overflow: hidden;
  text-indent: -4px;
  top: -1px;
}
.btn:hover,
.btn:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  background: #30b6ee !important;
  color: #ffffff;
}
.btn.btn-link {
  background: none !important;
  padding: 0;
  height: auto;
  line-height: 18px;
  font-size: 12px;
  color: #1b1b1b;
  overflow: visible;
}
.btn.btn-link:after {
  top: -2px;
}
.btn.btn-link:hover {
  text-decoration: none;
  color: #30b6ee;
}
.thumbnail {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  border-radius: 0px;
  display: block;
  line-height: 20px;
  padding: 7px;
}
.thumbnail.indent_bot {
  margin-bottom: 25px;
}
a.thumbnail:hover,
a.thumbnail:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.flexslider {
  overflow: visible;
}
.breadcrumb {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: #f4f4f4;
  background-image: -moz-linear-gradient(top, #f2f2f2, #f6f6f6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#f6f6f6));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #f6f6f6);
  background-image: -o-linear-gradient(top, #f2f2f2, #f6f6f6);
  background-image: linear-gradient(to bottom, #f2f2f2, #f6f6f6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#fff6f6f6', GradientType=0);
  border: none;
  margin-bottom: 40px;
  color: #878787;
  padding: 9px 15px 10px;
}
.breadcrumb li {
  text-shadow: none;
  vertical-align: top;
}
.breadcrumb a {
  text-decoration: none;
  color: #1b1b1b;
}
.breadcrumb a:hover {
  color: #878787;
}
.breadcrumb .divider {
  color: #878787;
}
.breadcrumb .active {
  color: #878787;
}
.check-list {
  margin-bottom: 25px;
}
.dropcap {
  width: 53px;
  height: 53px;
  border-radius: 26px;
  background: #30b6ee;
  line-height: 53px;
  font-size: 24px;
  font-family: 'Convergence', sans-serif;
  font-weight: normal;
  letter-spacing: -1px;
}
/* Landscape phones and down */
@media (max-width: 480px) {
  .top_content_wrap {
    padding: 30px 0 0 0;
  }
}
/*/ Content */
/* #Blog 
================================================== */
.featured-thumbnail.large {
  float: none;
  width: 100% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.featured-thumbnail.large a {
  display: block;
}
.featured-thumbnail.large img {
  width: auto !important;
  max-width: 100% !important;
}
.type-services .post_category {
  display: none;
}
.post-header .post-title {
  margin-bottom: 15px;
  font-size: 28px;
  line-height: 28px;
  text-transform: lowercase;
}
.post-header .post-title a {
  color: inherit;
}
.post-header .post-title a:hover {
  color: #30b6ee;
}
.post__holder {
  margin-bottom: 45px;
}
.post_meta {
  margin: 0;
}
.post_meta > span {
  float: left;
  font-size: 13px;
}
.post_meta i {
  color: #323232;
  font-size: 15px;
}
.post_content {
  margin: 0;
  padding-bottom: 20px;
}
.related-posts_list {
  line-height: 0;
}
.related-posts_item {
  line-height: 18px;
}
.share-buttons {
  overflow: visible;
  height: 25px;
  margin-top: -20px;
}
.video-wrap {
  padding-top: 0;
}
/*/ Blog  */
/* #Portfolio 
================================================== */
#portfolio-grid .portfolio_item {
  margin-bottom: 0;
  padding-bottom: 20px;
}
.portfolio .thumbnail__portfolio {
  margin-bottom: 15px;
}
.caption__portfolio h3 {
  margin-top: 15px;
}
.zoom-icon {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
}
.filterable-portfolio .image-wrap {
  background: none;
}
.flex-control-paging li a {
  background: #30b6ee;
}
.flex-control-paging li a.flex-active,
.flex-control-paging li a:hover {
  background: #9d9d9d;
}
.filter-wrapper strong {
  display: none;
}
.nav-pills li a {
  color: #30b6ee;
}
.nav-pills li.active a,
.nav-pills li.active a:focus,
.nav-pills li a:hover,
.nav-pills li.active a:hover {
  color: #ffffff;
  background: #30b6ee;
}
.portfolio-meta-list {
  border-color: #30b6ee;
}
.pager {
  margin: 0;
  padding: 15px 0 30px;
  border: none;
}
.pager li a,
.pager li a:focus {
  color: #ffffff;
  background: #30b6ee;
  border: none;
}
.pager li.active a,
.pager li a:hover {
  color: #ffffff;
  background: #9d9d9d;
}
/*/ Portfolio  */
/* #Comments
================================================== */
#commentform input[type="text"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 34px;
}
.comment-list .comment .reply a {
  color: #30b6ee;
  background: none;
  border: none;
}
.comment-list .comment .reply a:hover {
  color: #9d9d9d;
  background: none;
}
.cancel-comment-reply small {
  font-size: 95%;
}
/*/ Comments */
/* #Sidebar
================================================== */
#sidebar {
  overflow: hidden;
  padding-top: 20px;
}
#sidebar .post-list .btn:hover {
  color: #ffffff;
}
#sidebar > div > h3 {
  padding: 0 0 15px 0;
  border-bottom: 1px solid #e8e8e8;
}
#sidebar .widget {
  overflow: hidden;
  margin-bottom: 30px;
}
#sidebar .thumbnail {
  margin-top: 0;
}
#sidebar time {
  display: block;
  color: #9d9d9d;
  margin-bottom: 5px;
}
#sidebar .post-list_h {
  margin-bottom: 0px;
}
#sidebar .post-list_h a {
  color: #30b6ee;
}
#sidebar .post-list_h a:hover {
  color: #9d9d9d;
}
#sidebar ul {
  margin-left: 0px;
}
#sidebar ul li {
  list-style-type: none;
  padding: 0 0 10px 18px;
  line-height: 18px;
  background: url(images/list-marker.gif) 0 8px no-repeat;
  margin: 0;
}
#sidebar ul li a {
  vertical-align: top;
}
#sidebar ul li a:hover {
  color: #878787;
  text-decoration: underline;
}
#sidebar .unstyled li {
  border: none;
  padding: 0 0;
  background: none;
  margin-bottom: 35px;
}
#sidebar .unstyled li .comments-custom_txt {
  padding: 0;
}
#sidebar .unstyled li .comments-custom_txt a {
  color: #30b6ee;
}
#sidebar .unstyled li .comments-custom_txt a:hover {
  color: #9d9d9d;
}
#sidebar .unstyled li .comments-custom_h {
  font-size: 15px;
  line-height: 18px;
  margin: 0;
  font-family: 'PT Sans', sans-serif;
  overflow: hidden;
}
#sidebar .unstyled .comments-custom_li {
  overflow: hidden;
}
#sidebar .unstyled .comments-custom_li .clear {
  display: none;
}
#sidebar .unstyled .comments-custom_li .featured-thumbnail {
  margin: 0 10px 10px 0;
  overflow: hidden;
}
#sidebar .unstyled .comments-custom_li time {
  display: block;
  overflow: hidden;
}
#sidebar .social {
  text-align: left;
}
#sidebar .social li {
  float: none;
  display: block;
  margin-bottom: 15px;
}
/*/ Sidebar */
/* #Widgets
================================================== */
#calendar_wrap caption {
  color: #9d9d9d;
}
.social .social_li {
  margin-left: 4px;
}
.flickr_li a {
  display: inline-block;
}
/*/ Widgets */
/* #Shortcodes
================================================== */
.text-highlight {
  display: block;
  font-size: 15px;
  list-style: 18px;
  color: #1b1b1b;
  background: none;
  padding: 0;
}
.thumbnail + .extra-wrap .text-highlight {
  padding: 20px 0 0 0;
}
/* Landscape phones and down */
@media (max-width: 480px) {
  .thumbnail + .extra-wrap .text-highlight {
    padding: 0;
  }
}
.spacer {
  clear: both;
  height: 106px;
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .spacer {
    clear: both;
    height: 30px;
  }
}
.sm_hr {
  margin: 0 0 32px 0;
  background: #e8e8e8;
}
.indent_right {
  padding: 0 10px 15px 0;
}
.indent_right_1 {
  padding: 0 5px 0 0;
}
.indent_right_1 .extra-wrap {
  padding: 0 0 15px 0;
}
/* Large desktop */
@media (min-width: 1200px) {
  .indent_right {
    padding: 0 60px 20px 0;
  }
  .indent_right_1 {
    padding: 0 30px 0 0;
  }
  .indent_right_1 .extra-wrap {
    padding: 0 0 21px 0;
  }
}
.recent-posts_li {
  margin-bottom: 0;
  padding-bottom: 20px;
}
.recent-posts_li .featured-thumbnail {
  max-width: 100%;
}
.recent-posts_li h5 {
  margin: 0 0 3px 0;
  font-family: 'PT Sans', sans-serif;
  font-size: 15px;
}
.recent-posts_li h5 a {
  color: #323232;
}
.recent-posts_li h5 a:hover {
  color: #30b6ee;
}
.recent-posts_li .excerpt {
  margin-bottom: 0;
  padding-bottom: 10px;
}
.recent-posts_li .meta {
  text-transform: none;
  color: #b5b5b5;
  font-size: 10px;
  margin: 0;
}
.recent-posts.services li {
  padding-bottom: 0;
}
.recent-posts.services h5 {
  margin: 0 0 16px 0;
}
.recent-posts.two-col,
.recent-posts.three-col,
.recent-posts.four-col {
  margin-left: -2% !important;
}
.recent-posts.two-col li,
.recent-posts.three-col li,
.recent-posts.four-col li {
  display: inline-block;
  vertical-align: top;
  margin-left: 2%;
}
.recent-posts.two-col li {
  width: 48%;
}
.recent-posts.three-col li {
  width: 31.3%;
}
.recent-posts.four-col li {
  width: 23%;
}
.full-width-thumb li .featured-thumbnail {
  float: none;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.recent-posts.team {
  margin: 0 !important;
}
.recent-posts.team li {
  float: left;
  width: 140px;
  margin: 0 20px 10px 0;
  padding-bottom: 0;
}
.recent-posts.team li:nth-child(4n) {
  margin-right: 0;
}
.recent-posts.team li.no_margin {
  margin-right: 0;
}
.recent-posts.team li .featured-thumbnail {
  float: none;
  margin: 0 0 10px 0;
}
/* Large desktop */
@media (min-width: 1200px) {
  .recent-posts.team li {
    float: left;
    width: 172px;
    margin: 0 27px 10px 0;
  }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  .recent-posts.team li {
    width: 111px;
    margin: 0 10px 10px 0;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .recent-posts.team li {
    width: 23%;
    margin: 0 2% 10px 0;
  }
}
/* Landscape phones and down */
@media (max-width: 480px) {
  .recent-posts.team li {
    width: 48%;
    margin: 0 2% 10px 0;
  }
  .recent-posts.team li:nth-child(2n) {
    margin-right: 0;
  }
}
.list,
.list.styled > ul,
.list.arrow-list > ul {
  margin-left: 0px;
}
.list li,
.list.styled > ul li,
.list.arrow-list > ul li {
  list-style-type: none;
  padding: 0 0 10px 18px;
  line-height: 18px;
  background: url(images/list-marker.gif) 0 8px no-repeat;
  margin: 0;
}
.list li a,
.list.styled > ul li a,
.list.arrow-list > ul li a {
  vertical-align: top;
}
.list li a:hover,
.list.styled > ul li a:hover,
.list.arrow-list > ul li a:hover {
  color: #878787;
  text-decoration: underline;
}
.list li:before,
.list.styled > ul li:before,
.list.arrow-list > ul li:before {
  width: 0px;
  margin: 0;
  padding: 0;
  content: "";
}
.mini-posts-list.services_list .mini-post-holder {
  padding: 0 0 10px 18px;
  margin: 0;
  line-height: 18px;
  border: none;
  background: url(images/list-marker.gif) 0 8px no-repeat;
}
.mini-posts-list.services_list .mini-post-holder h4 {
  font-size: 13px;
  line-height: 18px;
  margin: 0;
  font-family: 'PT Sans', sans-serif;
}
.mini-posts-list.services_list .mini-post-holder h4 a:hover {
  color: #9b9b9b;
  text-decoration: underline;
}
.testimonials .testi-item {
  margin: 0;
}
.testimonials .testi-item blockquote.testi-item_blockquote {
  background: #f4f4f4;
  border-radius: 0;
  font-style: italic;
  font-size: 15px;
  line-height: 20px;
  padding: 48px 15px 20px 30px;
}
.testimonials .testi-item blockquote.testi-item_blockquote a {
  color: #878787;
}
.testimonials .testi-item blockquote.testi-item_blockquote a:hover {
  color: #1b1b1b;
}
.testimonials .testi-item blockquote:before {
  border-top-color: #f4f4f4;
  left: 35px;
}
.testimonials .testi-item blockquote:after {
  background: url(images/quotes_alt.png) no-repeat 0 0;
  left: 18px;
  top: 25px;
}
.testimonials .testi-item .testi-meta {
  padding: 30px 0 0 40px;
}
.testimonials .testi-item .testi-meta .user,
.testimonials .testi-item .testi-meta .info {
  color: #1b1b1b;
  font-size: 15px;
  display: inline-block;
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  .testimonials .testi-item blockquote.testi-item_blockquote {
    padding: 14px;
  }
  .testimonials .testi-item blockquote.testi-item_blockquote:after {
    top: 5px;
    left: 5px;
  }
}
/*/ Shortcodes */
/* #Footer
================================================== */
.footer {
  border: none;
  background: none;
  padding: 60px 0 0 0;
}
.footer .footer_container {
  border-top: 5px solid #1b1b1b;
  padding: 76px 0 0 0;
}
.footer .footer-widgets {
  padding: 0 0 20px 0;
}
.footer h3 {
  margin: 0 0 35px 0;
}
.footer h6 {
  color: #323232;
  font-size: 15px;
  line-height: 18px;
  margin: 0 0 3px 0;
  font-family: 'PT Sans', sans-serif;
}
.footer .textwidget {
  padding: 0 30px 0 0;
}
.footer .post-list li {
  padding: 0 40px 20px 0;
}
.footer .post-list_h {
  font-size: 15px;
  line-height: 18px;
  margin: 0 0 3px 0;
  font-family: 'PT Sans', sans-serif;
}
.footer .post-list_h a {
  color: #323232;
}
.footer .post-list_h a:hover {
  color: #30b6ee;
}
.footer nav.footer-nav {
  margin: 0;
  padding: 0 0 25px 0;
  text-align: center;
  float: none;
}
.footer nav.footer-nav ul {
  float: none;
}
.footer nav.footer-nav ul li {
  float: none;
  display: inline-block;
}
.footer nav.footer-nav ul li.current-menu-item a,
.footer nav.footer-nav ul li:hover a {
  color: #9d9d9d;
  text-decoration: none;
}
.footer .copyright {
  padding: 0;
  text-align: left;
}
.footer .footer-text {
  float: none;
}
.footer .footer-text a {
  color: #878787;
}
.footer .footer-text a.site-name {
  text-decoration: none !important;
  text-transform: capitalize;
}
.footer .footer-text a.site-name:hover {
  color: #30b6ee;
}
.footer .footer-text a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) and (max-width: 979px) {
  .footer {
    padding: 30px 0 0 0;
  }
  .footer .footer_container {
    border-top: 5px solid #1b1b1b;
    padding: 30px 0 0 0;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .footer {
    padding: 10px 0 0 0;
  }
  .footer .footer_container {
    padding: 20px 0 0 0;
  }
  .footer .footer_container h3 {
    padding: 30px 0 0 0;
    margin: 0 0 15px 0;
  }
}
/*/ Footer */
/* #Misc
================================================== */
#recent-author-posts {
  margin: 0 0 20px 0;
}
#recent-author-posts > h3 {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #e8e8e8;
}
#recent-author-comments {
  padding: 20px 0 0 0;
}
.flickr_list .thumbnail {
  padding: 0;
  border: none;
  margin: 0 1px 1px 0;
}
#sidebar .flickr_list.unstyled li {
  margin: 0 0 5px 0;
}
.pagination__posts ul {
  box-shadow: none;
}
.pagination__posts ul li a {
  margin: 0 1px 2px;
  background: #323232;
  color: #ffffff;
  border: none;
  padding: 4px 12px 6px;
}
.pagination__posts ul li a:hover {
  background: #30b6ee;
  color: #ffffff;
}
.pagination__posts ul li.active a {
  background: #30b6ee;
  color: #ffffff;
}
input[type="submit"],
input[type="reset"] {
  height: 37px !important;
  line-height: 36px !important;
  padding: 0 18px;
}
.testimonial {
  padding: 10px 30px 30px 10px;
  background: none;
  border: 1px solid #b5b5b5;
}
.testimonial .testimonial_content {
  padding: 25px 0 0 25px;
}
.testimonial .testimonial_bq .thumbnail {
  position: static;
  width: auto;
}
.testimonial small {
  color: #9d9d9d;
}
.pp_hoverContainer a {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.faq-list .faq-list_h {
  color: #30b6ee;
}
.faq-list .marker {
  color: #9d9d9d;
}
.archive_lists {
  margin-top: 30px;
}
.error404-holder_num {
  color: #30b6ee;
}
#searchform .search-form_it {
  height: 27px;
  line-height: 27px;
}
#searchform .search-form_it:focus {
  box-shadow: none;
}
/*/ Misc */
/* PRELOADERS */
.portfolio_item_holder h3 a {
  color: #323232;
}
.portfolio_item_holder h3 a:hover {
  color: #30b6ee;
}
/* RESPONSIVE
==================================================*/
@media (min-width: 1200px) {
  
}
@media (min-width: 768px) and (max-width: 979px) {
  .post_meta > span {
    float: none !important;
    display: block;
  }
  .post-list_li .featured-thumbnail {
    float: none;
    display: inline-block;
  }
  .post-list_li time {
    display: block;
  }
  .logo {
    width: 100%;
  }
  .top_content_wrap .thumbnail + .extra-wrap .text-highlight {
    padding: 0;
  }
  .top_content_wrap .thumbnail.indent_bot {
    margin-bottom: 15px;
  }
  .top_content_wrap .extra-wrap {
    clear: both;
    padding: 0 0 15px 0;
  }
  .spacer {
    height: 45px;
  }
}
@media (max-width: 767px) {
  .spacer_mobile {
    height: 30px;
  }
  article.type-post .featured-thumbnail {
    width: 200px;
  }
  .post_meta > span {
    float: none !important;
    display: block;
  }
  body {
    padding-left: 0px;
    padding-right: 0px;
  }
  .content-holder > div.container,
  .nav__primary,
  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .vertical-divider {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
  }
  .recent-posts,
  .recent-posts.two-col,
  .recent-posts.three-col,
  .recent-posts.four-col {
    margin-left: 0 !important;
  }
  .recent-posts li,
  .recent-posts.two-col li,
  .recent-posts.three-col li,
  .recent-posts.four-col li {
    margin-left: 0;
    width: 100%;
    float: none;
  }
  .recent-posts li .thumbnail,
  .recent-posts.two-col li .thumbnail,
  .recent-posts.three-col li .thumbnail,
  .recent-posts.four-col li .thumbnail {
    max-width: 120px;
    float: left;
  }
}
@media (max-width: 620px) {
  .filter-wrapper strong {
    display: none;
  }
  .filter-wrapper > div {
    float: none;
  }
  .nav-pills > li {
    float: none;
  }
}
@media (max-width: 550px) {
  .breadcrumb {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .slider {
    display: none;
  }
  .breadcrumb {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .team-holder .featured-thumbnail {
    height: 100px;
    width: 100px;
  }
}
@media (max-width: 360px) {
  .post-list_li .featured-thumbnail {
    float: none;
    display: inline-block;
  }
  .post-list_li time {
    display: block;
  }
  .breadcrumb {
    font-size: 10px;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* MODIFICHE IMAGINE */

body{
    font-size: 15px !important;
}

.sf-menu > li .sub-menu{
    width: 380px !important;
    background: #323232 !important;
    padding: 24px 0 !important;
}

.pdfList a, .baseText{
    color: #878787;
}

.inEvidenza{
    color: #30b6ee;
}

.pdfList a:hover{
    color: #30b6ee;
}

.footer .footer_container {
    padding: 30px 0 0 0 !important;
}

.header_social_wrapper{
    display: none !important;
}

.slider .camera_prev, .slider .camera_next, .slider .camera_commands {
    top: 81% !important;
}

.title-section {
    padding: 35px 0 0 !important;
}

.post_meta meta_type_line, .share-buttons, #respond, .nocomments, .related-posts, .post_comment, #recent-author-comments{
    display: none !important;
}

.footer {
    padding: 0px !important;
}

a:hover, a:active{
    color: #11a7e6 !important;
}

a.btn:hover, a.btn:focus{
    color: white !important;
}

#tm-chat-dialog, .post-author{
    display: none !important;
}

#backtoblog{
    display: none !important;
}

.status-publish a.btn-link:hover{
    color: #30b6ee !important
}