/*
Theme Name: December Theme
Theme URI: /wp-content/themes/december-theme
Description: Responsive Theme for H&H Real Estate Media
Version: 1.0
Author: H&H Real Estate Media, Inc.
Author URI: http://hhrealestatemedia.com
*/




/**** master - style_all_themes_master.css ****/
/* This contains styles that affect every theme, such as default plugin fixes, elements, etc. */


#ihf-main-container .row {
  padding-top: 0 !important;
}

.service_item .fa {
  position: absolute;
  left: 40px;
  font-size: 40px;
  color: #fff;
  top: 17px;
}

/*-----------------------------------------------------------------------------------*/
/*  GENERAL STYLING
/*-----------------------------------------------------------------------------------*/
a, input, select, textarea {
  vertical-align:top;
  outline:none !important;

  -webkit-border-radius: 0;
}
textarea {
  resize: none;
}
img {
  outline:0;
  vertical-align:top;
  border:0;
  max-width:100.1%;
  height:auto;
}
a {
  color:#1E90FF;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
  text-decoration:none;
  color:  #3454B4;
}
ul {
  padding:0;
  margin:0;
}
li {
  padding:0;
  margin:0;
  list-style:none;
}
p {margin:0 0 20px;
}
h1, h2, h3, h4, h5, h6 {
  margin-top:0;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform:uppercase;
  font-weight:700;
  color:#505050;
}
h1 {
  margin:0 0 26px;
  line-height:30px;
  font-size:30px;
}
h2 {
  position:relative;
  margin:0 0 26px;
  line-height:26px;
  font-size:26px;
}
h3 {
  margin:0 0 15px;
  line-height:20px;
  font-size:21px;
}
h4 {
  margin:0 0 15px;
  line-height:20px;
  font-size:18px;
}
h5 {
  line-height:20px;
  font-size:16px;
}
h6 {
  line-height:20px;
  font-size:14px;
}
::selection {
  background: #4fb4e7;
  color:#fff;
}
::-moz-selection {
  background: #4fb4e7; /* Firefox */
  color:#fff;
}
body {
  overflow-x:hidden;
  position:relative;
  margin: 0;
  padding:0;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight:400;
  font-size: 16px;
  line-height: 20px;
  color: #606060;
}

#page {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAAAAACo4kLRAAAAF0lEQVR4AWP4CQf/4WBoCyKYCOkhLQgAFBGJ0NmZHwYAAAAASUVORK5CYII=");
  background-repeat: repeat;
}

section {padding-bottom: 10px;
}

