@import "grid.css";
@import "font-awesome.css";
@import "superfish.css";

@import url(//fonts.googleapis.com/css?family=BenchNine);
@import url(//fonts.googleapis.com/css?family=Pathway+Gothic+One);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300);
html {
    width: 100%;
}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}

* {
    -webkit-text-size-adjust: none;
}

body {
    position: relative;
    background-color: #fff;
    color: #615f5f;
    font: 300 14px/20px 'Open Sans', sans-serif;
}

.ic {
	border:0;
	float:right;
	background:#fff;
	color:#f00;
	width:50%;
	line-height:10px;
	font-size:10px;
	margin:-220% 0 0 0;
	overflow:hidden;
	padding:0
}

strong {
    font-weight: 700;
}

address {
    font-style: normal;
}

p {
    margin-bottom: 20px;
}

input, textarea {
    border-radius: 0 !important;
    outline: none !important;
}


img {
    max-width: 100%;
}



/****Heads****/


h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color:#615f5f;
    font-family: sans-serif;
	font-size: 2em;
}

h2 {
    padding-top: 100px;
    font-size: 72px;
    line-height: 72px;
    margin-bottom: 22px;
}

h3 {
    font-size: 60px;
    line-height: 60px;
    padding-top: 71px;
    margin-bottom: 32px;
}
h4 { font-size: 24px;
line-height: 30px;}

.page1 h3 {
    text-align: center;
    padding-top: 40px;
    margin-bottom:25px;
}

.page1 h3.head1 {
    padding-top: 40px;
    margin-bottom: 29px;
}

/****Lists****/


ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.list {
    padding-top: 20px;
    margin-bottom: 36px;
}

.list + h3 {
    padding-top: 0;
}

.list li {
    font-weight: normal;
    padding-left: 30px;
    background: url(../images/marker.png) 0 7px no-repeat;
}

.list li+li {
    margin-top: 16px;
}

.rate {
    margin-right: 64px;
    font-size: 14px;
    color: #383636;
    font-weight: normal;
}

.rate li>span {
    display: inline-block;
    margin-left: 12px;
}

.rate li>span+span {
    float: right;
    margin-right: 18px;
}

.rate .bar {
    position: relative;
    height: 12px;
    background-color: #bfbebe;
}

.rate li .scale {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #5e5c5c;
    width: 39%;
}

.rate li+li  {
    margin-top: 15px;
}

.rate li+li+li  {
    margin-top: 19px;
}

.rate li+li  {
    margin-top: 15px;
}

.rate li+li .scale {
    width: 31%;
}


.rate li+li+li .scale {
    width: 20%;

}

.rate li+li+li+li .scale {
    width: 11%;
}
.ch-grid {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
	display: block;
    text-align: center;
    width: 100%;
}
 
.ch-grid:after,
.ch-item:before {
    content: '';
    display: table;
}
 
.ch-grid:after {
    clear: both;
}
 
.ch-grid li {
    width: 220px;
    height: 220px;
    display: inline-block;
    margin: 20px;
}
.ch-item {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    cursor: default;
    perspective: 900px;
}
.ch-info{
    position: absolute;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
}
.ch-info > div {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-position: center center;
    transition: all 0.4s linear;
    transform-origin: 50% 0%;
}
.ch-info .ch-info-front {
    box-shadow: inset 0 0 0 16px rgba(0,0,0,0.3);
}
.ch-info .ch-info-back {
    transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    background: #000;
    opacity: 0;
}
.ch-img-1 { 
    background-image: url(../images/Markop.jpg);
}
 
.ch-img-4 { 
    background-image: url(../images/elt.jpg);
}
.ch-img-3 { 
    background-image: url(../images/studioferro.jpg);
}

