/*
Theme Name: Bedford
Theme URI: http://responsive.co.il/bedford
Author: ResponsiveCoil
Author URI: http://themeforest.net/user/responsivecoil
Description: Bedford premium Wordpress theme. Responsive, Retina-ready HTML5 theme with grid system layout.
Version: 1.2
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: white, gray, light, left-sidebar, responsive-layout, custom-menu, editor-style, featured-images, full-width-template, post-formats, theme-options, translation-ready, accessibility-ready
Text Domain: bedford
*/
/**
 * 1.0 Reset 
 * Actually clone of twentyforteen style.css reset section.
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 * -----------------------------------------------------------------------------
 */
/*


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
	12.1 - Captions
	12.2 - Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box;
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box;
}

body {
  background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

a img {
  border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

b, strong {
  font-weight: bold;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
  border-bottom: 1px dotted #666666;
  cursor: help;
}

mark, ins {
  background: #C5E299;
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 1.462em;
}

/*
ul {
	list-style: disc;
}
*/
ol {
  list-style-position: inside;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 0 0 4px;
  height: auto !important;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

th {
  font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #cccccc #cccccc #bbbbbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #cccccc #bbbbbb #aaaaaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaaaaa #bbbbbb #bbbbbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #cccccc;
  border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
  outline: 0;
  border: 1px dotted #999999;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}

a:visited {
  color: purple;
}

a:hover,
a:focus,
a:active {
  color: midnightblue;
}

/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */
/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul {
  left: auto;
}

.main-navigation ul ul li:hover > ul {
  left: 100%;
}

/* Small menu */
.menu-toggle {
  display: none;
}

@media screen and (max-width: 600px) {
  .menu-toggle,
  .main-navigation.toggled .nav-menu {
    display: block;
  }

  .main-navigation ul {
    display: none;
  }
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* 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:hover,
.screen-reader-text:active,
.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-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 */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
  display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}

.wp-caption-text {
  text-align: center;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* ----- clear fix for floats ----- */
.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

/* hides clearfix from IE-mac */
.clearfix {
  display: block;
}

/* end hide from IE-mac */
.std-float {
  float: left;
  margin-right: 35px;
}

.std-float-flipped {
  float: right;
  margin-left: 35px;
}

.centered {
  text-align: center;
}

.hidden {
  display: none;
}

.Mgn-0 {
  margin: 0;
}

.margin-bottom {
  margin-bottom: 35px;
}

.align-top {
  padding-top: 0;
}

.list-inline,
.list-inline.list-inline {
  list-style-type: none;
}
.list-inline, .list-inline li,
.list-inline.list-inline,
.list-inline.list-inline li {
  margin: 0px;
  padding: 0px;
  display: inline;
}

.list-unstyled {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}

.list-sub {
  margin-left: 1.5em;
}

.topless,
.topless.topless {
  margin-top: 0;
  padding-top: 0;
}

.bottom-pd-0 {
  padding-bottom: 0 !important;
}

.float {
  float: left;
}

.float-flipped {
  float: right;
}

.clear-b {
  clear: both;
}

/* =2. Preloader
--------------------------------------------------------------------------------------------------------*/
#preloader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f5f5f5;
  z-index: 9999;
}

#status {
  width: 300px;
  height: 402px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -201px 0 0 -150px;
  color: #212121;
}

/* horizontal centering */
.parent {
  width: 300px;
  margin: 0px auto;
  position: absolute;
  height: 402px;
  z-index: 11;
}

.col1-3.half .parent {
  height: 191px;
}

.col1-3.half .parent.text {
  top: -1px;
  left: 2px;
}

.col2-3 .parent {
  width: 620px;
}

.child {
  text-align: center;
}

/* vertical centering */
.parent {
  display: table;
}

.child {
  display: table-cell;
  vertical-align: middle;
  padding: 0 50px;
}

.child span {
  text-transform: uppercase;
}

/* End Preloader
--------------------------------------------------------------------------------------------------------*/
/* =3. Typography
--------------------------------------------------------------------------------------------------------*/
html {
  -webkit-font-smoothing: antialiased;
  height: 100%;
}

body {
  font: 13px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;

  color: #000000;

  background: #FFFFFF;
  height: 100%;
}

strong {
  font-weight: 600;
}

a, a > * {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

*:after, *:before {
  padding: 0;
  margin: 0;
}

p {
  line-height: 21px;
  margin: 13px 0px 0 0px;
}

p.small {
  font-size: 12px;
  line-height: 21px;
}

p.big,
.entry-content,
.entry-content p,
.entry-content ul.unordered-list,
article .hentry ul,
article ul.list,
article ol,
.conmment-content {
  font-size: 13px;
  line-height: 19px;
}

blockquote {
  line-height: 1.5;
  padding: 14px 35px 25px;
  margin-top: 25px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
}

blockquote span {
  font-size: 12px;
  display: block;
  margin-top: 15px;
}

.uppercase {
  text-transform: uppercase;
}

p.small.uppercase {
  font-size: 11px;
}

a, a:hover, a:visited, a:focus {
  text-decoration: none;
  color: #212121;
  outline: none;
}

.entry-meta a, .entry-meta a:hover, .entry-meta a:visited, .entry-meta a:focus,
.entry-content a, .entry-content a:hover, .entry-content a:visited, .entry-content a:focus {
  text-decoration: underline;
  color: #8cab4a;
}

#filters .selected {
  font-weight: 600;
}

p.form-submit,
p.button {
 /* background-color: #616459; */
  
 border-radius: 3px;
  
 display: inline-block;
  margin: 20px 5px 0px 0;
  padding: 0;
  padding-bottom: 3px;
  -o-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  
 /* -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); */
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  
 /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); */
}