section.page-content {
  padding-bottom: 45px;
  margin-top: -50px;
}
.clear {
  clear:both;
  height:0;
  font-size:0;
}
.opacity {
  opacity: 0;
  filter: alpha(opacity=0);
}
.color_text {color:#4fb4e7;}
.color_dark {color:#505050;}
.color_light {color:#979797;}
.color_white {color:#fff;}

.color_bg {display:inline-block; background:#4fb4e7; color:#fff;}

.margbot0 {margin-bottom:0;}
.margbot5 {margin-bottom:5px !important;}
.margbot10 {margin-bottom:10px;}
.margbot20 {margin-bottom:20px;}
.margbot25 {margin-bottom:25px;}
.margbot30 {margin-bottom:30px;}
.margbot40 {margin-bottom:40px;}
.margbot50 {margin-bottom:50px;}
.margbot60 {margin-bottom:60px;}
.margbot70 {margin-bottom:20px;}

.pad0 {padding:0;}
.padbot0 {padding-bottom:0;}
.padbot10 {padding-bottom:10px;}
.padbot20 {padding-bottom:20px;}
.padbot30 {padding-bottom:30px;}
.padbot40 {padding-bottom:40px;}
.padbot50 {padding-bottom:50px;}
.padbot60 {padding-bottom:60px;}
.padbot70 {padding-bottom:70px;}
.padbot80 {padding-bottom:80px;}
.padtop0 {padding-top:0;}

.full_width {
  position: relative;
  margin-left: -30px;
  margin-right: -30px;
  margin-top: 0;
}
.overlay3,
.overlay2,
.overlay {
  position:absolute;
  z-index:1;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background-color: rgba(79,180,231,0.6);
}
.overlay2 {background-color:rgba(255,170,49,0.25);}
.overlay3 {background-color:rgba(255,170,49,0.5);}

.center {text-align:center;}
.right {text-align:right;}

.page_block {
  overflow-x:hidden;
  background-color:#fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.wrapper {
  padding-left: 15px;
  padding-right: 15px;
}

/* __________ Buttons __________ */
.btn {
  margin: 0;
  padding: 12px 28px 10px;
  border:0;
  border-radius: 0;
  box-shadow: none;
  text-transform:uppercase;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color:#fff;
  text-shadow: none;
  background-image: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.btn:focus,
.btn:hover {
  color:#fff;
  background-color: #4fb4e7;
}
.btn span {padding-left:8px;}
.btn-white {
  color:#505050;
  background:#fff;
}
.btn-light {
  color:#505050;
  background:#ddd;
}
.btn-dark {
  color:#fff;
  background:#505050;
}
.btn-dark:hover,
.btn-white:hover,
.btn-active {
  color: #fff;
  background: #4fb4e7;
}
.btn-active:hover,
.btn-default {background:#505050;}

.btn-lg {
  padding:15px 30px;
  text-transform:none;
  font-weight:400;
  font-size:15px;
  margin-top: 3px;
}
.btn-sm {
  padding: 3px 15px;
  font-size:11px;
}
.btn-xs {
  padding: 1px 5px;
  font-size:11px;
}

.ie .btn {filter:transparent !important;}


/* _________ //Buttons _________ */




/*-----------------------------------------------------------------------------------*/
/*  HEADER
/*-----------------------------------------------------------------------------------*/
.logo a {
  position:absolute;
  top:0;
  left:50%;
  margin-left:-220px;
}



/* __________ TOP LINE __________ */
#top_line {
  padding-left:30px;
  padding-right:30px;
  border-bottom:2px solid #e8e8e8;
}
#top_line p {
  font-size: 22px;
  margin-bottom: 0;
  padding: 9px 0 13px;
}

/* __________ Socials __________ */
.top_social {height:42px; padding:6px 0;}
.top_social li {
  overflow:hidden;
  display:inline-block;
  margin:0 0 6px;
  padding-top:3px;
}
.top_social li a {
  display:block;
  width:30px;
  height:30px;
  background-repeat: no-repeat;
  background-image: none;
  transition: none;


}
.top_social li a.soc1 {background-position: 0 0;}
.top_social li a.soc1:hover {background-position: 0 -30px;}
.top_social li a.soc2 {background-position: -33px 0;}
.top_social li a.soc2:hover {background-position: -33px -30px;}
.top_social li a.soc3 {background-position: -66px 0;}
.top_social li a.soc3:hover {background-position: -66px -30px;}
.top_social li a.soc4 {background-position: -99px 0;}
.top_social li a.soc4:hover {background-position: -99px -30px;}
.top_social li a.soc5 {background-position: -132px 0;}
.top_social li a.soc5:hover {background-position: -132px -30px;}
.top_social li a.soc6 {background-position: -162px 0;}
.top_social li a.soc6:hover {background-position: -162px -30px;}




/*-----------------------------------------------------------------------------------*/
/*  MENU
/*-----------------------------------------------------------------------------------*/
.menu_block {background-color:#fff; padding-left:0px; padding-right:0px; z-index:999;}
.sticky-wrapper .menu_block {
  height:33px;
}


.is-sticky .menu_block {
  z-index:999;
  width:1170px;
  border-bottom:2px solid #ededed;
  height:60px;
}

.navbar-collapse {padding-right:0; padding-left:0; z-index: 999;}

/*
.navbar-nav {float:none;}
.navbar-nav li {
  position:relative;
  float:none;
  display:inline-block;
}
.navbar-nav li:before {
  content:'';
  position:absolute;
  right:0;
  top:50%;
  width:5px;
  height:5px;
  margin-top:-2px;
}
.navbar-nav li.mid_menu:before, .navbar-nav li.last:before {
  display:none;
}
.navbar-nav li a {
  border: 0 none;
  color: #505050;
  display: block;
  font-size: 13px;
  line-height: 20px;
  padding: 44px 11px 44px 20px;
  text-shadow: none;
  text-transform: uppercase;
  transition: color 0.3s ease-in-out 0s;
}



.navbar-nav ul li ul li {
    display: block;
    width: 100%
}

.navbar-nav li.first a {padding-left:0;}
.navbar-nav li.last a {padding-right:0;}

.mid_menu {margin-right:410px;}

/* __________ Submenu __________ */
/*
.sfHover ul {
  display:block;
}
.sub-menu ul {
  display: none;
  position: absolute;
  z-index: 99999;
  min-width: 185px;
  left: 0;
  top: 100%;
  padding: 0;
  margin: 0;
  background:#fafafa;
  border:1px solid #e3e3e3;
}

.sub-menu ul :hover{
  background: none repeat scroll 0 0 #fafafa;
  border: 1px solid #e3e3e3;
  display: block;
  left: 0;
  margin: 0;
  min-width: 185px;
  padding: 0;
  position: relative;
  top: 100%;
  z-index: 99999;
}





.sub-menu.last ul {right:0; left:auto;}
.sub-menu ul li  {
  margin:0;
  padding:0;
  width:100%;
  border-top: 0;
}
.sub-menu ul li:before,
.sub-menu li.last:after  {
  display:none;
}
.sub-menu ul li a {
  margin: 0 !important;
  padding: 12px 10px 9px 30px !important;
  text-transform: none;
  text-align:left !important;
  text-shadow: none;
  border:0 !important;
  border-bottom: 1px solid #e3e3e3 !important;
  width: 210px;
}
.sub-menu ul li a span {display:none !important;
}

/* _________ //Submenu _________ */

/* __________ Mega Menu ________ */
ul.mega_menu {
  width:500px;
  padding:10px;
  text-align:left !important;
}
ul.mega_menu h5 {margin-bottom:5px; font-weight:400;}
ul.mega_menu h4 {margin-bottom:10px; padding-bottom:10px; border-bottom:1px solid #e3e3e3; font-weight:400;}
ul.mega_menu li.col {
  float:left;
  width:33%;
  padding-right:10px;
}
ul.mega_menu li ol {padding-left:0;
}
ul.mega_menu li ol li a {
  border:0 !important;
  padding:2px 5px 2px 0 !important;
}

/* _________ //Mega Menu _______ */

/* __________ Fixed Menu Style __________ */
.fixed-menu {
  position:fixed;
  z-index:99999;
  left:50%;
  top:-100px;
  width:100%;
  background:#fff;
  opacity: 0;
  filter: alpha(opacity=0);
  border-bottom:2px solid #ececec;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.fixed-menu #top_line {display:none !important;}
.fixed-menu.fixed_show {
  top:0px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.fixed-menu-wrapper {
  padding: 20px 0;
}
.fixed-menu .logo a {
  line-height:50px;
  font-size:40px;
}
.fixed-menu .navbar-nav li a {
  padding-top:15px;
  padding-bottom:15px;
}
.fixed-menu .sub-menu ul li a {
  padding-top:7px;
  padding-bottom:7px;
}

/* _________ //Fixed Menu Style _________ */






/*-----------------------------------------------------------------------------------*/
/*  SERVICES
/*-----------------------------------------------------------------------------------*/
.service_item {
  overflow:hidden;
  position:relative;
  display: block;
  margin-bottom:10px;
  padding:30px 0 30px 125px;
  background-color:#4fb4e7;
}
.service_item:hover {background-color:#ffaa31 !important;}
.service_item .icon_block {
  position:absolute;
  left:0;
  top:0;
  display:block;
  width:100px;
  height:100px;
  margin:-10px 0;
  background-repeat:no-repeat;
  -webkit-transition: all 600ms linear;
    -moz-transition: all 600ms linear;
    -o-transition: all 600ms linear;
    -ms-transition: all 600ms linear;
    transition: all 600ms linear;
}

.service_item:hover .icon_block{
  -webkit-animation: moveFromBottom 300ms ease;
    -moz-animation: moveFromBottom 300ms ease;
    -ms-animation: moveFromBottom 300ms ease;
}

.service_item h4 {
  margin:0;
  color:#fff;
}

@-webkit-keyframes moveFromBottom {
    from { -webkit-transform: translateY(100%) scale(2);}
    to {-webkit-transform: translateY(0%) scale(1);}
}
@-moz-keyframes moveFromBottom {
    from {-moz-transform: translateY(100%) scale(2);}
    to {-moz-transform: translateY(0%) scale(1);}
}
@-ms-keyframes moveFromBottom {
    from {-ms-transform: translateY(100%) scale(2);}
    to {-ms-transform: translateY(0%) scale(1);}
}





/*-----------------------------------------------------------------------------------*/
/*  AWESOME FEATURES
/*-----------------------------------------------------------------------------------*/
.info_box_block {
  padding:0px;
  margin-top: 10px;
  background-color:#428bca;
  background-repeat:no-repeat;
  background-size:cover;
}





/*-----------------------------------------------------------------------------------*/
/*  NEWSLETTERS
/*-----------------------------------------------------------------------------------*/
.newsletters_block {padding:19px; background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWM4c+bMfwZ0QJogAMu5DY0tjlCLAAAAAElFTkSuQmCC);}
.newsletters_content {border:1px solid #e3e3e3; padding:24px 30px 19px; background-color:#fff;}
.newsletters_block h2 {margin: 3px 0 2px; font-size:20px;}
.newsletters_block p {margin-bottom:5px; line-height:15px;}
.newsletters_block .btn {
  padding:15px 60px;
  font-weight:700;
  font-size:16px;
  margin-top: 0;
}
.newsletters_block .btn:hover {background-color:#ffaa31; color:#fff;}
.newsletters_block input[type="text"] {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  vertical-align: middle;
  width: 100%;
}




/*-----------------------------------------------------------------------------------*/
/*  LATEST WORK
/*-----------------------------------------------------------------------------------*/
.relative_content {position:relative; z-index:2;}

/* __________ jCarousel __________ */
.jcarousel-wrapper {position: relative;}
.jcarousel {position: relative; overflow: hidden; width: 100%; padding-bottom:71px;}
.jcarousel ul {width: 20000em; position: relative;}
.jcarousel li {float: left; width:255px; margin-right:30px;}

.jcarousel-control-prev,
.jcarousel-control-next {
  display:inline-block;
  width:33px;
  height:33px;
  margin:0 -1px;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 33px;
  text-align:center;
  color:#fff;
  background-color:#4fb4e7;
}
.jcarousel-control-prev:hover, .jcarousel-control-next:hover {background-color:#ffaa31; color:#fff;}
.jcarousel-control-prev:before {content: "\e079";}
.jcarousel-control-next:before {content: "\e080";}
.jcarousel-control-prev.inactive, .jcarousel-control-next.inactive {cursor: default;}
.jcarousel-control-prev:focus, .jcarousel-control-next:focus {color:#fff;}
.jcarousel-control-prev.inactive:hover, .jcarousel-control-next.inactive:hover {background-color:#4fb4e7;}

.product_page .jCarousel_pagination {position:relative; z-index:2; margin:-52px 0 52px;}
.product_page .jcarousel {padding-bottom:0;}

/* _________ //jCarousel __________ */

.projects_block {
  padding:30px 30px 0;
  background-repeat:no-repeat;
  background-size:cover;
  -webkit-background-size: cover !important;
  background-color:#428bca;
}
.projects_block .hover_img {
  overflow:hidden;
  width:255px;
  height:243px;
  background-color:#4fb4e7;
}
.projects_block .hover_img img {
  width:auto;
  max-width:none;
  height:100%;
  opacity:0.88;
}
.projects_block .project_item {position:relative; overflow:hidden;}
.projects_block .project_item .project_descr {
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  padding:0;
  background-color:rgba(255,170,49,0.83);
  border:0;
  opacity:0;
  transform: scale(2);
  -webkit-transform: scale(2);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.projects_block .project_item:hover .project_descr {
  opacity:1;
  transform: scale(1);
  -webkit-transform: scale(1);
}
.projects_block .project_item .project_descr .project_descr_content {
  margin-top:50%;
  color:#fff;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.projects_block .project_item .project_descr .project_descr_content h4 {margin-bottom:0;}
.projects_block .project_item .project_descr .project_descr_content h4 a {color:#fff;}





/*-----------------------------------------------------------------------------------*/
/*  LATEST NEWS
/*-----------------------------------------------------------------------------------*/
.latest_news_item {margin-bottom:15px;}
.latest_news_item .recent_post {
  overflow:hidden;
  position:relative;
  display:block;
  width:160px;
  height:160px;
  margin:0 20px 10px 0;
  background-color:#4fb4e7;
}
.latest_news_item .recent_post img {
  width:auto;
  height:100%;
  opacity:0.86;
  filter: alpha(opacity=86);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.latest_news_item:hover .recent_post img {
  opacity:0.25;
  filter: alpha(opacity=25);
}
.news_content {margin-top:-5px;}
.latest_news_item .recent_post_title {text-transform:uppercase;font-size:14px;}
.recent_post_inf li {display:inline-block; padding:0 20px 11px 0;}
.recent_post_inf, .recent_post_inf a {font-size:12px; color:#979797;}
.recent_post_inf a:hover {color:#4fb4e7;}
.recent_post_inf li span {padding-right:11px;}
.recent_post_txt {padding-bottom:6px;}
.recent_post_read {text-transform:uppercase;}

/* Footer News */
footer .latest_news_item {margin-bottom:20px;}
footer .latest_news_item .recent_post {width:80px; height:80px;}
footer .latest_news_item .recent_post {background-color:#ffaa31;}
footer .latest_news_item .recent_post_title {color:#e2e1e1;}
footer .latest_news_item:hover .recent_post_title {color:#4fb4e7;}
footer .recent_post_inf li {padding:0 0 9px; color:#ffaa31;}
/* //Footer News */





/*-----------------------------------------------------------------------------------*/
/*  FOOTER
/*-----------------------------------------------------------------------------------*/
footer {
  overflow:hidden;
  padding:47px 24px 30px;
  background-color:#333;
  color:#979797;
}
footer a {color:#979797;}
footer h2 {font-size:20px; color:#f2f1e6;}
footer h3 {margin-bottom:11px; font-size:16px; color:#4fb4e7;}

.contact_info li span {text-transform:uppercase; font-size:14px; color:#e2e1e1;}

.copyright {
  padding:25px 0 20px;
  color:#797979;
}
.copyright span {color:#4fb4e7;
}
footer .logo {padding-bottom:8px;
}
footer .logo a {
  line-height:36px;
  color:#fff;
}

/* __________ Tags __________ */
.tags a {
  display:inline-block;
  margin-bottom:4px;
  padding:3px 9px;
  line-height:24px;
  color:#505050;
  background:#ddd;
}
#sidebar .tags a:hover,
.tags a:hover {
  background: #4fb4e7;
  color:#fff;
}

/* _________ //Tags _________ */

/* __________ Contact Form __________
textarea,
input[type="text"] {
  width:218px;
  margin:0 1px 4px 0;
  margin-top:0 !important;
  padding: 11px 20px 12px;
  text-transform:none;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight:400;
  line-height:20px;
  font-size: 12px;
  color: #8d8d8d;
  font-style:normal;
  border-radius: 0;
  background: #f4f4f4;
  border: 1px solid #ccc;
  box-shadow: none;
}
textarea {
  overflow:hidden;
  min-height:95px;
  resize: none;
  width:441px;
}
textarea,
input[type="text"].last {margin-right:0;
}


textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  outline: 0;
  box-shadow: none;
  border: 0;
}
*/

footer textarea,
footer input[type="text"] {
  width:218px;
  margin:0 1px 4px 0;
  margin-top:0 !important;
  padding: 6px 11px 7px;
  text-transform:none;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight:400;
  line-height:20px;
  font-size: 13px;
  color: #9a9a9a;
  font-style:normal;
  border-radius: 0;
  background: #3d3d3d;
  border: 0;
  box-shadow: none;
}
footer textarea {
  overflow:hidden;
  min-height:95px;
  resize: none;
  width:441px;
}
footer textarea,
footer input[type="text"].last {margin-right:0;
}

.contact_btn {
  display:block;
  cursor:pointer;
  margin: 0;
  padding:0 13px;
  border: 2px solid #3d3d3d;
  border-radius: 0;
  box-shadow: 0;
  text-align:center;
  text-shadow:none;
  text-decoration:none;
  text-transform:uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight:400;
  line-height:21px;
  font-size:13px;
  color:#c5c5c5;
  background: #3d3d3d;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.contact_btn:hover {
  background: none;
  color:#4fb4e7;
  border-color: #4fb4e7;
}

.notification_error {
  color:#4fb4e7;
}


/* _________ //Contact Form _________ */



/*-----------------------------------------------------------------------------------*/
/*  ABOUT
/*-----------------------------------------------------------------------------------*/
.breadcrumbs_block {
  margin-top:80px;
  margin-bottom:60px;
  padding:25px 30px;
  background-color: #4fb4e7;
  color:#fff;
}
.breadcrumbs_content {position:relative; z-index:2;}
.breadcrumbs_block h1 {
  margin-bottom:0;
  color:#fff;
}
.breadcrumb {
  margin:0;
  background: none;
  border-radius:0;
  padding:0;
}
.breadcrumb > li + li:before {color:#fff;}
.breadcrumb li a {
  font-weight:700;
  color:#fff;
}
.breadcrumb li:last-child a {
  font-weight:400;
  color:#fff;
  cursor:default;
}

/* __________ Skills __________ */
.skill_in {margin-bottom: 10px;
}
.skill-bar {
  width:100%;
  height:35px;
  position: relative;
  z-index:10;
  background: #eee;
}
.skill-bar span {
  display:inline-block;
  padding:7px 0 0 15px;
  color:#fff;
}
.progress-complete {
  display: block;
  width:0;
  height:100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: #4fb4e7;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.progress-complete:before {
  content: attr(data-hover);
  position:absolute;
  top: 7px;
  right:15px;
  display:block;
  padding:0;
  color:#fff;
}
/* _________ //Skills _________ */

/* __________ Accordion __________ */
#accordion .ui-accordion-header,
.shortcode_toggles_item_title {
  position:relative;
  margin-bottom:10px;
  padding: 17px 30px 16px;
  font-weight:400;
  font-size:14px;
  color:#fff;
  background:#505050;
  cursor:pointer;
  outline:none !important;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
#accordion .ui-accordion-header:hover,
#accordion .ui-accordion-header.ui-accordion-header-active,
.shortcode_toggles_item_title:hover,
.shortcode_toggles_item_title .ui-state-active {
  background:#4fb4e7;
  color:#fff;
}
#accordion .ui-accordion-header .ui-icon,
.shortcode_toggles_item_title .ui-icon {
  position:absolute;
  top: 17px;
  right:20px;
  vertical-align:top;
  width:20px;
  height:20px;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 16px;
  font-size:12px;
}
#accordion .ui-accordion-header .ui-icon:before {
  position:absolute;
  content: "\e080";
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
#accordion .ui-accordion-header.ui-accordion-header-active .ui-icon:before {
  transform: rotate(90deg);
}

.shortcode_toggles_item_title .ui-icon:before {
  position:absolute;
  content: "\e114";
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.shortcode_toggles_item_title.ui-state-active .ui-icon:before {
  transform: rotate(-90deg);
}

.shortcode_toggles_item_body {padding-bottom:20px;}
.shortcode_toggles_shortcode .ip,
#accordion .ui-accordion-content {
  padding:17px 10px 8px 30px;
}

/* _________ //Accordion _________ */


/* __________ Our Team __________ */
.crewman_foto {
  margin-bottom:20px;
  background:none;
}
.crewman_foto img {

}
.crewman h3 {margin-bottom:0;
}
.crewman p {margin-bottom:10px;
}
.crewman .top_social {
  padding:15px 0;
}
.crewman .top_social li {
  margin:0 0 0 4px;
}
/* _________ //Our Team _________ */





/*-----------------------------------------------------------------------------------*/
/*  404 ERROR
/*-----------------------------------------------------------------------------------*/
.block_404 {
  padding:0;
}
.search_btn {
  display:inline-block;
  cursor:pointer;
  vertical-align: top;
  margin: 0;
  padding: 6px 20px 7px;
  border: 0;
  border-radius: 0;
  box-shadow: 0;
  text-align:center;
  text-shadow:none;
  text-decoration:none;
  text-transform:uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight:400;
  line-height:21px;
  font-size:13px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}




/*-----------------------------------------------------------------------------------*/
/*  TYPOGRAPHY
/*-----------------------------------------------------------------------------------*/
.list1 li {
  list-style:disc inside;
  color:#505050;
}
.list2 li {
  list-style:circle inside;
  color:#505050;
}
.list3 li {
  list-style:decimal inside;
  color:#505050;
}
.list4 li b.glyphicon {
  padding-right:15px;
  line-height:18px;
  color:#505050;
  font-size:9px;
}
.list1 li span, .list2 li span, .list3 li span {color:#979797;
}

.dropcap {
    display: block;
    float: left;
  margin:0 13px 0 0;
    font-family: 'Source Sans Pro', sans-serif;
  text-transform:uppercase;
  font-weight:600;
    font-size: 43px;
    line-height: 55px;
    padding-top: 0;
}
.dropcap.type4 {
    display: block;
    float: left;
    font-family: 'Yesteryear', cursive;
  text-transform:uppercase;
  font-weight:400;
    font-size: 43px;
    line-height: 55px;
    padding: 0 22px 0 21px;
}

blockquote {
  position:relative;
  padding-top:0 !important;
  padding-left:40px !important;
  border: 0 !important;
}
blockquote:before {
  content:'"';
  position:absolute;
  left:0;
  top:0;
  line-height:70px;
  font-size:90px;
}
blockquote.pull-right {
  padding-right: 0 !important;
  margin-left: 20px !important;
}
blockquote.type1:before {color:#505050;
}
blockquote.type2:before {color:#979797;
}
blockquote p {
  margin-bottom:10px;
  font-weight:inherit;
  line-height: inherit;
  font-size: inherit;
}
blockquote.pull-right p, blockquote.pull-right small {text-align:left !important;
}
blockquote .author {color:#cecece;
}



/*-----------------------------------------------------------------------------------*/
/*  SHORTCODES
/*-----------------------------------------------------------------------------------*/
.example_col [class^="col-"] {
  padding-top:15px;
  padding-bottom:15px;
  background:#f9f9f9;
  border:1px solid #ddd;
}

hr {border-color:#ececec;}
.divider_light {border-color:#979797;}
.divider_dark {border-color:#505050;}
.divider_colored {border-color:#4fb4e7;}

.alert {
  background-image: inherit !important;
  border: 0;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0;
}
.close {
  font-weight:400;
  opacity: 1;
  filter: alpha(opacity=100);
  text-shadow: none;
}

.frame340 iframe {
  width:340px;
  height:191px;
  margin:7px 21px 10px 0;
}
.pull-right.frame340 iframe {
  margin:7px 0 10px 21px;
}

/* __________ Price Table __________ */
.module_price_table {
  overflow:hidden;
}
.price_item {
  display:inline-block;
  float:left;
  width:20%;
}
.price_item .price_item_wrapper {
  padding-left:1px;
}
.price_item:first-child .price_item_wrapper {
  padding-left:0;
}
.price_item_title {
  background:#505050;
  padding:13px 20px;
  text-align:center;
}
.price_item_title h6 {
  color:#dddddd;
  font-size:16px;
  line-height:18px;
  margin:0;
  font-weight:400;
}
.most_popular .price_item_title h6 {
  color:#ffffff;
}
.price_item_cost {
  padding:22px 20px 11px 20px;
  text-align:center;
}
.price_item_cost h2 {
  font-size:30px;
  line-height:32px;
  font-weight:700;
  color:#505050;
}
.price_item_cost h2 span {
  font-size:16px;
  line-height:32px;
  font-weight:400;
  color:#505050;
  text-transform:none;
}
.price_item_text {
  background:#dddddd;
  color:#505050;
  text-align:center;
  line-height:16px;
  padding:9px 20px 11px 20px;
  margin-bottom:1px;
}
.most_popular .price_item_text {
  background:#ededed;
}
.price_item_btn a {
  font-size:11px;
  text-align:center;
  text-transform:uppercase;
  display:block;
  font-weight:700;
}
.most_popular .price_item_btn a,
.price_item_btn a:hover {
  background:#4fb4e7;
  color:#ffffff;
}
.most_popular .price_item_title {
  background:#4fb4e7;
}
.most_popular .price_item_cost h2,
.most_popular .price_item_cost h2 span {
  color:#4fb4e7;
}
/* _________ //Price Table _________ */

/* __________ Icons __________ */
.icons_block li {
  float:left;
  width: 20%;
  padding-bottom:3px;
}
.icons_block li span {
  padding-right:7px;
  color:#444;
}
/* _________ //Icons _________ */

/* __________ Testimonials __________ */
.testimonials_item p {margin-bottom:7px;}
.testimonials_item .testimonials_author span {color:#ffaa31; font-size:14px;}
/* _________ //Testimonials _________ */





/*-----------------------------------------------------------------------------------*/
/*  BLOG
/*-----------------------------------------------------------------------------------*/
.blog_post,
.post {padding-bottom:30px;
}
.portfolio_post h2,
.blog_post h2,
.post h2 {
  margin-bottom:6px;
}
h2 .glyphicon {
  vertical-align:top;
  padding:2px 7px 0 0;
  font-size:15px;
}
.post p {margin-bottom:7px;
}
.post_meta {
  padding-bottom:13px;
}
span.sep {
  padding:0 8px;
}
.post_img {margin-bottom:12px;
}
.post_img iframe {
  height:350px;
}

/* __________ Comments __________ */
#comments ol {
  padding:0;
  margin:0;
  list-style:none;
}
#comments li {
  padding:0 0 20px 0;
}
.avatar {
  margin-right:11px;
}
.comment_right {display:table;
}
.comment_info {
  padding-bottom:7px;
  color:#b9b9b9;
}

#comments ol li ul li {
  padding:20px 0 0 30px;
  margin:0;
}

.leave_comment input[type="text"] {width:32.8%;
}
.leave_comment textarea {
  width:99.5%;
  min-height: 130px;
}
/* _________ //Comments _________ */

/* __________ Pagination __________ */
.pagination li a:focus,
.pagination li a {
  display:block;
  margin:0 5px 5px 0;
  padding: 6px 12px;
  border-radius: 0 !important;
  border:0;
  background:none;
  color:#9c9c9c;
}
.pagination li.active a:focus,
.pagination li.active a:hover,
.pagination li a:hover,
.pagination li.active a {
  background:#ddd;
  color:#444;
}
.pagination li.next a:hover,
.pagination li.prev a:hover {
  background:none;
  color:#444;
}

/* _________ //Pagination _________ */

/* __________ Sidebar __________ */
.sidepanel {
  margin-bottom:35px;
}

/* Flickr */
.flickrs {margin-right:-10px;
}
.FlickrImages li {
  margin:2px 5px 3px 0 !important;
  padding:0 !important;
  float:left;
  border:0 !important;
}
.FlickrImages li a {
  overflow:hidden;
  display:block;
  width:60px;
  height:60px;
  background-color:#ffaa31;
}
.FlickrImages li a img {
  width:60px;
  height:60px;
  border:0;
  opacity: 0.86;
  filter: alpha(opacity=86);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.FlickrImages li a:hover img {
  opacity: 0.17;
  filter: alpha(opacity=17);
}

footer .FlickrImages {padding-right:70px;}
footer .FlickrImages li a {
  width:63px;
  height:63px;
}
footer .FlickrImages li a img {
  width:64px;
  height:auto;
}

.copyright_logo, .copyright_logo:focus {text-transform:none; color:#797979;}

/* //Flickr */

#sidebar input {width:67%;}
#sidebar .search_form .btn {width:30%; padding-left:10px; padding-right:10px;}
.popular_products li,
.recent_posts li {margin-bottom:10px;
}
.popular_products .popular_product_img img {width:70px;}
.popular_product_descr,
.recent_posts_content {padding-left:85px;
}
.popular_product_descr a.title,
.post_title {
  display:block;
  margin-bottom:8px;
}
.popular_product_descr span.price {display:block; padding-top:7px;}

/* Tweets */

#sidebar .tweet_module .tweet_list li {
  margin-bottom:14px;
  padding-left:30px;
  padding-bottom:10px;
  border-bottom: 1px solid rgba(255,255,255,0.21);
  background-repeat: no-repeat;
  background-position:left top;
}
.tweet_module .tweet_list li:last-child {
  padding-bottom:0;
  border-bottom:0;
}
.tweet_module .tweet_time {display:block;}
footer .tweet_module .tweet_time a {color:#4fb4e7;}

.tweet_module.index_page {
  padding:28px 30px 26px;
  background-color:#4fb4e7;
  color:#fff;
}
.tweet_module.index_page .tweet_list li {
  margin:0;
  padding:0 0 0 40px;
  background-repeat:no-repeat;
  background-position:left bottom;
}
.tweet_module.index_page .tweet_time {position:relative; display:inline-block; padding-left:20px;}
.tweet_module.index_page .tweet_time a {color:#fff;}
.tweet_module.index_page .tweet_time:before {
  content:'';
  position:absolute;
  left:4px;
  top:9px;
  width:13px;
  height:1px;
  background-color:#fff;
}

/* //Tweets */

/* _________ //Sidebar _________ */







/*-----------------------------------------------------------------------------------*/
/*  PORTFOLIO
/*-----------------------------------------------------------------------------------*/
/* __________ Isotope Styles __________ */
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
          transition: none;
}

/* __________ Filter __________ */

#filter li {display:inline-block; margin-bottom:4px;
}
#filter li a {
  display:block;
  padding:6px 12px;
  border: 0;
  background-color:#f4f4f4;
}
#filter li a.selected {background-color:#4fb4e7; color:#fff;}
#projects .columns1 .project {
  width:100%;
}
#projects .columns1 .hover_img {margin-bottom:10px;
}

.load_more_cont {
  width:100%;
  padding:10px 0 0;
}


/* __________ Portfolio Item __________ */
.portfolio_block .project  .hover_img {position:relative; background-color:#4fb4e7;}
.portfolio_block .project .hover_img img {
  opacity:0.88;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.portfolio_block .project:hover .hover_img img {opacity:0.17;}
.portfolio_block .hover_img .zoom {
  display:block;
  position:absolute;
  z-index:100;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background: rgba(0,0,0,0);
}
.portfolio_block .project_descr {
  position:relative;
  padding:37px 10px 14px;
  color:#979797;
  background-color:#f4f4f4;
  border-bottom:2px solid #ededed;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.portfolio_block .project:hover .project_descr {border-bottom-color:#4fb4e7;}
.portfolio_block .project_descr h4 {margin-bottom:11px; font-weight:400;}
.portfolio_block .project:hover .project_descr h4 a {color:#4fb4e7;}






/*-----------------------------------------------------------------------------------*/
/*  SHOP
/*-----------------------------------------------------------------------------------*/
.sorting_options {
  margin-bottom:30px;
  padding:10px 15px;
  background:#f4f4f4;
  border-bottom:2px solid #ededed;
}
.sorting_options_text {
  display:inline-block;
  vertical-align:top;
  padding:5px 20px 5px 0;
}
.sorting_options .btn {
  vertical-align:top;
  margin-right:20px;
  padding:5px 20px;
}

#toggle-sizes {display:inline-block; padding-left:17px;}
#toggle-sizes a {
  display:inline-block;
  width:30px;
  height:30px;
  color:#ddd;
  font-size:21px;
  line-height:30px;
}
#toggle-sizes a:hover {color:#797979;}
.sorting_options .pagination {margin:0; border-radius:0;}
.sorting_options .pagination li a {margin-bottom:0;}

/* __________ Sorting __________ */
.product_sort {position:relative; display:inline-block;}
.filter_btn {
  min-width:200px;
  height:30px;
  padding:0 0 0 20px;
  background-color:#fff;
  cursor:pointer;
}
.filter_btn span.glyphicon {
  padding-right:10px;
  line-height:30px;
  font-size:9px;
  color:#797979;
}
.product_sort #filter {
  position:absolute;
  z-index:500;
  top:31px;
  left:0;
  min-width:200px;
}
.product_sort #filter li {
  display:block;
  margin:0;
}
.product_sort #filter li a {
  display:block;
  margin:0;
  padding-left:20px;
  text-align:left;
  background-color:#e3e3e3;
  color:#505050;
}
.product_sort #filter li a:hover,
.product_sort #filter li a.selected {
  color:#4fb4e7;
  background-color:#e3e3e3;
}

.size_btn a {
  display:inline-block;
  text-transform:none;
  font-size:13px;
  cursor:pointer;
  color:#979797;
}
.size_btn a .glyphicon {padding-right:10px; color:#e3e3e3;}
.size_btn a .glyphicon:before {
  content: "\e012";
}
.size_btn a .glyphicon.glyphicon-th:before {
  content: "\e011";
}

/* _________ //Sorting _________ */

/* __________ Product __________ */
.product_item {overflow:hidden; position:relative;}
.product_item .hover_img {width:100%; background-color:#4fb4e7;}
.product_item .hover_img img {opacity:0.88;}
.product_item .project_descr {
  position:absolute;
  left:0;
  bottom:-120px;
  width:100%;
  padding:25px 10px 24px;
  color:#979797;
  background-color:#fff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.product_item .project_descr h4 {
  margin-bottom: 11px;
  font-weight:400;
}
.product_item:hover .project_descr {bottom:0;}
.product_item .project_descr p {display:none;}
.product_item .item_btn_in {
  position:absolute;
  top:-100px;
  left:0;
  right:0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.product_item:hover .item_btn_in {top:34%;}
.product_item .item_btn_in a.btn {
  padding:10px 20px;
  text-transform:uppercase;
  font-size:15px;
}
.product_item .item_btn_in a.btn:focus,
.product_item .item_btn_in a.btn:hover {
  border-color:#fff;
}
/* _________ //Product _________ */

/* __________ Resized __________ */
.variable-sizes .element {width:100% !Important;}
.variable-sizes .hover_img {float:left; width:255px !Important; margin-right:30px;}
.variable-sizes .product_item .item_btn_in {
  bottom:15px;
  right:15px;
  left:auto;
  top:auto;
}
.variable-sizes .product_item .item_btn_in a.btn {
  border:0;
  background-color:#f4f4f4;
  color:#505050;
}
.variable-sizes .product_item .item_btn_in a.btn:hover {
  color:#fff;
  background-color:#4fb4e7;
}
.variable-sizes .project_descr {
  position:static;
  float:left;
  width:65%;
  padding-top:0;
  padding-left:0;
  padding-bottom:60px;
  text-align:left;
  border:0;
  background-color: transparent;
  transition: none;

}
.variable-sizes .product_item .project_descr span {display:block; margin:-5px 0 20px;}
.variable-sizes .product_item .project_descr p {display:block;}
/* _________ //Resized _________ */

/* __________ Shopping Cart __________ */
#cart {
  padding: 18px;
  background-color: #f4f4f4;
  border-bottom:2px solid #ededed;
}
#cart .close {color:#f00;}
.cart-items {
  border-bottom: 1px solid #ededed;
  padding: 0 0 10px 0;
}
.cart-items li {margin: 0 0 10px 0;
}
.cart-items li:last-child {margin: 0;
}
.cart-item-amount {
  display: block;
  font-size: 12px;
}
.cart-subtotal {
  display: block;
  margin: 8px 0;
}
.cart-subtotal strong {color: #505050; font-weight:400;
}

/* __________ Price Filter __________ */
#price-range input {
  padding: 0;
  background: 0;
  border: 0;
  box-shadow: none;
  margin: 2px 0 0 7px;
  width: 100px;
  height:20px;
}
#price-range label {
  float: left;
  font-weight:400;
  color:#505050;
}
.padding-range {
  padding: 0 8px;
}
#slider-range {
  margin: 0 0 16px 0;
}
#price-range .ui-slider {
  position: relative;
  text-align: left;
}
#price-range .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 17px;
  height: 17px;
  margin-top: 1px;
  cursor: w-resize;
  transition: none !important;
  -webkit-transition: !important;
}
#price-range .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  height: 14px;
  display: block;
  border: 0;
  background-position: 0 0;
}
#price-range .ui-widget-content {
  background-color: #f2f2f2;
  padding: 2px 0;
}
#price-range .ui-widget-header {background: #4fb4e7;
}
#price-range .ui-state-default {background: #ddd;
}
#price-range .ui-slider.ui-state-disabled .ui-slider-handle,
#price-range .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
#price-range .ui-slider-horizontal {
  height: .8em;
}
#price-range .ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}
#price-range .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
#price-range .ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
#price-range .ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
/* _________ //Price Filter _________ */

/* __________ Product __________ */
.product_item2 {
  position:relative;
  border-width:4px;
  border-style:solid;
  border-color:transparent;
  transition: border-color 0.3s ease-in-out;
  -webkit-transition: border-color 0.3s ease-in-out;
}
.product_item2:hover {
  border-color:#4fb4e7;
}
.product_foto {display:block; background-color:#f5f5f5;}
.product_inf {padding:25px 5px 26px 20px;}
.product_inf h4 {margin-bottom:11px;}
.product_inf .price {margin-bottom:21px; font-size:17px;}
.old_price {float:left; padding-right:13px; text-decoration:line-through; font-size:17px; color:#797979;}
.product_inf .btn {
  top:0;
  margin-right:5px;
  padding:6px 8px;
  text-transform:uppercase;
  font-size:15px;
  color:#505050;
  border:2px solid #505050;
  background-color:transparent;
}
.product_inf .btn:hover {background-color:#4fb4e7; border-color:#4fb4e7; color:#fff;}
.product_inf .btn_com {
  margin-right:0;
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
}
.product_inf .btn_like2, .product_inf .btn_com {
  font-size:20px;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateX(-50%);
  -ms-transform: translateX( -50%);
  -webkit-transform: translateX(-50%);
}
.product_item2:hover .product_inf .btn_like2,
.product_item2:hover .product_inf .btn_com {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
}

.sale {
  position:absolute;
  z-index:10;
  left:0;
  top:10px;
  padding:9px 15px;
  text-transform:uppercase;
  font-weight:700;
  font-size:15px;
  color:#fff;
  background-color:#4fb4e7;
}

/* _________ //Product _________ */



/*-----------------------------------------------------------------------------------*/
/*  PRODUCT PAGE
/*-----------------------------------------------------------------------------------*/
/* __________ Rating __________ */
.rating {
  overflow: hidden;
  display: inline-block;
  margin-right:25px;
}
.rating-input {
  display:none;
  position: absolute;
  left: 0;
  top: -50px;
}
.rating:hover .rating-star:hover,
.rating:hover .rating-star:hover ~ .rating-star,
.rating-input:checked ~ .rating-star {
  color:#4fb4e7;
}
.rating-star,
.rating:hover .rating-star {
  float: right;
  display: block;
  margin:0 5px 0 0;
  width: 14px;
  height: 14px;
  line-height:12px;
  color:#e3e3e3;
  font-size:15px;
}
/* _________ //Rating _________ */

.type2 h2 {margin-bottom:15px;}
.type2 .rating:hover .rating-star:hover,
.type2 .rating:hover .rating-star:hover ~ .rating-star,
.type2 .rating-input:checked ~ .rating-star {
  color:#ffc24d;
}
.price_block {padding-top:11px;}
.type2 .product_price {
  line-height:27px;
  font-size:29px;
  color:#4fb4e7;
}
.type2 .old_price {
  padding-right:22px;
  line-height:27px;
  font-size:18px;
}
.color_choice li {
  display:inline-block;
  margin-right:6px;
  padding:1px;
  box-shadow: 0 0 0 1px #e4e4e4;
  transition: box-shadow 0.3s ease-in-out;
  -webkit-transition: box-shadow 0.3s ease-in-out;
}
.color_choice li:focus,
.color_choice li:hover {
  box-shadow: 0 0 0 1px #000;
}
.color_choice li a {
  display:block;
  width:21px;
  height:21px;
  border:1px solid #000;
}
.color_choice li.color1 a {background-color:#000;}
.color_choice li.color2 a {background-color:#fff; border-color:#e4e4e4;}
.color_choice li.color3 a {background-color:#cb3210; border-color:#cb3210;}

.quantity_block li {float:left;}
.quantity_block .product_inf {padding:0;}
.quantity_block .product_inf .btn_like2,
.quantity_block .product_inf .btn_com {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
}
.quantity {
  padding:8px 23px 8px 0;
  text-transform:uppercase;
  font-size:14px;
  color:#505050;
}

.quantity_block .product-amount form {
  overflow:hidden;
  position:relative;
  margin:0 20px 10px 0;
  border:1px solid #e6e6e6;
}
.quantity_block .product-amount input:focus,
.quantity_block .product-amount input {
  width: 85px;
  height:34px;
  margin:0;
  padding: 0 27px 0 10px;
  text-align: left;
  font-size:15px;
  color:#505050;
  border:0;
  background-color:#fff;
  background-repeat:no-repeat;
  background-position:right bottom;
}
.quantity_block .product-amount a {
  position:absolute;
  right:0;
  display:inline-block;
  vertical-align:top;
  width:27px;
  height:17px;
  line-height:17px;
  color:#fff;
  border:0;
  text-indent:-999px;
}
.quantity_block .product-amount a.plus {top:0;}
.quantity_block .product-amount a.minus {bottom:0;}

.quantity_block .product_inf .btn {border:2px solid #e4e4e4;}
.quantity_block .product_inf .btn.add_cart {border-color:#4fb4e7; color:#4fb4e7;}
.quantity_block .product_inf .btn.add_cart:hover {border-color:#4fb4e7; color:#fff; background-color:#4fb4e7;}
.quantity_block .product_inf .btn:hover {border-color:#505050; background-color:transparent; color:#505050;}







/*-----------------------------------------------------------------------------------*/
/*  RESPONSIVE STYLES
/*-----------------------------------------------------------------------------------*/

@media (max-width: 1024px) and (-webkit-min-device-pixel-ratio:0) {

/* __________ Top Slider __________ */
  .slide3 .flex_caption2 .slider_video iframe {height:254px;}
/* _________ //Top Slider _________ */

  #sidebar input {width:100%;}
  #sidebar .search_btn {width:100%;}

  .newsletters_block .btn {height:56px;}

}

@media (width: 768px) and (-webkit-min-device-pixel-ratio:0) {

/* __________ Top Slider __________ */
  .slide3 .flex_caption2 .slider_video iframe {height:196px;}
/* _________ //Top Slider _________ */

}

@media (max-width: 1024px) {
  .opacity { opacity: 1; filter: alpha(opacity=100);}

  .block_404 {min-height:300px !important;}
  .wrapper404 {padding-top:97px !important; padding-bottom:97px !important;}

  #sidebar .search_form .btn, #sidebar input[type="text"] {width:100%;}

}

@media (min-width: 992px) and (max-width: 1199px) {

  .logo a {top:11px; width:330px; margin-left:-177px;}

/* __________ Menu __________ */
  .is-sticky .menu_block {width:970px;}

  .mid_menu {margin-right:305px;}
  .navbar-nav li a {padding-left:28px; padding-right:33px;}
/* _________ //Menu _________ */

/* __________ Index Page __________ */
  .newsletters_block .btn {padding:15px 30px;}

  .awesome_features_block p.line1 span {width:285px; top:140px;}
/* _________ //Index Page _________ */


/* __________ Shop __________ */
  .product_item .item_btn_in a.btn {margin-bottom:5px; padding:3px 7px; font-size:13px;}
  .product_inf .btn {margin-bottom:5px;}
  .variable-sizes .hover_img {width:205px !important;}
/* _________ //Shop _________ */


}

@media (min-width: 768px) and (max-width: 991px) {

  .logo {float:none !Important; width:100%; text-align:center;}
  .logo a {position:static; display:inline-block; margin:0 0 -20px; width:320px;}

/* __________ Menu __________ */
  .is-sticky .menu_block {width:750px;}

  .mid_menu {margin:0;}
  .navbar-nav li.mid_menu:before {display:block;}
  .navbar-nav li a {padding:20px 35px 20px 30px;}
/* __________ Menu __________ */

/* __________ Index Page __________ */

  .newsletters_block .pull-left, .newsletters_block .pull-right {float:none !important;}
  .newsletters_block p {margin-bottom:20px;}
  .newsletters_block input[type="text"] {width:235px;}
  .newsletters_block .btn {padding:15px 40px;}

  .awesome_features_block p.line1 {left:0;}
  .awesome_features_block p.line1 span {width:195px; top:115px;}

  .awesome_features_block p.line2 {right:0;}
  .awesome_features_block p.line2 span {width:240px; top:55px;}

  .awesome_features_block p.line3 {right:0; bottom:5%;}
  .awesome_features_block p.line3 span {width:165px; bottom:50px;}

/* _________ //Index Page _________ */


/* __________ Shop __________ */
  #sidebar input, #sidebar .search_form .btn {width:100%;}
  .sorting_options .pagination {margin-top:15px;}
  .product_inf .btn {margin-bottom:5px;}
  .variable-sizes .hover_img {width:205px !important;}
  .variable-sizes .project_descr {width:274px;}
/* _________ //Shop _________ */

/* __________ Blog __________ */
  .leave_comment input[type="text"] {width:32.6%;}
/* _________ //Blog _________ */


  footer .FlickrImages {padding-right:0;}


}

@media (max-width: 767px) {
  .logo a {position:static; margin:0;}

  .top_social {float:none !important; height:auto; text-align:center;}
  #top_line p {float:none !important; text-align:center;}

/* __________ Menu __________ */
  .fixed-menu {display:none !important;}
  .navbar-toggle {
    position:relative;
    z-index:100;
    display:none;
    margin: 10px 0;
    padding:0;
    border:#cfcfcf 1px solid;
    border-radius:4px;
    box-shadow:inset #fbfbfb 0 1px 0;
    width:40px;
    height:40px;

    background-color:#efefef;
    background-image: linear-gradient(top, #f5f5f5, #e9e9e9);
    background-image: -webkit-linear-gradient(top, #f5f5f5, #e9e9e9);
    background-image: -moz-linear-gradient(top, #f5f5f5, #e9e9e9);
    background-image: -ms-linear-gradient(top, #f5f5f5, #e9e9e9);
    background-image: -o-linear-gradient(top, #f5f5f5, #e9e9e9);
  }
  .navbar-toggle:hover {
    background-color:#f5f5f5;
    background-image: linear-gradient(top, #e9e9e9, #f5f5f5);
    background-image: -webkit-linear-gradient(top, #e9e9e9, #f5f5f5);
    background-image: -moz-linear-gradient(top, #e9e9e9, #f5f5f5);
    background-image: -ms-linear-gradient(top, #e9e9e9, #f5f5f5);
    background-image: -o-linear-gradient(top, #e9e9e9, #f5f5f5);
  }
  .navbar-toggle span {font-size:20px; line-height:24px;}
  .navbar-nav {float:none; text-align:left; margin:0 0 20px;}
  .navbar-nav li {width:100%; padding-bottom:5px; background-color: #fff; padding-left: 25px;}
  .navbar-nav li:before {display:none;}
  .navbar-nav li a {padding:0; display:inline-block; border:0;}
  .sub-menu ul {display:block !important; position:static; border:0; padding-top:4px; padding-left:25px;}
  .sub-menu ul li a {border:0 !important; padding:0 !important; display:inline-block;}
  .sub-menu ul li a span {display:inline-block !important; padding:0 7px 0 3px;}

  /* Mega Menu */
  ul.mega_menu {width:100%;}

/* _________ //Menu _________ */

/* __________ Index Page __________ */
  .newsletters_block .pull-left, .newsletters_block .pull-right {float:none !important;}
  .newsletters_block p {margin-bottom:20px;}
  .newsletters_block input[type="text"] {width:235px; margin-bottom:10px;}


  .project_item {margin-bottom:30px;}

  .awesome_features_block h2 {position:static; padding-top:20px;}

  .awesome_features_block p {font-size:15px;}
  .awesome_features_block p.line1 {left:0;}
  .awesome_features_block p.line2 {right:0;}
  .awesome_features_block p.line3 {right:0;}
  .awesome_features_block p span, .awesome_features_block p span:before {display:none;}
/* _________ //Index Page _________ */


/* __________ Shortcodes __________ */
  .price_item {width:100%; float:none; margin-bottom:20px;}

  .icons_block li {width:100%;}
/* _________ //Shortcodes _________ */

/* __________ Shop __________ */
  .shop_block .col-xs-6 {width:49.8%;}
  .sorting_options .pagination {margin-top:10px;}
  #toggle-sizes {margin-top:10px;}
  .product_item .item_btn_in a.btn {margin-bottom:5px;padding:3px 8px; font-size:12px;}
  .sorting_options .btn {margin-top:10px;}
  .product_sort {margin-top:10px;}
  #toggle-sizes {display:none;}
/* _________ //Shop _________ */

/* __________ Blog __________ */
  .leave_comment input[type="text"] {width:99.5%;}
/* _________ //Blog _________ */


  footer .FlickrImages {padding-right:0;}



}

@media (max-width: 479px) {
  .top_social li {margin-left:3px;}

  .breadcrumb {float:left !important; padding-top:10px;}

  .logo {float:none !important; width:100%;}
  .logo a img {width:100%;}

/* __________ Menu __________ */

  /* Mega Menu */
  ul.mega_menu li.col {width:100%; float:none; padding-bottom:10px;}

/* _________ //Menu _________ */

  .service_item {width:100%; float:none;}


  .video_block {height:191px;}


  .latest_news_item .recent_post {float:none !important; width:100%; height:100%; margin-right:0;}
  .latest_news_item .recent_post img {width:100%;}
  .latest_news_item {margin-bottom:30px;}

/* __________ Shortcodes __________ */
  .nav-tabs li {float:none; width:100%;}

  .frame340 iframe {width:260px;}
/* _________ //Shortcodes _________ */

/* __________ Shop __________ */
  .product_sort {margin-top:10px;}
/* _________ //Shop _________ */

/* _________ Blog __________ */
  .post_img iframe {height:237px;}
/* ________ //Blog _________ */


  footer .latest_news_item .recent_post {float:left !important; margin-right:20px;}



/* __________ Bootstrap Style __________ */
  .col-ss-1, .col-ss-2, .col-ss-3, .col-ss-4, .col-ss-5, .col-ss-6, .col-ss-7, .col-ss-8, .col-ss-9, .col-ss-10, .col-ss-11 {float: left;}
  .col-ss-12 {width: 100%;}
  .col-ss-11 {width: 91.66666666666666%;}
  .col-ss-10 {width: 83.33333333333334%;}
  .col-ss-9 {width: 75%;}
  .col-ss-8 {width: 66.66666666666666%;}
  .col-ss-7 {width: 58.333333333333336%;}
  .col-ss-6 {width: 50%;}
  .col-ss-5 {width: 41.66666666666667%;}
  .col-ss-4 {width: 33.33333333333333%;}
  .col-ss-3 {width: 25%;}
  .col-ss-2 {width: 16.666666666666664%;}
  .col-ss-1 {width: 8.333333333333332%;}

}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* End WordPress Core Styles */










/* Scroll to top button styles */

.scroll-cover {
  background: none repeat scroll 0 0 #000;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 999;
}

.scroll-arrow {
    margin-left: -60px;
    margin-top: 6px;
    position: absolute;
}

.cd-top {
  display: inline-block;
  height: 60px;
  width: 60px;
  position: fixed;
  bottom: 40px;
  right: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  z-index:9999;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .7;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media (max-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 50px;
  }
}
@media (max-width: 768px) {
  .cd-top {
    right: 15px;
    bottom: 55px;
  }

}


/* End Scroll to top button styles */







/******************************* Bootstrap ************************************/
/* Fix for centered bootstrap columns */
.col-centered {
  float: none;
  margin: 0 auto;
}
/* End Fix */



/******************************* End Bootstrap ************************************/













/******************************* CF7 ***********************************/

/* General CF7 Styles */
div.wpcf7-response-output {
  float: right;
  margin: 0 !important;
}

span.wpcf7-list-item {
  display: block;
  float: left;
  margin-left: 0.5em;
  width: 26%;
}

@media (max-width: 600px) {
	span.wpcf7-list-item {
  		width: 81%;
}
}


.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea {
  display: inline !important;
  margin-bottom: 10px;
}

.wpcf7-form p {
  display: inline-block !important;
  margin: 0 0 20px;
  width: 100% !important;
}

.wpcf7-list-item-label {
  text-align: center;
}

.wpcf7-form {
  padding-bottom:40px;
}

 #sidebar input {
  width: 100%;
 }

 .form-control {
   width :80%;
   padding-left:10px;
   padding-right:10px;
 }

 .form-control-page {
   width :100%;
   padding-left:10px;
   padding-right:10px;
 }

 .form-control-page, .form-control-newsletter {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: block;
  font-size: 14px;
  height: auto;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  vertical-align: middle;
  width: 100%;
}

.wpcf7-captchac {
  position: relative;
  top: 6px;
  display: block;
  padding-bottom: 10px;
}

/* Fix for large radio and checkboxes in chrome */
.wpcf7-form input[type="radio"], .wpcf7-form input[type="checkbox"] {
  line-height: normal;
  margin: -6px 0 0;
  width: 20px !important;
}
/* End General CF7 Styles */




/****************************** End CF7 **********************************/






/******************************* Widgets ************************************/

/* Google Translator Plugin By V.J.Catkick Styles */
#widget_google_translate select {
  height: 35px;
  margin-bottom: 10px;
  width: 100% !important;
}
#widget_google_translate form {
  margin-top: -30px;
}
.google_translate_footer {
  margin-top: -45px;
}
/* End Google Translator Plugin By V.J.Catkick Styles */





/* Mortgage Calc Widget */
.srp_MortgageCalcwidget input[type="text"] {
  margin-right: -30px;
  width: 90px;
}

.srp_MortgageCalcwidget textarea, .srp_MortgageCalcwidget input[type="email"], .srp_MortgageCalcwidget input[type="tel"], .srp_MortgageCalcwidget input[type="phone"], .srp_MortgageCalcwidget input[type="text"] {
  float: left;
}


/******************************* End Widgets ************************************/








/******************************* Plugins ************************************/



/************** RSS/ Hungry Feed *****************/
.page-content .rss-title {
  font-size: 1.4em;
  line-height: 1;
  text-transform: capitalize;
}
.feed-thumb {
  margin-top: 10px;
}
audio {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
/************** End RSS Feed *****************/




/* Fix mortgage calc colors */
.srp_additional-info {
  color: #000 !important;
}

/* Mortgage Calc Widget */
.srp_MortgageCalcwidget input[type="text"] {
  margin-right: -30px;
  width: 90px;
}

.srp_MortgageCalcwidget textarea, .srp_MortgageCalcwidget input[type="email"], .srp_MortgageCalcwidget input[type="tel"], .srp_MortgageCalcwidget input[type="phone"], .srp_MortgageCalcwidget input[type="text"] {
  float: left;
}

.srp_additional-info {
  text-align: left;
}

/* End Mortgage Calc Widget */


/* Add background to school info */
.srp-tabs {
  background: #fff none repeat scroll 0 0;
}
/* End Add background to school info */





/* Fix walkscore button and input */
.walk-score-block {
	height:500px;
}
#ws-walkscore-tile input, #ws-walkscore-tile textarea {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  vertical-align: middle;
  width: 5%;
}

#ws-walkscore-tile {
  background: #fff !important;
  height: 350px !important;
}

#ws-street {
height: 33px !important;
  background-color: #fff;
  background-image: none;
  border: 1px solid #aaa;
  color: #757575;
  font: 11px/9px Verdana,Arial,Helvetica,sans-serif;
  left: 241px !important;
  letter-spacing: normal;
  margin: 0;
  outline: medium none;
  padding: 0;
  position: absolute;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  top: 0;
  vertical-align: baseline;
  white-space: normal;
  width: 315px !important;
  word-spacing: normal;
}
/* End Fix walkscore button and input */




/* Add background to Trulia graph image shortcode */
.trulia-img {
  background: #fff none repeat scroll 0 0;
  padding: 10px 20px 10px 10px;
}
/* End Add background to Trulia graph image shortcode */

/******************************* Plugins ************************************/



.widget-agent-logo img {
  margin-bottom: 35px;
}





/******************* IHF Stuff **************/
#ihf-main-container .radio input[type="radio"], #ihf-main-container .radio-inline input[type="radio"], #ihf-main-container .checkbox input[type="checkbox"], #ihf-main-container .checkbox-inline input[type="checkbox"] {
    height: 20px;
}

#ihf-main-container .form-inline .radio input[type="radio"], #ihf-main-container .form-inline .checkbox input[type="checkbox"] {
    float: left;
    margin-left: 0;
    margin-right: 10px;
    margin-top: 2px;
    display: inline;
    width: 20px;
}

.widget_ihomefindersocialwidget #social-icons {
  float: left;
  width: 100%;
}

#ihf-main-container .panel-body label {
  margin-bottom: 35px !important;
}

html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; }

  /* Styles that need to over ride the theme options */
  /* Fix optima search bar bg on front page */
  /* also handles header optima search bar */
	.optima-container {
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWM4c+bMfwZ0QJogAMu5DY0tjlCLAAAAAElFTkSuQmCC); 
		margin: -15px -30px -30px; 
	}
	.menu_block .optima-container {
		margin: 0 0 -25px;
	}
	@media (max-width: 1000px) {
		.optima-container {
			background-image:none; 
			margin:0;
		}
		.menu_block .optima-container { display:none; }
	}
  .optima #ihf-main-container label {color: #000 !important;}

  /* Fix text colors on IDX pages if page color is white */
  .Contact .col-lg-8 #ihf-main-container, .Contact .col-lg-8  #ihf-main-container label {color:#000 !important;}
  #ihf-detail-features-tab, #ihf-agent-sellers-rep {color: #000 !important;}
  #ihf-detail-navigation-top li a{color: #000 !important;}
  .well{background: #9E9E9E !important;}
  #ihf-main-container .mc-total{color: #000;}
  #ihf-main-container .table-condensed tbody > tr > td{color: #000;}
  #ihf-main-container .nav-tabs > li > a{color: #555555 ;}
  .ihf-container .ihf-refine-search-container .ihf-widget-label{color:#000 !important;}
  /* End Styles that need to over ride the theme options */


/* Change default link color for some elements */
.top_social li a, .team_social li a  {
  color: #505050;
}
.top_social li a:hover, .team_social li a:hover, .top_social li a:focus, .team_social li a:focus {
  text-decoration:none;
  color:  #000000;
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}





/* Scroll to top button styles */

.scroll-cover {
  background: none repeat scroll 0 0 #000;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 999;
}

.scroll-arrow {
    margin-left: -60px;
    margin-top: 6px;
    position: absolute;
}

.cd-top {
  display: inline-block;
  height: 60px;
  width: 60px;
  position: fixed;
  bottom: 40px;
  right: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  z-index:9999;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .7;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media (max-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 50px;
  }
}
@media (max-width: 768px) {
  .cd-top {
    right: 15px;
    bottom: 55px;
  }

}


/* Scroll to top button styles */






/* Fix mortgage calc colors */
.srp_additional-info {
  color: #000 !important;
}

/* Mortgage Calc Widget */
.srp_MortgageCalcwidget input[type="text"] {
  margin-right: -30px;
  width: 90px;
}

.srp_MortgageCalcwidget textarea, .srp_MortgageCalcwidget input[type="email"], .srp_MortgageCalcwidget input[type="tel"], .srp_MortgageCalcwidget input[type="phone"], .srp_MortgageCalcwidget input[type="text"] {
  float: left;
}

/* Form Styles for buttons and input fields */
input, textarea {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  vertical-align: middle;
  width: 100%;
}



input:focus, textarea:focus {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0 none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	background-color: #428bca;
  background-image: none;
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 14px;
  margin: 10px 0 0;
  padding: 12px 28px 10px;
  text-shadow: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  height: 45px;
}


button, html input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  background-color: #4fb4e7;
  color: #fff;
}


/* End Form Styles for buttons and input fields */




/* CSS for the menu and styles */

@import url(//fonts.googleapis.com/css?family=PT+Sans:400,700);
.breadcrumbs_block { margin-top:30px !important; margin-bottom:40px; }
.menu_block { z-index:999; }


#cssmenu {
  background: #4cb6ea none repeat scroll 0 0;
  box-sizing: content-box;
  display: block;
  font-family: "PT Sans",sans-serif;
  line-height: 1;
  margin: 0 0 10px;
  padding: 0;
  position: relative;
  width: auto;
}

#cssmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#cssmenu ul:after,
#cssmenu:after {
  content: ' ';
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#cssmenu ul li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
#cssmenu ul li a {
  text-decoration: none;
  display: block;
  margin: 0;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu ul li ul {
  position: absolute;
  left: -9999px;
  top: 60px;
}
#cssmenu ul li ul li {
  max-height: 0;
  position: absolute;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -ms-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
  background: #ffffff;
}
#cssmenu ul li ul li.has-sub:after {
  display: block;
  position: absolute;
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #000000;
  z-index: 1;
  top: 13px;
  right: 15px;
}
#cssmenu.align-right ul li ul li.has-sub:after {
  right: auto;
  left: 15px;
}
#cssmenu ul li ul li.has-sub:before {
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-left-color: #ffffff;
  z-index: 2;
  top: 15px;
  right: 15px;
}
#cssmenu.align-right ul li ul li.has-sub:before {
  right: auto;
  left: 15px;
  border-left-color: transparent;
  border-right-color: #ffffff;
}
#cssmenu ul li ul li a {
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  color: #000000;
  letter-spacing: 0;
  display: block;
  width: 170px;
  padding: 11px 0;
}
#cssmenu ul li ul li:hover > a {
	color:#4fb4e7;
}



#cssmenu ul li ul li.active > a {
  color: #000;
}
#cssmenu ul li ul li:hover:after,
#cssmenu ul li ul li.active:after {
  background: #4cb6ea;
}
#cssmenu ul li ul li:hover > ul {
  left: 100%;
  top: 0;
}
#cssmenu ul li ul li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu > ul > li {
  float: none;
  display: inline-block;
}
#cssmenu.align-center > ul > li {
  float: none;
  display: inline-block;
}
#cssmenu.align-center > ul {
  text-align: center;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul {
  float: right;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu.align-right ul ul li:hover > ul {
  right: 100%;
  left: auto;
}
#cssmenu.align-right ul ul li a {
  text-align: right;
}
#cssmenu > ul > li:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  z-index: 0;
  background: #ffffff;
  -webkit-transition: height .2s;
  -moz-transition: height .2s;
  -ms-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
}

#cssmenu > ul > li.has-sub > a:after {
  display: block;
  background: #ffffff;
  height: 12px;
  width: 12px;
  position: absolute;
  border-radius: 13px;
  right: 14px;
  top: 16px;
}
#cssmenu > ul > li.has-sub > a:before {
  display: block;
  border: 4px solid transparent;
  border-top-color: #4cb6ea;
  z-index: 2;
  height: 0;
  width: 0;
  position: absolute;
  right: 16px;
  top: 21px;
}
#cssmenu > ul > li > a {
  color: #ffffff;
  padding: 24px 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  z-index: 2;
  position: relative;
}
#cssmenu > ul > li:hover:after,
#cssmenu > ul > li.active:after {
  height: 100%;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #000000;
}
#cssmenu > ul > li:hover > a:after,
#cssmenu > ul > li.active > a:after {
  background: #000000;
}
#cssmenu > ul > li:hover > a:before,
#cssmenu > ul > li.active > a:before {
  border-top-color: #ffffff;
}
#cssmenu > ul > li:hover > ul {
  left: 0;
}
#cssmenu > ul > li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu > ul > li > a {
  display: block;
}
#cssmenu > ul > li {
  width: auto;
}
#cssmenu > ul > li > ul {
  width: 170px;
  display: block;
}
#cssmenu > ul > li > ul > li {
  width: 170px;
  display: block;
}

@media all and (max-width: 990px) {
  #cssmenu > ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.35s ease-out;
    -moz-transition: max-height 0.35s ease-out;
    -ms-transition: max-height 0.35s ease-out;
    -o-transition: max-height 0.35s ease-out;
    transition: max-height 0.35s ease-out;
  }
  #cssmenu > ul > li > ul {
    width: 100%;
    display: block;
  }

  #cssmenu ul li ul {
    top: auto !important;
  }
  #cssmenu.align-right ul li a {
    text-align: left;
  }
  #cssmenu > ul > li > ul > li {
    width: 100%;
    display: block;
  }
  #cssmenu.align-right ul ul li a {
    text-align: left;
  }
  #cssmenu > ul > li > ul > li > a {
    width: 100%;
    display: block;
  }
  #cssmenu ul li ul li a {
    width: 100%;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu.align-center > ul > li {
    display: block;
  }
  #cssmenu > ul.open {
    max-height: 1000px;
    border-top: 1px solid rgba(110, 110, 110, 0.25);
  }
  #cssmenu ul {
    width: 100%;
  }
  #cssmenu ul > li {
    float: none !important;
    width: 100%;
  }
  @media (max-width: 600px) {
    #cssmenu ul > li {
    float: none !important;
  }
}
  #cssmenu ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 20px;
  }
  #cssmenu ul > li:after {
    display: none;
  }
  #cssmenu ul li.has-sub > a:after,
  #cssmenu ul li.has-sub > a:before,
  #cssmenu ul li ul li.has-sub:after,
  #cssmenu ul li ul li.has-sub:before {
    display: none;
  }
  #cssmenu ul li ul,
  #cssmenu ul li ul li ul,
  #cssmenu ul li ul li:hover > ul,
  #cssmenu.align-right ul li ul,
  #cssmenu.align-right ul li ul li ul,
  #cssmenu.align-right ul li ul li:hover > ul {
    left: 0;
    position: relative;
    right: auto;
  }
  #cssmenu ul li ul li,
  #cssmenu ul li:hover > ul > li {
    max-height: 999px;
    min-height: 30px;
    position: static;
    background: none;
  }
  #cssmenu ul li ul li a {
    padding: 8px 20px 8px 35px;
    color: #ffffff;
  }
  #cssmenu ul li ul ul li a {
    padding: 8px 20px 8px 50px;
  }
  #cssmenu ul li ul li:hover > a {
    color: #000000;
  }
  #cssmenu #menu-button {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    cursor: pointer;
  }
  #cssmenu #menu-button:after {
    display: block;
    content: '';
    position: absolute;
    height: 7px;
    width: 22px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    right: 20px;
    top: 16px;
  }
  #cssmenu #menu-button:before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    right: 20px;
    top: 26px;
  }
}