.ch-img-6 { 
    background-image: url(../images/tried1.jpg);
}
.ch-img-7 { 
    background-image: url(../images/micro.jpg);
}
.ch-img-8 { 
    background-image: url(../images/t3rs.jpg);
}
.ch-img-9 { 
    background-image: url(../images/t3soft.jpg);
}
.ch-img-5 { 
    background-image: url(../images/dajving.png);
}
.ch-img-2 { 
    background-image: url(../images/danilokis.jpg);
}
 
.ch-info h3 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
    margin: 0 15px;
    padding: 40px 0 0 0;
    font-family: sans-serif;
    text-shadow: 
        0 0 1px #fff, 
        0 1px 2px rgba(0,0,0,0.3);
}
 .ch-info h4 {
    color: #ccc;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 20px;
    margin: 0 15px;
    font-family: sans-serif;
    text-shadow: 
        0 0 1px #fff, 
        0 1px 2px rgba(0,0,0,0.3);
}
 
.ch-info p {
    color:#ff1919;
    padding: 10px 5px;
    font-style: italic;
    margin: 0 30px;
    font-size: 12px;
    border-top: 1px solid rgba(255,255,255,0.5);
}
 
.ch-info p a {
    display: block;
    color: #ff1919;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 9px;
    padding-top: 4px;
    font-family: 'Open Sans', Arial, sans-serif;
}
 
.ch-info p a:hover {
    color: #ccc;
}
.ch-item:hover .ch-info-front {
    transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
    opacity: 0;
}
.ch-item:hover .ch-info-back {
    transform: rotate3d(1,0,0,0deg);
    opacity: 1;
}
body
{
   font-family: sans-serif;
    
}

