/*
 * Theme Name: Fine Pro
 * Theme URI: http://cyberchimps.com/store/fine-pro/
 * Author: CyberChimps
 * Author URI: http://www.cyberchimps.com/
 * Description: Fine Pro is a Responsive WordPress theme offering a fun easy to use Drag & Drop system that adds amazing new functionality to your WordPress website. Featuring responsive touch friendly theme options that work on any device, 4 colorful skins to select from, fully SEO optimized, dynamic sidebar layouts, and per-page dynamic templates. Powered by WordPress, Twitter Bootstrap, HTML5, and CSS3.
 * Version: 1.0.1.5
 * Tags: white, black, silver, light, gray, green, orange, pink, red, two-columns, right-sidebar, flexible-width, fixed-width, custom-background, custom-colors, custom-menu, featured-images, post-formats, theme-options, threaded-comments, sticky-post, full-width-template, flexible-header,
 * License: GNU General Public License
 * License URI: http://www.opensource.org/licenses/gpl-license.php GPL v3.0 (or later)
*/

/********************************************************************************************************************/
/******************************************** FONTS *****************************************************************/
/********************************************************************************************************************/

@import url(http://fonts.googleapis.com/css?family=Noto+Sans:400,700|Imprima);

/********************************************************************************************************************/
/******************************************** MAIN HTML STYLES ******************************************************/
/********************************************************************************************************************/

body {
	color: #555555;
	word-wrap: break-word;
}

@media (max-width: 767px) {
  body {
    padding-right: 0;
    padding-left: 0;
  }
}

a {
  color: #cc5600;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

a:hover {
  color: #ba3e2e;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 15px;
  color: #333333;
  font-weight: 400;
}

table .label {
  padding: 7px;
  background: none;
  text-shadow: none;
  line-height: normal;
}

tr {
  border-bottom: 1px solid #cccccc;
}

td {
  padding: 5px 20px;
}

dt {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 26px;
  font-weight: bold;
}

dd {
  margin-bottom: 15px;
  margin-left: 26px;
}

table {
	margin-bottom: 25px;
}

ul, ol { 
	margin: 0 0 25px 0;
}

ol, ul {
  margin-left: 21px;
  list-style-position: inside;
}

ol li, ul li {
  line-height: 1.6em;
}

pre {
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 25px;
}

code {
  white-space: pre-wrap;
}

header {
  margin-top: 15px;
  margin-bottom: 15px;
}

.clear {
  clear: both;
}

.clear-right {
  clear: right;
}

.clear-left {
  clear: left;
}

/********************************************************************************************************************/
/******************************************** HEADER ****************************************************************/
/********************************************************************************************************************/

.full-width-container {
  width: 100%;
}

.full-width-container.header-full-width {
  position: relative;
  margin-bottom: 40px;
}

.full-width-container .header-image {
  min-height: 165px;
	max-height: 500px;
  width: 100%;
  border-bottom: 10px solid #484948;
}

.full-width-container .header-container {
  position: absolute;
  top: 0;
  z-index: 10000;
  width: 100%;
}

.full-width-container #header_nav_container {
  background-color: rgba(25, 26, 25, 0.95);
}

.full-width-container .header-image-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px 0;
  width: 100%;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.75);
  color: #eeeeee;
}

.full-width-container .header-image-caption {
  font-size: 20px;
}

header#cc-header .span7, header#cc-header .span5 {
  margin-left: 0;
  width: 100%;
  text-align: center;
}

/*======================================= SOCIAL ==============================================*/

header #social .icons a {
  margin-left: 5px;
}

#social {
	float: none;
	margin: 5px auto 0;
}

a.symbol {
	float: none;
	width: 20px;
	height: 20px;
	font-size: 1em;
}

/*======================================= DETAILS =============================================*/

#header_nav_container .span4 {
  position: relative;
}

header#cc-header.row-fluid {
  position: absolute;
  top: -15px;
  display: block;
  margin: 0 0 0 20px;
  padding: 50px 20px 20px;
  max-width: 100%;
  background-color: #c75500;
  -webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.12);
  font-family: Imprima, Helvetica, Arial, sans-serif;
  line-height: 1.5em;
}