#main-nav {
  padding-left: 0;
  padding-right: 0;
  z-index: 999;
}


.menu_block {
  border-bottom: 2px solid #ededed;
  height: 44px;
  width: 1170px !important;
  z-index: 999;
  margin-left: -30px;
}

@media (max-width: 1200px) {
.menu_block {
  margin-right: -30px;
}
}


.is-sticky .menu_block {
  border-bottom: 2px solid #ededed;
  height: 44px;
  width: 1170px !important;
  z-index: 999;
  margin-left: -30px;
}
@media (max-width: 1200px) {
.menu_block {
  width: auto !important;
}
.is-sticky .menu_block {
  width: auto !important;
}
}
@media (max-width: 768px) {
.menu_block {
  width: 100% !important;
  margin-left:0;
}
.is-sticky .menu_block {
  width: 100% !important;
}
}

/**************************************** End Code for the menu and styles *************************************/







/* Register social icons font */


.symbol, a.symbol:before {
    font-family: 'Mono Social Icons Font';
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
	font-size:30px;
}

a.symbol:before {
    content: attr(title);
    margin-right: 0.3em;
    font-size: 180%;
}


/* End social icons font */

/* Styles for logo above menu */
.logo-bg-area {
  margin-left: -30px;
  margin-right: -30px;
  padding-bottom: 10px;
  padding-top: 10px;
}



