@font-face {
    font-family: "AdamDrawn";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/adamfont-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/adamfont-webfont.woff") format("woff"), url("../fonts/adamfont-webfont.ttf") format("truetype"), url("../fonts/adamfont-webfont.svg#adamdrawnstandard") format("svg");
}

@font-face {
    font-family: "DrawnBody";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/drawnbody-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/drawnbody-webfont.woff") format("woff"), url("../fonts/drawnbody-webfont.ttf") format("truetype"), url("../fonts/drawnbody-webfont.svg#drawntextlight") format("svg");
}

/* latin */
@font-face {
    font-family: 'Cabin Sketch';
    font-style: normal;
    font-weight: 400;
    src: local('Cabin Sketch Regular'), local('CabinSketch-Regular'), url(../fonts/d9fijO34zQajqQvl3YHRCegdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin */
@font-face {
    font-family: 'Cabin Sketch';
    font-style: normal;
    font-weight: 700;
    src: local('CabinSketch Bold'), local('CabinSketch-Bold'), url(../fonts/ki3SSN5HMOO0-IOLOj069HNuWYKPzoeKl5tYj8yhly0.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

html, body {
    overflow: auto;
}

body {
    background-image: url(images/grain.png);
    animation: random 35s infinite;
    -webkit-animation: random 35s infinite;
    background-color: #1a6a7b;
    animation-delay: 1s;
    animation-direction: alternate;
    width: 100%;
    height: 100%;
    position: fixed;
}
body.fixed {
    background-image: url(images/grain.png);
   background-color: #02c9c9 ;
     animation: none;
    width: 100%;
    height: 100%;
    position: fixed;
}

@keyframes random {
    25% {
        background-color: rgb(255, 195, 0);
    }

    50% {
        background-color: #1a6a7b;
    }

    75% {
        background-color: rgb(233, 161, 185);
    }

    100% {
        background-color: rgb(2, 201, 201);
    }
}

@-webkit-keyframes random {
    25% {
        background-color: rgb(255, 195, 0);
    }

    50% {
        background-color: #1a6a7b;
    }

    75% {
        background-color: rgb(233, 161, 185);
    }

    100% {
        background-color: rgb(2, 201, 201);
    }
}

.contain {
    margin: 0 auto;
    max-width: 950px;
	width:auto;
}

.content {
    position: absolute;
    top: 98%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 35px;
    line-height: 40px;
    font-family: 'Muli';
    color: #ecf0f1;
    height: 160px;
    overflow: hidden;
}

.visible {
    font-weight: 600;
    overflow: hidden;
    height: 70px;
    padding: 0px;
}

&:before; {
    content: '[';
    left: 0;
    line-height: 40px;
}

&:after {
    content: ']';
    position: absolute;
    right: 0;
    line-height: 40px;
}

&:after, &:before {
    position: absolute;
    top: 0;
    color: #16a085;
    font-size: 42px;
    animation: 2s linear 0s normal none infinite opacity;
}



p {
    /* display: inline; */
    
    margin: 0 3px;
}


ul li {
    line-height: 40px;
    float: left;
    padding: 0 10px;
}

.imgheight img {
    height: 160px !important;
}


.a1 {
    object-position: 0 0;
    width: 84px;
    height: 160px;
}

.a2 {
    object-position: 0 -160px;
    width: 84px;
    height: 160px;
}


.ui-effects-wrapper {
    /*width: 84px !important;*/
    display: inline !important;
    overflow: hidden;
    height: 80px;
}


.line {
    height: 160px;
    /*width: 84px;*/
    /*background: url('../images/letters/letters-title/1x/h.png') 0 -160px no-repeat;	*/
    background-position: 0 -160px;
    background-repeat: no-repeat;
    float: left;
}

.plain {
    height: 160px;
    /*width: 84px;*/
    /*background: url('../images/letters/letters-title/1x/h.png') 0 0 no-repeat;*/
    background-position: 0 0;
    background-repeat: no-repeat;
    float: left;
}

.hvr-grow-shadow {
    display: inline-block;
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: transform;
    vertical-align: middle;
    width: 45px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0px);
    -webkit-transition-duration: 0.3s;
}

.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
    transform: scale(1.2) rotate(30deg);
    -webkit-transform: scale(1.2) rotate(30deg);
}

.grow-shadow {
    display: inline-block;
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: transform;
    vertical-align: middle;
    width: 45px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0px);
    -webkit-transition-duration: 0.3s;
}

.grow-shadow {
    transform: scale(1.4);
    -webkit-transform: scale(1.4);
}

body p {
    /*    font-family: "DrawnBody",Arial,Helvetica,sans-serif;*/
    text-align: justify;
    margin-bottom: 6px;
}

.h-title {
    color: #fff;
    font-family: "AdamDrawn",Arial,Helvetica,sans-serif;
    line-height: 1em;
    padding-left: 4px;
    font-size: 4em;
    position: relative;
    text-transform: uppercase;
}

.capital::first-letter {
    display: block;
    float: left;
    font-size: 300%;
    line-height: 70%;
    margin-left: 18px;
    margin-right: 6px;
    margin-top: 7px;
}

.w3-animate-top {
    opacity: 0;
    position: relative;
    -webkit-animation: animatetop 4s;
    animation: animatetop 4s;
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
}

@-webkit-keyframes animatetop {
    0% {
        top: -400px;
        opacity: 1;
    }

    50% {
        top: 0;
        opacity: 1;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

@keyframes animatetop {
    0% {
        top: -200px;
        opacity: 1;
    }

    50% {
        top: 0;
        opacity: 1;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

.w3-animate-left {
    opacity: 0;
    position: relative;
    -webkit-animation: animateleft 5s;
    animation: animateleft 4s;
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
}

@-webkit-keyframes animateleft {
    0% {
        left: -300px;
        opacity: 1;
    }

    50% {
        left: 0;
        opacity: 1;
    }

    100% {
        left: 0;
        opacity: 1;
    }
}

@keyframes animateleft {
    0% {
        left: -300px;
        opacity: 1;
    }

    50% {
        left: 0;
        opacity: 1;
    }

    100% {
        left: 0;
        opacity: 1;
    }
}

.w3-animate-right {
    opacity: 0;
    position: relative;
    -webkit-animation: animateright 5s;
    animation: animateright 4s;
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
}

@-webkit-keyframes animateright {
    0% {
        right: -300px;
        opacity: 1;
    }

    50% {
        right: 0;
        opacity: 1;
    }

    100% {
        right: 0;
        opacity: 1;
    }
}

@keyframes animateright {
    0% {
        right: -300px;
        opacity: 1;
    }

    50% {
        right: 0;
        opacity: 1;
    }

    100% {
        right: 0;
        opacity: 1;
    }
}

.w3-animate-bottom {
    opacity: 0;
    position: relative;
    -webkit-animation: animatebottom 5s;
    animation: animatebottom 4s;
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
}

@-webkit-keyframes animatebottom {
    0% {
        opacity: 1;
        bottom: -400px;
    }

    50% {
        opacity: 1;
        bottom: 0;
    }

    100% {
        bottom: 0;
        opacity: 1;
    }
}

@keyframes animatebottom {
    0% {
        opacity: 1;
        bottom: -400px;
    }

    50% {
        opacity: 1;
        bottom: 0;
    }

    100% {
        bottom: 0;
        opacity: 1;
    }
}

/* 
#fadein{
display:none;
}
*/

#group div {
    display: none;
}

#group div.current {
    display: block;
}

#header #header-nav ul li {
    backface-visibility: hidden;
    display: inline-block;
    padding-bottom: 6px;
    position: relative;
    vertical-align: top;
    padding: 0 4px;
    color: #fff;
    font-family: "AdamDrawn";
    height: 24px;
    line-height: 17px;
}
#header #header-nav ul li.active {
    background:rgba(0, 0, 0, 0) url("../images/seprator.png") no-repeat scroll -225px 16px
}
#header #header-nav ul li a {
    color: #fff;
    font-size: 16px;
    font-family: "Cabin Sketch",cursive;
}

