/*
|--------------------------------------------------------------------------
| Global  Styles
|--------------------------------------------------------------------------
|
|
|

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
label,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: 400;
}

strong {
  font-weight: 700;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
}

img {
  display:inherit;
  width: auto\9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

a {
	outline:none	
}

a:hover {
  text-decoration: none;
}

.Center-Container {
  position: relative;
}

.Absolute-Center {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 50%;
  margin: auto;
  overflow: hidden;
}

.Absolute-Center.is-Responsive {
  z-index: 2;
  width: 60%;
  height: 100%;
  max-width: 660px;
  min-width: 145px;
  padding: 10px;
}

h1 { font-size: 56px; line-height: 58px;  }
h2 { font-size: 42px; line-height: 44px;  }
h3 { font-size: 32px; line-height: 34px;  }
h4 { font-size: 24px; line-height: 26px;  }
h5 { font-size: 20px; line-height: 22px;  }
h6 { font-size: 16px; line-height: 18px; }
::-moz-selection { background: #ee2465; color:#fff; text-shadow: none; }
::selection { background:#ee2465; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #ee2465; }

dl {margin-bottom:15px}
ol {list-style-type:decimal}
.post ul {list-style-type:disc; margin-left:20px}
.post ol {list-style-type:decimal; margin-left:20px; margin-bottom:15px}
.post ol li {margin-bottom:5px}
em {font-style:italic}
pre {padding:10px; margin-bottom:15px}
iframe {border:0; outline:0}

/*
|--------------------------------------------------------------------------
| Clear Fix  Styles
|--------------------------------------------------------------------------
|
|
|
*/
.clearfix {clear:both}

.clearfix:after,
.section:after,
.fixed:after,
.rowm:after {
  display: block;
  height: 0;
  clear: both;
  line-height: 0;
  content: ".";
  visibility: hidden;
}

.clearfix,
.section,
.fixed,
.rowm {
  display: inline-block;
}

html[xmlns] .clearfix,
html[xmlns] .section,
html[xmlns] .fixed,
html[xmlns] .rowm {
  display: block;
}

* html .clearfix,
* html .section,
* html .fixed,
* html .rowm {
  height: 1%;
}

* {
  outline: none;
}



/*
|--------------------------------------------------------------------------
| Typography  Styles
|--------------------------------------------------------------------------
|
|
|
*/

body {
  position: relative;
}

h1,
h1 span {
  font-size: 32px;
  line-height: 28px;
}

h2,
h2 span {
  font-size: 28px;
  line-height: 26px;
}

h3,
h3 span {
  font-size: 24px;
  line-height: 24px;
}

h4,
h4 span {
  font-size: 20px;
  line-height: 22px;
}

h5,
h5 span {
  font-size: 16px;
  line-height: 20px;
}

h6,
h6 span {
  font-size: 12px;
  line-height: 18px;
}

blockquote,
blockquote p {
  font-size: 24px;
  line-height: 26px;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: #5A5A5A;
}

h1,
h1 span,
h2,
h2 span,
h3,
h3 span,
h4,
h4 span,
h5,
h5 span,
h6,
h6 span,
blockquote,
blockquote p,
blockquote span,
#header .nav {
  font-family: Arial;
}

h1,
h1 span,
h2,
h2 span,
h3,
h3 span,
h4,
h4 span,
h5,
h5 span,
h6,
h6 span {
  margin-bottom: 20px;
  color: #5A5A5A; 
}

body,
p,
span,
div {
  font-family: Arial, Verdana, Serif;
  font-size: 13px;
  line-height: 22px;
  color: #5e5668;
}

p {
  margin-bottom: 15px;
}

a {
  color: #329FCC;
}

a:hover {
  color: #000;
}

ul {
  margin-bottom: 25px;
  line-height: 30px;
}

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

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

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

.text-italic {
  font-style: italic;
}

.text-italic-spaced {
  padding-top: 20px;
  font-style: italic;
}

#footer ul a {
  font-family: Arial;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-decoration: none;
}

#footer ul a:hover {
  text-decoration: none;
}

.hr {
  height: 1px;
  margin: 25px 0;
  background: #fff;
}

.hr-large {
  height: 1px;
  margin: 45px 0;
  background: #fff;
}

.hr-thin {
  height: 3px;
  margin: 25px 0;
  background: url(images/back-hr-stripes.png);
}

.page-wrapper .hr-thin.full {
  margin: 40px -45px;
}

.hr-thin-sp {
  height: 3px;
  margin: 15px 0 30px;
  background: url(images/back-hr-stripes-thin.png);
}

.hr-stripes {
  height: 3px;
  margin: 45px 0;
  background: url(images/back-hr-stripes.png);
}

.hr-solid {
  height: 1px;
  margin: 20px 0 30px;
  background: #ccc;
}

#footer h3,
#footer h4,
#footer h5,
#footer h6 {
  color: #fff;
}

#footer .footPadd h3.headline {
  line-height: 28px;
  color: #a6a8c6;
}

.no-margin {
  margin: 0;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.pt-35 {
  padding-top: 35px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-55 {
  padding-top: 55px;
}

.pl-10 {
	padding-left:10px !important
}
.pr-10 {
	padding-right:10px !important
}
.pl-20 {
	padding-left:20px !important
}
.pr-20 {
	padding-right:20px !important
}


.no-margin {
  margin: 0 !important;
}

.dropcap {
  display: block;
  float: left;
  margin: 0 10px 5px 0;
  font-family: Arial, Verdana, Serif;
  font-size: 56px;
  line-height: 58px;
}

.dropcap-round {
  display: block;
  float: left;
  padding: 0 10px;
  margin: 0 10px 0 0;
  font-family: Arial, Verdana, Serif;
  font-size: 30px;
  line-height: 40px;
  background: #e2e2e5 url(images/back-hr-stripes-thin.png);
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
}

.dropcap-square {
  display: block;
  float: left;
  padding: 0 9px;
  margin: 0 10px 0 0;
  font-family: Arial, Verdana, Serif;
  font-size: 30px;
  line-height: 38px;
  color: #fff;
  background: #e2e2e5 url(images/back-hr-stripes-thin.png);
}

.pink {
  color: #ee2465;
}

.blue {
  color: #199DAC;
}

.green {
  color: #20B36F;
}

.red {
  color: #DC4123;
}

.orange {
  color: #E15D44;
}

.gold {
  color: #F9C62D;
}

.violet {
  color: #A6A8C6;
}

h1.large {
  margin-bottom: 15px;
  font-size: 56px;
  line-height: 40px;
  color: #4B4556;
  text-transform: uppercase;
  background: transparent;
}

h2.large {
  margin-bottom: 15px;
  font-size: 42px;
  line-height: 55px;
  color: #4b4556;
  text-transform: uppercase;
  background: transparent;
}

h3.large {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 32px;
  color: #4b4556;
  text-transform: uppercase;
  background: transparent;
}

h4.large {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 24px;
  color: #4b4556;
  text-transform: uppercase;
  background: transparent;
}

h5.large {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 20px;
  color: #4b4556;
  text-transform: uppercase;
  background: transparent;
}

h6.large {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 20px;
  color: #4b4556;
  text-transform: uppercase;
  background: transparent;
}

.subtitle {
  display: block;
  font-size: 20px;
  line-height: 22px;
  line-height: 16px;
}

.subtitle-small {
  display: block;
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  line-height: 16px;
  text-transform: none;
}

.page-title {
  margin-bottom: 5px !important;
  font-size: 82px;
  line-height: 58px;
  color: #1F1C24;
}

.page-title .subtitle-small {
  letter-spacing: -1px;
}

ul.attachment li,
li.attachment {
  padding-left: 22px;
  list-style-type: none;
  background: url(images/list-bullet-attachment.png) no-repeat left center;
}

ul.arrow li,
li.arrow {
  padding-left: 22px;
  list-style-type: none;
  background: url(images/list-bullet-arrow.png) no-repeat left center;
}

ul.star li,
li.star {
  padding-left: 22px;
  list-style-type: none;
  background: url(images/list-bullet-star.png) no-repeat left center;
}

ul.comment li,
li.comment {
  padding-left: 22px;
  list-style-type: none;
  background: url(images/list-bullet-comment.png) no-repeat left center;
}

ul.check li,
li.check {
  padding-left: 22px;
  list-style-type: none;
  background: url(images/list-bullet-check.png) no-repeat left center;
}

ul.user li,
li.user {
  padding-left: 22px;
  list-style-type: none;
  background: url(images/list-bullet-user.png) no-repeat left center;
}

ul.doctor li,
li.doctor {
  padding-left: 22px;
  list-style-type: none;
  background: url(images/list-bullet-doctor.png) no-repeat left center;
}

ul.settings li,
li.settings {
  padding-left: 22px;
  list-style-type: none;
  background: url(images/list-bullet-settings.png) no-repeat left center;
}

.strikeout {
  color: #a5a5a5;
  text-decoration: line-through;
}

blockquote {
    margin: 0 15px 15px 0;
    padding: 20px 20px 20px 40px;
    position: relative;
}

blockquote.right-small {
  position: relative;
  float: right;
  width: 20%;
  padding: 20px 20px 20px 40px;
  margin: 0 0 0 15px;
}

blockquote.right-small p {
  margin: 0;
  font-family: Arial, Verdana, Serif;
  font-size: 13px;
}

blockquote.right-small div {
  position: absolute;
  top: 25px;
  bottom: 25px;
  left: 0;
  width: 25px;
  background: url(images/back-blockquote.png);
}

blockquote.left-small {
  position: relative;
  float: left;
  width: 20%;
  padding: 20px 20px 20px 40px;
  margin: 0 15px 0 0;
}

blockquote.left-small p {
  margin: 0;
  font-family: Arial, Verdana, Serif;
  font-size: 13px;
}

blockquote.left-small div {
  position: absolute;
  top: 25px;
  bottom: 25px;
  left: 0;
  width: 25px;
  background: url(images/back-blockquote.png);
}

blockquote.left {
  position: relative;
  float: left;
  padding: 20px 20px 20px 40px;
  margin: 0 15px 0 0;
}

blockquote.left p {
  margin: 0;
  font-family: Arial, Verdana, Serif;
  font-size: 13px;
}

blockquote.left div {
  position: absolute;
  top: 25px;
  bottom: 25px;
  left: 0;
  width: 25px;
  background: url(images/back-hr-stripes-thin.png);
}

.mark {
  color: #FA5D90;
}

.mark-pink {
  color: #fff;
  background-color: #FA5D90;
}

.mark-violet {
  color: #fff;
  background-color: #5E5668;
}

.border {
  margin-bottom: 15px;
  border: 5px solid #aca9b7;
  border: 5px solid rgba(172, 169, 183, 0.8);
}

.lazy {
  background: #eeeeee url(images/image-loader.gif) center center;
}

.lazy-loading {
  background: url(images/image-loader.gif) no-repeat center center;
}

::selection {
  color: #fff;
}

::-moz-selection {
  color: #fff;
}


/*
|--------------------------------------------------------------------------
| Responsive Navigation  Styles
|--------------------------------------------------------------------------
|
|
|
*/

.full-slider {
  position: relative;
  width: 100%;
  height: 400px;
  margin-bottom: 55px;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid #fff;
  box-shadow: inset -1px 0 4px rgba(0, 0, 0, 0.5);
}

.full-slider .slide-wrapper {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 500px;
}

.full-slider .slide-info {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 105px;
}

.full-slider .slide-info .row > div {
  position: relative;
  height: 75px;
  margin-top: 15px;
  overflow: visible;
}

.full-slider .slide-info .row {
  overflow: visible;
}

.full-slider .slide-info-wrapper {
  height: 100px;
  padding: 0 65px;
}

.full-slider .slide-info h3 {
  display: none;
  padding-top: 15px;
  text-align: center;
}

.full-slider .slide-info h5 {
  display: none;
  padding-top: 15px;
  text-align: center;
}

.full-slider .slides-meta-info {
  display: none;
}

.full-slider .nav-prev {
  position: Absolute;
  bottom: -3px;
  left: 5px;
  width: 35px;
  height: 110px;
  cursor: pointer;
  background: url(images/back-full-slider-controls.png) no-repeat -430px 0;
}

.full-slider .nav-prev:hover {
  background-position: -430px -110px;
}

.full-slider .nav-next {
  position: Absolute;
  right: 5px;
  bottom: -3px;
  width: 35px;
  height: 110px;
  cursor: pointer;
  background: url(images/back-full-slider-controls.png) no-repeat -465px 0;
}

.full-slider .nav-next:hover {
  background-position: -465px -110px;
}

.full-slider .view-project {
  position: absolute;
  top: -100px;
  left: 0;
  display: block;
  width: 100%;
  height: 142px;
  padding-top: 53px;
  font-family: Arial;
  font-size: 24px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: url(images/back-full-slider-controls.png) no-repeat center top;
  -webkit-border-radius: 120px;
     -moz-border-radius: 120px;
          border-radius: 120px;
}

.full-slider .view-project:hover {
  background-position: center -145px;
}

.service-item h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 22px;
  color: #484252;
}

.service-item h3 a {
  display: block;
  padding-top: 5px;
  font-weight: 700;
  color: #484252;
  text-decoration: none;
}


.service-item h3 span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #484252;
}