p.button a {
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
padding: 7px 16px 8px 16px;
  color: #fff;
  font-weight: 600;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  line-height: 21px;
  text-decoration: none;
  border-radius: 3px;
  border: 1px solid #94ad5f;
  background-image: linear-gradient(bottom, #8da65a 0%, #9bb564 100%);
  background-image: -o-linear-gradient(bottom, #8da65a 0%, #9bb564 100%);
  background-image: -moz-linear-gradient(bottom, #8da65a 0%, #9bb564 100%);
  background-image: -webkit-linear-gradient(bottom, #8da65a 0%, #9bb564 100%);
  background-image: -ms-linear-gradient(bottom, #8da65a 0%, #9bb564 100%);
  background-color: #8da65a;
  -o-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.25);
  -moz-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.25);
  -webkit-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.25);
  text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.25);
}

p.button a:hover {
  color: #fff;
  text-decoration: none;
}

/* End Typography
--------------------------------------------------------------------------------------------------------*/
/* =4. Headings
--------------------------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5,
.page-title {
  line-height: 1.2;
  font-weight: 700;
  margin: 0px 0px 7px 0px;

  padding-bottom: 15px;
padding-top: 33px;
  text-transform: uppercase;
  border-bottom: 1px solid #DBDBDB;
  display: block;
  position: relative;
}
.comment-content h1, .comment-content h2, .comment-content h3, .comment-content h4, .comment-content h5, .comment-content
.page-title {
  border-bottom: none;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 14px;
  font-weight: 600;
}

.page-title {
  font-size: 36px;
}

h3 {
  padding-bottom: 20px;
  padding-top: 29px;
  line-height: 24px;
}

h4 {
  font-size: 15px;
  padding-bottom: 18px;
  padding-top: 29px;
  line-height: 24px;
}

h5 {
  font-size: 14px;
  padding-bottom: 19px;
  padding-top: 29px;
  line-height: 24px;
}

h1:before,
h2:before,
h3:before,
h4:before,
h5:before {
/*  background: none repeat scroll 0 0 #cfcfcf;
  bottom: -5px;
  content: "";
  height: 8px;
  left: 35px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  width: 8px;
  */
}
.comment-content h1:before, .comment-content
h2:before, .comment-content
h3:before, .comment-content
h4:before, .comment-content
h5:before {
  display: none;
}

h1:after,
h2:after,
h3:after,
h4:after,
h5:after {
	/*
  background: #f5f5f5;
  bottom: -3px;
  content: "";
  height: 10px;
  left: 35px;
  margin-left: -1px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  width: 10px;
  */
}
.comment-content h1:after, .comment-content
h2:after, .comment-content
h3:after, .comment-content
h4:after, .comment-content
h5:after {
  display: none;
}

#logo {
  margin: 3px auto 37px;
  line-height: 0;
  width: 280px;
  z-index: 401;
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  text-transform: upercase;
  padding: 0;
  border: none;
}

#logo:before,
#logo:after {
  display: none;
}

.sitename-visible #logo {
  line-height: 1;
}

.tagline-visible #logo {
  margin-bottom: 6px;
}

#logo a.logo {
  display: inline-block;
  overflow: hidden;
}

.no-logo #logo {
  padding: 0 0.3em;
}

.no-logo #logo a.logo {
  height: auto;
}

.tagline {
  font-size: 115%;
  text-align: center;
  margin-bottom: 43px;
  text-transform: uppercase;
}

/* End Headings
--------------------------------------------------------------------------------------------------------*/
/* =5. Main Nav
--------------------------------------------------------------------------------------------------------*/
#options ul {
  margin: 0;
  margin-bottom: 53px;
  list-style: none;
  display: block;
  text-align: left;
  width: 100%;
  -webkit-transform: translateZ(0);
  /* border-top: 1px solid #ededed;*/
}

#options li a {
  color: #848487;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  padding: 19px 35px;
  margin: 0px;
  position: relative;
  /* border-bottom: 1px solid #ededed;*/
  display: block;
  height: 59px;
}

#options li a:hover {
color: #000000;
}

#options li a.selected,
#options li.current_page_item > a,
#options li.current-menu-ancestor > a {
  /* font-weight: 700; */
}

#options ul li ul {
  border: 0;
  margin: 0;
  display: none;
}

#nav li ul.opened,
#options ul li.current-menu-parent > ul {
  display: block;
}

#options ul li ul li a {
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  padding: 19px 1em 19px 70px;
  height: auto;
}

#options ul li ul li a.selected,
#options li li.current_page_item > a {
  font-weight: 600;
}

/* End Main Nav
--------------------------------------------------------------------------------------------------------*/
/* =6. Main Content
--------------------------------------------------------------------------------------------------------*/
header.site-header {
height: 100%;
  width: 280px;
  
position: fixed;
  z-index: 29;
  padding-top: 48px;
  padding-bottom: 43px;
  background: #fff;            
-webkit-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.31);  
-moz-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.31);  
box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.21);
}

header.site-header {}

#right-background {
  background: #fff;

  /* width: 52px; */
  right: 0;
  top: 0;
  position: fixed;
  z-index: 30;
  height: 100%;
}

#main {
  width: 100%;
  position: relative;
  border-left: 280px solid white;

  /* border-right: 52px solid white; */
  min-height: 100%;
  height: auto;        
}

.container {
  padding: 0px;
  width: 100%;
  max-width: 870px;
  position: relative;
  margin: 0 auto;
  padding-bottom: 65px;
  padding-top: 40px;
}

.masonry .container {
  max-width: 1160px;
}

.two-columns {
  width: 580px;
}

#main-content.two-columns,
#main-content-nojs.two-columns {
  float: left;
}

/* =End Main Content
--------------------------------------------------------------------------------------------------------*/
/* =7. Column Grid
--------------------------------------------------------------------------------------------------------*/
.col1-1 {
  width: 860px;
  height: 280px;
  margin: 5px;
  position: relative;
}

.col1-3 {
  width: 280px;
  height: 280px;
  margin: 5px;
  float: left;
  position: relative;
}

.col2-3 {
  width: 570px;
  height: 570px;
  margin: 5px;
  float: left;
  position: relative;
}

.col2-3.wide {
  height: 280px;
}

.col2-3.tall {
  width: 280px;
}

.col2-3.auto, .col1-3.auto, .col1-1.auto {
  height: auto;
  padding-bottom: 25px;
}

.clearfix.col1-3.auto.margin-left.details-column {}

.auto.no-padding {
  padding: 0;
}

.col1-3.margin-left {
  margin-left: 30px;
  width: 250px;
}

.col1-3.margin-right {
  margin-right: 35px;
  width: 250px;
}

.column-count2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.bottom {
  position: absolute;
  bottom: 0px;
  padding-bottom: 36px;
}

.break {
  height: 20px;
  position: relative;
  display: block;
}

p .break {
  height: 13px;
}

.overflow, .element {
  overflow: hidden;
}

.element.post {
  background-color: #eeeeee;
}

.borderline {
  border-top: 1px dotted lightgrey;
  height: 1px;
  position: relative;
  display: block;
  margin: 19px 0px 5px 0px;
  width: auto;
}

/* =End Main Content
--------------------------------------------------------------------------------------------------------*/
/* =8. Google Maps
--------------------------------------------------------------------------------------------------------*/
#map {
  width: 860px;
  height: 400px;
  margin: 0;
  border: 0;
}

#map:before, #map:after {
  background: none;
  content: '';
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#map:after {
  bottom: 0;
  top: auto;
}

/* End Google Maps
--------------------------------------------------------------------------------------------------------*/
/* =9. Icons
--------------------------------------------------------------------------------------------------------*/
.icons {
  display: inline-block;
  height: 24px;
  width: 24px;
  z-index: 100;
  background: white center no-repeat;
  background-size: 24px 24px;
}

nav .icons {
  float: right;
  margin-top: -2px;
  background-color: transparent;
}

.images .icons {
  width: 52px;
  height: 52px;
  position: absolute;
  right: 35px;
  top: 35px;
}