#header #header-nav li a:hover {
    color: #EC7063;

    font-family: "Cabin Sketch",cursive;
}

#header #header-nav .separator {
    background-image: url("../images/ui/nav/separator.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 10px 15px;
    display: inline-block;
    height: 18px;
    margin: 0 0 6px;
    width: 10px;
}

#dock li img {
    width: 52px;
    height: 52px;
    -webkit-transition: all 0.1s;
    -webkit-transform-origin: 50% 100%;
}

#dock li img:hover {
    -webkit-transform: scale(1.7);
    transform: scale(1.6);
    padding: 2px;
}

#dock li:hover + li img,
#dock li.prev img {
    -webkit-transform: scale(1.1)!important;
    transform: scale(1.1);
    margin: 0 1.5em;
}


/*
.hs_port_btn {
        background: rgba(0, 0, 0, 0) url("../images/more.png") no-repeat scroll 0 0 / 96% auto;
        height: 57px;
        padding-top: 14px;
        text-align: center;
}*/

.hs_port_btn {
    font-family: "Cabin Sketch", cursive;
    height: 57px;
    top: 20px;
    text-align: center;
    color: #ffffff;
    font-size: 26px;
}

.hs_port_thumb {
    background: rgba(0, 0, 0, 0) url("../images/port_thumb_frame.png") no-repeat scroll 0 0;
    margin-bottom: 15px;
    width: 32%;
    margin: 0 auto;
	
}