.service-item h3 img {
  float: left;
  margin-right: 10px;
}

.service-item p {
  font-size: 13px;
  line-height: 23px;
  color: #595959;
}

.service-item a {
  text-decoration: none;
}

.service-item .read-more {
  display: inline-block;
  height: 30px;
  padding: 0 25px;
  font-size: 11px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background: #A5A2B0;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  -webkit-transition: background .2s;
     -moz-transition: background .2s;
       -o-transition: background .2s;
          transition: background .2s;
}

.service-item .read-more:hover {
  color: #fff;
}

.projects-showcase {
  margin-bottom: 35px;
  overflow: visible;
}

.preloaded {
  display: none;
}

.project-single {
  margin-bottom: 25px;
}

.project-single.frame {
  padding: 8px;
  margin: 10px 0 35px;
  background: #efeff5;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1), inset 0 0 1px 0 #ffffff;
}

.project-single img {
  display: block;
  width: 95%;
  padding: 9px;
  margin: 0 auto;
}

.project-single p {
  padding-left: 15px;
  color: #736d7d;
}

.project-single h4 {
  padding-left: 15px;
  margin-bottom: 5px;
  color: #302D34;
}

.load-more {
  height: 35px;
  margin: 65px 0 105px;
  background: url(images/back-hr-stripes.png) repeat-x left center;
}

.load-more.clean {
  margin: 36px 0 0;
  background: none;
}

.load-more.nobg {
  background: none;
}

.load-more.alt-1 {
  margin: 80px 0 0;
}

.load-more.alt-2 {
  margin: 0 0 65px;
}

.load-more.alt-3 {
  margin: 65px 0 25px;
}

.load-more a {
  position: relative;
  display: block;
  width: 140px;
  height: 36px;
  margin: auto;
  font-family: Arial;
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #6C6577;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  -webkit-transition: background .2s;
     -moz-transition: background .2s;
       -o-transition: background .2s;
          transition: background .2s;
}

.load-more a:hover {
  color: #fff;
}

.load-more a.loading span {
  display: block;
}

.load-more span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background: #ee2465 url(images/loader.gif) no-repeat center center;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
}

.blog-articles-latest img {
  display: block;
  border: 1px solid #3c3734;
}

.blog-articles-latest .thumb {
  float: left;
  margin-right: 15px;
}

.blog-articles-latest li {
  padding: 25px 0;
  background: url(images/back-hr-stripes-thin.png) repeat-x left bottom;
}

.blog-articles-latest li:first-child {
  padding-top: 0;
}

.blog-articles-latest h3 {
  margin: 0;
  font-size: 20px;
  color: #6c6577;
  text-transform: uppercase;
}

.blog-articles-latest h3 a {
  color: #6c6577;
  text-decoration: none;
}

.blog-articles-latest p {
  margin: 0;
  color: #5e5668;
}

.blog-articles-latest .article-info {
  display: block;
  padding-bottom: 15px;
  font-size: 11px;
  color: #6c6577;
}

.blog-articles-latest .article-info a {
  color: #6c6577;
  text-decoration: none;
}

.button {
  display: inline-block;
  height: 37px;
  padding: 0 25px;
  margin-right: 15px;
  font-family: Arial;
  font-size: 18px;
  font-weight: 700;
  line-height: 37px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #6c6577;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  -webkit-transition: background .2s;
     -moz-transition: background .2s;
       -o-transition: background .2s;
          transition: background .2s;
}

.button:hover {
  color: #fff;
}

/*
|--------------------------------------------------------------------------
| Classic Slider  Styles
|--------------------------------------------------------------------------
|
|
|
*/

.classic-slider-wrapper {
  padding: 45px 20px 35px;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 45px;
  background: rgba(255, 255, 255, 0.3);
}

.classic-slider-border {
  display: block;
  margin-bottom: 35px;
  border: 10px solid #F0F0F5;
  border: 10px solid rgba(255, 255, 255, 0.5);
}

.classic-slider {
  height: 440px;
  background: #DFE0E9;
}

.latest-articles-full .article.last {
  margin-right: 0;
}

.latest-articles-full .article img {
  display: block;
}

.latest-articles-full .article h4 {
  line-height: 18px;
  text-transform: uppercase;
}

.latest-articles-full .article h4 a {
  font-size: 20px;
  font-weight: 400;
}

.latest-articles-full .article p {
  line-height: 18px;
}

.latest-articles-full .article a {
  font-size: 11px;
  font-weight: 700;
  color: #6c6577;
  text-decoration: none;
}

.latest-articles-full .article a:hover {
  text-decoration: none;
}

.latest-articles-full .info {
  position: relative;
  
  line-height: 20px;
  color: #b4afbb;
}

.latest-articles-full .article .date {
  font-weight: 700;
  color: #6c6577;
}

.latest-articles-full .article .categ {
  font-weight: 700;
  color: #6c6577;
}

.latest-articles-full .favorite {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 25px;
  font-size: 10px;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: url(images/sprite-articles.png) no-repeat right top;
}

.latest-articles-full .favorite:hover {
  background-position: right bottom;
}

.latest-articles-full .comments {
  position: absolute;
  top: 0;
  right: 35px;
  display: block;
  width: 30px;
  height: 25px;
  font-size: 10px;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: url(images/sprite-articles.png) no-repeat left top;
}

.latest-articles-full .comments:hover {
  background-position: left bottom;
}

.left-meta {
	width:165px;
	line-height:14px;
	padding-top:2px;
	margin-bottom:20px 
}

.white-articles-wrapper {
  padding-top: 50px;
  padding-bottom: 75px;
  margin-bottom: 60px;
  background: #F4F5F8;
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
}

.white-content-wrapper {
  padding-bottom: 75px;
  margin-top: 60px;
  overflow: visible;
  background: #F4F5F8;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}

#layout.page {
  padding-bottom: 0;
}

#layout.page .page-wrapper {
  overflow: visible;
  background: #F4F5F8;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}

#layout.page .page-inner-wrapper {
  padding: 50px 60px;
  overflow: hidden;
  min-height:800px
}

#layout.page .page-inner-wrapper.less-padd {
  padding: 50px 40px;
  overflow: hidden;
}

.title-wrapper {
  padding: 45px 0 25px;
  margin: 20px 0 45px;
  background: url(images/back-white-band.png);
  background: rgba(255, 255, 255, 0.8);
}

.page-headline {
  margin-top: 35px;
  text-align: center;
}

.tweet-page-title {
  margin-bottom: 0;
  font-family: Arial;
  font-size: 16px;
  line-height: 24px;
  color: #6c6577;
  text-align: right;
}

.tweet-page-title img {
  float: left;
  margin-right: 5px;
  vertical-align: text-bottom;
}

.tweet-page-title a {
  text-decoration: none;
}

.tweet-page-title span {
  font-family: Arial;
  font-size: 16px;
  font-style: italic;
  line-height: 24px;
  color: #b0adb7;
  display:block
}

form .pattern {
  background: url(images/back-pattern-fields.png) no-repeat 50% 2px;
}

.large-field {
  position: relative;
  height: 55px;
  margin-bottom: 12px;
  cursor: text;
  background: #fff;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px 6px 6px 6px;
  -webkit-transition: box-shadow 0.2s;
     -moz-transition: box-shadow 0.2s;
       -o-transition: box-shadow 0.2s;
          transition: background .2s;
}

.large-field label {
  display: inline-block;
  width: 97px;
  height: 55px;
  padding: 0 15px;
  font-size: 12px;
  line-height: 55px;
  color: #949494;
  text-align: right;
  cursor: text;
  white-space:nowrap
}
.large-field label.special {
  width: auto;
 }
 .large-field input.special {
  left: 220px;
 }
.large-field input {
  position: absolute;
  top: 15px;
  right: 15px;
  left: 100px;
  display: block;
  width: 60%;
  height: 25px;
  font-family: Arial, Verdana, Serif;
  font-size: 12px;
  line-height: 25px;
  color: #949494;
  background: transparent;
  border: none;
}

.large-textarea {
  position: relative;
  padding: 20px;
  margin-bottom: 12px;
  cursor: text;
  background: #fff;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px 6px 6px 6px;
  -webkit-transition: box-shadow 0.2s;
     -moz-transition: box-shadow 0.2s;
       -o-transition: box-shadow 0.2s;
          transition: background .2s;
}

.large-textarea label {
  display: block;
  height: 25px;
  margin-bottom: 15px;
  line-height: 25px;
  color: #949494;
  cursor: text;
}

.large-textarea textarea {
  display: block;
  width: 100%;
  height: 180px;
  font-family: Arial, Verdana, Serif;
  font-size: 12px;
  color: #949494;
  border: none;
  border: 1px solid #fff !important;
  text-align:left;
  
}

#message, #message:focus {
	outline:none;
	-webkit-box-shadow: 0 0 0px 0 rgba(255, 180, 0, 0.5);
     -moz-box-shadow: 0 0 0px 0 rgba(255, 180, 0, 0.5);
          box-shadow: 0 0 0px 0 rgba(255, 180, 0, 0.5);
		  resize: none; 
	
	
}


.large-textarea.focus,
.large-field.focus {
  border: 1px solid #ffc600;
  -webkit-box-shadow: 0 0 7px 0 rgba(255, 180, 0, 0.5);
     -moz-box-shadow: 0 0 7px 0 rgba(255, 180, 0, 0.5);
          box-shadow: 0 0 7px 0 rgba(255, 180, 0, 0.5);
		  outline:none 
}

.large-textarea.error,
.large-field.error {
  border: 1px solid #e36060;
  -webkit-box-shadow: 0 0 7px 0 rgba(255, 180, 0, 0.5);
     -moz-box-shadow: 0 0 7px 0 rgba(255, 180, 0, 0.5);
          box-shadow: 0 0 7px 0 rgba(232, 96, 96, 0.5);
}

.submit ,#submit {
  position: relative;
  display: inline-block;
  height: 45px;
  padding: 0 25px;
  font-family: Verdana;
  font-size: 22px;
  line-height: 45px;
  color: #fff;
  text-align: center;
  border:0px;
  text-decoration: none;
  background: #6C6577;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
  -webkit-transition: background .2s;
     -moz-transition: background .2s;
       -o-transition: background .2s;
          transition: background .2s;
}

.submit:hover,#submit:hover {
  color: #fff;
  background:  #EE2465;
}


#layout {
  padding-bottom: 0;
}

#layout.body {
  padding-bottom: 0;
}

.striped-pic {
  padding: 20px;
  margin-bottom:20px;
  background: url(images/back-map-pattern.png);
}

.striped-pic img {
  display: block;
  width: 100%;
}

/*
|--------------------------------------------------------------------------
| Shortcodes Buttons  Styles
|--------------------------------------------------------------------------
|
|
|
*/

.price-column {
  height: 640px;
  background: #fff;
  box-shadow: inset 0 0 1px 1px #DDDDE8;
}

.price-column .head {
  height: 184px;
  margin-bottom: 25px;
  text-align: center;
  background: #DDDDE8;
}

.price-column .head h3 {
  padding-top: 10px;
  margin-bottom: 5px;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}

.price-column .head h2 {
  position: relative;
  display: inline-block;
  height: 100px;
  margin: 0;
  font-size: 148px;
  line-height: 100px;
  color: #322e39;
  text-align: center;
}

.price-column .head h2 span {
  position: absolute;
  top: 5px;
  left: -20px;
  display: block;
  font-size: 22px;
  font-size: 38px;
  color: #322e39;
  vertical-align: text-top;
}

.price-column .head > span {
  display: block;
  font-family: Arial;
  font-size: 24px;
  color: #322e39;
}

.price-column p {
  padding: 0 20px;
  font-size: 11px;
  line-height: 16px;
  color: #d3d5dd;
  text-align: center;
}

.price-column p.italic {
  font-style: italic;
  color: #959595;
}

.price-column li {
  line-height: 35px;
  color: #bcbcc3;
  text-align: center;
  border-bottom: 1px solid #F7F7F9;
}

.price-column li span {
  color: #322e39;
}

.price-column li strong {
  color: #4a8923;
}

.price-column.medium .head {
  color: #fff;
  background: #5E5967;
}

.price-column.medium .head h3 {
  color: #fff;
}

.price-column.medium .head h2 {
  color: #fff;
}

.price-column.medium .head h2 span {
  color: #fff;
}