header#cc-header.row-fluid a {
  color: #eeeeee;
}

header#cc-header.row-fluid #social a {
  color: #444;
}

h2.site-title {

}

h2.site-description {
  color: #ffffff;
  text-shadow: 2px 2px 2px rgb(156, 66, 0);
}

h2.site-title a {
  color: #ffffff;
  text-shadow: 2px 2px 2px rgb(156, 66, 0);
  word-wrap: break-word;
  font-weight: bold;
  font-size: 1.6em;
  font-size: 3vw;
}

h2.site-title a:hover {
  text-decoration: none;
  opacity: .8;
}

.contact_details {
  color: #ffffff;
  text-shadow: 2px 2px 2px rgb(156, 66, 0);
  font-size: 1.5em;
}

header#cc-header .span5 div.blog-description p {
  color: #eeeeee;
  font-size: 1.1em;
}

/*======================================= SEARCH ===============================================*/

header #search #searchform {
  float: none;
}

header #search #searchform .search-query {
  position: relative;
  z-index: 1;
  /*  -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;*/
  margin-bottom: 0;
  padding: 0 8px;
  font-weight: normal;
  font-size: 11px;
  font-family: "Noto Sans", Helvetica, Arial, sans-serif;
  line-height: 2em;
}

/*==================================== MEDIA QUERIES ===========================================*/

@media (max-width: 979px) {

	header#cc-header.row-fluid {
		padding: 20px 20px 20px;
	}
	
  .full-width-container #header_nav_container {
    padding: 10px;
    background: rgba(0, 0, 0, 0.7)
  }

  #header_nav_container .span3, #header_nav_container .span9 {
    margin-left: 0;
    width: 100%;
  }

  #cc-header {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .full-width-container.header-full-width {
    position: relative;
    padding: 0px 0px 0;
  }

  .full-width-container .header-image {
    border-bottom: none;
  }

  .full-width-container .header-container {
    position: static;
  }

  .full-width-container #header_nav_container {
    background: #333333;
  }

  #header_nav_container .span4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 31.914893617021278%;
  }

  h2.site-title {
    font-size: 1em;
  }

	h2.site-title a{
		font-size: 1.2em;
		font-size: 5vw;
	}
	h2.site-title{
		line-height: 30px;
	}
	
  header#cc-header.row-fluid {
    padding: 30px 10px 10px;
  }

  .container #wrapper {
    position: static;
    margin: 0;
  }

  #navigation .main-navigation.navbar {
    margin-left: 0;
  }

  .main-navigation .navbar-inner .nav {
    margin-left: 0;
  }
}

@media (max-width: 480px) {

	header#cc-header.row-fluid {
		position: static;
		display: block;
		margin: 0px;
		padding: 5px 20px 20px;
		box-sizing: border-box;
	}

	h2.site-title a{
		font-size: 1em;
		font-size: 6vw;
	}
	h2.site-title{
		line-height: 20px;
	}
	#header_nav_container .span4 {
		padding: 0 20px;
		width: 100%;
	}
	#social {
		margin-top: 7px;
	}
}

/********************************************************************************************************************/
/******************************************** MENU ******************************************************************/
/********************************************************************************************************************/

#navigation {

}

.main-navigation.navbar {
  margin-bottom: 0;
  margin-left: 30px;
}

.main-navigation .navbar-inner {
  padding: 0;
  border: none;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  background: transparent;
  /*z-index: 1000;
  position: relative;*/
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  filter: none;
}

.main-navigation .nav {
  margin-left: 40px;
}

.main-navigation .nav > li {
  margin: 0;
}

.main-navigation .nav > li > a {
  padding: 50px 20px 15px;
  background: none;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: none;
}

.main-navigation .nav > li > a:hover {
  background-color: #c75400;
  color: #ffffff;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus, .navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle, .navbar .nav > li.current-menu-ancestor, .navbar .nav > li.current_page_item {
  position: relative;
  background-color: #c75400;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
  text-decoration: none;
}

.main-navigation .nav li ul li ul {
  margin-left: 0;
  list-style: none;
}