.agent-header-info {
  min-height: 115px;
  padding-bottom: 15px;
  text-align: center;
}

.agent-header-info a {
  color:#000;
}

.agent-header-info a:hover {
  color:#888;
}

.header-name {
  font-size: 45px;
  padding-top: 22px;
  padding-bottom:10px;
}

.header-company {
  font-size: 24px;
}

hr.header-divider {
 padding:0;
 border: none;
 border-top: medium double #333;
 color: #333; text-align: center;
 width:50%;
}

.widget-home-divider {
  display: inline !important;
  height: 20px !important;
  margin-top: 4px;
}


#responsive-logo {
  display: block;
  margin: auto;

}

.responsive-menu-logo {
  display: block;
  margin: 10px auto;
  width: auto;
  max-height:180px;
}

/* End Styles for logo above menu */





/*********************************************** Header Widgets *************************************************************/
.logo-bg-area .widgets-count-1 {
  width:100%;
  display:block;
  margin-left:auto;
  margin-right:auto;
}
.logo-bg-area .widgets-count-2, .logo-bg-area .widgets-count-3, .logo-bg-area .widgets-count-4 {
  width:30%;
  display:inline-block;
}


.logo-bg-area .widget-4, .logo-bg-area .widget-5, .logo-bg-area .widget-6, .logo-bg-area .widget-7, .logo-bg-area .widget-8 {
  display:none;
}