/* Main Nav Icons */
.icons.home {
  background-image: url(images/icons/bg-home.png);
}

.icons.portfolio {
  background-image: url(images/icons/bg-portfolio.png);
}

.icons.services {
  background-image: url(images/icons/bg-services.png);
}

.icons.team {
  background-image: url(images/icons/bg-team.png);
}

.icons.blog {
  background-image: url(images/icons/bg-blog.png);
}

.icons.contact {
  background-image: url(images/icons/bg-contact.png);
}

.social li {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px 31px;
}

/* Social Icons */
.social .linkedin {
  background-image: url(images/icons-social/bg-linkedin.png);
}
.social .dribbble {
  background-image: url(images/icons-social/bg-dribbble.png);
  background-size: 50px 51px;
}
.social .googleplus {
  background-image: url(images/icons-social/bg-googleplus.png);
}
.social .twitter {
  background-image: url(images/icons-social/bg-twitter.png);
  background-size: 30px 31px;
}
.social .facebook {
  background-image: url(images/icons-social/bg-facebook.png);
  background-size: 30px 31px;
}
.social .behance {
  background-image: url(images/icons-social/bg-behance.png);
}
.social .skype {
  background-image: url(images/icons-social/bg-skype.png);
  background-size: 30px 31px;
}
.social .vimeo {
  background-image: url(images/icons-social/bg-vimeo.png);
}
.social .pinterest {
  background-image: url(images/icons-social/bg-pinterest.png);
}
.social .flickr {
  background-image: url(images/icons-social/bg-flickr.png);
}
.social .youtube {
  background-image: url(images/icons-social/bg-youtube.png);
}
.social .tumblr {
  background-image: url(images/icons-social/bg-tumblr.png);
}
.social .soundcloud {
  background-image: url(images/icons-social/bg-soundcloud.png);
}
.social .paypal {
  background-image: url(images/icons-social/bg-paypal.png);
}
.social .instagram {
  background-image: url(images/icons-social/bg-instagram.png);
}
.social .dropbox {
  background-image: url(images/icons-social/bg-dropbox.png);
}

/* Teaser Icons */
.icons.link {
  background-image: url(images/icons/bg-link.png);
}

.icons.video {
  background-image: url(images/icons/bg-video.png);
}

.icons.zoom {
  background-image: url(images/icons/bg-zoom.png);
}

.icons.map {
  background-image: url(images/icons/bg-map.png);
}

.icons.slideshow {
  background-image: url(images/icons/bg-slideshow.png);
}

.icons.camera {
  background-image: url(images/icons/bg-camera.png);
}

.icons.award {
  background-image: url(images/icons/bg-award.png);
}

.icons.comment {
  background-image: url(images/icons/bg-comment.png);
}

.icons.audio {
  background-image: url(images/icons/bg-audio.png);
}

.icons.vector {
  background-image: url(images/icons/bg-vector.png);
}

.icons.video-camera {
  background-image: url(images/icons/bg-video-camera.png);
}

.icons.walkman {
  background-image: url(images/icons/bg-walkman.png);
}

.icons.bag {
  background-image: url(images/icons/bg-bag.png);
}

.icons.binocular {
  background-image: url(images/icons/bg-binocular.png);
}

.icons.books {
  background-image: url(images/icons/bg-books.png);
}

.icons.coffee {
  background-image: url(images/icons/bg-coffee.png);
}

.icons.film {
  background-image: url(images/icons/bg-film.png);
}

.icons.help {
  background-image: url(images/icons/bg-help.png);
}

.icons.microphone {
  background-image: url(images/icons/bg-microphone.png);
}

.icons.photographer {
  background-image: url(images/icons/bg-photographer.png);
}

.icons.polaroid {
  background-image: url(images/icons/bg-polaroid.png);
}

.icons.radio {
  background-image: url(images/icons/bg-radio.png);
}

.icons.recorder {
  background-image: url(images/icons/bg-recorder.png);
}

.icons.register {
  background-image: url(images/icons/bg-register.png);
}

.icons.scissor {
  background-image: url(images/icons/bg-scissor.png);
}

.icons.select {
  background-image: url(images/icons/bg-select.png);
}

.icons.settings {
  background-image: url(images/icons/bg-settings.png);
}

.icons.shirt {
  background-image: url(images/icons/bg-shirt.png);
}

.icons.smartphone {
  background-image: url(images/icons/bg-smartphone.png);
}

.icons.stationery {
  background-image: url(images/icons/bg-stationery.png);
}

.icons.television {
  background-image: url(images/icons/bg-television.png);
}

/* End Icons
--------------------------------------------------------------------------------------------------------*/
/* =10. Image Hover
--------------------------------------------------------------------------------------------------------*/
.multiple-images .images {
  margin-bottom: 10px;
}

.images img {
  width: 100%;
  display: block;
  max-width: 100% !important;
  z-index: 9;
}

.title,
.subtitle {
  z-index: 1001;
  position: absolute;
  top: 35px;
  left: 35px;
  width: auto;
  cursor: pointer;
  pointer-events: none;
  background: #fff;
}

.subtitle {
  top: 68px !important;
  /*left:35px !important;*/
}

.title-wrap,
.subtitle-wrap {
  overflow: hidden;
  position: relative;
  /*display:block*/
}

.title-wrap-inner,
.subtitle-wrap-inner {
  overflow: hidden;
  white-space: nowrap;
  color: #212121;
  text-transform: uppercase;
  padding: 5px 10px 6px 10px !important;
}

.title-wrap-inner {
  font-size: 14px;
  font-weight: 600;
  margin: 0px;
  border-bottom: 0;
  padding: 3px 10px 5px 10px !important;
  line-height: 24px;
}

.title-wrap-inner:before, .title-wrap-inner:after {
  background: rgba(222, 222, 222, 0);
}