.main-navigation .nav li ul li ul li a {
  padding-left: 24px;
}

.main-navigation .nav li ul li ul li ul li a {
  padding-left: 30px;
}

.main-navigation .nav li.dropdown:hover ul.dropdown-menu {
  display: block;
  margin-top: 0;
}

.main-navigation .nav li ul li a:hover {
  background: none;
  color: #c75400;
}

.dropdown-menu .active > a, .dropdown-menu .active > a:hover {
  outline: 0;
  background-color: transparent;
  background-image: none;
  color: #c75400;
  text-decoration: none;
  filter: none;
}

#navigation #searchform {
  margin-right: 15px;
}

.current-menu-ancestor.dropdown {
  background-color: transparent;
}

.navbar .nav > li.current-menu-ancestor > a {
  color: #ffffff;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret, .navbar .nav li.dropdown.open > .dropdown-toggle .caret, .navbar .nav li.dropdown.active > .dropdown-toggle .caret, .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret, .navbar .nav li.dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

@media (max-width: 979px) {
  .navbar .btn-navbar {
    border-color: #d03c29 #d03c29 #ba3e2e;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    background: repeat-x #c75400;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2513c', endColorstr='#d03c29', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  }

  .navbar .btn-navbar:hover, .navbar .btn-navbar:active, .navbar .btn-navbar.active {
    background: #a64701;
  }

  .nav-collapse .nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
    font-weight: normal;
  }

  .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:hover {
    background: none;
    color: #c75400;
  }

  .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus, .navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle, .navbar .nav > .current-page-ancestor > a, .navbar .nav > .current-menu-ancestor > a, .navbar .nav > li.current_page_item {
    background: none;
    color: #c75400;
  }

  .nav-collapse .nav > li > ul li a {
    color: #ffffff;
  }

  .nav-collapse .dropdown .caret {
    display: none;
  }

  .nav-collapse .dropdown-menu {
    display: block;
  }

  .nav-collapse .dropdown-menu .active > a {
    background-image: none;
    color: #c75400;
  }
}

h4.menu-description {
  margin: 0px;
  color: #bbbbbb;
  font-style: italic;
  font-size: 13px;
}

/********************************************************************************************************************/
/******************************************** MAIN CONTENT **********************************************************/
/********************************************************************************************************************/

.container-fluid {
  padding-right: 0;
  padding-left: 0;
}

#wrapper {
  position: relative;
  z-index: 5;
  margin: -70px 0 40px;
  background: #ffffff;
}

article.page {
  margin-bottom: 40px;
  padding: 0px;
  background: #ffffff;
}

article.post, article.attachment {
  margin-bottom: 0px;
  padding: 30px 0 10px;
}

.entry-content {
  margin: 0 0 15px;
}

.page-header {
  margin-top: 0;
  padding: 0;
  border: none;
}

.featured-image {
  float: left;
  margin-top: 4px;
	margin-right: 20px;
  margin-bottom: 20px;
	width: 100%;
}

.featured-image img {
  width: 100%;
	height: auto;
}

/*==================================== POST AND PAGE CONTENT ===========================================*/

article {
  margin-right: 20px;
  margin-left: 20px;
}

.entry-header {
  margin-top: 0;
}

.entry-summary {
  margin: 10px 0;
}

.postformats {
  float: right;
}

.postformats .glyphicon {
	color: #d0cfcf;
	margin-top: 10px;
	margin-left: 15px;
}

.postformats .glyphicon-file {
	padding-left: 2px;
}

blockquote {
  margin: 20px 10px 30px;
  padding: 3px;
  background-color: #cccccc;
}

blockquote p {
  margin: 10px;
}

blockquote cite {
  font-size: 0.9em;
}

blockquote cite:before {
  position: relative;
  top: -2px;
  margin: 0 5px;
  content: ' ̶ ';
}

.page-links {
  clear: both;
}

.more-content {
  margin-bottom: 15px;
  padding: 10px;
}

.more-content a {
  color: #333333;
  font-weight: bold;
}

.more-content a:hover {
  text-decoration: none;
}

.more-content span.more-arrow {
  color: #888888;
}