.price-column.medium .head > span {
  color: #fff;
}

.price-column.best .head {
  color: #fff;
  background: #322E39;
}

.price-column.best .head h3 {
  color: #79da3d;
  text-transform: uppercase;
}

.price-column.best .head h2 {
  color: #fff;
}

.price-column.best .head h2 span {
  color: #fff;
}

.price-column.best .head > span {
  color: #fff;
}

.plan-change {
  position: relative;
  display: block;
  width: 130px;
  height: 40px;
  padding: 0 50px;
  margin: 35px auto;
  font-size: 11px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #a4a4ad;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  -webkit-transition: background .2s;
     -moz-transition: background .2s;
       -o-transition: background .2s;
          transition: background .2s;
}

.plan-change:hover {
  color: #fff;
  background: #EE2465;
}

#form-contact {
  padding-bottom: 55px;
}

/*
|--------------------------------------------------------------------------
| Logo Styles
|--------------------------------------------------------------------------
|
|
|
*/

.logo {
  position: relative;
  height: 85px;
  margin-left: -20px;
  overflow: hidden;
}

.logo > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 85px;
}

.logo img {
  display: block;
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.logo a {
	outline:none	
}

/*
|--------------------------------------------------------------------------
| Social Icons  Styles
|--------------------------------------------------------------------------
|
|
|
*/

.social a {
  display: block;
  float: left;
  width: 1px;
  height: 40px;
  padding-left: 45px;
  line-height: 40px;
  color: #1f1c24;
  text-decoration: none;
}

.social a span {
  display: block;
  float: none;
  width: 100%;
  padding-left: 5px;
  font-family: Arial;
  font-size: 20px;
  line-height: 40px;
  color: #1f1c24;
  cursor: pointer;
  background: #F4F5F8;
}

.social-widget.v2 {
  display: block;
  text-align: center;
}

.social-widget.v2 li {
  display: inline-block;
  padding-right: 10px;
  text-align: center;
}

.social-widget li {
  margin-bottom: 10px;
}

.social-widget li .icn-container {
  display: inline-block;
  width: 40px;
  padding: 8px;
  font-size: 18px;
  text-align: center;
  background: url("images/back-social-icons.png") no-repeat 0 -160px;
  -webkit-transition: all 0.2s ease-in;
     -moz-transition: all 0.2s ease-in;
       -o-transition: all 0.2s ease-in;
          transition: all 0.2s ease-in;
}

.social-widget li .content {
  padding-left: 10px;
  font-family: Arial;
  font-size: 20px;
  -webkit-transition: all 0.2s ease-in;
     -moz-transition: all 0.2s ease-in;
       -o-transition: all 0.2s ease-in;
          transition: all 0.2s ease-in;
}

.social-widget li a {
  color: #1F1C24;
  text-decoration: none;
}

.social-widget li a:hover .icn-container,
.social-widget li a:hover .content {
  text-decoration: none;
}

.socials {
  display: block;
  text-align: center;
}

.socials li {
  display: inline-block;
  padding: 0 10px 0 0;
  text-align: center;
}


.socials li a {
    background-color: #fff;
    border-radius: 0%;
    color: #FFFFFF;
    display: block;
    font-size: 1.2em;
    height: 38px;
    padding: 0px;
    text-decoration: none;
    


border-radius: 50% 50% 50% 50%;
  
}

.socials li a i{
    background-color: #1F1C24;
    border-radius: 50% 50% 50% 50%;
    color: #FFFFFF;
    display: block;
    font-size: 1.2em;
   	height:40px; 
	width:40px;
	padding-top:8px;
    text-decoration: none;
  -webkit-transition: all 0.1s ease-in;
     -moz-transition: all 0.1s ease-in;
       -o-transition: all 0.1s ease-in;
          transition: all 0.1s ease-in;
  
}

.socials li a:hover {
  text-decoration: none;
}

.social li {
  display: block;
  float: left;
  width: 40px;
  margin-right: 15px;
  line-height: 40px;
  color: #1f1c24;
}

.social.circle-dotted li {
  background: url(images/back-social-icons.png) no-repeat 0 -160px;
}

.circle-full li,
.circle-full{margin-bottom:10px}

.footer-socials {
  margin-top: 10px;
}

.footer-socials li {
  display: inline-block;
  width: 40px;
  padding-bottom: 10px;
  line-height: 40px;
  text-align: center;
  background: url(images/back-social-icons.png) no-repeat -40px -160px;
}

#footer .footer-socials li a {
  display: block;
  padding: 9px 10px 7px;
  color: #4c4853;
  transition: all 0.1s ease-in;
}


/*
|--------------------------------------------------------------------------
| Blog SideBar Social Widget  Styles
|--------------------------------------------------------------------------
|
|
|
*/

.widget .social {
  margin-bottom: 0;
}

.widget .social li {
  width: 100%;
  margin-bottom: 10px;
}

.widget .social li a {
  float: none;
  width: 100%;
  text-decoration: none;
}

#footer .social li {
  margin-right: 2px;
}

#footer .social a {
  padding-left: 40px;
}

/*
|--------------------------------------------------------------------------
| Notice Bars Shortcodes  Styles
|--------------------------------------------------------------------------
|
|
|
*/

.notice {
  position: relative;
  min-height: 34px;
  padding: 8px 0;
  margin-bottom: 20px;
  background: #25a2b0 url(images/patterns/pattern-notice-blue.png);
  border: 1px solid #0B7889;
  box-shadow: 0 0 0 1px #40ADB9;
}

.notice p {
  padding: 5px 0 5px 45px;
  margin: 0 35px 0 0;
  font-size: 12px;
  color: #adf2fa;
  background: url(images/notice-icon-event.png) no-repeat 10px center;
}

.notice span {
  position: absolute;
  top: 16px;
  right: 12px;
  display: block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: url(images/notice-icon-close.png) no-repeat center center;
}

.notice.confirmation {
  background: #34ba7c url(images/patterns/pattern-notice-green.png);
  border: 1px solid #0B8B41;
  box-shadow: 0 0 0 1px #28b473;
}

.notice.confirmation p {
  color: #e6fff3;
  background: url(images/notice-icon-confirmation.png) no-repeat 10px center;
}

.notice.info {
  background: #ebe2b6 url(images/patterns/pattern-notice-gold.png);
  border: 1px solid #dbcb87;
  box-shadow: 0 0 0 1px #ebe2b6;
}

.notice.info p {
  color: #967c2d;
  background: url(images/notice-icon-info.png) no-repeat 10px center;
}

.notice.info span {
  background: url(images/notice-icon-close-dark.png) no-repeat center center;
}

.notice.error {
  background: #e3654e url(images/patterns/pattern-notice-orange.png);
  border: 1px solid #ce3522;
  box-shadow: 0 0 0 1px #e46c55;
}

.notice.error p {
  color: #fee0da;
  background: url(images/notice-icon-error.png) no-repeat 10px center;
}

.notice.light {
  background: #d7e7ed url(images/patterns/pattern-notice-blue-light.png);
  border: 1px solid #199dac;
  box-shadow: none;
}

.notice.light p {
  color: #199dac;
  background: url(images/notice-icon-event-light.png) no-repeat 10px center;
}

.notice.light span {
  background: url(images/notice-icon-close-blue.png) no-repeat center center;
}

.notice.confirmation-light {
  background: #d8ebe6 url(images/patterns/pattern-notice-green-light.png);
  border: 1px solid #2ab776;
  box-shadow: none;
}

.notice.confirmation-light p {
  color: #0d814b;
  background: url(images/notice-icon-confirmation-light.png) no-repeat 10px center;
}

.notice.confirmation-light span {
  background: url(images/notice-icon-close-green.png) no-repeat center center;
}

.notice.info-light {
  background: #f0ecde url(images/patterns/pattern-notice-gold-light.png);
  border: 1px solid #d9bf3e;
  box-shadow: none;
}

.notice.info-light p {
  color: #d4b559;
  background: url(images/notice-icon-info-light.png) no-repeat 10px center;
}

.notice.info-light span {
  background: url(images/notice-icon-close-gold.png) no-repeat center center;
}

.notice.error-light {
  background: #f0e3e3 url(images/patterns/pattern-notice-orange-light.png);
  border: 1px solid #E36D57;
  box-shadow: none;
}

.notice.error-light p {
  color: #e46c55;
  background: url(images/notice-icon-error-light.png) no-repeat 10px center;
}

.notice.error-light span {
  background: url(images/notice-icon-close-orange.png) no-repeat center center;
}

/*
|--------------------------------------------------------------------------
| Buttons  Styles
|--------------------------------------------------------------------------
|
|
|
*/

.button-action {
  display: inline-block;
  min-height: 50px;
  min-width: 100px;
  padding: 10px 25px;
  margin: 5px;
  font-family: Arial;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.button-action:hover {
  color: #fff;
  opacity: 0.9;
}

.button-round.blue,
.button-round.blue,
.button-action.blue {
  background: #2e90b1 url(images/patterns/pattern-button-blue.png);
  border: 1px solid #21A2B2;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3), inset 0 0 1px 1px #3fb8cd;
}

.button-small.gold,
.button-round.gold,
.button-action.gold {
  background: #f9c62f url(images/patterns/pattern-button-gold.png);
  border: 1px solid #CF9F10;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3), inset 0 0 1px 1px #fbdb3f;
}

.button-small.darkpurple,
.button-round.darkpurple,
.button-action.darkpurple {
  background: #635e71 url(images/patterns/pattern-button-darkpurple.png);
  border: 1px solid #5E5668;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3), inset 0 0 1px 1px #80758e;
}

.button-small.green,
.button-round.green,
.button-action.green {
  background: #528c32 url(images/patterns/pattern-button-green.png);
  border: 1px solid #528C32;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3), inset 0 0 1px 1px #70b544;
}

.button-small.grey,
.button-round.grey,
.button-action.grey {
  background: #a0a3ac url(images/patterns/pattern-button-grey.png);
  border: 1px solid #A6A9B1;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3), inset 0 0 1px 1px #c0c1c6;
}

.button-small.lightblue,
.button-round.lightblue,
.button-action.lightblue {
  background: #21a2b2 url(images/patterns/pattern-button-lightblue.png);
  border: 1px solid #21A2B2;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3), inset 0 0 1px 1px #2dc4ce;
}

.button-small.lightpink,
.button-round.lightpink,
.button-action.lightpink {
  background: #ed6e89 url(images/patterns/pattern-button-lightpink.png);
  border: 1px solid #ED6E89;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3), inset 0 0 1px 1px #f393b2;
}

.button-small.orange,
.button-round.orange,
.button-action.orange {
  background: #dd482d url(images/patterns/pattern-button-orange.png);
  border: 1px solid #C32C12;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3), inset 0 0 1px 1px #e96644;
}

.button-small.orangelight,
.button-round.orangelight,
.button-action.orangelight {
  background: #e2624c url(images/patterns/pattern-button-orangelight.png);
  border: 1px solid #C22F15;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3), inset 0 0 1px 1px #ec8b6d;
}

.button-small.pink,
.button-round.pink,
.button-action.pink {
  background: #d7516e url(images/patterns/pattern-button-pink.png);
  border: 1px solid #ED6E89;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3), inset 0 0 1px 1px #e56e96;
}

.button-small.skyblue,
.button-round.skyblue,
.button-action.skyblue {
  background: #10c3c1 url(images/patterns/pattern-button-skyblue.png);
  border: 1px solid #0DA6A5;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3), inset 0 0 1px 1px #17d9d8;
}

.button-small.skybluelight,
.button-round.skybluelight,
.button-action.skybluelight {
  background: #83d0d0 url(images/patterns/pattern-button-skybluelight.png);
  border: 1px solid #2BC6C6;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3), inset 0 0 1px 1px #b0e1e1;
}

.button-round {
  display: inline-block;
  height: 30px;
  min-width: 100px;
  padding: 5px 25px;
  margin: 5px;
  font-family: Arial, Verdana;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
  background: url(images/patterns/pattern-button-blue.png) #2E90B1;
  border: 1px solid #21a2b2;
  -webkit-border-radius: 25px;
     -moz-border-radius: 25px;
          border-radius: 25px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3), inset 0 0 1px 1px #3cb7cc;
}

.button-round:hover {
  color: #fff;
  opacity: 0.9;
}

.button-small {
  display: inline-block;
  height: 28px;
  min-width: 70px;
  padding: 0 15px;
  margin: 5px;
  font-family: Arial, Verdana;
  font-size: 12px;
  font-weight: 700;
  line-height: 28px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
  background: #2e90b1 url(images/patterns/pattern-button-blue.png);
  border: 1px solid #21a2b2;
  -webkit-border-radius: 25px;
     -moz-border-radius: 25px;
          border-radius: 25px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3), inset 0 0 1px 1px #3cb7cc;
}