.subtitle-wrap-inner {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

/* Internet Explorer */
.ie .title-wrap-inner, .ie .subtitle-wrap-inner {
  padding: 5px 10px 5px 10px;
}

/* Teaser */
.teaser {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #fff;
  padding: 18px 25px;
  margin: 35px;
  width: 210px;
}

.teaser-only-heading {
  padding: 15px 25px 18px 25px;
}

.teaser:before {
  content: '';
  height: 0;
  width: 0;
  border-width: 8px 8px 8px 8px;
  border-style: solid;
  border-color: rgba(251, 251, 251, 0) rgba(255, 255, 255, 0) white rgba(255, 255, 255, 0);
  position: absolute;
  top: -16px;
  margin-left: 0px;
  border-top-style: inset;
}

.teaser .post-title, .teaser p.small {
  padding: 0;
}

.teaser-h4,
.teaser .post-title {
  padding-top: 3px;
  padding-bottom: 1px;
  margin: 0;
  border: 0;
}

.teaser .post-title:before {
  background: none repeat scroll 0 0 rgba(222, 222, 222, 0);
  bottom: -5px;
  content: "";
  height: 8px;
  left: 35px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  width: 8px;
}

.teaser .post-title:after {
  background: none;
  bottom: -3px;
  content: "";
  height: 10px;
  left: 35px;
  margin-left: -1px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  width: 10px;
}

.h-no-decoration:before,
.h-no-decoration:after {
  display: none;
}

.title,
.subtitle {
  background-color: transparent;
}

.title-wrap,
.subtitle-wrap {
  background-color: #fff;
}

/* End Image Hover
--------------------------------------------------------------------------------------------------------*/
/* =11. Lists
--------------------------------------------------------------------------------------------------------*/
ul.unordered-list,
.widget ul,
.hentry ul {
  list-style-type: disc;
  line-height: 21px;
  padding: 13px 0px 0 0px;
  margin-left: 18px;
  text-align: left !important;
  margin-bottom: 0;
}

ul.list {
  line-height: 21px;
  padding-top: 13px;
}

ol {
  list-style-type: decimal;
  line-height: 21px;
  padding: 13px 0px 0 0px;
  margin-left: 28px;
}

/* =End Lists
--------------------------------------------------------------------------------------------------------*/
/* =12. Footer
--------------------------------------------------------------------------------------------------------*/
#bottom {
  height: auto;
  position: relative;
  padding: 0 35px;
color: #212121;
}

#footer {
  border-left: 280px solid white;
  border-right: 52px solid white;
  clear: both;
}

/* End Footer
--------------------------------------------------------------------------------------------------------*/
/* =13. Social
--------------------------------------------------------------------------------------------------------*/
ul.social {
  letter-spacing: 0;
  margin: 0;
}

.social li {
  display: inline-block;
  margin: 3px 3px 3px 2px;
}

.social li a {
  display: block;
}

ul.social a {
  text-indent: -9000px;
  text-decoration: none;
  height: 52px;
  width: 52px;
}

/* End Social
--------------------------------------------------------------------------------------------------------*/
/* =14. Backtotop Button
--------------------------------------------------------------------------------------------------------*/
#backtotop {
  height: auto;
  position: fixed;
  right: 0px;
  bottom: 40px;
  display: none;
  z-index: 30;
}

#backtotop ul {
  padding: 15px 0px;
  list-style: none;
}

#backtotop ul li a {
  background: url(images/bg-up.png) center top no-repeat;
  background-size: 24px 24px;
  display: block;
  width: 52px;
  height: 52px;
  float: right;
  right: 10px;
  text-indent: -9000px;
}

#backtotop ul li a:hover {
  height: 62px;
}

/* End Backtotop Button
--------------------------------------------------------------------------------------------------------*/
form.wpcf7-form,
#contact {
  display: block;
  width: auto;
  margin: 0;
  padding: 0px;
  border: none;
  margin-top: 25px;
  overflow: visible;
}

/* Form style */
#commentform label,
#contact label {
  display: none;
  float: none;
  height: 0px;
}

textarea,
select,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  width: 273px;
  max-width: 100%;
  padding: 14px 20px 15px 20px;
  font: 13px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #212121;
  border: 1px dotted lightgrey;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  float: none;
  display: block;
  margin: 0px 0 24px 0;
  -webkit-appearance: none;
  background: none;
}

.wpcf7-form textarea,
#contact textarea {
  margin-bottom: 0px;
  margin-right: 0px !important;
  resize: none;
}

#respond textarea {
  height: 195px;
}

input.submit {
  display: inline-block;
  position: absolute;
  width: auto;
  bottom: 40px;
  right: 0px;
  border: 0px;
  padding: 0px;
  color: #8d8d8d;
  font-size: 13px;
  background: none;
  cursor: pointer;
}

.form-submit input,
input.button {
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  padding: 7px 21px 8px 20px;
  color: #FFF;
  font-weight: 600;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  line-height: 21px;
  text-decoration: none;
  border-radius: 3px;
  border: 1px solid #94ad5f;
  background-image: linear-gradient(bottom, #8da65a 0%, #9bb564 100%);
  background-image: -o-linear-gradient(bottom, #8da65a 0%, #9bb564 100%);
  background-image: -moz-linear-gradient(bottom, #8da65a 0%, #9bb564 100%);
  background-image: -webkit-linear-gradient(bottom, #8da65a 0%, #9bb564 100%);
  background-image: -ms-linear-gradient(bottom, #8da65a 0%, #9bb564 100%);
  background-color: #8DA65A;
  -o-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.25);
  -moz-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.25);
  -webkit-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.25);
  text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0;
}

.wpcf7-form input.submit:hover,
#contact input.submit:hover {
  color: #555;
}

.wpcf7-form p.button {
  margin-top: 0;
}

.form-submit input:active,
.form-submit input:hover,
.form-submit input:focus,
.wpcf7-form input[type="button"]:active,
.wpcf7-form input[type="reset"]:active,
.wpcf7-form input[type="submit"]:active
.wpcf7-form input[type="button"]:focus,
.wpcf7-form input[type="reset"]:focus,
.wpcf7-form input[type="submit"]:focus
.wpcf7-form input[type="button"]:hover,
.wpcf7-form input[type="reset"]:hover,
.wpcf7-form input[type="submit"]:hover {
  border-color: #5C6153;
  box-shadow: none;
  outline: 0;
}


::-webkit-input-placeholder {
  color: #404040;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #404040;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #404040;
}

:-ms-input-placeholder {
  color: #404040;
}

.wpcf7-form-control-wrap.has-textarea {
  float: right;
  width: 267px;
}

.wpcf7-form-control-wrap.has-textarea textarea {
  height: 195px;
}

input[aria-invalid="true"] {
  border-color: red;
  margin-bottom: 0;
}

input[aria-invalid="true"] + span {
  margin-bottom: 1em;
}

span.wpcf7-not-valid-tip {
  font-size: 0.85em;
}

#contact fieldset {
  padding-left: 0px;
}

#message {
  margin: 0;
  padding: 0px;
  z-index: 200;
  height: auto;
  width: 280px;
}

#success_page {
  width: 270px;
  margin-top: -20px;
  position: absolute;
  left: 0;
}

.error_message {
  display: block;
  height: auto;
  width: 280px;
  color: #8a1f11;
}

.loader {
  display: none;
}

.padding-right {
  padding-right: 24px;
}

.fixed-height {
  display: block;
  height: 30px;
  position: relative;
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0-rainbow.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides.slides,
.flex-control-nav,
.flex-direction-nav.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  position: relative;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
  z-index: 20;
}

.flex-direction-nav a {
  margin: 0px 0 0;
  z-index: 20;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  display: inline-block;
  width: 48px;
  height: 48px;
}

