@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:200,300,400,500,600,700|Open+Sans:300,400,700');

body * {
    max-width: 100%;
    box-sizing: border-box;
}
body, html, tr, td, th, tbody, thead, tfoot, table, form, span, img, input, button, textarea, select, div, iframe, applet, blockquote, abbr, address, big, small, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, caption, h1, h2, h3, h4, h5, h6, p {
    vertical-align: bottom;
}

/************ HEADERS AND FONTS **************/

h1,
h2,
h3,
h4 {
    text-align: center;
    padding: 0;
}
label {
    font-weight: normal;
}
h1 {
        color: #0f0f0f;
        line-height: 54px;
	font-weight: 400;
    	font-style: normal;
        font-size: 44px;
	text-align: center;
        text-transform: uppercase;
}
.bigwhite h1 {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    font-size: 110px;
    line-height: 90px;
    color: #ffc20e;
    text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 2px;
}
.diminutive h1 {
    font-size: 42px;
    line-height: 50px;
    font-weight: 300;
    color: #707a7a;
}
h2 {
    font-weight: 200;
    font-size: 32px;
    line-height: 44px;
    color: #494949;
}
.midwhite h2 {
    color: #fff;
    line-height: 36px;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 2px;
}
h2 .bold {
    color: #fd5000;
    font-weight: 700;
    font-size: 34px;
}
h3 {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.4;
	color: #5c5c5c;
	margin: 0 0 0.85em 0;
	font-weight: 300;
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
}
h3 .bold {
    font-weight: 600;
}
h3 .lower {
   text-transform: none;
}
h4 {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #303434;
    line-height: 36px;
    /*font-size: 13px;*/
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.blue h4 {
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
}
p,
li {
    color: #2e3043;
    font-weight: 200;
    font-style: normal;
    font-size: 18px;
    text-align: left;
    letter-spacing: 1px;
}
li {
    font-family: 'HelveticaNeueETW01-55Rg', sans-serif;
    color: #000;
    font-weight: 200;
    line-height: 24px;
    font-style: normal;
    font-size: 14px;
    text-align: justify;
    margin-left: 17px;
}
p .little {
    font-family: 'Nunito Sans', sans-serif;
    color: #fff;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    text-align: center;
}
p {
    font-family: 'HelveticaNeueETW01-55Rg',sans-serif;
    color: #000;
    font-weight: 200;
    line-height: 24px;
    font-style: normal;
    font-size: 14px;
    text-align: justify;
}
body {
    font-family: 'Nunito Sans', sans-serif;
    width: 100%;
    margin: 0;
    background: #9aa7a7;   /*#7b7d8d url(/public/sites/3513/img-losdelfines/site-bg-light.jpg) fixed;*/
    /*background-size: cover;*/
    font-weight: 300;
}
a {
    color: #7bafdf;
    text-decoration: none;
}
/**********LAYOUT STYLES**********/

#site-wrapper {
    max-width: 100%;
    margin: 0 auto;
    box-shadow: 4px 14px 14px #444;
    background: #efefef;
    /*padding-left: 20px;
  padding-right: 20px;*/
}
#site-wrapper #header-top-wrapper {
    background-color: #fff; /*#383750; #2b2c41;*/
    margin-bottom: 0px;
    padding: 16px 15% 16px;
    /*border-top: 0 solid #fff;*/
   /* -box-shadow: 0px -1px 17px #000;*/
}
#site-wrapper #header-top-wrapper header#top .page-widget-horizontal-navigation {
    display: block;
    width: 100%;
}
#site-wrapper #header-bottom-wrapper {
	position: relative;
	background: url() no-repeat center;
	vertical-align: top;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	z-index: 0;
	background-size: cover;
	display: none;
}
#site-wrapper #header-bottom-wrapper h1 {
    margin: 0;
}
#site-wrapper #header-bottom-wrapper header#bottom {
	padding: 12% 8%;
	width: 100%;
	height: auto;
	text-align: center;
	display: block;
}
#site-wrapper #footer-wrapper footer {
    color: #fff;
    text-transform: none;
    font-size: 12px;
    letter-spacing: 1px;
    background: #720c18;
    text-align: center;
    margin: auto 0 auto;
    padding: 16px 0 20px;
    width: 100%;
    vertical-align: middle;
    line-height: 16px;
    font-weight: 300;
}
#site-wrapper #footer-wrapper footer {
    margin: 0;
}
#site-wrapper #footer-wrapper .footer-box {
    text-align: center;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 100%;
}
#site-wrapper #footer-wrapper .h4 {
    color: #fff;
}
#site-wrapper #content-wrapper .content-box {
    display: table;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 42px;
    width: 1114px;
}
#site-wrapper #content-wrapper .like-box {
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding-left: 118px;
    width: 1114px;
}
#site-wrapper #content-wrapper {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    background: #efefef;
}
#site-wrapper #content-wrapper #content {
    width: 100%;
    text-align: center;
    /*background: url(/public/sites/3101/images/noise.png );*/
}
/*.page-widget {
    text-align: left;
}*/
.page-widget.c {
    text-align: center;
}
.page-widget-share a {
    margin: 0;
}
.white {
    background: #f2f5fa;
}
.page-widget-share,
.bodybox-container,
#site-wrapper #header-top-wrapper header#top {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 0 10px;
}
.bodybox-container {
    max-width: 1200px;
}
.videobox-container {
    width: 720px;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 0 50px;
}
#site-wrapper #header-top-wrapper header#top {
    padding-bottom: 0;
}
/*#site-wrapper #header-top-wrapper header#top img {
max-width: 50%;
}*/