.previous-post {
  margin-top: 5px;
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: left;
}

.next-post {
  margin-top: 5px;
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: right;
}

/*==================================== TAXONOMY ========================================================*/

h2.entry-title {
  margin: 13px 0 -3px;
  padding: 0;
  text-shadow: none;
  font: 36px/1.3em;
}

h2.entry-title a {
  color: #cc5700;
}

h2.entry-title a:hover {
  background: #eeeeee;
  color: #cc5700;
  text-decoration: none;
}

article.post p, article.page p {
  font-size: 1.0em;
  line-height: 1.7em;
}

/*==================================== IMAGES ==========================================================*/

.alignnone {
  display: block;
  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;
}

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

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-right: auto;
  margin-left: auto
}

img.size-full {
  max-width: 100%;
  height: auto;
}

.wp-caption {
  padding: 15px 3px 10px;
  max-width: 96%;
  border: 1px solid #f0f0f0; /* Image does not overflow the content area */
  background: #ffffff;
  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 {
  margin: 0;
  padding: 0;
  max-width: 95%;
  width: auto;
  height: auto;
  border: 0 none;
}

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

.caption_title {
  font-size: 16px;
}

.gallery-pagination {
  margin: 20px 0;
}

.gallery-pagination .previous-image a {
  float: left;
}

.gallery-pagination .next-image a {
  float: right;
}

/*==================================== META ============================================================*/

.entry-meta {
  margin-top: 0;
  margin-bottom: 5px;
  color: #cc8f00;
  text-transform: uppercase;
  font: 0.85em "Noto Sans", Helvetica, Arial, sans-serif;
}

.entry-meta a {
  color: #cc8f00;
}

.entry-meta a:hover {
  color: #aaaaaa;
}

footer.entry-meta {
  clear: both;
  padding: 5px;
  background-color: #f1f1f1;
  color: #999999;
  text-transform: none;
  font: .9em Imprima, Helvetica, Arial, sans-serif;
}

footer.entry-meta a {
  color: #b1b1b1;
}

.edit-link {
  margin-bottom: 10px;
}

.edit-link a.post-edit-link {
  padding: 2px 4px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #888888;
  color: #ffffff;
}

.edit-link a:visited {
  color: #ffffff;
}

.edit-link a:hover {
  color: #cccccc;
  text-decoration: none;
}

.cyberchimps_article_share {
  float: right;
}

/*==================================== COMMENTS ========================================================*/

.page #wrapper #comments {
  background: #ffffff;
}

.comments-area {
  margin-bottom: 40px;
  padding: 0;
}

#comments .navigation {
  padding: 0 0 18px 0;
}

label[for="comment"] {
  display: block;
}

#comments h3#reply-title {
}

ol.commentlist {
  list-style: none;
}

ol.commentlist p {
  clear: left;
  margin-left: 8px;
}

ol.commentlist li.comment {
  padding: 10px;
}

ol.commentlist li.comment div.vcard cite.fn {
  font-style: normal;
}

ol.commentlist li.comment div.vcard img.avatar {
  margin: 0 10px 10px 10px;
}

ol.commentlist li.comment div.comment-meta {
  font-size: 11px;
}

ol.commentlist li.comment div.comment-meta a {
  color: #888888;
}

ol.commentlist li.comment div.reply {
  margin-left: 8px;
  font-size: 11px;
}

ol.commentlist li.comment div.reply a {
  font-weight: bold;
}

ol.commentlist li.comment ul.children {
  margin: 10px 0 0;
  list-style: none;
}

ol.commentlist li.comment ul.children li.depth-2 {
  margin: 0 0 10px 10px;
}

ol.commentlist li.comment ul.children li.depth-3 {
  margin: 0 0 10px 10px;
}

ol.commentlist li.comment ul.children li.depth-4 {
  margin: 0 0 10px 10px;
}

ol.commentlist li.even {
  border: 1px solid #cccccc;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fafafa;
}

ol.commentlist li.odd {
  border: 1px solid #cccccc;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #ffffff;
}

.comment, .trackback, .pingback {
  margin: 10px 0 10px 0;
  padding: 10px;
}