.flex-direction-nav .flex-next {
  background: url(images/bg-next.png) center no-repeat;
  background-size: 48px 48px;
  right: 20px;
  border: 0;
}

.flex-direction-nav .flex-prev {
  background: url(images/bg-prev.png) center no-repeat;
  background-size: 48px 48px;
  left: 20px;
  border: 0;
}

.flexslider:hover .flex-next {
  opacity: 1;
}

.flexslider:hover .flex-prev {
  opacity: 1;
}

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
  display: none !important;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/*.flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}*/
/* fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #fff;
  color: #444;
  text-shadow: none;
  /*-webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;*/
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  /*-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);*/
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/21px "Lora", Georgia, "Times New Roman", Times, serif;
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("https://cemakyol.com/wp-content/themes/bedford/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(https://cemakyol.com/wp-content/themes/bedford/images/ajax-loader2.gif) center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -65px;
  left: -24px;
  margin-left: 50%;
  width: 48px;
  height: 48px;
  background: url(images/bg-close.png) center no-repeat;
  background-size: 48px 48px;
  cursor: pointer;
  z-index: 8040;
}

body.admin-bar .fancybox-wrap {
  top: 104px !important;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("https://cemakyol.com/wp-content/themes/bedford/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  cursor: pointer;
  z-index: 8040;
  visibility: visible !important;
}

.fancybox-prev span {
  left: 20px;
  width: 48px;
  height: 48px;
  background: url(images/bg-prev.png) center no-repeat;
  background-size: 48px 48px;
  cursor: pointer;
  z-index: 8040;
  /*background-position: 0 -36px;*/
}

.fancybox-next span {
  right: 20px;
  width: 48px;
  height: 48px;
  background: url(images/bg-next.png) center no-repeat;
  background-size: 48px 48px;
  cursor: pointer;
  z-index: 8040;
  /*background-position: 0 -72px;*/
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background-color: rgba(0, 0, 0, 0.98);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: 13px/21px "Lora", Georgia, "Times New Roman", Times, serif;
  margin: 0;
  font-weight: 700;
  font-style: italic;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

.primary-sidebar {
  margin-top: 46px;
  width: 250px;
  float: left;
}

body.blog .primary-sidebar {
  margin-top: 30px;
}

body.page-template-page-templatesblog-teaser-boxes-php .primary-sidebar,
body.page-template-page-templatesclassic-blog-php .primary-sidebar,
body .primary-sidebar.topless {
  margin-top: 0;
}

body.page-template-page-templatesclassic-blog-php .primary-sidebar .widget-title {
  padding: 26px 0 19px;
  line-height: 21px;
}

.widget-title {
  font-size: 14px;
  padding-bottom: 19px;
  padding-top: 29px;
  line-height: 24px;
  margin-bottom: 18px;
}

.entry-meta {
  line-height: 21px;
  padding: 13px 0px 0 0px;
}

.entry-title-classic {
  font-size: 24px;
  padding-bottom: 12px;
}

.entry-meta-item:after {
  content: "\00B7";
  margin: 0 0.25em;
}
.filters .entry-meta-item:nth-last-child(2):after, .entry-meta-item:last-child:after {
  content: "";
  margin: 0;
}

.entry-meta .tag-links a {
  margin-right: 0.25em;
}
.entry-meta .tag-links a:after {
  content: ",";
}
.entry-meta .tag-links a:last-child:after {
  content: "";
}

.teaser .entry-title {
  padding-top: 3px;
  padding-bottom: 1px;
  margin: 0;
  border: 0;
  font-size: 18px;
  line-height: 24px;
}
.teaser .entry-title:before {
  background: none repeat scroll 0 0 rgba(222, 222, 222, 0);
  bottom: -5px;
  content: "";
  height: 8px;
  left: 35px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  width: 8px;
}
.teaser .entry-title:after {
  background: none;
  bottom: -3px;
  content: "";
  height: 10px;
  left: 35px;
  margin-left: -1px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  width: 10px;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.is-not-single.type-post {
  margin-bottom: 3em;
}

.post-navigation {
  border-top: 1px solid #dddddd;
  padding-top: 0.5em;
  margin-top: 0.5em;
}

.post-navigation a[rel="next"] {
  float: right;
}

.post-navigation a[rel="next"]:after {
  content: ">>";
  margin-left: 0.5em;
  position: relative;
  top: 1px;
  color: #8CAB4A;
}

.post-navigation a[rel="prev"]:before {
  content: "<<";
  margin-right: 0.5em;
  position: relative;
  top: 1px;
  color: #8CAB4A;
}

.post-navigation .meta-nav {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.paging-navigation {
  width: 100%;
  text-align: center;
  margin-top: 1em;
}

/* multipple of the same class to overcome WP default styles that includes .main */
.paging-navigation.paging-navigation {
  margin-top: 1em;
}

#commentform {
  margin-top: 25px;
}

.list-inline-sep:after {
  margin-right: 0;
}

/**
 * Unfortunatly we needed to triple .portfolio-cat-link in order to
 * overcome speciality of other rules.
 */
.portfolio-cat-link.portfolio-cat-link.portfolio-cat-link {
  color: black;
  text-decoration: none;
}
.portfolio-cat-link.portfolio-cat-link.portfolio-cat-link:hover {
  text-decoration: underline;
}

.imgs-column p:first-child {
  margin-top: 0;
}

.imgs-grid .col1-3 {
  margin-bottom: 0;
}

.imgs-grid .col1-3:nth-child(3n+1) {
  margin-left: 0;
}

.imgs-grid .col1-3:nth-child(3n) {
  margin-right: 0;
}

.imgs-grid .col1-3:nth-child(3n+1) {
  margin-left: 0;
}

.audio-wrapper-basic {
  margin: 1em 0;
}

.audio-wrapper-slider {
  padding: 22% 12%;
  background-color: #808080;
}

.audio-wrapper-grid {
  padding-top: 125px;
  background-color: #ddd;
}


.element .edit-link {
  position: absolute;
  display: block;
  background: #FFF;
  bottom: 0.5em;
  left: 0.5em;
  padding: 0 0.3em;
}

.kint {
  position: relative;
  z-index: 9;
}

.aq-template-wrapper {
/* margin-left: -5px; */
  margin-right: -5px;
}

.aq-block,
.aq-block a,
.aq-block p,
.aq-block ul {
  font-size: 13px;
  line-height: 21px;
}

.aq-block a,
.aq-block a:focus,
.aq-block a:active,
.aq-block a:hover,
.aq-block a:visited {
  color: #212121;
  text-decoration: none;
}

.aq-block-aq_bdf_services_view_block,
.aq-block-aq_services_row_block {
  margin: 30px -5px 25px -5px;
}

.block-gmap img {
  max-width: none;
}

/* Retina Ready Images */
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  .linkedin {
    background-image: url(images/icons-social/bg-linkedin@2x.png);
  }

  .dribbble {
    background-image: url(images/icons-social/bg-dribbble@2x.png);
  }

  .googleplus {
    background-image: url(images/icons-social/bg-googleplus@2x.png);
  }

  .twitter {
    background-image: url(images/icons-social/bg-twitter@2x.png);
  }

  .facebook {
    background-image: url(images/icons-social/bg-facebook@2x.png);
  }

  .behance {
    background-image: url(images/icons-social/bg-behance@2x.png);
  }

  .skype {
    background-image: url(images/icons-social/bg-skype@2x.png);
  }

  .pinterest {
    background-image: url(images/icons-social/bg-pinterest@2x.png);
  }

  .flickr {
    background-image: url(images/icons-social/bg-flickr@2x.png);
  }

  .vimeo {
    background-image: url(images/icons-social/bg-vimeo@2x.png);
  }

  .youtube {
    background-image: url(images/icons-social/bg-youtube@2x.png);
  }

  .tumblr {
    background-image: url(images/icons-social/bg-tumblr@2x.png);
  }

  .soundcloud {
    background-image: url(images/icons-social/bg-soundcloud@2x.png);
  }

  .paypal {
    background-image: url(images/icons-social/bg-paypal@2x.png);
  }

  .instagram {
    background-image: url(images/icons-social/bg-instagram@2x.png);
  }

  .dropbox {
    background-image: url(images/icons-social/bg-dropbox@2x.png);
  }

  .icons.home {
    background-image: url(images/icons/bg-home@2x.png);
  }

  .icons.portfolio {
    background-image: url(images/icons/bg-portfolio@2x.png);
  }

  .icons.services {
    background-image: url(images/icons/bg-services@2x.png);
  }

  .icons.team {
    background-image: url(images/icons/bg-team@2x.png);
  }

  .icons.blog {
    background-image: url(images/icons/bg-blog@2x.png);
  }

  .icons.contact {
    background-image: url(images/icons/bg-contact@2x.png);
  }

  .icons.link {
    background-image: url(images/icons/bg-link@2x.png);
  }

  .icons.video {
    background-image: url(images/icons/bg-video@2x.png);
  }

  .icons.zoom {
    background-image: url(images/icons/bg-zoom@2x.png);
  }

  .icons.map {
    background-image: url(images/icons/bg-map@2x.png);
  }

  .icons.slideshow {
    background-image: url(images/icons/bg-slideshow@2x.png);
  }

  .icons.camera {
    background-image: url(images/icons/bg-camera@2x.png);
  }

  .icons.award {
    background-image: url(images/icons/bg-award@2x.png);
  }

  .icons.comment {
    background-image: url(images/icons/bg-comment@2x.png);
  }

  .icons.audio {
    background-image: url(images/icons/bg-audio@2x.png);
  }

  .icons.vector {
    background-image: url(images/icons/bg-vector@2x.png);
  }

  .icons.video-camera {
    background-image: url(images/icons/bg-video-camera@2x.png);
  }

  .icons.walkman {
    background-image: url(images/icons/bg-walkman@2x.png);
  }

  .icons.bag {
    background-image: url(images/icons/bg-bag@2x.png);
  }

  .icons.binocular {
    background-image: url(images/icons/bg-binocular@2x.png);
  }

  .icons.books {
    background-image: url(images/icons/bg-books@2x.png);
  }

  .icons.coffee {
    background-image: url(images/icons/bg-coffee@2x.png);
  }

  .icons.film {
    background-image: url(images/icons/bg-film@2x.png);
  }

  .icons.help {
    background-image: url(images/icons/bg-help@2x.png);
  }

  .icons.microphone {
    background-image: url(images/icons/bg-microphone@2x.png);
  }

  .icons.photographer {
    background-image: url(images/icons/bg-photographer@2x.png);
  }

  .icons.polaroid {
    background-image: url(images/icons/bg-polaroid@2x.png);
  }

  .icons.radio {
    background-image: url(images/icons/bg-radio@2x.png);
  }

  .icons.recorder {
    background-image: url(images/icons/bg-recorder@2x.png);
  }

  .icons.icons.register {
    background-image: url(images/icons/bg-register@2x.png);
  }

  .icons.scissor {
    background-image: url(images/icons/bg-scissor@2x.png);
  }

  .icons.select {
    background-image: url(images/icons/bg-select@2x.png);
  }

  .icons.settings {
    background-image: url(images/icons/bg-settings@2x.png);
  }

  .icons.shirt {
    background-image: url(images/icons/bg-shirt@2x.png);
  }

  .icons.smartphone {
    background-image: url(images/icons/bg-smartphone@2x.png);
  }

  .icons.stationery {
    background-image: url(images/icons/bg-stationery@2x.png);
  }

  .icons.television {
    background-image: url(images/icons/bg-television@2x.png);
  }

  #backtotop ul li a {
    background: url(images/bg-up@2x.png) center top no-repeat;
    background-size: 24px 24px;
  }

  .flex-direction-nav .flex-next {
    background: url(images/bg-next@2x.png) center no-repeat;
    background-size: 48px 48px;
  }

  .flex-direction-nav .flex-prev {
    background: url(images/bg-prev@2x.png) center no-repeat;
    background-size: 48px 48px;
  }

  .fancybox-close {
    background: url(images/bg-close@2x.png) center no-repeat;
    background-size: 48px 48px;
  }

  .fancybox-prev span {
    background: url(images/bg-prev@2x.png) center no-repeat;
    background-size: 48px 48px;
  }

  .fancybox-next span {
    background: url(images/bg-next@2x.png) center no-repeat;
    background-size: 48px 48px;
  }
}
@media only screen and (max-width: 959px) {
  #backtotop {
    display: none !important;
  }
}
@media only screen and (min-width: 1230px) and (max-width: 1519px) {
  .container,
  .masonry .container {
    max-width: 870px;
padding-top: 55px;
  }
  .single-portfolio-item .container {
    padding-bottom: 17px;
  }
}
@media only screen and (max-width: 1229px) and (min-width: 960px) {
  .container,
  .masonry .container {
    max-width: 580px;
padding-top: 55px;
  }

  .col1-1, #map {
    width: 570px;
  }

  .aq-block.aq-block-aq_bdf_editor_block.col1-3 {margin-left:0;}
  .single-portfolio-item .col1-3.margin-left {margin-left: 5px;width: auto;}
  .single-portfolio-item .col2-3.auto {padding-bottom:0;}