.hs_latest {
    height: 300px;
	width: 300px;
    margin-bottom: 2px;
}
.hs_latest {
    mask: url("../images/thumb_mask.svg#thumb_mask");
    
	background-color: #fff;
    padding-top: 4px;
}

.hs_latest img {
    height: 100%;
    width: 95%;
}

.hs_blog_thumb {

    margin-bottom: 15px;
}

.hs_bloging {
    height: 147px;
}
.hs_bloging {
    mask: url("../images/small_mask.svg#small_mask");
}

.hs_bloging img {
    height: 100%;
    width: 100%;
}

.side-img{
    width: 18%;
    float: left;
    margin-left: 15px;
    background: rgba(0, 0, 0, 0) url("../images/blog_thumb.png") no-repeat scroll 0 0;
}

.center-img{
    width: 28%;
    float: left;
}

.hs_center {
    height: 247px;
}
.hs_center {
    mask: url("../images/center_mask.svg#center_mask");
}

.hs_center img {
    height: 100%;
    width: 100%;
}

.lined::after {
    background: rgba(0, 0, 0, 0) url("../images/seprator1.png") no-repeat scroll 18px center/cover;
    content: "";
    display: table-cell;
    height: 20px;
    position: relative;
    top: 6px !important;
    width: 100%;
}
.lined {
    display: table-row;
    position: relative;
    white-space: nowrap;
    width: auto;
}

.lined1::after {
    background: rgba(0, 0, 0, 0) url("../images/seprator1-1.png") no-repeat scroll 18px center;
    content: "";
    display: table-cell;
    height: 20px;
    position: relative;
    top: 6px !important;
    width: 100%;
}
.lined1 {
    display: table-row;
    position: relative;
    white-space: nowrap;
    width: auto;
}
h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 0;
    margin-top: 0;
    font-family: "Cabin Sketch",cursive;
    margin-bottom: 50px;
}



.hidden {
    display: none;
}

.visuallyhidden {
    opacity: 0;
}

.setleft {
    float: left !important;
    width: 350px !important;
    /*right:0px !important;
    margin-left: -300px;*/
}

.explore {
    padding-top: 60px;
}
/*
.explore img {
object-position: 0 6px;
width: 90px;
background-size: 50px;
margin-right: 15px;
}

.explore img: hover {
object-position: 0 -33px;
width: 90px;
background-size: 50px;
transition: all 0.3s linear 0s;
}*/

.menu {
    float: left;
 /*    height: 385px; */
    margin-top: 190px;
    padding: 10px;
    transition: all 2s linear 0s;
    width: 33%;
    text-align: center;
}

.aero {
    background: url("../images/skill1.png") 100%/cover;
    height: 215px;
    width: 280px;
    float: left;
}
.aero:hover {
    background: url("../images/skill1-fill.png") 100%/cover;
}

.art {
    background: url("../images/skill3.png") 100%/cover;
    height: 215px;
    width: 280px;
    float: left;		
}
.art:hover {
    background: url("../images/skill3-fill1.png") 100%/cover;
    width: 215px;
    margin-left: 25px;
}

.voilin {
    background: url("../images/project.png") 100%/cover;
    height: 215px;
    width: 280px;
    float: left;		
}
.voilin:hover {
    background: url("../images/project-fill.png") 100%/cover;
}

