/*
Theme Name: Larssons Fastigheter
Theme URI: http://stormtribe.se
Author: Stormtribe Media
*/
@import url(css/reset.css);
@import url(css/1140_24_col_responsive.css);
@import url(css/more.css);
@import url(http://fonts.googleapis.com/css?family=Lato:400,100,300,100italic,300italic,400italic,700,900,700italic,900italic);

body {
  background: #ffffff; 
    font-family: 'Lato', sans-serif;
    font-size: 0.875em;
    line-height: 1.375em;
    color: #686868;
}
textarea, input[type="submit"]{
    font-family: 'Lato', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    color: #373737;
}
h1 {
    font-size: 27px;
	line-height: 30px;
	padding-bottom: 10px;
	margin-bottom: 5px !important;
	font-weight: 600 !important;
}
h2 {
    font-size: 22px;
	font-weight: 600 !important;
	line-height: 25px;
	color:#000 !important;
	padding-bottom: 5px;
}
h3 {
	color:#000 !important;
    font-size: 18px;
	font-weight: 400 !important;
	line-height: 22px;
}
h4 {
    font-size: 18px;
	line-height: 20px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}
p {
	font-family: 'Lato', sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 25px;
    margin-bottom: 15px;
}
hr {
	border-top:1px solid #dddddd;
    background-color: #fff;
    height: 1px;
    margin-bottom: 1.625em;
    margin-top: 5px;
}
a {
    text-decoration: none;
    color: #333;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}
a:hover { color:#aaaaaa; }

a img {
    border: none;
}
:focus {
    outline: none;
}
input[type="submit"] {
    cursor: pointer;
}
ol {
    list-style: decimal;
}
ul {
    list-style: disc;
	margin-bottom: 20px;
}
li {
	font-size:15px;
    margin-left: 30px;
	margin-bottom: 7px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	margin-bottom: 4px;
}
p, dl, hr, ol, ul, pre, table, address, fieldset, figure {
    font-weight: 300;
}
td, th {
    border: 1px solid #ccc;
    padding: 3px;
}
th {
    background: #f1f1f1;
}
.index_container {
	background:#fff;
    position: relative;
}
.header_container {
	background:#fff;
	border-top:0px solid #000000;
    text-align: left;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1000;
    padding: 0px 0px 0px 0px;
}
.header_container.not_home, .header_container.index{
    position:static;
    box-shadow:none;
}
.page_index_container {
    background: #fff url(images/header-bg.png) center repeat-y;
    min-height: 195px;
    border-bottom: 1px solid #686869;
}
.header {
	margin-top: 0px;
    z-index: 1000;
}
.header_wrapper {
    margin-top: 36px;
    margin-bottom: 15px;
}
.header_wrapper .logo {
    margin-top: 2px;
}
.header_wrapper .logo img {
    max-width: 300px;
    max-height: 80px;
}
.logo {
	background:none;
    float: left;
    margin-left: 0px;
    position: relative;
	padding:20px 0px 20px 0px;
}
.menu-wrapper {
    background: none;
    margin-top: 10px;
	margin-right: 0px;
	float:right;
	width:75%;
}
.mobieMenu {
    margin: 0 auto;
    width: 70%;
    margin-top: 12px;
    text-align: center;
    margin-left: 70px;
}
.menu_container {
    background:#fff;
}
.menu_bar {
    border: 1px solid #d9d9d9;
    background: #fff;
    display: block;
    padding-bottom: 20px;
    padding-top: 5px;
    padding-left: 20px;
    margin-top: 15px;
}
#menu {
    position: relative;
}
#menu ul {
    list-style-type: none;
}
#menu .ddsmoothmenu {
    list-style: none;
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
	margin-right:0px;
    text-align: right;
}
#menu .ddsmoothmenu li > ul li > ul {
    margin-top: 1px;
}
#menu .ddsmoothmenu li {
    position: relative;
    display: inline;
    font-size: 16px;
    margin-left: 0px;
    margin-bottom: 0;
    margin-right: 0px;
}
#menu .ddsmoothmenu li a {
    color: #222;
	font-family: 'Lato', sans-serif;
    text-decoration: none;
    padding: 10px;
    font-size:14px !important;
    line-height:17px;
	font-weight:600;
	text-transform:uppercase;
}
#menu li.current-menu-item a, #menu li.current_page_item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover {
    color: #555;
}
#menu .ddsmoothmenu li > ul {
    margin-top: 9px;
    padding-top: 10px;
    margin-left: 5px;
}
#menu li li a, #menu li li a.selected, #menu li li a:hover {
    border: none;
}
#menu li.current-menu-item a:hover, #menu li.current-menu-parent a:hover, #menu li.current_page_parent a:hover, #menu li a:hover.selected {
    text-decoration: none;
    color: #555;
}
#menu li li.current-menu-item a, #menu li li.current_page_item a, #menu li li.current-menu-parent a, #menu li li.current_page_parent a, #menu li li a.selected, #menu li li a:hover {
    color: #555;
    background: none;
}
#menu .ddsmoothmenu li li:first-child {
    padding-top: 0px;
}
#menu .ddsmoothmenu li li {
    background: #ffffff;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
}
#menu .ddsmoothmenu li li a {
    width: 155px;
    height: auto;
    float: none;
    display: block;
    text-align: left;
    position: relative;
    margin: 0;
    padding: 10px 0;
    margin-left: 18px;
    margin-right: 18px;
    text-transform: capitalize;
    border-bottom: 1px solid #f4f4f4;
    padding-left: 0px;
    line-height:28px;
    text-shadow: none;
    border-right: none;
    background-repeat:no-repeat;
    background:none;
}
#menu .ddsmoothmenu li li:last-child {
    padding-bottom: 0px;
    border-bottom: 0px solid #ffffff;
}
#menu .ddsmoothmenu li li:last-child a {
    border: none;
}
#menu .ddsmoothmenu li li a:after {
    width: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
}
#menu .ddsmoothmenu li li li li:last-child a, #menu .ddsmoothmenu li li li li:last-child a:after {
    border-top: none;
}
#menu .ddsmoothmenu li li:last-child a:after {
    width: 100%;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
}
* html #menu .ddsmoothmenu li li a {
    display: inline-block;
}
#menu .ddsmoothmenu li li a:link, #menu .ddsmoothmenu li li a:visited {
    color: #555555;
}
#menu .ddsmoothmenu li li a.selected, #menu .ddsmoothmenu li li a:hover {
    color: #ababab;
    text-shadow: none;
}
#menu .ddsmoothmenu li ul {
    position: absolute;
    left: 0;
    display: none;
    visibility: hidden;
}
#menu .ddsmoothmenu li ul li {
    display: list-item;
    float: none;
}
#menu .ddsmoothmenu li ul li ul {
    padding-top: 0;
    background: none;
    top: 0;
    margin-top: 0;
    margin-left: 0;
}
#menu .ddsmoothmenu li ul li ul li:first-child {
    padding-top: 0;
}
.home_container {background:#f1f1f1; padding-top:25px; padding-bottom:25px; margin-top: 50px; }
.slider-shadow {
	background: url('images/slider-shadow.png') no-repeat center top;
	margin-left: auto;
	margin-right: auto;
	min-height:21px;
}
.tp-bullets.tp-thumbs {z-index: 990 !important;}
* html .ddsmoothmenu {
    height: 1%;
}
.downarrowclass {
    position: absolute;
    width: 0px;
    height: 0px;
    overflow: hidden;
    top: 9px;
    right: 6px;
}
.rightarrowclass {
    display: block;
    width: 0px;
    height: 0px;
    position: absolute;
    margin-top: -3px;
    top: 50%;
    right: 0;
}
.ddshadow {
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
.sidebar .textwidget {
	margin-top:10px;
	margin-bottom: 30px;
	padding-bottom: 10px;
}
.textwidget {
	margin-top:10px;
	margin-bottom: 30px;
}
.lines {
	border-top:1px solid #b2cbd7;
}
/* Slider 
==========================================*/
/* #Slider Style Flexslider
================================================== */

.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
    outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.slides, .flex-control-nav {
    overflow: hidden;
}
/*      FlexSlider Necessary Styles  */
.slider-container {
	background: url("images/slider-bg.jpg") repeat-x scroll center top rgba(0, 0, 0, 0);
    overflow: hidden;
    padding-bottom: 0px;
}
/* background: url("images/sliderbg.png") repeat-x scroll center top rgba(0, 0, 0, 0); */
.slider-wrapper {
    font-weight: normal;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 1140px;
	margin-top:11px;
}
.slider-wrapper img {
	height:auto;
	max-width:1140px;
	width:100%;
	padding-bottom:20px;
}
.flexslider {
    width: 100%;
    margin: 0;
    padding: 0;/*display:none;*/
}
.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
    max-width: auto;
    width: 100%;
    height: auto;
    display: block;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.flex-pauseplay span {
    text-transform: capitalize;
}
.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .slides {
    display: block;
}
* html .slides {
    height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
    display: block;
}
/*      FlexSlider Styling  */
.flexslider {
    background: transparent;
    position: relative;
    zoom: 1;
    margin: 0 0 20px;
}
.flexslider .slides {
    zoom: 1;
}
.flexslider .slides > li {
    position: relative;
    margin-left: 0;
}
.flex-container {
    zoom: 1;
    position: relative;
}
/* Caption style */
.flex-caption-wrapper {
    position: relative;
    z-index: 9;
    margin-top: -9.62%;
    height:143px;
    width:1140px;
    background: url(images/caption-bg.png) repeat-x;
}
.flex-caption {	
    margin: 0;
    color: #fff;
    line-height: 18px;
    padding: 16px 22px 10px 33px;
}
.flex-caption a.slider-readmore {
    float:right;
    margin-right:15px;
    color: #fff;
    font-size:17px;
    padding-right:28px;
    background: url(images/slider_readmore.png) center right no-repeat;
}
.flex-caption h1 {
    margin-bottom: 10px;
    margin-top: 0px;
}
.flex-caption h1 a {
    font-size: 24px;
    color: #fff;
    line-height: 25px;
    font-weight: bold;
}
.flex-caption p {
    color: #fff;
    font-size: 16px;
    padding-bottom: 8px;
    line-height:24px;
    margin-bottom:0;
}
/* Direction Nav */
.flex-direction-nav li a {
    display: block;
    cursor: pointer;
    position: absolute;
    bottom: 40%;
    color: #fafafa;
    text-align: center;
    font-size: 0;
    padding:5px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    z-index:9;
}
.flexslider .flex-direction-nav li a {
    opacity: 0;
}
.flexslider:hover .flex-direction-nav li a {
    opacity: 0.4;
}
.flex-direction-nav li a:hover {
    background: #555;
}
.flexslider .flex-direction-nav li .flex-next {
    background: url('images/next.png') no-repeat 0 0;
    width: 42px;
    height: 69px;
    position: absolute;
    right: 5%;
}
.flexslider .flex-direction-nav li .flex-next:hover {
    background: url('images/next.png') no-repeat -59px 0;
}
.flexslider .flex-direction-nav li .flex-prev {
    background: url('images/prev.png') no-repeat -5px 0;
    width: 45px;
    height: 69px;
    position: absolute;
    left: 5%;
}
.flexslider .flex-direction-nav li .flex-prev:hover {
    background: url('images/prev.png') no-repeat -67px 0;
}
/* Control Nav */
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -78px;
    text-align: center;
}
.flex-control-nav li {
    margin: 0 4px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.flex-control-paging li a {
    width: 11px;
    height: 12px;
    display: block;
    background: url(images/pagination.png) 0 0 no-repeat;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
}
.flex-control-paging li a:hover {
    background: url(images/pagination.png) 0 -12px no-repeat;
}
.flex-control-paging li a.flex-active {
    cursor: default;
    background: url(images/pagination.png) 0 -12px no-repeat;
}
.home-content .page_info {
    background: url(images/shadow-index.png) bottom center no-repeat;
    margin-bottom: 50px;
    padding-bottom: 40px;
}
.home-content .page_info h1 {
    font-size: 46px;
    text-align: center;
    margin-bottom: 2px;
}
.home-content .page_info h3 {
    font-size: 22px;
    text-align: center;
}
.feature-content {
    overflow: hidden;
    padding-bottom: 57px;
    margin-bottom: 46px;
    background: url(images/line.png) bottom center repeat-x;
}
.feature-content .feature-content-inner {
    width: 354px;
    height: auto;
    margin-top: 5px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.feature-content .feature-content-inner:hover {
    box-shadow: 0 1px 8px #abe5e1;
    -moz-box-shadow: 0 1px 8px #abe5e1;
    -webkit-box-shadow: 0 1px 8px #abe5e1;
}
.feature-content .feature-content-inner h3 {
    border: 1px solid #e4e4e4;
    margin-bottom: 0;
    font-size: 22px;
    padding: 25px 10px;
    line-height: 26px;
}
.feature-content .feature-content-inner:hover h3{
    border: 1px solid #abe5e1;
}
.feature-content .feature-content-inner h3 a {
    color: #222222;
}
.feature-content .feature-content-inner .image-box {
    width: 354px;
    height: 172px;
    overflow: hidden;
}
.feature-content .feature-content-inner img {
    width: 354px;
    height: 172px;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}
.feature-content .feature-content-inner .feature-content-text {
    border: 1px solid #e4e4e4;
    border-top: none;
    padding-top: 15px;
    padding: 20px 10px 25px 10px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.feature-content .feature-content-inner:hover .feature-content-text {
    border: 1px solid #abe5e1;
    border-top: none;
}
.feature-content .feature-content-inner .feature-content-text h3 {
    font-weight: bold;
}
.feature-content .feature-content-inner .feature-content-text h3 a {
    color: #000000;
}
.feature-content .feature-content-inner .feature-content-text p {
    color: #535353;
    line-height: 24px;
    font-size:16px;
    color:#161616;
}
.feature-content .feature-content-inner .feature-content-text .circle img {
    width: 143px;
    height: 143px;
    margin-bottom: 25px;
    border-radius: 82px;
    margin-top: -92px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 3px solid #fff;
}
.feature-content .feature-content-inner:hover .feature-content-text .circle img {
    border: 3px solid #6dcbf7;
}
.feature-content .feature-content-inner .feature-content-text .circle img:hover{
    -webkit-animation: bounceIn_custom 1s ease-in-out;
    -moz-animation: bounceIn_custom 1s ease-in-out; 
    -o-animation: bounceIn_custom 1s ease-in-out;
    animation: bounceIn_custom 1s ease-in-out; 
}
@-webkit-keyframes bounceIn_custom {
    0% {
        -webkit-transform: scale(1);
    }
    25% {
        -webkit-transform: scale(.8);
    }
    50% {
        -webkit-transform: scale(1.05);
    }
    70% {
        -webkit-transform: scale(.9);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes bounceIn_custom {
    0% {
        -moz-transform: scale(1);
    }
    25% {
        -moz-transform: scale(.8);
    }
    50% {
        -moz-transform: scale(1.05);
    }
    70% {
        -moz-transform: scale(.9);
    }
    100% {
        -moz-transform: scale(1);
    }
}

@-o-keyframes bounceIn_custom {
    0% {
        -o-transform: scale(1);
    }
    25% {
        -o-transform: scale(.8);
    }
    50% {
        -o-transform: scale(1.05);
    }
    70% {
        -o-transform: scale(.9);
    }
    100% {
        -o-transform: scale(1);
    }
}

@keyframes bounceIn_custom {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(.8);
    }
    50% {
        transform: scale(1.05);
    }
    70% {
        transform: scale(.9);
    }
    100% {
        transform: scale(1);
    }
}

.feature-content .feature-content-inner.first {
    margin-left: 5px;
}
.feature-content .feature-content-inner.second {
    margin-left: 12px;
}
.feature-content .feature-content-inner.third {
    margin-left: 18px;
}
.feature_mid_content {
    margin-bottom: 0px;
    padding-bottom: 55px;
    margin-bottom: 48px;
    overflow:hidden;
    background: url(images/line.png) bottom center repeat-x;
}
.feature_mid_content .featurebox h2{
    margin-bottom:8px;
    color:#111;
}
.feature_mid_content .featurebox p.short_desc{
    font-size:16px;
    color:#222;
    margin-bottom:24px;
}
/* =================================================
 #Home Page Style
================================================== */

.circular {
    background: none repeat scroll 0 0 #ababab;
    border: 2px solid #ababab;
    border-radius: 95px;
    float: left;
    height: 191px;
    text-align: center;
    width: 191px;
}

.circular img {
    border-radius: 95px;
    height: 191px;
    width: 191px;
}

.stMain {
    display:block;
    margin:0;
    padding:0;
    color: #666666;
    font-size: 100%;
    width:747px;
}
.stContainer {
    display:block;
    margin:0;
    padding:0;
    border: 1px solid #d2d2d2; 
    overflow:hidden;  
    position: relative;
    padding-bottom:32px;
    min-height:243px;
}
.stMain div.tabContent { 
    display:block;
    position: absolute;
    margin:0;        
    text-align:left;
    padding: 28px 22px;
    padding-bottom:0;
    font-size:15px;
}
.stMain div.tabContent p{
    margin-bottom:15px;
}
.stMain ul.tabAnchor {
    display: inline-block;
    list-style-type: none;
    position:relative;
    padding:0;
    margin:0;    
    clear: both;
    margin-right: -1px;
    margin-top: 0px;
    z-index: 100;
    float: left;
}
.stMain ul.tabAnchor li{ 
    position: relative; 
    margin: 0;
    padding: 0;
}
.stMain ul.tabAnchor li a { 
    display:block;
    margin:0;
    padding: 23px 12px 16px 12px;
    width:350px;
    min-height:29px;
    font-size: 18px;
    color:#494949;
    text-decoration: none;
    outline-style:none;
    border: 1px solid #d2d2d2;
    border-bottom:none;
}
.stMain ul.tabAnchor li:last-child a{
    border-bottom:1px solid #d2d2d2;
}
.stMain ul.tabAnchor li a small {
    font-size:15px;
}
.stMain ul.tabAnchor li a:hover {
    color:#0aa399;
}
.stMain ul.tabAnchor li a.sel {
    color:#0aa399;
    border-right-color: #FFF;
    cursor:text;
}
.loader{
    position: absolute;
    left:48%;
    top:40%;
    display:block;
    margin:0;
    padding:5px; 
    padding-top: 35px;
    font-size: 10px;
    color:#666;
    text-decoration: none;
    outline-style:none;
    border: 1px solid #D4D4D4;
    background: #f6f6f6 url(../images/loader.gif) no-repeat 10px 10px ;
}
a.stLinks { 
    margin:0;
    padding:5px;
    color:#666;
    text-decoration: none;
    outline-style:none;
    border: 1px solid #D4D4D4;
    background-color: #f6f6f6;
}
a.stLinks:hover {
    color:#FFF;
    background-color: #00A7DB;
}
.grid_8.omega.formget, .container_24 .grid_6.footer_sec{
    width:32.8%;
}
.feature_home_widget{
    margin-left: 48px;
    margin-right: -30px;
}
.feature_home_widget iframe.form_iframe{
    margin-right:-25px;
    margin-bottom:-80px;
}
.feature_blog_content{
	float:left;
	padding-bottom:0px;
	width:711px;
	margin-left:23px;
	margin-right:18px;
}
.feature_blog_content h2 {
    color: #878786;
    font-weight: 300;
    margin-bottom: 20px;
    font-size: 30px;
	line-height:30px;
}
.feature_blog_content p.short_desc{
    font-size: 16px;
    color:#111;
    margin-bottom:20px;
}
.feature_blog_content ul li.post_home{
    width:100%;
    display:inline-block;
    vertical-align:top;
    margin:0 0 30px 0;
    border-top:1px solid #dddddd;
	padding-top:30px;
}
.feature_blog_content ul li:nth-child(3n+3){
    margin-right:0;
}
.feature_blog_content ul li .post_image{
    position:relative;
    overflow:hidden;
	float:left;
	margin-right:20px;
	min-height:250px;
}
.feature_blog_content ul li .post_image img{
    width:191px;
    height:191px;
}
.feature_blog_content ul li:hover .post_image img
{
}
.feature_blog_content ul li .post_image .post_comment{
    background:url(images/post_comment.png) no-repeat;
    width:30px;
    height:26px;
    position:absolute;
    top:0;
    right:0;
    text-align:center;
}
.feature_blog_content ul li .post_image .post_comment span{
    color: #fff;
}
.feature_blog_content ul li .post_image .post_comment a{
    line-height:23px;
    color: #fff;
}
.feature_blog_content ul li h1{
    font-size:24px;
    line-height:28px;
    position:relative;
    font-weight:600;
    width: 93.55%;
}
.feature_blog_content ul li .post_content{
    padding:0 10px;	
    padding-bottom: 18px;
}
.feature_blog_content ul li .post_content p{
    font-size:15px;
    line-height:25px;
    color:#878786;
	font-weight: 300;
}
.feature_blog_content ul li h1 a{
    color:#ababab;
}
.feature_blog_content ul li .post_meta {
    list-style-type:none;
    color: #585858;
    padding: 22px 0 16px 2px;
    margin-bottom: 17px;
    border-bottom:1px solid #e2e2e2;
}
.feature_blog_content ul li .post_meta li {
    display:inline;
    margin-left:0;
}
.feature_blog_content ul li .post_meta a {
    color: #585858;
    background:url(images/meta-sep.png) right no-repeat;
    padding-right:12px;
}
.feature_blog_content ul li .post_meta a.last {
    background:none;
}
.feature_blog_content ul li .post_meta .posted_by {
    background:url(images/post_author.png) no-repeat left;
    padding-left:10px;
    margin-left: 10px;
}
.feature_blog_content ul li .post_meta .post_date {
    background:url(images/post_date.png) no-repeat left;
    padding-left:24px;
}
.feature_blog_content ul li .post_meta .post_category {
    background:url(images/post_cat.png) no-repeat left;
    padding-left:20px;
}
.feature_blog_content ul li .read_more{
	padding:7px 15px;
    color:#ababab;
    font-size:12px;
    margin-bottom:15px;
    font-weight:400;
	text-transform: uppercase;
	border:1px solid #ababab;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.front-right {
	float:left;
	padding-bottom:0px;
	width:415px;
}
.front-right p {
    color: #878786;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
}
.front-right h2 {
    color: #878786;
    font-weight: 300;
    margin-bottom: 20px;
    font-size: 30px;
	line-height:30px;
}
.press-nyheter {
	border-top: 1px solid #DDDDDD;
	padding-top: 30px;
	margin-bottom:15px;
}
.press-nyheter h3 {
    color: #ababab;
    font-weight: 300;
    margin-bottom: 20px;
    font-size: 20px;
	line-height:25px;
}
.press-nyheter small {
    color: #878786;
    font-weight: 700;
    font-size: 11px;
	line-height:11px;
}
.press-nyheter a.read_more{
    color: #ababab;
    font-size: 12px;
    font-weight: 700;
}
.press-nyheter a.read_more:hover {
    color: #7FB5C1;
}
.nyhetsbrev { border-top: 1px solid #DDDDDD; padding-top: 40px; margin-bottom:15px; }
.nyhetsbrev h2 { color: #878786; font-size: 22px; font-weight: 600; line-height: 22px; border-bottom:1px solid #ddd; padding-bottom: 10px; }
.nyhetsbrev a { color: #ababab; font-size: 15px; font-weight: 300; line-height: 15px; }
.nyhetsbrev a:hover { color: #7FB5C1; }
.footer_top_container { background: #5395df; padding-top: 10px; }
.footer_container {
    background: #264d78;
}
.footer_top_container .call_us {
    text-align: right;
}
.footer_top_container .call_us p {
    text-align: right;
    font-size: 16px;
    color: #acf1ee;
    background: url(images/call-img.png) left center no-repeat;
    display: inline-block;
    margin-bottom: 0;
    padding:7px 0 1px 30px;
}
.container_24 .grid_6.footer_sec{
    width: 33%;
}
.fot {
	margin-top:56px;
}
.footer {
    color: #ffffff;
	padding-top: 25px;
}
.footer p {
    color: #ffffff;
    font-size: 13px;
    line-height: 21px
}
.footer .footer_widget {
    padding-right: 20px;
}
.footer .footer_widget.last {
    padding-right: 0;
}
.footer .footer_widget.first {
}
.footer .footer_widget h4 {
	font-family: 'Lato', sans-serif;
    color: #ffffff;
    font-size: 21px;
    line-height: 21px;
    padding-bottom: 12px;
	padding-top: 0px;
    font-weight: 600;
	text-transform:uppercase;
	letter-spacing: 1px;
	border-bottom:1px solid #f1f1f1;
}
.footer .footer_widget h3 {
    color: #005479;
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 0;
    text-transform: uppercase;
}
.footer .footer_widget p {
    color: #ffffff;
    font-size: 15px;
    line-height: 25px
}
.footer .footer_widget a {
    color: #9f9f9f;
}
.footer .footer_widget a:hover {
    color: #ffffff;
}
.footer .footer_widget ul {
    margin-top: 0px;
}
.footer .footer_widget ul li {
    margin-left: 0;
    margin-right: 15px;
    padding: 3px 0;
    font-size: 15px;
    border-bottom:0px solid #fff;
    color: #fff;
    list-style: none;
    margin-bottom: 0px;
    padding-bottom: 6px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
.footer .footer_widget ul li:first-child {
}
.footer .footer_widget ul li:last-child {
    border-bottom:none;
}
.footer .footer_widget ul li:hover {
    margin-left: 5px;
}
/* Footer Blogupdates */
.footer ul.blogupdates {
    margin: 0;
    padding: 0;
    list-style: none;
}
.bottom_footer_container_top {
    background: #000;
}
.bottom_footer_container {
    background: #000000;
}
.hi-icon-effect-8 .hi-icon {
}
.bottom_footer_container ul.social_logos {
    list-style: none;
    margin-bottom: 0;
    margin-top: 21px;
}
.bottom_footer_container ul.social_logos li {
    list-style: none;
    margin-left: 0;
    display: inline;
    margin-right: 10px;
}
ul.social_logos {
    list-style: none;
	width:100%;
	text-align:center;
}
ul.social_logos li {
    display: inline;
    margin: 0;
    margin-right: 12px;
}
ul.social_logos li a {
    margin: 0 2px 0 0;
    width: 26px;
    height: 26px;
}
ul.social_logos li:hover{
}
ul.social_logos li a:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
    opacity: 0;
}
ul.social_logos li a:hover {
    background: rgba(255,255,255,0.05);
    color: #fff;
}
ul.social_logos li a:hover:after {
}
ul.social_logos {
    list-style-type: none;
    margin-bottom: 4px;
    margin-top: 0px;
}
.social_logos li {
    display: inline;
    margin-left: 0;
    margin-right: 8px;
    margin-top: 0px;
}
@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        -webkit-animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) rotateY(180deg);
        -webkit-animation-timing-function: ease-out;
    }
    100% {
        -webkit-transform: perspective(400px) scale(1) rotateY(360deg);
        -webkit-animation-timing-function: ease-in;
    }
}
@-moz-keyframes flip {
    0% {
        -moz-transform: perspective(400px) rotateY(0);
        -moz-animation-timing-function: ease-out;
    }
    50% {
        -moz-transform: perspective(400px) rotateY(180deg) scale(1);
        -moz-animation-timing-function: ease-in;
    }
    100% {
        -moz-transform: perspective(400px) rotateY(360deg) scale(1);
        -moz-animation-timing-function: ease-in;
    }
}
@-o-keyframes flip {
    0% {
        -o-transform: perspective(400px) rotateY(0);
        -o-animation-timing-function: ease-out;
    }
    50% {
        -o-transform: perspective(400px) rotateY(180deg) scale(1);
        -o-animation-timing-function: ease-in;
    }
    100% {
        -o-transform: perspective(400px) rotateY(360deg) scale(1);
        -o-animation-timing-function: ease-in;
    }
}
@keyframes flip {
    0% {
        transform: perspective(400px) rotateY(0);
        animation-timing-function: ease-out;
    }
    50% {
        transform: perspective(400px) rotateY(190deg) scale(1);
        animation-timing-function: ease-in;
    }
    100% {
        transform: perspective(400px) rotateY(360deg) scale(1);
        animation-timing-function: ease-in;
    }
}
.bottom_footer_container{
    padding: 18px 0 10px;
}
.bottom_footer_container .copyrightinfo {
    font-size: 13px;
}
.bottom_footer_container .copyrightinfo p {
    color: #fff;
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 0;
    text-align: center;
}
.bottom_footer_container .copyrightinfo a {
    color: #fff;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}
.bottom_footer_container .copyrightinfo a:hover {
    color: #ABABAB;
}
.footer_nav {}
.bottom_footer_content .footer_nav{
    list-style:none;
    margin-bottom:0;
    text-align:center;
}
.bottom_footer_content .footer_nav li{
    display:inline-block;
    margin-left:15px;
	margin-bottom: 0px;
}
.bottom_footer_content .footer_nav li a{
    color:#ececec;
    font-size:18px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    background:url(images/footer_nav_sep.png) right center no-repeat;
    padding-right:20px;
	font-weight:300;
	line-height: 60px;
	text-transform:uppercase;
}
.bottom_footer_content .footer_nav li:last-child a{
    padding-right:0;
    background:none;
}
.bottom_footer_content .footer_nav li a:hover{
    color:#ababab;	
}
.footer .footer_widget .searchform {
    position:relative;
    margin-bottom:35px;
    background:url(images/footer-search-bg.png) no-repeat;
    width:233px;
    height:33px;
}

.footer .footer_widget .searchform input[type="text"] {	
    width:185px;
    height:30px;
    border:none;
    color:#fff;
    background:none;
    padding-left:10px;
    padding-right:30px;
    box-shadow:none;
}
.footer .footer_widget .searchform input[type="submit"] {
    position:absolute;
    right: 9px;
    top: 10px;
    background:url(images/footer-search11.png) no-repeat;
    border:none;
    cursor:pointer;
    height:16px;
    width:15px;
}
/*Search Style
===================================================*/
.page-container .searchform, .sidebar.home .searchform{
    position:relative;
    margin-bottom:25px;
    width:267px;
    height:35px;
    border:1px solid #ddd;
    border-radius:0px;
}
.page-container .searchform input[type="text"], .sidebar.home .searchform input[type="text"]{	
    width:168px;
    border:none;
    color:#afafaf;
    background:none;
    font-size:15px;
    font-family: 'Lato', sans-serif;
	font-weight:300;
    padding: 8px 10px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
}
.page-container .searchform input[type="submit"], .sidebar.home .searchform input[type="submit"] {
    position:absolute;
    right: 0px;
    top: 0px;
    background:url(images/search.png) no-repeat;
    border:none;
    cursor:pointer;
    height:35px;
    width:80px;
    color:#3A3A3A;
	font-size:16px;
	font-weight:300;
    font-family: 'Lato', sans-serif;
	border-radius:0px;
}
.footer .footer_widget .searchform {
    position: relative;
    margin-bottom: 35px;
    width: 254px;
    height: 39px;
}
.footer .footer_widget .searchform input[type="text"] {
    width: 197px;
    height: 39px;
    border: none;
    color: #fff;
    background:url(images/footer_searchbg.png) left no-repeat;
    padding-left: 10px;
    padding-right: 12px;
    box-shadow: none;
}
.footer .footer_widget .searchform input[type="text"]:focus{
    background:url(images/footer_searchbg_hover.png) left no-repeat;
}
.footer .footer_widget .searchform input[type="submit"] {
    position: absolute;
    right: 2px;
    top: 2px;
    background: url(images/footer_search.png) no-repeat;
    border: none;
    cursor: pointer;
    height: 37px;
    width: 35px;
    font-size:0;
}
/*Blog Page
===================================================*/
.page_heading_container {
    background: none;
    margin-bottom: 0px;
	padding-bottom: 10px;
    text-align: left;
    color: #fff;
}
.page_heading_content {
}
.page_heading_container .page_heading_content h1{
    font-size: 13px;
    margin-bottom: 0;
    padding: 0px;
    letter-spacing: 1px;
    color: #7A7A7A;
}
.page_heading_container .page_heading_content h1 a{
    color: #7A7A7A;
}
.page_heading_container .page_heading_content span.current {
    color: #7A7A7A;
}
.page-content {
    padding-bottom: 20px;
	padding-top: 30px;
    width: 100%;
    overflow: hidden;
}
.content-bar {
    margin: 0;
    padding: 0;
    margin-right: 0px;
	margin-left: 0px;
}
.content-bar h1.page_title{
	font-family: 'Lato', sans-serif;
	font-size:22px;
	color:#000 !important;
	border-bottom: 1px solid #4f4f4f;
	padding-bottom: 9px;
	margin-top: 4px;
    margin-bottom: 20px !important;
	text-transform:uppercase;
	font-weight: 600 !important;
}
.content-bar h1.page_title_wrapper{
    background: url(images/post_head_bg.png) repeat;
    color:#fff;	
    display:block;
    margin-bottom:0;
    padding: 13px 12px 9px 12px;
}
.content-bar.single_post{
    margin-right:60px
}
.content-bar img {
    height: auto;
    background: none;
    padding: 0;
}
.content-bar .post {
    width: 100%;
    display: inline-block;
    margin:0 26px 30px 0;
    vertical-align: top;
}
.content-bar .post .post_image{
    position:relative;
    overflow:hidden;
}
.content-bar .post .post_image img{
    width:354px;
    height:284px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.content-bar .post:hover .post_image img{
    -moz-transform: scale(1.3) rotate(10deg) translate(0px);
    -webkit-transform: scale(1.3) rotate(10deg) translate(0px);
    -o-transform: scale(1.3) rotate(10deg) translate(0px);
    transform: scale(1.3) rotate(10deg) translate(0px);
}
.content-bar .post .post_image .post_comment{
    background:url(images/post_comment.png) no-repeat;
    width:30px;
    height:26px;
    position:absolute;
    top:0;
    right:0;
    text-align:center;
    color:#fff;
}
.content-bar .post .post_image .post_comment a{
    color:#fff;
}
.content-bar .post h1{
    font-size:20px;
    position:relative;
    bottom:0;
    margin-bottom:0;
    font-weight:300;
	line-height: 25px;
    width:100%;
    padding: 10px 8px 10px 0px;
}
.content-bar .post h1.without_image{
    position:static;
    width:93.6%;
}
.content-bar .post .post_content{
    border-bottom:0px dashed #DDD;
    border-top:none;
    padding:0 0px 18px;	
}
.content-bar .post .post_content p{

}
.content-bar .post h1 a{
    color:#666;
}
.content-bar .post .post_meta {
    list-style-type:none;
    color: #666;
    padding: 5px 0 5px 2px;
    margin-bottom: 17px;
}
.content-bar .post .post_meta li {
    display:inline;
    margin-left:0;
    margin-right:25px;
}
.content-bar .post .post_meta a {
    color: #666;
}
.content-bar .post .post_meta a.last {
    background:none;
}
.content-bar .post .post_meta .posted_by {
    background:url(images/post_author.png) no-repeat left;
    padding-left:20px;
}
.content-bar .post .post_meta .post_date {
    background:url(images/post_date.png) no-repeat left;
    padding-left:24px;
}
.content-bar .post .post_meta .post_category {
    background:url(images/post_cat.png) no-repeat left;
    padding-left:20px;
}
.content-bar .post a.read_more{
    margin-bottom:15px;
    color: #555;
    font-size: 16px;
    font-weight: 300;
}
.content-bar .post a.read_more:hover{
    color: #a9a9a9;
}
.content-bar .post.single{
    width:100%;
}
.content-bar .post.single .post_content{
}
.content-bar .post.single h1.post_title{
    width:auto;
    position:static;
    border-bottom: 1px solid #DDDDDD;
    color: #878786;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.content-bar .post.single h1.post_title a{
    font-weight:bold;
}
/*Sidebar style
===================================================*/
.sidebar {
    padding-left: 6px;
    padding-top: 8px;
}
.sidebar h3 {
	font-family: 'Lato', sans-serif;
	font-size:22px;
	color:#000 !important;
	border-bottom: 1px solid #4f4f4f;
	padding-bottom: 13px;
    margin-bottom: 0px;
	text-transform:uppercase;
	font-weight: 600 !important;
}
.sidebar ul {
    list-style: none;
	border-left:0px solid #ddd;
	border-right:0px solid #ddd;
	border-bottom:0px solid #ddd;
    margin-bottom:30px;
}
.sidebar ul li {
    margin-left: 0;
    margin:0px;
    padding:10px 0 10px 0;
    padding-left: 0px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-bottom:1px dashed #ddd;
}
.sidebar ul li:hover {
}
.sidebar ul li a {	
	color:#ababab;
    display:block;
    font-size:16px;
	font-weight: 300;
	line-height: 22px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;	
}
.sidebar ul li:last-child {
    border-bottom:1px dashed #ddd;
}
.sidebar ul li a:hover {
    color:#cccccc;
}
.sidebar ul ul{
    border:none;
    margin-bottom:5px;
}
.sidebar ul li:last-child ul li a{
    border-bottom:1px dotted #dadada;
}
.sidebar ul li:last-child ul li:last-child a{
    border-bottom:none;
}
.fullwidth img {
    max-width: 100%;
    height: auto;
}
.sidebar.home{
    padding-left:50px;
}
.sidebar .ngg-widget{
    margin-bottom:20px;
}
.sidebar .ngg-widget img {
    border: 2px solid #A9A9A9;
    margin: 0pt 18px 20px 0px;
    padding: 2px;
}
/*404 page Style
=======================================================*/
p.error_pera{
	color:#ffffff;
    font-size: 37px;
    line-height: 37px;
    text-align: center;
	text-transform: uppercase;
	margin-top: 0px;
}
.error_list{
    margin-bottom:25px;
}
.error_list ul{
    list-style:none;
}
.error_list ul li {
    margin-left: 0;
    padding:9px 0 9px 0;
    padding-left: 25px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background:url(images/plus.png) 2px 12px no-repeat;
}
.error_list ul li:hover {
    background:url(images/plus-hover.png) 2px 12px no-repeat;
}
.error_list ul li a {	
    font-size:16px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;	
}
.error_list ul li:last-child {
    border-bottom:none;
}
.error_list ul li a:hover {
    color:#1fb5ae;
}
/* Commentlist Style
========================================================*/
#commentsbox {
    margin: 0;
    margin-top: 15px;
    width: 99%;
    margin-left: 3px;
    margin-right: 17px;
}
ol.commentlist {
    clear: both;
    list-style: none;
    margin: 0;
    margin-top: 45px;
}
ol.commentlist li.comment {
    line-height: 18px;
    margin: 5px 0 15px;
    padding: 10px 0;
    margin-right: 0;
    padding-right: 0;
}
ol.commentlist li.comment .comment-body {
    position: relative;
    margin-bottom: 38px;
    background-color: #fff;
    border: 2px solid #6adfda;
    padding: 12px 12px 12px 12px;
    -moz-box-shadow: inset 0 0 8px #A0A0A0;
    -webkit-box-shadow: inset 0 0 8px #A0A0A0;
    -o-box-shadow: inset 0 0 8px #A0A0A0;
    -ms-box-shadow: inset 0 0 8px #A0A0A0;
    box-shadow: inset 0 0 8px #A0A0A0;
}
ol.commentlist li.comment li .comment-body {
    margin-bottom:16px;
}
ol.commentlist li.comment .comment-author a:link, ol.commentlist li.comment .comment-author a:visited {
    text-decoration: none !important;
    display: inline-block;
    color: #111;
    font-size: 16px;
    line-height: 22px;
    font-style: normal;
    margin-top: 0px;
}
cite.fn {
    color: #111;
    font-size: 16px;
    line-height: 22px;
    font-style: normal;
    padding-top: 5px;
    display: inline-block;
    padding-right: 10px;
    margin-bottom: 2px;
    margin-left: 125px;
}
ol.commentlist li .says {
    display: none;
}
.comment-author.vcard {
    display: block;
}
.comment-awaiting-moderation{
    margin-left: 123px;
    margin-bottom: -14px;
    display: block;
}
ol.commentlist li.comment .comment-author .avatar {
    width: 96px;
    height: 90px;
    border: 2px solid #6adfda;
    padding: 0px 7px 1px 0;
    padding: 0;
    position: absolute;
    top: -26px;
    left: 25px;
}
ol.commentlist li.comment .comment-meta a {
    color: #5d5d5c;
    text-decoration: none !important;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 11px;
    font-size: 12px;
}
ol.commentlist li.comment p {
    line-height: 22px;
    color: #666666;
    margin-left: 10px;
    margin-top: 35px;
    font-size: 13px;
}
ol.commentlist li.comment ul.children li.depth-2 {
    margin: 0 0 10px 60px;
}
ol.commentlist li.comment ul.children li.depth-3 {
    margin: 0 0 15px 40px;
    display: none;
}
ol.commentlist li.comment ul.children li.depth-4 {
    margin: 0 0 25px 40px;
}
ol.commentlist li.comment ul.children li.depth-5 {
    margin: 0 0 25px 40px;
}
.comment-meta.commentmetadata {
    display: inline;
    margin-left:114px;
}
ol.commentlist li.comment .reply {
    cursor: pointer;
    margin-bottom: 10px;
    color: #e05909;
    padding: 3px;
    position: absolute;
    right: 26px;
    top: 11%;
}
ol.commentlist li.comment .reply a {
    cursor: pointer;
    color: #fff;
    display: inline-block;
    text-align:center;
    background: url('images/comment_reply.png') no-repeat 0 0;
    width: 77px;
    height: 31px;
    line-height: 33px;
    text-shadow:0 1px 0 #329f92;
}
ol.commentlist li.comment .reply a:hover{
    background: url('images/comment_reply.png') no-repeat 0 -39px;
}
ol.commentlist li.comment ul.children {
    list-style: none;
    text-indent: 0;
    margin: 1em 0 0;
}
.commentform_wrapper{
}
.comment-nav {
    height: 20px;
    padding: 5px;
    margin-top: -40px;
}
.leave_reply{
    margin-bottom: 40px;
    padding-bottom: 20px;
    background: url(images/line.png) bottom center repeat-x;
}
.comment-nav a:link, .comment-nav a:visited {
    color: #f96e02;
}
.comment_message{
    font-size:16px;
    margin-bottom:22px !important;
}
#respond {
    padding: 0px 0px;
    margin: 10px 0px;
}
#respond h3 {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    padding: 10px 10px;
}
#commentform {
    margin-bottom:50px;
}
#commentform a {
    color:#222;
    margin-top:15px;
    margin-bottom:0;
}
#respond label {
    display:inline;
    margin-right:15px;
    margin-bottom:5px;
    padding-top:10px;
    margin-left:20px;
    color:#0d0d0d;
    font-size: 16px;
    font-weight: bolder;
    line-height:20px;
}
#respond .required {
}
#respond label small {
    font-size:10px;
    color:#aaa;
}
#respond input[type='text'], #commentform textarea {
    width:65%;
    background-color: #fff;
    color: #888;
    -moz-box-shadow: inset 0 0 15px #ddd, 0px 0px 0 4px #f0f0f0;
    -webkit-box-shadow: inset 0 0 15px #ddd, 0px 0px 0 4px #f0f0f0;
    -o-box-shadow: inset 0 0 15px #ddd, 0px 0px 0 4px #f0f0f0;
    -ms-box-shadow: inset 0 0 15px #ddd, 0px 0px 0 4px #f0f0f0;
    box-shadow: inset 0 0 15px #ddd, 0px 0px 0 4px #f0f0f0;
    border-radius: 3px;
    border: 1px solid #e3e3e3;
    margin-bottom: 20px;
    padding: 10px 8px;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#respond input[type='text']:focus, #commentform textarea:focus{
    -moz-box-shadow: inset 0 0 15px #ddd, 0px 0px 0 4px #84e5e1;
    -webkit-box-shadow: inset 0 0 15px #ddd, 0px 0px 0 4px #84e5e1;
    -o-box-shadow: inset 0 0 15px #ddd, 0px 0px 0 4px #84e5e1;
    -ms-box-shadow: inset 0 0 15px #ddd, 0px 0px 0 4px #84e5e1;
    box-shadow: inset 0 0 15px #ddd, 0px 0px 0 4px #84e5e1;
}
textarea#comment {
    width:98%;
    height:180px;
}
#respond .required {
    display:none;
}
#commentform input#submit {
    color:#044645;
    background: url('images/comment_submit.png') no-repeat 0 0;
    width: 184px;
    height: 43px;
    text-align:center;
    font-size:18px;
    line-height:22px;
    padding:5px;
    margin-bottom:0px;
    font-weight:bolder;
    border:none;
    margin-top:0px;
    cursor:pointer;
    text-shadow:0 1px 0 #7ee9e8;
}
#commentform input#submit:hover {
    background: url('images/comment_submit.png') no-repeat 0 -55px;
}
h3#reply-title {
    color:#1c1b1b;
    font-size:18px;
    line-height:22px;
    margin-top:20px;
    padding-bottom:20px;
    margin-left:-10px;
    font-weight:normal;
}
#commentform .comment-notes {
    display:none;
}
.comment-author .avatar {
    border: solid 1px #00FFFF;
    display:inline;
}
.form-allowed-tags {
    display:none;
}
#commentsbox h3 span {
    background:url(images/arrow.png) no-repeat;
    background-position:right 50%;
    padding-right:25px;
    text-decoration:none;
}
/*contact page Style
=======================================================*/
.contact-page {
    padding-left:6px;
    margin-right:50px;
}
.contact-page h1 {
    color:#000000;
    margin-bottom:40px;
    padding-bottom:20px;
    background: url(images/line.png) bottom center repeat-x;
}
.contact-page h2{
    color:#000;
}
.contact-page p {
    font-size:13px;
    line-height:22px;
    color:#1c1b1b;
    background:url(images/headingsep.png) bottom repeat-x;
    padding-bottom:15px;
    margin-top:25px;
    margin-bottom:25px;
}
#contactForm{
    background: url(images/line.png) bottom center repeat-x;
    padding-bottom:25px;
    margin-bottom:30px;		
}
#contactForm .error {
    color:#993399;
    float:left;
    display:block;
}
#contactForm label {
    display: block;
    font-size:14px;
    color:#0d0d0d;
    line-height:20px;
    float:left;
    text-align:left;
    margin-right:0px;
    padding-top:11px;
}
#contactForm input[type="text"] {
    margin-bottom:0;
}
#contactForm input[type="text"], #contactForm input[type="email"], #contactForm textarea {
    background-color:#fff;
    color:#888;
    font-size: 14px;
    -moz-box-shadow: inset 0 0 15px #ddd, 0px 0px 0 4px #f0f0f0;
    -webkit-box-shadow: inset 0 0 15px #ddd, 0px 0px 0 4px #f0f0f0;
    -o-box-shadow: inset 0 0 15px #ddd, 0px 0px 0 4px #f0f0f0;
    -ms-box-shadow: inset 0 0 15px #ddd, 0px 0px 0 4px #f0f0f0;
    box-shadow: inset 0 0 15px #ddd, 0px 0px 0 4px #f0f0f0;
    border-radius: 3px;
    border:1px solid #e3e3e3;
    margin-bottom:38px;
    padding:0 8px;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#contactForm input[type="text"]:focus, #contactForm input[type="email"]:focus, #contactForm textarea:focus{
    -moz-box-shadow: inset 0 0 15px #ddd, 0px 0px 0 4px #84e5e1;
    -webkit-box-shadow: inset 0 0 15px #ddd, 0px 0px 0 4px #84e5e1;
    -o-box-shadow: inset 0 0 15px #ddd, 0px 0px 0 4px #84e5e1;
    -ms-box-shadow: inset 0 0 15px #ddd, 0px 0px 0 4px #84e5e1;
    box-shadow: inset 0 0 15px #ddd, 0px 0px 0 4px #84e5e1;
}
#contactForm input[type="text"], #contactForm input[type="email"]{
    height:38px;
    width:65%;
    float:left;
    margin-right:20px;
}
#contactForm textarea{
    height:185px;
    width:96%;
    max-width:96%;
    padding-top:10px;
    margin-bottom:32px;
}
#contactForm input[type="submit"] {
    clear:both;
    background: url('images/contact_submit .png') no-repeat 0 0;
    width: 158px;
    height: 43px;
    font-weight:bold;
    font-size:17px;
    line-height:25px;
    cursor:pointer;
    color:#044645;
    text-shadow:0 1px 0 #72e4e3;
    border:none;
}
#contactForm input[type="submit"]:hover {
    background: url('images/contact_submit .png') no-repeat 0 -55px;
}
.cmt_frame {
    display:none;
}
.contact-map {
    margin-top: 25px;
}
.contact-map iframe {
    border: 3px solid #31d0ce;
    width: 99.3%;
    height: 480px;
    border-radius:5px;
}
/* #Wordpress Core Classes
================================================== */
blockquote {
    padding-left: 60px;
    min-height: 40px;
    background: url(images/blockqoute.png) no-repeat;
}
blockquote {
    margin-top: 40px;
    margin-bottom: 40px;
}
blockquote img {
    float: left;
    margin-right: 15px;
}
.sticky {
}
.gallery-caption {
    color: #666;
    font-size: 12px;
}
.bypostauthor {
}
.alignnone {
    margin: 5px 20px 20px 0;
}
.omrade {
	text-align:center;
}
.omrade p {
    color: #ffffff !important;
    font-family: "Lato",sans-serif;
    font-size: 25px;
    line-height: 32px;
	margin-bottom: 0;
	font-weight:300;
	padding:30px 0px;
	text-transform:uppercase;
}
.omrade .alignnone { margin: 5px; }
.omrade a { color:#ffffff; }
.omrade a:hover { color:#afafaf; }
.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    text-align: center;
    padding: 5px 3px 10px;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    max-width: 98.5%;
    width: auto;
    margin: 0;
    padding: 0;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 10px 4px 5px;
}
#wp-calendar caption {
    text-align: center;
    background: #999999;
    border: 1px solid #999999;
    color: #fff;
    font-weight: bold;
    padding: 3px 0;
}
#wp-calendar a {
    font-weight: bold;
    color: #999999;
}
#wp-calendar tfoot td {
    background: #f4f4f4;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.footer #calendar_wrap {
    display: block;
    margin-bottom: 30px;
    background: #000000;
    width: 176px;
}
#nav-single {
    overflow: hidden;
    margin-bottom: 20px;
}
.nav-previous {
    float: left;
    width: 50%;
}
.nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
/*Blog Page Pagging
===========================================*/
ul.paging {
    margin: 0px;
    padding: 0px;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
}
ul.paging li {
    margin: 0px;
    padding: 0px;
    display: inline;
    margin-right: 10px;
}
ul.paging li a {
    border: 1px solid #CCC;
    color: #666;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: inset 0 0 1px #fff;
    -ms-box-shadow: inset 0 0 1px #fff;
    -webkit-box-shadow: inset 0 0 1px #fff;
    box-shadow: inset 0 0 1px white;
    background: #FAFAFA;
    background-image: -moz-linear-gradient(top, #FAFAFA 0, #d5d4d4 100%);
    background-image: -ms-linear-gradient(top, #FAFAFA 0, #d5d4d4 100%);
    background-image: -o-linear-gradient(top, #FAFAFA 0, #d5d4d4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FAFAFA), color-stop(100%, #d5d4d4));
    background-image: -webkit-linear-gradient(top, #FAFAFA 0, #d5d4d4 100%);
    background-image: linear-gradient(to bottom, #FAFAFA 0, #d5d4d4 100%);
    display: inline-block;
    line-height: 30px;
    height: 27px;
    width: 30px;
    text-decoration: none;
    margin: 0 2px 14px;
    padding: 3px;
    font-size: 14px;
    text-shadow: 0 1px 0 #fff;
    text-align: center;
    border-radius: 2px;
}
ul.paging a:hover {
    border: 1px solid #aeacac !important;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.25);
    -ms-box-shadow: 0 0 3px rgba(0,0,0,.25);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.25);
    box-shadow: 0 0 3px rgba(0,0,0,.25);
}
ul.paging a.active, ul.paging a.current {
    background: #d5d4d4;
    background-image: -moz-linear-gradient(top, #d5d4d4 0, #FAFAFA 100%);
    background-image: -ms-linear-gradient(top, #d5d4d4 0, #FAFAFA 100%);
    background-image: -o-linear-gradient(top, #d5d4d4 0, #FAFAFA 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d5d4d4), color-stop(100%, #FAFAFA));
    background-image: -webkit-linear-gradient(top, #d5d4d4 0, #FAFAFA 100%);
    background-image: linear-gradient(to bottom, #d5d4d4 0, #FAFAFA 100%);
    border: 1px solid #999;
    moz-box-shadow: inset 0 0 10px rgba(0,0,0,.35);
    -ms-box-shadow: inset 0 0 10px rgba(0,0,0,.35);
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.35);
}
/*=======================================================*/
/* Responsive Dropdown Menu Style */
/*=======================================================*/
.it_mobile_menu li {
    margin: 0;
}
.it_mobile_menu li a {
	color:#FFF;
    font-size: 16px;
    text-decoration: none;
    text-transform: capitalize;
    text-shadow: none;
    border-bottom: 1px solid #303030;
    margin: 0 !important;
}
.it_mobile_menu li:last-child a {
    border-bottom: none;
}
.it_mobile_menu li a:hover {
    color: #9f9f9f;
}
.it_mobile_menu > li.current_page_item > a {
    color: #9f9f9f;
}
#mobile_menu {
    width: 318px;
    border: 1px solid #202020 !important;
    left: -1px;
    padding: 0;
    padding-bottom: 0px;
    background: #202020;
    top: 46px !important;

    z-index: 9999px;
    list-style: none;
}
#mobile_menu ul {
    list-style: none;
}
.it_mobile_menu {
    position: absolute;
    top: 46px !important;
    left: 3px;
    z-index: 1000;
    display: none;
    text-align: left;
}
.it_mobile_menu ul {
    display: block !important;
    visibility: visible !important;
    border-bottom: 1px solid #000000;
	margin-bottom:0px;
}
.it_mobile_menu ul li a {
    margin-left: 12px !important;
    padding-top: 12px !important;
    padding-bottom: 4px !important;
}
.it_mobile_menu ul li:last-child a {
    padding-bottom: 10px !important;
}
.it_mobile_menu ul a {
    border-bottom: none;
}
.mobile_nav {
    color: #3B3B3B;
    display: none;
    position: relative;
    padding: 15px 22px 11px 46px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    width: 250px;
	text-align: left;
}
.mobile_nav:before, .mobile_nav:after {
    content: '';
    position: absolute;
    top: 0;
    width: 2px;
    height: 100%;
}
.mobile_nav:before {
    left: 0;
}
.mobile_nav:after {
    right: 0;
}
.mobile_nav:hover {
    text-decoration: none;
    color: #9f9f9f;
}
.mobile_nav > span {
    display: block;
    width: 15px;
    height: 10px;
    background: url(images/responsive_arrow.png) no-repeat;
    position: absolute;
    top: 19px;
    left: 19px;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.mobile_nav.opened > span {
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
/*Gallery page
================================================*/
.fullwidth .page_title{
    color: #000000;
    margin-bottom: 25px;
    padding-bottom: 20px;
    background: url(images/line.png) bottom center repeat-x;
}
@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(.9);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes bounceIn {
    0% {
        opacity: 0;
        -moz-transform: scale(.3);
    }

    50% {
        opacity: 1;
        -moz-transform: scale(1.05);
    }

    70% {
        -moz-transform: scale(.9);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@-o-keyframes bounceIn {
    0% {
        opacity: 0;
        -o-transform: scale(.3);
    }

    50% {
        opacity: 1;
        -o-transform: scale(1.05);
    }

    70% {
        -o-transform: scale(.9);
    }

    100% {
        -o-transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.3);
    }

    50% {
        opacity: 1;
        transform: scale(1.05);
    }

    70% {
        transform: scale(.9);
    }

    100% {
        transform: scale(1);
    }
}
.page-content .gallery .thumbnail {
    margin-left:0;
    padding:0;
    list-style-type:none;
    overflow:hidden;
    margin:0 auto;
    margin-right:10px;
    width:107%;
}
.page-content .gallery ul.thumbnail li {
    margin:0;
    margin-left:0;
    position:relative;
    /*margin-right:22px;*/
    margin-right:26px;
    width:216px;
    height:auto;
    margin-bottom:25px;
    text-align:center;
    padding-bottom:0px;
    display:inline-block;
    vertical-align:top;
}
.page-content .gallery ul.thumbnail li span{
    width:48px;
    height:48px;
    position:absolute;
    top:30%;
    left:43%;
    background:url(images/gall-search.png) center no-repeat;
    visibility:hidden;

}
.page-content .gallery ul.thumbnail li:hover span{
    background:url(images/gall-search.png) center no-repeat;
    position:absolute;
    visibility:visible;
    top: 40%;
    -webkit-animation: bounceIn .7s ease-in-out;
    -moz-animation: bounceIn 0.7s ease-in-out; 
    -o-animation: bounceIn 0.7s ease-in-out;
    animation: bounceIn 0.7s ease-in-out; 
}
.page-content .gallery .thumbnail li img {
    margin-right:0;
    width:230px;
    height:168px;
    border:4px solid #84e5e1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.page-content .gallery .thumbnail li img:hover {
    border:4px solid #1fb5ae;
}
.page-content .gallery ul.thumbnail.col-1 li {
    width:200px;
    height:auto;
    display:block;
    float:none;
    margin:0 auto;
    margin-bottom: 120px;

}
.page-content .gallery ul.thumbnail.col-1 li span{
    position:absolute;
    top:40%;
    left:50%;	
}
.page-content .gallery ul.thumbnail.col-2 li {
    width: 300px;
    margin-left: 9%;
    margin-right: 9%;
    margin-bottom: 120px;
    height:auto;
}
.page-content .gallery ul.thumbnail.col-2 li span{
}
.page-content .gallery ul.thumbnail.col-2 li span img {
    margin-right:0;
    width: 282px;
    height: 200px;
}
.page-content .gallery ul.thumbnail.col-3{
    width:119%;
}
.page-content .gallery ul.thumbnail.col-3 li {
    width: 240px;
    margin-right: 14%;
    height:auto;
    margin-bottom:10%;
}
.page-content .gallery ul.thumbnail.col-3 li span{
    top: 30%;
}
.page-content .gallery ul.thumbnail.col-3 li span img {
    margin-right:0;
    width:224px;
    height:158px;
}
.page-content .gallery ul.thumbnail.col-4 li {
    width: 224px;
    height: auto;
    margin-right: 6.5%;
    margin-bottom:65px;
}
.page-content .gallery ul.thumbnail.col-4 li span{
}
.page-content .gallery .thumbnail.col-4 li img {
    margin-right:0;
    width:218px;
    height:168px;
}
.page-content .gallery ul.thumbnail.col-5 li {
    width: 195px;
    height: auto;
    margin-right: 45px;
    margin-bottom: 52px;
}
.page-content .gallery ul.thumbnail.col-5 li span{
    position: absolute;
    top: 36%;
    left: 34%;
}
.page-content .gallery ul.thumbnail.col-5 li img {
    width: 165px;
    height: 116px;
    margin-right:20px;
}
.page-content .gallery ul.thumbnail.col-6 li {
    width: 120px;
    height:auto;
    margin-right:75px;
    margin-bottom:50px;
}
.page-content .gallery ul.thumbnail.col-6 li span{
    position: absolute;
    top: 32%;
    left: 33%;
}
.page-content .gallery ul.thumbnail.col-6 li img {
    width: 108px;
    height: 85px;
    margin-right:0px;
}
.page-content .gallery ul.thumbnail.col-7 li {
    width: 120px;
    height:auto;
    margin-right:44px;
    margin-bottom:50px;
}
.page-content .gallery ul.thumbnail.col-7 li span{
    position: absolute;
    top: 32%;
    left: 33%;
}
.page-content .gallery ul.thumbnail.col-7 li img {
    width: 108px;
    height: 73px;
    margin-right:0px;
}
.page-content .gallery ul.thumbnail.col-8 li {
    width: 120px;
    height:auto;
    margin-right:20px;
    margin-bottom:50px;
}
.page-content .gallery ul.thumbnail.col-8 li span{
    display:none;
}
.page-content .gallery ul.thumbnail.col-8 li img {
    width: 108px;
    height: 73px;
    margin-right:0px;
}
.page-content .gallery ul.thumbnail.col-9 li{
    width: 120px;
    margin-right:4px;
    margin-bottom:50px;
}
.page-content .gallery ul.thumbnail.col-9 li span{
    display:none;
}
.page-content .gallery ul.thumbnail.col-9 li img {
    width:90px;
    height: 73px;
    margin-right:0px;
}
.page-content .gallery ul li h2{
    /*margin-top:-32px;*/
    margin-top:5px;
}
.page-content .gallery ul li h2:hover{
    color:#CC9900;
}
.page-content .gallery ul li a.gall-content{
    font-size:20px;
    font-weight:bold;
}
.page-content .gallery ul li a.gall-content:hover{
    color:#f60;
}
.page-content .gallery .thumbnail li img:hover {
    opacity: 1;
    -webkit-transition: opacity .6s ease-in-out;
    -moz-transition: opacity .6s ease-in-out;
    -o-transition: opacity .6s ease-in-out;
    -ms-transition: opacity .6s ease-in-out;
    transition: opacity .6s ease-in-out;
}
/*Gallery style in content bar
================================================*/
.content-bar .gallery .thumbnail {
    margin-left:0;
    padding:0;
    list-style-type:none;
    overflow:hidden;
    margin:0 auto;
    margin-right:10px;
    width:105%;
}
.content-bar .gallery ul.thumbnail li {
    margin:0;
    margin-left:0;
    float:left;
    position:relative;
    margin-right:26px;
    width:216px;
    margin-bottom:25px;
    text-align:center;
}
.content-bar .gallery ul.thumbnail li img{
}
.content-bar .gallery ul.thumbnail li img:hover{
}
.content-bar .gallery ul.thumbnail.col-1 li {
    width:200px;
    display:block;
    float:none;
}
.content-bar .gallery ul.thumbnail.col-1 li span {
    position: absolute;
    top: 36%;
    left: 42%;
}
.content-bar .gallery ul.thumbnail.col-2 li {
    width:270px;
    height:155px;
    margin:0;
    margin-left:65px;
    margin-bottom:90px;
}
.content-bar .gallery ul.thumbnail.col-2 li span {
    position: absolute;
    top: 40%;
    left: 42%;
}
.content-bar .gallery ul.thumbnail.col-2 li img{
}
.content-bar .gallery ul.thumbnail.col-3 li {
    width: 222px;
    margin-right: 5%;
    height: auto;
    margin-bottom: 7%;
}
.content-bar .gallery ul.thumbnail.col-4 li {
    margin-right:30px;
    width: 168px;
    margin-bottom: 55px;
}
.content-bar .gallery ul.thumbnail.col-4 li img {
    width:160px;
    height:116px;
}
.content-bar .gallery ul.thumbnail.col-4 li span {
    position: absolute;
    /*top: 38%;*/
    top:25%;
    left: 38%;
}
.content-bar .gallery ul.thumbnail.col-5 li {
    width:111px;
    height:auto;
    margin-right:50px;
}
.content-bar .gallery ul.thumbnail.col-5 li span {
    position: absolute;
    /*top: 29%;*/
    top:16%;
    left: 33%;;
}
.content-bar .gallery ul.thumbnail.col-5 li img {
    width: 165px;
    height: 80px;
}
.content-bar .gallery ul.thumbnail.col-6 li {
    width:93px;
    height:auto;
    margin-right:40px;
    margin-bottom:0;
}
.content-bar .gallery ul.thumbnail.col-6 li span {
    position:absolute;
    top:30%;
    display:none;
}
.content-bar .gallery ul.thumbnail.col-6 li img {
    height:73px;
}
.content-bar .gallery ul.thumbnail.col-7 li {
    width: 91px;
    height: auto;
    margin-right: 20px;
}
.content-bar .gallery ul.thumbnail.col-7 li span {
    position: absolute;
    top: 40%;
    left: 38%;
    display:none;
}
.content-bar .gallery ul.thumbnail.col-8 li {
    width: 77px;
    height: auto;
    margin-right: 20px;
    margin-bottom: 50px;
}
.content-bar .gallery ul.thumbnail.col-8 li span {
    display:none;
}
.content-bar .gallery ul.thumbnail.col-9 li {
    width:60px;
    height:auto;
    margin-right:21px;
    margin-bottom:48px;
}
.content-bar .gallery ul.thumbnail.col-9 li img {
    width: 90px;
    height: auto;
    margin-right: 0px;
}
.content-bar .gallery ul.thumbnail.col-9 li span {
    display:none;
}
.page-content .content-bar .gallery .thumbnail li img {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    border: 4px solid #84e5e1;
    width: 218px;
    height: 168px;
}
.content-bar .gallery .thumbnail li img:hover {
    border: 4px solid #1fb5ae;
}
.content-bar ul.thumbnail li span.fade {
    background:url(images/view_photo.png) no-repeat;
    position:absolute;
    top:60px;
    left:65px;
    display:block;
    opacity:0;
    width:220px;
    height:153px;
}
h1.page-title{
    font-size:22px;
    border-bottom:1px solid #eee;
    padding-bottom:15px;
}
h1.page-title-gall{
    margin-bottom:25px;
    padding-bottom:20px;
    border-bottom:1px solid #eee;
}

@media only screen and (min-width: 960px) and (max-width: 1140px) {
.logo {
    float: left;
    margin-left: 0;
    margin-top: 0 !important;
    padding: 20px 0 20px;
    position: relative;
    text-align: center;
    width: 100%;
}
.menu-wrapper {
	margin-bottom: 10px;
	margin-top: 0;
	width: 100%;
}
	#menu .ddsmoothmenu li {margin-left:0px;}
	#menu .ddsmoothmenu li a { padding:10px 8px 10px 8px; border-left:none;}
#menu .ddsmoothmenu {
    text-align: center;
}
.feature_blog_content {
    padding-bottom: 0;
    width: 960px;
	margin:0px !important;
}

.front-right {
    width: 960px;
}

    .flex-caption-wrapper {
        width:auto;
        margin-top: -11.45%;
        background:url(images/caption_bottom_950.png) no-repeat;
    }
    .flexslider .slides img {
        width: 100%;
    }
    .feature-content .feature-content-inner {
        width: 280px;
    }
    .feature-content .feature-content-inner.third {
        margin-left: 28px;
    }
    .feature-content .feature-content-inner.second {
        margin-left: 16px;
    }
    .feature-content .feature-content-inner .image-box {
        width: 280px;
        height: 140px;
        overflow: hidden;
    }
    .feature-content .feature-content-inner img {
        width: 280px;
        height: 140px;
    }
    .stMain {
        width: 646px;
    }
    .stMain ul.tabAnchor li a {
        width:330px;
        padding: 24px 4px 22px 12px;
        line-height: 28px;
    }
    .grid_8.omega.formget{
        width: 30.8%;
    }
    .container_24 .grid_6.footer_sec {
        width: 33%;
    }
    .footer .footer_widget .searchform {
        width: 208px;
    }
    .footer .footer_widget .searchform input[type="text"] {
        width: 154px;
    }
    .feature_blog_content ul li.post_home{
        width: 100%;
        margin: 0px;
    }
    .feature_blog_content ul li:nth-child(3n+3) {
        margin-right: 0;
    }
    .feature_blog_content ul li .post_image img {
        width: 100%;
        height: auto;
    }
    .page-content .content-bar .contactform {
        padding: 30px 15px;
        padding-bottom: 30;
    }
    .page-content .content-bar .contactform input[type="text"], .page-content .content-bar .contactform input[type="email"] {
        width: 242px;
        height: 51px;
        border: 1px solid #ddd;
        background: #f9f9f9;
    }
    .page-content .content-bar .contactform textarea {
        width: 294px;
        height: 132px;
        position: absolute;
        top: 26px;
        right: 14px;
    }
    .contact-map iframe {
        height: 380px;
    }
    .page-container .searchform, .sidebar.home .searchform {
        width: 260px;
    }
    .page-container .searchform input[type="text"], .sidebar.home .searchform input[type="text"] {
        width: 160px;
    }
    .page-container .searchform input[type="submit"], .sidebar.home .searchform input[type="submit"] {
        width:82px;
    }
    .content-bar.single_post {
        margin-right: 30px;
    }
    .content-bar .post {
        width: 100%;
        display: inline-block;
        margin: 0 18px 30px 0;
    }
    .content-bar .post .post_image img {
        width: 100%;
        height: auto;
    }
    /*Fullwidth Gallery */
    .page-content .gallery ul.thumbnail.col-4 li {
        width: 217px;
        height: auto;
        margin-right: -0.6%;
        margin-bottom: 47px;
    }
    .page-content .fullwidth .gallery ul.thumbnail.col-3 li {
        margin-right: 5%;
    }
    .page-content .gallery ul.thumbnail.col-5 li {
        width: 190px;
        height: auto;
        margin-right: 4px;
        margin-bottom: 40px;
    }
    .page-content .fullwidth .gallery ul.thumbnail.col-8 li {
        margin-right: 4%;
    }
    .page-content .fullwidth .gallery ul.thumbnail.col-9 li {
        margin-right: 3%;
    }
    /* Default Gallery */
    .content-bar .gallery ul.thumbnail.col-2 li {
        margin-right: 5%;
    }
    .content-bar .gallery ul.thumbnail.col-5 li {
        margin-left: 5%;
    }
    .content-bar .gallery ul.thumbnail.col-6 li {
        margin-left: 5%;
        margin-bottom: 50px;
    }
}
@media only screen and (min-width: 767px) and (max-width: 960px) {
	#menu .ddsmoothmenu li {margin-left:0px;}
	#menu .ddsmoothmenu li a { padding:10px 8px 10px 8px; border-left:none;}
.menu-wrapper {
	margin-bottom: 10px;
	margin-top: 0;
	width: 100%;
}
.logo img { width:280px; }
.logo {
	float:left;
	width:100%;
	margin-top:0px !important;
	margin-left:0px;
	position:relative;
	text-align:center;
	padding:20px 0px 20px 0px;
}
#menu .ddsmoothmenu {text-align:center;}
.feature_blog_content {
    padding-bottom: 0;
    width: 768px;
	margin:0px !important;
}

.front-right {
    width: 768px;
}

img.fot {
    max-width: 160px;
}
    .header {
    }
    .flex-caption-wrapper {
        margin-top: -16.45%;
        background:url(images/caption_bottom_767.png) no-repeat;
        height: 165px;
        width: 767px;
    }

    .flexslider .slides img {
        width: 100%;
    }
    .feature-content .feature-content-inner {
        width: 240px;
    }
    .feature-content .feature-content-inner.third {
        margin-left: 5px;
    }
    .feature-content .feature-content-inner.second {
        margin-left: 3px;
    }
    .feature-content .feature-content-inner.second {
        margin-left: 5px;
    }
    .feature-content .feature-content-inner .image-box {
        width: 240px;
        height: 110px;
        overflow: hidden;
    }
    .feature-content .feature-content-inner img {
        width: 240px;
        height: 110px;
    }
    .feature_blog_content ul li.post_home{
        width: 100%;
        margin: 0 0px 20px 0;
    }
    .feature_blog_content ul li:nth-child(3n+3) {
        margin-right: 0;
    }
    .feature_blog_content ul li .post_image img {
        width: 100%;
        height: auto;
    }
    .content-bar .post .post_content img.postimg {
        max-width: 97.7%;
        height: auto;
    }
    .featurebox{
        margin-bottom:26px;
    }
    .feature_home_widget {
        margin:0;
    }
    .grid_8.omega.formget{
        width: 100%;
    }
    .container_24 .grid_6.footer_sec {
        width: 100%;
    }
    .bottom_tagline .bottom_tagline_button {
        margin-right: 15px;
    }
    .page-content .content-bar .contactform {
        padding: 30px 15px;
        padding-bottom: 30;
    }
    .page-content .content-bar .contactform input[type="text"], .page-content .content-bar .contactform input[type="email"] {
        width: 445px;
        height: 40px;
        border: 1px solid #ddd;
        background: #f9f9f9;
    }
    .page-content .content-bar .contactform textarea {
        width: 441px;
        height: 132px;
        position: static;
        margin-bottom: 25px;
    }
    .contact-map iframe {
        height: 280px;
    }
    .page-content .content-bar .contactform input[type="submit"] {
        float: none;
        margin-bottom: 25px;
    }
    .footer .footer_widget .searchform {
        background: url(images/footer-search-bg-ipad.png) no-repeat;
        width: 170px;
    }
    .content-bar.single_post {
        margin-right: 30px;
    }
    .content-bar .post {
        width: 100%;
        display: inline-block;
        margin: 0 18px 30px 0;
    }
    .content-bar .post .post_image img {
        width: 100%;
        height: auto;
    }
    .content-bar {
        margin-right:12px;
    }
    .footer .footer_widget .searchform input[type="text"] {
        width: 130px;
    }
    .page-container .searchform, .sidebar.home .searchform {
        width: 202px;
    }
    .page-container .searchform input[type="text"], .sidebar.home .searchform input[type="text"] {
        width: 114px;
    }
    .page-container .searchform input[type="submit"], .sidebar.home .searchform input[type="submit"] {
        width:70px;
    }
    .content-bar .post h1.without_image {
        width: 93.6%;
    }
    /* Default Gallery */
    .content-bar .gallery ul.thumbnail.col-2 li {
        margin-left: 10%;
    }
    .content-bar .gallery ul.thumbnail.col-3 li {
        margin-left: 1%;
        margin-right: 7%;
    }
    .content-bar .gallery ul.thumbnail.col-4 li {
        margin-right: 8%;
        margin-left: 9%;
    }
    .content-bar .gallery ul.thumbnail.col-5 li {
        margin-left: 3%;
    }
    .content-bar .gallery ul.thumbnail.col-6 li {
        margin-left: 5%;
        margin-bottom: 50px;
    }
    .content-bar .gallery ul.thumbnail.col-7 li {
        margin-left: 10%;
        margin-bottom: 50px;
    }
    .content-bar .gallery ul.thumbnail.col-8 li {
        margin-left: 5%;
        margin-bottom: 50px;
    }
    .content-bar .gallery ul.thumbnail.col-9 li {
        margin-left: 5%;
        margin-right: 5%;
        margin-bottom: 50px;
    }
    /*Fullwidth Gallery */
    .page-content .fullwidth .gallery ul.thumbnail.col-3 li {
        margin-right: 2%;
    }
    .page-content .fullwidth .gallery ul.thumbnail.col-4 li {
        margin-right: 4.9%;
    }
    .page-content .fullwidth .gallery ul.thumbnail.col-5 li {
        margin-right: 6%;
        margin-left: 2%;
    }
    .page-content .fullwidth .gallery ul.thumbnail.col-7 li {
        margin-right: 7%;
        margin-left: 2%;
    }
    .page-content .fullwidth .gallery ul.thumbnail.col-8 li {
        margin-right: 7%;
        margin-left: 2%;
    }
    .page-content .fullwidth .gallery ul.thumbnail.col-9 li {
        width: 145px;
        height: auto;
        margin-right: 4%;
        margin-left: 2%;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.tp-bullets.tp-thumbs {display:none !important;}
	.scrollup {display:none !important;}
.bottom_footer_content .footer_nav li a {background:none; line-height:30px;}
.bottom_footer_content .footer_nav li {border-bottom: 1px solid #3F3F3F; display: table; width: 100%; margin-left: 0; text-align:left;}

.content-bar {
    margin: 0;
    padding: 0;
}

.menu-top-wrapper {display:none;}

.feature_blog_content {
    padding-bottom: 0;
    width: 480px;
	margin:0px !important;
}

.front-right {
    width: 480px;
}

.logo {
	float:left;
	width:100%;
	margin-top:10px !important;
}
.menu-wrapper {
    background: none;
    margin-top: 0px;
	float:right;
	width:100%;
}

    .call-us a.btn{
        background:url(images/tap-to-call.png) no-repeat;
        display:inline-block;
        visibility:visible;
        font-size:0px;
        width:210px;
        height:59px;
        margin:0 auto;
        text-align:center;
        cursor:pointer;
        text-indent:99999px;
        margin-left:156px;
        margin-top:15px;
    }
    #mobile_menu {
        width: 318px;
        text-align: left;
        margin-left: 0;
    }
    .mobile_nav {
        width: 250px;
        margin-bottom: 0;
        margin-top: 0px;
    }

    .header_container.not_home {
    }
    ul.ddsmoothmenu {
        display: none;
    }
    .it_mobile_menu a {
        display: block;
        padding-left: 20px;
        color: #3B3B3B;
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .header_container {
        padding:0px 0px 10px 0px; background:#000000; position:static;
    }
    .header .logo {
        text-align: center;
        margin: 0px !important;
    position: relative;
    z-index: 0;
	padding:40px 0px 20px 0px;
	-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;
    }
    .ddsmoothmenu .sub-menu {
        margin-left: 100px !important;
        visibility: hidden;
    }
    .ddsmoothmenu .sub-menu li {
        margin: 0 !important;
        padding: 0 !important;
        margin-left: 200px !important;
        clear: both;
        left: 20px;
    }
    .mobile_nav {
        display: inline-block;
        border:1px solid #000000;
        margin: 10px auto;
		background-color:#000000;
		color:#fff;
    }
    .ddsmoothmenu {
        text-align: center;
    }
    li.depth-4 ul.children {
        padding-left: 0;
    }
    #menu li {
        float: none !important;
    }
    .downarrowclass {
        display: none;
    }
    .rightarrowclass {
        display: none;
    }
    #MainNav {
		text-align: center;
    }
    .logo {
        text-align: center;
    }
    .header {
    }
    .header.not_home {
        position: absolute;
        top: 0px;
        left: 17%;
    }
    .slider-wrapper {
    }
    .flexslider {
    }
    .flex-caption-wrapper {
        display: none;
    }
    .flex-control-nav {
        display: none;
    }
    .flex-caption {
        display: none;
    }
    .flexslider .slides img {
        width: 100%;
    }
    .feature-content .feature-content-inner {
        margin-bottom: 35px;
    }
    .feature-content .feature-content-inner.first {
        margin-left: 57px;
    }
    .feature-content .feature-content-inner.second, .feature-content .feature-content-inner.third {
        margin-left: 52px;
    }
    .stMain {
        width: 470px;
        margin-bottom:28px;
    }
    .stMain ul.tabAnchor li a {
        width:227px;
        padding: 10px 4px 22px 12px;
        line-height: 21px;
    }
.feature_blog_content ul li .post_image {
	min-height: 200px;
	}
    .feature_blog_content {
    }
    .feature_blog_content ul li.post_home{
        width: 100%;
        margin: 0 0px 20px 0;
    }
    .content-bar .post .post_content img.postimg {
        max-width: 97.2%;
        height: auto;
    }
    .contact-map iframe {
        height: 200px;
    }
    ul.social_logos {
    }
    .footer_top_container .call_us {
        text-align: center;
        margin-top:15px;
    }
    .sidebar {
        padding-left: 0px;
    }
    .page-content .content-bar .contactform {
        padding: 30px 15px;
        padding-bottom: 30;
        width: 87%;
    }
    #contactForm label {
        margin-bottom:25px;
    }
    #contactForm input[type="text"], #contactForm input[type="email"], #contactForm textarea{
        margin-bottom:0px;
        width:94%;
    }
    #contactForm input[type="submit"] {
        margin-top:20px;
        float: none;
        margin-bottom: 25px;
    }
    #respond input[type='text'] {
        width: 95%;
    }
    textarea#comment {
        width: 97.5%;
        height: 161px;
        color: #c3530f;
        position: static;
    }
    .bottom_footer_container ul.social_logos {
        margin-left: 158px;
    }
    .container_24 .grid_14 {
        width: 400px;
    }
    .content-bar.single_post {
        margin-right: 20px;
    }
    .content-bar .post {
        margin-left:0px;
    }
    .sidebar ul {
        margin-right:6px;
    }
    #respond label {
        margin-left: 0px;
    }
    /* Default Gallery */
    .content-bar .gallery ul.thumbnail.col-2 li {
        margin-bottom: 50px;
        margin-left: 7%;
    }
    .content-bar .gallery ul.thumbnail.col-3 li {
        margin-left: 22%;
        margin-bottom: 10%;
    }
    .content-bar .gallery ul.thumbnail.col-4 li {
        margin-right: 7%;
        margin-left: 2%;
    }
    .page-content .gallery ul.thumbnail.col-4 li {
        width: 216px;
        height: auto;
        margin-right: 2%;
        margin-left: 0%;
        margin-bottom: 65px;
    }
    .content-bar .gallery ul.thumbnail.col-5 li {
        margin-left: 2%;
    }
    .page-content .gallery ul.thumbnail.col-5 li {
        margin-left: 5%;
        margin-right: 2%;
    }
    .content-bar .gallery ul.thumbnail.col-6 li {
        width: 113px;
        margin-left: 5%;
        margin-bottom: 50px;
    }
    .content-bar .gallery ul.thumbnail.col-7 li {
        margin-left: 5%;
    }
    .content-bar .gallery ul.thumbnail.col-8 li {
        margin-left: 10%;
        margin-bottom: 50px;
    }
    .content-bar .gallery ul.thumbnail.col-9 li {
        margin-left: 5%;
        margin-bottom: 50px;
    }
    /*Fullwidth Gallery */
    .page-content .fullwidth .gallery ul.thumbnail.col-3 li {
        margin-left: 13%;
    }
    .page-content .fullwidth .gallery ul.thumbnail.col-9 li {
        width: 150px;
        height: auto;
        margin-right: 1px;
    }
    .page-content .fullwidth .gallery ul.thumbnail.col-8 li {
        margin-right: 8%;
        margin-left: 2%;
    }
    .grid_8.omega.formget{
        width:100%;
    }
    .container_24 .grid_6.footer_sec {
        width:100%;
    }
    .bottom_footer_content .footer_nav{
        text-align: center;
        margin-top: 14px;
        line-height: 23px;
    }
}
@media only screen and (max-width: 480px) {
.menu-wrapper {width:100%;}
	.tp-bullets.tp-thumbs {display:none !important;}
	.scrollup {display:none !important;}
	.logo img { width:280px; }
.bottom_footer_content .footer_nav li a {background:none; line-height:30px;}
.bottom_footer_content .footer_nav li {border-bottom: 1px solid #3F3F3F; display: table; width: 100%; margin-left: 0; text-align:left;}

.content-bar {
    margin: 0;
    padding: 0;
}

.menu-top-wrapper {display:none;}

.feature_blog_content {
    padding-bottom: 0;
    width: 300px;
	margin:0px !important;
}

.front-right {
    width: 300px;
}

.logo {
	float:left;
	width:100%;
}
.menu-wrapper {
    background: none;
    margin-top: 0px;
	float:right;
	width:100%;
}

.feature_blog_content ul li .post_image {
    float: left;
    margin-right: 20px;
    min-height: 210px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .call-us a.btn{
        background:url(images/tap-to-call.png) no-repeat;
        display:inline-block;
        visibility:visible;
        font-size:0px;
        width:210px;
        height:59px;
        margin:0 auto;
        text-align:center;
        cursor:pointer;
        text-indent:99999px;
        margin-left:60px;
        margin-top:15px;
    }
    .header .logo {
        text-align: center;
        margin: -12px 0 21px -15px;
    }
    #mobile_menu {
    margin-left: -8px;
    text-align: left;
    width: 291px;
    }
    .mobile_nav {
        width: 208px;
        margin-bottom: 0;
        margin-top: 0px;
	color:#fff;
    }
    ul.ddsmoothmenu {
        display: none;
    }
    .it_mobile_menu a {
        display: block;
        padding-left: 20px;
        color: #3B3B3B;
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .header .logo {
        text-align: center;
        margin: 0;
    position: relative;
    z-index: 0;
	padding:40px 0px 20px 0px;
-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;
    }
    .ddsmoothmenu .sub-menu {
        margin-left: 100px !important;
        visibility: hidden;
    }
    .ddsmoothmenu .sub-menu li {
        margin: 0 !important;
        padding: 0 !important;
        margin-left: 200px !important;
        clear: both;
        left: 20px;
    }
    .mobile_nav {
        display: inline-block;
    }
    .mobile_nav > span {
        position: absolute;
        top: 17px;
        left: 10px;
    }
    .ddsmoothmenu {
        text-align: center;
    }
    li.depth-4 ul.children {
        padding-left: 0;
    }
    #menu li {
        float: none !important;
    }
    .downarrowclass {
        display: none;
    }
    .rightarrowclass {
        display: none;
    }
    #MainNav {
		text-align: center;
		background-color:#000000;
    }
    .header_container {
        background: #fff;
        text-align: center;
        box-shadow:none;
        position:static;
        width: 100%;
        z-index: 1;
        padding: 0px 0px 17px 0px;
        border-top:1px solid #ddd;
    }
    .header_container.not_home {
    }
    .header {
    }
    .header.not_home {
        position: absolute;
        top: 0px;
        left: 10%;
    }
    .menu-wrapper {
        box-shadow: none;
        border:1px solid #000000;
    }
    .slider-wrapper {
    }
    .flexslider {
        min-height: 0;
    }
    .flex-caption-wrapper {
        display: none;
    }
    .flex-control-nav {
        display: none;
    }
    .flex-direction-nav li a {
        position: absolute;
        bottom: 19%;
    }
    .feature-content .feature-content-inner {
        width: 280px;
        margin-bottom: 35px;
    }
    .feature-content .feature-content-inner.first {
        margin-left: 5px;
    }
    .feature-content .feature-content-inner.third {
        margin-left: 0px;
    }
    .feature-content .feature-content-inner.second {
        margin-left: 0px;
    }
    .feature_home_widget {
        margin:0;
    }
    .feature-content .feature-content-inner .image-box {
        width: 280px;
        height: 140px;
        overflow: hidden;
    }
    .feature-content .feature-content-inner .feature-content-text {
        text-align: center;
    }
    .feature-content .feature-content-inner img {
        width: 280px;
    }
    .stMain {
        width:291px;
    }

    .stMain ul.tabAnchor li a {
        width: 163px;
        padding: 5px 4px 22px 4px;
        line-height: 21px;
        min-height:27px !important;
    }
    .stMain div.tabContent {
        padding: 28px 10px;
    }

    .featurebox {
        text-align: center;
    }
    .feature_blog_content {
        padding-bottom: 33px;
    }
    .featurebox .blog_item {
        margin-left: 45px;
        text-align: center;
    }
    .feature_blog_content ul li.post_home{
        width:288px;
    }
    .feature_blog_content ul li.post_home img{
        width:100%;
        height:auto;
    }
    .bottom_footer_container .copyrightinfo p {
        text-align: center;
    }
    .footer_top_container .call_us p{
        text-align: center;
    }
    .content-bar .post .post_content img.postimg {
        max-width: 95.2%;
        height: auto;
        margin-bottom: 10px;
    }
    .feature-content {
        padding-bottom: 20px;
        margin-bottom: 46px;
    }
    .sidebar {
        padding-left: 0px;
        margin-top: 28px;
    }
    .page-content .content-bar .contactform {
        padding: 20px 10px;
        padding-bottom: 30;
        width: 94%;
        margin-top: 0;
    }
    ul.social_logos {
    }
    .footer_top_container .call_us {
        text-align: center;
        margin-top:18px;
    }
    .page-content .content-bar .contactform input[type="text"], .page-content .content-bar .contactform input[type="email"] {
        width: 242px;
        height: 40px;
        border: 1px solid #ddd;
        background: #f9f9f9;
    }
    .page-content .content-bar .contactform textarea {
        width: 237px;
        height: 132px;
        margin-bottom: 25px;
        position: static;
    }
    .page-content .content-bar .contactform input[type="submit"] {
        float: none;
        margin-bottom: 25px;
    }
    #respond input[type='text'] {
        width: 91%;
    }
    #respond label {
        margin-left: 0px;
    }
    textarea#comment {
        width: 96%;
        height: 161px;
        color: #c3530f;
        position: static;
    }
    .contact-page {
        padding-left: 6px;
        margin-right: 0px;
    }
    #contactForm label {
        padding-top: 6px;
        margin-bottom: 33px;
    }
    #contactForm input[type="text"], #contactForm input[type="email"], #contactForm textarea{
        margin-bottom:0px;
        width:94%;
    }
    #contactForm input[type="submit"] {
        margin-top:20px;
    }
    .contact-map iframe {
        height: 160px;
        width: 98%;
    }
    .bottom_footer_container ul.social_logos {
        margin-left: 66px;
    }
    .page-container .searchform, .sidebar.home .searchform {
        width: 280px;
    }
    .page-container .searchform input[type="text"], .sidebar.home .searchform input[type="text"] {
        width: 180px;
    }
    .page-container .searchform input[type="submit"], .sidebar.home .searchform input[type="submit"] {
        width:82px;
    }
    .content-bar {
        margin: 0;
        padding: 0;
        margin-right: 0;
    }
    .content-bar .post {
        width:100%;
    }
    .content-bar .post .post_image  img{
        width:100%;
        height:auto;
    }
    .content-bar.single_post {
        margin-right:0;
    }
    .page-content .gallery h1 {
        text-align: center;
    }
    .grid_8.omega.formget{
        width:100%;
    }
    .container_24 .grid_6.footer_sec {
        width:100%;
    }
    .content-bar .gallery ul.thumbnail.col-3 li {
        margin-left: 9.2%;
        margin-bottom: 15%;
    }
    .page-content .gallery ul.thumbnail.col-4 li {
        margin-right: 0;
        margin-left:57px;
        margin-bottom: 45px;
    }
    .page-content .gallery ul.thumbnail.col-5 li {
        margin-left: 19%;
        margin-right: 2%;
    }
    .bottom_footer_content .footer_nav{
        text-align: center;
        margin-top: 14px;
        line-height: 23px;
    }
}
@media only screen and (max-width: 320px) {
	.tp-bullets.tp-thumbs {display:none !important;}
	.scrollup {display:none !important;}
	.logo img { width:280px; }
    .downarrowclass {
        display: none;
    }
    .rightarrowclass {
        display: none;
    }
    .header .logo {
        text-align: center;
    }
    .call-us a.btn {
        float: none;
        margin-left: 0px;
    }
    .slider-container {
        overflow: hidden;
        padding-bottom: 40px;
    }
    .slider-wrapper {
        margin-bottom:0;
        padding-bottom:10px;
    }
    .flexslider .slides img {
    }
    .page-content .gallery .thumbnail {
        margin-left: 10px;
    }
    .content-bar {
        margin: 0;
        padding: 0;
        margin-right: 0px;
    }
}