.single-portfolio-item .portfolio-item .entry-block p {
  margin-top: -22px;
}
  
}
@media only screen and (max-width: 959px) {

  #main {
    border-left: none;
    border-right: none;
  }

  header.site-header {
    position: relative;
    width: 100%;
    padding-top: 43px;
    padding-bottom: 33px;
  }

  h1#logo {
   margin-bottom: 45px;
  }

  #right-background, #responsive-nav {
    display: none;
	
  }

  #nav-button {
    background-color: #809552;
    border-radius: 3px;
    display: inline-block;
    padding: 0;
    height: 48px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -o-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 10000;
  }

  #nav-button a {
    display: inline-block;
    padding: 11px 15px;
    color: #fff;
    border-radius: 3px;
    border: 1px solid #94ad5f;
    background-image: linear-gradient(bottom, #8da65a 0%, #9bb564 100%);
    background-image: -o-linear-gradient(bottom, #8da65a 0%, #9bb564 100%);
    background-image: -moz-linear-gradient(bottom, #8da65a 0%, #9bb564 100%);
    background-image: -webkit-linear-gradient(bottom, #8da65a 0%, #9bb564 100%);
    background-image: -ms-linear-gradient(bottom, #8da65a 0%, #9bb564 100%);
    background-color: #8da65a;
    -o-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.25);
    -moz-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.25);
    -webkit-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.25);
    text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.25);
    height: 45px;
    margin-bottom: 20px;
  }

  #nav-button {
    background-color: #A0A0A0;
    border-radius: 3px;
    display: inline-block;
    padding: 0;
    height: 45px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -o-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    position: absolute;
    right: 20px;
    top: 110px;
    z-index: 10000;
  }

  #nav-button a {
    display: inline-block;
    padding: 11px 15px;
    color: #fff;
    border-radius: 3px;
    border: 1px solid #646464;
    background-image: linear-gradient(bottom, #A0A0A0 0%, #A0A0A0 100%);
    background-image: -o-linear-gradient(bottom, #A0A0A0 0%, #A0A0A0 100%);
    background-image: -moz-linear-gradient(bottom, #A0A0A0 0%, #A0A0A0 100%);
    background-image: -webkit-linear-gradient(bottom, #A0A0A0 0%, #A0A0A0 100%);
    background-image: -ms-linear-gradient(bottom, #A0A0A0 0%, #A0A0A0 100%);
    background-color: #8da65a;
    -o-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.25);
    -moz-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.25);
    -webkit-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.25);
    text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.25);
    height: 45px;
    margin-bottom: 10px;
  }
  .nav-bar {
    background-color: #fff;
    border-radius: 1px;
    display: block;
    width: 25px;
    height: 3px;
    margin: 3px auto;
    -o-box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.25);
    box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.25);
  }

  #options ul {
    margin-bottom: 33px;
  }

  .imgs-grid .col1-3:nth-child(3n) {
    margin-right: 5px;
  }

  .imgs-grid .col1-3:nth-child(3n+1) {
    margin-left: 5px;
  }

  .imgs-grid .col1-3:nth-child(2n) {
    margin-right: 0;
  }

  .imgs-grid .col1-3:nth-child(2n+1) {
    margin-left: 0;
  }
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .container {
    width: 580px;
    max-width: 580px;
  }

  .col1-1, #map {
    width: 570px;
  }

  .medium-col1-3 {
    width: 280px !important;
  }

  .column-count2 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }

  .medium-one-column {
    width: 290px;
  }
  .aq-block.aq-block-aq_bdf_editor_block.col1-3 {margin-left:0;}
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  .imgs-grid.imgs-grid .col1-3 {
    margin: 5px;
  }
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 767px) {

.aq-template-wrapper .aq_span4 {clear:both;}
  
  .container, .two-columns {
    width: 290px;
    max-width: 290px;
	padding-top: 0px;
  }

  .col1-1, .col2-3, #map {
    width: 280px;
    height: 280px;
  }

  .col2-3.wide {
    height: 280px;
  }