.flame {
    background: url("../images/flamesaw/2.png") 100%/cover;
    height: 215px;
    width: 280px;
    float: left;
}
.flame:hover {
    background: url("../images/flamesaw/2-fill.png") 100%/cover;
}
.firefly {
    background: url("../images/firefly.png") 100%/cover;
    height: 215px;
    width: 280px;
    float: left;
}
.firefly:hover {
    background: url("../images/firefly-fill.png") 100%/cover;
}

.garber {
    background: url("../images/garber/garber.png") 100%/cover;
    height: 215px;
    width: 280px;
    float: left;
}
.garber:hover {
    background: url("../images/garber/garber-fill.png") 100%/cover;
}
.knife {
    background: url("../images/flameknife/flame.png") 100%/cover;
    height: 215px;
    width: 280px;
    float: left;
}
.knife:hover {
    background: url("../images/flameknife/flame-fill.png") 100%/cover;
}
.boat {
    background: url("../images/boat/boat.png") 100%/cover;
    height: 215px;
    width: 280px;
    float: left;
}
.boat:hover{
  background: url("../images/boat/boat-fill.png") 100%/cover;
}
.hotRod {
    background: url("../images/hotrod/hot.png") 100%/cover;
    height: 215px;
    width: 280px;
    float: left;
}
.hotRod:hover{
  background: url("../images/hotrod/hot-fill.png") 100%/cover;
}
.sketch {		
    margin-top: 30px;
    padding: 10px;
    transition: all 2s linear 0s;		
    text-align: center;
}

.hide{
    display:none;

}

/*body p {
    font-family: "Cabin Sketch",cursive;
}*/


.hidden {
    display: none;
}

.visuallyhidden {
    opacity: 0;
}

.setleft {
    float: left !important;
    width: 350px !important;
    /*right:0px !important;
    margin-left: -300px;*/            
}

.center-all{
    margin: 0 auto; 
    text-align: center;    
}

.left-menu{
    float:left; 
    width: 360px; 
    margin-left:8px;

}
.full-menu{    
    margin-top:160px;
    transition: all 2s linear;
}
.full-menu img{
    width:350px;    
}
.right-content{
    float:right;
    margin-left: 25px; 
    margin-top: 80px; 
    width: 540px; 
}
#group div p{
    margin-top:10px;
}

.close{
    right:0;
    position:absolute;
    top:0;
    z-index:1000;
}

.closeAero{
     right:0;
    position:absolute;
    top:-15px;
    z-index:1000;
}
.full-Image{
    width:100%
    
}

.margin-top20{
 margin-top: 20px;   
}

.skill-left-menu{
    float:left; 
    width: 382px; 
    margin-top:90px;
	/*height:312px;*/
}
.hs_slide_part {
  
    margin-bottom: 15px;
    margin-left: -21px !important;
    margin-top: 30px;
    height: 459px;
      
}
.hs_single_thumb{
    background: #fff ;
     mask: url("http://vinnovator.com/vinnovator/new/images/center_mask.svg#center_mask");
}

.hs_comment_input {
    border: medium none !important;
    font-family: "Cabin Sketch",cursive;
    height: 46px !important;
    outline: 0 none;
    padding-left: 10px !important;
    width:68%;
    
    background: none;
    border: solid 1px #fff!important;
   
}
.hs_comment_textarea{
    border: medium none !important;
    font-family: "Cabin Sketch",cursive;
    height: 100px !important;
    outline: 10 none;
    padding-left: 10px !important;
    width:90%;
    background: none;
    border: solid 1px #fff!important;
}
.row-fluid [class*="span"]{
 margin-top: 12px;   
}
 



#a-contact {min-width:0px;}
.desktop #a-contact {min-width:500px;}
#a-contact #contact-display {position:absolute; top:50%; left:50%;}
#a-contact #postcard-display {position:absolute; width:100%; max-width:100%;top:50px;}
#a-contact .postcard {position:relative; width:100%; display:none;}
#a-contact .postcard-thankyou, #a-login .login-thankyou, #a-login .logout-notice {position:relative; width:100%; display:none; min-height:30px; backface-visibility:hidden; transform-style:preserve-3d; text-align:center;}
#a-contact .postcard-thankyou .pc-thankyou-title, #a-login .login-thankyou-title, #a-login .logout-title {font-size:3em; font-family:'AdamDrawn', Arial, Helvetica, sans-serif; text-transform:uppercase; font-weight:normal; color:#FFF; line-height:1.2em;}
#a-contact .postcard-thankyou .pc-thankyou-info, #a-login .login-thankyou-info, #a-login .logout-info {position:relative; font-size:0.94em; color:#f9f9f9; text-transform:none; padding-bottom:10px;}