.bodybox.one {
    width: 57%;
    float: left;
}
.bodybox.two {
    width: 34%;
    float: right;
}
.bodybox img {
    width: 100%;
}
.sharebox-container {
    width: 50%;
    float: none;
}
.formbox.one {
    display: inline-block;
    width: 520px;
    vertical-align: top;
    padding: 0 40px;
    margin: 0 30px 40px 0;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
}
.formbox.two {
    display: inline-block;
    width: 520px;
    vertical-align: top;
    padding: 0;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #dcdcdc;
}
.formbox.two img {
    width: 100%;
    max-width: 100%;
}
.formbox.three {
    display: inline-block;
    width: 510px;
    vertical-align: top;
    background-color: #fff;
    margin: 0;
    padding: 4px;
    float: right
    /* second part */
}
.form-container {
    border-radius: 5px;
    width: 100%;
    margin: 0px auto !important;
}
/*.form-container {
    border-radius: 5px;
    width: 100%;
    margin:0px auto !important;
    background: #000;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
}*/
.share-container {
    margin: 0 auto 15px;
    padding: 10px;
    border-radius: 0;
    /*background: #f5f5f5;*/
    max-width: 600px;
    /* border: 1px solid #dcdcdc; */
    width: 100%;
    /*color: #fff !important;*/
}
#header-bottom-wrapper {
    position: relative;
}
.facebook-share-overlay-popup,
.share-overlay-popup {
    border-radius: 15px;
    box-shadow: 0px 0px 0px 0px #fff;
    width: 72px;
}
.footerlinks {
    display: inline-block;
    text-transform: none;
    color: #fff;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    text-align: left;
}
.headerdiv {
    text-align: center;
    vertical-align: middle;
    /*max-width: 1920px;
	height: 157px;*/
}
.leftdiv {
    width: 50%;
    float: left;
    text-align: left;
    height: 100%;
}
.rightdiv {
    width: 50%;
    float: right;
    text-align: right;
    height: 100%;
    padding-top: 50px;
    padding-right: 20px;
}
.bodybox.three {
    width: 66%;
    float: none;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    text-align: justify;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.bodybox.three li {
    margin-bottom: 16px;
    margin-left: 24px;
}
.text-container p {
    font-family: inherit;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 1.42857rem;
}
.grey-box {
    border-top: 1px solid #555454;
    margin-bottom: 20px;
    margin-top: 20px;
    border-bottom: 1px solid #555454;
    padding: 30px 0 30px;
    list-style-type: none;
    background: #000000;
    padding-bottom: 20px;
    text-align: center;
    /*background: #262626;
    height: 100%;
    padding: 20px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #3f3f3f;
    margin-top: -10px;*/
}
.greytext {
    /*width: 260px;
    text-align: left;*/
    
    margin: 0 auto;
    /*background-color: #262626;
    padding: 20px 20px 5px;
    border-radius: 10px;
    color: #bfbfbf;*/
}
.greytext p {
    color: #bfbfbf;
}
.bluebox {
    background-color: #303434;
    width: 100%;
    padding: 10px;
    border-radius: 3px 3px 0 0;
}
.bluebox h2 {
    font-size: 30px;
    line-height: 36px;
}
.lightbluebox {
    /* background-color: #f5f5f5; */
    width: 100%;
    padding: 0px 36px 30px;
}
/*.lightbluebox {
    background-color: #f5f5f5;
    width: 100%;
    padding: 10px 36px 30px;
}*/
.sharingbox {
    width: 100%;
    padding: 10px 2% 30px;
}

.bluebox-big {
    background-color: #0174ba;
    width: 100%;
    padding: 20px 10px;
    border-radius: 0;
}
.bluebox-big h2 {
    color: #fff;
}
.whitebox-big h3 {
    color: #303434;
}
#share-email-legal-description * {
    display: block;
    float: left;
}
#share-email-legal-description input {
    margin-top: 4px;
}
.facelike {
    max-width: 1114px;
    margin: 0 auto;
    padding-left: 7.5%;
}
.page-widget-facebook-like {
    display: none;
}
.s30 {
    clear: both;
    height: 0;
    display: none;
}
.left-pics img {
    max-width: 100%;
    width: 100%;
}
td,
th,
ol,
ul,
li {
    /*font-family: inherit;
    font-size: 14px;*/
    
    line-height: 36px;
}
.card {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}
.shadow {
    box-shadow: 4px 24px 39px #000;
}
.list-container-right {
    display: inline-block;
    width: 47.5%;
    vertical-align: top;
    padding: 0 80px 0 40px;
    margin: 20px 0 40px 15px;
    border-radius: 0;
    /* background: #fff; */
}
.list-container-left {
    display: inline-block;
    width: 47.5%;
    vertical-align: top;
    padding: 0 40px 0 80px;
    margin: 20px 15px 40px 0;
    border-radius: 0;
    /* background: #fff; */
}