img.attachment-bedford-col2-3-wide.wp-post-image {
    width: 570px;  max-width: 570px!important;
}
  .column-count2 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }

  .col1-3.margin-left {
    margin-left: 5px;
    width: 280px;
  }

  .col1-3.margin-right {
    margin-right: 5px;
    width: 280px;
  }
    .single-portfolio-item .col2-3.auto {padding-bottom:0;}
.single-portfolio-item .portfolio-item .entry-block p {
  margin-top: -22px;
}
}

article .images:hover .inner-shadow {
    height: 100%;
    z-index: 100;
/*    -webkit-box-shadow: inset 0px 0px 163px 22px rgba(0,0,0,0.52); -moz-box-shadow: inset 0px 0px 163px 22px rgba(0,0,0,0.52); 
    box-shadow: inset 0px 0px 163px 22px rgba(0, 0, 0, 0.78);
	*/
	-webkit-box-shadow: inset 0px 0px 172px 31px rgba(41,41,41,0.72);
-moz-box-shadow: inset 0px 0px 172px 31px rgba(41,41,41,0.72);
box-shadow: inset 0px 0px 172px 31px rgba(41,41,41,0.72);
    position: absolute;
    width: 100%;
}

article .images .inner-shadow{
    -webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
    background:transparent url('https://cemakyol.com/wp-content/themes/bedford/images/plus_white.png') no-repeat center center;}

/*
.title, .subtitle {
bottom: 35px;
left: 0;
top:auto;
background:transparent;
}
.title-wrap, .subtitle-wrap {
background-color: transparent;
}
.subtitle {
bottom: 68px !important;
top:auto !important;
}

h2.title-wrap-inner {color:white;}
*/


.title, .subtitle {
bottom: 44%;
top: auto;
background: transparent;
left: auto;
text-align: center;
width: 100%;
}
.title-wrap, .subtitle-wrap {
background-color: transparent;
margin: 0 auto;
}
.subtitle {
bottom: 68px !important;
top:auto !important;
/* left: 0px !important; */
}
.title-wrap-inner {font-size: 16px;color:white;text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.78);width: 100%;text-align: center;}

article .images .inner-shadow {
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
background: transparent url('https://cemakyol.com/wp-content/themes/bedford/images/plus_white.png') no-repeat 95% 95%;
}

.works li.current_page {
font-weight: bold;
}

#options li a.selected, #options li.current_page_item > a, #options li.current-menu-ancestor > a {
/* font-weight: 900; */
color: #000;
}
#options li a {font-weight: 600;padding: 15px 20px 15px 65px;height: 40px;}

a {}
#options li a:hover {/* background: rgb(245, 245, 245); */font-weight: 600;}
.portfolio-item .images {
background: #151515;
}
.portfolio-item .images:hover img {opacity:0.3;
-webkit-transition: all 0.2s ease 0s;
-moz-transition: all 0.2s ease 0s;
-o-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;}