.button-small:hover {
  color: #fff;
  opacity: 0.9;
}

a.flat {
	box-shadow:none !important;
	text-shadow:none !important;
	border:0px !important;
	background-image:none !important
	
}

/*
|--------------------------------------------------------------------------
| Portfolio Page Gallery Overlay  Styles
|--------------------------------------------------------------------------
|
|
|
*/

.category-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  display: none;
  background: #27242d;
  background-color: rgba(39, 36, 45, 0.85);
}

.category-overlay div {
  width: 345px;
  height: 400px;
  margin: 50px auto 0;
}

.category-overlay h3 {
  height: 58px;
  font-size: 30px;
  line-height: 58px;
  color: #fff;
  text-align: center;
  background: url(images/back-category-filter-bar.png) no-repeat;
}

.category-overlay li a {
  display: block;
  font-family: Arial;
  font-size: 20px;
  line-height: 34px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.category-overlay li a:hover {
  color: #f6457e;
}

.category-overlay .back {
  display: block;
  height: 58px;
  font-family: Arial;
  font-size: 30px;
  line-height: 58px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: url(images/back-category-filter-bar.png) no-repeat;
}

/*
|--------------------------------------------------------------------------
| View Filter  Styles
|--------------------------------------------------------------------------
|
|
|
*/

.wrapper-filter {
  margin-bottom: 55px;
}

.wrapper-filter h2 {
  margin-top: 16px;
  margin-bottom: 10px;
  font-size: 36px;
  color: #6c6577;
  text-align: center;
  text-transform: uppercase;
}

.wrapper-filter .filter {
  text-align: center;
}

.wrapper-filter .filter li {
  display: inline;
  padding: 5px 10px;
}

.wrapper-filter .filter li.active a {
  color: #6c6577;
}

.wrapper-filter .filter a {
  font-family: Arial;
  font-size: 14px;
  font-size: 16px;
  color: #a19da8;
  text-decoration: none;
}

.wrapper-filter .filter a:hover {
  color: #6c6577;
}

/*
|--------------------------------------------------------------------------
| View Filter Middle Section  Styles
|--------------------------------------------------------------------------
|
|
|
*/
.title-filter {
	position:relative; 
	z-index:100
}

.title-filter h1 {
  margin: 0;
  margin-top: 16px;
  font-size: 84px;
  line-height: 64px;
  letter-spacing: -1.5px;
  color: #322e39;
  text-align: left;
}

.title-filter h3 {
  margin: 0;
  margin-top: 16px;
  font-size: 34px;
  line-height: 34px;
  color: #6c6577;
  text-align: left;
  text-transform: uppercase;
}

.title-filter .filter {
  margin: 0;
  text-align: left;
}

.title-filter .filter li {
  display: block;
  float: left;
  padding: 0 12px 0 0;
}

.title-filter .filter li.active a {
  color: #6c6577;
}

.title-filter .filter a {
  font-family: Arial;
  font-size: 16px;
  color: #a19da8;
  text-decoration: none;
}

.title-filter .filter a:hover {
  color: #6c6577;
}

/*
|--------------------------------------------------------------------------
| View Filter  Styles
|--------------------------------------------------------------------------
|
|
|
*/

.view-filter-container {
  float:right
}

.view-filter.v2 {
  float: none;
}

.view-filter {
  float: right;
  height: 15px;
  margin: 15px 0 0 0;
  text-align: center;
}

.view-filter.no-margin {
  padding-top: 8px;
}

.view-filter li {
  float: left;
  width: 25px;
  height: 15px;
  margin-right: 10px;
  cursor: pointer;
  background: url(images/back-project-filter.png) no-repeat left top;
}

.view-filter li.four-columns {
  margin-right: 9px;
}

.view-filter li.four-columns:hover,
.view-filter li.four-columns.active {
  background-position: bottom left;
}

.view-filter li.three-columns {
  margin-right: 7px;
  background-position: -25px top;
}

.view-filter li.three-columns:hover,
.view-filter li.three-columns.active {
  background-position: -25px -15px;
}

.view-filter li.two-columns {
  margin-right: 6px;
  background-position: -50px top;
}

.view-filter li.two-columns:hover,
.view-filter li.two-columns.active {
  background-position: -50px -15px;
}

.view-filter li.one-column {
  margin-right: 0;
  background-position: -75px top;
}

.view-filter li.one-column:hover,
.view-filter li.one-column.active {
  background-position: -75px -15px;
}

/*
|--------------------------------------------------------------------------
| Category Filter Styles
|--------------------------------------------------------------------------
|
|
|
*/

.category-filter {
  position: relative;
  top: 20px;
  right: 0;
  z-index: 99;
  height: 50px;
  font-family: Arial;
  font-size: 20px;
  color: #1f1c24;
  text-decoration: none;
   clear:both; 
   margin:0 0 15px 0
}

.category-filter .dropdown .dropdown-inner {
  padding: 10px 15px 10px 15px;
  font-family: Arial;
  font-size: 20px;
  color: #1f1c24;
  text-decoration: none;
  background: url(images/back-category-filter.png);
}

.category-filter .dropdown .dropdown-inner a {
	outline:none	
}

.category-filter .dropmenu {
  display: none;
  padding: 15px 0;
  background-color: #1F1C24;
}

.category-filter .dropmenu ul.option-set {
  margin-bottom: 0;
}

.category-filter .dropmenu ul.option-set li a {
  display: block;
  font-family: Arial;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in;
     -moz-transition: all 0.2s ease-in;
       -o-transition: all 0.2s ease-in;
          transition: all 0.2s ease-in;
}

.category-filter .dropmenu ul.option-set li a:hover {
  color: #F6457E;
}

.category-filter .show-dropmenu {
  display: block;
}

.drop-down-title {
  margin-bottom: 0;
  background: url(images/back-category-filter-button.png) no-repeat right 7px;
}

.drop-down-title li a {
  display: block;
  font-family: Arial;
  font-size: 20px;
  color: #1f1c24;
  text-align: center;
  text-decoration: none;
}

.drop-down-title-up {
  background: url(images/back-category-filter-button.png) no-repeat right -43px;
}

.category-filter div a:hover {
  background-position: right -47px;
}

/*
|--------------------------------------------------------------------------
| Four Columns  Styles
|--------------------------------------------------------------------------
|
|
|
*/

.portfolio-columns-four > div {
  display: block;
  margin-bottom: 40px;
}
.portfolio-columns-four h4 {
  margin-bottom: 40px;
}

.portfolio-columns-four .preview > div {
  background: url(images/back-transparent-overlay.png);
}

.portfolio-columns-four .preview .zoom {
  top: 35%;
  left: 22%;
}

.portfolio-columns-four .preview .link {
  top: 35%;
  right: 22%;
}


/*
|--------------------------------------------------------------------------
| Three Columns  Styles
|--------------------------------------------------------------------------
|
|
|
*/

.portfolio-columns-three {
  margin-left: 0;
}

.portfolio-columns-three > div ,.portfolio-columns-three .current > div{
  margin-bottom: 40px;
}

.portfolio-columns-three h4 {
  margin-bottom: 10px;
}

.portfolio-columns-three p {
  margin-bottom: 40px;
}

.portfolio-columns-three .preview > div {
  background: url(images/back-transparent-overlay.png);
}

/*
|--------------------------------------------------------------------------
| Two Columns  Styles
|--------------------------------------------------------------------------
|
|
|
*/

.portfolio-columns-two > div ,.portfolio-columns-two .current > div{
  margin-bottom: 55px;
}
.portfolio-columns-two .info {
  display: block;
}

.portfolio-columns-two .info h4 {
  float: left;
  width: 70%;
  margin-bottom: 15px;
}

.portfolio-columns-two .info > div {
  float: right;
}

.portfolio-columns-two .info > div a {
  margin-bottom: 10px;
}

/*
|--------------------------------------------------------------------------
| Full Columns  Styles
|--------------------------------------------------------------------------
|
|
|
*/

.portfolio-columns-full li {
  padding-bottom: 35px;
  margin: 40px 0 0;
  border-bottom: 1px solid #ccc;
}

.portfolio-columns-full .info > a {
  float: left;
}

.portfolio-columns-full .info div {
  float: left;
  height: 10px;
  padding: 3px;
  margin-left: 35px;
}

/*
|--------------------------------------------------------------------------
| Photo Wall  Styles
|--------------------------------------------------------------------------
|
|
|
*/

.photoWall {
  padding-bottom: 25px;
}

.photoWall .fixed {
  display: block;
}

.photoWall .fixed > div {
  position: relative;
  float: left;
  width: 25%;
  overflow: hidden;
}

.photoWall .fixed > div:hover .overlay {
  opacity: 1;
  visibility: visible;
}

.photoWall .fixed > div .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-align: center;
  background: url(images/back-transparent-overlay.png);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in;
     -moz-transition: all 0.2s ease-in;
       -o-transition: all 0.2s ease-in;
          transition: all 0.2s ease-in;
}

.photoWall .fixed > div .overlay .overlay-links.v2 {
  top: 77%;
}

.photoWall .fixed > div .overlay .overlay-links.v2 a {
  color: #939395;
  background-color: transparent;
  opacity: 1;
}

.photoWall .fixed > div .overlay .overlay-links.v2 a:hover {
  background-color: transparent;
}

.photoWall .fixed > div .overlay .overlay-links {
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  margin-top: -10px;
  text-align: center;
}

.photoWall .fixed > div .overlay .overlay-links a {
  position: relative;
  display: inline-block;
  width: 62px;
  height: 62px;
  margin: 0 -6px;
  line-height: 66px;
  color: #6c6577;
  background-color: #FFF;
  border-radius: 50%;
  outline: none;
  opacity: 0.7;
  -webkit-transition: all 0.1s ease-in;
     -moz-transition: all 0.1s ease-in;
       -o-transition: all 0.1s ease-in;
          transition: all 0.1s ease-in;
}

.photoWall .fixed > div .overlay .overlay-links a:hover {
  z-index: 1;
  color: #fff;
  opacity: 1;
}

.photoWall img {
  display: block;
  width: 100%;
}
.portfolio-single img{max-width:100%;}
.photoWall h3 {
  margin: 30px 10px;
  font-size: 28px;
  text-align: center;
  text-transform: uppercase;
}

.photoWall h3 a {
  color: #3f3f3f;
  text-decoration: none;
}

.photoWall .zoom {
  position: absolute;
  top: 130px;
  left: 65px;
}

.photoWall .link {
  position: absolute;
  top: 130px;
  right: 65px;
}

.photoWall h3 {
    font-size: 28px;
	line-height:25px;

}

/*
|--------------------------------------------------------------------------
| Portfolio Single  Styles
|--------------------------------------------------------------------------
|
|
|
*/

a.views, .post-extra {
	cursor:default
}

a.views, a.favorites {
	outline:none;
	text-decoration:none
}


.portfolio-single .button-action {
  min-width: 90px;
}

.portfolio-single.v2 {
  display: block;
}

.portfolio-single .views {
  display: inline-block;
  height: 16px;
  padding-left: 6px;
  font-size: 13px;
  line-height: 16px;
  color: #787878;
  text-decoration: none;
}

.portfolio-single .favorites {
  display: inline-block;
  height: 16px;
  padding-left: 26px;
  margin-left: 10px;
  font-size: 13px;
  line-height: 16px;
  color: #787878;
  text-decoration: none;
}

.portfolio-single .favorites:hover {
  background-position: -100px -16px;
}

.all-projects {
  position: relative;
  display: block;
  float: right;
  height: 24px;
  padding-right: 40px;
  margin-top: 30px;
  font-family: Arial;
  font-size: 24px;
  line-height: 24px;
  color: #6c6577;
  text-decoration: none;
}

.all-projects:hover {
  color: #EC6681;
}

.all-projects span {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 24px;
  height: 24px;
  background: url(images/back-portfolio-item-controls.png) no-repeat left top;
}

.all-projects:hover span {
  background-position: left bottom;
}

h2.large.related-projects {
  margin-bottom: 35px;
  font-size: 34px;
  color: #6c6577;
}

/*
|--------------------------------------------------------------------------
| Twitter Status  Styles
|--------------------------------------------------------------------------
|
|
|
*/

.twitter-status {
  margin-top: 20px;
  margin-bottom: 90px;
  font-size: 24px;
  color: #6c6577;
}

.twitter-status a {
  font-style: italic;
  text-decoration: none;
}

.twitter-status span {
  font-size: 24px;
  font-style: italic;
}

.twitter-follow {
  display: block;
  width: 80px;
  height: 20px;
  padding: 0 15px;
  margin: 5px 0 0 20px;
  font-family: Arial;
  font-size: 14px;
  line-height: 20px;
  color: #aea8b4;
  text-align: center;
  text-decoration: none;
  background: #fff;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.twitter-follow:hover {
  color: #fff;
  background: #aea8b4;
}

