/**
  Extra CSS for bootstrap
  This is also covers the boxed, normal, non responsive, max 1140, max 960 and fluid mode.
  **/
/*------------------------------------------------------------------
[Table of contents]

1. Maximum Width
2. Boxed style
3. Fixed fluid style
4. Table
5. Pagination
6. List
7. Button
8. Form
9. Media
10. Boxes / .box
11. Panel
12. Jumbotron
13. List Group
14. Blockquote
-------------------------------------------------------------------*/
/**
  Sizing and boxed or non boxed styles
  **/
.max-1170.style-boxed {
  max-width: 1210px;
}

.max-960.style-boxed {
  max-width: 1000px;
}

.max-fluid.style-boxed {
  max-width: 80%;
}

.style-boxed {
  margin: 30px auto;
  overflow: hidden;
}

.style-boxed.fluid {
	margin: 30px;
}

.max-fluid #maincontent.large > .container-fluid {
	max-width: 100%;
}

.bs-fixed.style-boxed #maincontent.large > .container-fluid,
.style-boxed #maincontent.large > .container-fluid {
  width: 100%;
}

.style-boxed #footer {
	padding: 60px 20px 30px;
}

#page.style-boxed .vc_carousel_horizontal.news-teasers .vc-carousel-control {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#page.style-boxed .single .post-content-right {
	padding: 30px;
}

#page.style-boxed .type-portfolio {
	padding: 0 30px;
}

/**
  Handling bootstrap 3.2 container-fluids
  **/
.max-1170.style-normal .area > .masking > .container-fluid, 
.max-1170.style-normal .area > .container-fluid {
	max-width: 1210px;
}

.max-960.style-normal .area > .container-fluid {
  max-width: 1000px;
}

/**
  Handling non responsive layout
  **/
.bs-fixed.max-1170 {
	min-width: 1170px;
}

.bs-fixed.max-1170 .area > .container-fluid {
  min-width: 1140px;
}

.bs-fixed.max-960 {
	min-width: 960px;
}

.bs-fixed.max-960 .area > .container-fluid {
  min-width: 930px;
}

.bs-fixed.max-fluid {
	min-width: 960px;
}

.bs-fixed.max-fluid .area > .container-fluid {
  min-width: 930px;
}

.bs-fixed #maincontent.large > .container-fluid {
	width: 1550px;
}

.bs-fixed.max-fluid #maincontent.large > .container-fluid {
  width: 100%;
}



/**
  Additional General Bootstrap overriding
  **/
img {
	max-width: 100%;
}

h1, h2, h3 {
	margin-top: 0;
}

table {
	margin-bottom: 20px;
}

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

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

.pagination {
	display: inline;
}

.pagination li {
  display: inline-block;
}

.btn-group.inline > * {
	display: inline;
	width: auto;
	vertical-align: middle;
}

ul, ol {
	padding-left: 20px;
	margin-bottom: 20px;
}

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  margin-right: 0;
  list-style: none;
  padding: 0;
}

ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
  font-size: 0;
}

ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  padding-right: 5px;
  padding-left: 5px;
  *zoom: 1;
  font-size: 13px;
}

.nav > li {
	margin-right: 3px;
}

.nav > li > a {
  padding: 5px 10px;
}


/**
  Form Elements
  **/
label,
input,
button,
select,
textarea {
  font-weight: normal;
  line-height: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

label {
  display: block;
  margin-bottom: 20px;
  font-weight: 600;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  padding: 9px 12px;
  margin-bottom: 10px;
  min-height: 34px;
  font-size: 14px;
  font-family: arial, helvetica, serif;
  font-weight: bold;
  line-height: 15px;
  max-width: 100%;
  vertical-align: middle;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
}

input[type="submit"] {
  background-image: none;
  cursor: pointer;
  display: inline-block;
  line-height: 17px;
  margin-bottom: 0;
  padding: 9px 13px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  font-weight: bold;
  border: none;
  font-size: 16px;
  border-radius: 3px;
}

.btn {
	border: none;
}

.btn-icon {
	padding: 0 10px 0 0;
}

.btn-icon i {
  padding: 10px;
}

.btn-icon.btn-sm i {
  padding: 6px;
}

.form-row {
	position: relative;
}

table {
	width: 100%;
}

th,
td {
	padding: 7px;
}

ol,
pre,
ul,
p,
table,
dl {
	margin-bottom: 30px;
}

dd {
	margin-bottom: 20px;
}


blockquote {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.media-heading {
  font-weight: bold;
  padding-bottom: 10px;
}

.media > .pull-left {
  margin-right: 20px;
}

.media > .pull-right {
  margin-left: 20px;
}

.media-body {
	padding: 30px;
}

code {
	margin: 0 8px;
}

pre, code {
	padding: 8px;
	border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  word-wrap: break-word;
  white-space: normal;
}

/**
  Accordion
 **/
.panel-group .panel-heading .collapsible-icon {
  display: block;
  text-decoration: none !important;
  font-size: 14px;
}

.panel-group .panel-heading .collapsible-icon > i {
  margin-right: 15px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  line-height: 20px;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  font-size: 12px;
}

.panel-group .panel-heading .collapsible-icon > i:before {
  content: "\f068";
}

.panel-group .panel-heading .collapsed > i:before {
  content: "\f067";
}

.panel-group .panel-default {
  margin: 20px 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

.panel-group .panel-default .panel-heading {
  height: 44px;
  line-height: 42px;
}

/**
  Tabs
  **/
.nav-tabs {
  margin-top: 20px;
}

.nav-tabs li {
	margin: 0;
	padding: 0;
	border: none;
}
.nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  padding: 10px 15px;
  margin: 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
  font-size: 13px;
}

.tab-content > .tab-pane {
  padding: 20px 15px;
  margin-top: -1px;
}


/**
  Jumbotron
  **/
#page .jumbotron {
	padding: 43px 60px 70px;
	clear: both;
}

#page .jumbotron h1,
#page .jumbotron h2,
#page .jumbotron h3,
#page .jumbotron h4,
#page .jumbotron h5,
#page .jumbotron h6 {
  color: inherit;
}