/*****************************  SHARING ICONS  **********************************/

/*.sharing-icons {
display: flex;
flex-flow: row nowrap; align-items: center;
margin: 0 auto;
justify-content:  space-between ; max-width:  376px ;
}
.sharing-medium {
    padding-left: 9px;
    padding-right: 9px;
}
.share-container {
    margin: 0 auto 15px;
    padding: 10px;
    border-radius: 10px;
    background: #275161;
    max-width: 600px;
    width: 100%;
    color: #fff !important;
}
.share-allicons {
    width: 100%;
    max-width: 800px;
    max-height: 100px;
    margin: 0 auto 50px;
    text-align: center;
}
.share-icons-original {
    float: right;
    display: inline-block;
    margin-top: -78px;
}
.share-icons-appless {
    float: none;
    display: inline-block;
}
.page-widget-share a img {
    width: 100%;
    height: auto;
    max-width: 72px;
}
*/

/*****************************  SHARING ICONS - TEST  **********************************/

/*.sharing-icons {
display: flex;
flex-flow: row nowrap; 
align-items: center;
margin: 0 auto;
justify-content:  space-between ;
max-width:  376px ;
}*/
.sharing-icons {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    align-items: center;
    /* margin-bottom: 16px; */
    justify-content: center;
    max-width: 700px !important;
    margin: 0 auto 16px !important;
}
.sharing-medium { 
padding-left:  9px;
padding-right:  9px; 
}
/*.sharing-medium:first-child {
     padding-left:  0; 
}

.sharing-medium:last-child {
     padding-right:  0; 
}*/

#link-container {
    display: none;
}

.share-container {
    margin: 0 auto 15px;
    padding: 10px;
    border-radius: 10px;
    /*background: #275161;*/
    max-width: 600px;
    width: 100%;
    color: #fff !important;
}

.share-allicons {
    width: 100%;
    max-width: 800px;
    max-height: 100px;
    margin: 0 auto 40px;
    text-align: center;
}

.share-icons-original {
    float: none;
    display: block;
    margin-top: 10px;
}