@media (max-width: 1000px) {
.logo-bg-area .widgets-count-2, .logo-bg-area .widgets-count-3, .logo-bg-area .widgets-count-4 {
  width:50%;
  display:inline-block;
}
.logo-bg-area .widget-4, .logo-bg-area .widget-5, .logo-bg-area .widget-6, .logo-bg-area .widget-7, .logo-bg-area .widget-8 {
  display:none;
}
}
@media (max-width: 700px) {
.logo-bg-area .widgets-count-2, .logo-bg-area .widgets-count-3, .logo-bg-area .widgets-count-4 {
  width:100%;
  display:inline-block;
}
.logo-bg-area .widget-4, .logo-bg-area .widget-5, .logo-bg-area .widget-6, .logo-bg-area .widget-7, .logo-bg-area .widget-8 {
  display:none;
}
}


.header-widgets {
  text-align: center;
  padding-top: 10px;
}

.logo-bg-area img {
  width:auto;
}

.widgets-count-1 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.autofilled-agent-h p {
  display: inline-block;
  line-height: 18px !important;
  margin: 5px;
}

/***************************************************** End Header Widgets **********************************************************/





/* Blog Content Styles */
.blog-content {
  padding-top: 30px;
}

.blog_post, .post {
  padding-bottom: 30px;
  padding-top: 30px;
}