.pricing_table_wdg {
	border:1px solid #c4cbcc;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	float: none;
position: relative;
margin-top: 25px;
display: table;
text-align: center;
margin-left: 20%;
	margin-top: 25px;
	
}
.pricing_table_wdg ul { color:#4c4c4c;
	list-style:none; 
	float:left; 
	width:147px; 
	margin:0; 
	border:1px solid #f2f3f3;
	padding:5px;
	text-align:center;
	background: rgb(209,209,209); /* Old browsers */
background: -moz-linear-gradient(45deg,  rgba(209,209,209,1) -1%, rgba(226,226,226,1) 0%, rgba(209,209,209,1) 0%, rgba(254,254,254,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(-1%,rgba(209,209,209,1)), color-stop(0%,rgba(226,226,226,1)), color-stop(0%,rgba(209,209,209,1)), color-stop(100%,rgba(254,254,254,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg,  rgba(209,209,209,1) -1%,rgba(226,226,226,1) 0%,rgba(209,209,209,1) 0%,rgba(254,254,254,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg,  rgba(209,209,209,1) -1%,rgba(226,226,226,1) 0%,rgba(209,209,209,1) 0%,rgba(254,254,254,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg,  rgba(209,209,209,1) -1%,rgba(226,226,226,1) 0%,rgba(209,209,209,1) 0%,rgba(254,254,254,1) 100%); /* IE10+ */
background: linear-gradient(45deg,  rgba(209,209,209,1) -1%,rgba(226,226,226,1) 0%,rgba(209,209,209,1) 0%,rgba(254,254,254,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d1', endColorstr='#fefefe',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.pricing_table_wdg ul:hover {color:#4c4c4c;   
	-webkit-transform: scale(1.1);
  	-moz-transform: scale(1.1);
  	-o-transform: scale(1.1);
  	-moz-box-shadow:3px 5px 7px rgba(0,0,0,.7);
  	-webkit-box-shadow: 3px 5px 7px rgba(0,0,0,.7);
  	box-shadow:3px 5px 7px rgba(0,0,0,.7);
	cursor:pointer;
	background: rgb(209,209,209); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(209,209,209,1) -1%, rgba(226,226,226,1) 0%, rgba(209,209,209,1) 0%, rgba(254,254,254,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(-1%,rgba(209,209,209,1)), color-stop(0%,rgba(226,226,226,1)), color-stop(0%,rgba(209,209,209,1)), color-stop(100%,rgba(254,254,254,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(209,209,209,1) -1%,rgba(226,226,226,1) 0%,rgba(209,209,209,1) 0%,rgba(254,254,254,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(209,209,209,1) -1%,rgba(226,226,226,1) 0%,rgba(209,209,209,1) 0%,rgba(254,254,254,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(209,209,209,1) -1%,rgba(226,226,226,1) 0%,rgba(209,209,209,1) 0%,rgba(254,254,254,1) 100%); /* IE10+ */
background: linear-gradient(135deg,  rgba(209,209,209,1) -1%,rgba(226,226,226,1) 0%,rgba(209,209,209,1) 0%,rgba(254,254,254,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d1', endColorstr='#fefefe',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.pricing_table_wdg ul li {  
	border-bottom:1px dashed #ff1919;
	padding:10px 0;
}
.pricing_table_wdg ul li:first-child { 
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	background:#ff1919;
}
.pricing_table_wdg ul li:nth-child(2) { 
color:#ff1919;
font-weight: 900;
	background:#ececec;
}
.pricing_table_wdg ul li:nth-child(3) { 
	font-size:12px;
	font-weight:bold;
}
.pricing_table_wdg ul li:nth-child(n+4) { 
	font-size:14px;
}
.pricing_table_wdg ul li:last-child a { 
	color:#660000;
	text-decoration:none;
	font-weight:bold;
	display:block;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:1px solid #c4cbcc;
	padding:10px;
	margin:5px 0;
background: -moz-radial-gradient(center, ellipse cover,  rgba(255,25,25,1) 0%, rgba(255,5,5,1) 1%, rgba(255,5,5,0.95) 58%, rgba(255,181,181,0.93) 87%, rgba(255,181,181,0.93) 92%, rgba(255,181,181,0.92) 99%, rgba(255,5,5,0.92) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,25,25,1)), color-stop(1%,rgba(255,5,5,1)), color-stop(58%,rgba(255,5,5,0.95)), color-stop(87%,rgba(255,181,181,0.93)), color-stop(92%,rgba(255,181,181,0.93)), color-stop(99%,rgba(255,181,181,0.92)), color-stop(100%,rgba(255,5,5,0.92))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,25,25,1) 0%,rgba(255,5,5,1) 1%,rgba(255,5,5,0.95) 58%,rgba(255,181,181,0.93) 87%,rgba(255,181,181,0.93) 92%,rgba(255,181,181,0.92) 99%,rgba(255,5,5,0.92) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  rgba(255,25,25,1) 0%,rgba(255,5,5,1) 1%,rgba(255,5,5,0.95) 58%,rgba(255,181,181,0.93) 87%,rgba(255,181,181,0.93) 92%,rgba(255,181,181,0.92) 99%,rgba(255,5,5,0.92) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  rgba(255,25,25,1) 0%,rgba(255,5,5,1) 1%,rgba(255,5,5,0.95) 58%,rgba(255,181,181,0.93) 87%,rgba(255,181,181,0.93) 92%,rgba(255,181,181,0.92) 99%,rgba(255,5,5,0.92) 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  rgba(255,25,25,1) 0%,rgba(255,5,5,1) 1%,rgba(255,5,5,0.95) 58%,rgba(255,181,181,0.93) 87%,rgba(255,181,181,0.93) 92%,rgba(255,181,181,0.92) 99%,rgba(255,5,5,0.92) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1919', endColorstr='#ebff0505',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

/****Links****/


a {
    text-decoration: none;
    color: #ff1919;
    outline: none;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

a:hover {
    color: #ccc;
}

.btn {
    font: 30px/30px 'Pathway Gothic One', sans-serif;
    display: inline-block;
    padding: 3px 10px 12px;
    margin-top: 0px;
}

.btn:hover {
    color: #ccc;
}

.page1 .btn {
    margin-top: 41px;  
}


/****classes****/

.mb0 {
    margin-bottom: 0px !important;
}
.m0 {
    margin: 0 !important;
}
.pad0 {
    padding: 0 !important;
}

.pad1 {
}


.img_inner {
    max-width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px;
    margin-top: 5px;
}

.page1 .img_inner {
    margin-top: 7px;
}

.fleft {
    float: left;
    width: auto !important;
    margin-right: 30px;
    margin-bottom: 0px;
}


.oh {
    overflow: hidden;
}
.fright {
    float: right !important;
}
.upp {
    text-transform: uppercase;
}

.alright {
    text-align: right;
}
.ta__center {
    text-align: center;
    line-height: 27px;
}

.ta__left {
    text-align: left;
}

.wrapper, .extra_wrapper {
    overflow: hidden;
}
.clear {
    float: none !important;
    clear: both;
}

.oh {
    overflow: hidden;
}

.nowrap {
    white-space: nowrap;
}

.rel {
    position: relative;
}

/*header*/

header {
    display: block;
    position: relative;
    z-index: 800;
    padding-top: 28px;
    border-bottom: 1px solid #414141;
}

header h1 {
    position: relative;
    text-align: center;
    z-index: 990;
    float: left;
}


header h1 a {
    display: inline-block;
    overflow: hidden;
    font-size: 0;
    line-height: 0;    
    text-indent: -999px;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}

header h1 a img {
    display: block;
}


/****Content****/

.content {
    padding-bottom: 77px;
}

.page1 .content {
    padding-top: 1px;
}

.st1 {text-align: justify;
    font-size: 24px;
    line-height: 30px;
}

.st1  .color1 {
    font-weight: normal;
    color: #000;
}

/****Blocks****/
.banners {
    padding-top: 41px;
    margin-left: -1px;
}

.banner {
    margin-bottom: 1px;
    display: block;
    float: left;
    position: relative;
    color: #fff;
    font: 48px/48px 'BenchNine', sans-serif;
    padding-left: 1px;
}

.bann_capt {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -34px;
}

.banner:hover span {
    width: 100%;
    color: #fff;
}


.bann_capt span {
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    padding-bottom: 14px;
    width: 241px;
    display: inline-block;
    border-bottom: 1px solid #ff1919;
}

.block1 {
    overflow: hidden;
}

.blog {
    overflow: hidden;
}

.blog+.blog {
    margin-top: 43px;
}

.blog_links {
    margin-bottom: 10px;
    padding-top: 1px;
}

.blog .fleft {
    margin-top: 4px;
    border: 1px solid #d4cece;
    border-right-width: 2px;
}

.blog .btn {
    margin-top: 26px;
}

/****Gallery****/

.gall_item {
    margin-top: 5px;
    display: block;
    position: relative;
    margin-bottom: 31px;
    background: #000 url(../images/magnify.png) center center no-repeat;
    border: 1px solid #d3cdcd;
}

.gall_item img {
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    width: 100%;
    box-shadow: 0 0 #fff;
}

.gall_item:hover img {
    opacity: 0.2;
}

/****Separators****/

.sep__1 {
    padding-top: 47px;
    margin-bottom: 29px;
    border-bottom: 1px solid #414141;
}

.sp__1 {
    padding-top: 76px;
    margin-bottom: 30px;
}

.sep__1.sp__2 {
    position: relative;
    top: 1px;
    padding-top: 76px;
    margin-bottom: 0px;
}

.sep__2 {
    height: 44px;
}

.sep__3 {
    height: 43px;
}

.sep__4 {
    height: 49px;
}


/*******Search******/

#search {
    position: relative;
    padding-top: 6px;
}

#search+h3 {
    padding-top: 41px;
    margin-bottom: 17px;
}

#search .rel {
    position: relative;
}

#search label {
    display: block;
}

#search input {
     width: 100%;
     height: 47px;
     padding: 13px 55px 14px 20px;
     font: 14px/20px 'Open Sans', sans-serif;
     color: #383636;
     border: 1px solid #d1caca;
     box-sizing: border-box;
    -webkit-appearance: none;
    -moz-box-sizing: border-box; /*Firefox 1-3*/
    -webkit-box-sizing: border-box; /* Safari */
}




#search a
 {
    display: block;
    position: absolute;
    background: url(../images/search_icon.png) center center no-repeat;
    width: 64px;
    height: 47px;
    right: 0;
    top: 0;
    cursor: pointer;
}

#search a:hover
{
    opacity: 0.5;
}



/****Text styles****/
.text1 {
    color: #3a3838;
    margin-bottom: 11px;
    font: 30px/30px sans-serif;
}

.fw1 {
    font-weight: normal;
}

.text1.tx__1 {
    margin-bottom: 39px;
}

.page1 .text1 {
    margin-bottom: 7px;
}

.text1 time {
    display: block;
    font-size: 24px;
}


.text1 time+a {
    position: relative;
    top: -3px;
}

.color1 {
    color: #383636;
}

.color1 a:hover, a.color1:hover {
    color: #ccc;
}

.color2 {
    color: #eee;
}

.td_underline {
    text-decoration: underline;
}

/****Map****/

.map {
    overflow: hidden;
    padding-top: 6px;
    padding-bottom: 40px;
}

.map figure {
    position: relative;
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.map figure iframe {
    width: 100%;
    height: 264px;
    max-width: 100%;
}

.address1 {
    padding-top: 3px;
    display: block;
    float: left;
}

.address1 dt {
}

.address1+.address1 {
    margin-left: 60px;
}

.address1 dd span {
    min-width: 85px;
    display: inline-block;
    text-align: left;
}

.address1 dd span.col1 {
    min-width: 0;
}

/**Footer**/

#footer {
    display: block;
    padding: 48px 0 40px;
    border-top: 1px solid #414141;
}

.copyright {
    font-weight: normal;
    float: left;
    font-size: 14px;
    line-height: 18px;
    color: #535a5f;
}

.copyright .brand {
    position: relative;
    font-weight: 300;
    font-size: 14px;
}

.copyright div {
    padding-top: 5px;
    color: #908b8b;
}

.copyright div a:hover {
    color: #535a5f;
}

.socials {
    float: right;
    color: #ff1919;
    overflow: hidden;
}

.socials .fa {
    font-size: 36px;
    float: left;
    line-height: 38px;
}

.socials .fa.fa-twitter {
    font-size: 38px;
}

.socials .fa.fa-youtube-play {
    margin-left: 23px !important;
}

.socials .fa +.fa {
    margin-left: 19px;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    left: 48%;
    margin-left: 640px;
    overflow: hidden;
    width: 69px;
    height: 79px;
    border: none;
    text-indent: -999px;
    z-index: 20;
    background: url(../images/totop.png) no-repeat left 0; 
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}
#toTop:hover {
    outline: none;
    background-position: right 0;
}

/*==================================RESPONSIVE LAYOUTS===============================================*/

@media only screen and (max-width: 1199px) {
    .banner {
        width: 468px;
    }

    .banner+.banner {
        width: 467px;
    }

     .banner+.banner+.banner {
        width: 468px;
        clear: left;
     }

     .banner+.banner+.banner+.banner {
        width: 467px;
        clear: none;
     }

      .ih-item.circle.effect2 .info h3 {
        padding-top: 60px !important;
        font-size: 28px !important;
    }

    .ih-item.circle, 
    .ih-item.circle .img {
        width: 220px !important;
        height: 220px !important;
    }

}
@media only screen and (max-width: 979px) {

    .ih-item.circle, 
    .ih-item.circle .img {
        width: 172px !important;
        height: 172px !important;
    }

    .ih-item.circle.effect2 .info h3 {
        padding-top: 50px !important;
        font-size: 20px !important;
        line-height: 12px !important;
    }

    .ih-item.circle.effect2 .info p {
        font-size: 6px !important;
    }


    .blog .extra_wrapper {
        overflow: visible;
    }

    .fleft {
        margin-right: 10px;
    }

    .address1 {
        float: none;
    }

    .address1 +.address1  {
        margin-left: 0;
        margin-top: 30px;
    }
    
     .map figure,  
     .map figure iframe,  
     #form input,
     #form textarea,  
     #form .success {
        width: 100% !important;
        float: none !important;
    }
     #form .success {
         -moz-box-sizing: border-box;
         -webkit-box-sizing: border-box;
         -o-box-sizing: border-box;
         box-sizing: border-box;
    }

     .map figure {
     height: auto !important;
    }

    .map figure {
    	margin-bottom: 15px;
    }

    .nowrap {
        white-space: normal;
    }


    .address1 dd span  {
        min-width: 0;
    }
    

    .banner {
        width: 370px;
    }

    .banner+.banner {
        width: 370px;
    }

     .banner+.banner+.banner {
        width: 370px;
        clear: left;
     }

     .banner+.banner+.banner+.banner {
        width: 370px;
        clear: none;
     }

     .circle .c_caption .title {
        font-size: 25px;
     }

     .block1 .fleft,
     .blog .fleft  {
         margin-top: 40px !important;
        width: 100% !important;
        float: none !important;
        margin-right: 0 !important;
        margin-bottom: 20px !important;
     }
	 .table {display: block;}
	 
}

@media only screen and (max-width: 767px) {
  
    .circle {
        margin-bottom: 30px;
    }

    .circle {
        margin-bottom: 30px;
    }

    .ih-item.circle, 
    .ih-item.circle .img {
        width: 420px !important;
        height: 420px !important;
    }

    .ih-item.circle.effect2 .info h3 {
        padding-top: 170px !important;
        font-size: 36px !important;
        line-height: 24px !important;
    }

    .ih-item.circle.effect2 .info p {
        font-size: 6px !important;
    }

    .sep__4 {
        height: 0;
    }

    .gall_item {
        margin-top: 40px;
    }

    .sep__2 {
        height: 0;
    }

    h2 {
        font-size: 50px;
        line-height: 55px;
    }

    h3 {
        font-size: 40px;
    }

    .socials {
        float: none;
        margin-bottom: 20px;
    }

    .circle .c_caption .title {
        font-size: 36px;
     } 

    .banner {
        float: none !important;
        width: auto !important;
        margin-bottom: 1px;
    }

    .img_inner img {
    	width: 100%;
    }

    .img_inner {
        margin-top: 40px !important;
        width: 100% !important;
        float: none !important;
        margin-right: 0 !important;
        margin-bottom: 20px !important;
    }


    header h1 {
        padding-top: 15px;
        position: relative !important;
        margin-bottom: 20px;
        padding-left: 0;
        float: none;
        left: 0;
        text-align: center;
    }

    .head_top  {
        padding-left: 15px;
        padding-right: 15px;
        border-bottom: 0;
    }

    header h1 a {
        max-width: 90%;
        width: auto;
        display: inline-block;
        height: auto;
    }

    .map figure iframe {
        height: 300px;
    }

    .content .noresize {
        width: auto !important;
        float: left !important;
        margin-right: 20px !important;
        margin-top: 4px !important;
    }

    .img_inner {
        margin-top: 30px;
    }
    .none {
        clear: both;
    }
	
    .table{width: 100%;
    }
}


@media only screen and (max-width: 479px) {
    
    .ih-item.circle, 
    .ih-item.circle .img {
        width: 300px !important;
        height: 300px !important;
    }

    .ih-item.circle.effect2 .info h3 {
        padding-top: 110px !important;
        font-size: 24px !important;
        line-height: 40px !important;
    }

    .ih-item.circle.effect2 .info p {
        font-size: 10px !important;
    }   

    .table{width: 100%;
    }	
}
/* responsive table */
@media screen and (max-width: 480px) {
    .table {width: 100%;}
}