.white-content-wrapper .twitter-follow {
  background: #6C6577;
}


.zoom {
  display: block;
  width: 65px;
  height: 65px;
  background: url(images/back-project-controls.png) no-repeat left top;
}

.zoom:hover {
  z-index: 999;
  background-position: left bottom;
}

.link {
  display: block;
  width: 65px;
  height: 65px;
  background: url(images/back-project-controls.png) no-repeat right top;
}

.link:hover {
  z-index: 999;
  background-position: right bottom;
}

.views.v2 {
  padding-left: 0;
}

.views {
  display: inline-block;
  height: 14px;
  padding-left: 12px;
  margin-bottom: 20px;
  line-height: 14px;
  color: #939395;
  text-decoration: none;
}

.views span {
  font-size: 11px;
  color: #787878;
}

.views:hover {
  color: #787878;
}

.favorites.v2 {
  padding-left: 7px;
}

.favorites {
  display: inline-block;
  height: 14px;
  padding-left: 8px;
  margin-bottom: 20px;
  line-height: 14px;
  color: #939395;
  text-decoration: none;
}

.favorites span {
  font-size: 11px;
  color: #787878;
}

.favorites:hover {
  background-position: -60px -14px;
}

.preview {
  position: relative;
  margin-bottom: 10px;
}

.preview:hover .overlay {
  opacity: 1;
  visibility: visible;
}

.overlay-links a, .overlay-links a:visited, .overlay-links i {
	text-decoration:none
}

.preview .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-align: center;
  background: url(images/back-transparent-overlay.png);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in;
     -moz-transition: all 0.2s ease-in;
       -o-transition: all 0.2s ease-in;
          transition: all 0.2s ease-in;
}

.preview .overlay .overlay-links.v4 {
  top: 88%;
  left: 20px;
  width: 50%;
  margin-left: 0;
  text-align: left;
}

.preview .overlay .overlay-links.v4 a {
  color: #26232C;
  background-color: transparent;
  opacity: 1;
}


.preview .overlay .overlay-links.v4 a:hover {
  background-color: transparent;
}

.preview .overlay .overlay-links.v2 {
  top: 88%;
}

.preview .overlay .overlay-links.v2 a {
  color: #939395;
  background-color: transparent;
  opacity: 1;
}

.preview .overlay .overlay-links.v2 a:hover {
  background-color: transparent;
}

.preview .overlay .overlay-links.v3 {
  top: 80%;
  margin-left: -30px;
  text-align: right;
}

.preview .overlay .overlay-links {
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  margin-top: -30px;
  text-align: center;
}

.preview .overlay .overlay-links a {
  position: relative;
  display: inline-block;
  width: 62px;
  height: 62px;
  margin: 0 -6px;
  line-height: 70px;
  color: #26232C;
  text-align: center;
  background-color: #FFF;
  border-radius: 50%;
  outline: none;
  opacity: 0.85;
  -webkit-transition: all 0.1s ease-in;
     -moz-transition: all 0.1s ease-in;
       -o-transition: all 0.1s ease-in;
          transition: all 0.1s ease-in;
}

.preview .overlay .overlay-links a.portfolio-link {
	line-height: 71px;	
}

.preview .overlay .overlay-links a:hover {
  z-index: 1;
  color: #fff;
  opacity: 1;
}

.porfolio-controllers {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 1;
  width: 50%;
  margin: auto;
}

.porfolio-controllers.v2 {
  position: absolute;
  right: auto;
  bottom: 10px;
  left: 0;
  margin: auto;
}

.preview img {
  display: block;
 /* width: 100%;*/
}

.preview .zoom {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.preview .link {
  position: absolute;
  right: 80px;
  bottom: 20px;
}

.preview > div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: url(images/back-transparent-overlay.png);
}

/*
|--------------------------------------------------------------------------
| Services Page Team  Styles
|--------------------------------------------------------------------------
|
|
|
*/

.thumb {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #78808E;
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
}

.thumb img {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	 max-width: 100%;
	
}

.thumb:hover img {
	
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	
	transform:scale(1.2);
    -ms-transform:scale(1.2); /* IE 9 */
    -moz-transform:scale(1.2); /* Firefox */
    -webkit-transform:scale(1.2); /* Safari and Chrome */
    -o-transform:scale(1.2); /* Opera */
}

.thumb a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 199;
  display: block;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
}

.thumb img {
  display: block;
  width:100%
}

.team-item {
  margin: 55px 0 0;
}

.team-item h3 {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 22px;
  color: #46404f;
  text-transform: uppercase;
}

.team-item h3 span {
  display: block;
  font-size: 18px;
  line-height: 18px;
  color: #46404f;
}

.team-item .social {
  padding-left: 55px;
}

.team-item .social li {
  float: left;
}

/*
|--------------------------------------------------------------------------
| Tabs  Styles
|--------------------------------------------------------------------------
|
|
|
*/

.tabs {
  margin-bottom: 25px;
}

.tabs-nav {
  height: 36px;
  margin: 0;
  overflow: hidden;
}

.tabs-nav li {
  float: left;
  height: 35px;
  padding: 0 15px;
  margin-right: 3px;
  font-family: Arial;
  font-size: 18px;
  line-height: 35px;
  color: #fff;
  cursor: pointer;
  background: #b4b1bb;
  border-top: 1px solid #E2E2EB;
  border-right: 1px solid #E2E2EB;
  border-left: 1px solid #E2E2EB;
}

.tabs-nav li a {
  color: #fff;
}

.tabs-nav li.active {
  background: #322E39;
}

.tabs-content {
  min-height: 215px;
  padding: 25px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #DDDDE8;
  box-shadow: inset 0 0 1px 1px #F1F1F6;
}

.tabs-content > div {
  display: none;
}

.tabs-content > div.active {
  display: block;
}

/*
|--------------------------------------------------------------------------
| Accordion  Styles
|--------------------------------------------------------------------------
|
|
|
*/

.accordion li > h2 {
  height: 40px;
  padding-left: 15px;
  margin: 0;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  cursor: pointer;
  background: #322E39;
  border: 1px solid #5B5564;
  border-top: none;
}

.accordion li > div {
  display: none;
  padding: 25px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #DDDDE8;
  box-shadow: inset 0 0 1px 1px #F1F1F6;
}

.accordion li p {
  font-size: 12px;
  line-height: 20px;
}

.accordion li.active h2 {
  background: #A4A4AD;
  border-top: 1px solid #BCBCC3;
  border-right: 1px solid #BCBCC3;
  border-bottom: 1px solid #A4A4AD;
  border-left: 1px solid #BCBCC3;
}

.accordion li.active div {
  display: block;
}

/*
|--------------------------------------------------------------------------
| Table  Styles
|--------------------------------------------------------------------------
|
|
|
*/

table h1,
table h2,
table h3,
table h4,
table h5 {
  margin: 0;
}

table {
  width: 100%;
  margin-bottom: 35px;
  font-size: 12px;
  text-align: left;
  border-collapse: collapse;
}

table th {
  padding: 10px 10px 10px 15px;
  font-family: Arial;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  background: #A4A4AD;
  border-right: 1px solid #A4A4AD;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #A4A4AD;
}

table tr.even td {
  background: #F4F5F8;
}

table td {
  padding: 10px 15px;
  color: #5e5967;
  background: #fff;
  border-top: 1px solid transparent;
  border-right: 1px solid #dddde8;
  border-bottom: 1px solid #dddde8;
  border-left: 1px solid #dddde8;
}

table tr:hover td {
  color: #35303d;
  background: #e9ebf1;
}

/*
|--------------------------------------------------------------------------
| Pricing Table  Styles
|--------------------------------------------------------------------------
|
|
|
*/

table.pricing h1,
table.pricing h2,
table.pricing h3,
table.pricing h4,
table.pricing h5 {
  margin: 0;
}

table.pricing p {
  margin: 0;
  font-size: 11px;
  line-height: 14px;
  color: #5e5e5e;
}

table.pricing h5 {
  padding: 5px 0;
  margin: 0;
  font-size: 20px;
}

table.pricing {
  width: 100%;
  margin-bottom: 35px;
  font-size: 12px;
  text-align: left;
  border-collapse: collapse;
}

table.pricing th {
  padding: 10px 10px 10px 15px;
  font-family: Arial;
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  background: #322e39;
  border-right: 1px solid #322e39;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #322e39;
}

table.pricing td {
  padding: 10px 15px;
  color: #669;
  background: #fff;
  border-top: 1px solid transparent;
  border-right: none;
  border-bottom: 1px solid #dddde8;
  border-left: none;
}

table.pricing tr:hover td {
  color: #339;
  background: #eeeef6;
}

.price-set {
  position: relative;
  display: block;
  float: right;
  height: 40px;
  padding: 0 50px;
  font-size: 11px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #a4a4ad;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  -webkit-transition: background .2s;
     -moz-transition: background .2s;
       -o-transition: background .2s;
          transition: background .2s;
}

.price-set:hover {
  color: #fff;
  background: #322E39;
}

/*
|--------------------------------------------------------------------------
| Header Section  Styles
|--------------------------------------------------------------------------
|
|
|
*/

#header {
  height: 85px;
  overflow: visible;
}

#header-wrapper {
  border-top: 7px solid #000;
}

#header-wrapper,
#footer-wrapper {
  position: relative;
  z-index: 99;
  background: url(images/back-section.png);
  -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.6);
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.6);
}

#header-wrapper {
  padding-right: 0;
  padding-left: 0;
}

.logo {
  padding-left:20px;
  display:block;
  min-height:85px;
  position:relative; 
  top:0 !important;
  
  
}

@media screen and (max-width: 480px) {
.logo img {margin:0 auto}
}

#header .eightcol {
  height: 85px;
}


/* #Main Navigation
================================================== */

#header-wrapper {
	position:relative; 
	z-index:500
}

.nav-surround {
	position:relative;
	top:30px
}

a.menu-link {
	display: none;
}	

	
@media screen and (min-width: 989px) {
#menu-gentleman_menu {float:right}
}


@media screen and (min-width: 600px) {
	
/*** Main Styles ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}



/*** Top Level ***/
.sf-menu {
	float: right;
	margin-bottom: 1em;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
	min-width: 12em; 
}

.sf-menu > li {
	float: left;
}

.sf-menu > li > a {
	padding-bottom:8px
}

.sf-menu a, .sf-menu a:visited {
	display: block;
	position: relative;
	text-decoration: none;
	color: #fff;
	text-decoration:none;
	padding: 2px 16px;
  	font-family: Arial;
  	font-size: 20px;
  	line-height: 34px;
  	color: #fff;
	outline:none
	
}


.sf-menu li {
	position: relative;
	white-space: nowrap; 
	text-align:left
}

.sf-menu li li a:hover {
 	color: #fff !important;
	background:#ee2465;
	-webkit-transition: all 0.2s ease-out;  
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}



/*** Lower Levels ***/
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu ul ul {
	top: 0;
	left: 100%;
}

.sf-menu li li {
	margin:0; 
	background:#181818; 
}

/* mobile styles */
a.menu-link {
	display: none;
}	

}