/* End Blog Content Styles */

/* Add padding to sidebar */
#sidebar {
  padding-bottom:60px;
}

#sidebar .widgettitle {
  margin-bottom: 0;
  margin-top: 20px;
}

.front-page-sidebar #ihf-main-container .btn-primary, #sidebar #ihf-main-container .btn-primary {
  width: 100%;
}

.front-page-sidebar #ihf-main-container .btn-primary:hover, #sidebar #ihf-main-container .btn-primary:hover {
  width: 100%;
}

/* End Add padding to sidebar */

/****************************************** Custom Post Type Styles ********************************/

/* Team Page styles */
.team-page {
  margin-top: 30px !important;
}

.crewman_foto {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  margin-bottom: 20px;
  height: 200px;
}


.crewman_foto img {
  height:200px;
  width:auto;
}


.team_social { padding:6px 0;}
.team_social li {
  overflow:hidden;
  display:inline-block;
  margin:0 0 6px;
  padding-top:3px;
}
.team_social li a {
  display:block;
  width:30px;
  height:30px;
  background-repeat: no-repeat;
  background-image: none;
  transition: none;
  -webkit-transition: none;
}
.crewman .col-lg-3 {
  float:left;
  box-sizing:border-box;
  max-width: 24%;
}

.animated.flipInX {
display: inline-block;
vertical-align: top;
float: none !important;
}