#a-contact .postcard .postcard-base {position:absolute; top:0; left:0; width:100%; height:100%;}
#a-contact .postcard .postcard-base .dot-edge {position:absolute; top:3px; right:3px; bottom:3px; left:3px; background-size:122px 86px; background-repeat:repeat;  background-image:url(../images/dot-edge.png); }
 .retina #a-contact .postcard .postcard-base .dot-edge {background-image:url(../images/dot-edge@2x.png);} 
#a-contact .postcard .postcard-base .inner-base {position:absolute; top:40px; right:38px; bottom:36px; left:38px; background-color:#02c9c9;background-image:url(../images/dot-ege.png);}
.mobile #a-contact .postcard .postcard-base .inner-base {top:20px; right:19px; bottom:18px; left:19px;background-image:url(../images/dot-ede.png);}

#a-contact .postcard .postcard-base .inner-base .inner-grain {position:absolute; top:0; left:0; width:100%; height:100%; background-repeat:repeat; background-image:url(../images/bg/grain.png);}
#a-contact .postcard .postcard-base .pc-edge {position:absolute; width:46px; height:46px; background-size:46px 46px; background-repeat:no-repeat;}
#a-contact .postcard .postcard-base .pc-bar-v {position:absolute; top:46px; bottom:46px; width:46px; background-size:46px 380px; background-repeat:repeat-y;}
#a-contact .postcard .postcard-base .pc-bar-h {position:absolute; left:46px; right:46px; height:46px; background-size:685px 46px; background-repeat:repeat-x;}

.mobile #a-contact .postcard .postcard-base .pc-edge {position:absolute; width:23px; height:23px; background-size:23px 23px; background-repeat:no-repeat;}
.mobile #a-contact .postcard .postcard-base .pc-bar-v {position:absolute; top:23px; bottom:23px; width:23px; background-size:23px 190px; background-repeat:repeat-y;}
.mobile #a-contact .postcard .postcard-base .pc-bar-h {position:absolute; left:23px; right:23px; height:23px; background-size:342px 23px; background-repeat:repeat-x;}

#a-contact .postcard .postcard-base .edge-tl {top:0; left:0; background-image:url(../images/top-left.png);}
#a-contact .postcard .postcard-base .edge-tr {top:0; right:0; background-image:url(../images/top-right.png);}
#a-contact .postcard .postcard-base .edge-bl {bottom:0; left:0; background-image:url(../images/bottom-left.png);}
#a-contact .postcard .postcard-base .edge-br {bottom:0; right:0; background-image:url(../images/bottom-right.png);}
#a-contact .postcard .postcard-base .bar-t {top:0px; background-image:url(../images/top-bar.png);}
#a-contact .postcard .postcard-base .bar-b {bottom:0px; background-image:url(../images/bottom-bar.png);}
#a-contact .postcard .postcard-base .bar-l {left:0px; background-image:url(../images/left-bar.png);}
#a-contact .postcard .postcard-base .bar-r {right:0px; background-image:url(../images/right-bar.png);}
.retina #a-contact .postcard .postcard-base .edge-tl {background-image:url(../images/top-left@2x.png);}
.retina #a-contact .postcard .postcard-base .edge-tr {background-image:url(../images/top-right@2x.png);}
.retina #a-contact .postcard .postcard-base .edge-bl {background-image:url(../images/bottom-left@2x.png);}
.retina #a-contact .postcard .postcard-base .edge-br {background-image:url(../images/bottom-right@2x.png);}
.retina #a-contact .postcard .postcard-base .bar-t {background-image:url(../images/top-bar@2x.png);}
.retina #a-contact .postcard .postcard-base .bar-b {background-image:url(../images/bottom-bar@2x.png);}
.retina #a-contact .postcard .postcard-base .bar-l {background-image:url(../images/left-bar@2x.png);}
.retina #a-contact .postcard .postcard-base .bar-r {background-image:url(../images/right-bar@2x.png);}

#a-contact .postcard .postcard-content-display {position:relative; width:100%;background:none;}
#a-contact .postcard .postcard-content {position:relative; padding:5%;}
#a-contact .postcard .postcard-regions {position:relative; width:100%;}

