@font-face {
    font-family: 'ralewayregular';
    src: url('../fonts/raleway-regular-webfont.eot');
    src: url('../fonts/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway-regular-webfont.woff2') format('woff2'), url('../fonts/raleway-regular-webfont.woff') format('woff'), url('../fonts/raleway-regular-webfont.ttf') format('truetype'), url('../fonts/raleway-regular-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewayextrabold';
    src: url('../fonts/raleway-extrabold-webfont.eot');
    src: url('../fonts/raleway-extrabold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway-extrabold-webfont.woff2') format('woff2'), url('../fonts/raleway-extrabold-webfont.woff') format('woff'), url('../fonts/raleway-extrabold-webfont.ttf') format('truetype'), url('../fonts/raleway-extrabold-webfont.svg#ralewayextrabold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewayextralight';
    src: url('../fonts/raleway-extralight-webfont.eot');
    src: url('../fonts/raleway-extralight-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway-extralight-webfont.woff2') format('woff2'), url('../fonts/raleway-extralight-webfont.woff') format('woff'), url('../fonts/raleway-extralight-webfont.ttf') format('truetype'), url('../fonts/raleway-extralight-webfont.svg#ralewayextralight') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

body {
    font: normal 13px 'ralewayregular';
    color: #1d1d1f;
    background: #fff;
    line-height: 26px;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
    outline: none;
}

ul {
    padding: 0;
}

li {
    list-style-type: none;
}

img {
    border: none;
}

h1 {
    font: normal 40px 'ralewayextrabold';
    color: #1d1d1f;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    margin: 0 0 60px 0;
}

h1 span {
    font-size: 18px;
    /*background:url(../images/line.png) no-repeat 0 bottom;*/
    text-decoration: underline;
    padding: 0 49px 0 0;
    position: absolute;
    line-height: 1.6;
    top: 13%;
    left: 40%;
    margin-bottom: 15px;
}

h2 {
    font: normal 22px 'ralewayextrabold';
    color: #1d1d1f;
    margin: 0px 0 20px 0;
}

.topCont {
    background: url(../images/custom/b1.jpg) no-repeat center center;
    min-height: 800px;
    background-size: 100%;
    background-position: 0 0;
    position: relative;
}

.topCont.es {
    background: url(../images/custom/b1es.jpg) no-repeat center center;
    background-size: 100%;
    background-position: 0 0;
}

.topCont.en {
    background: url(../images/custom/b1en.jpg) no-repeat center center;
    background-size: 100%;
    background-position: 0 0;
}

.topCont1 {
    background: url(../images/top_bg1.png) no-repeat center center;
    min-height: 1100px;
    background-size: cover;
    position: relative;
}

.topInfo {
    position: absolute;
    bottom: 40%;
    color: #1d1d1f;
}

.topInfo p {
    font: normal 80px 'ralewayextralight';
    line-height: 0.8;
}

.topInfo p span {
    font: normal 75px 'ralewayextrabold';
    line-height: 1;
}

.topInfo a {
    font: normal 20px 'ralewayextrabold';
    color: #1d1d1f;
    background: url(../images/link.png) no-repeat 24px 34px;
    padding: 0 2px 27px 0;
}

.topInfo a:hover {
    color: #e29e29;
}

.topInfo2 {
    text-align: center;
    position: absolute;
    top: 30%;
    color: #5D6465;
}

.topInfo2 h2 {
    font: normal 50px 'ralewayextrabold';
    color: #1d1d1f;
    text-transform: uppercase;
}

.topInfo2 span.month {
    font: normal 15px 'ralewayextrabold';
    color: #1d1d1f;
    background: url(../images/link.png) no-repeat 0 27px;
    padding: 0 9px 25px 0;
}

.topInfo2 img.prev {
    position: absolute;
    left: 0;
}

.topInfo2 img.next {
    position: absolute;
    right: 8%;
}

.title {
    float: left;
}

.header-content {
    margin: 44px 0 0 0;
}

.aboutme {
    margin: 50px 0 0 0;
}

.aboutme p {
    font-size: 13px;
    margin: 20px 0;
    font-family: 'raleway';
    font-weight: 600;
}

.ico-name {
    font-size: 14px;
    font-family: 'ralewayextrabold';
    margin: 20px 0;
    letter-spacing: 1.5px;
}

.aboutInner {
    padding: 0 0 0 15%;
    margin-bottom: 30px;
}

.margin-left {
    margin-left: -30px;
}

.hello {
    margin: 30px 0;
}

.boldtxt {
    text-align: right;
    font: normal 24px 'ralewayextrabold' !important;
    color: #1d1d1f;
}

.lighttxt {
    text-align: left;
    font: normal 14px 'ralewayregular' !important;
    line-height: 2 !important;
    color: #5D6465;
}

.aboutInner a {
    color: #e29e29;
    padding: 8px 53px;
    letter-spacing: 1.5px;
    font-weight: 600;
    -webkit-transition: background-color .1s linear, color .1s linear;
    transition: background-color .1s linear, color .1s linear;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 15px;
}

.aboutInner a:hover {
    background: #e29e29;
    color: #fff;
}

.work {
    background: #f3f3f3;
}

.work h1 {
    margin-bottom: 60px;
}

.work h1 span {
    left: 43%;
}

.work p {
    font: normal 15px 'ralewayregular';
    color: #5D6465;
}

.work h2 {
    font: normal 23px 'ralewayextrabold';
    color: #1d1d1f;
    margin: 15px 0 0 0;
    background: url(../images/link.png) no-repeat right 34px;
    padding: 0 0 23px 0;
}

.work h2:hover {
    background: url(../images/link-2.png) no-repeat right 34px;
}

.work ul.first {
    margin: 325px 0 0 0;
}

.work li {
    position: relative;
    margin-bottom: 100px;
}

.work li:hover img {
    -webkit-box-shadow: 18px -18px 0px 4px rgba(226, 158, 41, 1);
    -moz-box-shadow: 18px -18px 0px 4px rgba(226, 158, 41, 1);
    box-shadow: 18px -18px 0px 4px rgba(226, 158, 41, 1);
}

.info1 {
    position: absolute;
    left: -30%;
    top: 35%;
}

.info2 {
    position: absolute;
    right: -5%;
    top: 35%;
}

.info2 h2 {
    background: url(../images/link-1.png) no-repeat left 34px;
    padding: 0 0 23px 0;
}

.info2 h2:hover {
    background: url(../images/link-3.png) no-repeat left 34px;
}

.work a.loadmore {
    color: #e29e29;
    padding: 10px 100px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 15px;
}

.work a.loadmore:hover {
    background: #e29e29;
    border: solid 1px #e29e29;
    color: #fff;
}

.work2 {
    background: #f3f3f3;
    text-align: center;
}

.work2 h1 span {
    left: 43%;
}

.work2 img {
    margin: 0 auto;
}

.work2 img:hover {
    -webkit-box-shadow: 18px -18px 0px 4px rgba(226, 158, 41, 1);
    -moz-box-shadow: 18px -18px 0px 4px rgba(226, 158, 41, 1);
    box-shadow: 18px -18px 0px 4px rgba(226, 158, 41, 1);
}

.work2 p {
    font: normal 15px 'ralewayextralight';
    color: #5D6465;
}

.work2 h2 {
    font: normal 22px 'ralewayextrabold';
    color: #1d1d1f;
    margin: 15px 0 30px 0;
}

.work2 a:hover h2 {
    color: #e29e29;
}

.work2 a.loadmore {
    color: #e29e29;
    padding: 13px 110px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.work2 a.loadmore:hover {
    background: #e29e29;
    border: solid 1px #e29e29;
    color: #fff;
}

.blog {
    margin: 110px 0 0 0;
}

.innerBlog p {
    color: #5D6465;
    line-height: 23px;
    font-size: 14px;
}

.innerBlog span {
    font: normal 13px 'ralewayextrabold';
    color: #1d1d1f;
    background: url(../images/link.png) no-repeat 12px 24px;
    padding: 0 29px 25px 0;
}

.innerBlog li {
    margin-bottom: 70px;
}

.innerBlog li h2 a {
    color: #1d1d1f;
}

.innerBlog li h2 a:hover {
    color: #e29e29;
}

.latestBlog {
    min-height: 482px;
    text-align: center;
    background: url(../images/latestblog.jpg) no-repeat center center;
    padding: 137px 0 0 0;
    background-size: cover;
}

.latestBlog p {
    color: #5D6465;
}

.latestBlog h2 {
    font: normal 36px 'ralewayextrabold';
    color: #1d1d1f;
    margin: 15px 0 30px 0;
}

.latestBlog a {
    font: normal 14px 'ralewayregular';
    color: #1d1d1f;
}

.latestBlog a:hover {
    color: #e29e29;
}

.profile {
    background: #f3f3f3;
    color: #5D6465;
    text-align: center;
    position: relative;
}

.profile p {
    font-size: 14px;
    margin-bottom: 60px;
    line-height: 2;
}

.profile a {
    color: #e29e29;
    padding: 10px 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 20px 0 0;
    letter-spacing: 1.5px;
    font-size: 14px;
}

.profile a:hover {
    background: #e29e29;
    border: solid 1px #e29e29;
    color: #fff;
}

.profile1 {
    background: #f3f3f3;
    color: #5D6465;
    text-align: center;
    position: relative;
}

.profile1 p {
    font-size: 15px;
    margin-bottom: 30px;
}

.profile1 li {
    margin-bottom: 40px;
}

.profile1 a {
    color: #e29e29;
    padding: 10px 80px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.profile1 a:hover {
    background: #e29e29;
    border: solid 1px #e29e29;
    color: #fff;
}

.profileInner {
    margin: 83px 0 0 0;
    text-align: left !important;
}

.profileInner h2 {
    margin: 10px 0 20px 0;
}

.profileInner p.heading {
    font: bold 14px 'ralewayextrabold';
    color: #1d1d1f;
    margin: 0 0 7px 0;
    letter-spacing: 1.5px;
    line-height: 1.8;
}

.profileInner p.heading2 {
    font: bold 15px 'ralewayregular';
    color: #1d1d1f;
    margin: 0;
}

.profile1 .profileInner {
    text-align: center !important;
}

.profile1 .profileInner img {
    margin: 0 auto;
}

.lowerImg {
    position: absolute;
    bottom: -13%;
}

.workflow {
    margin: 110px 0 0 0;
}

.flowBox {
    float: left;
    width: 100%;
}

.flowBox p {
    color: #5D6465;
    line-height: 26px;
    font-size: 14px;
}

.flowLeft {
    float: left;
    width: 900px;
    margin: 0 0 0 83px;
}

.flowLeft_Info {
    text-align: right;
    float: left;
    width: 40%;
    margin-left: -8%;
}

.flowLeft_Info span {
    font: bold 26px 'Simple-Line-Icons';
    color: #e29e29;
}

.flowLeft_Img {
    float: right;
    text-align: right;
    width: 40%;
    margin-top: -32px;
    margin-right: 120px;
}

.workflowLine {
    margin-bottom: 50px;
}

.workflowLine img {
    margin: 0 auto;
}

.flowRight {
    float: right;
    width: 800px;
    margin: 0 24px 0 0;
}

.flowRight_Info {
    text-align: left;
    float: right;
    width: 40%;
    margin-right: 3%;
}

.flowRight_Info span {
    font: bold 26px 'Simple-Line-Icons';
    color: #e29e29;
}

.flowRight_Img {
    float: left;
    text-align: left;
    width: 40%;
    transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    margin-top: -33px;
    margin-bottom: 23px;
}

.smlflowBox {
    margin-bottom: 45px;
}

.smlflowBox img {
    margin: 0 auto;
}

.smlflowBox img:hover {
    -webkit-box-shadow: 14px -10px 0px 0px rgba(226, 158, 41, 1);
    -moz-box-shadow: 14px -10px 0px 0px rgba(226, 158, 41, 1);
    box-shadow: 14px -10px 0px 0px rgba(226, 158, 41, 1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.smlwrkLeft {
    text-align: right;
}

.smlwrkLeft span {
    font: bold 26px 'Simple-Line-Icons';
    color: #e29e29;
}

.smlwrkRight {
    text-align: left
}

.smlwrkRight span {
    font: bold 26px 'Simple-Line-Icons';
    color: #e29e29;
}

.contact {
    background: #EDEDED;
    color: #5D6465;
    text-align: center;
}

.contact h2 {
    font-size: 30px;
}

.contact ul {
    padding: 0 0 0 39%;
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.contact li {
    float: left;
    margin: 0 25px 0 0;
}

.contact li a {
    width: 38px;
    height: 38px;
    display: block;
}

.contact li a.social1 {
    background: url(../images/social-1.jpg) no-repeat;
}

.contact li a.social2 {
    background: url(../images/social-2.jpg) no-repeat;
}

.contact li a.social3 {
    background: url(../images/social-3.jpg) no-repeat;
}

.contact li a.social4 {
    background: url(../images/social-4.jpg) no-repeat;
}

.contact hr {
    border-color: #000;
    width: 5%;
}

.blogDtls {
    margin: 100px 0 0 0;
    color: #5D6465;
    line-height: 1.7;
    font-size: 14px;
}

.blogDtls p.quote {
    margin: 30px 0;
    border-left: solid 1px #f3f3f3;
    padding: 0 0 0 30px;
}

.blogDtls p.quote span {
    color: #e29e29;
    font-size: 28px;
}

.blogDtls img {
    margin: 30px 0;
}

.blogDtls ul {
    padding: 0 0 0 30px;
    margin: 30px 0;
}

.blogDtls ul li {
    margin-bottom: 22px;
    background: url(../images/blogIcon.jpg) no-repeat 0 2px;
    padding: 0 0 0 29px;
}

.blogDtls p.recomend {
    margin: 20px 0 0 0;
    background: url(../images/recomend.jpg) no-repeat 0 3px;
    padding: 0 0 0 29px;
}

.blogDtls p.recomend span {
    color: #e29e29;
}

.blogDtls ul.tips {
    padding: 0;
    margin: 30px 0 0 0;
    position: relative;
}

.blogDtls ul.tips li {
    float: left;
    margin: 0 40px 0 0;
    background: none;
    padding: 0;
}

.blogDtls ul.tips li a {
    display: block;
}

.blogDtls ul.tips li a.tip1 {
    width: 11px;
    height: 14px;
    background: url(../images/tip-1.jpg) no-repeat;
}

.blogDtls ul.tips li a.tip2 {
    width: 11px;
    height: 14px;
    background: url(../images/tip-2.jpg) no-repeat;
}

.blogDtls ul.tips li .tipsInner {
    padding: 15px 36px 15px 15px;
    background: url(../images/tipBg.png) no-repeat;
    position: absolute;
    top: -90px;
    left: 34px;
    display: none;
    z-index: 2147483647;
}

.blogDtls ul.tips li .tipsInner ul {
    padding: 0 !important;
    margin: 0 !important;
}

.blogDtls ul.tips li .tipsInner li {
    float: none !important;
    margin: 0 0 15px 0 !important;
}

.blogDtls ul.tips li .tipsInner li a {
    color: #5D6465;
    display: block;
}

.blogDtls ul.tips li .tipsInner li a.facebook {
    background: url(../images/facebook.jpg) no-repeat;
    padding: 0 0 0 20px;
}

.blogDtls ul.tips li .tipsInner li a.twitter {
    background: url(../images/twitter.jpg) no-repeat 0 3px;
    padding: 0 0 0 20px;
}

.blogDtls ul.tips li:hover .tipsInner {
    display: block;
}

.follow {
    background: #f3f3f3;
    text-align: center;
    color: #5D6465;
}

.follow img {
    margin: 0 auto;
}

.follow p {
    margin: 20px 0;
}

.follow ul {
    padding: 0 0 0 39%;
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.follow li {
    float: left;
    margin: 0 25px 0 0;
}

.follow li a {
    width: 38px;
    height: 38px;
    display: block;
}

.follow li a.social1 {
    background: url(../images/social-1.jpg) no-repeat;
}

.follow li a.social2 {
    background: url(../images/social-2.jpg) no-repeat;
}

.follow li a.social3 {
    background: url(../images/social-3.jpg) no-repeat;
}

.follow li a.social4 {
    background: url(../images/social-4.jpg) no-repeat;
}

.comment {
    margin: 80px 0 0 0;
}

.comment h2 {
    text-align: center;
}

.comment hr {
    border-color: #000;
    width: 5%;
    text-align: center;
}

.comment img {
    margin: 0 auto 20px auto;
}

.comment p {
    color: #5D6465;
    line-height: 19px;
    margin: 0 0 25px 0;
}

.comment span {
    font: bold 13px 'ralewayextrabold';
    color: #1d1d1f;
    margin-bottom: 5px;
    width: 100%;
    float: left;
    letter-spacing: 2px;
}

.writeComment {
    text-align: center;
    margin: 50px 0 0 0;
}

.writeComment a {
    color: #5D6465;
    background: #fff;
    border: solid 1px#5D6465;
    padding: 13px 131px;
}

.writeComment a span {
    font: normal 18px 'Simple-Line-Icons';
    color: #1d1d1f;
    float: none !important;
    width: auto !important;
}

.newsletter {
    margin: 80px 0 30px 0;
}

.flip-container {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -ms-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
}

.flip-container:hover .back,
.flip-container.hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.flip-container:hover .front,
.flip-container.hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flip-container,
.front,
.back {
    width: 320px;
    height: 50px;
}

.flipper {
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 0.6s;
    -moz-transition: 0.6s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}

.front,
.back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;
    -ms-transition: 0.6s;
    -ms-transform-style: preserve-3d;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: absolute;
    top: 0;
    left: 0;
}

.front {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
}

.back {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.back p {
    font: bold 15px 'ralewayregular';
    color: #1d1d1f;
}

.back span {
    color: #5D6465;
}

.portfolio {
    background: #f3f3f3;
    text-align: center;
}

.portfolio a {
    font: normal 32px 'Simple-Line-Icons';
    color: #1d1d1f;
}

.portfolio h2 {
    font: normal 53px 'ralewayextrabold';
    color: #1d1d1f;
    margin: 10px 0 5px 0;
    text-transform: uppercase;
}

.portfolio p {
    color: #5D6465;
    line-height: 24px;
}

.type {
    margin-bottom: 74px;
}

.portfolio h3 {
    font: normal 20px 'ralewayextrabold';
    color: #1d1d1f;
    margin: 42px 0 3px 0;
}

.portfolio hr {
    border-color: #000;
    width: 5%;
}

.portfolio ul {
    margin: 78px 0 0 0;
}

.portfolio li {
    float: left;
    margin: 0 115px 0 0;
    padding: 0 50px 0 0;
    border-right: solid 1px #e6e6e6;
}

.portfolio li p {
    font: bold 14px 'ralewayregular';
    color: #1d1d1f;
}

.portfolio li span {
    color: #5D6465;
}

.portfolio li span a {
    color: #e29e29;
    font: normal 13px 'ralewayregular';
}

.prtflioDtls {
    margin: 90px 0 0 0;
}

.prtflioDtls img {
    margin: 0 auto 30px auto;
}

.scrolltop {
    text-align: center;
    margin: 20px 0;
}

.scrolltop a {
    font: normal 32px 'Simple-Line-Icons';
    color: #1d1d1f;
}

.progress-bar {
    -webkit-transition: width 1.5s ease-in-out;
    -moz-transition: width 1.5s ease-in-out;
    -o-transition: width 1.5s ease-in-out;
    transition: width 1.5s ease-in-out;
    box-shadow: none;
}

.skills-progress h6 {
    font: bold 14px 'ralewayregular';
    color: #333;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.progress-solid.meter {
    height: 2px;
    position: relative;
    background: #cdddde;
    margin-bottom: 30px;
}

.meter .progress-bar {
    display: block;
    height: 2px;
    position: relative;
    overflow: hidden;
    background-color: #e29e29;
}

.skills-progress h6 span {
    float: right;
    color: #333;
    color: #5D6465;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-weight: normal;
}

.row.mt-minus-30 {
    margin-top: -30px;
}

svg.bigTriangleup {
    pointer-events: none;
    margin: 0 0 -9px 0;
}

.bigTriangleup path {
    fill: #EDEDED;
    stroke: #EDEDED;
    stroke-width: 2;
}

svg.bigTriangledown {
    pointer-events: none;
}

.bigTriangledown path {
    fill: #EDEDED;
    stroke: #EDEDED;
    stroke-width: 2;
}

.workCont {
    margin-top: 100px;
}

.contactCont {
    margin-top: 200px;
}

.portfolioCont {
    margin-bottom: 100px;
}

.followCont {
    margin-top: 80px;
}

svg.rhombus {
    pointer-events: none;
    margin: 0 0 -9px 0;
}

.rhombus path {
    fill: #f3f3f3;
    stroke: #f3f3f3;
    stroke-width: 2;
}

svg.rhombus2 {
    pointer-events: none;
    margin: -11px 0 0 0;
}

.rhombus2 path {
    fill: #f3f3f3;
    stroke: #f3f3f3;
    stroke-width: 2;
}

@-webkit-keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

@keyframes hvr-ripple-out {
    100% {}
}

.hvr-ripple-out {
    display: inline-block;
    -webkit-transition: background-color .1s linear, color .1s linear;
    transition: background-color .1s linear, color .1s linear;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.hvr-ripple-out:before {
    content: '';
    position: absolute;
    border: #e29e29 solid 1px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.hvr-ripple-out:hover:before,
.hvr-ripple-out:focus:before,
.hvr-ripple-out:active:before {
    -webkit-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

@-webkit-keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }
    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

@keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }
    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

.hvr-buzz-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.hvr-buzz-out:hover,
.hvr-buzz-out:focus,
.hvr-buzz-out:active {
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@-webkit-keyframes hvr-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@keyframes hvr-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@-webkit-keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

.hvr-bob {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.hvr-bob:hover,
.hvr-bob:focus,
.hvr-bob:active {
    -webkit-animation-name: hvr-bob-float, hvr-bob;
    animation-name: hvr-bob-float, hvr-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}

@-webkit-keyframes hvr-pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes hvr-pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.hvr-pulse-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.hvr-pulse-grow:hover,
.hvr-pulse-grow:focus,
.hvr-pulse-grow:active {
    -webkit-animation-name: hvr-pulse-grow;
    animation-name: hvr-pulse-grow;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

@media screen and (max-width: 1680px) {
    .topCont {
        min-height: 1000px;
    }
}

@media screen and (max-width: 1281px) {
    .topCont {
        min-height: 785px;
    }
    .portfolio li {
        margin: 0 99px 0 0;
    }
}

@media screen and (max-width: 991px) {
    .aboutInner {
        padding: 0;
    }
    .contact ul,
    .follow ul {
        padding: 0 0 0 20%;
    }
    .blogDtls ul.tips {
        float: left;
    }
    .writeComment a {
        padding: 13px 22px;
    }
    .portfolio li {
        margin: 0 29px 0 0;
    }
}

@media screen and (max-width: 767px) {
    .portfolio {
        background: #f3f3f3;
    }
    .portfolio ul {
        margin: 40px 0 0 0;
    }
    .portfolio li {
        margin: 0 0 40px 0;
        float: none;
        padding: 0;
    }
}

@media screen and (max-width: 460px) {
    .topCont {
        background: url(../images/custom/img37.png) no-repeat center center;
        background-size: cover;
        position: relative;
    }
}

.imgHorario {
    position: absolute;
    top: 900px;
    left: 10%;
}

.row .col {
    display: inline-block;
}

input[type='text'],
input[type='email'],
input[type='phone'] {
    border-radius: 4px;
    border: none;
    background-color: white;
    color: #CCC;
    font-weight: 600;
    height: 42px;
    box-sizing: border-box;
    padding: 0px 0px 0px 10px;
    line-height: 42px;
    font-size: 16px;
    width: 234px;
}

input[type='submit'] {
    font-weight: 600;
    height: 42px;
    box-sizing: border-box;
    padding: 0px 0px 0px 10px;
    line-height: 42px;
    font-size: 16px;
    border-radius: 4px;
    border: none;
    background-color: #F58220;
    color: white;
    width: 204px;
}

.contactRow1 {
    margin-top: -135px;
}

.contactRow1 p {
    width: 500px;
    text-align: left;
}

.contactRow1 h3 {
    text-align: left;
    text-decoration: underline;
    font-weight: 700;
    font-size: 18px;
    font-family: ralewayextrabold;
    color: black;
}

.contactRow1 h4 {
    text-align: left;
    font-weight: 700;
    font-size: 24px;
    font-family: ralewayextrabold;
    color: black;
}

.vAlignBottom {
    vertical-align: bottom;
}

.container {
    position: relative;
}

.m-l-20 {
    margin-left: 20px;
}

.m-b-40 {
    margin-bottom: 40px;
}

.m-t-40 {
    margin-top: 40px;
}

.creditLegal {
    width: 140px;
}

.creditLegal>a {
    font-size: 14px;
    color: #727272;
    text-decoration: underline;
}

.copyright {
    width: calc(100% - 297px);
    text-align: center;
    font-size: 16px;
}

.logoFooter {
    width: 150px;
}

.mapCol>span {
    display: block;
}

.mapCol a {
    color: #F58220;
    font-weight: bold;
    text-decoration: underline;
}

.mapCol {
    width: 250px;
    vertical-align: top;
}

.contactInfoCol {
    width: calc(100% - 537px);
    vertical-align: top;
    padding: 0px 13%;
}

.bannerCol {
    border-left: 1px solid #CCC;
    padding-left: 30px;
    text-align: center;
    width: 280px;
    vertical-align: top;
}

.bannerCol>p {
    width: 250px;
    font-size: 14px;
    font-style: italic;
    line-height: 20px;
}

.bannerCol>a {
    background-color: #F58220;
    height: 26px;
    width: 121px;
    color: white;
    display: block;
    margin: 0 auto;
    border-radius: 4px;
}

.bold {
    font-weight: bold;
    font-family: ralewayextrabold;
}

.block {
    display: block;
}

.phone,
.mail,
.facebook {
    text-align: left;
    font-size: 20px;
    margin-bottom: 15px;
    color: black;
}

.phone:before {
    content: "\f10b";
    font-family: FontAwesome;
    font-size: 35px;
    float: left;
    height: 54px;
    line-height: 54px;
    width: 50px;
    text-align: center;
}

.mail:before {
    content: "\f003";
    font-family: FontAwesome;
    font-size: 25px;
    float: left;
    height: 26px;
    line-height: 26px;
    width: 50px;
    text-align: center;
}

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

.facebook a {
    color: black;
}

.facebook:before {
    content: "\f082";
    font-family: FontAwesome;
    font-size: 25px;
    float: left;
    height: 27px;
    line-height: 27px;
    width: 50px;
    text-align: center;
}

.welcome p.f-z-24 {
    font-size: 24px !important;
    width: 80%;
}

.welcome p {
    font-size: 16px !important;
    font-family: 'ralewayregular';
}

.table {
    display: table;
}

.tr {
    display: table-row;
}

.welcome .td {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    position: relative;
}

.imageOverlayShadow {
    position: absolute;
    margin-left: -80px;
    box-shadow: -20px 20px 0px 0px silver;
    z-index: 0;
}

.imageOverlay {
    position: absolute;
    margin-left: -80px;
    z-index: 0;
}

.imageAlingRight {
    float: right;
    z-index: 2;
    position: relative;
}

.floatLeftAlignRight {
    float: left;
    text-align: right;
    width: 60%;
}

.floatLeftAlignRight span {
    color: #F4811F;
}

.welcome .col {
    width: 25%;
    box-sizing: border-box;
}

.welcome .col a,
.welcome .col p {
    display: inline-block;
    width: calc(100% - 100px);
    vertical-align: top;
}

.welcome .col:before {
    display: inline-block;
    font-size: 50px;
    height: 92px;
    line-height: 92px;
    width: 70px;
    font-family: FontAwesome;
}

.bus {
    width: 49% !important;
}

.pdf>a {
    margin: 20px 0;
    font-weight: 600;
    font-size: 16px !important;
    /* font-family:'ralewayregular'; */
    color: black;
    text-decoration: underline;
}

.clock:before {
    content: "\f017";
}

.bus:before {
    content: "\f207";
}

.pdf:before {
    content: "\f1c1";
}

.button {
    border-radius: 4px;
    border: 1px solid #F58220;
    color: #F58220;
    font-weight: bold;
    font-size: 20px;
    padding: 8px;
}

@media screen and (min-width: 768px) {
    .button {
        padding: 8px 40px;
    }
}

.button:hover {
    background-color: #F58220;
    color: white;
}

.rowReserve {
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
}

.services h3 {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    font-family: ralewayextrabold;
    margin: 30px 0px;
}

.services ul {
    display: flex;
    justify-content: space-between;
}

.services ul li {
    display: inline-block;
    padding: 70px 0px 0px 0px;
    background-repeat: no-repeat;
    background-position: top center;
    min-width: 80px;
    text-align: center;
}

.minAccess {
    background-image: url(../images/custom/img38.png);
}

.wifi {
    background-image: url(../images/custom/img39.png);
}

.shower {
    background-image: url(../images/custom/img40.png);
}

.vest {
    background-image: url(../images/custom/img41.png);
}

.umbrella {
    background-image: url(../images/custom/img42.png);
}

.soc {
    background-image: url(../images/custom/img43.png);
}

.firstHelp {
    background-image: url(../images/custom/img44.png);
}

.newList>.col {
    display: inline-block;
    vertical-align: top;
    width: 33.3333333%;
    margin: 0px -2px 15px -2px;
}

.row {
    display: block;
}

.col {
    display: inline-block;
}

.table {
    display: table;
}

.tr {
    display: table-row;
}

.td,
.th {
    display: table-cell;
}

.thead {
    display: table-header-group;
}

.tbody {
    display: table-row-group;
}

.th {
    font-weight: bold;
    font-family: ralewayextrabold;
    font-size: 18px;
}

.prices .col {
    width: 49%;
    vertical-align: top;
}

.offersList {
    display: flex;
    justify-content: space-between;
}

.cursive {
    font-style: italic;
    color: #747474;
    font-size: 16px;
    padding: 8px 0px;
    display: block;
}

.prices .table .td:first-child {
    width: 200px;
}

.prices .table .td {
    color: #747474;
    font-size: 16px;
    font-style: italic;
}

.orange {
    color: #F4811F;
    font-style: normal;
}

.backgroundPadded {
    padding-left: 100px;
    background-position: left center;
    background-repeat: no-repeat;
}

.turistas {
    background-image: url(../images/custom/img23.png);
}

.residentes {
    background-image: url(../images/custom/img24.png);
}

.offersList>li {
    display: inline-block;
}

.offersList>li>img {
    box-shadow: -15px 15px 0px 0px #EDEDED;
}

.videosList>li {
    display: inline-block;
    width: 30%;
}

.videosList {
    display: flex;
    justify-content: space-between;
}

.videosList>li>iframe {
    width: 100%;
    box-shadow: -15px 15px 0px 0px #EDEDED;
}

.news,
.galeria {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../images/custom/f2.jpg);
}

.videos h3,
.prices h3,
.news h3,
.instalaciones h3 {
    font-size: 18px;
    font-weight: bold;
    font-family: ralewayextrabold;
    text-decoration: underline;
}

.instalaciones h4 {
    font-size: 24px;
    font-weight: bold;
    font-family: ralewayextrabold;
    width: 600px;
}

.videos h4,
.prices h4 {
    font-size: 24px;
    width: 400px;
    margin-bottom: 15px;
}

.pricesLeft>img {
    width: 80%;
}

.newList .col h4 {
    font-weight: bold;
    font-family: ralewayextrabold;
    font-size: 24px;
}

.newList .col p {
    color: #727272;
    font-size: 16px;
    width: 80%;
}

.newList .col a {
    color: black;
    font-size: 13px;
    font-weight: bold;
    font-family: ralewayextrabold;
    padding-bottom: 5px;
    border-bottom: 1px solid black;
}

.newList .col a:after {
    content: "\f0da";
    font-family: FontAwesome;
    margin-left: 5px;
}

.newList ul,
.tagList {
    margin-top: 10px;
}

.newList ul li,
.tagList li {
    display: inline-block;
    color: #727272;
    font-size: 14px;
    text-decoration: underline;
}

.newList ul li:before,
.tagList li:before {
    content: " / ";
}

.newList ul li:first-child:before,
.tagList li:first-child:before {
    display: none;
}

#blog .header-wrapper {
    position: relative;
}

#blog .main-menu ul.sf-menu>li>a {
    color: black;
    font-weight: bold;
    font-family: ralewayextrabold;
}

#blog .main-menu ul.sf-menu>li {
    line-height: 40px;
}

#blog .new h1 {
    text-transform: none;
    color: black;
    font-weight: bold;
    font-family: ralewayextrabold;
    font-size: 40px;
    text-align: left;
    margin-bottom: 10px;
}

#blog .contactCont {
    margin-top: 200px;
}

.shareList {
    float: right;
}

.shareList>li {
    display: inline-block;
}

#loading {
    text-align: center;
}

#loading>img {
    width: 22%;
}

#modal.active {
    display: block;
}

#modal>img {
    height: 90%;
    max-height: 90%;
    position: relative;
}

#closeModal {
    position: absolute;
    top: 20px;
    right: 544px;
    width: 30px;
    background-color: white;
    display: block;
    line-height: 30px;
    height: 30px;
    text-align: center;
    border-radius: 30px;
    box-shadow: 0px 0px 2px 0px black;
    z-index: 999;
}

#closeModal:before {
    content: "\f00d";
    font-family: FontAwesome;
    font-size: 25px;
    color: black;
}

.llegar {
    font-size: 16px;
}

.llegar ol>li {
    list-style-type: circle !important;
}

.foto {
    background-image: url(../images/custom/camara.png);
}

.taquillas {
    background-image: url(../images/custom/candado.png);
}

.llegar h4 {
    width: auto;
}

@media screen and (min-width: 768px) {
    .llegar h4 {
        font-size: 24px;
        width: 400px;
        margin-bottom: 15px;
    }
}

.llegar h3,
.colegios h3,
.galeria h3 {
    font-size: 18px;
    font-weight: bold;
    font-family: ralewayextrabold;
    text-decoration: underline;
}

.mapa-zoom {
    position: relative;
    width: 50%;
}

#mapa {
    cursor: pointer;
    opacity: 1;
    display: block;
    transition: .5s ease;
    backface-visibility: hidden;
}