@media screen and (max-width: 600px) {
	
.nav-surround {
	position:relative;
	top:0px
}

.logo img {
	margin:0 auto
}
	
ul.level-1 {
	margin-bottom:10px !important
}
	
a.menu-link {
	text-align:center;
	display: block;
	font-size:30px;
	padding:15px;
	text-decoration:none;
	font-family: Arial;
	outline:none;
}

a.menu-link:before {
	content: "+";
}

a.menu-link.active:before {
	content: "-";
}

.menu, .menu > ul ul {
	clear: both;
	-webkit-transition: all 0.5s ease-out;  
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.js .menu, .js .menu > ul ul {
	overflow: hidden;
	max-height: 0;
}

.menu.active, .js .menu > ul ul.active {
	max-height: 100em;
}

.menu > ul {
	border-top: 1px solid #444;
}

.menu li a, .menu li a:visited {
	font-family: Arial;
	font-size:17px;
	color: #fff;
	display: block;
	padding: 0.8em;
	border-bottom: 1px solid #444;
	position: relative;
	text-decoration:none;
	outline:none
}

.menu li li a, .menu li li a:visited {
	padding: 0.4em 0.8em;
	color:#181818	
}

.menu li.menu-item-has-children > a:after {
	content: '+';
	position: absolute;
	top: 10px;
	right: 0;
	display: block;
	font-size: 1.5em;
	padding: 0.25em 0.5em;
}

.menu li li.menu-item-has-children > a:after {
	content: '+';
	position: absolute;
	top: 2px;
	right: 0;
	display: block;
	font-size: 1.5em;
	padding: 0.25em 0.5em;
}

.menu li.menu-item-has-children > a.active:after {
	content: "-";
}
	
.menu, .menu li, .menu ul{margin:0; padding:0 !important;}

.menu li {background:#181818}
.menu li li {background:#eee}
.menu li li li{background:#fff}

.menu li:hover {background:#000 }
.menu li li:hover {background:#ddd }
.menu li li li:hover {background:#eee }
.menu li li a:hover {background:none !important}
}


/*** Center nav at breakpoint ***/

@media only screen and (min-width: 600px) and (max-width: 990px) {
 ul.level-1 {
	list-style-type: none;
	text-align: center;
	float:none
}

ul.level-1 > li { 
	display: inline-block; 
	float:none 
}

.nav-surround {
	position:relative;
	top:0px
}

.logo img {
	margin:0 auto
}

}

/*  
|--------------------------------------------------------------------------
| Footer Section  Styles
|--------------------------------------------------------------------------
|
|
|
*/

#footer {
  padding-top: 65px;
  overflow: visible;
  background: rgba(255, 0, 0, 0);
}

#footer-wrapper {
  position: relative;
  border-bottom: 12px solid #5e5668;
}

#footer ul.testimonials a {
  font-family: Arial, Verdana, Serif;
  font-size: 11px;
  line-height: 24px;
  color: #a6a8c6;
}

#footer ul.testimonials li {
  margin-bottom: 20px;
}

#footer ul.testimonials blockquote {
  padding-left: 24px;
  background: url(images/back-blockquote-footer.png) no-repeat left top;
  border-left: 0;
}

#footer ul.testimonials blockquote p {
  font-family: Arial, Verdana, Serif;
  font-size: 14px;
  font-size: 11px;
  line-height: 15px;
  color: #fff;
}

#footer .hr {
  background: #33313C;
}

#footer p {
  font-family: Arial, Verdana, serif;
  font-size: 11px;
  color: #fff;
}

#footer h4 {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}

#footer a {
  font-size: 11px;
  color: #a6a8c6;
  text-decoration: none;
}


#footer .top-bubble {
  position: absolute;
  outline:none;
  top: -110px;
  right: 30px;
  z-index: 9999;
  display: block;
  width: 80px;
  height: 80px;
  font-family: Arial,Verdana;
  font-size: 20px;
  line-height: 83px;
  text-align: center;
  background: url(images/back-white-bubble.png) no-repeat center center;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.9);
  -webkit-border-radius: 40px;
     -moz-border-radius: 40px;
          border-radius: 40px 40px 40px 40px;
  -webkit-transition: background .2s ease 0;
     -moz-transition: background .2s ease 0;
          transition: background .2s ease 0;
}

#footer .top-bubble:hover {
  text-decoration: none;
  background: rgba(254, 254, 254, 0.5);
}

#footer .twitter-updates .user,
#footer .twitter-updates a,
#footer .twitter-updates p,
#footer .twitter-updates span {
  margin: 0;
  font-family: Arial, Verdana, Serif;
  font-size: 11px;
  line-height: 17px;
  vertical-align: top;
  zoom: 1;
}

#footer .twitter-updates li {
  margin-bottom: 20px;
  vertical-align: top;
}

#footer .twitter-updates .user {
  margin: 0;
  font-family: Arial, Verdana, Serif;
  font-size: 11px;
}

#footer .twitter-updates a {
  color: #a6a8c6;
}

#footer .twitter-updates span {
  margin: 0;
  color: #A6A8C6;
}

#footer .twitter-follow {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 20px;
  padding: 0 10px;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #fff;
  text-decoration: none;
  background: #000;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

#footer .twitter-follow:hover {
  color: #fff;
  text-decoration: none;
}

#newsletter > div {
  position: relative;
  height: 55px;
  padding: 17px 10px;
  margin-bottom: 5px;
  background: #17151B;
  background: rgba(19, 18, 22, 0.8);
  border-right: 1px solid #332f3a;
  border-bottom: 1px solid #332f3a;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  box-shadow: inset 2px 2px 2px 0 rgba(0, 0, 0, 0.4);
}

#newsletter > div.active {
  background: none repeat scroll 0 0 rgba(88, 85, 95, 0.8);
}

#newsletter input {
  display: block;
  width: 100%;
  height: 18px;
  font-size: 11px;
  line-height: 18px;
  color: #b3b3b3;
  background: transparent;
  border: none;
}

#newsletter input:focus {
  color: #fff;
}

#newsletter span {
  font-size: 11px;
  font-style: italic;
  line-height: 17px;
  color: #8d8d8d;
}

#newsletter a,#newsletter #submit_mail  {
  position: absolute;
  top: 5px;
  right: 10px;
  display: block;
  float: right;
  width: 50px;
  height: 45px;
  font-family: Arial;
  font-size: 18px;
  line-height: 46px;
  color: #fff;
  text-align: center;
}

#newsletter a:hover,#newsletter #submit_mail:hover {
  text-decoration: none;
}

.credits {
  height: 30px;
  text-align: center;
}

.credits a {
  text-decoration: none;
}

.credits a:hover {
  text-decoration: underline;
}

.lower-footer i { 
	font-size:22px; 
	font-weight:normal;  
	margin-left:8px; 
	color:#4C4852; 
	position:relative; 
	top:2px
}
#footer .social-widget i{	font-size: 18px;	margin-left:0px; }

/*
|--------------------------------------------------------------------------
| Blog Page  Styles
|--------------------------------------------------------------------------
|
|
|
*/

#sidebar {
  padding-top: 15px;
}

.widget {
  margin-bottom: 55px;
  background: transparent;
}

.widget h4 {
  padding-bottom: 5px;
  margin: 0;
  font-size: 20px;
  color: #1f1c24;
  text-transform: uppercase;
  background: url(images/back-hr-stripes-thin.png) repeat-x left bottom;
}

.widget h4 span {
  color: #BFBDC1;
}

/*
|--------------------------------------------------------------------------
| Comments Form  Styles
|--------------------------------------------------------------------------
|
|
|
*/ 

#form-comment {
  padding: 0 0 45px;
}

#comments-wrapper h3 {
  text-align: center;
}

#form-comment #submit {
  display: block;
  width: 260px;
  margin: 20px auto;
}

ul#comments li{
	list-style-type:none 
}

/*
|--------------------------------------------------------------------------
| Comments LIst  Styles
|--------------------------------------------------------------------------
|
|
|
*/

#comments-wrapper {
  padding: 23px 0 0;
  background: url(images/back-separator-strong.png) repeat-x left top;
}

#comments {
  padding-top: 10px;
}

#comments li {
  position: relative;
}

#comments p {
  padding-top: 45px;
  padding-bottom: 15px;
  padding-left: 95px;
  font-size: 12px;
  line-height: 21px;
  color: #8e8e8e;
}

#comments h4 {
  position: absolute;
  top: 0;
  top: -8px;
  left: 0;
  z-index: 0;
  height: 35px;
  padding-bottom: 7px;
  padding-left: 71px;
  margin-bottom: 6px;
  line-height: 30px;
}

#comments h4 a {
  font-family: Arial;
  font-size: 18px;
  line-height: 30px;
  color: #413d46;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color .5s;
     -moz-transition: color .5s;
       -o-transition: color 0.5;
          transition: color .5s;
}


#comments h4 span {
  display: block;
  float: left;
  height: 40px;
  padding-right: 20px;
  padding-left: 25px;
  margin: 0;
  font-family: Arial, Verdana;
  font-size: 11px;
  line-height: 33px;
  color: #b9b3c2;
  background: url(images/back-comment-dash.png) repeat-x left bottom;
}

#comments .avatar {
  position: relative;
  float: left;
  width: 72px;
  height: 72px;
  font-size: 18px;
  color: #413d46;
}


.avatar img{ 
	border-radius:50%; 
	padding:4px; 
	background:url(images/comment-dash.png); 
	-moz-box-sizing:border-box   
}

#comments .avatar div {
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  height: 72px;
}

#comments .avatar img {
  display: block;
  margin: auto;
}

#comments .reply {
  display: block;
  font-family: Arial,Verdana;
  font-size: 12px;
  font-style: italic;
  color: #c9c6cd;
  text-decoration: none;
}

#comments .level-1 {
  margin-left: 95px;
}

/*
|--------------------------------------------------------------------------
| Widget Categories  Styles
|--------------------------------------------------------------------------
|
|
|
*/

.widget_categories,.widget_archive,.widget_meta ,.widget_recent_comments,.widget_recent_entries{
  margin-top: 0;
}
.widget_recent_comments li,.widget_recent_entries li{
  border-bottom: 1px solid #D9D8DE;
}
.widget a{
 color: #B0ADB7;
  text-decoration: none;	
}

.widget_categories li ,.widget_archive li,.widget_meta li{
  height: 30px;
  background: url(images/back-categories-bullet.png) no-repeat 5px center;
   border-bottom: 1px solid #D9D8DE;
}

.widget_categories a,.widget_archive a,.widget_meta a ,.widget_recent_comments a{
  padding-left: 18px;
}


/*
|--------------------------------------------------------------------------
| Widget Popular Post  Styles
|--------------------------------------------------------------------------
|
|
|
*/

 .widget-box img.wp-post-image {  
 	width: auto 
}

.widdget-articles.latest-articles li span,
.widdget-articles.popular-articles li span {
	clear:left; 
	padding-top:10px
}

.widget-articles-filter  h4 .active {
  color: #1F1C24;
}

.widget-articles-filter  h4 a {
  display: inline-block;
  color: #BFBDC1;
  text-decoration: none;
  cursor: pointer;
}

.widget-articles-filter  h4 a:first-child {
  display: inline-block;
  padding-right: 15px;
}

.widdget-articles {
  display: none;
}

.widdget-articles.active {
  display: block;
}

.widdget-articles span {
  display: block;
  font-size: 11px;
  color: #a59eb1;
}

.widdget-articles img {
  float: left;
  margin-right: 10px;
}

.widdget-articles li {
  padding: 20px 0 11px;
  border-bottom: 1px solid #ECEBEE;
}

.widdget-articles a {
  display: block;
  display: inline;
  font-family: Arial;
  font-size: 16px;
  line-height: 15px;
  color: #616064;
  text-decoration: none;
  vertical-align: top;
  zoom: 1;
}

ul.widdget-articles li a {
	display:inherit 
}

.widget-box-content a {
	outline:none	
}

.widdget-articles li span a {
	color: #A59EB1;
    display: block;
    font-size: 11px; 
	display:inline-block; 
	font-family: Arial; 
	padding-top:4px 
}

/*
|--------------------------------------------------------------------------
| Widget Twitter  Styles
|--------------------------------------------------------------------------
|
|
|
*/

.widget-twitter li {
  padding: 20px 0 20px 17px;
  font-family: "Trebuchet MS", Arial, Verdana;
  font-size: 11px;
  line-height: 17px;
  background: url(images/tweet-icon-tiny.png) no-repeat left 25px;
  border-bottom: 1px solid #D9D8DE;
}

.widget-twitter .user {
  color: #f30d5d;
  text-decoration: none;
}

.widget-twitter a {
  color: #f30d5d;
  text-decoration: none;
}

/*
|--------------------------------------------------------------------------
| Widget Calendar  Styles
|--------------------------------------------------------------------------
|
|
|
*/

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

#wp-calendar tbody td, 
#wp-calendar thead th {
	padding:5px; 
	text-align:center
}

/*
|--------------------------------------------------------------------------
| Widget Tags  Styles
|--------------------------------------------------------------------------
|
|
|
*/

.widget_tag_cloud,.tagcloud.fixed {
  margin-top: 20px;
}

.widget_tag_cloud li {
list-style:none;
  position: relative;
  float: left;
  height: 27px;
  padding-left: 25px;
  margin-right: 3px;
  margin-bottom: 10px;
  background: url(images/back-tag.png) no-repeat left center;
}

.widget_tag_cloud a.count {
  position: absolute;
  top: 5px;
  left: 6px;
  display: block;
  width: 18px;
  height: 18px;
  font-size: 10px;
  line-height: 18px;
  color: #5E5668;
  text-align: center;
  text-decoration: none;
  border-radius: 30px;
}

.widget_tag_cloud a.count:hover {
  color: #fff;
}

.widget_tag_cloud a.category {
  display: block;
  height: 27px;
  padding: 0 25px 0 5px;
  font-size: 11px !important;
  line-height: 27px;
  color: #fff;
  text-decoration: none;
  background: url(images/back-tag.png) no-repeat right center;
}

.widget_tag_cloud a.category:hover {
  color: #CDC2EE;
}

.widget-text,.textwidget {
  padding-top: 15px;
  font-size: 12px;
  line-height: 21px;
  color: #8e8e8e;
}