.share-icons-appless {
    float: none;
    display: inline-block;
}
.sharing-medium {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 1%;
    cursor: pointer;
    max-width: 100px !important;
}
#share {
}
#sharing-inputs {
    display: none;
}

/*****************************  FORM  **********************************/

.page-widget-form {
	margin-bottom: 36px;
	background: #fff;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
	border-color: #efefef;
}
.widget-form-label {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 10px;
    padding: 0;
    color: #5b4f66;
    text-align: left;
}
/*.widget-form-label {
	font-family: 'HelveticaNeueETW01-45Lt', sans-serif;
	font-weight: 100;
	font-size: 15px;
	margin-bottom: 10px;
	padding: 0;
	color: #000;
}*/
.widget-form-input,
.widget-form-table,
select,
.textarea,
.textfield {
    background: #f7f7f7;
    border: 1px solid #c0c0c0;
    border-width: 0;
    border-style: none;
    transform: translateZ(0);
    color: #333;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0;
    text-transform: none;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-radius: 0;
    width: 100%;
}
input[type=radio],
input[type=checkbox] {
    display: block;
    float: left;
    margin: 6px 0 6px;
}
label {
    display: table-cell;
    padding-left: 5px;
    color: #000;
    font-weight: 100;
    font-style: normal;
    font-size: 12px;
    line-height: 23px;
    text-align: left;
}
label.error {
    float: none;
    color: red;
    font-style: normal;
    font-weight: bold;
    padding: 0;
    margin-top: -15px;
    position: absolute;
    font-size: 12px;
}
.radiolabel {
    padding-bottom: 10px;
    color: #818181;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 14px;
}
radiolabel.last {
    padding-bottom: 24px;
}
.btn, .button {
    background-color: #720c18;
    border-color: #720c18;
    border-width: 0;
    border-radius: 4px;
    color: #ffffff;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 14px 76px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) inset;
    width: 300px;
    padding: 0.862em 1.2em 0.862em 1.2em;
}
/*.btn,
.button {
    background-color: #720c18;
    border-color: #720c18;
    border-width: 0;
    border-radius: 4px;
    color: #ffffff;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 14px 76px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) inset;
    width: 200px;
    padding: 0.862em 1.2em 0.862em 1.2em;
}*/

.button-share {
    background-color: #720c18;
    /*border-color: #af5c42;*/
    border-width: 0;
    border-radius: 2px;
    color: #ffffff;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 14px 76px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) inset;
    max-width: 300px;
    line-height: 300%;
    padding: 0.862em 1.2em 0.862em 1.2em;
}

.btn2 {
    background-color: #720c18;
    border-color: #af5c42;
    border-width: 0;
    border-radius: 6px;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 16px 76px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) inset;
}
.btn:hover, .button:hover {
    color: #fff;
    background-color: #720c18;
}
/*.btn:hover,
.button:hover {
    color: rgba(255, 255, 255, 0.7);
}*/
a:hover,
a:focus {
    color: #e41b4d;
    text-decoration: none;
}
.btn-info {
    background-color: #3bb0a8;
    border-color: #5aa09e;
    border-width: 0;
    border-radius: 36px;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 16px 31px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) inset;
    width: 78%;
    margin: 0 auto;
    text-align: center;
}
.page-widget-form p {
    color: #999;
    font-weight: 300;
    font-style: normal;
    font-size: 11px;
    line-height: 14px;
    margin-top: 10px;
}
.paddingbox-container {
padding: 20px 20px;
max-width: 1080px;
width: 100%;
margin: 0 auto;
}
/************** Video ****************/

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.paddingbox-container {
    padding: 20px 0;
    max-width: 960px;
    width: 100%;
    margin: 0 auto; 
    z-index: 150;
}

#link-container .btn {
    display: none;
    min-width: initial;
    float: none;
    margin: 0;
    margin-left: -5px;
    background: #418fff;
    background-position: initial;
    padding: 5px 20px 0;
    width: auto;
    font-size: 14px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: 0;
    height: 34px;
    border-radius: 0 4px 4px 0;
}

/************* RESPONSIVE **************/