.odd {
  background: #f8f8f8;
}

#form-allowed-tags code {
  font-size: 12px;
}

#respond input, #respond textarea {
  overflow: auto;
  margin: 0 5px 5px 0;
}

#respond textarea {
  width: 97%;
  height: 150px;
}

.avatar {
  float: left;
}

/********************************************************************************************************************/
/******************************************** SIDEBAR & WIDGETS *****************************************************/
/********************************************************************************************************************/

#sidebar {
  margin-top: 60px;
}

@media (max-width: 767px) {
  #sidebar {
    margin-right: 20px;
    margin-left: 20px;
  }
  #sidebar .widget-container {
    margin: 30px 0 0;
  }
}

.page #wrapper #sidebar {
  margin-bottom: 40px;
  background: #ffffff;
}

.widget-container {
  margin: 30px 20px 0 0;
  padding: 0;
}

h3.widget-title {
  margin-top: 0;
  margin-bottom: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 3px solid #f1f2f1;
  border-bottom: 3px solid #e5e6e5;
  color: #d19200;
  font: 400 18px/1em Imprima, Helvetica, Arial, sans-serif;
}

.widget-container ul, .widget ul {
  margin-left: 0px;
}

.widget-container ul li, .widget ul li {
  list-style: none;
  font-size: 14px;
  line-height: 1.8em;
}

.widget-container ul li a {
  color: #777777;
}

table#wp-calendar {
  width: 100%;
}

table#wp-calendar th {
  font-size: 14px;
}

table#wp-calendar td {
  padding: 5px 0;
  width: 14.28571428571429%;
  text-align: center;
  font-size: 14px;
}

table#wp-calendar td {
  text-align: center;
}

.widget-container #searchform.pull-right {
  margin-right: 30px;
}

.widget-container #searchform input.input-medium {
  display: inline-block;
  float: none;
  width: 100%;
}

/*==================================== SEARCH FORM ====================================================*/

#searchform {
  margin-bottom: 5px;
}

/********************************************************************************************************************/
/******************************************** FOOTER ****************************************************************/
/********************************************************************************************************************/

section.full-width-container.footer-full-width {
  border-top: 8px solid #4c4d4c;
  background-color: rgb(50, 51, 50);
}

#footer_logo {
  position: relative;
}

#footer_logo header#cc-header.row-fluid {
  position: absolute;
  top: -15px;
  display: block;
  margin: -70px 0 0 0;
  padding: 20px 0 10px;
  max-width: 100%;
  background-color: #c75500;
  -webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.12);
  font-family: Imprima, Helvetica, Arial, sans-serif;
  line-height: 1.5em;
}

#footer_logo header#cc-header h2 {
  font-size: 24px;
  margin-right: 10px;
  margin-left: 10px;
}

#footer-widgets {
  margin: 40px 0;
}

#footer-widgets .widget-container {
  margin: 0;
  padding: 0 15px;
  border: none;
  background: none;
}

#footer-widget-container h3.widget-title {
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 10px;
  border-top: none;
  border-bottom: 1px solid #444444;
  color: #d19200;
  font-weight: 400;
}

.site-footer #copyright {
  float: right;
}

.site-footer #social {
  float: right;
  margin: 10px 0;
}

.site-footer #social a {
  margin-left: 5px;
}

@media (max-width: 767px) {
  .footer-full-width {
    margin-top: 50px;
  }
  #footer_logo.span3 {
    width: 50%;
    margin-top: -75px;
  }
  #footer_logo header#cc-header.row-fluid {
    position: static;
    margin: 0 0 20px 0;
  }
  #after_footer .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/********************************************************************************************************************/
/******************************************** WORDPRESS DEFAULTS ****************************************************/
/********************************************************************************************************************/

.sticky {
}

.gallery-caption {
}

.bypostauthor {
}

/********************************************************************************************************************/
/******************************************** ELEMENTS **************************************************************/
/********************************************************************************************************************/

/*==================================== CALLOUT ====================================================*/

#callout_section_section {
  margin-bottom: 30px;
}

.page #wrapper #callout {
  background: #ffffff;
}

#callout {
  padding: 20px;
  background: #ededed;
}