.post-views {
  display: inline-block;
  height: 14px;
  padding-left: 22px;
  margin-bottom: 20px;
  font-size: 11px;
  line-height: 14px;
  color: #aeaeae;
  text-decoration: none;
  background: url(images/back-post-extra.png) no-repeat left top;
}

.post-views:hover {
  color: #aeaeae;
}

.post-favorites {
  display: inline-block;
  height: 14px;
  padding-left: 22px;
  margin-bottom: 20px;
  font-size: 11px;
  line-height: 14px;
  color: #aeaeae;
  text-decoration: none;
  background: url(images/back-post-extra.png) no-repeat -60px top;
}

.post-favorites:hover {
  background-position: -60px -14px;
}

.blog-post {
  padding: 40px 0;
  border-bottom: 1px solid #D9D8DE;
}

.blog-post.first {
  padding-top: 15px;
}

.blog-post h3 {
  margin-bottom: 15px;
  font-size: 42px;
  line-height: 32px;
  letter-spacing: -2px;
  color: #1f1c24;
}

.blog-post p {
  line-height: 21px;
}

.blog-post-image-wrap {
  float: left;
  margin-right: 20px;
  border: 9px solid #e3e4e7;
  overflow:hidden;
 width:260px
  
}


.blog-post-image-wrap img  {
	
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	 
}

.blog-post-image-wrap:hover img {
	
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	
	transform:scale(1.2);
    -ms-transform:scale(1.2); /* IE 9 */
    -moz-transform:scale(1.2); /* Firefox */
    -webkit-transform:scale(1.2); /* Safari and Chrome */
    -o-transform:scale(1.2); /* Opera */
}

.blog-post-image-wrap-lg {
	width:100%; 
	height:275px;
	overflow:hidden;
	margin-bottom:20px
	
}

@media screen and (max-width: 1200px) { 
.blog-post-image-wrap-lg {
	height:235px;
}
.left-meta {

	width:132px;
line-height:14px;
padding-top:2px;

}
}

@media screen and (max-width: 990px) { 
.blog-post-image-wrap-lg {
	height:175px;
}


}

@media screen and (max-width: 765px) { 

.left-meta {

	width:80%;
text-align:left;
line-height:14px;

margin-top:20px;


}

.blog-post-image-wrap-lg {
	height:inherit !important
}
.blog-post-image-wrap-lg:hover img {

	
	transform:scale(1.0) !important;
    -ms-transform:scale(1.0) !important; /* IE 9 */
    -moz-transform:scale(1.0) !important; /* Firefox */
    -webkit-transform:scale(1.0) !important; /* Safari and Chrome */
    -o-transform:scale(1.0) !important; /* Opera */
}
}

.blog-post-image-wrap-lg img  {
	
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	 
}

.blog-post-image-wrap-lg:hover img {
	
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	
	transform:scale(1.2);
    -ms-transform:scale(1.2); /* IE 9 */
    -moz-transform:scale(1.2); /* Firefox */
    -webkit-transform:scale(1.2); /* Safari and Chrome */
    -o-transform:scale(1.2); /* Opera */
}


.blog-post h3 a {
  color: #1f1c24;
  text-decoration: none;
}

 .data{
  
	font-size: 11px;
  line-height: 12px;
  color: #a59eb1;
}




.blog-post .post-info {
  padding-bottom: 15px;
  font-size: 11px;
  line-height: 12px;
  color: #a59eb1;
  text-align: left;
}

.blog-post .post-info a {
  font-size: 11px;
  color: #a59eb1;
  text-decoration: none;
}


.read-more {
  position: relative;
  display: inline-block;
  height: 28px;
  font-size: 11px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  -webkit-transition: background .2s;
     -moz-transition: background .2s;
       -o-transition: background .2s;
          transition: background .2s;
}

.read-more:hover {
  color: #000;
}

.read-more-button {
  position: relative;
  display: inline-block;
  height: 28px;
  padding: 0 20px;
  font-size: 11px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #B0ADB6;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  -webkit-transition: background .2s;
     -moz-transition: background .2s;
       -o-transition: background .2s;
          transition: background .2s;
}

.read-more-button:hover {
  color: #fff;
}

.gent-search {
  display: block;
  width: 100%;
  height: 45px;
  padding: 12px 40px 12px 15px;
  font-size: 11px;
  line-height: 18px;
  color: #b1b1b1;
  background: #ffffff url(images/back-search.png) no-repeat right center;
  border: 1px solid #ccc;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
}

.gent-search:focus {
  color: #6E6A7F;
  border: 1px solid #6E6A7F;
}

/*
|--------------------------------------------------------------------------
| Blog Post Larger Post  Styles
|--------------------------------------------------------------------------
|
|
|
*/

.blog-post .full-width {
  padding-bottom: 25px;
}

.blog-post .full-width .fixed { 
	width:100% 
}


.blog-post .full-width .post-info {
  float: right;
  width: 25%;
  text-align: right;
}

.blog-post .full-width .post-info a,
.blog-post .full-width .post-info a:visited {
  display: block;
  font-size: 11px;
  font-style: italic;
  line-height: 17px;
  color: #a59eb1;
  display:inline-block
}
.blog-post .full-width .post-info a:hover {
  color: #ee2465;
}

.blog-post .full-width .post-info a[rel=category] {
	display: inline-block;
}
.blog-post .full-width .post-extra {
  float: right;
  width: 120px;
  text-align: center;
}

.blog-post .full-width .post-content {
  float: left;
  width: 80%;
}

.blog-post .full-width h3 {
  float: left;
  width: 75%;
}

.blog-post .full-width img {
  display: block;
  float: none;
  margin-bottom: 20px;
  border: none;
}


.blog-post .full-width .post-info p,
.blog-post .full-width .post-info a,
.blog-post .full-width .post-info p span {
	margin:0;
	line-height:15px 
}

/*
|--------------------------------------------------------------------------
| Blog post Single  Styles
|--------------------------------------------------------------------------
|
|
|
*/

.blog-post.post-single {
  border-bottom: none;
}

.blog-post.post-single img {
  display: block;
  float: none;
  margin-bottom: 20px;
  border: none;
  max-width:100%
}

.blog-post-author {
  padding: 23px 0 15px;
  background: url(images/back-separator-strong.png) repeat-x left top;
}

.blog-post-author .avatar {
  float: left;
  width: 110px;
  height: 110px;
  margin-right: 20px;
  text-align: center;
}

.blog-post-author h4 {
  margin: 10px 0 5px;
  text-transform: uppercase;
}

.blog-post-author p {
  font-style: italic;
  line-height: 21px;
  color: #595959;
}

.blog-post-tags {
  padding: 23px 0 8px;
  background: url(images/back-separator-strong.png) repeat-x left top;
  width:100%
}

.blog-post-tags h4 {
  float: left;
  width: 110px;
  padding: 25px 0;
  margin: 0 21px 0 0;
}

.blog-post-tags ul {
  float: left;
  width: 80%;
  margin: 0;
}

.blog-post-tags li {
  position: relative;
  float: left;
  height: 27px;
  padding-left: 25px;
  margin-right: 3px;
  margin-bottom: 10px;
  background: url(images/back-tag.png) no-repeat left center;
}

.blog-post-tags span {
  position: absolute;
  top: 5px;
  left: 6px;
  display: block;
  width: 18px;
  height: 18px;
  font-size: 10px;
  line-height: 18px;
  color: #5E5668;
  text-align: center;
  border-radius: 30px;
}

.blog-post-tags a {
  display: block;
  height: 27px;
  padding: 0 25px 0 5px;
  font-size: 11px;
  line-height: 27px;
  color: #fff;
  text-decoration: none;
  background: url(images/back-tag.png) no-repeat right center;
}

.blog-post-tags a:hover {
  color: #CDC2EE;
}

/*
|--------------------------------------------------------------------------
| Icon Font Styles
|--------------------------------------------------------------------------
|
|
|
*/

.preview {
  overflow: hidden;
}

.preview > div {
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
}

.preview > div.portfolio-effect {
  overflow: hidden;
  opacity: 1;
  visibility: visible;
}

.preview > div.portfolio-effect:hover .portfolio-link {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

.preview > div.portfolio-effect:hover .portfolio-link.v2 {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}

.preview > div.portfolio-effect:hover .portfolio-search {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

.preview > div.portfolio-effect:hover .portfolio-search.v2 {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}


/*
|--------------------------------------------------------------------------
| Collapse Styles
|--------------------------------------------------------------------------
|
|
|
*/

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
     -moz-transition: height .35s ease;
       -o-transition: height .35s ease;
          transition: height .35s ease;
}

.twitter-status {
  margin-bottom: 90px;
}

.ds-bl {
  display: block;
}

/*
|--------------------------------------------------------------------------
| Mobile Version  Styles
|--------------------------------------------------------------------------
|
|
|
*/

@media only screen and (max-width: 1199px) {
  .navigation > li a {
    padding: 0 12px;
  }
  #layout.page .page-inner-wrapper {
    padding: 50px 30px;
  }
  .preview .overlay .overlay-links.v4 {
    top: 85%;
    left: 5px;
  }
  .preview .overlay .overlay-links.v3 {
    top: 75%;
    margin-left: -20px;
  }
  .photoWall h3 {
    margin: 15px 10px;
    font-size: 22px;
  }
 
}

@media only screen and (max-width: 1024px) {
  .portfolio-columns-two .portfolio-search {
    right: 0px;
  }
  .portfolio-columns-full .portfolio-search {
    right: 0px;
  }
  .portfolio-columns-full .info div {
    margin-left: 5px;
  }
  .photoWall h3 {
    margin: 15px 10px;
    font-size: 18px;
    line-height: 18px;
  }
}

@media only screen and (max-width: 991px) {
  .preview .overlay .overlay-links.v4 {
    top: 85%;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .preview .overlay .overlay-links.v3 {
    top: 45%;
    margin-left: 0;
    text-align: center;
  }
  .blog-post-author {
	  margin-top:20px
}

}

@media only screen and (max-width: 980px) {
  .logo > div {
    top: 24px;
  }
  .latest-articles-full .info {
    margin-bottom: 20px;
    text-align: center;
  }
 
  
  #layout.page .page-inner-wrapper {
    padding: 50px 30px;
  }
  .page-wrapper .hr-thin.full {
    margin: 40px -15px;
  }
  .full-slider .view-project {
    width: 110%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  
}

@media only screen and (max-width: 768px) {
.latest-articles-full .comments {
    right: 35px !important;
    top: 0px !important;
}
.latest-articles-full .favorite {
    
    right: 0px !important;
    top: 0px !important;
  
}
  .full-slider .view-project {
    width: 130%;
  }
  .portfolio-columns-two .portfolio-search {
    right: 0px;
  }
  .portfolio-columns-full .portfolio-search {
    right: 0px;
  }
  .portfolio-columns-full .info div {
    margin-left: 5px;
  }
  .photoWall h3 {
    margin: 5px 10px;
    font-size: 18px;
  }
  .port-right {
	  padding-top:30px
	 }

}

@media only screen and (max-width: 767px) {
  .photoWall h3 {
    margin: 25px 10px;
    font-size: 28px;
    line-height: 28px;
  }
  .logo > div {
    top: 0;
  }
  .clearfix,
  .section,
  .fixed,
  .rowm {
    display: block;
  }
  .full-slider .view-project {
    top: -170px;
    left: 25%;
    width: 50%;
  }
  .service-item {
    margin-bottom: 40px;
  }
  .blog-articles-latest li {
    padding: 25px 0 81px;
    margin-bottom: 20px;
  }
  .latest-articles-full .article {
    margin-bottom: 30px;
  }
  .latest-articles-full .comments {
    top: 35px;
  }
  .latest-articles-full .favorite {
    top: 35px;
    right: 45%;
  }
  .latest-articles-full .article p {
    margin-top: 30px;
    line-height: 18px;
  }
  .preview > div div {
    bottom: 20px;
  }
  .twitter-follow {
    margin-bottom: 20px;
  }
  .home-portfolio-slider.camera_wrap {
    margin-bottom: 30px!important;
  }
  .view-filter {
    position: absolute;
    top: -75px;
    right: 10px;
  }
  .slider-portfolio {
    margin-bottom: 30px !important;
  }
  .portfolio-columns-two > div {
    margin-bottom: 0;
  }
  .portfolio-columns-four > div {
    display: block;
    margin-bottom: 0;
  }
  
  .photoWall .fixed > div {
    width: 50%;
  }
  .page-wrapper .hr-thin.full {
    margin: 20px -15px 40px;
  }
  .all-projects {
    top: -80px;
  }
  .portfolio-single .portfolio-single-slider.camera_wrap {
    margin-bottom: 40px!important;
  }
  .map {
    margin-bottom: 80px;
  }
  .tweet-page-title {padding:15px 0}
  .view-filter-container {width:100%; position:relative; top:60px; right:-12px}
}

@media only screen and (max-width: 640px) {
  .photoWall h3 {
    margin: 15px 10px;
    font-size: 24px;
  }
  
.blog-post-image-wrap {width:100%; background:#E3E4E7; margin-bottom:15px}
.blog-post-image-wrap img{width:auto !important; margin:0 auto; }
}

@media only screen and (max-width: 550px) {
  .table-responsive,
  .hidden-tb-tl {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .photoWall h3 {
    margin: 10px 10px;
    font-size: 18px;
    line-height: 20px;
  }
  #layout.page .page-inner-wrapper {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 360px) {
  .photoWall h3 {
    margin: 35px 10px;
    font-size: 26px; 
  }
  #layout.page .page-inner-wrapper {
    padding: 50px 0;
  }
  .full-slider .view-project {
    left: 15%;
    width: 70%;
  }
  #footer .top-bubble {
    top: -40px;
  }
  .latest-articles-full .comments {
    right: 51%;
  }
  .latest-articles-full .favorite {
    right: 40%;
  }
  .latest-articles-full .favorite {
    top: 35px;
    right: 40%;
  }
  .view-filter {
    top: -20px;
    left: 15px;
  }
  .portfolio-columns-three > div {
    margin-bottom: 10px;
  }
  .view-filter.v2 {
    top: -15px;
    left: 55px;
  }
  .category-filter {
    margin: 20px 0;
  }
  .photoWall .fixed > div {
    width: 100%;
  }
  .all-projects {
    top: -10px;
    left: 15px;
    float: none;
  }
  .all-projects span {
    right: 50px;
  }
}

@media only screen and (max-width: 320px) {
  #layout.page .page-inner-wrapper {
    padding-right: 0;
    padding-left: 0;
  }
  .logo {
    top: -50px;
    height: 50px;
  }
}