@media screen and (max-width: 1300px) {
    .paddingbox-container {
        padding: 15px 20px;
    }
}
@media screen and (max-width: 1130px) {
    #site-wrapper #content-wrapper .like-box {
        padding-left: 9%;
    }
    h1 {
        line-height: 54px;
        font-size: 42px;
    }
    .blue h1 {
        line-height: 40px;
        font-size: 34px;
    }
}
@media screen and (max-width: 1024px) {
    .formbox.one {
        width: 480px;
        margin: 0 auto 20px;
    }
    .formbox.two {
        width: 480px;
        margin-bottom: 20px;
    }
    .left-pics img {
        max-width: 100%;
        width: 100%;
    }
}
@media screen and (max-width: 999px) {
    #site-wrapper #header-bottom-wrapper h1 {
        font-size: 38px;
    }
    /*#center-column-panel {
padding: 0 20px;
}*/
    
    .paddingbox-container {
        padding: 15px 20px;
    }
}

@media screen and (max-width: 975px) {
    .formbox.one, .formbox.two {
	width: 80%;
    }
    .sharebox-container {
	width: 80%;
    }
.list-container-right, .list-container-left {
    width: 80%;
    padding: 0 40px;
    margin: 0 40px;
}
.list-container-right {
    margin: 0 40px 40px;
}

@media screen and (max-width: 938px) {
    #site-wrapper #content-wrapper .like-box {
        display: inherit;
        margin: 0 auto;
        padding-left: 0;
        width: 90%;
        text-align: center;
    }
}
@media screen and (max-width: 739px) {
    .widget-form-input {
        margin-bottom: 5px;
    }
    h2 {
        font-size: 21px;
        margin-top: 0;
        margin-bottom: 0;
    }
    h3 {
        font-size: 16px;
    }
    p,
    p .bold {
        font-size: 14px;
    }
    .bodybox.one,
    .bodybox.two,
    .sharebox-container {
        width: 100%;
        float: none;
    }
    .sharebox-container img {
        margin: 0;
    }
    #site-wrapper #footer-wrapper .footer-box {
        font-size: 12px;
        line-height: 15px;
    }
    #site-wrapper #header-bottom-wrapper h1 {
        font-size: 33px;
        line-height: 45px;
    }
    .rightdiv {
        /*padding-top: 20px;*/
        
        padding-right: 20px;
    }
    .bodybox.three {
        width: 100%;
        padding: 10px;
        text-align: left;
    }
    #center-column-panel {
        padding: 0 20px;
    }
    .paddingbox-container {
        padding: 15px 20px;
    }
    #site-wrapper #content-wrapper .like-box {
        display: inherit;
        margin: 0 auto;
        padding-left: 10%;
        width: 90%;
        text-align: center;
    }
    .lightbluebox {
        width: 100%;
        padding: 10px 15px 10px;
    }
    .formbox.two {
        width: 96%;
        max-width: 100%;
        padding: 0 0 20px;
        display: block;
        margin: 0 auto;
    }
    .formbox.one {
        width: 96%;
        max-width: 100%;
        padding: 0 30px;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    .sharebox-container {
        max-width: 100%;
        width: 100%;
        float: none;
    }
    .left-pics img {
        max-width: 96%;
        width: 96%;
    }
    #site-wrapper #header-top-wrapper {
        border-top: 0 solid #fff;
    }
    .diminutive h1 {
        font-size: 36px;
        line-height: 48px;
    }

    .share-allicons {
        max-width: 580px;
    }

    .share-overlay-popup {
        width: 64px;
    }

    .share-icons-original {
        margin-top: -78px;
    }

    .page-widget-share a img {
        max-width: 64px;
    }
}

