/*
Theme Name: Gentleman
Theme URI: http://demo.vegatheme.com/gentleman
Author: OceanThemes
Author URI: http://oceanthemes.net/
Description: Gentleman is a one page personal vCard wordpress theme with clean responsive design.
Version: 1.4.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: gentleman

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*------------------------------------------------------------------
[Table of contents]
	0) #Reset & Basics
	1) #Panel
	2) #PAGE LOAD
	3) #Navigation
	4) #Home
	5) #About
	6) #Team
	7) #Separator 1
	8) #Work
	9) #Projects
	10) #Separator 2
	11) #Services
	12) #Logos
	13) #Blog
	14) #Contact
	15) #google_map
	16) #Blog page
	17) #Blog single
	18) #footer
	19) #Media Queries 
-------------------------------------------------------------------*/

/* #RESET CSS */
.screen-reader-text{}
.wp-caption {max-width: 100%;}

.wp-caption-text{}

.sticky {}

.gallery-caption{}

.bypostauthor{}

.alignright {}

.alignleft{}

.aligncenter {}

img.aligncenter {

  margin-left: auto;

  margin-right: auto !important;

  display: block;

  clear: both;

  margin-top: 5px;

  width: auto !important;

}

.aligncenter {

  margin-left: auto;

  margin-right: auto;

  display: block;

  clear: both;

}

img.alignleft {

  margin: 5px 20px 20px 0;

  float: left;

  width: auto !important;

}

.alignleft {

  margin: 5px 10px 20px 0;

  float: left;

}

img.alignright {

  margin: 5px 0 20px 20px;

  float: right;

  width: auto !important;

}

.alignright {

  margin: 5px 0 20px 20px;

  float: right;

}

.transparent {

  z-index:1;

  display:block;

  padding:100px 0;

  position:relative;

}

pre, img {max-width: 100%;}

table,

th,

td {

  border: 1px solid rgba(0, 0, 0, 0.1);

}

table {

  border-collapse: separate;

  border-spacing: 0;

  border-width: 1px 0 0 1px;

  margin-bottom: 24px;

  width: 100%;

}

caption,

th,

td {

  font-weight: normal;

  text-align: left;

  padding: 5px 10px;

}

th {

  border-width: 0 1px 1px 0;

  font-weight: bold;

}

td {

  border-width: 0 1px 1px 0;

}

dl {

  margin-bottom: 24px;

}

dt {

  font-weight: bold;

}

dd {

  margin-bottom: 24px;

}

address {

  font-style: italic;

  margin-bottom: 24px;

}

cite {

    color: #1a1a1a;

    font-weight: bold;

}

pre, code {

    background-color: #F9F9F9;

    border-color: rgba(180,180,180,1);

    border-style: solid;

    border-width: 0px 0px 0px 4px;

    display: block;

    font-family: 'Open Sans', sans-serif;font-weight: 300;

    font-size: 14px;

    padding: 10px;

    overflow: auto;

    margin: 20px;

}