/* custom stuff */

.navbar {
    margin-bottom: 0;
}

.back-trans {
    background-color: rgba(255,255,255,0.8) !important;
}

.demo-awesome2 i {
    color: #6C6577;
    font-size: 25px;
    margin: 2px 1.9px;
}

.demo-awesome2 i:hover {
    color: #29262F;
}

.demo-awesome {
    font-size: 30px;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}

.demo-awesome i {
    color: #1F1B24;
    margin: 6px;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}

.demo-awesome:hover {
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}



.demo-awesome:hover i:hover {
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}

.demo-social-icons i {
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
    width: inherit !important;
    font-size: 30px;
}
.demo-social-icons a i {
    color: #1F1B24;
    }
.demo-social-icons a:hover i{
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
}

.demo-circle-icons.social-widget.v2 li {
    display: inline-block;
    padding-right: 0;
    text-align: center;
}

ul.demo-circle-icons {
    margin-bottom: 5px;
}

/* service icons */
.service-item i {
    color: #6C6577;
    font-size: 50px;
    float: left;
    margin-right: 10px;
    margin-top: -6px;
}

.service-item i.icon-mobile-phone {
    font-size: 55px;
    margin-top: -7px;
}



/*
|--------------------------------------------------------------------------
| Full Slider
|--------------------------------------------------------------------------
|
|
|
*/


.full-slider .camera_caption {    
	text-align:center; 
	width:100%
}

.full-slider .camera_caption div {
	background:none
}


.full-slider .camera_caption div a{ 
	display:block;
	margin:0 auto;
	margin-bottom:20px; 
	height:145px; 
	width:145px; 
	border-radius:50%;
	color: #FFF;
	font-family: Arial,Verdana;
    font-size: 24px;
    line-height: 20px;
 	text-align: center;
    text-decoration: none;
    text-transform: uppercase;
	padding-top:49px;
	border: 6px solid #F5F5F5;
	outline:none
}

.full-slider .camera_caption div a:hover { 
	color:#fff; 
	background:#EE1158
}

/*
|--------------------------------------------------------------------------
| Icon Hover Effects
|--------------------------------------------------------------------------
|
|
|
*/

.s-icon a {
	display:block; 
	width:100%; 
	height:100%;  
	position:absolute; 
	top:0px; 
	z-index:100; 
}

.s-icon-wrap {
	text-align: center;
	margin: 0 auto;
	padding: 2em 0 .5em;
}


.s-icon {
	display: inline-block !important;
	font-size: 0px;
	cursor: pointer;
	margin: 15px 30px !important;
	width: 90px !important;
	height: 90px !important;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
}

.s-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}

.s-icon:before  {
	speak: none;
	font-size: 48px;
	line-height: 90px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}

.s-icon-effect-1 .s-icon {
	-webkit-transition: box-shadow 0.2s;
	-moz-transition: box-shadow 0.2s;
	transition: box-shadow 0.2s;
}

.s-icon-effect-1 .s-icon:after {
	top: 0;
	left: 0;
	padding: 0;
	box-shadow: 0 0 0 3px #fff;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
}


.icon-effect-column:hover .s-icon-effect-1b .s-icon:after {
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-ms-transform: scale(0.85);
	transform: scale(0.85);
	
}

.icon-effect-column:hover .s-icon-effect-1b .s-icon {
	box-shadow: 0 0 0 10px rgba(255,255,255,0.4);
}


@font-face {
	font-family: 'app-icons';
	src:url('../font/app-icons.eot');
	src:url('../font/app-icons.eot?#iefix') format('embedded-opentype'),
		url('../font/app-icons.woff') format('woff'),
		url('../font/app-icons.ttf') format('truetype'),
		url('../font/app-icons.svg#app-icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

.app-icons-plus, .app-icons-search-copy {
	font-family: 'app-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.app-icons-plus:before {
	content: "\e002";
}
.app-icons-search-copy:before {
	content: "\e003";
}

/*
|--------------------------------------------------------------------------
| Instagram
|--------------------------------------------------------------------------
|
|
|
*/

a.instagram-photo { 
	overflow:hidden; 
	outline:none
}

.instagram-photo {
	display: inline-block;
    height: 75px;
	margin:0 8px 0 0;
    width: 75px;
	position:relative;
	
}

.instagram-photo .instagram-hover-cover {
	display:none !important
}

ol.linenums {
  margin: 0 0 0 33px; 
} 

ol.linenums li {
  padding-left: 12px;
  color: #bebec5;
  line-height: 18px;
  text-shadow: 0 1px 0 #fff;
}




/*
|--------------------------------------------------------------------------
| Additional Styles
|--------------------------------------------------------------------------
|
|
|
*/

h3.headline{
	color:#A6A8C6 !important;}


.hidden_comments,
.hidden_posts,
.hidden_grid_posts,
.hidden_shortcode,
.hidden_port, 
li.hidden_port,
.hide,
.Grid_latest {
	display:none;
	height:0px;
}

#Grid {
	opacity:0;
}

.port_loader{
	width:100% !important;
}

.load-more a {
	outline:none
}
.load-more a.loaded{
	display:none;
}

.blog-post .post-extra {
	float: right;
}

.post-slider-border {
  display: block;
  padding-bottom: 25px;
}

.blog-articles-latest .classic-slider .camera_pag{
	top:15px !important;
}

.slide img{
	margin:auto;
}

.slide {
	padding: 30px;
  margin: 0 auto;
  position: relative;
  
}

.mfp-content .slide { 
	position:relative; 
	width:auto; 
	display:inline-block; 
	margin:0 auto 
}

.mfp-content { 
	text-align:center !important 
}

.slide .mfp-close {
	color:#FFF !important;
	margin-right: 15px;    
	margin-top: -5px;
}

#port_preloader{
    width:50px;
    height:130px;
    position:relative;
    left:50%; 
    background:url(images/image-loader.gif) center center no-repeat;
    background-repeat:no-repeat;
    background-position:center;

}

.twitter-follow-button {
	opacity:0;
	position:absolute; 
	width: 90px !important; 
	height: 20px;
	padding: 0 15px;  
	margin: 5px 0 0 0px;
	left:25px;
	bottom:0px;
}

#footer .menu li a{
	padding:0px;
}

.social-widget.footer-socials li a {
	padding:0px !important;
}

.social-widget.footer-socials.v2 {
	text-align:left;
}

#footer .menu{
	padding-top:15px;
}

.Grid_latest .portfolio-columns-full img{
	max-width:100%;
}

.left{
	float:left;
}

.right{
	float:right;
}

.center {
	text-align: center;
}

img.wp-post-image {
	width:100%; 
	max-width:100%
}

.pagination li.active a{
	border:none;
}

span.overlay .overlay-links a {
    color: #EE2465;
}

span.overlay a.views span, .preview .overlay a.favorites span, .views span,  {
    color: #fff;
}

span.overlay a.favorites:hover span, span.overlay a.favorites:hover span {  
	color: #EE2465; 
}

span.overlay a.views  { 
	cursor:default 
}

a.portfolio-search i {
	font-size:20px; 
	left:1px; 
	color:#000
}

a.portfolio-link i {
	font-size:30px; 
	position:relative;
	top:3px; 
	left:3px; 
	color:#000
}

.preview .overlay, .photoWall .fixed > div .overlay  {
	background: rgba(0, 0, 0, 0.6); 
}

.photoWall h3 a {
    color: #fff;
    text-decoration: none;
}

span.overlay a.views {
    color: #EE2465 !important;
	cursor:default
}

span.overlay a.views span {
    color: #ECF0F1 !important
}

span.overlay a.favorites {
    color: #EE2465 !important;
	
}

span.overlay a.favorites span {
    color: #ECF0F1 !important
}

span.overlay a.favorites:hover span {
    color: #EE2465 !important
}

.blog-post-tags ul {
	list-style-type:none
}

.fixed {
	max-width:100%
}

h2.comments-title {
    font-size: 24px;
    line-height: 24px;
}

.comment-respond h3 {
    font-size: 24px;
    line-height: 24px;
}

h2.intro-title, .portfolio-single h2 {
    font-size: 28px;
    line-height: 26px;
}

h1.intro-title {
    font-size: 32px;
    line-height: 28px;
}

.portfolios h4 {
    font-size: 20px;
    line-height: 22px;
}

h1.portfolio-home-title, .portfolios h1 {
    font-size: 32px;
    line-height: 28px;
}

h2.page-headline, h2.section-headline { font-size: 28px;
    line-height: 26px;
}

h3.sub-headline {
font-size: 24px;
    line-height: 24px;	
}

img.attachment-portfolio_wall {
	background:#111;  
}

.hr-thin {
	max-width:100%; 
	margin-left:0px !important
}

#form-contact label.error {
	position:relative;
	top:-10px
}

.post.format-gallery .camera_pag { 
	top:5px; 
	right:10px; 
	position:absolute
}

.blog-post-image-wrap-lg {
	height:auto !important; 
	overflow:hidden !important; 
	background:#000
}

.blog-post-image-wrap-lg img {
	margin:0 !important
}

.flv-sortable .thumb_arrow, .flv-sortable .camera_thumb, 
.classic-slider .thumb_arrow, .classic-slider .camera_thumb,
.slider-portfolio .thumb_arrow, .slider-portfolio .camera_thumb
 {
	display:none !important
}
 
ul.blog-articles-latest .thumb {
	width:100%; 
	z-index:100
}

ul.blog-articles-latest  .classic-slider {
    border: 1px solid #3C3734;

}

@media only screen and (max-width: 768px) {
.flv-sortable,
.twitter-status,
.photoWall,
.price-column,
.demo-awesome2,
.page-headline,
.intro-title {
	margin-left:15px; 
	margin-right:15px
}
}
.container {
	overflow:hidden
}

.blog-articles-latest  .thumb {
	margin-bottom:30px
}

.blog-articles-latest h3  {
	line-height:22px; 
	position:relative; 
	top:-10px; 
}

.blog-articles-latest .article-info {
	margin-top:-5px
}

.twitter-status {
	padding-right:100px
}

#header-wrapper .container {
	overflow:visible
}

a.button, a.button-action {
	color:#fff !important; 
	text-decoration:none !important; 
	outline:none
}

.rev_slider {
	border-bottom:1px solid #fff
}

.format-video .blog-post-image-wrap {
	margin-bottom:10px; 
}

.masonry-brick .post {
	padding-bottom:40px
}

.masonry-brick .thumb {
	margin-bottom:0
}

.masonry-brick  .hr-solid {
	margin-bottom:5px
}

.photoWall {
	position:relative; 
	left:15px
}

@media only screen and (min-width: 700px) and (max-width: 1200px) {
.col-12.flv-sort.masonry-brick {  
	width:33% !important;  
}


}


@media only screen and (max-width: 768px) {
#form-contact .row .col-12 {
	padding-left:0 !important; 
	padding-right:0 !important
}
}

@media only screen and (min-width: 1200px) {
.ie8 .col-12.flv-sort.masonry-brick,
.ie8 .portfolio-columns-four .col-12.isotope-item {  
	width:24% !important;  
}
}