.callout-text h2.callout-title {
  font-size: 1.9em;
}

.callout-text p {
  font-size: 1.2em;
  line-height: 1.6em;
}

#callout_button a {
  float: right;
  margin-top: 5px;
}

#callout_container .btn-primary, input[type="submit"], input[type="reset"], input[type="button"] {
  float: right;
  margin-top: 20px;
  padding: 10px 15px;
  border: 1px solid #d03c29;
  border-color: #d03c29 #d03c29 #ba3e2e;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  background-color: #d03c29;
  background-image: -moz-linear-gradient(top, #f2513c, #d03c29);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2513c), to(#d03c29));
  background-image: -webkit-linear-gradient(top, #f2513c, #d03c29);
  background-image: -o-linear-gradient(top, #f2513c, #d03c29);
  background-image: linear-gradient(to bottom, #f2513c, #d03c29);
  background-repeat: repeat-x;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2513c', endColorstr='#d03c29', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

input[type="submit"], input[type="reset"], input[type="button"] {
  float: none;
}

#callout_container .btn-primary:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  border-color: #d03c29 #d03c29 #ba3e2e;
  background-color: #d03c29;
  background-image: none;
}

/*==================================== WIDGET BOXES ===============================================*/

#widget_boxes_container .box {
  margin-bottom: 30px;
  background: #ffffff;
}

#widget_boxes_container .box {
  margin-bottom: 40px;
  padding: 20px;
}

h2.box-widget-title {
  margin-bottom: 0;
  text-align: center;
  font-size: 1.6em;
}

.box p {
  text-align: center;
  font-size: 1.1em;
  line-height: 1.5em;
}

/*==================================== BOXES ======================================================*/

#boxes_container .box {
  margin-bottom: 30px;
  padding: 20px;
  background: #ffffff;
}

#boxes_container .box a {
  display: block;
  width: 100%;
  text-align: center;
}

.box-no-url {
  cursor: default;
}

img.box-image:hover {
  opacity: .8;
}

/* ==================================== TWITTER ================================================== */

#twitter_bar {
  margin-bottom: 30px;
}

#twitter_bar .odd {
  background: #ededed;
}

#twitter_bar li {
  float: left;
  width: 100%;
}

#twitter_bar .twitter-img {
  float: left;
}

#twitter_bar .tweet {
  margin-top: 10px;
  margin-left: 100px;
}

/* ==================================== PORTFOLIO ================================================== */

#portfolio_pro_section {
  margin-bottom: 30px;
}

#portfolio_pro_section ul {
  margin-left: 0;
}

.portfolio-item img:hover {
  opacity: 0.8;
}

/*==================================== SLIDER ======================================================*/

#page_slider_section {
  margin-bottom: 30px;
}

/* ==================================== CAROUSEL ================================================== */

#carousel_section_section .es-carousel-wrapper {
  margin-bottom: 30px;
}

.es-carousel img:hover {
  opacity: 0.8;
}

/*===================================== PRODUCT ====================================================*/

.page #wrapper .product-sub-container {
  background: #ffffff;
}

#product_element_section {
  margin-bottom: 30px;
  padding: 20px 0;
}

/*==================================== RECENT POSTS ================================================*/

#recent_posts .span3 {
  margin-bottom: 30px;
}

#recent_posts {
  padding: 20px;
}

.recent-posts-container h5 {
  font-size: 1.8em;
  line-height: 1.2em;
}

/*==================================== BREADCRUMBS =================================================*/

.breadcrumbs {
  margin-bottom: 30px;
  padding: 10px 20px;
  font-size: 1.1em;
}

/*==================================== PAGINATION ==================================================*/

.pagination ul li a {
  background: #ffffff;
}
@media (max-width: 767px) {
  #pagination .container {
    margin-left: 20px;
  }
}

/* MAGAZINE ===================*/

#magazine_section .container-fluid {
	margin-right: 20px;
	margin-left: 20px;
}

#magazine {
	margin-bottom: 30px;
}

#magazine .featured-image {
	width: 100%;
}

#magazine .magazine-metadata {
	margin-bottom: 15px;
}