@media screen and (max-width: 1200px) {
.crewman .col-lg-3 {
  max-width: 33%;
}
}

@media screen and (max-width: 990px) {
.crewman .col-lg-3 {
  max-width: 49%;
}
.animated.flipInX {
display: inline-block;
vertical-align: top;
float: none !important;
}
}

@media screen and (max-width: 480px) {
.crewman .col-lg-3 {
  max-width: 100%;
  margin-left:auto;
  margin-right:auto;
}
.animated.flipInX {
display: inline-block;
vertical-align: top;
float: none !important;
}
}

/* End Teampage styles */




/* Testimonials styles */
.testimonal-page-content {
  float: left;
}

.testimonial-images {
  padding-top:15px;
}

.testimonial-photo {
  border-radius: 100%;
}

.testimonial-title {
  font-size:20px;
  font-style:italic;
  font-weight:bold;
}

.testimonial-line {
    border: 0; height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

/* End Testimonials styles */



/* Styles for front page gallery area */
.jcarousel h4 {
color:#fff;
text-align: center;
}

.jcarousel ul {
  position: relative;
  width: 105%;
}

.jcarousel li {
  padding-top: 30px;
}

@media (max-width: 1200px) {
  .jcarousel li {
  width: 205px;
}

.projects_block .hover_img {
  height: 199px;
  width: 210px;
}
}

@media (max-width: 982px) {
.jcarousel li {
  width: 45%;
}

.projects_block .hover_img {
  height: 270px;
  width: 330px;
}
}

@media (max-width: 630px) {
.jcarousel li {
  width: 44%;
}

.projects_block .hover_img {
  height: 270px;
  width: 330px;
}
}

@media (max-width: 560px) {
.jcarousel li {
  width: 44%;
}

.projects_block .hover_img {
  height: 225px;
  width: 330px;
}
}

@media (max-width: 537px) {
.jcarousel li {
  width: 100%;
}

.projects_block .hover_img {
  height: 286px;
  width: 100%;
}

.projects_block .hover_img img {
  width: 100%;
}
}

/* End Styles for front page gallery area */

.row {
  padding-top: 0px;
}

/****************************************** End Custom Post Type Styles ********************************/


/* IHomefinder Stuff */
#ihf-main-container .btn-group-justified .btn {
  display: table-cell;
  float: left;
  width: 33% !important;
}

#ihf-main-container .btn-group-justified .btn:hover {
  display: table-cell;
  float: left;
  width: 33% !important;
}

.widget_ihomefinderhotsheetlistwidget a  {
  font-size: 20px !important;
}

#ihf-main-container .form-inline .radio input[type="radio"], #ihf-main-container .form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  margin-top: -6px;
}

#areaPickerContainer .btn-primary {
  display: block !important;
  padding: 7px 0 0 !important;
  width: 100% !important;
}

#ihf-advsearch-features input[type="checkbox"] {
  float: left;
  margin-top: -6px;
  margin-right: 10px;
}

#ihf-main-container .radio input[type="radio"], #ihf-main-container .radio-inline input[type="radio"], #ihf-main-container .checkbox input[type="checkbox"], #ihf-main-container .checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -5px;
}

#ihf-valuation-request-form .radio-inline input {
width: 15px;
display: block;
float: left;
margin-top: -7px;
margin-right: 10px;
}

#ihf-main-container .popover {
  padding-right: 25px;
}

#ihfSearchProfile_schedule input, #ihfSearchProfile_schedule textarea {
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  height:0px;
  width:20px;
}

#ihfSearchProfile_schedule {
  width:500px;
  }

  #sendEmailYn1 {
    margin-right:10px !important;
  }

.ihf-save-favorites-submit {
  width: 125px !important;
  margin-top: -7px !important;
}


  .optima #ihf-main-container label {color: #000 !important;}
  .Contact .col-lg-8 #ihf-main-container, .Contact .col-lg-8  #ihf-main-container label {color:#000 !important;}

/* Optima search widget front page styles */
.widget_ihomefindersocialwidget img {
  display: inline !important;
}

#ihf-main-container .form-control {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;

box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555555;
  display: inline;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  vertical-align: middle;
  width: 100%;
}

#ihf-main-container .form-control:focus {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0 none;
}

#ihf-main-container label {
  display: inline-block !important;
}

.optima .row, .optima .mb-10 {
  box-sizing: border-box;
  float: left;
  padding: 1% !important;
  width: 27%;
}

.side-bar .gallery-prop-info {
  font-size: 20px;
}




.ihf-label-overlay-money {
  display:none;
}

.ihf-quicksearch-submit2 {
  pading-top:5px;
}

.optima .mt-25 .col-xs-12 {
  padding-top: 14px;
}

.optima {
  margin-left: 20px;
  margin-right: 0;
  padding-left: 32px;
}


#ihf-main-container .btn-primary {
  background-color: #428bca;
  background-image: none;
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  display: inline;
  font-size: 18px;
  font-weight: 400;
  height: 45px;
  line-height: 14px;
  margin: 4px 0 0;
  padding: 12px 28px 10px;
  text-shadow: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
}

#ihf-main-container .btn-primary:hover {
  background-color: #F0A30A;
  background-image: none;
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  display: inline;
  font-size: 18px;
  font-weight: 400;
  height: 45px;
  line-height: 14px;
  margin: 4px 0 0;
  padding: 12px 28px 10px;
  text-shadow: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
}


/******************* IHF Stuff **************/
#ihf-main-container .radio input[type="radio"], #ihf-main-container .radio-inline input[type="radio"], #ihf-main-container .checkbox input[type="checkbox"], #ihf-main-container .checkbox-inline input[type="checkbox"] {
    height: 20px;
}

#ihf-main-container .form-inline .radio input[type="radio"], #ihf-main-container .form-inline .checkbox input[type="checkbox"] {
    float: left;
    margin-left: 0;
    margin-right: 10px;
    margin-top: 2px;
    display: inline;
    width: 20px;
}


.optima #ihf-main-container .ihf-widget .row {
  margin-left: -20px !important;
  margin-right: -6px;
}

#ihf-main-container .mt-25 {
  margin-top: 0px !important;
}

#ihf-main-container .pagination > li:last-child > a, #ihf-main-container .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  margin-left: -6px;
}

#ihf-main-container .pagination > li:first-child > a, #ihf-main-container .pagination > li:first-child > span {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  margin-left: 0px;
  margin-right: -1px;
}


@media (max-width: 1000px) {
 .optima .row, .optima .mb-10 {
  box-sizing: border-box;
  float: left;
  padding: 1% !important;
  width: 100%;
}

.optima #ihf-main-container .ihf-widget .row {
  margin-left: -6px !important;
  margin-right: -6px;
}

.optima #ihf-main-container .ihf-widget .row {
  margin-left: -10px !important;
  margin-right: -6px;
}
}

@media (max-width: 620px) {
	.optima {
		margin-bottom:40px;
	}
	}

/* End Optima search widget front page styles */


/* Header sidebar */
.header-widgets ul li {
    display: table-cell;
    list-style-type: none;
    margin: 10px;
    vertical-align: middle;
}




/* Add padding to top of sidebar widgets */
aside.side-bar > li {
  float: left;
  margin-left: 30px;
  padding-top: 20px;
  width: 90%;
}

aside.side-bar a {
  color: #428bca;
}

aside.side-bar {
  font-size: 20px;
  line-height: 24px;
}

aside.side-bar a:hover {
  color: #4fb4e7;
}

.side-bar img {
  display:block;
  margin-left:auto;
  margin-right:auto;
  margin-top:20px;
}

.side-bar > div {
  margin-bottom: 20px;
}

/* End Add padding to top of sidebar widgets */