.hacer-zoom {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.mapa-zoom:hover #mapa {
    opacity: 0.3;
}

.mapa-zoom:hover .hacer-zoom {
    opacity: 1;
}

.imagen-zoom {
    background-color: rgba(253, 114, 0, 0.5);
    background-image: url('../images/custom/ver.fw.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 300px;
    height: 210px;
    margin-left: 25%;
    cursor: pointer;
}

.imagen-zoom span {
    font-size: 22px;
    color: white;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 25%;
    padding: 20px 0;
}

.zoomMapa {
    display: none;
    position: absolute;
    z-index: 200;
}

.zoomMapa>span {
    position: relative;
    float: right;
    top: 35px;
    right: 15px;
    cursor: pointer;
}

.logoImageb {
    margin-left: 30px;
}

.tit-album {
    font-size: 16px;
    font-family: ralewayextrabold;
    padding: 10px 0;
    margin: 0;
}

.volverTop {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.volverTop a {
    float: right;
    padding: 10px;
}

.galeria {
    margin-top: 80px;
}

/* estilos modal album */

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {
    opacity: 0.7;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1100;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

.pb20 {
    padding-bottom: 20px;
}

.pb20 img {
    cursor: pointer;
    -webkit-box-shadow: -10px 10px 5px -5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -10px 10px 5px -5px rgba(0, 0, 0, 0.2);
    box-shadow: -10px 10px 5px -5px rgba(0, 0, 0, 0.2);
}

.check-cust {
    list-style-image: url('../images/custom/check.png');
    font-size: 16px;
    margin-top: 30px;
    margin-left: 15px;
}

.check-cust li {
    padding: 10px 0;
}

@media screen and (max-width: 970px) {
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        background: rgb(4, 99, 165) !important;
        color: white !important;
    }
    .menu-item {
        width: 100%;
    }
}


#imgPulpoTop {
    width: 100%;
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    #imgPulpoTop {
        /* margin-top: -180px; */
    }
}

@media screen and (max-width: 340px) {
    iframe {
        width: 100% !important;
    }
}


.main-menu ul.sf-menu>li>a {
    color: white !important;
}
#blog ul.sf-menu>li>a{
    color: #000 !important;
}
@media screen and (max-width: 970px) {
    #blog .menu-item{
        color: #fff !important;
    }
}

.buttonTOP {
    border-radius: 4px;
    border: 1px solid #F58220;
    background-color: #F58220;
	color: #FFFFFF;
    font-weight: bold;
    font-size: 20px;
    padding: 8px;
}

@media screen and (min-width: 768px) {
    .buttonTOP {
        padding: 8px 40px;
    }
}

.buttonTOP:hover {
    background-color: #FFFFFF;
	color: #F58220;
}

#crespo-ms {
    height: 100px;
    display: flex;
    top: 15%;
    right: 6.5%;
    color: #000;
    padding: 12px 26px;
    background: #fff;
    width: 282px;
    position: absolute;
    line-height: 1.5;
    display: none;
}
.ver-flex{
	display:flex!important;
}