blockquote{background: #F9F9F9;padding: 20px;}

blockquote p{

  font-size: 15px;

  font-style: italic;

  padding-bottom: 0;

}
select{ max-width: 100%; }

p{
  font-weight: 300;
  margin-bottom: 10px;
}
.widget_text img{
  height: auto;
}

/*-------------------------------------------------
  1. Body/Main
-------------------------------------------------*/
html, body {
  height: 100%;
}

body {
  position: relative;
  overflow-x: hidden;
  background: #fff;
  margin: 0;
  padding: 0;
  color: rgb(30, 30, 30);
  font: 300 13px/20px 'Open Sans', sans-serif;
}

h1, h2, h3, h4 {
  color: rgb(20, 20, 20);
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h1 {
  margin: 10px 0;
  font-size: 24px;
  letter-spacing: 2px;
}

h2 {
  position: relative;
  margin: 10px 0;
  font-size: 18px;
}
.canvas p{
  margin-bottom: 0;
}
.canvas h2{
  margin-bottom: 45px;
}
.canvas h2:after {
  position: absolute;
  content: '';
  right: 0;
  bottom: -5px;
  left: 0;
  background: rgb(20, 20, 20);
  height: 1px;
}

h3 {
  margin: 5px 0;
  font-size: 16px;
}

h4 {
  margin: 5px 0;
  font-size: 13px;
}

a{
  -webkit-transition: linear 0.2s;
  -moz-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  transition: linear 0.2s;
}
.clearfix{
  clear: both;
}
.container-fluid {
  padding: 0;
}

.row {
  margin: 0;
}

.section-background {
  background: #fff;
  padding: 80px 60px;
}

.white-layer {
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
}

.black-layer {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}

/*-------------------------------------------------
  2. Toggle Menu
-------------------------------------------------*/
.toggle-btn {
  position: fixed;
  z-index: 999;
  top: 0px;
  right: 10px;
  background: transparent;
  width: 60px;
  height: 60px;
  margin: 0;
  border: none;
  line-height: 59px;
  -webkit-transition: linear 0.2s;
  -moz-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  transition: linear 0.2s;
}

.toggle-btn:focus {
  outline: none;
}

.lines {
  position: relative;
  display: inline-block;
  background: #fff;
  width: 37px;
  height: 7px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  border: 1px solid #333;
}

.lines:before,
.lines:after {
  position: absolute;
  content: '';
  left: -1px;
  display: inline-block;
  background: #fff;
  width: 37px;
  height: 7px;
  border: 1px solid #333;
  -webkit-transition: linear 0.2s;
  -moz-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  transition: linear 0.2s;
}

.lines:before {
  top: 8px;
}

.lines:after {
  top: -10px;
}

.toggle-close {
  background: transparent;
}

.toggle-close .lines {
  background: transparent;
  border: none;
}

.toggle-close .lines:before, 
.toggle-close .lines:after {
  top: 0;
  background: #333;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.toggle-close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

.toggle-close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.menu-top {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  background: #fff;
  width: 100%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: ease-out 0.2s;
  -moz-transition: ease-out 0.2s;
  -o-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
}
.admin-bar .menu-top,
.admin-bar .toggle-btn{
  top: 32px;
}
.show-menu {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.nav {
  text-align: center;
}

.nav li {
  list-style-type: none;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav a {
  position: relative;
  padding: 0 !important;
  color: rgb(20, 20, 20);
}

.nav a:after {
  position: absolute;
  content: '';
  bottom: -1px;
  left: 0;
  background: rgb(20, 20, 20);
  width: 0;
  height: 1px;
  -webkit-transition: ease-out 0.3s;
  -moz-transition: ease-out 0.3s;
  -o-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

.active a:after {
  width: 100%;
}

.nav a:hover:after, 
.nav a:focus:after {
  width: 100%;
}

.nav a:hover, 
.nav a:focus {
  background: transparent !important;
}
.nav li:hover > ul{
  display: block;
}
.dropdown-menu{
  border-radius: 0;
  padding: 0;
  border: none;
  font-size: 13px;
  box-shadow: none;
  margin-top: 0; 
  -webkit-transition: ease-out 0.2s;
  -moz-transition: ease-out 0.2s;
  -o-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
}
.dropdown-menu ul{
  left: 161px;
  top: 0;
}
.nav li li{
  padding: 7px 10px;
  margin: 0;
  display: block;
  border-bottom: 1px solid #ddd;
}
.nav li li a{
  display: inline-block;
}

/*-------------------------------------------------
  3. Home Section
-------------------------------------------------*/
.fill {
  min-height: 100%;
  height: 100%;
}

.home-background {
  position: relative;
  top:0;
  left:0;
  background: url("images/home-bg-img.jpg") no-repeat top center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.home-background .container-fluid, 
.home-background .row {
  height: 100%;
}

.home-box {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  color: #fff;
  padding: 0;
}

.home-box div:first-child {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  text-align: center;
}

.home-box img {
  width: 240px;
  height: 240px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.home-box h1 {
  margin-top: 20px;
  color: #fff;
}

.home-box p {
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.social {
  position: absolute;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  transform: translate(-50%,0);
}

.social ul {
  padding: 0;
}

.social li {
  list-style-type: none;
  display: inline-block;
  padding-right: 10px;
}

.social li:last-child {
  padding: 0;
}

.social a {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
  -webkit-transition: linear 0.2s;
  -moz-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  transition: linear 0.2s;
}

.social a:after {
  position: absolute;
  content: '';
  bottom: -1px;
  left: 0;
  background: #fff;
  width: 0;
  height: 1px;
  -webkit-transition: linear 0.2s;
  -moz-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  transition: linear 0.2s;
}

.social i {
  line-height: 30px;
  font-size: 14px;
}

.social a:last-child {
  margin: 0;
}

.social a:hover, 
.social a:focus {
  color: #fff;
  text-decoration: none;
}

.social a:hover:after, 
.social a:focus:after {
  width: 100%;
}

/*-------------------------------------------------
  4. Education/Experience Section
-------------------------------------------------*/
.resume-box {
  padding: 0;
}

.resume-box{
  margin-bottom: 20px;
}

.resume-box:last-child {
  margin: 0;
}

.resume-box h4 {
  margin-top: 0;
}

.resume-box span {
  color: rgb(180, 180, 180);
  font-weight: 400;
  font-style: italic;
}

.box-content {
  padding: 10px 0;
}

/*-------------------------------------------------
  5. Skills
-------------------------------------------------*/
.skills-background {
  background: url("images/bg-img-1.jpg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 0;
  text-align: center;
}

.skill-bar input[type="text"] {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1px;
}

.skill-bar h4 {
  margin: 10px 0;
  color: #fff;
  font-weight: 400;
}

/*-------------------------------------------------
  6. Hire me
-------------------------------------------------*/
.hire-background {
  background: url("images/bg-img-2.jpg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  padding: 0;
}

.hire-background p {
  margin-bottom: 20px;
  color: rgb(20, 20, 20);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hire-background a {
  display: inline-block;
  background: rgb(20, 20, 20);
  padding: 10px 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: linear 0.2s;
  -moz-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  transition: linear 0.2s;
}

.hire-background a:hover, 
.hire-background a:focus {
  background: rgb(40, 40, 40);
  text-decoration: none;
}

/*-------------------------------------------------
  7. Portfolio Section
-------------------------------------------------*/
.portfolio-content {
  position: relative;
  padding: 0;
}

.portfolio-content img {
  width: 100%;
}

.image-layer {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: ease-out 0.3s;
  -moz-transition: ease-out 0.3s;
  -o-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

.image-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  padding-top: 10px;
  text-align: center;
  -webkit-transition: ease-out 0.3s;
  -moz-transition: ease-out 0.3s;
  -o-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

.image-title h3 {
  margin-bottom: 10px;
  color: #fff;
  font-weight: 400;
}

.image-title a {
  position: relative;
  padding: 1px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  -webkit-transition: ease-out 0.2s;
  -moz-transition: ease-out 0.2s;
  -o-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
}

.image-title a:hover, 
.image-title a:focus {
  color: #fff;
  text-decoration: none;
}

.image-title a:after {
  position: absolute;
  content: '';
  bottom: -1px;
  left: 0;
  background: #fff;
  width: 0;
  height: 1px;
  -webkit-transition: ease-out 0.3s;
  -moz-transition: ease-out 0.3s;
  -o-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

.image-title a:hover:after, 
.image-title a:focus:after {
  width: 100%;
}

.portfolio-content:hover .image-layer, 
.portfolio-content:focus .image-layer {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}

.portfolio-content:hover .image-title, 
.portfolio-content:focus .image-title {
  padding: 0;
}

.popup-box {
  position: relative;
  background: #fff;
  width: auto;
  max-width: 640px;
  margin: 0 auto;
}

.popup-box img {
  width: 100%;
}

.popup-content {
  padding: 25px;
}

.popup-content h3 {
  margin-top: 0;
  text-align: center;
}

.portfolio-content .owl-controls {
  position: absolute !important;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  transform: translate(-50%,0);
}

.portfolio-content .owl-controls .owl-buttons div, 
.portfolio-content .owl-controls .owl-page span {
  background: #fff !important;
}

.owl-controls .owl-page span {
  width: 8px !important;
  height: 8px !important;
}

/*-------------------------------------------------
  8. Services Section
-------------------------------------------------*/
.service-box {
  margin-bottom: 40px;
  text-align: left;
}

.service-box:last-child {
  margin: 0;
}

.service-box div:first-child {
  float: left;
  width: 50px;
  height: 50px;
  border: 1px solid rgb(220, 220, 220);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}

.service-box div:last-child {
  padding-left: 65px;
}

.service-box h4 {
  margin-top: 0;
}

.service-box i {
  color: rgb(20, 20, 20);
  font-size: 18px;
  line-height: 50px;
}

/*-------------------------------------------------
  9. Facts
-------------------------------------------------*/
.facts-background {
  background: url("images/bg-img-1.jpg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  padding: 0;
}

.fact-box {
  padding: 10px 20px;
  border-right: 1px solid #fff;
  margin-left: -3px;
  margin-bottom: 10px;
}

.fact-box:last-child {
  border: none;
}

.fact-box p {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 1px;
}

.fact-box h4 {
  margin: 10px 0 0 0;
  color: #fff;
  font-weight: 400;
}

/*-------------------------------------------------
  10. Testimonial Section
-------------------------------------------------*/
.testimonial-box {
  margin-bottom: 40px;
}

.testimonial-box:last-child {
  margin: 0;
}

.testimonial-box img {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.testimonial-box p {
  position: relative;
}

.testimonial-box p:before {
  position: absolute;
  content: "\f10d";
  top: 0;
  left: -20px;
  color: rgb(220, 220, 220);
  font-family: "FontAwesome";
  font-size: 13px;
}

.testimonial-box p:after {
  position: absolute;
  content: "\f10e";
  right: 0;
  bottom: 0;
  color: rgb(220, 220, 220);
  font-family: "FontAwesome";
  font-size: 13px;
}

/*-------------------------------------------------
  11. Clients
-------------------------------------------------*/
.clients-background {
  background: url("images/bg-img-2.jpg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  padding: 0;
}

.client-box {
  display: inline-block;
  opacity: 0.8;
  padding: 0 20px;
}

.client-box img {
  width: 100%;
}

.clients-background .owl-controls .owl-buttons div, 
.clients-background .owl-controls .owl-page span {
  background: rgb(20, 20, 20) !important;
}

/*-------------------------------------------------
  12. Contact Section
-------------------------------------------------*/
.info {
  margin: 0;
  padding: 0;
}

.info li {
  list-style-type: none;
  height: 32px;
  margin-bottom: 10px;
  line-height: 32px;
  font-weight: 400;
}

.info i {
  float: left;
  width: 32px;
  height: 32px;
  margin-right: 5px;
  border: 1px solid rgb(220, 220, 220);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  line-height: 32px;
  color: rgb(20, 20, 20);
  font-size: 14px;
  text-align: center;
}

.input-style {
  margin-bottom: 15px;
}

.text-style {
  width: 100%;
  margin-bottom: 15px;
}

input, textarea {
  background: rgb(240, 240, 240);
  padding: 10px;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid rgb(240, 240, 240);
  border-left: none;
  -webkit-transition: ease-out 0.2s;
  -moz-transition: ease-out 0.2s;
  -o-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
}

textarea {
  height: 150px;
}

.input-style input, 
.text-style textarea {
  width: 100%;
}

input:focus, 
textarea:focus {
  outline: none;
}

.submit-style {
  display: inline-block;
  background: rgb(20, 20, 20);
  padding: 10px 20px;
  border: none;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: linear 0.2s;
  -moz-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  transition: linear 0.2s;
}

.submit-style:hover, 
.submit-style:focus {
  background: rgb(40, 40, 40);
  color: #fff;
  outline: none;
  text-decoration: none;
}

.submit-result {
  width: 100%;
}

#success {
  display: none;
  padding-top: 20px;
  color: #419873;
}

#error {
  display: none;
  padding-top: 20px;
  color: red;
}

.google-maps {
  padding: 0;
}


/*-------------------------------------------------
  13. Footer
-------------------------------------------------*/
.footer-background {
  background: rgb(20, 20, 20);
  padding: 40px;
  color: #fff;
}

.footer-background a {
  color: #fff;
}
.footer-background a:hover{
  color: #ddd;
}
.col-left {
  padding: 0;
  text-align: left;
}

.col-left i {
  padding: 3px;
}

.col-right {
  padding: 0;
  text-align: right;
}

.col-right a {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
  -webkit-transition: linear 0.2s;
  -moz-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  transition: linear 0.2s;
}

.col-right a:after {
  position: absolute;
  content: '';
  bottom: -1px;
  left: 0;
  background: #fff;
  width: 0;
  height: 1px;
  -webkit-transition: linear 0.2s;
  -moz-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  transition: linear 0.2s;
}

.col-right a:last-child {
  margin: 0;
}

.col-right i {
  line-height: 30px;
  font-size: 14px;
}

.col-right a:hover, 
.col-right a:focus {
  color: #fff;
  text-decoration: none;
}

.col-right a:hover:after, 
.col-right a:focus:after {
  width: 100%;
}

.canvas .row{
  margin: 0;
}
.canvas .col-md-6,
.canvas .col-sm-6,
.canvas .col-md-12,
.canvas .col-sm-12{
  padding-left: 0;
  padding-right: 0;
}

.canvas > section > .row > * {
  padding-left: 0;
  padding-right: 0;
}

/*Edit*/
a:hover{
  text-decoration: none;
}
.cta-btn:hover{
  opacity: 0.8;
}
.linkout{
  text-align: center;
  padding-top: 10px;
}
.linkout a{
  padding: 3px 10px;
  text-transform: uppercase;
  color: #dd3333;
  font-weight: bold;
}
.linkout a:hover{
  color: #333;
}
.contacts-map{
  height: 400px;
}

/*Blog*/

#content{
  padding-bottom: 50px;
}
#subheader{
  margin-bottom: 80px;
  text-align: center;
  background: url(images/portfolio-img-1@2x.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.pattern{
  width: 100%;
  height: 100%;
  padding: 100px 0;
  background: rgba(0,0,0,0.7);
  color: #ddd;
}
.pattern h1{
  margin-top: -10px;
  color: #fff;
  font-size: 42px;
}
.blog-list, .widget ul{
  list-style: none;
  padding-left: 0;
}
.blog-list > li{
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.post-media{
  margin-bottom: 15px;
}
.post-media iframe{
  border: none;
}
.post-gallery{
  margin-bottom: 25px;
}
.post-gallery.owl-theme .owl-controls{
  margin-top: -35px;
}
.post-gallery.owl-theme .owl-controls span{
  background: #fff;
  width: 10px!important;
  height: 10px!important;
}
.post-gallery.owl-theme .owl-controls .active span{
  opacity: 0.9;
}
.blog-title{
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 10px;
  margin: 0;
}
.blog-title a{
  color: #333;
}
.blog-title a:hover{
  color: #337ab7;
}
.post-meta span{
  display: inline-block;
  margin-right: 15px;
  color: #a2a2a2;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.post-meta span i{
  margin-right: 8px;
}
.post-tags a{
  text-transform: uppercase;
  margin-right: 5px;
  font-size: 10px;
}
.preview p{
  margin-bottom: 20px;
}
.sticky h3{
  font-weight: bold;
}
.sticky h3 a {
	padding: 3px 10px;
	background: #eee;
}
.sticky .preview p{
  background: #eee;
  font-weight: normal;
  padding: 8px 15px;
}
.sticky a.read-more{
  border: 1px solid;
  padding: 3px 10px;
}
.pagination ul{
  text-align: center;
  list-style: none;
  padding-left: 0;
  margin-bottom: 
}
.pagination ul li{
  display: inline-block;
}
.pagination ul li a,
.pagination ul li span{
  padding: 5px 15px;
  border: 1px solid #eee;
  font-size: 15px;
  color: #333;
  margin-right: 2px;
  -webkit-transition: linear 0.2s;
  -moz-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  transition: linear 0.2s;
}
.pagination ul li span,
.pagination ul li a:hover{
  color: #337ab7;
  border-color: #337ab7;
}

.sidebar .widget{
  padding-bottom: 30px;
}
.sidebar .widget input[type=text],
.sidebar .widget select{
  width: 100%;
}
.sidebar .widget select{
  height: 32px;
  line-height: 32px;
  padding: 0 5px;
}
.sidebar .widget ul{
  margin-bottom: 0;
}
.sidebar .widget ul ul{
  padding-left: 15px;
  border-top: 1px solid #eee;
}
.sidebar .widget li li{
  border-bottom: none;
}
.sidebar .widget h2{
  margin-bottom: 20px;
}
.sidebar .widget p{
  margin-bottom: 10px;
}
.sidebar .widget li{
  line-height: 35px;
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
}
.sidebar .widget li a,
.sidebar .widget li.recentcomments a:hover{
  color: #333;

}
.sidebar .widget li a:hover, .tagcloud a:hover,
.sidebar .widget li.recentcomments a{
  color: #337ab7;
}
.tagcloud a{
  padding: 3px 10px;
  font-size: 13px!important;
  color: #333;
  border: 1px solid;
  display: inline-block;
  margin-bottom: 3px;
}
a.read-more:hover{
  letter-spacing: 1px;
}
.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:focus, 
.dropdown-menu>.active>a:hover{
  color: inherit;
  background: inherit;
}
.latest_news ul li{
  overflow: hidden;
  clear: both;
  padding: 15px 0 20px;
}
.latest_news .post-thumb {
  width: 100px;
  float: left;
  margin-right: 15px;
}
.preview p:last-child{
  margin-bottom: 0;
}
.comment-respond h3{
  margin-bottom: 20px;
}
.comment-respond form label{
  display: block;
}
.comment-respond form input[type=text],
.comment-respond form textarea{
  width: 100%;
  max-width: 400px;
  margin-bottom: 10px;
}
.comment-respond form textarea{
  max-width: none;
  height: 200px
}
.comment-respond form input[type=submit]{
  font-weight: normal;
  padding-right: 15px;
  padding-left: 15px;
}
.comment-respond form input[type=submit]:hover{
  background: #333;
  color: #fff;
}
.single-comment, .single-comment ul{
  list-style: none;
  padding-left: 0;
}
.single-comment ul{
  padding-left: 40px;
}
.single-comment li{
  margin-bottom: 40px;
  overflow: hidden;
  clear: both;
}
.page-content .single-comment{
  margin-top: 30px;
}
.comments-box{
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
div.avatar{
  float: left;
  margin-right: 15px;
}
.comment-info{
  overflow: hidden;
}
.date-reply{
  color: #aaa;
  padding: 5px 0;
}
.date-reply .c_date{
  margin-right: 10px;
}
.c_name{
  font-weight: 600;
}

form div.wpcf7-response-output{
  margin: 0;
  margin-top: 5px;
}

.page404{
  padding: 170px 0 200px;
  background: #fff;
}
.page404 h1{
  font-size: 50px;
}
.content_404{
  margin-bottom: 20px;

}
.blog-link a{
  border: 1px solid;
  padding: 3px 10px;
}

.go-top{
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 38px;
  position: fixed;
  bottom: 60px;
  right: 10px;
  z-index: 77;
  font-size: 18px;
  text-align: center;
  background: #333;
  color: #fff !important;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  border-radius: 50%;
}

.go-top.go-top-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 0.6;
}
.go-top.go-topfade-out {
  opacity: 1;
}