@media screen and (max-width:599px) {
    .facebook-share-overlay-popup, .share-overlay-popup {
        width: 48px;
        margin: 0 10px !important;
    }

    .share-overlay-popup {
        width: 48px;
    }
    .share-allicons {
        margin: 0 auto 90px;
    }
    .share-icons-appless, .share-icons-original {
        float: none;
    }
    .share-icons-original {
        margin-top: -50px;
    }
    .page-widget-share a img {
        max-width: 48px;
    }
.sharing-medium {
    padding-left: 4px;
    padding-right: 4px;
    margin-right: 0;
}
}
@media screen and (max-width: 480px) {
    #site-wrapper #header-bottom-wrapper header#bottom {
        padding: 4% 8%;
    }
    .footerlinks {
        text-align: center;
    }
    #site-wrapper #footer-wrapper footer {
        text-transform: none;
        font-size: 11px;
        letter-spacing: 0;
        text-align: center;
        padding: 10px 10px 20px;
    }
    h1 {
        font-size: 32px;
        line-height: 36px;
    }
    .diminutive h1 {
        font-size: 28px;
        line-height: 32px;
    }
    .blue h1 {
        font-size: 28px;
        line-height: 34px;
    }
    .blue h4 {
        font-size: 18px;
        line-height: 24px;
    }
    h2 {
        font-size: 22px;
        line-height: 28px;
    }
    .lightblue h2 {
        line-height: 30px;
        font-size: 24px;
    }
    h4 {
        font-size: 18px;
        line-height: 22px;
    }
    .widget-form-label {
        font-size: 14px;
    }
    /*.facebook-share-overlay-popup,
    .share-overlay-popup {
        width: 16%;
        margin: 0 !important;
    }*/
input#share-facebook-overlay-button.btn.facebook {
    width: 200px !important;
    letter-spacing: 0;
}
#share-facebook-overlay-button  {
    width: 200px !important;
    letter-spacing: 0;
}
    .leftdiv {
        width: 100%;
        float: none;
        text-align: center;
        margin: 0 auto;
        height: 123px;
    }
    .rightdiv {
        width: 100%;
        float: none;
        text-align: center;
        padding-top: 0;
    }
    .headerdiv {
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    .headerdiv img {
        max-width: 100%;
        /*width: 86%;*/
    }
    .bodybox.three {
        width: 100%;
        padding: 10px;
        text-align: left;
    }
    a img {
        display: inherit;
    }
    /*#center-column-panel {
padding: 0 20px;
}*/
    /*#site-wrapper #content-wrapper #content {
width: 98%;
}*/
    
    .paddingbox-container {
        padding: 15px 20px;
    }
    #site-wrapper #content-wrapper .like-box {
        display: inherit;
        margin: 0 auto;
        padding-left: 0;
        width: 90%;
        text-align: center;
    }
    .grey-box img {
        max-width: 90%;
        width: 80%;
    }
    .btn,
    .button, btn-info {
        font-size: 18px;
        padding: 10px 15px;
    }
    .videobox-container {
        width: 100%;
        max-width: 100%;
        padding: 0
    }
    .formbox.two {
        width: 96%;
        max-width: 100%;
        padding: 0 0 20px;
    }
    .widget-form-label {
        font-size: 12px;
        text-align: center;
    }
.list-container-right, .list-container-left {
    width: 100%;
    margin: 0 0;
    padding: 0 15px;
}
.list-container-right {
    margin: 0 0 40px;
}
}
.paddingbox-container {
padding: 0 20px;
}
#no-style {
    display: none;
}
}
.custom-col-left  {
	float: left;
        width: 24%;
        padding: 0 2% 0 2%;
	text-align: center;
	margin-left: 0px;
	border-radius: 3px;
}
.custom-col-left img {
	margin-bottom: 20px;
}
.custom-col-mid1  {
	float: left;
        width: 24%;
        padding: 0 2% 0 2%;
	text-align: center;
	margin-left: 3px;
	border-radius: 3px;
}
.custom-col-mid1 img {
	margin-bottom: 20px;
}
.two-col-container {
	overflow: hidden;
	background: #000;
}
.custom-col-mid2  {
	float: left;
        width: 24%;
        padding: 0 2% 0 2%;
	text-align: center;
	margin-left: 3px;
	border-radius: 3px;
}
.custom-col-mid2 img {
	margin-bottom: 20px;
}
.custom-col-right {
	float: left;
        width: 24%;
        padding: 0 2% 0 2%;
	text-align: center;
	margin-left: 0px;
	border-radius: 3px;
}
.custom-col-right img {
	margin-bottom: 20px;
}
.blob-wrapper {
    overflow: hidden;
    padding: 0px 0px 10px;
    margin-top: 0px;
}