.jumbotron .title {
	line-height: 140%;
	margin: 0;
  padding-bottom: 25px;
  position: relative;
}

.jumbotron .title:after {
  border-bottom-color: inherit;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  bottom: 11px;
  content: "";
  left: 0;
  position: absolute;
  width: 35px;
}

.jumbotron p,
.jumbotron .content {
	font-size: 18px;
	letter-spacing: 0.9px;
	line-height: 19px;
}


/**
  Carousel
  **/
.carousel .in-viewport {
  display: inline-block !important;
}

.carousel .carousel-inner {
	padding: 0 30px;
}

.carousel-control.left,
.carousel-control.right {
	background: none;
	left: 5px;
	width: 30px;
	height: 30px;
	top: 50%;
	margin-top: -15px;
}

.carousel-control.right {
  right: 5px;
  left: auto;
}

.carousel-control i,
.carousel-control .icon-prev, 
.carousel-control .icon-next, 
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right {
	position: static;
	width: 30px;
	height: 30px;
	box-shadow:none;
	text-shadow: none;
}


/**
  Navigation pills
  **//
#navigation ul.nav > li ul.dropdown-menu a:focus,
#navigation ul.nav > li ul.dropdown-menu a:hover {
	background-image: none;
}


/**
  Panel inside panel
  **/
#page .panel > .panel-body .panel {
  border: none;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

#page .panel > .panel-body .panel-heading {
  background-color: transparent;
  margin-bottom: 1px;
}

/**
  Panel override
  **/
.panel {
	border-radius: 0;
	border: none;
}

#page .panel .panel-heading {
	font-size: 16px;
	font-weight: bold;
	border-radius: 0;
	text-transform: uppercase;
	padding: 15px 30px;
	border: none;
}

#page .panel .panel-body {
	border-radius: 2px;
	padding: 30px;
}

#page .panel .panel-body img {
	display: block;
	margin: 0 -30px;
}

#page .panel .panel-body p {
	line-height: 120%;
}

#page .panel .list-group-item {
	margin-right: -30px;
}

#page .panel .list-group-item > .badge {
	margin-right: 6px;
}

#page .panel .list-group-item:hover {
	background: none;
}

#page .panel-toggle {
	margin-bottom: 5px;
}


/**
  Well element
  **/
#page .well {
	border-radius: 0;
	padding: 30px;
}

#page .well .title {
	font-weight: bold;
	font-size: 18px;
	margin: 0 -15px 10px;
}

/**
  Label
  **/
.label {
  border-radius: 2px;
  text-transform: uppercase;
  font-weight: normal;
  padding: 7px;
}

/**
  Alerts
  **/
.alert {
  border: none;
  border-radius: 0;
}

/**
  Badge
  **/
.badge {
  border-radius: 2px;
  font-size: 10px;
  font-weight: normal;
  line-height: 11px;
  padding: 5px 7px;
  text-transform: uppercase;
}


/**
  List group
  **/
.list-group-item {
	padding: 0;
	margin-bottom: 4px;
}
.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.list-group-item:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.list-group-item > .badge {
  float: right;
  margin: 13px -6px;
}

.list-group-item-heading {
  border-radius: 0;
  padding: 15px 30px;
}

.list-group-item-text {
	padding: 20px 30px 40px;
}

.list-group-item {
  border: none;
}
  

/**
  Header elements
  **/
.page-header small {
  margin-left: 15px;
}


/**
  Typography extra
  **/
blockquote cite {
  clear: both;
  display: block;
  font-size: 80%;
  font-style: italic;
  font-weight: bold;
  width: 100%;
}

blockquote:before {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: inherit;
	border-left-width: 3px;
  border-left-style: solid;
  border-left-color: inherit;
	display: block;
	content: '';
	width: 80px;
	height: 80px;
	top: 0;
	left: 0;
	position: absolute;
}

blockquote:after {
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: inherit;
  border-right-width: 3px;
  border-right-style: solid;
  border-right-color: inherit;
  display: block;
  content: '';
  width: 80px;
  height: 80px;
  bottom: 0;
  right: 0;
  position: absolute;
}

blockquote {
  border: none;
  border-radius: 0;
  line-height: 120%;
  padding: 40px;
  position: relative;
}