.mobile #a-contact .postcard .postcard-content {padding:30px;}

#a-contact .postcard .postcard-regions .separator {position:absolute; top:5px; left:305px; width:7px; height:366px; background-size:7px 277px; background-repeat:repeat-y; background-image:url(../images/separator.png);}
.retina #a-contact .postcard .postcard-regions .separator {background-image:url(../images/separator@2x.png);}

#a-contact .postcard .postcard-regions .info-region {position:relative; padding:21px 10px; width:95%; float:left;}
#a-contact .postcard .postcard-regions .form-region {position:relative; padding-top:10px; padding-right:5px;padding-left:10px;}
#a-contact .postcard .p-title {position:relative;font-size:3em; font-family:'AdamDrawn', Arial, Helvetica, sans-serif; text-transform:uppercase; font-weight:normal; color:#FFF; line-height:1em; padding-top:5px;}
#a-contact .postcard .p-info {position:relative; font-size:0.94em; color:#f9f9f9; text-transform:none;}
#a-contact .postcard p {padding-bottom:10px;}
#a-contact .postcard a {color:#FFF; font-weight:bold; text-decoration:none; display:inline-block;}
#a-contact .postcard a:hover {text-decoration:underline;}
#a-contact .postcard .stamp {position:absolute; top:40px; right:40px; width:73px; height:86px; margin:10px; background-size:73px 86px; background-repeat:no-repeat; background-image:url(../images/stamp.png);}

 .send-btn {position:relative; top:0; left:0; display:inline-block; zoom:1; min-height:1%; width:120px!important; height:44px; overflow:hidden; border:2px solid #fff; background: transparent;  color:#fff;}
 .send-btn .snd-btn {position:absolute; top:0; left:0; width:106px; height:89px; background-size:106px 89px; background-repeat:no-repeat; background-image:url(../images/send.png);}
 .send-btn .snd-btn {background-image:url(../images/send@2x.png);}

#a-contact .sendanother-btn {position:relative; top:0; left:0; display:inline-block; width:153px; height:44px; overflow:hidden;}
.snd-btn {position:absolute; top:0; left:0; width:153px; height:89px; background-size:153px 89px; background-repeat:no-repeat; background-image:url(../images/send-another.png);}
.snd-btn {background-image:url(../images/send-another@2x.png);}
#a-contact .postcard .postcard-regions .form-region .fm-m-right {margin-right:132px;}

.info-region h2{
    color:#fff;
    font-size: 39px;
    margin-bottom: 18px;
}
.info-region p{
    color:#fff;
    font-family: "Lato",Arial,sans-serif;
    font-size: 14px;
}


.slider {
  position: relative;
  overflow: hidden;
  margin: 1px auto 0 auto;
  border-radius: 4px;

}

.slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}

.slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 380px;
  height: 290px;
  background: #ccc;
 text-align: center; 
  line-height: 300px;
}



a.control_prev, a.control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
  border-radius: 0 2px 2px 0;
}

a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}
.menuPro {
    float: left;
    height: 270px;
    margin-top: 40px;
    padding: 10px;
    text-align: center;
    transition: all 2s linear 0s;
    width: 100%;
	
}
.social ul li {
	display:inline!important;
	float:none;
		
		} 
.social li img:hover{
		transform:scale(1.1);
		-webkit-transform:scale(1.1);
		
		} 
.topnav {
  overflow: hidden;
  float:right;
  text-align:right;

}
.topnav a {
  float: left;
  display: block;
  color: #fff;
  text-align: center;
  padding: 0px 5px;
  text-decoration: none;
  font-family: "Cabin Sketch",cursive;
    font-size: 16px;

}

.topnav a:hover {
 /* background-color: #ddd; */
  color: #ec7063;
}

.topnav .icon {
  display: none;
  color:#fff;
}

@media screen and (max-width: 600px) {
  .topnav a {
  display: none;
  } 
  .topnav a.icon {
    float: right;
    display: block;
	color:#fff;
	top:8px;
	
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: .0;
	color:#fff;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
	top:30px;
	color:#555;
	background:#fff;
	width:100%;
  }
  .hs_comment_textarea{
   
    width:92%;

}
.slider ul li { 
  width: 310px;
  height: 290px;
}
}