.icons.homepage {background-image: url(images/icons/icon_home.png);}
.icons.iletisim {background-image: url(images/icons/icon_iletisim.png);}
.icons.markalar {background-image: url(images/icons/icon_markalar.png);}
.icons.portfolio {background-image: url(images/icons/icon_portfolio.png);}
.icons.services {background-image: url(images/icons/icon_services.png);}
span.icons.services {
margin-right: -3px;
}
.page-title, h1.entry-title {
font-size: 20px;
font-weight: 600;
color: #88888B;
}
.entry-content.topless p:first-child {
/* line-height: 22px; */
margin-top: 10px;
}
header.clearfix.col1-1.auto.post-2170.page-2170 {
padding-bottom: 0px;
margin-bottom: 13px;
}
.social li {opacity: 0.7;-webkit-transition: all 0.2s ease 0s;
-moz-transition: all 0.2s ease 0s;
-o-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;}
.social li:hover {opacity: 1;-webkit-transition: all 0.2s ease 0s;
-moz-transition: all 0.2s ease 0s;
-o-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;}
ul.social a {width: 40px;}
#bottom {padding: 0 23px 0 0px;}

span.small.copyright {
font-size: 16px;
line-height: 20px;
display: inline-block;
margin-top: 1px;
position: relative;
height: 24px;
vertical-align: middle;
}
.form-submit input, input.button {
font-size: 14px;
font-weight: 400;
text-decoration: none;
padding:4px 10px 4px 10px;
border: none;
background-image: linear-gradient(bottom, #A0A0A0  0%, #A0A0A0  100%);
background-image: -o-linear-gradient(bottom, #A0A0A0  0%, #A0A0A0  100%);
background-image: -moz-linear-gradient(bottom, #A0A0A0  0%, #A0A0A0  100%);
background-image: -webkit-linear-gradient(bottom, #A0A0A0  0%, #A0A0A0  100%);
background-image: -ms-linear-gradient(bottom, #A0A0A0  0%, #A0A0A0  100%);
background-color: #56565A;
-o-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.25);
-moz-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.25);
-webkit-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.25);
text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.25);
box-shadow: 0 0;
}

  
.form-submit input:hover, input.button:hover {
background: #646464;
border: none;
}
 {}
.share {
margin-top: 20px;
}
.essb_links.essb_template_flat-retina li a {margin: 2px 10px 2px 0;}

.essb_links.essb_template_flat-retina .essb_force_hide li a, .essb_links.essb_template_flat-retina .essb_hide_name li a {padding: 1px 5px 6px;}
.single.single-portfolio-item  .col1-1.auto {
padding-bottom: 35px;
}

div .gallery figure:first-child figcaption {
margin-top: -35px;
/* margin-bottom: 18px; */
}

figcaption {
margin-top: 23px;
margin-bottom: 18px;
text-align: left!important;
font-size: 14px;
}
.item-description h3,.item-description h2 {
padding-bottom: 7px;
}
.works.item-description {
margin-bottom: 3em;
}
.item-description h3 {font-size: 14px;}
.hentry .works ul {padding: 9px 0px 0 0px;}


.page-id-2426 .gallery img.attachment-medium {margin: 2px 5px 0px;background: #fff;
height: auto!important;
border: 1px solid #cfcfcf;
width: 96%;}
.page-id-2426 .gallery img.attachment-medium:hover {border: 1px solid #333;}
.page-id-2426 .entry-content.topless {margin: 6px -5px;}
@media only screen and (max-width: 767px) {
.page-id-2426.gallery img.attachment-medium {height: auto!important;}

.page-id-2426 .gallery-columns-4 .gallery-item {max-width: 50%;}
}

span.portfolio-details {
background: #A0A0A0;
display: inline-block;
padding: 1em 1em;
color: #fff;
text-align: left;
}
.fbx-caption-desc {
    display: none;
}
.ird-logo {
padding: 16px 0px 15px 0px;
margin-left: -5px;
}
#lightGallery-action a {background-color: transparent!important;width: 45px!important;}
#lightGallery-action a:hover {color:#ddd}
div#lightGallery-action {
/* display: none; */
bottom: 7px;
margin-left: -38px!important;
}
#lightGallery-close:after {
font-size: 30px !important;
}

#lightGallery-outer {background: #88888b!important;}
#lightGallery-slider .info {display:none!important;}

#lightGallery-close {height: 31px!important;width: 34px!important;background: none!important;}
a#lightGallery-close:hover {
color: #ddd;
}
#lightGallery-slider .lightGallery-slide img {padding: 35px 35px 40px 35px !important;}

.home .container {
/* display: none; */
}
.share {
margin-top: 0px;
}

.portfolio-item .entry-block p {
margin-top: 1.5em;
}

.portfolio-item .entry-block {
margin-bottom: 16px;
}
.site-info {
padding-left: 20px;
color: rgb(136, 136, 136);
}

div.wpbshareSelector, div.wpbfollowSelector {
background-image: -webkit-linear-gradient(bottom, #A0A0A0 0%, #A0A0A0 100%);
background-color: #A0A0A0!important;;
font-size: 14px!important;;
padding: 4px 11px 6px!important;
-webkit-transition: border .10s linear, color .10s linear, background-color .10s linear!important;
transition: border .10s linear, color .10s linear, background-color .10s linear!important;
}
div.wpbshareSelector:hover, div.wpbfollowSelector:hover {
background: #88888B!important;
}
.arthref .opaque {
background: #fff!important;
}
.arthref .icon-container ul li span {
text-shadow: none!important;
color: #888!important;}
img.attachment-bedford-single-post-width {
border: 1px solid #dbdbdb;
}
a#lightGallery-close {
margin-top: 7px;
}
h4.aq-block-title {
margin: 0 0 20px;
color: #88888B;
}
.single-portfolio-item li#menu-item-2416 a {
color: #000;
}
.page-template-square-portfolio-thumbs2 .entry-content {
    margin-top: 0;  padding-top: 0;
}

.page-template-square-portfolio-thumbs2 .entry-content p:first-child {
margin-top: 10px;
}
.page-id-2426 .entry-content.topless p {
    padding-left: 5px;
}
.entry-content.topless .gallery {
margin-top: 15px;
}
.page-id-2261 .aq-template-wrapper {
margin-top: 12px;
}

div#aq-template-wrapper-2263 {}
img.attachment-bedford-col2-3-wide.wp-post-image {
    width: 570px;  max-width: 570px!important;
}

.home .col2-3.auto, .col1-3.auto, .col1-1.auto {
padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
header.site-header {
height: auto;
}
#bottom.centered {
text-align: left;
padding-left: 60px;
}
.ird-logo {
margin-left: 7px;
}
.site-info {
padding-left: 6px;}

.portfolio-item .entry-block p {
margin-top: 0em;
}

.portfolio-item .col2-3.auto {
padding-bottom: 0px;
}
.wpcf7-form-control-wrap.has-textarea {float: left;}
.aq-template-wrapper .col1-3.margin-left {margin-left: 0px;}
}
.page-id-2426 #main-content {
  padding-bottom: 0;
}
.page-id-2426 .container {
  padding-bottom: 15px;
}

@media only screen and (min-width: 1229px) {
span.clearboth {
  display: block;
  height: 0;
}
}