/* Decrease padding around IDX Slider arrows */
.pagination {
  border-radius: 4px;
  display: inline-block;
  margin: -10px 0;
  padding-left: 0;
}

/* End Decrease padding around IDX Slider arrows */

/* Non-IDX Contact Page Styles */
#contact_page_headshot {
	max-width:175px;
	margin-right:30px;
}

/* End Non-IDX Contact Page Styles */

/* Contact page Padding */
.contacts_block {
  padding-bottom:60px;
}



/* Info box Styles */
.inner-info-box {
  position: relative;
}
.mls-realtor-logo {
  bottom: 5px;
  position: absolute;
  right: 10px;
}
@media screen and (max-width: 990px) {
.info-box-content {
  padding-bottom:100px;
}
}

.inner-info-box {
	padding: 25px;
	}

.infobox-widgets {
  padding: 25px 25px 60px;
}

@media (max-width: 600px) {
.infobox-widgets {
  padding: 25px 25px 120px;
}
}

.inner-info-box a:hover {
  color: #c0c0c0;
}

.inner-info-box < h1, h2, h3, h4, h5, h6 {
  color: #fff;
  font-family: "Source Sans Pro",sans-serif;
  font-weight: 700;
  margin-top: 0;
  text-transform: uppercase;
}

.inner-info-box  h3 {
  font-size:30px;
  line-height: 32px;
  color: #fff;
}

.inner-info-box  h4 {
  font-size:20px;
  line-height: 32px;
  color: #fff;
}

.inner-info-box  a {
  color: #fff;
}

.inner-info-box img {
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  float: left;
  margin: 0 25px 25px 0;
  width: 200px;
  background: #fff;
}


@media screen and (max-width: 575px) {
.inner-info-box img {
  float:none;
}

.info-box-content {
  width:100%;
  display:block;
}
}

.infobox-widgets img {
  background: transparent none repeat scroll 0 0;
  border-radius: 0;
  display: block;
  float: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  width: auto;
}


.infobox-widgets .widgets-count-1 {
  width:100%;
  display:block;
  margin-left:auto;
  margin-right:auto;
}
.infobox-widgets .widgets-count-2.widget-1 {
  width:auto;
  display:inline-block;
  padding-left:30px;
  padding-right:30px;
   float:left;
}

.infobox-widgets .widgets-count-2.widget-2 {
  display: inline-block;
  float: left;
  max-width: 73%;
  width: auto;
}

.infobox-widgets .widgets-count-3, .infobox-widgets .widgets-count-4 {
  width:33%;
  display:inline-block;
   float:left;
}


.infobox-widgets .widget-4, .infobox-widgets .widget-5, .infobox-widgets .widget-6, .infobox-widgets .widget-7, .infobox-widgets .widget-8 {
  display:none;
}

@media (max-width: 1000px) {
.infobox-widgets .widgets-count-2, .infobox-widgets .widgets-count-3, .infobox-widgets .widgets-count-4 {
  width:50%;
  display:inline-block;
}
.infobox-widgets .widget-4, .infobox-widgets .widget-5, .infobox-widgets .widget-6, .infobox-widgets .widget-7, .infobox-widgets .widget-8 {
  display:none;
}
}
@media (max-width: 700px) {
.infobox-widgets .widgets-count-2, .infobox-widgets .widgets-count-3, .infobox-widgets .widgets-count-4 {
  width:100%;
  display:inline-block;
}
.infobox-widgets .widget-4, .infobox-widgets .widget-5, .infobox-widgets .widget-6, .infobox-widgets .widget-7, .infobox-widgets .widget-8 {
  display:none;
}
}


.infobox-widgets .widget {
  width: auto;
  float: left;
  margin-right: 20px;
}

.infobox-widgets .widget img {
  height: auto !important;
  max-height: 200px;
  max-width: 300px;
  width: auto;
}


/* End Info box Styles */






/* Footer Nav Styles */
.footerNav {
  font-size: 1.2em;
  text-align: center;
  padding:40px;
}

.footerNav img {
  border: 3px solid #e6e6e6;
  display: inline-block;
  margin: 15px auto 0;
  width: 149px;
}

/* End Footer Nav Styles */

/* Gallery Boxes Hover Text */
.entry-title {
font-size:20px;
text-transform: uppercase;
}

.entry-content {
font-size:14px;
}
/* End Gallery Boxes Hover Text */

/* Set Main Slider Height */
.slider_block .flexslider .slides img {
  display: block;
  width: 100%;
  height: 510px;
}
/* End Set Main Slider Height */



/* End Featured listings slider front page styles */

/* Newsletter CF7 Styles */
section.contact-area {
  padding-bottom: 0px;
}

.newsletters_block {
  padding-left: 25px;
  padding-right: 15px;
  padding-top: 30px;
}

.newsletter-input {
	padding-top:6px;
}

.newsletters_block .btn {
  padding: 0 !important;
}


@media screen and (max-width: 991px) {
.newsletters_block input[type="text"] {
	width:100% !important;
}
}

.contact-area {
  margin-bottom:-10px;
}

/* End Newsletter CF7 Styles */

/* General CF7 Styles */
div.wpcf7-response-output {
  float: right;
  margin: 0 !important;
}

span.wpcf7-list-item {
  display: block;
  float: left;
  margin-left: 0.5em;
  width: 26%;
}

.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea {
  display: inline !important;
}

.wpcf7-form p {
  display: inline-block !important;
  margin: 0 0 20px;
  width: 100% !important;
}

.wpcf7-list-item-label {
  text-align: center;
}

.wpcf7-form {
  padding-bottom:40px;
}

.wpcf7-form input[type="radio"], .wpcf7-form input[type="checkbox"] {
  line-height: normal;
  margin: -3px 0 0;
  width: 20px;
}

 #sidebar input {
  width: 100%;
 }

 .form-control {
   width :80%;
   padding-left:10px;
   padding-right:10px;
 }

 .form-control-page {
   width :100%;
   padding-left:10px;
   padding-right:10px;
 }

 .form-control-page, .form-control-newsletter {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: block;
  font-size: 14px;
  height: auto;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  vertical-align: middle;
  width: 100%;
}

/* End General CF7 Styles */



/* Footer copyright, social, and logins */
.footer-agent-image {
max-height:200px;
display:block;
margin-left:auto;
margin-right:auto;
}

.footer-links h5 {
  color: #fff;
  font-size: 1.45em;
  font-weight: 700;
  margin: 0 0 1em;
  padding: 0;
  text-transform: uppercase;
}

footer a {
  color: #fff;
}

.full_width.footer_block {
    display: block;
}

.outer-info-box {
    float: left;
    width: 100%;
    background: #428bca;
}


@media screen and (max-width: 990px) {
.footer-area {
  text-align:center;
  padding-top:30px;
}

.footer-hh-logo {
  margin-left:auto;
  margin-right:auto;
}
}

.footer-area ul li {
  line-height: 1.5em;
}

.footer-area p {
  color:#fff;
}

.footer-area a {
    color:#B8B8B8;
}

.footer-title {
  border:1px solid #fff;
  padding:20px;
  font-size:24px;
  color:#fff;
  line-height: 25px;
}

.footer-item-title {
  color:#fff ;
}

.footer-company {
  text-align:center;
}

.agent-footer-info {
  text-align:center;
}

.footer-block-one {
  padding-top:20px;
}

.footer-social li {
  display: inline-block;
  margin: 0 0 6px;
  overflow: hidden;
  padding-top: 3px;
}

.footer-social a {
  background-image: none;
  background-repeat: no-repeat;
  display: block;
  height: 30px;
  transition: none 0s ease 0s ;
  width: 30px;
  color:#fff;
}

.footer-social a:hover {
  color:#4fb4e7;
}


.footer-links a:hover {
  color: #888;
}

.footer-area {
  color: #808080 ;
  font-size:16px;
}

@media (max-width: 990px) {
.footer-area {
  float: left;
  width: 100%;
}
}

.footer-text {
  border-bottom: 1px solid #444;
  margin-bottom: 0;
  padding: 8px 0;
}

.footer-bar {
    background-color: #1c1c1c;
    color: #777;
    font-size: 18px;
    margin-left: -15px;
    margin-right: -20px;
    padding: 20px 0;
    text-align: center;
    float: left;
    width: calc(100% + 30px);
}



/* End Footer copyright, social, and logins */



/* Fix walkscore button and input */
#ws-walkscore-tile input, #ws-walkscore-tile textarea {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  vertical-align: middle;
  width: 5%;
}

#ws-walkscore-tile {
  background: #fff !important;
  height: 350px !important;
}

#ws-street {
height: 33px !important;
}
/* End Fix walkscore button and input */

/* To adjust leadcapture buttons in listing */
.btn-detail-leadcapture {
display: inline-block !important;
width: 31.333% !important;
margin: 0 1% !important;
text-align: center;
font-size: 14px !important;
position: relative;
padding: 14px 0 !important;
float: left;
}

.btn span{padding: 0;}

@media (max-width:768px){
  .btn-detail-leadcapture {padding: 9px 0 !important;}
}


/* fix width on fb like widget mjm */
#fblbx iframe {
  width: 100% !important;
}


/******************* Checkboxes and Radio for Webkit Browsers *****************/
.wpcf7-form input[type="radio"], .wpcf7-form input[type="checkbox"] {
  line-height: normal;
  margin: -6px 0 0;
  width: 20px;
}

input[type="checkbox"], input[type="checkbox"]:active {
  vertical-align:top;
  outline:none !important;
  -webkit-appearance: checkbox;
  -webkit-border-radius: 0;
  box-shadow:none !important;
}

input[type="radio"], input[type="radio"]:active {
  vertical-align:top;
  outline:none !important;
  -webkit-appearance: radio;
  -webkit-border-radius: 0;
  box-shadow:none !important;
}
/******************* End Checkboxes and Radio for Webkit Browsers *****************/


section.page-content {
  margin-top: -20px;
  padding-bottom: 45px;
}

/************** RSS Feed *****************/
.page-content .rss-title {
  font-size: 1.4em;
  line-height: 1;
  text-transform: capitalize;
}
.feed-thumb {
  margin-top: 10px;
}
audio {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
/************** End RSS Feed *****************/

/* Google Translator Plugin By V.J.Catkick Styles */
#widget_google_translate select {
  height: 35px;
  margin-bottom: 10px;
  width: 100% !important;
}
#widget_google_translate form {
  margin-top: -30px;
}
.google_translate_footer {
  margin-top: -45px;
}
/* End Google Translator Plugin By V.J.Catkick Styles */




.vt-sidebar .gallery_block .gallery_item .gallery_descr .gallery_descr_content a {
  color: #fff;
  display: block;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 13px;
  padding-top: 20px;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 992px){
  #ihf-main-container .btn-group-justified .btn {
      width: 50% !important;
  }

    #ihf-main-container .btn-group-justified .btn:hover {
      width: 50% !important;
  }

}

@media (max-width:768px){
  #ihf-main-container .btn-group-justified .btn {
      width: 100% !important;
  }

    #ihf-main-container .btn-group-justified .btn:hover {
      width: 100% !important;
  }

  #ihf-main-container .col-xs-5 {
      width: 100%;
  }

  #ihf-main-container .col-xs-7 {
      width: 100%;
  }

}

#ihf-alert-popup-optout {
  background: #000 !important;
  color: #fff !important;
  height: 35px;
  margin: 10px 0 !important;
}












.footer-area .gform_wrapper .top_label input.medium, 
.footer-area .gform_wrapper .top_label select.medium {
  margin: 0;
  width: 100%;
}
.footer-area .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
}
.footer-area .gform_wrapper .gform_footer input.button, 
.footer-area .gform_wrapper .gform_footer input[type="submit"], 
.footer-area .gform_wrapper .gform_page_footer input.button, 
.footer-area .gform_wrapper .gform_page_footer input[type="submit"] {
  font-size: 16px;
  margin: 0 16px 0 0;
  width: 100%;
}

.footer-area .gform_wrapper.gf_browser_chrome .gform_body {
    width: 100%;
}

@media only screen and (min-width: 641px) {
  .footer-area div.ginput_complex.ginput_container.gf_name_has_2 span {
      width: 49%;
  }
}