body {
    overflow-x: hidden;
    position: relative;
}
body,
ul,
h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0.2px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
section {
    float: left;
    width: 100%;
    position: relative;
}
section .container,
.inner-page .container {
    padding: 0;
}
img {
    max-width: 100%;
    height: auto;
}
/*** TOP BAR ***/

#top-bar {
    float: left;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    margin: 0;
    z-index: 100000000;
    position: absolute;
}
#top-bar ul {
    margin: 0;
}
#top-bar li {
    float: left;
    margin-right: 73px;
    padding: 12px 0 12px;
    color: #9d9b9b;
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    list-style: none outside none;
}
#top-bar li:last-child {
    margin-right: 0;
}
#top-bar li i {
    font-size: 13px;
    margin-right: 5px;
}
.sec-heading {
    border-bottom: 1px solid #D3D2D2;
    float: left;
    width: 100%;
    padding-bottom: 15px;
    position: relative;
}
.sec-heading h2 {
    color: #7c7c7c;
    font-size: 20px;
    font-weight: 300;
    line-height: 18px;
    position: relative;
}
.sec-heading h2:before {
    content: "";
    height: 0;
    width: 0;
    border-bottom: 8px solid #D3D2D2;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    left: 15px;
    bottom: -15px;
}
.sec-heading h2:after {
    content: "";
    height: 0;
    width: 0;
    border-top: 8px solid #D3D2D2;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    left: 15px;
    bottom: -23px;
}
.sec-heading h2 strong {
    font-weight: 400;
}
/*** Our Causes Carousel ***/

.our-causes {
    float: left;
    width: 100%;
    margin-top: 22px;
}
.our-causes .flex-direction-nav {
    display: none;
}
.our-causes .flex-control-nav {
    position: absolute;
    right: 15px;
    top: 0;
    list-style: none;
}
.our-causes .flex-control-nav li {
    float: left;
}
.our-causes .flex-control-nav a {
    float: left;
    height: 16px;
    width: 16px;
    color: transparent;
    margin: 0 2px;
    border: 4px solid #fff;
    background: none repeat scroll 0 0 #c8c7c7;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.our-causes .flex-control-nav a.flex-active {
    background: none repeat scroll 0 0 #fff;
    border-color: #777676;
}
.causes-image {
    float: left;
    position: relative;
    overflow: hidden;
    margin-right: 30px;
    width: 100%;
}
.causes-image:last-child {
    margin-right: 0;
}
.causes-image img {
    width: 100%;
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -0-border-radius: 3px;
    border-radius: 3px;
}
.cause-heading {
    width: 100%;
    padding-bottom: 21px;
    padding-top: 21px;
    border-bottom: 2px solid #797978;
    background: none repeat scroll 0 0 rgba(224, 224, 223, 0.95);
    position: absolute;
    bottom: 8px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.cause-heading h3 {
    padding: 0 20px;
    font-family: roboto;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    color: #2D2D2D;
}
.cause-heading h3 a {
    color: #2D2D2D;
}
.cause-heading p {
    margin: 20px 0 0;
    padding: 0 20px;
    color: #777777;
    font-family: Open Sans;
    font-size: 12px;
    font-weight: 600;
    line-height: 10px;
}
.cause-heading span {
    color: #2d2d2d;
    font-size: 15px;
    margin-left: 10px;
    float: right;
}
.cause-heading span i {
    color: #616161;
    font-size: 19px;
    font-style: normal
}
.our-causes-hover {
    height: 96%;
    width: 96%;
    padding: 50px 25px;
    background: none repeat scroll 0 0 rgba(224, 224, 223, 0.95);
    position: absolute;
    left: 2%;
    top: 2%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease 0.1s;
    -moz-transition: all 0.3s ease 0.1s;
    -ms-transition: all 0.3s ease 0.1s;
    -o-transition: all 0.3s ease 0.1s;
    transition: all 0.3s ease 0.1s;
}
.our-causes-hover h3 {
    color: #2D2D2D;
    font-family: roboto;
    font-size: 15px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.our-causes-hover h3 a {
    color: #2D2D2D;
}
.our-causes-hover > span {
    width: 100%;
    color: #2d2d2d;
    float: left;
    font-family: roboto;
    font-size: 13px;
    line-height: 11px;
    margin-bottom: 30px;
    font-weight: 600;
}
.our-causes-hover span i {
    font-style: normal;
}
.our-causes-hover p {
    float: left;
    width: 100%;
    margin-bottom: 35px;
    margin-top: -7px;
    color: #2D2D2D;
    font-family: Open sans;
    font-size: 13px;
    line-height: 20px;
}
.our-causes-hover span.help {
    font-size: 14px;
    font-weight: 300;
    line-height: 13px;
    margin-bottom: 0;
}
.help > strong {
    font-size: 16px;
}
.our-causes-hover span.needed-amount {
    font-size: 20px;
    line-height: 31px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: right;
}
.needed-amount span {
    color: #7D7C7C;
    font-size: 28px;
}
.causes-image:hover .our-causes-hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.causes-image:hover .cause-heading {
    bottom: -100%;
}
/*** Donate Us Box ***/

.donate-us-box {
    float: left;
    width: 100%;
    padding: 40px 35px;
    margin-top: 22px;
    background-image: url('http://issme.org/wp-content/themes/Issme/images/map-bg.png');
    background-color: #777676;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.donate-us-box h5 {
    color: #FFFFFF;
    font-family: roboto;
    font-size: 17px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 35px;
    text-align: center;
    text-transform: uppercase;
}
.donate-us-box span {
    float: left;
    width: 100%;
    display: block;
    color: #FFFFFF;
    font-family: roboto;
    font-size: 12px;
    line-height: 10px;
    text-align: center;
}
.donate-us-box span.amount-figures {
    background: none repeat scroll 0 0 #393838;
    display: block;
    float: left;
    font-family: Open sans;
    font-size: 16px;
    line-height: 14px;
    margin: 10px 0 20px;
    overflow: hidden;
    padding: 9px 20px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.donate-us-box span.cell {
    float: left;
    margin-bottom: 28px;
    margin-top: 5px;
    font-family: open sans;
    font-size: 17px;
    color: #FFFFFF;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}
.cell i {
    margin-right: 10px;
}
.donate-us-box > form {
    float: left;
    width: 100%;
}
.donate-us-box button.donate-btn {
    background-image: linear-gradient(bottom, rgb(240, 240, 240) 15%, rgb(255, 255, 255) 81%);
    background-image: -o-linear-gradient(bottom, rgb(240, 240, 240) 15%, rgb(255, 255, 255) 81%);
    background-image: -moz-linear-gradient(bottom, rgb(240, 240, 240) 15%, rgb(255, 255, 255) 81%);
    background-image: -webkit-linear-gradient(bottom, rgb(240, 240, 240) 15%, rgb(255, 255, 255) 81%);
    background-image: -ms-linear-gradient(bottom, rgb(240, 240, 240) 15%, rgb(255, 255, 255) 81%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.15, rgb(240, 240, 240)), color-stop(0.81, rgb(255, 255, 255)));
    display: table;
    margin: 0 auto;
    padding: 10px 0;
    color: #666666;
    width: 110px;
    font-family: roboto;
    font-size: 11px;
    line-height: 10px;
    text-align: center;
    border: 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.donate-us-box button.donate-btn:hover {
    width: 90px;
}
.donate-button1 {
    margin: 10px 0 0 259px;
    float: left display: block;
}
/*** Testimonials ***/

.testimonial {
    float: left;
    margin-top: -115px;
    width: 100%;
}
.slideshow {
    float: left;
    position: relative;
    width: 100%;
}
.slideshow .slides {
    float: left;
    padding-bottom: 40px;
    width: 100%;
}
.slideshow p {
    float: left;
    margin-bottom: 0;
    margin-top: 38px;
    color: #FFFFFF;
    font-family: Source Sans Pro;
    font-size: 15px;
    line-height: 27px;
    text-align: center;
}
.slideshow li.slide {
    list-style-type: none;
}
.slideshow .flex-direction-nav {
    display: none;
}
.slideshow .flex-control-nav {
    display: table;
    list-style: none outside none;
    margin: 40px auto 0;
    padding: 0;
    z-index: 100;
}
.slideshow .flex-control-nav li {
    float: left;
}
.slideshow .flex-control-nav li a {
    float: left;
    height: 12px;
    width: 12px;
    display: inline;
    margin: 0 0 0 8px;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
    color: transparent;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.slideshow .flex-control-nav li a.flex-active {
    border: 2px solid #4B4B4B;
    height: 16px;
    width: 16px;
}
.carusal-image-thumb img {
    height: 100px;
    width: 100px;
    float: left;
    border: 4px solid #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
.carusal-image-thumb {
    display: table;
    margin: 0 auto;
    min-width: 270px;
}
.carusal-image-thumb strong {
    float: left;
    margin-left: 10px;
    color: #414040;
    font-family: roboto;
    font-size: 15px;
    position: relative;
    top: 75px;
}
.carusal-image-thumb-name {
    float: left;
    margin-left: 5px;
    color: #FFFFFF;
    display: block;
    font-family: roboto;
    font-weight: 500;
    position: relative;
    top: 75px;
}
.carusal-slider {
    float: left;
    margin-top: 34px;
}
.carusal-slider #carousel-wrapper .caroufredsel_wrapper {
    min-height: 215px;
}
#carousel span,
#thumbs a,
#thumbs img {
    float: left;
    width: 100%;
}
#carousel-wrapper {
    float: left;
    width: 100%;
}
#thumbs-wrapper {
    float: left;
    width: 100%;
    padding: 25px 27px 10px;
    margin-top: 20px;
    position: relative;
    background: none repeat scroll 0 0 #dedcdc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 0 #DEDEDE;
    -moz-box-shadow: 0 2px 0 #DEDEDE;
    -ms-box-shadow: 0 2px 0 #DEDEDE;
    -o-box-shadow: 0 2px 0 #DEDEDE;
    box-shadow: 0 2px 0 #DEDEDE;
}
#thumbs img {
    border: 2px solid #f8f7f7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
#thumbs a {
    margin: 0 10px;
    overflow: hidden;
    float: left;
}
#thumbs a:hover,
#thumbs a.selected {
    border-color: #98d460;
}
#thumbs a img {
    height: 87px;
    width: 100%;
}
#wrapper img#shadow {
    width: 100%;
    position: absolute;
    bottom: 0;
}
.carusal-our-news {
    float: left;
    height: 20px;
    color: #606060;
    font-family: roboto;
    font-size: 12px;
    margin-top: 7px;
}
.carusal-our-news:hover,
.selected .carusal-our-news {
    color: #2d2d2d;
}
.carusal-slider #prev,
.carusal-slider #next {
    width: 27px;
    margin-top: -13px;
    display: block;
    text-align: center;
    background-color: #BAB9B9;
    background-image: url("http://issme.org/wp-content/themes/Issme/images/sprite.png");
    position: absolute;
    top: 49%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.carusal-slider #prev i,
.carusal-slider #next i {
    color: #FFFFFF;
    line-height: 35px;
}
.carusal-slider #prev {
    background-position: 205px -105px;
    left: 0;
}
.carusal-slider #next {
    background-position: -154px -34px;
    right: 0px;
}
.carusal-slider #prev:hover {
    background-image: url("http://issme.org/wp-content/themes/Issme/images/sprite.png");
    background-position: 205px -105px;
}
.carusal-slider #next:hover {
    background-image: url("http://issme.org/wp-content/themes/Issme/images/sprite.png");
    background-position: -154px -34px;
}
/*** Our Projects ***/

.our-project-box {
    float: left;
    margin-bottom: -50px;
    margin-top: 30px;
    width: 100%;
}
.icon-box {
    width: 90px;
    height: 90px;
    padding: 12px;
    border: 1px solid #DDDCDC;
    color: #DDDCDC;
    font-size: 48px;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: table;
    margin: 0 auto;
    background-clip: border-box;
    background-color: #FFFFFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.our-project-box .row .row > div {
    padding-bottom: 50px;
}
.project-detail {
    float: left;
    width: 100%;
}
.project-detail a {
    display: block;
    padding-bottom: 10px;
    line-height: 11px;
    color: #656565;
    font-family: source sans pro;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.project-detail:hover a {
    color: #2d2d2d;
}
.project-detail p {
    color: #818181;
    font-family: Open sans;
    font-size: 12px;
    letter-spacing: 0.2px;
}
.icon-box i {
    line-height: 67px;
    color: #a5a4a4;
    text-shadow: 0 -1px 1px #3e3e3e;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.event-intro {
    float: left;
    width: 100%;
}
.event-intro > h5 {
    font-family: Source Sans Pro;
    line-height: 10px;
    margin: 20px 0 15px;
}
.event-intro > h5 a {
    color: #656565;
}
.event-intro > h5 a:hover {
    color: #2d2d2d;
}
.event-intro > a {
    color: #929292;
    font-family: roboto;
    font-size: 11px;
    margin-bottom: 2px;
    margin-right: 30px;
}
.event-intro > a span {
    color: #7c7c7c;
}
.event-intro > a i {
    margin-right: 10px;
}
/*** Charity Video ***/

#carousel > div {
    float: left;
}
.desc > h3 {
    font-family: roboto;
    font-size: 16px;
    font-weight: normal;
}
.desc > h3 a {
    color: #656565;
}
.desc > h3 a:hover {
    color: #2d2d2d;
}
.desc > p {
    color: #818181;
    font-family: open sans;
    font-size: 12px;
    line-height: 20px;
    margin-top: 20px;
}
.image {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.image:before {
    content: "";
    width: 94%;
    height: 94%;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    opacity: 0;
    filter: alpha(opacity 0);
    position: absolute;
    left: 3%;
    top: 3%;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.image:hover:before {
    opacity: 1;
    filter: alpha(opacity 100);
}
.image > a {
    width: 40px;
    height: 40px;
    border: 1px solid #FCFBFA;
    text-align: center;
    position: absolute;
    top: 42%;
    left: 43%;
    opacity: 0;
    filter: alpha(opacity 0);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.image:hover a {
    color: #FCFBFA;
    opacity: 1;
    filter: alpha(opacity 100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.image a i {
    line-height: 37px;
}
.image img {
    width: 100%;
    height: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
/*** //// FOOTER STYLING ///////



///////////////////////////////////////////// ***/

footer {
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 55px 0 70px;
    position: relative;
    background: url("http://issme.org/wp-content/themes/Issme/images/footer-bg.png") repeat scroll 0 -50px rgba(0, 0, 0, 0.9);
    background-size: 100% 100%;
}
footer:before {
    content: "";
    width: 100%;
    height: 100%;
    background: none repeat scroll 0 0 rgba(34, 34, 34, 0.7);
    position: absolute;
    left: 0;
    top: 0;
}
footer .container {
    padding: 0;
}
.footer-widget-title {
    float: left;
    width: 100%;
    padding-top: 5px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}
.footer-widget-title h4 {
    color: #FFFFFF;
    float: left;
    font-family: roboto;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.2px;
    line-height: 20px;
    text-transform: uppercase;
    position: relative;
}
.footer-widget-title h4:after {
    content: "";
    width: 100%;
    border-bottom: 1px dotted #939292;
    position: absolute;
    bottom: 0;
    right: -110%;
}
/*** People Reviews ***/

.footer_carousel {
    float: left;
    width: 100%;
    position: relative;
}
.footer_carousel li {
    float: left;
    padding-left: 2px;
}
.footer_carousel .flex-control-nav {
    bottom: -37px;
    margin: 0;
    list-style: none;
    position: absolute;
    right: 0;
    top: auto;
}
.footer_carousel .flex-control-nav li {
    float: left;
}
.footer_carousel .flex-control-nav a {
    float: left;
    height: 5px;
    width: 15px;
    background: none repeat scroll 0 0 #5B5A5A;
    margin-right: 5px;
    color: transparent;
    cursor: pointer;
}
.footer_carousel .flex-control-nav li a.flex-active {
    background: #fff;
}
.footer_carousel .flex-direction-nav {
    display: none;
}
.review {
    float: left;
    margin-bottom: 20px;
    position: relative;
}
.review:after {
    width: 5px;
    height: 5px;
    background: none repeat scroll 0 0 #6F6F6F;
    content: "";
    position: absolute;
    left: 40px;
    bottom: -2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.review > p {
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 10px;
    margin-bottom: 0;
    border-left: 1px solid #6F6F6F;
    color: #969595;
    font-family: roboto;
    font-size: 12px;
    letter-spacing: 0.2px;
    line-height: 24px;
    position: relative;
}
.review > p:before {
    content: "";
    height: 5px;
    width: 5px;
    background: none repeat scroll 0 0 #6F6F6F;
    position: absolute;
    left: -3px;
    top: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.review > p:after {
    height: 1px;
    width: 40px;
    content: "";
    background: none repeat scroll 0 0 #6F6F6F;
    position: absolute;
    left: 0;
    bottom: 0;
}
.review span {
    color: #fff;
}
.review i {
    float: left;
    margin-right: 5px;
    padding-left: 15px;
    color: #fff;
    font-size: 46px;
    font-style: normal;
    font-weight: bold;
    line-height: 45px;
}
.from {
    color: #767575;
    font-family: roboto;
    font-size: 12px;
    float: left;
}
.from h6 {
    color: #cccccc;
    font-family: roboto;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 6px;
}
/*** Flickr Widget ***/

.flickr-images {
    float: left;
    margin-bottom: -20px;
    margin-left: -20px;
}
.flickr-images > a {
    float: left;
    width: 74px;
    height: 75px;
    margin-bottom: 20px;
    margin-left: 20px;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.flickr-images > a img {
    width: 100%;
    height: 100%;
}
.flickr-images > a:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity 0);
    -webkit-transition: all 0.3s ease 0.1s;
    -moz-transition: all 0.3s ease 0.1s;
    -ms-transition: all 0.3s ease 0.1s;
    -o-transition: all 0.3s ease 0.1s;
    transition: all 0.3s ease 0.1s;
}
.flickr-images > a:hover:before {
    opacity: 0.5;
    filter: alpha(opacity 100);
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -ms-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
}
/*** Contact Us ***/

.contact-details {
    float: left;
    list-style: none outside none;
}
.contact-details li span {
    float: left;
    width: 100%;
    color: #CCCCCC;
    font-family: roboto;
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    margin-bottom: 10px;
}
.contact-details li span i {
    margin-right: 10px;
}
.contact-details li p {
    float: left;
    width: 100%;
    color: #969595;
    font-family: roboto;
    font-size: 12px;
    margin-bottom: 25px;
}
.contact-details li p a {
    color: #969595;
}
/*** Newsletter ***/

.newsletter {
    float: left;
    padding: 0 20px;
    position: relative;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
.newsletter > h4 {
    float: left;
    color: #FFFFFF;
    font-family: roboto;
    font-size: 20px;
}
.newsletter > h4 {
    color: #FFFFFF;
    float: left;
    font-family: roboto;
    font-size: 20px;
    line-height: 16px;
    margin-bottom: 30px;
}
.newsletter > p {
    float: left;
    margin-bottom: 25px;
    margin-top: -5px;
    color: #FFFFFF;
    font-family: roboto;
    font-size: 12px;
}
.newsletter input,
.newsletter input:focus {
    background: none repeat scroll 0 0 #ffffff;
    border-bottom: 2px solid #b2b1b1 !important;
    color: #323131;
    float: left;
    border: 0;
    font-family: roboto;
    font-size: 11px;
    height: 34px;
    line-height: 10px;
    margin: 0 0 0 17px;
    padding: 0 0 0 10px;
    width: 234px!important;
    -moz-box-sizing: border-box;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .newsletter input,
    .newsletter input:focus {
        background: none repeat scroll 0 0 #f7f7f7;
        border: 1px solid #000;
        border-radius: 5px;
        color: #323131;
        float: left;
        font-family: roboto;
        font-size: 11px;
        height: 34px;
        line-height: 10px;
        margin: 0 0 0 17px;
        padding: 0 0 0 10px;
        width: 234px!important;
        -webkit-box-sizing: border-box!important;
        /*    -webkit-border-radius:4px;



    -moz-border-radius:4px;



    -ms-border-radius:4px;



    -o-border-radius:4px;



    border-radius:4px;







    -webkit-box-shadow:1px 1px 2px #8D8D8D inset;



    -moz-box-shadow:1px 1px 2px #8D8D8D inset;



    -ms-box-shadow:1px 1px 2px #8D8D8D inset;



    -o-box-shadow:1px 1px 2px #8D8D8D inset;



    box-shadow:1px 1px 2px #8D8D8D inset;



*/
    }
}
.newsletter:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -99%;
}
.social-bar {
    float: left;
    width: 100%;
    padding: 20px 19px;
    list-style: none outside none;
}
.social-bar li {
    float: left;
    height: 36px;
    width: 36px;
    margin-right: 11px;
    border-radius: 3px;
    overflow: hidden;
}
.social-bar li:last-child {
    margin-right: 0;
}
.newsletter-btn {
    float: left;
    width: 100%;
    padding: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.newsletter-btn > input {
    display: table;
    width: 80%;
    border: 1px solid #C1E4A1;
    color: #323131;
    font-family: roboto;
    font-size: 11px;
    margin: 0 auto;
    padding: 10px;
    text-transform: uppercase;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.66);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.newsletter-btn > input:hover {
    font-size: 13px;
}
/*** FOOTER BOTTOM STRIP /////////



///////////////////////////////// ***/

.footer-bottom {
    float: left;
    width: 100%;
    padding-bottom: 24px;
    padding-top: 28px;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #171616;
    background: none repeat scroll 0 0 #323131;
}
.footer-bottom p {
    color: #969595;
    float: left;
    font-family: roboto;
    font-size: 12px;
    line-height: 14px;
    margin: 0;
}
.footer-bottom p span {
    color: #fff;
    font-family: roboto;
    font-size: 12px;
}
.footer-bottom ul {
    float: right;
}
.footer-bottom li {
    float: left;
    margin-left: 35px;
}
.footer-bottom a {
    color: #969595;
    font-family: roboto;
    font-size: 12px;
}
.footer-bottom a:hover {
    color: #fff;
}
/*** SEARCH RESULT FOUND /////////////



//////////////////////////////////////////////////// ***/

.top-image {
    float: left;
    height: 285px;
    width: 100%;
    margin-top: -165px;
    position: relative;
    /*z-index:-1;*/
}
.top-image > img {
    height: 100%;
    width: 100%;
}
.inner-page {
    float: left;
    width: 100%;
    margin-top: 70px;
    position: relative;
    /*z-index:-1;*/
}
.container h3 {
    color: #333333;
    font-family: roboto;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    word-wrap: break-word;
}
.container h4 {
    color: #333333;
    font-family: roboto;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    word-wrap: break-word;
}
/**/

.page-title {
    float: left;
    width: 100%;
}
.page-title h1 {
    padding: 12px 60px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #222222;
    float: left;
    font-size: 26px;
    background: none repeat scroll 0 0 #FFFFFF;
    position: absolute;
    top: -118px;
    border-top-width: 10px;
    border-top-color: #000;
}
.page-title h1 span {
    font-weight: 500;
    color: #0c0473;
}
.page-title h1:before,
h1:after {
    color: #1b79a5;
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    position: relative;
    font-weight: 300;
}
/**/

.search-tabs {
    border: 0 none;
    margin-bottom: 30px;
}
.search-tabs li {
    margin-right: 10px;
}
.search-tabs li a,
.search-tabs li a:hover {
    background-image: linear-gradient(bottom, rgb(247, 247, 246) 12%, rgb(250, 250, 249) 56%);
    background-image: -o-linear-gradient(bottom, rgb(247, 247, 246) 12%, rgb(250, 250, 249) 56%);
    background-image: -moz-linear-gradient(bottom, rgb(247, 247, 246) 12%, rgb(250, 250, 249) 56%);
    background-image: -webkit-linear-gradient(bottom, rgb(247, 247, 246) 12%, rgb(250, 250, 249) 56%);
    background-image: -ms-linear-gradient(bottom, rgb(247, 247, 246) 12%, rgb(250, 250, 249) 56%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.12, rgb(247, 247, 246)), color-stop(0.56, rgb(250, 250, 249)));
    padding: 10px 40px;
    border-color: #E7E7E7;
    border-style: solid;
    border-width: 2px 1px 1px;
    color: #8A8989;
    font-family: roboto;
    font-size: 13px;
    line-height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.search-tabs li.active a,
.search-tabs li.active a:hover,
.search-tabs li.active a:focus {
    background: none;
    border-color: #E7E7E7;
    border-style: solid;
    border-width: 2px 1px 1px;
    color: #fff;
    font-family: roboto;
    font-size: 13px;
    line-height: 10px;
    padding: 10px 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
h3.search-title {
    color: #333333;
    font-family: roboto;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 30px;
}
.search-image {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.search-image img {
    width: 100%;
    height: 100%;
}
.search-image:before {
    height: 100%;
    width: 100%;
    background: url("../images/link-arrow.png") no-repeat scroll center rgba(0, 0, 0, 0.6);
    content: "";
    opacity: 0;
    filter: alpha(opacity 0);
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.search-image:hover:before {
    opacity: 1;
    filter: alpha(opacity 100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.search-detail {
    float: left;
    width: 100%;
}
.search-detail > h4 {
    color: #97D360;
    font-family: roboto;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 0.3px;
    line-height: 30px;
    margin-top: 10px;
}
.search-detail > h4 a {
    color: #656565;
}
.search-detail > h4 a:hover {
    color: #2d2d2d;
}
.search-detail > p {
    color: #858585;
    font-family: open sans;
    font-size: 12px;
    letter-spacing: 0.2px;
    line-height: 20px;
    margin-top: 20px;
}
/*** SEARCH RESULT NOT FOUND /////////



///////////////////////////////// ***/

.search-result > p {
    color: #929292;
    font-family: roboto;
    font-size: 13px;
    line-height: 11px;
    margin: 0;
}
.search-bar {
    float: left;
    height: 38px;
    width: 100%;
    background: #fff;
    border: 1px solid #E5E5E5;
    margin-top: 30px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
/*** GALLERY TWO COLUMN /////////////



//////////////////////////////////////////////////// ***/

.gallery-tabs {
    float: right;
    border: 0 none;
    display: block;
    z-index: 0;
}
.gallery-tabs li {
    margin: 0 25px 0 0;
}
.gallery-tabs li a,
.gallery-tabs li a:focus,
.gallery-tabs li a:hover,
.gallery-tabs li.active a,
.gallery-tabs li.active a:hover,
.gallery-tabs li.active a:focus {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: #454545;
    font-family: roboto;
    font-size: 13px;
    line-height: 10px;
    padding: 0;
}
.gallery-tabs li:last-child {
    margin: 0;
}
.gallery-content {
    float: left;
    margin: 50px 0 0;
    width: 100%;
}
.gallery-content .row > div {
    margin-bottom: 30px;
}
.gallery-content .row > div.col-md-12 {
    display: table;
}
.gallery-image {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
    border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
}
.gallery-image:before {
    height: 100%;
    width: 100%;
    background: url("http://issme.org/wp-content/themes/Issme/images/gallery-hover.png") repeat scroll 0 0 transparent;
    background-size: 100% 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity 0);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.gallery-image:hover:before {
    opacity: 1;
    filter: alpha(opacity 100);
}
.gallery-image > span {
    bottom: 0;
    color: #FFFFFF;
    font-family: roboto;
    font-size: 11px;
    left: 0;
    line-height: 10px;
    max-width: 90%;
    overflow: hidden;
    padding: 10px 35px;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
    opacity: 0.95;
    filter: alpha(opacity 95);
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    -ms-border-radius: 0 3px 0 0;
    -o-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.gallery-image:hover > span {
    width: 200px;
    margin-left: -100px;
    padding: 0;
    background: none repeat scroll 0 0 transparent;
    text-align: center;
    bottom: 20%;
    left: 50%;
}
.gallery-image img {
    width: 100%;
}
.gallery-image a img {
    height: 70px;
    width: 70px;
}
.image-title {
    background: none repeat scroll 0 0 #FBFAFA;
    float: left;
    font-family: open sans;
    font-size: 14px;
    font-weight: 500;
    line-height: 10px;
    overflow: hidden;
    padding: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    -ms-border-radius: 0px 0px 4px 4px;
    -o-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
}
.image-title a {
    color: #333333;
}
.image-title a:hover {
    color: #2d2d2d;
}
.gallery-image .image-lists {
    display: table;
    width: 100%;
    margin: 0 auto -32px;
    position: absolute;
    bottom: 50%;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.gallery-image:hover .image-lists {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg)
}
.image-lists > ul {
    display: table;
    margin: 0 auto;
}
.image-lists ul > li {
    border: 2px solid #878787;
    float: left;
    margin-right: 10px;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.image-lists ul > li:last-child {
    margin-right: 0;
}
.image-lists ul > li a {
    float: left;
    position: relative;
}
.image-lists ul > li a:before {
    content: "";
    height: 100%;
    width: 100%;
    background: url("../images/search.png") no-repeat scroll center;
    opacity: 0;
    filter: alpha(opacity 0);
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.2s ease 0.2s;
    -moz-transition: all 0.2s ease 0.2s;
    -ms-transition: all 0.2s ease 0.2s;
    -o-transition: all 0.2s ease 0.2s;
    transition: all 0.2s ease 0.2s;
}
.image-lists ul > li a:hover:before {
    opacity: 0.9;
    filter: alpha(opacity 90);
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -ms-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
}
.image-lists ul > li .video-popup:before {
    background: url("http://issme.org/wp-content/themes/Issme/images/video.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    opacity: 1;
}
/*** GALLERY FOUR COLUMN /////////////



//////////////////////////////////////////////////// ***/

.gallery-content .col-md-3 .image-title {
    font-size: 13px;
    padding: 20px 15px;
}
/*** GALLERY WITH SIDEBAR /////////////



//////////////////////////////////////////////////// ***/

.left-content.nine-column .gallery-content {
    margin: 50px 0 0;
}
/*** OUR CAUSES PAGE /////////////



//////////////////////////////////////////////////// ***/

.causes-page .causes-image {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
/*** ERROR 404 /////////////



//////////////////////////////////////////////////// ***/

.error-page {
    text-align: center;
}
.error-page h2 {
    font-family: roboto;
    font-size: 225px;
    line-height: 180px;
    margin-bottom: 48px;
}
.error-page > p {
    color: #C3C3C3;
    font-family: roboto;
    font-size: 36px;
    font-style: italic;
    font-weight: bold;
    line-height: 25px;
}
.error-page > p span {
    font-weight: 500;
    font-size: 14px;
}
.error-page-search {
    float: left;
    width: 100%;
    margin-bottom: -50px;
    margin-top: 50px;
    padding-bottom: 55px;
    background: none repeat scroll 0 0 #F8F7F7;
    text-align: center;
}
.error-page-search .search-bar {
    display: block;
    float: none;
    margin: 30px auto;
}
.error-page-search h3 {
    color: #333333;
    font-family: roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.error-page-search p {
    color: #848484;
    font-family: roboto;
    font-size: 13px;
    line-height: 12px;
    margin-bottom: 30px;
}
.error-page-search a {
    font-family: roboto;
    font-size: 13px;
    line-height: 11px;
    padding: 5px 20px 5px 0;
}
.error-page-search a img {
    margin-left: 10px;
    margin-top: -3px;
}
/*** ABOUT US /////////////



//////////////////////////////////////////////////// ***/

.about-charity {
    float: left;
    width: 100%;
    margin: 70px 0 0;
}
.about-charity-desc h2 {
    color: #333333;
    font-family: roboto;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 30px;
    text-transform: uppercase;
}
.about-charity-desc h2 span {
    color: #98d460;
    font-weight: 300;
}
.about-charity-desc > p {
    color: #818181;
    font-family: open sans;
    font-size: 13px;
    line-height: 22px;
    margin-top: 20px;
}
.about-charity-desc > ul {
    float: left;
    width: 100%;
}
.about-charity-desc ul li {
    float: left;
    width: 113px;
    min-height: 125px;
    margin-right: 45px;
    padding: 35px 0;
    background: url("http://issme.org/wp-content/themes/Issme/images/hexagon-gray.png") no-repeat scroll 0 0 transparent;
    text-align: center;
}
.about-charity-desc li h6 {
    margin-bottom: 10px;
    padding: 0 10px;
    font-family: roboto;
    font-size: 30px;
    font-weight: 300;
    line-height: 23px;
}
.about-charity-desc li span {
    float: left;
    width: 100%;
    padding: 0 13px;
    color: #CCCBCB;
    font-family: roboto;
    font-size: 10px;
    text-transform: uppercase;
}
.about-charity-video {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.about-charity-video img {
    width: 100%;
}
.about-charity-video:before {
    content: "";
    width: 100%;
    height: 100%;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    opacity: 0;
    filter: alpha(opacity 0);
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.about-charity-video:hover:before {
    opacity: 1;
    filter: alpha(opacity 100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.about-charity-video a span {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    padding: 10px;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    text-align: center;
    opacity: 0;
    filter: alpha(opacity 0);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.about-charity-video a span i {
    color: #fff;
}
.about-charity-video:hover a span {
    opacity: 1;
    filter: alpha(opacity 100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.staff-member {
    height: 355px;
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.staff-member > img {
    width: 100%;
    height: 270px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.staff-member:hover > img {
    margin-top: -30px;
}
.member-intro {
    float: left;
    width: 100%;
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 24px 0;
    position: absolute;
    bottom: 0;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.member-intro h3 {
    color: #333333;
    font-family: roboto;
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.member-intro h3 a {
    color: #333333;
}
.member-intro > span {
    float: left;
    width: 100%;
    font-family: open sans;
    font-size: 12px;
    line-height: 10px;
    text-transform: uppercase;
}
.social-contacts {
    display: table;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    position: absolute;
    bottom: -35px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.social-contacts ul {
    display: table;
    margin: 0 auto;
}
.social-contacts ul li {
    float: left;
    height: 35px;
    width: 35px;
    border-bottom: 2px solid #C8C8C8;
    margin-right: 5px;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.social-contacts ul li:last-child {
    margin-right: 0;
}
.social-contacts ul li img {
    width: 100%;
    height: 100%;
}
.staff-member:hover .member-intro {
    bottom: 30px;
}
.staff-member:hover .social-contacts {
    bottom: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}
/*** BLOG PAGE WITH SIDEBAR /////////////



//////////////////////////////////////////////////// ***/

.blog-post {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E8E8E7;
}
.blog-post h2 {
    font-family: roboto;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.3px;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 28px;
}
.blog-post h2 a {
    color: #333333;
}
.blog-post h2 a:hover {
    color: #2d2d2d;
}
.blog-post-img {
    float: left;
    overflow: hidden;
    width: 100%;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.blog-post-img:before {
    height: 100%;
    width: 100%;
    content: "";
    background: url("../images/link-arrow.png") no-repeat scroll center center rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity 0);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.blog-post-img:hover:before {
    opacity: 1;
    filter: alpha(opacity 100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.blog-post #layerslider-container-fw {
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.blog-post img {
    height: auto;
    width: 100%;
}
.blog-post-img img {
    width: 100%;
}
.blog-post-details {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.post-meta {
    float: left;
    width: 20%;
}
.post-meta {
    border-right: 1px solid #D1CFCF;
    float: left;
    margin-right: 3%;
    padding: 10px 0;
    position: relative;
    width: 20%;
}
.post-meta:before {
    background: none repeat scroll 0 0 #F6F6F6;
    height: 15px;
    width: 13px;
    margin: 10px 0px;
    padding: 10px 0;
    content: "";
    position: absolute;
    right: -7.5px;
    top: 50%;
}
.post-meta > li {
    line-height: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-left: 1px solid #c9c9c9;
    display: inline-block;
    padding: 0px 9px 0px 9px;
}
.post-meta > li:last-child {
    margin-bottom: 0;
}
.post-meta > li:first-child {
    border-left: 0px;
}
.post-meta > li,
.post-meta > li a {
    color: #969696;
    font-family: roboto;
    font-size: 11px;
}
.post-meta > li,
.post-meta > li a:hover {
    color: #0c0473;
}
.icon-calendar-empty:before {
    color: #0c0473;
}
.icon-map-marker:before {
    color: #ffffff;
}
.icon-user:before {
    color: #0c0473;
}
.post-meta > li a span {
    color: #7c7c7c465;
}
.post-meta > li a i,
.post-meta > li i {
    margin-right: 10px;
}
.post-desc {
    float: left;
    position: relative;
    width: 100%;
}
.post-desc > p {
    color: #333333;
    font-family: open sans;
    font-size: 13px;
    line-height: 22px;
    $margin: -20px 0px 15px 0px;
}
.post-desc > p:first-child {
    margin-top: 0;
}
.post-desc .image-lists {
    float: right;
    margin-left: 40px;
}
.post-desc-contact > ul {
    font-size: 12px;
    line-height: 25px;
    list-style: none outside none;
    padding-left: 10px;
    font-weight: bold;
}
.post-desc-contact ul li {
    background-image: url("../images/latest-update-icon.jpg");
    background-position: left 10px;
    background-repeat: no-repeat;
    margin-bottom: 8px;
    padding-left: 15px;
}
.pagination-area {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 30px;
}
.pagination-area:before {
    width: 100%;
    height: 1px;
    background: none repeat scroll 0 0 #F8F8F8;
    content: "";
    z-index: -1;
    position: absolute;
    left: 0;
    top: 45%;
}
.pagination-buttons {
    width: 72px;
    margin-left: -36px;
    margin-top: -2px;
    position: absolute;
    left: 50%;
}
.pagination-buttons > a {
    float: left;
    width: 30px;
    height: 30px;
    margin: 0 3px;
    text-align: center;
    background: none repeat scroll 0 0 #F8F8F8;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.pagination-buttons > a i {
    color: #A4A4A4;
    line-height: 30px;
}
.pagination-area > span {
    float: right;
    padding-left: 10px;
    color: #858585;
    font-family: open sans;
    font-size: 11px;
    line-height: 30px;
    background: none repeat scroll 0 0 #FFFFFF;
    text-transform: uppercase;
}
.form {
    float: left;
    width: 100%;
}
pre {
    margin: 20px 0;
}
/*** SINGLE POST WITH IMAGE /////////////



//////////////////////////////////////////////////// ***/

.post > img,
.post > a img {
    height: auto;
    margin-bottom: 20px;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.category {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    line-height: 15px;
    color: #929292;
    font-family: roboto;
    font-size: 11px;
    letter-spacing: 0.3px;
}
.category a {
    color: #929292;
}
.post h1 {
    float: left;
    width: 100%;
    color: #333333;
    font-family: roboto;
    font-size: 22px;
    font-weight: 400;
    line-height: 17px;
    margin-bottom: 30px;
}
.post > p {
    float: left;
    font-size: 12px;
    color: #333333;
    font-family: open sans;
    line-height: 22px;
    margin: 10px 0;
}
.post-image-list {
    display: inline-block;
    margin: 10px 0;
    width: 100%;
}
.post-image {
    float: left;
    width: 270px;
    height: 157px;
    margin-right: 30px;

    overflow: hidden;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.post-image:last-child {
    margin-right: 0;
}
.post-image img {
    width: 100%;
    height: 100%;
}
.post-image:before {
    background: url("http://issme.org/wp-content/themes/Issme/images/zoom-icon.png") no-repeat scroll center center;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity 0);
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0s ease 0.2s;
    -moz-transition: all 0s ease 0.2s;
    -ms-transition: all 0s ease 0.2s;
    -o-transition: all 0s ease 0.2s;
    transition: all 0s ease 0.2s;
}
.post-image:hover:before {
    opacity: 1;
    filter: alpha(opacity 100);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.post .cloud-tags {
    margin: 45px 0 0;
    width: 100%;
}
.post .cloud-tags h3 {
    margin: 12px 20px 12px 0;
    float: left;
}
h3.sub-head {
    color: #2D2D2D;
    font-family: roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 17px;
}
h3.sub-head span {
    font-weight: 300;
    color: #83be4b;
}
.comments {
    float: left;
    margin-top: 60px;
    width: 100%;
}
.comments > ul {
    float: left;
    margin-top: 55px;
    width: 100%;
}
.comments ul li {
    float: left;
    margin-bottom: 60px;
    width: 100%;
}
.comments ul li .comment {
    border: 1px solid #EBEBEB;
    display: block;
    padding: 20px 20px 20px 120px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.comments li .comment img {
    border: 3px solid #F5ECEC;
    position: absolute;
    left: 20px;
    top: -30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.comments li .comment h5 {
    color: #333333;
    font-family: roboto;
    font-size: 12px;
    margin-bottom: 15px;
}
.comments li .comment i {
    color: #929292;
    display: block;
    font-family: roboto;
    font-size: 11px;
    line-height: 9px;
    margin-bottom: 15px;
}
.comments li .comment p {
    color: #969595;
    font-family: source sans pro;
    font-size: 13px;
    letter-spacing: 0.2px;
    margin-bottom: 0;
}
.comments ul li ul {
    border-left: 1px solid #EBEBEB;
    float: left;
    margin: 30px 0 0 10%;
    padding: 26px 0 1px 60px;
    width: 90%;
}
.comments ul li ul li {
    margin-bottom: 40px;
    position: relative;
}
.comments ul li ul li:before {
    width: 5%;
    height: 1px;
    border-bottom: 1px dotted #e2e2e2;
    content: "";
    z-index: 1;
    position: absolute;
    left: -7%;
    top: 50%;
}
.comments .comment ul,
.comments .comment ol {
    border: 0 none;
    margin: 0;
    padding: 0;
}
.comments .comment ul li,
.comments .comment ol li {
    margin: 0;
}
.comments .comment ul li:before,
.comments .comment ol li:before {
    display: none;
}
.comments .comment ul ul,
.comments .comment ol ol {
    padding-left: 30px;
}
.comment-respond.message.form {
    margin-top: 30px;
}
.reply {
    background-image: linear-gradient(bottom, rgb(247, 247, 246) 12%, rgb(250, 250, 249) 56%);
    background-image: -o-linear-gradient(bottom, rgb(247, 247, 246) 12%, rgb(250, 250, 249) 56%);
    background-image: -moz-linear-gradient(bottom, rgb(247, 247, 246) 12%, rgb(250, 250, 249) 56%);
    background-image: -webkit-linear-gradient(bottom, rgb(247, 247, 246) 12%, rgb(250, 250, 249) 56%);
    background-image: -ms-linear-gradient(bottom, rgb(247, 247, 246) 12%, rgb(250, 250, 249) 56%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.12, rgb(247, 247, 246)), color-stop(0.56, rgb(250, 250, 249)));
    border-top: 2px solid #eceaea;
    border-left: 1px solid #eceaea;
    border-right: 1px solid #eceaea;
    border-bottom: 1px solid #eceaea;
    color: #828282;
    font-family: roboto;
    font-size: 11px;
    padding: 4px 12px;
    position: absolute;
    right: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.reply:hover {
    background: none;
    color: #fff;
}
.reply a {
    color: #828282;
}
.reply:hover a {
    color: #FFF;
}
.form > p {
    color: #818181;
    font-family: Source Sans Pro;
    font-size: 13px;
    line-height: 10px;
    margin-bottom: 0;
    margin-top: 40px;
}
.form form {
    margin-top: 35px;
}
.form form label {
    color: #929292;
    font-family: roboto;
    font-size: 12px;
    font-weight: normal;
    line-height: 10px;
    margin-bottom: 15px;
}
.comment-form form label span {
    color: #98D460;
}
.input-field,
.input-field:hover,
.input-field:focus {
    height: 33px;
    border: 0 none;
    margin-bottom: 20px;
    font-family: open sans;
    font-size: 12px;
    background: none repeat scroll 0 0 #FAFAFA;
    width: 100%;
    -webkit-box-shadow: 1px 1px 3px #D5D5D5 inset;
    -moz-box-shadow: 1px 1px 3px #D5D5D5 inset;
    -ms-box-shadow: 1px 1px 3px #D5D5D5 inset;
    -o-box-shadow: 1px 1px 3px #D5D5D5 inset;
    box-shadow: 1px 1px 3px #D5D5D5 inset;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
textarea.input-field,
textarea.input-field:hover,
textarea.input-field:focus {
    height: auto;
}
.input-checkbox {
    float: left;
}
.payment_box.payment-desc.payment_method_cheque {
    float: left;
    width: 100%;
}
.co-form .input-text,
.input-text,
.co-form .input-text:hover,
.input-text:hover,
.co-form .input-text:focus,
.input-text:focus {
    height: 33px;
    border: 0 none;
    margin-bottom: 20px;
    font-family: open sans;
    font-size: 12px;
    background: none repeat scroll 0 0 #FAFAFA;
    width: 100%;
    padding: 5px 10px;
    -webkit-box-shadow: 1px 1px 3px #D5D5D5 inset;
    -moz-box-shadow: 1px 1px 3px #D5D5D5 inset;
    -ms-box-shadow: 1px 1px 3px #D5D5D5 inset;
    -o-box-shadow: 1px 1px 3px #D5D5D5 inset;
    box-shadow: 1px 1px 3px #D5D5D5 inset;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.co-form textarea.input-text,
.co-form textarea.input-text:hover,
.co-form textarea.input-text:focus {
    height: auto;
    min-height: 200px;
    -webkit-box-shadow: 1px 1px 3px #D5D5D5 inset;
    -moz-box-shadow: 1px 1px 3px #D5D5D5 inset;
    -ms-box-shadow: 1px 1px 3px #D5D5D5 inset;
    -o-box-shadow: 1px 1px 3px #D5D5D5 inset;
    box-shadow: 1px 1px 3px #D5D5D5 inset;
}
.form-button {
    border: 0 none;
    color: #FFFFFF;
    float: left;
    font-family: arial;
    font-size: 12px;
    padding: 17px 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
/*** SINGLE POST WITH VIDEO /////////////



//////////////////////////////////////////////////// ***/

.post .video-post {
    margin-bottom: 30px;
}
.video-post {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.video-post:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity 0);
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.video-post:hover:before {
    opacity: 1;
    filter: alpha(opacity 100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.video-post > img {
    width: 100%;
}
.video-post > a {
    height: 45px;
    width: 45px;
    border: 2px solid #FFFFFF;
    margin-left: -17px;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity 0);
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.video-post:hover a {
    opacity: 1;
    filter: alpha(opacity 100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.video-post > a i {
    color: #FFFFFF;
    line-height: 40px;
}
/*** SINGLE POST WITH SLIDER /////////////



//////////////////////////////////////////////////// ***/

.post-slider {
    position: relative;
    margin-bottom: 30px;
}
/*** PROJECT SINGLE POST  /////////////



//////////////////////////////////////////////////// ***/

.post-meta > li p {
    float: left;
    width: 100%;
    color: #ADACAC;
    font-family: roboto;
    font-size: 20px;
    font-weight: 500;
    line-height: 15px;
    margin-top: 10px;
    padding-left: 20px;
}
.post-meta li > span {
    margin: 0 auto;
    padding: 7px 15px;
    color: #FFFFFF;
    float: left;
    font-family: roboto;
    font-size: 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.post-meta li > span button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    color: #FFFFFF;
    padding: 0;
}
/*** CONTACT PAGE  /////////////



//////////////////////////////////////////////////// ***/

.contact-info iframe {
    width: 100%;
    height: 182px;
    border: 0 none;
    margin-top: 40px;
    -webkit-box-shadow: 0 0 2px #999999;
    -moz-box-shadow: 0 0 2px #999999;
    -ms-box-shadow: 0 0 2px #999999;
    -o-box-shadow: 0 0 2px #999999;
    box-shadow: 0 0 2px #999999;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.contact-info > p {
    color: #818181;
    font-family: open sans;
    font-size: 13px;
    line-height: 22px;
    margin-top: 20px;
}
.contact-info .contact-details {
    margin-top: 20px;
    width: 100%;
}
.contact-info .contact-details > li {
    float: left;
    width: 50%;
}
.contact-info .contact-details li span {
    color: #818181;
    font-weight: 500;
}
.social-connect {
    float: left;
    width: 100%;
    margin: 70px 0 0;
    position: relative;
    border-top: 1px solid #d6d6d6;
    background: url("http://issme.org/wp-content/themes/Issme/images/pattern.jpg") repeat scroll 0 0 transparent;
}
.social-connect h3 {
    float: left;
    width: 50%;
    color: #333333;
    margin: 40px 0;
    font-family: roboto;
    font-size: 30px;
    font-weight: 600;
    line-height: 28px;
}
.social-connect h3 span {
    color: #98D460;
    font-size: 20px;
    text-transform: uppercase;
}
.social-connect .social-bar {
    float: right;
    width: 50%;
    margin: 34px 0;
    padding: 0;
}
.work-section {
    background: none repeat scroll 0 0 #F9F9F9;
    margin-bottom: -60px;
    margin-top: 0;
    padding-bottom: 70px;
}
.working {
    float: left;
    width: 100%;
}
.working > p {
    color: #818181;
    font-family: open sans;
    font-size: 13px;
    margin-top: 20px;
}
.countries {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.countries li {
    float: left;
}
.countries img {
    width: 100%;
}
.countries .flex-direction-nav {
    position: absolute;
    right: 15px;
    top: 0px;
}
.countries .flex-direction-nav li {
    float: left;
    margin: 0 4px;
}
.countries .flex-direction-nav li a {
    background: url("http://issme.org/wp-content/themes/Issme/images/carousel-arrows.png") no-repeat scroll 5px -2px #4A4A4A;
    float: left;
    width: 25px;
    height: 25px;
    color: transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.countries .flex-direction-nav li a.flex-next {
    background-position: -42px -3px;
}
/*** CAPTCHA ***/

#recaptcha_area,
#recaptcha_table {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    width: 100% !important;
}
.form form #recaptcha_area,
.form form #recaptcha_table {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    width: 100% !important;
}
.recaptchatable,
#recaptcha_area tr,
#recaptcha_area td,
#recaptcha_area th {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.form .recaptcha_input_area {
    float: left;
    margin: 0 !important;
    width: 100% !important;
}
.form .recaptcha_theme_red #recaptcha_response_field {
    border: none;
}
.form .recaptcha_theme_red #recaptcha_response_field {
    background: none repeat scroll 0 0 #FAFAFA;
    border-radius: 2px;
    box-shadow: 0 0 3px #DCDCDC inset;
    float: left;
    font-family: roboto;
    height: 30px;
    padding: 0 10px !important;
    width: 100% !important;
}
.form .recaptchatable .recaptcha_r4_c1 {
    width: 100% !important;
}
.recaptcha_only_if_privacy {
    display: none;
}
/*** EVENTS PAGE  /////////////



//////////////////////////////////////////////////// ***/

.event-post-image {
    float: left;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    margin: 0 0 22px;
    width: 100%;
}
.event-post-image img {
    height: 100%;
    width: 100%;
}
.event-post-image:before {
    height: 3px;
    width: 100%;
    content: "";
    position: absolute;
    bottom: 0;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.event-post-image:after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 50px solid;
    border-right: 50px solid transparent;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.event-post-image:hover:before,
.event-post-image:hover:after,
.event-post-image:hover i {
    opacity: 0;
    filter: alpha(opacity 0);
}
.event-post-image i {
    color: #FFFFFF;
    z-index: 1;
    position: absolute;
    left: 12px;
    bottom: 8px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.event-post-detail {
    float: right;
    margin-bottom: 5px;
}
.col-md-6.page_content {
    padding-right: 0px;
}
.event-post-detail h2 {
    font-family: roboto;
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
}
.event-post-detail h2 a {
    color: #333333;
}
.event-post-detail h2 a:hover {
    color: #2d2d2d;
}
.event-post-detail .post-meta:before {
    display: none;
}
.event-post-detail .post-meta {
    background: none repeat scroll 0 0 #F6F6F6;
    border: 0 none;
    padding: 7px 0 6px 0px;
    width: 100%;
    margin: 10px 0px;
}
.event-post-detail > p {
    color: #858585;
    float: left;
    font-family: open sans;
    font-size: 12px;
    letter-spacing: 0.2px;
    line-height: 20px;
    margin-top: -5px;
    width: 100%;
}
.event-post-image span {
    background: url("../images/link-arrow.png") no-repeat scroll center center;
    height: 100%;
    width: 30%;
    opacity: 0.9;
    filter: alpha(opacity 90);
    position: absolute;
    right: -30%;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.event-post-image:hover span {
    right: 0;
}
.map {
    left: 0;
    opacity: 0;
    filter: alpha(opacity 0);
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.event-post-image:hover .map {
    opacity: 0.9;
    filter: alpha(opacity 90);
}
/*** ELEMENTS PAGE  /////////////



//////////////////////////////////////////////////// ***/

.element {
    float: left;
    margin: 0 0 40px;
    width: 100%;
}
/*** TABS ***/

.theme-tabs .nav {
    border: 0 none;
}
.theme-tabs .nav li {
    margin: 0;
}
.theme-tabs .nav li a,
.theme-tabs .nav li a:hover {
    margin: 0;
    padding: 15px 24px;
    border-left: 1px solid #D1D7DC;
    border-top: 1px solid #D1D7DC;
    border-bottom: 1px solid #D1D7DC;
    border-right: 0 none;
    color: #333333;
    font-family: roboto;
    font-size: 13px;
    font-weight: 400;
    line-height: 10px;
    background: none repeat scroll 0 0 #FCFAFA;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.theme-tabs .nav li:last-child a {
    border-right: 1px solid #D1D7DC;
}
.theme-tabs .nav li.active a,
.theme-tabs .nav li.active a:hover,
.theme-tabs .nav li.active a:focus {
    padding: 20px 24px;
    margin-top: -9px;
    background: #fff;
    border-left: 1px solid;
    border-top: 1px solid;
    border-right: 1px solid;
    border-bottom: 0 none;
    margin-right: -1px;
    z-index: 1;
}
.theme-tabs .tab-content {
    margin-top: -1px;
    padding: 40px 30px;
    border: 1px solid #D1D7DC;
    float: left;
    width: 100%;
}
.theme-tabs p {
    color: #858585;
    font-family: open sans;
    font-size: 12px;
    line-height: 24px;
    margin: 0;
}
/*** TABS LEFT OR RIGHT ***/

.side-tabs {
    float: left;
    width: 100%;
}
.tabs-left .nav {
    float: left;
}
.tabs-left .tab-content {
    float: right;
}
.tabs-left .nav li a,
.tabs-left .nav li a:hover,
.tabs-left .nav li a:focus {
    border-right: 4px solid #fff;
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
}
.tabs-right .nav {
    float: right;
}
.tabs-right .tab-content {
    float: left;
}
.tabs-right .nav li a,
.tabs-right .nav li a:hover,
.tabs-right .nav li a:focus {
    border-left: 4px solid #fff;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
}
.side-tabs .nav {
    width: 30%;
    border: 0;
}
.side-tabs .nav li {
    width: 100%;
}
.side-tabs .nav li {
    margin: 0 0 5px 0;
}
.side-tabs .nav li a,
.side-tabs .nav li a:hover,
.side-tabs .nav li a:focus {
    background: none repeat scroll 0 0 #FCFAFA;
    color: #333333;
    font-family: roboto;
    font-size: 13px;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.side-tabs .nav li.active a,
.side-tabs .nav li.active a:hover,
.side-tabs .nav li.active a:focus {
    border-color: #fcfafa;
}
.side-tabs .tab-content {
    background: none repeat scroll 0 0 #FCFAFA;
    padding: 55px 30px;
    width: 70%;
}
.side-tabs .tab-content p {
    color: #858585;
    font-family: open sans;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: -5px;
}
/*** BOTTOM TABS ***/

.theme-tabs.tabs-bottom .tab-content {
    margin-bottom: -1px;
    margin-top: 0;
}
.theme-tabs.tabs-bottom .nav li.active a,
.theme-tabs.tabs-bottom .nav li.active a:hover,
.theme-tabs.tabs-bottom .nav li.active a {
    margin-top: 0;
    border-bottom: 1px solid;
    border-top: 0;
}
/*** BOXED QUOTE ***/

.boxed-quote {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #D1D7DC;
    margin: 0 20px 0 0;
    padding: 35px 60px;
    width: 370px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
blockquote i {
    font-size: 16px;
    margin: 0 10px;
}
.element h3 {
    margin-bottom: 30px;
}
/*** ACCORDIONS ***/

.accordion_toggle {
    float: left;
    margin-bottom: 5px;
    width: 100%;
}
.accordion_toggle > a {
    width: 100%;
    float: left;
    border-top: 2px solid #dbdbdb;
    color: #333333;
    font-family: roboto;
    font-size: 13px;
    line-height: 40px;
    overflow: hidden;
    background: none repeat scroll 0 0 #FAF9F9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.accordion_toggle a span {
    background: none repeat scroll 0 0 #eeecec;
    color: #a2a2a2;
    float: left;
    margin-right: 20px;
    text-align: center;
    width: 40px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.accordion_toggle.current > a {
    border-top: 2px solid;
}
.accordion_toggle.current > a span {
    color: #fff;
}
.accordion_content {
    float: left;
    width: 100%;
}
.accordion_content > p {
    margin: 10px 0;
    padding: 0 20px 0 60px;
    color: #929292;
    font-family: open sans;
    font-size: 12px;
    line-height: 22px;
}
/*** DROPCAP VARIATIONS ***/

.cap {
    float: left;
    font-size: 40px;
    line-height: 40px;
    margin-right: 15px;
}
.cap.coloured-invert {
    color: #FFFFFF;
    padding: 0 2px;
}
.social-icons {
    float: left!important;
    margin: 20px 0 0 15px!important;
    padding: 0 0 0 40px!important;
    text-align: center!important;
    width: 75%!important;
}
.quick-links {
    width: 200px!important;
}
.social-icons > li {
    float: left;
    height: 30px;
    margin-bottom: 30px;
    margin-right: 40px;
    width: 30px;
}
.social {
    background: url("http://issme.org/wp-content/themes/Issme/images/social-icons.png") no-repeat transparent;
    float: left;
    height: 100%;
    width: 100%;
}
.social.facebook {
    background-position: 0 0;
}
.social.flickr {
    background-position: -70px 0;
}
.social.forst {
    background-position: -140px 0;
}
.social.google-plus {
    background-position: -210px 0;
}
.social.blogger {
    background-position: -280px 0;
}
.social.lastfm {
    background-position: -350px 0;
}
.social.linkedin {
    background-position: -420px 0;
}
.social.wordpress {
    background-position: 0 -66px;
}
.social.twitter {
    background-position: -70px -66px;
}
.social.tumbler {
    background-position: -140px -66px;
}
.social.digg {
    background-position: -210px -66px;
}
.social.dribble {
    background-position: -280px -66px;
}
.social.behance {
    background-position: -350px -66px;
}
.social.addthis {
    background-position: -420px -66px;
}
.social.sharethis {
    background-position: 0 -126px;
}
.social.rss {
    background-position: -70px -126px;
}
.social.skype {
    background-position: -140px -126px;
}
.social.deliciou {
    background-position: -210px -126px;
}
.social.stumble {
    background-position: -280px -126px;
}
.social.vimeo {
    background-position: -350px -126px;
}
.social.virb {
    background-position: -420px -126px;
}
.social.grooveshark {
    background-position: 0 -192px;
}
.social.mail {
    background-position: -70px -192px;
}
.social.infinte {
    background-position: -140px -192px;
}
.social.instagram {
    background-position: -210px -192px;
}
.social.evernote {
    background-position: -280px -192px;
}
.social.path {
    background-position: -350px -192px;
}
.social.myspace {
    background-position: -420px -192px;
}
.social-gray {
    background: url("http://issme.org/wp-content/themes/Issme/images/social-gray.png") no-repeat transparent;
    float: left;
    height: 100%;
    width: 100%;
}
.social-icons.gray li {
    background: none repeat scroll 0 0 #3F3F3F;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.social-gray.play {
    background-position: 7px 5px;
}
.social-gray.google-plus {
    background-position: -64px 6px;
}
.social-gray.facebook {
    background-position: -134px 6px;
}
.social-gray.tumbler {
    background-position: -206px 6px;
}
.social-gray.twitter {
    background-position: -279px 6px;
}
.social-gray.sharethis {
    background-position: -350px 6px;
}
.social-gray.msn {
    background-position: -421px 6px;
}
.social-gray.flickr {
    background-position: -493px 6px;
}
.social-gray.linkedin {
    background-position: -564px 6px;
}
.social-gray.vimeo {
    background-position: -635px 6px;
}
.social-gray.gtalk {
    background-position: 7px -59px;
}
.social-gray.skype {
    background-position: -134px -59px;
}
.social-gray.found {
    background-position: -206px -59px;
}
.social-gray.rss {
    background-position: -278px -59px;
}
.social-gray.buzz {
    background-position: -349px -59px;
}
.social-gray.yahoomessanger {
    background-position: -422px -59px;
}
.social-gray.yahoo {
    background-position: -494px -59px;
}
.social-gray.digg {
    background-position: -564px -59px;
}
.social-gray.deleciou {
    background-position: 8px -119px;
}
.social-gray.upcoming {
    background-position: -63px -119px;
}
.social-gray.aim {
    background-position: -135px -119px;
}
.social-gray.myspace {
    background-position: -563px -119px;
}
.social-gray.wikipedia {
    background-position: -635px -119px;
}
.social-gray.vcard {
    background-position: -207px -184px;
}
.social-gray.picasa {
    background-position: -135px -184px;
}
.social-gray.dribble {
    background-position: 7px -184px;
}
.social-gray.netvibes {
    background-position: -278px -184px;
}
.social-gray.deviantart {
    background-position: -564px -184px;
}
.social-gray.fireeagle {
    background-position: -422px -184px;
}
.social-gray.itunes {
    background-position: -64px -184px;
}
.social-gray.lastfm {
    background-position: -494px -119px;
}
.social-gray.amazon {
    background-position: -422px -118px;
}
.social-gray.reddit {
    background-position: -279px -118px;
}
.social-gray.stumble {
    background-position: -352px -118px;
}
.social-gray.digg2 {
    background-position: -634px -60px;
}
.social-gray.orkut {
    background-position: -635px -184px;
}
/*** ALIGNED IMAGES ***/

.aligned img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.aligned {
    float: left;
}
.aligned.right {
    text-align: right;
}
.aligned.right img {
    margin-left: 15px;
}
.aligned.left {
    text-align: left;
}
.aligned.left img {
    margin-right: 15px;
}
.aligned h5 {
    color: #5D5D5D;
    font-family: roboto;
    font-size: 16px;
    margin-bottom: 20px;
}
/*** PROGRESS BARS ***/

.progress-report .progress {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
.progress-report > h6 {
    float: left;
}
.progress-report > span {
    float: right;
}
.progress-report > h6 {
    color: #333333;
    float: left;
    font-family: roboto;
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
}
.progress-report > span {
    color: #333333;
    float: right;
    font-family: roboto;
    font-size: 13px;
    font-weight: 600;
    margin-right: 40px;
    line-height: 30px;
}
.progress-report {
    float: left;
    width: 100%;
}
.progress-report .progress {
    background: none repeat scroll 0 0 #FCFBFB;
    border: 1px solid #DDDCDC;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 1px 1px #F4F4F4, 0 0 4px #F1F1F1 inset;
    -moz-box-shadow: 0 1px 1px #F4F4F4, 0 0 4px #F1F1F1 inset;
    -ms-box-shadow: 0 1px 1px #F4F4F4, 0 0 4px #F1F1F1 inset;
    -o-box-shadow: 0 1px 1px #F4F4F4, 0 0 4px #F1F1F1 inset;
    box-shadow: 0 1px 1px #F4F4F4, 0 0 4px #F1F1F1 inset;
}
.progress.pattern .progress-bar {
    background: url("http://issme.org/wp-content/themes/Issme/images/pattern2.png") repeat scroll 0 0 / 10% auto;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.progress-report .progress.simple {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.simple .progress-bar {
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.progress-bar span {
    color: #FFFFFF;
    font-family: roboto;
    font-size: 11px;
    position: absolute;
    right: 15px;
    top: 1px;
}
/*.yellow{



    background:none no-repeat scroll 0 0 #fbb450;



}



.red{



    background:none no-repeat scroll 0 0 #dc504b;



}



.lightblue{



    background:none no-repeat scroll 0 0 #52b8d6;



}*/
/*** PRICE TABLE ***/

.price-table {
    display: table;
    margin: 30px auto 0;
}
.price-table > ul {
    border: 1px solid #B7B7B7;
    float: left;
    width: 255px;
    overflow: hidden;
    margin-right: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.price-table > ul:hover {
    -webkit-box-shadow: 0 0 5px #C7C7C7;
    -moz-box-shadow: 0 0 5px #C7C7C7;
    -ms-box-shadow: 0 0 5px #C7C7C7;
    -o-box-shadow: 0 0 5px #C7C7C7;
    box-shadow: 0 0 5px #C7C7C7;
}
.price-table > ul:last-child {
    margin-right: 0;
}
.price-table li.table-head {
    background: none repeat scroll 0 0 #727272;
    color: #FFFFFF;
    padding: 35px 20px 25px;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.table-head > h3 {
    font-family: roboto;
    font-size: 24px;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 10px;
}
.table-head > span {
    color: #FFF3F3;
    float: left;
    font-family: roboto;
    font-size: 12px;
    line-height: 12px;
    width: 100%;
}
.price-table ul li.table-desc {
    background: #fff;
    padding: 20px;
    text-align: center;
}
.table-desc p {
    margin: 0;
}
/*** ALERT BOXES ***/

.alert-box {
    overflow: hidden;
    padding: 12px 20px;
    border: 1px solid;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.alert-box:last-child {
    margin-bottom: 0;
}
.alert-box i {
    float: left;
    font-size: 20px;
    margin-right: 20px;
}
.element .alert-box > h4 {
    float: left;
    width: auto;
    font-family: roboto;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.2px;
    line-height: 20px;
    margin: 0;
}
.alert-box > h4 span {
    font-size: 12px;
    font-weight: 300;
}
.warning {
    background: #faf9f9;
    border-color: #98d460;
    color: #98d460;
}
.cancel {
    background: #d9edf7;
    border-color: #0078c0;
    color: #0078c0;
}
.attention {
    background: #fce6e9;
    border-color: #ef3363;
    color: #ef3363;
}
.alert-error {
    background: #fce6e9;
    border-color: #ef3363;
    color: #ef3363;
}
.done {
    background: #e1eec9;
    border-color: #45a945;
    color: #45a945;
}
/*** HIGHLIGHTED TEXT ***/

.highlight {
    color: #858585;
    font-family: open sans;
    font-size: 12px;
    letter-spacing: 0.2px;
    line-height: 22px;
    margin-top: -7px;
}
.highlight > span {
    color: #FFFFFF;
    padding: 0 10px;
}
.highlight.rounded > span {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}
/*** BUTTONS ***/

.buttons-column {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.buttons-column .theme-btn {
    margin-right: 30px;
}
.theme-btn {
    border: 1px solid #D8B1B1;
    float: left;
    color: #fff;
    font-weight: bold;
    font-family: roboto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.small {
    line-height: 35px;
    padding: 0 19px;
    font-size: 12px;
}
.medium {
    line-height: 45px;
    padding: 0 30px;
    font-size: 12px;
}
.large {
    line-height: 45px;
    padding: 0 43px;
    font-size: 12px;
}
.skyblue {
    background-image: linear-gradient(bottom, rgb(98, 206, 222) 31%, rgb(152, 224, 234) 74%);
    background-image: -o-linear-gradient(bottom, rgb(98, 206, 222) 31%, rgb(152, 224, 234) 74%);
    background-image: -moz-linear-gradient(bottom, rgb(98, 206, 222) 31%, rgb(152, 224, 234) 74%);
    background-image: -webkit-linear-gradient(bottom, rgb(98, 206, 222) 31%, rgb(152, 224, 234) 74%);
    background-image: -ms-linear-gradient(bottom, rgb(98, 206, 222) 31%, rgb(152, 224, 234) 74%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.31, rgb(98, 206, 222)), color-stop(0.74, rgb(152, 224, 234)));
    background-color: #6ad0e0;
}
.green {
    background-image: linear-gradient(bottom, rgb(99, 168, 2) 25%, rgb(155, 201, 2) 85%);
    background-image: -o-linear-gradient(bottom, rgb(99, 168, 2) 25%, rgb(155, 201, 2) 85%);
    background-image: -moz-linear-gradient(bottom, rgb(99, 168, 2) 25%, rgb(155, 201, 2) 85%);
    background-image: -webkit-linear-gradient(bottom, rgb(99, 168, 2) 25%, rgb(155, 201, 2) 85%);
    background-image: -ms-linear-gradient(bottom, rgb(99, 168, 2) 25%, rgb(155, 201, 2) 85%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.25, rgb(99, 168, 2)), color-stop(0.85, rgb(155, 201, 2)));
    background-color: #72b102;
}
.dodgerblue {
    background-image: linear-gradient(bottom, rgb(73, 167, 184) 44%, rgb(116, 201, 210) 85%);
    background-image: -o-linear-gradient(bottom, rgb(73, 167, 184) 44%, rgb(116, 201, 210) 85%);
    background-image: -moz-linear-gradient(bottom, rgb(73, 167, 184) 44%, rgb(116, 201, 210) 85%);
    background-image: -webkit-linear-gradient(bottom, rgb(73, 167, 184) 44%, rgb(116, 201, 210) 85%);
    background-image: -ms-linear-gradient(bottom, rgb(73, 167, 184) 44%, rgb(116, 201, 210) 85%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.44, rgb(73, 167, 184)), color-stop(0.85, rgb(116, 201, 210)));
    background-color: #5eb9c5;
}
.blue {
    background-image: linear-gradient(bottom, rgb(37, 150, 231) 44%, rgb(54, 184, 239) 85%);
    background-image: -o-linear-gradient(bottom, rgb(37, 150, 231) 44%, rgb(54, 184, 239) 85%);
    background-image: -moz-linear-gradient(bottom, rgb(37, 150, 231) 44%, rgb(54, 184, 239) 85%);
    background-image: -webkit-linear-gradient(bottom, rgb(37, 150, 231) 44%, rgb(54, 184, 239) 85%);
    background-image: -ms-linear-gradient(bottom, rgb(37, 150, 231) 44%, rgb(54, 184, 239) 85%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.44, rgb(37, 150, 231)), color-stop(0.85, rgb(54, 184, 239)));
    background-color: #2da6eb;
}
.limegreen {
    background-image: linear-gradient(bottom, rgb(132, 204, 78) 44%, rgb(172, 220, 114) 85%);
    background-image: -o-linear-gradient(bottom, rgb(132, 204, 78) 44%, rgb(172, 220, 114) 85%);
    background-image: -moz-linear-gradient(bottom, rgb(132, 204, 78) 44%, rgb(172, 220, 114) 85%);
    background-image: -webkit-linear-gradient(bottom, rgb(132, 204, 78) 44%, rgb(172, 220, 114) 85%);
    background-image: -ms-linear-gradient(bottom, rgb(132, 204, 78) 44%, rgb(172, 220, 114) 85%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.44, rgb(132, 204, 78)), color-stop(0.85, rgb(172, 220, 114)));
    background-color: #85cc4e;
}
.silver {
    background-image: linear-gradient(bottom, rgb(240, 240, 240) 44%, rgb(246, 246, 246) 85%);
    background-image: -o-linear-gradient(bottom, rgb(240, 240, 240) 44%, rgb(246, 246, 246) 85%);
    background-image: -moz-linear-gradient(bottom, rgb(240, 240, 240) 44%, rgb(246, 246, 246) 85%);
    background-image: -webkit-linear-gradient(bottom, rgb(240, 240, 240) 44%, rgb(246, 246, 246) 85%);
    background-image: -ms-linear-gradient(bottom, rgb(240, 240, 240) 44%, rgb(246, 246, 246) 85%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.44, rgb(240, 240, 240)), color-stop(0.85, rgb(246, 246, 246)));
    background-color: #f0f0f0;
    color: #8c8c8c;
}
.element h4 {
    float: left;
    width: 100%;
    margin: 10px 0;
    color: #333333;
    font-family: roboto;
    font-size: 18px;
}
.element p {
    color: #828282;
    font-family: open sans;
    font-size: 12px;
    line-height: 22px;
}
select {
    border: 1px solid #C6DADE;
    height: 30px;
    padding: 4px 10px;
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.cart-table li:nth-child(2n+2) {
    background: none repeat scroll 0 0 #F9F8F8;
}
.cart-table li:last-child input {
    float: left;
    height: 30px;
    width: 170px;
    margin-right: 20px;
    padding: 5px 10px;
    border: 1px solid #C6DADE;
    font-family: roboto;
    font-size: 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.cart-btn {
    padding: 10px 15px;
    margin: 0 4px;
    border: 1px solid #D7AFAF;
    color: #FFFFFF;
    font-family: roboto;
    font-size: 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.cart-total {
    float: right;
    width: 51%;
    margin-top: 30px;
}
.cart-total .cart-head h2 {
    float: none;
}
.cart-total.cart-table li {
    padding: 20px 15px;
}
.cart-total p {
    float: left;
    width: 50%;
    margin: 0;
    color: #5B5B5B;
    font-family: roboto;
    font-size: 12px;
    font-weight: 500;
}
.cart-total span {
    float: right;
    width: 50%;
    text-align: center;
}
.cart-shipping {
    float: right;
    width: 51%;
    margin-top: 30px;
}
.cart-shipping .cart-head h2 {
    float: none;
}
.cart-shipping.cart-table li {
    padding: 10px 15px;
}
.cart-shipping.cart-table input {
    float: left;
    height: 30px;
    width: 100% !important;
    margin-right: 20px;
    padding: 5px 10px;
    border: 1px solid #C6DADE;
    font-family: roboto;
    font-size: 12px;
    color: #EBEBEB;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.cart-shipping.cart-table input[type="text"] {
    box-shadow: none;
    color: #AAAAAA;
    height: 35px;
    margin: 0;
}
.notes {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.cart-total.cart-table.order {
    width: 100%;
}
.cart-total.order .cart-head h2 {
    float: left;
    width: 50%;
}
.payment li {
    float: left;
    margin-bottom: 25px;
    width: 100%;
}
.payment ul li input {
    float: left;
    curosr: pointer;
    height: 30px!important;
}
.payment ul li label {
    color: #929292;
    curosr: pointer;
    float: left;
    font-family: roboto;
    font-size: 14px;
    font-weight: normal;
    margin-left: 10px;
}
.payment ul li p {
    background: none repeat scroll 0 0 #757575;
    color: #F7F7F7;
    float: left;
    font-family: roboto;
    font-size: 12px;
    margin-top: 10px;
    padding: 10px;
    position: relative;
    text-shadow: none;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.payment ul li p:before {
    height: 0;
    width: 0;
    border-bottom: 5px solid #757575;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
    position: absolute;
    left: 20px;
    top: -5px;
}
.payment {
    float: left;
    width: 100%;
    padding: 30px;
    background: none repeat scroll 0 0 #FCFCFC;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.payment .accordion_toggle a {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    line-height: 22px;
}
.woocommerce .woocommerce-info {
    background: none repeat scroll 0 0 #FAF9F9;
    margin-bottom: 10px;
    padding: 10px 0 10px 60px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.woocommerce form.login {
    float: left;
    margin-top: 0 !important;
    width: 100%;
}
.woocommerce-info:before {
    font-size: 20px !important;
    height: 100% !important;
    left: 0 !important;
    padding: 5px !important;
    width: 50px !important;
}
/*** FEATURED PRODUCTS PAGE /////////



///////////////////////////////// ***/

.featured-products h3 {
    margin-bottom: 20px;
}
.featured-products > p {
    color: #777777;
    font-family: open sans;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 30px;
}
.featured-products .col-md-4 {
    margin-bottom: 40px;
}
.featured-products img {
    margin-bottom: 15px;
    width: 100%;
    height: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.featured-products h4 {
    font-family: roboto;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}
.featured-products h4 a {
    color: #333333;
}
. ratings {
    color: #E6E84A;
    float: left;
    line-height: 10px;
    margin-bottom: 5px;
    width: 100%;
}
.product-price > a {
    background: none repeat scroll 0 0 #626262;
    color: #F4F4F4;
    float: right;
    font-family: roboto;
    font-size: 12px;
    padding: 5px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.product-price > a.added_to_cart {
    margin-right: 10px;
}
.product-price del {
    float: left;
}
.product-price ins span.amount {
    font-size: 15px;
}
.product-price del span.amount {
    font-size: 15px !important;
    margin-right: 10px;
    text-decoration: line-through;
}
.product-price span.amount,
.product-price del span.amount,
.product-price ins span.amount {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    font-family: roboto;
    color: #7D7C7C;
    font-size: 20px;
    padding: 0;
    width: auto;
    line-height: 27px;
}
.page-numbers {
    float: left;
    background: #fff;
}
.page-numbers > li {
    float: left;
    margin-right: 10px!important;
}
.page-numbers,
.page-numbers > li span,
.page-numbers > li {
    border: 0 none !important;
}
.page-numbers > li > a,
.page-numbers > li > span {
    background-color: #F8F8F8;
    color: #333333;
    float: left;
    font-family: roboto;
    font-size: 11px;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 5px 15px!important;
    position: relative;
    text-decoration: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.page-numbers > li > a:hover,
.page-numbers > li > span:hover,
.page-numbers > li > a:focus,
.page-numbers > li > span:focus {
    color: #FFFFFF;
}
/*** CHECK OUT PAGE /////////



///////////////////////////////// ***/

.check-out-top li {
    float: left;
    width: 100%;
    border-top: 2px solid #DBDBDB;
    margin-bottom: 10px;
    overflow: hidden;
    background: none repeat scroll 0 0 #FAF9F9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.login {
    float: left;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #E7E7E7;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
.login p {
    color: #929292;
    font-family: roboto;
    font-size: 12px;
}
.col-md-12.co-form {
    float: left;
    width: 100%;
}
.co-form label {
    display: block;
    color: #929292;
    font-family: roboto;
    font-size: 12px;
    font-weight: normal;
    line-height: 11px;
    margin-bottom: 10px;
}
.cupon {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #E7E7E7;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
.billing {
    float: left;
    width: 570px;
}
.billing h3 {
    margin-bottom: 30px;
}
.create-account {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.form-toggle.accordion_toggle > a {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: #929292;
    font-family: roboto;
    font-size: 14px;
    line-height: 18px;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
}
.form-toggle.accordion_toggle > a:before {
    content: "";
    width: 13px;
    height: 13px;
    background: none repeat scroll 0 0 #DBECEF;
    border: 1px solid #B7D5DE;
    position: absolute;
    left: 0;
    top: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.form-toggle.accordion_toggle.current > a.pointed:after {
    content: "";
    width: 7px;
    height: 7px;
    background: none repeat scroll 0 0 #779DA9;
    position: absolute;
    left: 3px;
    top: 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.account-form > p {
    color: #929292;
    font-family: roboto;
    font-size: 12px;
    line-height: 20px;
}
.shipping {
    float: left;
    width: 570px;
}
.shipping h3 {
    margin-bottom: 30px;
}
/*** ORDER RECEIVED PAGE /////////



///////////////////////////////// ***/

#check {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    margin-left: -40px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    left: 50%;
    top: -22px;
}
#check > span {
    color: #FFFFFF;
    font-size: 30px;
    padding: 13px 16px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
.order-reveived {
    border: 1px solid;
    float: left;
    margin-top: 28px;
    position: relative;
    width: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
.order-reveived > p {
    color: #696868;
    font-family: Roboto;
    font-size: 13px;
    line-height: 17px;
    margin: 0;
    padding-top: 57px;
    text-align: center;
}
.order-reveived p strong {
    font-family: roboto;
    font-size: 13px;
}
.order-reveived a {
    display: table;
    font-family: roboto;
    font-size: 13px;
    line-height: 11px;
    margin: 0 auto;
    padding: 35px 20px 35px 0;
    text-align: center;
    text-transform: uppercase;
}
.order-reveived a img {
    margin-left: 10px;
    margin-top: -3px;
}
/*** SIDEBAR /////////



///////////////////////////////// ***/

.board-category {
    clear: both;
    display: block;
    float: left;
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
    font-size: 13px;
}
.board-category-inner {
    border: 1px solid #cccccc;
    float: left;
    margin-right: 15px;
    padding-bottom: 10px;
    text-align: center;
    width: 22%;
    margin-bottom: 15px;
}
.board-category-inner1 {
    border: 1px solid #cccccc;
    float: left;
    margin-right: 15px;
    padding-bottom: 10px;
    text-align: center;
    width: 22%;
    margin-bottom: 15px;
    height: 180px;
    padding-top: 65px;
}
.member-pic {
    margin: 0 !important;
    padding: 10px 0 1px;
    width: 97px;
}
.board-category-inner-big {
    border: 1px solid #cccccc;
    float: left;
    height: 308px;
    margin-bottom: 15px;
    margin-left: 11px;
    padding-bottom: 10px;
    text-align: center;
    width: 48%;
    padding-left: 6px;
    padding-right: 6px;
}
.member-pic-big {
    margin: 0 !important;
    padding: 10px 0 1px;
}
.board-category-board {
    border: 1px solid #cccccc;
    float: left;
    margin-bottom: 15px;
    margin-left: 11px;
    padding-bottom: 4px;
    padding-left: 6px;
    padding-right: 6px;
    width: 98%;
}
.member-pic-board {
    margin: 0 8px 0 0;
    padding: 6px 0 1px;
    width: 83px;
}
.board-category-team {
    border: 1px solid #cccccc;
    float: left;
    margin-right: 15px;
    text-align: center;
    width: 30%;
    margin-bottom: 15px;
}
.member-pic-team {
    margin: 0 0px 0 0;
    padding: 6px 0 1px;
}
.sidebar {
    margin-bottom: 10px!important;
}
.sidebar-widget {
    float: left;
    margin-bottom: 0px;
    overflow: hidden;
    width: 100%;
}
/*** Sidebar Search ***/

.sidebar-search {
    width: 100%;
    height: 38px;
    border: 1px solid #E5E5E5;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.search-button {
    background: url("../img/search-button.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    border: 0 none;
    border-radius: 4px;
    float: right;
    height: 37px;
    padding: 0;
    width: 40px;
}
.sidebar-title {
    border-left: 5px solid #98D460;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.sidebar-title > h4 {
    color: #2D2D2D;
    float: left;
    font-family: roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    padding-left: 15px;
    position: relative;
}
.sidebar-title > h4 a {
    color: #2D2D2D;
}
.sidebar-title > h4:after {
    background: none repeat scroll 0 0 #98D460;
    content: "";
    height: 1px;
    position: absolute;
    right: -55%;
    top: 55%;
    width: 50%;
}
.sidebar-title > h4 span {
    color: #83BE4B;
    font-weight: 300;
}
.popular-post {
    border-radius: 5px;
    float: left;
    height: auto;
    color: #222222;
    margin-bottom: 0px!important;
    margin-top: 10px!important;
    overflow: hidden;
    position: relative;
    width: 97%;
    padding: 6px;
    margin-left: 10px;
}
.commited-to {
    height: 313px!important;
    margin: 50px 0 0 60px!important;
}
div#nextend-accordion-menu-nextendaccordionmenuwidget-11 dl.level1 dt .inner {
    background: none!important;
    border-color: none!important;
    border-style: none!important;
    border-width: none!important;
}
.newsletter-submit[type="submit"] {
    background-color: #ffffff;
    font-family: 'Roboto Slab', serif;
    color: #222222;
    border: medium none!important;
    cursor: pointer!important;
    font-size: 16px!important;
    height: 34px!important;
    margin: 20px 0 25px 17px!important;
    width: 235px!important;
}
.newsletter-submit[type="submit"]:hover {
    background-color: #62cdff;
    color: #222222;
    border: medium none!important;
    cursor: pointer!important;
    font-size: 16px!important;
    height: 34px!important;
    margin: 20px 0 25px 17px!important;
    width: 235px!important;
}
.newsletter-email .newsletter-email {
    background: none repeat scroll 0 0 #f7f7f7;
    border: 1px solid #000;
    border-radius: 5px;
    color: #323131;
    float: left;
    font-family: roboto;
    font-size: 11px;
    height: 34px;
    line-height: 10px;
    margin: 0 0 0 17px;
    padding: 0 0 0 10px;
    width: 234px!important;
}
.search-box input[type="submit"] {
    $background: #234fa8 url("../img/search-button.png") left top no-repeat;
    width: 33px;
    height: 33px;
    border: none;
    margin: 0px 0px 0px -5px;
    padding: 0px;
    text-indent: 35px;
    cursor: pointer;
}
.search-box #searchsubmit {
    background: #234fa8 url("../img/search-button.png") left top no-repeat;
}
.search-box #searchsubmit:hover {
    background: #198bb0 url("../img/search-button-hover.png") left top no-repeat;
}
.popular-post:last-child {
    margin-bottom: 0;
}
.popular-post > img {
    display: block;
    height: 30%;
    margin: 0px 0;
    width: 24%;
}
.popular-post-title {
    float: right;
    margin: -69px 0 0;
    padding: 0px 10px;
    text-align: left;
    transition: all 0.4s ease 0s;
    width: 75%;
}
.popular-post-title1 {
    float: right;
    margin: -59px 0 0;
    padding: 6px 10px;
    text-align: left;
    transition: all 0.4s ease 0s;
    width: 75%;
}
.popular-post-title1 h6 {
    color: #000000;
    font-family: roboto;
    font-size: 13px;
    margin-bottom: 3px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 12px;
}
.popular-post-title1 h6 a {
    color: #ffffff;
    float: left;
}
.popular-post-title1 > b {
    color: #C8C8C8;
    float: left;
    font-family: open sans;
    font-size: 10px;
    font-weight: 600;
    line-height: 10px;
    text-align: center;
    width: 100%;
    float: left;
}
.popular-post-title1 span {
    float: left;
    font-size: 82%;
    color: #ffffff;
}
.popular-post-title1 > span a {
    float: left;
}
.popular-post-title h6 {
    color: #000000;
    font-family: roboto;
    font-size: 13px;
    margin-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
}
.popular-post-title h6 a {
    color: #ffffff;
    float: left;
}
.popular-post-title > b {
    color: #C8C8C8;
    float: left;
    font-family: open sans;
    font-size: 10px;
    font-weight: 600;
    line-height: 10px;
    text-align: center;
    width: 100%;
    float: left;
}
.popular-post-title span {
    color: #959595;
    float: left;
    font-size: 13px;
    margin-top: 5px;
}
.popular-post-title > span a {
    float: left;
    color: #f9a42b;
}
.cloud-tags,
.tagcloud {
    float: left;
    margin-left: -5px;
}
.cloud-tags a,
.tagcloud a {
    background-image: -moz-linear-gradient(center bottom, #F7F7F6 12%, #FAFAF9 56%);
    border-color: #E7E7E7;
    border-radius: 5px;
    border-style: solid;
    border-width: 2px 1px 1px;
    color: #959595;
    float: left;
    font-family: roboto;
    font-size: 11px;
    margin: 5px;
    padding: 7px 14px;
}
.sidebar-widget ul {
    float: left;
    width: 100%;
}
.sidebar-widget ul li {
    float: left;
    margin-bottom: 1px;
    width: 100%;
}
/*.sidebar-widget ul li a {



    background: url("../images/list-arrow.png") no-repeat scroll 16px center #FCFCFB;



    border-radius: 5px;



    color: #959595;



    float: left;



    font-family: roboto;



    font-size: 12px;



    line-height: 18px;



    padding: 5px 20px 5px 35px;



    width: 100%;



}*/

.sidebar-widget ul ul li a {
    background-position: 50px center;
    padding-left: 70px;
}
.sidebar-widget ul ul {
    margin-top: 2px;
}
.sidebar-widget ul ul ul li a {
    background-position: 62px center;
    padding-left: 80px;
}
.sidebar-widget ul ul ul {
    margin-top: 2px;
}
.sidebar-widget li.current-menu-item a {
    text-decoration: underline!important;
}
.sidebar-video {
    border-radius: 4px;
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.sidebar-video > img {
    width: 100%;
}
.sidebar-video:after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scale(0.5);
    transition: all 0.4s ease 0s;
    width: 100%;
}
.sidebar-video:hover:after {
    opacity: 1;
    transform: scale(1);
}
.sidebar-video > h6 {
    color: #F5F5F5;
    font-family: roboto;
    font-size: 13px;
    left: 0;
    position: absolute;
    text-align: center;
    top: -30px;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: 1;
}
.sidebar-video:hover > h6 {
    top: 30px;
}
.sidebar-video > span {
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    bottom: -50%;
    color: #FFFFFF;
    height: 40px;
    left: 50%;
    line-height: 36px;
    margin-bottom: -20px;
    margin-left: -20px;
    position: absolute;
    text-align: center;
    transition: all 0.4s ease 0s;
    width: 40px;
    z-index: 1;
}
.sidebar-video > span a i {
    color: #FFFFFF;
}
.sidebar-video:hover > span {
    bottom: 50%;
}
input.search {
    border: 1px solid #0c0473 !important;
    box-shadow: none;
    color: #666666;
    background-color: #ffffff;
    font-family: roboto;
    font-size: 11px;
    height: 20px;
    margin-bottom: 10px;
    padding: 10px;
    width: 54%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.search-button {
    float: right;
    height: 37px;
    width: 40px;
    padding: 0;
    $border: 0 none;
    border: 2px solid #234fa8;
    background: url("../images/search.png") no-repeat scroll center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.sidebar-title {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border-left: 5px solid #98D460;
}
.sidebar-title > h4 {
    float: left;
    padding-left: 15px;
    color: #2D2D2D;
    font-family: roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    position: relative;
}
.sidebar-title > h4 a {
    color: #2D2D2D;
}
.sidebar-title > h4:after {
    height: 1px;
    width: 50%;
    content: "";
    background: none repeat scroll 0 0 #98d460;
    position: absolute;
    right: -55%;
    top: 55%;
}
.sidebar-title > h4 span {
    font-weight: 300;
    color: #0c0473;
}
.star-rating > span {
    color: #B3B3B3;
}
.sidebar-widget .newsletter {
    background: none;
}
.sidebar-widget .newsletter:before {
    display: none;
}
.sidebar-widget .newsletter > h4 {
    color: #838383;
}
.sidebar-widget .newsletter > p {
    color: #969696;
}
.sidebar-widget .social-bar {
    padding: 0;
    float: none;
    width: auto;
    display: table;
    margin: 0 auto;
}
.sidebar-widget .social-bar li {
    width: auto;
    margin: 0 5px;
    background: none;
}
.sidebar-widget .social-bar li a {
    background: none;
    padding: 0;
}
.sidebar-widget .newsletter-btn {
    background: none;
    padding: 0;
    margin: 20px 0;
}
.sidebar-widget .newsletter-btn > input {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    border: 1px solid #969696;
    width: 100%;
    padding: 4px;
    background: #787878;
}
.sidebar-widget .newsletter {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    text-align: left;
    padding: 0;
}
/*** Sidebar Swith To Left ***/

.switch .left-content {
    float: right;
}
.switch .sidebar.pull-right {
    float: left;
}
.switch .sidebar.pull-left {
    float: left;
}
/*** STICKY MENU ***/

header.stick {
    position: fixed;
    top: 0;
    z-index: 10000;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.stick #menu-navigation > li > a {
    padding: 20px;
}
.stick .logo {
    padding: 2px 0;
}
.stick .menu ul li > ul {
    top: 61px;
}
.stick .menu ul li > ul li ul {
    top: 0;
}
.stick #menu-navigation > li:after,
.stick #menu-navigation > li.active:after {
    display: none;
}
/*** MENU BELOW SLIDER ***/

.below {
    bottom: 0;
    top: auto;
}
/*** TOGGLE HEADER ***/

.show-header {
    height: 70px;
    width: 70px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 40px;
    line-height: 69px;
    z-index: 2147483647;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.top-bar-toggle {
    display: none;
}
.toggle-header {
    display: none;
}
.show-header.move-down {
    font-size: 20px;
    height: 40px;
    line-height: 35px;
    top: 0;
}
/*** LOGO IN THE MIDDLE ***/

.middle-logo {
    top: 0;
}
.middle-logo .logo {
    display: table;
    margin: 0 auto;
    float: none;
}
.middle-logo .menu {
    display: table;
    float: none;
    margin: 0 auto;
}
.middle-logo #menu-navigation > li:hover:before,
.middle-logo #menu-navigation > li:hover:after,
.middle-logo #menu-navigation > li.active:before,
.middle-logo #menu-navigation > li.active:after {
    display: none;
}
.middle-logo #menu-navigation li a {
    padding: 10px 20px;
}
.middle-logo .menu ul li ul {
    top: 40px;
}
.middle-logo .menu ul li > ul li ul {
    top: 0;
}
.up-half {
    margin-top: -165px;
    float: left;
    width: 100%;
    position: relative;
}
/*.box {



    background: none repeat scroll 0 0 #FFFFFF;



    border: 1px solid;



    float: left;



    text-align: center;



    width: 100%;



    position:Relative;



}



.box:after {



    bottom: 0;



    content: "";



    height:0;



    left: 0;



    position: absolute;



    width: 100%;



    z-index: 0;



    -webkit-transition:all 0.3s ease 0s;



    -moz-transition:all 0.3s ease 0s;



    -ms-transition:all 0.3s ease 0s;



    -o-transition:all 0.3s ease 0s;



    transition:all 0.3s ease 0s;



}



.box:hover:after {



    height:100%;



}



.box i {



    float: left;



    font-size: 50px;



    line-height: 44px;



    padding: 40px 0;



    width: 100%;



    color:#8e8e8e;



    text-shadow:0 1px 3px rgba(0,0,0,0.20);



    position:relative;



    z-index:1;



    



    -webkit-transition:all 0.3s ease 0s;



    -moz-transition:all 0.3s ease 0s;



    -ms-transition:all 0.3s ease 0s;



    -o-transition:all 0.3s ease 0s;



    transition:all 0.3s ease 0s;



}



.box:hover i{



    color:#fff;



}



.box > h4 {



    color: #F4F4F4;



    float: left;



    font-family: open sans;



    font-size: 13px;



    font-weight: normal;



    line-height: 15px;



    padding: 12px 0;



    width: 100%;



    position:relative;



    z-index:1;



}



.box > h4 a{



    color: #F4F4F4;



}*/

.parallax {
    float: left;
    padding: 70px 0;
    width: 100%;
}
.fixed-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.parallax .container {
    padding: 0;
}
.posts-carousel {
    float: left;
    width: 100%;
    margin-top: 30px;
    position: relative;
}
.posts-carousel .sec-heading {
    border-bottom-color: #999898;
    margin-bottom: 30px;
}
.posts-carousel li {
    float: left;
}
.carou-post {
    background: none repeat scroll 0 0 #FCFCFC;
    float: left;
    width: 100%;
}
.carou-post-img {
    position: relative;
}
.previous-event .carou-post-img > img {
    height: 100px;
    width: 100px;
}
.carou-post-img > img {
    width: 100%;
    height: auto;
}
.carou-post-img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(82, 82, 82, 0.66);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.carou-post-img:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
}
.carou-post-img a {
    color: #fff;
    width: 50px;
    line-height: 40px;
    border: 1px solid #bdbdbe;
    text-align: center;
    font-size: 20px;
    margin-top: -20px;
    margin-left: -25px;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    -webkit-transition: opacity 0.2s ease 0s, transform 0.3s ease 0.2s;
    -moz-transition: opacity 0.2s ease 0s, transform 0.3s ease 0.2s;
    -ms-transition: opacity 0.2s ease 0s, transform 0.3s ease 0.2s;
    -o-transition: opacity 0.2s ease 0s, transform 0.3s ease 0.2s;
    transition: opacity 0.2s ease 0s, transform 0.3s ease 0.2s;
}
.carou-post-img:hover a {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.carou-post > h4 {
    color: #FCFCFC;
    float: left;
    font-family: open sans;
    font-size: 14px;
    padding: 10px 20px;
}
.carou-post > p {
    color: #7B7B7B;
    display: block;
    float: left;
    font-family: open sans;
    font-size: 13px;
    margin: 20px 0;
    padding: 0 22px;
}
.carou-post > a {
    background: none repeat scroll 0 0 #525252;
    color: #FCFCFC;
    float: right;
    font-family: open sans;
    line-height: 12px;
    margin-bottom: 10px;
    padding: 5px 20px;
}
.carou-post .ls-container {
    border-bottom: 0;
}
.posts-carousel .flex-direction-nav {
    position: absolute;
    right: 0;
    top: -65px;
}
.posts-carousel .flex-direction-nav li {
    float: left;
    margin: 0 4px;
}
.posts-carousel .flex-direction-nav li a {
    background: url("http://issme.org/wp-content/themes/Issme/images/carousel-arrows.png") no-repeat scroll 5px -2px #4A4A4A;
    float: left;
    width: 25px;
    height: 25px;
    color: transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.posts-carousel .flex-direction-nav li a.flex-next {
    background-position: -42px -3px;
}
.posts-carousel .sec-heading h2 {
    color: #4A4A4A;
    font-size: 24px;
}
.posts-carousel .sec-heading h2:before {
    border-bottom-color: #999898
}
.posts-carousel .sec-heading h2:after {
    border-top-color: #999898
}
.posts-carousel .pagi i {
    color: #fff;
}
.posts-carousel .pagi.next {
    right: 0;
}
.posts-carousel .pagi.prev {
    right: 35px;
}
.carou-post #layerslider-container-fw {
    height: 235px;
    width: 270px;
}
#shop-carousel > li {
    float: left;
}
.shop {
    float: left;
    margin: 30px 0 0;
    width: 100%;
    position: relative;
}
.item {
    float: left;
    position: relative;
    width: 100%;
}
.item img {
    height: 291px;
    width: 100%;
}
.item-detail {
    background: none repeat scroll 0 0 rgba(87, 87, 87, 0.73);
    bottom: 0;
    left: 0;
    padding: 15px 20px;
    position: absolute;
    width: 100%;
}
.item-detail h3 {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.item-detail > h3 a {
    color: #FFFFFF;
    float: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    width: 100%;
}
.item-detail > span {
    color: #FFFFFF;
    float: right;
    font-family: roboto;
    font-size: 25px;
    line-height: 33px;
    width: 50%;
}
.item-detail > span span {
    color: #D6D5D5;
    font-size: 27px;
}
.item-detail i {
    color: #CCCBCC;
    font-family: open sans;
    font-style: normal;
    margin-right: 20px;
}
.item-detail > a.added_to_cart {
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    text-align: left;
}
.item-detail i span {
    text-decoration: line-through;
    font-size: 16px;
}
.item-detail > a {
    border-radius: 2px;
    color: #FFFFFF;
    float: left;
    font-family: open sans;
    line-height: 10px;
    padding: 10px;
    text-align: center;
}
.shop .flex-direction-nav {
    position: absolute;
    right: 15px;
    top: -65px;
}
.shop .flex-direction-nav li {
    float: left;
    margin: 0 4px;
}
.shop .flex-direction-nav li a {
    background: url("http://issme.org/wp-content/themes/Issme/images/carousel-arrows.png") no-repeat scroll 5px -2px #4A4A4A;
    float: left;
    width: 25px;
    height: 25px;
    color: transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.shop .flex-direction-nav li a.flex-next {
    background-position: -42px -3px;
}
.donate-message {
    float: left;
    margin-top: 30px;
    width: 100%;
}
.donate-message > img {
    width: 100%;
}
.donate-message > h5 {
    color: #4F4E4E;
    font-family: open sans;
    font-size: 16px;
    font-weight: bold;
    line-height: 17px;
    margin: 10px 0;
}
.donate-message > p {
    color: #717171;
    font-family: open sans;
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 20px;
    line-height: 21px;
}
.donate-message > a {
    background: none repeat scroll 0 0 #4a4a4a;
    border-radius: 0 10px;
    color: #FFFFFF;
    float: right;
    font-family: open sans;
    font-size: 11px;
    line-height: 10px;
    padding: 10px;
}
.upcoming-event {
    float: left;
    margin-top: 30px;
    width: 100%;
}
.upcoming-event img {
    width: 100%;
}
.upcoming-event > h5 {
    font-family: open sans;
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0;
}
.upcoming-event li {
    border: 1px solid #EEEDED;
    font-family: open sans;
    line-height: 15px;
    margin-bottom: 2px;
    padding: 5px 20px;
}
.upcoming-event li a {
    color: #4F4E4E;
}
.upcoming-event li i {
    margin-right: 10px;
    font-size: 15px;
}
.upcoming-event li .icon-twitter {
    color: #51B4FF;
}
.upcoming-event li .icon-calendar {
    color: #949090;
}
/*** //// PROFILE SINGLE PAGE ///////



///////////////////////////////////////////// ***/

.profile-tabs-content {
    float: left;
    margin-bottom: 30px;
    overflow: hidden;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.profile-tabs-content img {
    width: 100%;
}
.profile-tabs {
    border: 0 none;
    float: left;
    width: 100%;
}
.profile-tabs li {
    float: left;
    margin-bottom: 30px;
    width: 33.3333%;
    padding: 0 15px;
}
.nav.profile-tabs li a,
.nav.profile-tabs li a:hover,
.nav.profile-tabs li a:focus {
    background: none;
    border: 0 none;
    margin: 0;
    padding: 0;
    outline: none;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.nav.profile-tabs li a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
    filter: alpha(opacity: 0);
    -webkit-transition: opacity 0.3s linear, transform 0.3s ease 0.3s;
    -moz-transition: opacity 0.3s linear, transform 0.3s ease 0.3s;
    -ms-transition: opacity 0.3s linear, transform 0.3s ease 0.3s;
    -o-transition: opacity 0.3s linear, transform 0.3s ease 0.3s;
    transition: opacity 0.3s linear, transform 0.3s ease 0.3s;
}
.nav.profile-tabs li a:hover:before,
.nav.profile-tabs li.active a:before {
    opacity: 1;
    filter: alpha(opacity: 100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.nav.profile-tabs li a:after {
    color: #FFFFFF;
    content: "";
    font-family: fontawesome;
    font-size: 30px;
    height: 30px;
    left: 50%;
    line-height: 29px;
    margin-left: -15px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    width: 30px;
    opacity: 0;
    filter: alpha(opacity: 0);
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
    -webkit-transition: all 0.3s ease 0.3s;
    -moz-transition: all 0.3s ease 0.3s;
    -ms-transition: all 0.3s ease 0.3s;
    -o-transition: all 0.3s ease 0.3s;
    transition: all 0.3s ease 0.3s;
}
.nav.profile-tabs li a:hover:after,
.nav.profile-tabs li.active a:after {
    opacity: 1;
    filter: alpha(opacity: 100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.nav.profile-tabs li a img {
    width: 100%;
}
.profile-page h1 {
    color: #333333;
    font-family: roboto;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 25px;
    word-wrap: break-word;
}
.profile-page h1 i {
    margin-right: 10px;
}
.designation {
    float: left;
    font-family: open sans;
    font-size: 13px;
    font-weight: 600;
    line-height: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
    width: 100%;
}
.profile-info {
    float: left;
    overflow: hidden;
    width: 400px;
    margin-bottom: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.profile-info > li {
    background: none repeat scroll 0 0 #F5F5F4;
    float: left;
    padding: 10px 20px;
    width: 100%;
}
.profile-info > li:nth-child(2n+2) {
    background: none repeat scroll 0 0 #F9F9F9;
}
.profile-info li span {
    color: #646464;
    float: left;
    font-family: open sans;
    font-size: 13px;
    font-weight: 500;
    line-height: 10px;
    width: 50%;
}
.profile-info li span i {
    color: #9a9a9a;
    margin-right: 10px;
}
.profile-info li p {
    float: left;
    width: 50%;
    margin-bottom: 0;
    font-family: open sans;
    font-size: 13px;
    font-weight: 400;
    color: #9a9a9a;
    line-height: 10px;
}
.profile-page p {
    color: #818181;
    float: left;
    font-family: open sans;
    font-size: 13px;
    letter-spacing: 0.2px;
    line-height: 24px;
    width: 100%;
}
.join-team {
    background: url("http://issme.org/wp-content/themes/Issme/images/pattern4.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 3px;
    float: left;
    margin-top: 50px;
    padding: 40px 55px;
    text-align: center;
    width: 100%;
}
.join-team h2 {
    color: #5A5A59;
    font-family: open sans;
    font-size: 22px;
    line-height: 17px;
    margin-bottom: 20px;
    text-shadow: 0 1px 1px #FFFFFF;
}
.join-team a {
    color: #FFFFFF;
    display: table;
    font-family: open sans;
    font-size: 13px;
    line-height: 13px;
    margin: 0 auto;
    padding: 10px 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.main-blog .post-meta {
    border: 0 none;
    padding: 0;
    width: 100%;
}
.main-blog .post-meta:before {
    background: none;
}
.main-blog .post-desc {
    padding-left: 0;
    width: 100%;
}
.main-blog .post-meta > li {
    float: left;
    margin-bottom: 0;
    margin-right: 10px;
}
/*** //// EVENT SINGLE PAGE ///////



///////////////////////////////////////////// ***/

.event-detail {
    float: left;
    width: 100%;
}
.event-detail h2 {
    float: left;
}
.event-detail h2 {
    color: #333333;
    float: left;
    margin-bottom: 20px;
    font-family: roboto;
    font-size: 16px;
    letter-spacing: 0.3px;
    padding-right: 20px;
    position: relative;
}
.event-detail h2:before,
.event-detail h2:after {
    background: none repeat scroll 0 0 #E3E3E3;
    content: "";
    height: 1px;
    width: 50%;
    position: absolute;
    left: 100%;
    top: 7px;
}
.event-detail h2:after {
    width: 100%;
    top: 13px;
}
.event-detail > ul {
    background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #F2F2F2;
    float: left;
    padding: 20px;
    width: 100%;
    margin-bottom: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.event-detail > ul li strong {
    color: #333333;
    font-size: 13px;
    font-weight: 400;
    padding-right: 5px;
}
.event-detail > ul li {
   
    float: left;
    font-family: roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
    width: 50%;
}
#menu-navigation li a:before,
#menu-navigation > li.active > a:before,
#menu-navigation > li a:hover,
#menu-navigation li ul li:hover,
.ls-defaultskin .ls-nav-prev:hover,
.ls-defaultskin .ls-nav-next:hover,
.message-box-title,
.submit-btn,
.donation-bar .donate-btn,
.amount.pull-right span,
.sec-title h1:before,
.sec-title h1:after,
.newsletter:before,
.newsletter,
.newsletter-btn,
.donate-us-box span.amount-figures.coloured,
.testimonial-color,

#prev:hover,
#next:hover,
.need,
.our-project-box .row > div:hover .icon-box,
.collected > span,
.welcome-box,
.pagi:hover,
.form-button,
.event-post-image span,
.search-button,
.sidebar-title > h4:after,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.search-tabs li.active a,
.search-tabs li.active a:hover,
.search-tabs li.active a:focus,
.cart-btn,
.accordion_toggle.current > a span,
#check > span,
.reply:hover,
.post-meta li > span,
.highlight > span,
.coloured-invert,
.progress.pattern .progress-bar,
.price-table ul:hover li.table-head,
.price-table ul:hover li.table-btn a,
.social-icons.gray li:hover,
.controls > ul li.active,
.show-header,
.box > h4,
.box:after,
.carou-post > h4,
.item-detail > a,
.join-team a,
.shop .flex-direction-nav li a:hover,
.posts-carousel .flex-direction-nav li a:hover,
.stories-carousel .flex-direction-nav li a:hover,
.option-combo > ul li a.selected,
button.favorite-btn:hover,
.page-numbers > li > span.current,
.woocommerce-page nav.woocommerce-pagination ul li span.current,
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before,
.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before,
.pagination > li > span.current {} .message-box-title > span,
.countSeconds,
.welcome-box span {
    background-color: #62cdff;
}
.menu ul li ul,
.message-form,
.message-form,
.ls-container,
.sidebar-title,
.accordion_toggle.current > a,
.order-reveived,
.theme-tabs .nav li.active a,
.theme-tabs .nav li.active a:hover,
.theme-tabs .nav li.active a:focus,
.menu ul li ul li ul,
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info,
.box {
    border-color: #0c0473;
}
.sec-title h1 span,
.meta span i,
.needed-amount > h5 i,
.footer-widget-title h4 span,
.our-causes-hover span i,
.our-causes-hover span.needed-amount,
.story > h6 i,
.member-intro > span,
.about-charity-desc.col-md-7 li h6,
.page-title h1 span,
label span,
.form p span,
.contact-info .contact-details li span i,
.sidebar-title > h4 span,
.sidebar-widget ul > li > a:hover,
.error-page h2,
.error-page-search a,
.search-result h3 span,
.cart-table li > .product > h6,
.cart-total span,
.cloud-tags a:hover,
.featured-products .col-md-4 > a,
.featured-products .col-md-4 > h6 i,
.order-reveived p strong,
.order-reveived a,
.gallery-tabs li.active a,
.gallery-tabs li.active a:hover,
.gallery-tabs li.active a:focus,
blockquote span,
.comments li .comment i span,
.post-meta > li p span,
.theme-tabs .nav li.active a,
.theme-tabs .nav li.active a:hover,
.theme-tabs .nav li.active a:focus,
.theme-list li i,
.logo h1,
.coloured,
.port-desc h4,
.donate-message > p span,
.upcoming-event > h5,
.upcoming-event li .icon-pencil,
.sec-heading h2 strong,
.ratings,
.designation {} .causes-pagi:hover,
.counter,
.flickr-images > a:before,
.event-post-image:before,
.gallery .col-md-4 > a:before,
.gallery-image > span,
.image-lists ul > li a:before,
.post-image:before,
.nav.profile-tabs li a:before {
    background-color: #0c0473;
}
.event-post-image:after {
    border-bottom-color: #0c0473;
}
.wpb_revslider_element.wpb_content_element {
    margin-bottom: 0;
    position: relative;
    z-index: 0;
}
/*** SINGLE PRODUCT PAGE ***/

.single-product-page {
    float: left;
    width: 100%;
    margin-bottom: 45px;
}
.single-product-page img {
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.single-product-page .post-desc {
    padding-left: 0;
}
button.favorite-btn {
    background: none repeat scroll 0 0 padding-box #555555;
    border: 3px solid #E5E5E5;
    color: #FFFFFF;
    font-family: roboto;
    font-size: 13px;
    line-height: 30px;
    padding: 5px 15px;
    margin-bottom: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
button.favorite-btn i {
    margin-right: 10px;
}
#quantity-field {
    border: 1px solid #C6DADE;
    float: left;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
#quantity-field button,
#quantity-field input {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    color: #437182;
    float: left;
    font-family: roboto;
    font-size: 12px;
    height: 30px;
    text-align: center;
    width: 33.334%;
}
#quantity-field button#up,
#quantity-field input#quantity {
    border-right: 1px solid #C6DADE;
}
#quantity-field button {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
#quantity-field button:hover {
    background: none repeat scroll 0 0 #C6DADE;
}
.single-product-page .cart-btn {
    float: left;
    padding: 7px 15px;
}
.post .single-product-page h1 {
    margin-bottom: 3px;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    float: left;
    width: 100% !important;
}
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row textarea {
    height: auto;
}
#shiptobilling .checkbox {
    float: left;
    font-size: 17px !important;
    font-weight: 400;
    line-height: 13px;
    margin: 0;
    padding: 0;
}
.gallery-video {
    float: left;
    width: 100%;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.gallery-video iframe {
    border: 0 none;
    float: left;
    width: 100%;
}
.image-lists ul > li .video-popup {
    float: left;
    height: 30px;
    width: 50px;
}
code {
    float: left;
    width: 100%;
    white-space: normal;
    margin: 10px 0;
}
.post h1 {
    color: #333333;
    font-family: roboto;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 20px;
    word-wrap: break-word;
}
.post h2 {
    color: #333333;
    font-family: roboto;
    $font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    word-wrap: break-word;
}
.post h3 {
    color: #333333;
    font-family: roboto;
    font-size: 14px !important;
    font-weight: 400;
    margin-bottom: 10px;
    word-wrap: break-word;
}
.post h4 {
    color: #333333;
    font-family: roboto;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 9px;
    word-wrap: break-word;
}
.post h5 {
    color: #333333;
    font-family: roboto;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px;
    word-wrap: break-word;
}
.post h6 {
    color: #333333;
    font-family: roboto;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 7px;
    word-wrap: break-word;
}
table {
    border: 0px solid #EFEFEF;
    float: left;
    width: 100%;
    margin-bottom: 0px;
}
table thead {
    border-bottom: 1px solid #EFEFEF;
}
table thead th {
    border: 1px solid #EFEFEF;
    color: #8B8B8B;
    font-size: 15px;
    font-weight: 500;
    line-height: 35px;
    text-align: center;
}
table tbody tr {
    /*    background: none repeat scroll 0 0 #FCFCFC;*/
    /*border: 1px solid #EFEFEF;*/
}
table tbody tr:nth-child(2n+2) {
    /*    background: none repeat scroll 0 0 #FFFFFF;*/
}
table tbody tr th,
table tbody tr td {
    /*border: 1px solid #EFEFEF;*/
    
    padding: 0 0px;
    /*font-size: 13px;*/
    
    font-weight: 400;
    /*line-height: 34px;*/
}
table tbody tr th a {
    font-size: 13px;
    font-weight: 400;
    line-height: 34px;
}
tfoot td {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}
tfoot td a {
    color: #969696;
}
.post-desc > ul {
    font-size: 13px;
    line-height: 25px;
    list-style: none;
    padding-left: 10px;
    display: inline-block;
}
.post-desc ul {
    padding-bottom: 15px;
}
.post-desc ul li {
    background-image: url("../images/latest-update-icon.jpg");
    background-position: left 10px;
    background-repeat: no-repeat;
    margin-bottom: 5px;
    padding-left: 15px;
}
.post-desc ul li a {
    color: #2F2F2F;
    /*    font-family: Arial,Helvetica,sans-serif;*/
    
    font-size: 14px;
}
.post-desc ul li a:hover {
    color: #0c0473;
}
.spacer {
    height: 1px;
    background-color: #cccccc;
    margin: 10px 0;
}
.post-desc ul ul {
    list-style: none;
    margin: 5px 0 5px 20px;
}
.post-desc > ol {
    font-size: 13px;
    line-height: 25px;
    padding-left: 20px;
    padding-bottom: 15px;
}
.post-desc ol ol {
    margin: 5px 0 5px 20px;
    padding: 0;
}
.aligncenter {
    margin: 0 auto;
}
.alignright {
    float: right;
}
.alignnone,
.alignnone img {
    width: 100%;
}
.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor,
.alignleft {} #html5-lightbox {
    z-index: 1000000000 !important;
}
.woocommerce #payment div.payment_box,
.woocommerce-page #payment div.payment_box {
    float: left;
}
.woocommerce-result-count {
    float: left;
    line-height: 30px;
}
.post-password-form input[type="password"] {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #C6DADE;
    font-family: roboto;
    font-size: 12px;
    height: 30px;
    padding: 5px 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.post-password-form input[type="submit"] {
    background: none repeat scroll 0 0 #F2F2F2;
    border: 1px solid #E5E5E5;
    font-size: 12px;
    height: 30px;
    padding: 0 15px;
}
.standalone-tweet .subject .e-entry-title {
    font-family: open sans;
    font-size: 14px;
}
.twitter-tweet.twitter-tweet-rendered {
    box-shadow: none !important;
    width: 100%;
}
.wpb_toggle,
#content h4.wpb_toggle {
    background-color: #EEEEEE !important;
    background-position: 6px center !important;
    border-radius: 3px;
    float: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 45px;
    margin-bottom: 5px;
    padding: 0 20px;
    width: 100%;
}
.wpb_toggle_content {
    border: 1px solid #EFEFEF;
    float: left;
    font-size: 13px;
    font-weight: 400;
    margin-top: -6px !important;
    padding: 15px 20px !important;
    width: 100%;
}
.wpb_content_element .wpb_tabs_nav li {
    border-left: 1px solid #E7E7E7;
    border-radius: 2px 2px 0 0;
    border-right: 1px solid #E7E7E7;
    border-top: 1px solid #E7E7E7;
    line-height: 30px;
    text-align: center;
    width: 170px;
}
.wpb_content_element .wpb_tabs_nav li a {
    color: #B9B9B9;
}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
    border: 1px solid #ECECEC;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
    color: #C9C9C9;
}
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab,
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #EFEFEF;
    margin-top: -2px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
.wpb_tour .wpb_tabs_nav .ui-state-default.ui-corner-top {
    border: 0 none;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.wpb_toggle_content {
    border: 1px solid #EFEFEF;
    float: left;
    font-size: 13px;
    font-weight: 400;
    margin-top: -6px !important;
    padding: 15px !important;
    width: 100%;
}
.wpb_accordion_section.group {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
    background: none repeat scroll 0 0 #F7F7F7;
    margin-top: 0;
    padding: 20px!important;
}
.wpb_wrapper .teaser_grid_container .categories_filter {
    float: left;
    margin: 0;
    width: 100%;
}
.wpb_wrapper .teaser_grid_container .categories_filter li {
    font-family: open sans;
    margin: 0;
    padding: 5px 15px;
}
.wpb_wrapper .teaser_grid_container .categories_filter li a {
    color: #B9B9B9;
    font-size: 13px;
}
.wpb_wrapper .teaser_grid_container .categories_filter {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #E8E8E8;
    float: left;
    margin: 0;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.wpb_wrapper .teaser_grid_container .categories_filter li.active {
    background: none repeat scroll 0 0 #EAEAEA;
}
.wpb_thumbnails.wpb_thumbnails-fluid.isotope {
    margin-top: 20px;
}
.teaser_grid_container .isotope-item h2 {
    color: #777777;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.teaser_grid_container .isotope-item {
    float: left;
    margin: 0 0 20px !important;
    padding: 0 15px;
}
.wpb_teaser_grid .post-thumb {
    float: left;
    margin-right: 15px;
}
.teaser_grid_container .isotope-item .entry-content p {
    color: #494949;
    font-family: open sans !important;
    font-size: 13px;
    font-weight: 300;
}
.wpb_content_element.wpb_single_image img,
.wpb_thumbnails .post-thumb img {
    border: 1px solid #CBCBCB;
    float: left;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.vc-inner {
    border: 1px solid #EFEFEF;
    padding: 10px;
}
.vc-inner h2 {
    color: #777777;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
}
.vc-inner .post-thumb img {
    border: 1px solid #EFEFEF;
    float: left;
    height: 100px;
    margin-right: 10px;
    padding: 3px;
    width: 100px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.vc-inner .entry-content > p {
    color: #777777;
    font-size: 12px;
    font-weight: 300;
}
.vc-carousel-control .icon-prev,
.vc-carousel-control .icon-next {
    background: none repeat scroll 0 0 #111111 !important;
    color: #FFFFFF;
    line-height: 42px;
}
.vc-carousel-indicators {
    bottom: -10px !important;
}
.vc_carousel .vc-carousel-indicators li {
    background: none repeat scroll 0 0 #BEBEBE !important;
    border-color: #BEBEBE !important;
}
.vc_carousel .vc-carousel-indicators li.vc-active {
    background: none repeat scroll 0 0 #FFFFFF !important;
}
#shiptobilling {
    width: 100%;
}
/*** SERVICES SINGLE PAGE ***/

.single-service > span {
    border: 1px solid #CFEEE7;
    color: #8E8E8E;
    float: left;
    font-size: 80px;
    line-height: 160px;
    margin-bottom: 20px;
    margin-right: 30px;
    text-align: center;
    height: 160px;
    width: 170px;
    -webkit-box-shadow: 0 0 13px #EBEBEB inset;
    -moz-box-shadow: 0 0 13px #EBEBEB inset;
    -ms-box-shadow: 0 0 13px #EBEBEB inset;
    -o-box-shadow: 0 0 13px #EBEBEB inset;
    box-shadow: 0 0 13px #EBEBEB inset;
}
.single-service > p {
    color: #858585;
    font-family: open sans;
    font-size: 12px;
    letter-spacing: 0.4px;
    line-height: 30px;
    margin-top: 10px;
}
.single-service h2 {
    color: #333333;
    font-family: roboto;
    font-size: 22px;
    padding: 20px 0 0;
}
.single-product-page .post-meta {
    border: 0 none;
    margin: 10px 0 0;
    padding: 0;
    width: 100%;
}
.single-product-page .post-meta:before {
    display: none;
}
.single-product-page .post-meta li {
    font-size: 12px;
    line-height: 20px;
    margin: 0;
}
.single-product-page .post-meta li del,
.single-product-page .post-meta li ins {
    color: #858585;
    float: left;
    font-size: 16px;
    margin-right: 10px;
    margin-top: 10px;
}
.single-product-page .post-meta li del span {
    font-size: 12px;
    text-decoration: line-through;
}
.sticky h2 a {
    border-bottom: 1px solid #E0E0E0;
    float: left;
}
.wpb_raw_code.wpb_content_element.wpb_raw_html {
    margin: 0;
}
#breadcrumbs {
    color: #636363;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-bottom: 30px;
    position: absolute;
    text-align: right;
    top: -55px;
    width: 1155px;
    padding-bottom: 10px;
    background: url(../img/border-bg-team.jpg) bottom repeat-x;
}
.engage {
    border: 1px solid #BFBFBF;
    height: 43px;
    width: 255px;
    float: left;
}
.engage h4 {
    background-color: #0c0473;
    background-image: url("../img/engage-arrow.png");
    background-position: 227px 7px;
    background-repeat: no-repeat;
    color: #FFFFFF;
    display: block;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 2.3em;
    margin-bottom: 10px;
    padding-left: 12px;
    text-shadow: none;
    width: 100%;
}
.a-btn {
    background: #e2e2e2;
    display: inline-block;
    float: left;
    height: 26px;
    margin: 2px 0 3px 11px;
    overflow: hidden;
    padding: 0 80px 0 4px;
    position: relative;
    transition: all 0.3s linear 0s;
    width: 96%;
}
.a-btn:hover {
    background: #efefef;
}
.a-btn:first-child {
    margin-top: 5px;
}
.a-btn:nth-child(6) {
    margin-bottom: 5px;
}
.a-btn-text {
    background: url("../img/black-arrow.png") no-repeat left 6px;
    color: #000000;
    display: block;
    font-size: 14px;
    padding: 2px 0 0 22px!important;
    transition: all 0.3s linear 0s;
    white-space: nowrap;
    padding-left: 13px;
}
.a-btn-slide-text {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: -1px 0 1px rgba(255, 255, 255, 0.4), 1px 1px 1px rgba(0, 0, 0, 0.5) inset;
    color: #996633;
    font-family: Georgia, serif;
    font-size: 11px;
    font-style: italic;
    height: 0;
    left: 0;
    line-height: 23px;
    overflow: hidden;
    position: absolute;
    right: 52px;
    text-indent: 15px;
    top: 34px;
    transition: height 0.3s linear 0s;
    white-space: nowrap;
    width: auto;
}
.a-btn-icon-right {
    border-left: 1px solid #F5B74E;
    box-shadow: 1px 0 1px rgba(255, 255, 255, 0.4) inset;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 52px;
}
.a-btn-icon-right span {
    background: url("../images/arrow_right.png") no-repeat scroll 50% 55% rgba(0, 0, 0, 0);
    height: 38px;
    left: 50%;
    margin: -20px 0 0 -20px;
    opacity: 0.7;
    position: absolute;
    top: 50%;
    transition: all 0.3s linear 0s;
    width: 38px;
}
.a-btn:active {
    background: -moz-linear-gradient(center top, #FEC354 0%, #FECD61 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.a-btn:hover {} .a-btn:hover .a-btn-text {
    color: #000000;
}
.a-btn:hover .a-btn-slide-text {
    height: 20px;
}
.a-btn:hover .a-btn-icon-right span {
    opacity: 1;
    transform: rotate(-45deg);
}
.inner-image {
    float: left;
    margin-right: 20px;
    width: 270px;
}
.clear {
    clear: both;
}
blockquote {
    border-left: 5px solid #0c0473;
    border-right: 5px solid #0c0473;
}
.blockquote_area {
    width: 80%;
    margin: 0 auto;
}
em,
blockquote p {
    $font-family: Georgia, "Times New Roman", Times, serif;
}
blockquote p {
    color: #333333;
    font-size: 16px;
    font-style: italic;
    margin: 0;
    padding-bottom: 3px;
}
.new-sep {
    background-image: url(../images/new-sep.png);
    background-repeat: repeat-x;
    background-position: left top;
    width: 100%;
    height: 10px;
    float: left;
    margin: 20px 0 !important;
}
.margin-alpha {
    margin-top: 0px;
}
.icon-img {
    float: left;
    width: 22%!important;
}
.icon-heading {
    float: left;
    width: 70%!important;
    margin-top: 33px !important;
}
.icon-heading h1 {
    font-size: 24px;
}
.text-box {
    float: left;
    width: 102%;
    margin-bottom: 10px;
    text-align: justify;
}
.text-box h1 {
    background: url("../img/button-pattern.png") repeat scroll 0 0 #0c0473;
    color: #ffffff !important;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding: 5px 0 5px 10px;
}
.text-box h1 a {
    color: #ffffff;
    text-decoration: none;
}
.text-box p {
    clear: both;
    float: left;
    font-family: roboto;
}
.text-box .read {
    clear: both;
    float: left;
    color: #0c0473;
    border-bottom: 1px dotted #0c0473;
    font-size: 12px;
    font-family: roboto;
}
.text-box .read a {
    color: #0c0473;
    text-decoration: none;
}
.about p {
    font-size: 13px;
    color: #858585;
}
.about-title {
    border-left: 5px solid #0c0473;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.about-title > h4:after {
    background: none repeat scroll 0 0 #0c0473;
    content: "";
    height: 1px;
    position: absolute;
    right: -175%;
    top: 55%;
    width: 166%;
}
.about-title > h4 {
    color: #2D2D2D;
    float: left;
    font-family: roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    padding-left: 15px;
    position: relative;
}
.about-title > h4 span {
    color: #0c0473;
    font-weight: 300;
}
.about-title-fraud > h4 {
    color: #2D2D2D;
    float: left;
    font-family: roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    padding-left: 15px;
    position: relative;
}
.about-title-fraud {
    border-left: 5px solid #0c0473;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.about-title-fraud > h4:after {
    background: none repeat scroll 0 0 #0c0473;
    content: "";
    height: 1px;
    left: 110%;
    position: absolute;
    top: 55%;
    width: 55%;
}
.text-box-underline {
    margin-bottom: 11px;
    margin-top: 5px;
}
.event-post-image span {
    background: url("../images/link-arrow.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 100%;
    opacity: 0.9;
    position: absolute;
    right: -30%;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 18%;
}
.icon-map-marker:before {
    content: "";
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
    display: inline-block;
    text-decoration: inherit;
}
.event-post-image span {
    background-color: #0c0473;
}
.remove-space {
    border-bottom: 1px solid #ccc;
}
.widget {
    font-family: 'Open Sans', sans-serif;
}
.widget .widget-articles {
    display: block;
    float: left;
    font-family: 'Open Sans', sans-serif;
}
.widget li:after,
.widget .widget-articles:after {
    clear: both;
    content: "";
    display: block;
    font-family: 'Open Sans', sans-serif;
}
.widget .widget-articles li {
    border-bottom: 1px dotted #C0BFBF;
    display: block;
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-family: 'Open Sans', sans-serif;
}
.main-sidebar .widget > div {
    border-bottom: 1px dotted #C0BFBF;
    display: block;
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-family: 'Open Sans', sans-serif;
}
.widget .widget-articles .article-photo {
    display: block;
    float: left;
    margin-top: 3px;
    margin-left: 5px;
}
.article-photo {
    display: block;
}
.widget .widget-articles .article-content {
    display: block;
    margin-left: 75px;
    font-family: 'Open Sans', sans-serif;
}
.breaking-news .the-title,
.widget > h3,
.button,
a.small-button,
.marker,
.hover-effect,
.block-title,
#wp-calendar td#today,
.small-button,
#writecomment p input[type="submit"] {
    background-color: #222222;
    float: right;
    margin: 7px 0px 0px 0px;
    padding: 6px 15px;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    color: #FFF;
    font-size: 14px;
    border: 0;
}
.hover-effect {
    max-width: 100%;
}
.hover-effect {
    background-color: #0c0473;
    display: inline-block;
    overflow: hidden;
}
.hover-effect .cover {
    color: #FFFFFF;
    display: block;
    position: relative;
}
div[rel="hover-parent"]:hover a.hover-effect .cover i:before,
a.hover-effect:hover .cover i:before {
    opacity: 1;
}
div[rel="hover-parent"]:hover a.hover-effect .cover img,
a.hover-effect:hover .cover img {
    opacity: 0.3;
}
a.hover-effect .cover i:before {
    content: "�";
    display: block;
    font-family: 'Entypo';
    height: 50px;
    left: 50%;
    line-height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    opacity: 0;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    top: 50%;
    transition: opacity 0.2s ease 0s;
    width: 50px;
    z-index: 2;
}
.hover-effect .cover i {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
    display: block;
    font-style: normal;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.hover-effect .cover img {
    opacity: 1;
    position: relative;
    transition: all 0.2s ease 0s;
    z-index: 0;
}
.widget .widget-articles .article-content h4 {
    margin-bottom: 4px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}
.widget .widget-articles .article-content h4 a {
    color: #333;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}
.widget h2,
.widget h4,
.widget h5,
.widget h6 {
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
}
.widget h3 {
    background: none repeat scroll 0 0 #0c0473;
    color: #FFFFFF;
    float: left;
    font-size: 19px;
    margin-bottom: 8px;
    padding: 5px;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
}
.article-list li {
    border-bottom: 1px dotted #C0BFBF;
    list-style: disc outside none;
    margin-bottom: 6px;
    margin-left: 16px;
    padding-bottom: 6px;
}
.article-list {
    margin-bottom: 10px;
    margin-left: 0;
}
.list-title {
    border-bottom: 2px solid #5A9E25;
    color: #5A9E25;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 20px;
    padding-bottom: 10px;
    width: 100%;
    float: left;
    font-size: 20px;
}
.article-list a {
    color: #333;
    font-size: 13px;
}
.products1 .pro-content {
    float: right;
    margin: 0 1%;
    padding: 0;
    width: 82%;
}
.products1 .pro-image {
    float: left;
    margin-right: 18px;
    margin-top: 0;
    width: 14%;
}
.products1 h5 {
    color: #000000;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 22px;
    margin-bottom: 10px;
}
.products1 .pro-image img {
    float: left;
    margin: 0 auto;
    padding: 0;
}
.products1:nth-child(2n) {
    border-radius: 6px;
    box-shadow: 0 0 6px #B0B0B0;
    float: right;
    padding: 20px;
    margin-bottom: 20px;
}
.products1:nth-child(2n) .pro-content {
    float: left;
    margin: 0 1%;
    padding: 0;
    width: 82%;
}
.products1:nth-child(2n) .pro-image {
    float: right;
    margin-right: 0px;
    margin-top: 0;
    width: 14%;
}
.products1:nth-child(2n+1) {
    border-radius: 6px;
    box-shadow: 0 0 6px #B0B0B0;
    float: right;
    padding: 20px;
    margin-bottom: 20px;
}
.text-box-news {
    float: left;
    width: 68%;
    margin-bottom: 13px;
}
.text-box-news h1 {
    color: #333;
    font-family: roboto;
    font-size: 22px;
    background-image: url(http://issme.org/wp-content/themes/Issme/images/text-box-dot.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    padding-right: 13px;
    width: auto;
    clear: both;
    float: left;
}
.text-box-news h1 a {
    color: #333;
    text-decoration: none;
}
.text-box-news p {
    clear: both;
    float: left;
    font-family: roboto;
}
.text-box-news .read {
    clear: both;
    float: left;
    color: #0c0473;
    border-bottom: 1px dotted #444;
    font-size: 12px;
    font-family: roboto;
}
.text-box-news .read a {
    color: #0c0473;
    text-decoration: none;
}
.speeches {} .speeches h1 {
    background-color: #f6f6f6;
    color: #0c0473;
    font-family: 'roboto';
    font-size: 20px;
    font-weight: normal;
    line-height: 40px;
    margin-bottom: 15px;
    padding-left: 15px;
    width: 100%;
}
.speeches h1 img {
    margin-right: 10px;
}
.speeches ul {} .speeches ul li {
    border-bottom: 1px solid #D6D6D6;
    font-size: 13px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.speeches ul li:last-child {
    border-bottom: 0px solid #D6D6D6;
}
.speeches ul li img {
    float: left;
    margin-right: 10px;
}
ul.media-list {} ul.media-list li {
    border-bottom: 1px solid #D6D6D6;
    font-size: 12px;
    margin-bottom: 13px;
    padding-bottom: 15px;
}
ul.media-list li:last-child {
    border-bottom: 0px solid #D6D6D6;
}
ul.media-list li p {} ul.media-list li p.title {
    margin-bottom: 0px;
}
ul.media-list li img {
    float: left;
    margin-right: 15px;
}
ul.media-list li span {
    font-size: 11px;
}
.video-box {} .video-box h1 {
    background-color: #f6f6f6;
    color: #0c0473;
    font-family: 'roboto';
    font-size: 20px;
    font-weight: normal;
    line-height: 40px;
    margin-bottom: 15px;
    padding-left: 15px;
    width: 100%;
}
.video-box h1 img {
    margin-right: 10px;
}
.video {} .pnotice {} .pnotice h1 {
    background-color: #f6f6f6;
    color: #0c0473;
    font-family: 'roboto';
    font-size: 20px;
    font-weight: normal;
    line-height: 40px;
    margin-bottom: 15px;
    padding-left: 15px;
    width: 100%;
}
.pnotice h1 img {
    margin-right: 10px;
}
.pnotice-list {
    list-style: decimal inside none;
}
.pnotice-list li {
    margin-bottom: 15px;
    font-size: 13px;
}
.publication-container {
    background-color: #f9f9f9;
    padding-bottom: 15px;
    margin-top: 50px;
}
.yellow-title {
    background-color: #0c0473;
    color: #FFFFFF;
    font-family: 'roboto';
    font-size: 24px;
    line-height: 47px;
    padding-left: 15px;
    font-weight: 300;
    margin-bottom: 15px;
}
.yellow-title-mini {
    background-color: #0c0473;
    color: #FFFFFF!important;
    font-family: 'roboto';
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 5px;
    padding-left: 9px;
    clear: both;
}
.g-inquiry {
    background: #ffffff!important;
    border: none!important;
    padding-left: 0px;
}
.copy-right-logo {
    text-align: center;
    padding: 5px 0;
}
h3 {
    font-family: 'roboto'!important;
    font-weight: 300;
}
.publication-container p {
    padding: 0 15px;
}
.publication-container img {
    float: left;
    margin: 10px 30px 30px;
}
.yellow {
    color: #0c0473;
}
.bold {
    font-weight: bold;
}
.publication-right {} .publication-right-title {
    background-color: #F6F6F6;
    color: #0c0473;
    font-family: 'roboto';
    font-size: 20px;
    font-weight: normal;
    line-height: 40px;
    margin-bottom: 15px;
    padding-left: 15px;
    width: 100%;
}
.publication-right-title img {
    margin-right: 10px;
}
ul.publication-right-points {
    list-style: none;
    margin-bottom: 35px;
    margin-left: 5px;
}
ul.publication-right-points li {
    font-size: 13px;
    margin-bottom: 15px;
    background-image: url(../images/publication-right-arrow.png);
    background-repeat: no-repeat;
    background-position: left 5px;
    padding-left: 20px;
}
ul.publication-right-points li a {
    text-decoration: none;
}
ul.publication-right-points li a:hover {
    text-decoration: underline;
}
ul.publication-right-points-2 {
    list-style: decimal inside none;
    margin-left: 5px;
}
ul.publication-right-points-2 li {
    font-size: 13px;
    margin-bottom: 15px;
}
ul.publication-right-points-2 li a {
    text-decoration: none;
}
ul.publication-right-points-2 li a:hover {
    text-decoration: underline;
}
.pic_box {
    clear: both;
}
.pic_box img {
    float: left;
    margin: 0 10px;
}
/*---------- 06 June -----------*/

.certificate-origin-primary {
    font-size: 12px;
}
.certificate-origin {
    background: #0c0473;
    color: #ffffff;
    padding: 10px;
}
/*---------- 09 June -----------*/

.regional-network {
    font-size: 15px !important;
    font-weight: bold !important;
    margin: 0 !important;
    padding: 7px 0px;
}
.post-desc table {
    $border-color: #0000cc;
}
.dark-yell {
    background: #ffffff;
    color: #222222;
    margin: 0px;
    padding: 0px 5px;
}
.dark-blue2 {
    background: #198bb0;
    color: #ffffff;
    margin: 0px;
    padding: 0px 5px;
    border: 1px solid #0000cc;
}
.dark-blue {
    background: #2d53a0;
    color: #ffffff;
    margin: 0px;
    padding: 0px 5px;
    border: 1px solid #0000cc;
}
.light-yell {
    background: #ffffff;
    color: #0000cc;
    margin-bottom: 0px;
    padding: 0px 5px;
}
table tbody tr th,
table tbody tr td {
    font-weight: 400;
    padding: 2px 5px;
    font-size: 13px;
}
/*---------- 10 June -----------*/

.a-position {
    color: #F00;
}
.academic-position {
    margin: 5px 0px;
}
.news-centre {
    padding: 5px;
}
.country-code {
    margin-right: 5px;
    width: 167px;
    border: 1px solid #c6dade;
    border-radius: 3px;
    height: 30px;
    padding: 4px 6px;
    box-shadow: none;
    width: 140px;
}
.country-title {
    border: 1px solid #c6dade;
    border-radius: 3px;
    box-shadow: none;
    height: 30px;
    margin-right: 5px;
    padding: 4px 10px;
    width: 72px;
}
.country-name {
    margin-bottom: 1px;
    padding: 0px;
    display: block;
    clear: both;
}
.country-name-short {
    display: inline-block;
    margin-bottom: 7px;
    padding: 0;
    width: 171px;
}
.country-name-publication {
    display: inline-block;
    margin-bottom: 7px;
    padding: 0;
    width: 500px;
}
.country-code-short {
    border: 1px solid #c6dade;
    border-radius: 3px;
    box-shadow: none;
    height: 30px;
    margin-right: 12px;
    padding: 4px 3px;
    width: 168px;
}
.country-name-gender {
    display: inline-block;
    margin-bottom: 7px;
    padding: 0;
    width: 171px;
}
.country-code-gender {
    border: 1px solid #c6dade;
    border-radius: 3px;
    box-shadow: none;
    height: 30px;
    margin-right: 0;
    padding: 4px 10px;
    width: 167px;
}
.country-code-areas {
    border: 1px solid #c6dade;
    border-radius: 3px;
    box-shadow: none;
    height: 30px;
    margin-right: 6px;
    padding: 4px 6px;
    width: 167px;
}
.country-name-areas {
    display: inline-block;
    margin-bottom: 7px;
    padding: 0;
    width: 164px;
}
.country-name-expertise {
    display: inline-block;
    margin-bottom: 7px;
    padding: 0;
    width: 268px;
}
.publication-package {
    margin: -13px 0 -8px 21px;
    padding: 0px;
}
.btn-warning {
    background-color: #222222;
    border: medium none;
    color: #ffffff;
    padding: 7px 30px;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    background-color: #0c0473;
    border-color: #0c0473;
    color: #ffffff;
}
.download_btn {
    background-color: #222222;
    border: medium none;
    color: #ffffff;
    font-size: 12px;
    padding: 3px 10px;
}
.download_btn:hover {
    background-color: #0c0473;
    border-color: #0c0473;
    color: #ffffff;
}
.inner {
    background: none!important;
    border-color: none!important;
    border-style: none!important;
    border-width: none!important;
}
div#nextend-accordion-menu-nextendaccordionmenuwidget-4 div div.title h3 {
    background: none repeat scroll 0 0 #0c0473!important;
    color: #ffffff!important;
    font-family: 'open sans', Arial!important;
    font-size: 20px!important;
    font-style: normal!important;
    font-weight: normal!important;
    line-height: 21px!important;
    margin: 0!important;
    min-height: 26px!important;
    padding-bottom: 5px !important;
    padding-top: 8px !important;
    padding-left: 12px;
    text-decoration: none!important;
    text-shadow: none!important;
    text-align: left!important;
}
div#nextend-accordion-menu-nextendaccordionmenuwidget-2 div div.title h3 {
    font-family: 'Roboto', sans-serif !important;
    background: url("../img/button-pattern.png") repeat scroll 0 0 #0c0473 !important;
    font-weight: 500 !important;
    padding: 5px 0px 5px 14px !important;
    color: #ffffff !important;
    font-size: 18px !important;
    margin: 0!important;
    min-height: 26px!important;
    padding-bottom: 5px !important;
    padding-top: 8px !important;
    text-decoration: none!important;
    text-shadow: none!important;
    text-align: left!important;
}
div#nextend-accordion-menu-nextendaccordionmenuwidget-11 div div.title h3 {
    background: none repeat scroll 0 0 #0c0473!important;
    color: #ffffff!important;
    font-family: 'open sans', Arial!important;
    font-size: 20px!important;
    font-style: normal!important;
    font-weight: normal!important;
    line-height: 21px!important;
    margin: 0!important;
    min-height: 26px!important;
    padding-bottom: 5px !important;
    padding-top: 8px !important;
    padding-left: 12px!important;
    text-decoration: none!important;
    text-shadow: none!important;
    text-align: left!important;
}
.nextend-accordion-menu-inner .title h3 {
    background: none repeat scroll 0 0 #0c0473!important;
    color: #ffffff!important;
    font-family: 'open sans', Arial!important;
    font-size: 20px!important;
    font-style: normal!important;
    font-weight: normal!important;
    line-height: 21px!important;
    margin: 0!important;
    min-height: 26px!important;
    padding-bottom: 5px !important;
    padding-top: 8px !important;
    padding-left: 12px!important;
    text-decoration: none!important;
    text-shadow: none!important;
    text-align: left!important;
}
div#nextend-accordion-menu-nextendaccordionmenuwidget-7 div div.title h3 {
    background: none repeat scroll 0 0 #0c0473!important;
    color: #ffffff!important;
    font-family: 'open sans', Arial!important;
    font-size: 20px!important;
    font-style: normal!important;
    font-weight: normal!important;
    line-height: 21px!important;
    margin: 0!important;
    min-height: 26px!important;
    padding-bottom: 5px !important;
    padding-top: 8px !important;
    padding-left: 12px!important;
    text-decoration: none!important;
    text-shadow: none!important;
    text-align: left!important;
}
div#nextend-accordion-menu-nextendaccordionmenuwidget-5 div div.title h3 {
    background: none repeat scroll 0 0 #0c0473!important;
    color: #ffffff!important;
    font-family: 'open sans', Arial!important;
    font-size: 20px!important;
    font-style: normal!important;
    font-weight: normal!important;
    line-height: 21px!important;
    margin: 0!important;
    min-height: 26px!important;
    padding-bottom: 5px !important;
    padding-top: 8px !important;
    padding-left: 12px!important;
    text-decoration: none!important;
    text-shadow: none!important;
    text-align: left!important;
}
div#nextend-accordion-menu-nextendaccordionmenuwidget-12 div div.title h3 {
    background: none repeat scroll 0 0 #0c0473!important;
    color: #ffffff!important;
    font-family: 'open sans', Arial!important;
    font-size: 20px!important;
    font-style: normal!important;
    font-weight: normal!important;
    line-height: 21px!important;
    margin: 0!important;
    min-height: 26px!important;
    padding-bottom: 5px !important;
    padding-top: 8px !important;
    padding-left: 12px!important;
    text-decoration: none!important;
    text-shadow: none!important;
    text-align: left!important;
}
.bsearch_results_page {
    padding: 10px 0px;
}
input[type="radio"],
input[type="checkbox"] {
    margin-top: 3px;
}
#meta-3 {
    margin-top: 15px;
}
b,
strong {
    font-weight: 600;
}
.slideshow_container_style-light {
    margin-bottom: 15px;
}
.screen-reader-text {
    font-size: 12px;
    margin-left: 9px;
}
/*new*/

.feature_img {
    padding: 20px !important;
    width: 300px;
}
.feature_img img {
    margin-top: 15px;
}
.feature_img i {
    color: #0c0473;
}
.feature_img .custom-top-icon {
    font-size: 60px;
    left: 0px;
    position: absolute;
    top: -5px;
    transform: rotate(45deg);
}
.feature_img .custom-bottom-icon {
    top: 192px;
    font-size: 60px;
    position: absolute;
    left: 275px;
    transform: rotate(45deg);
}
.issme_rightsidebar {
    width: 100%;
    border: 1px solid #d5d6d7;
    margin-bottom: 10px;
    padding: 5px;
    margin-top: 10px;
}
.issme_rightsidebar:after {
    clear: both;
    content: "";
    display: table;
}
.issme_rightsidebar .items {
    color: #222222;
    font-size: 12px;
    background-color: #f2f2f2;
    margin-bottom: 5px;
}
.issme_rightsidebar .items:last-child {
    margin-bottom: 0px;
}
.issme_rightsidebar .items:after {
    clear: both;
    content: "";
    display: table;
}
.issme_rightsidebar .items_image {
    width: 80px;
    float: left;
}
.issme_rightsidebar .items_image img {
    max-width: 100%;
    width: 100%;
}
.issme_rightsidebar .items_info {
    width: 150px;
    float: left;
    padding-top: 10px;
    padding-left: 10px;
    color: #222222;
}
.issme_rightsidebar .items_info span {
    color: #222222;
}
.slider_readmore {
    background-color: #222222;
    color: #ffffff !important;
    padding: 10px 15px;
    font-size: 16px !important;
    text-decoration: none;
}
.slider_readmore a {
    color: #ffffff !important;
    text-decoration: none !important;
}
.slider_readmore:hover {
    background-color: #198bb0;
}
a .footer_links {
    color: #ffffff !important;
}
a:hover .footer_links {
    color: #62cdff !important;
}
.main_content select {
    width: 200px;
}
/*$$$$$$$$$$$$$$$$$$$$$Nav*/
/*$$$$$$$$$$$$$$$$$$$$$$$$*/

/*div#nextend-accordion-menu-nextendaccordionmenuwidget-12 dl.level1 dt a,
div#nextend-accordion-menu-nextendaccordionmenuwidget-12 dl.level1 dt a span {
    color: #333333!important;
    font-family: 'open sans', Arial!important;
    font-size: 13px!important;
    font-style: normal!important;
    font-weight: 600!important;
    line-height: 20px!important;
    text-align: left!important;
    text-decoration: none!important;
    text-shadow: none!important;
    padding-top: 2px!important;
}
div#nextend-accordion-menu-nextendaccordionmenuwidget-12 dl.level1 .inner {
    padding: 9px 0 5px 10px !important;
}
div#nextend-accordion-menu-nextendaccordionmenuwidget-2 dl.level1 dt .inner {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0)!important;
    padding: 1px 22px !important;
}
div#nextend-accordion-menu-nextendaccordionmenuwidget-11 dl.level1 dt a,
div#nextend-accordion-menu-nextendaccordionmenuwidget-11 dl.level1 dt a span {
    color: #333333!important;
    font-family: 'open sans'!important;
    font-size: 13px!important;
    font-style: normal!important;
    font-weight: 600!important;
    line-height: 20px;
    text-align: left!important;
    text-decoration: none!important;
    text-shadow: none!important;
}
div#nextend-accordion-menu-nextendaccordionmenuwidget-4 dl.level1 dt.opening span.inner span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-4 dl.level1 dt.opening span.inner span span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-4 dl.level1 dt.opening a,
div#nextend-accordion-menu-nextendaccordionmenuwidget-4 dl.level1 dt.opening a span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-4 dl.level1 dt.opened span.inner span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-4 dl.level1 dt.opened span.inner span span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-4 dl.level1 dt.opened a,
div#nextend-accordion-menu-nextendaccordionmenuwidget-4 dl.level1 dt.opened a span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-4 dl.level1 dt.active span.inner span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-4 dl.level1 dt.active span.inner span span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-4 dl.level1 dt.active a,
div#nextend-accordion-menu-nextendaccordionmenuwidget-4 dl.level1 dt.active a span {
    color: #333333!important;
    font-family: 'open sans'!important;
    font-size: 13px!important;
    font-style: normal!important;
    font-weight: normal !important;
    line-height: 20px;
    text-align: left!important;
    text-decoration: none!important;
    text-shadow: none!important;
}
div#nextend-accordion-menu-nextendaccordionmenuwidget-4 dl.level1 dt span {
    color: #333333!important;
    font-family: 'open sans'!important;
    font-size: 13px!important;
    font-style: normal!important;
    line-height: 20px;
    text-align: left!important;
    text-decoration: none!important;
    text-shadow: none!important;
}
div#nextend-accordion-menu-nextendaccordionmenuwidget-6 dl.level1 dt a,
div#nextend-accordion-menu-nextendaccordionmenuwidget-6 dl.level1 dt a span {
    color: #333333 !important;
    font-family: 'open sans'!important;
    font-size: 13px!important;
    font-style: normal!important;
    line-height: 20px;
    text-align: left!important;
    text-decoration: none!important;
    text-shadow: none!important;
}
div#nextend-accordion-menu-nextendaccordionmenuwidget-6 dl.level1 dt a,
div#nextend-accordion-menu-nextendaccordionmenuwidget-6 dl.level1 dt a span:hover {
    color: #0c0473 !important;
    font-family: 'open sans'!important;
    font-size: 13px!important;
    font-style: normal!important;
    line-height: 20px;
    text-align: left!important;
    text-decoration: none!important;
    text-shadow: none!important;
}
div#nextend-accordion-menu-nextendaccordionmenuwidget-7 dl.level1 dt a,
div#nextend-accordion-menu-nextendaccordionmenuwidget-7 dl.level1 dt a span {
    color: #333333!important;
    font-family: 'open sans'!important;
    font-size: 13px!important;
    font-style: normal!important;
    line-height: 20px;
    text-align: left!important;
    text-decoration: none!important;
    text-shadow: none!important;
}
div#nextend-accordion-menu-nextendaccordionmenuwidget-5 dl.level1 dt a,
div#nextend-accordion-menu-nextendaccordionmenuwidget-5 dl.level1 dt a span {
    color: #333333!important;
    font-family: 'open sans'!important;
    font-size: 13px!important;
    font-style: normal!important;
    line-height: 20px;
    text-align: left!important;
    text-decoration: none!important;
    text-shadow: none!important;
}
div#nextend-accordion-menu-nextendaccordionmenuwidget-5 dl.level1 dt a,
div#nextend-accordion-menu-nextendaccordionmenuwidget-5 dl.level1 dt a span:hover {
    color: #0c0473!important;
    font-family: 'open sans'!important;
    font-size: 13px!important;
    font-style: normal!important;
    line-height: 20px;
    text-align: left!important;
    text-decoration: none!important;
    text-shadow: none!important;
}
div#nextend-accordion-menu-nextendaccordionmenuwidget-2 dl.level2 dt.opening span.inner span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-2 dl.level2 dt.opening span.inner span span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-2 dl.level2 dt.opening a,
div#nextend-accordion-menu-nextendaccordionmenuwidget-2 dl.level2 dt.opening a span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-2 dl.level2 dt.opened span.inner span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-2 dl.level2 dt.opened span.inner span span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-2 dl.level2 dt.opened a,
div#nextend-accordion-menu-nextendaccordionmenuwidget-2 dl.level2 dt.opened a span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-2 dl.level2 dt.active span.inner span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-2 dl.level2 dt.active span.inner span span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-2 dl.level2 dt.active a,
div#nextend-accordion-menu-nextendaccordionmenuwidget-2 dl.level2 dt.active a span {
    color: #0c0473!important;
}
div#nextend-accordion-menu-nextendaccordionmenuwidget-2 dl.level1 dt.opening span.inner span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-2 dl.level1 dt.opening span.inner span span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-2 dl.level1 dt.opening a,
div#nextend-accordion-menu-nextendaccordionmenuwidget-2 dl.level1 dt.opening a span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-2 dl.level1 dt.opened span.inner span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-2 dl.level1 dt.opened span.inner span span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-2 dl.level1 dt.opened a,
div#nextend-accordion-menu-nextendaccordionmenuwidget-2 dl.level1 dt.opened a span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-2 dl.level1 dt.active span.inner span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-2 dl.level1 dt.active span.inner span span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-2 dl.level1 dt.active a,
div#nextend-accordion-menu-nextendaccordionmenuwidget-2 dl.level1 dt.active a span {
    color: #0c0473!important;
}
div#nextend-accordion-menu-nextendaccordionmenuwidget-11 dl.level2 dt.opening span.inner span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-11 dl.level2 dt.opening span.inner span span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-11 dl.level2 dt.opening a,
div#nextend-accordion-menu-nextendaccordionmenuwidget-11 dl.level2 dt.opening a span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-11 dl.level2 dt.opened span.inner span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-11 dl.level2 dt.opened span.inner span span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-11 dl.level2 dt.opened a,
div#nextend-accordion-menu-nextendaccordionmenuwidget-11 dl.level2 dt.opened a span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-11 dl.level2 dt.active span.inner span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-11 dl.level2 dt.active span.inner span span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-11 dl.level2 dt.active a,
div#nextend-accordion-menu-nextendaccordionmenuwidget-11 dl.level2 dt.active a span {
    color: #0c0473!important;
}
div#nextend-accordion-menu-nextendaccordionmenuwidget-4 dl.level2 dt.opening span.inner span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-4 dl.level2 dt.opening span.inner span span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-4 dl.level2 dt.opening a,
div#nextend-accordion-menu-nextendaccordionmenuwidget-4 dl.level2 dt.opening a span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-4 dl.level2 dt.opened span.inner span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-4 dl.level2 dt.opened span.inner span span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-4 dl.level2 dt.opened a,
div#nextend-accordion-menu-nextendaccordionmenuwidget-4 dl.level2 dt.opened a span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-4 dl.level2 dt.active span.inner span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-4 dl.level2 dt.active span.inner span span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-4 dl.level2 dt.active a,
div#nextend-accordion-menu-nextendaccordionmenuwidget-4 dl.level2 dt.active a span {
    color: #0c0473!important;
}
div#nextend-accordion-menu-nextendaccordionmenuwidget-6 dl.level2 dt.opening span.inner span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-6 dl.level2 dt.opening span.inner span span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-6 dl.level2 dt.opening a,
div#nextend-accordion-menu-nextendaccordionmenuwidget-6 dl.level2 dt.opening a span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-6 dl.level2 dt.opened span.inner span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-6 dl.level2 dt.opened span.inner span span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-6 dl.level2 dt.opened a,
div#nextend-accordion-menu-nextendaccordionmenuwidget-6 dl.level2 dt.opened a span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-6 dl.level2 dt.active span.inner span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-6 dl.level2 dt.active span.inner span span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-6 dl.level2 dt.active a,
div#nextend-accordion-menu-nextendaccordionmenuwidget-6 dl.level2 dt.active a span {
    color: #0c0473!important;
}
div#nextend-accordion-menu-nextendaccordionmenuwidget-7 dl.level2 dt.opening span.inner span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-7 dl.level2 dt.opening span.inner span span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-7 dl.level2 dt.opening a,
div#nextend-accordion-menu-nextendaccordionmenuwidget-7 dl.level2 dt.opening a span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-7 dl.level2 dt.opened span.inner span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-7 dl.level2 dt.opened span.inner span span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-7 dl.level2 dt.opened a,
div#nextend-accordion-menu-nextendaccordionmenuwidget-7 dl.level2 dt.opened a span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-7 dl.level2 dt.active span.inner span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-7 dl.level2 dt.active span.inner span span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-7 dl.level2 dt.active a,
div#nextend-accordion-menu-nextendaccordionmenuwidget-7 dl.level2 dt.active a span {
    color: #0c0473!important;
}
div#nextend-accordion-menu-nextendaccordionmenuwidget-5 dl.level2 dt.opening span.inner span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-5 dl.level2 dt.opening span.inner span span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-5 dl.level2 dt.opening a,
div#nextend-accordion-menu-nextendaccordionmenuwidget-5 dl.level2 dt.opening a span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-5 dl.level2 dt.opened span.inner span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-5 dl.level2 dt.opened span.inner span span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-5 dl.level2 dt.opened a,
div#nextend-accordion-menu-nextendaccordionmenuwidget-5 dl.level2 dt.opened a span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-5 dl.level2 dt.active span.inner span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-5 dl.level2 dt.active span.inner span span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-5 dl.level2 dt.active a,
div#nextend-accordion-menu-nextendaccordionmenuwidget-5 dl.level2 dt.active a span {
    color: #0c0473!important;
}
div#nextend-accordion-menu-nextendaccordionmenuwidget-12 dl.level1 dt.opening span.inner span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-12 dl.level1 dt.opening span.inner span span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-12 dl.level1 dt.opening a,
div#nextend-accordion-menu-nextendaccordionmenuwidget-12 dl.level1 dt.opening a span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-12 dl.level1 dt.opened span.inner span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-12 dl.level1 dt.opened span.inner span span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-12 dl.level1 dt.opened a,
div#nextend-accordion-menu-nextendaccordionmenuwidget-12 dl.level1 dt.opened a span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-12 dl.level1 dt.active span.inner span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-12 dl.level1 dt.active span.inner span span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-12 dl.level1 dt.active a,
div#nextend-accordion-menu-nextendaccordionmenuwidget-12 dl.level1 dt:hover a span {
    color: #0c0473!important;
}
div#nextend-accordion-menu-nextendaccordionmenuwidget-12 dl.level1 dt a span {
    padding: 0px 10px!important;
}
div#nextend-accordion-menu-nextendaccordionmenuwidget-5 dt.level1:hover a span {
    color: #0c0473!important;
}
div#nextend-accordion-menu-nextendaccordionmenuwidget-11 dt.level1:hover a span {
    color: #0c0473!important;
}
div#nextend-accordion-menu-nextendaccordionmenuwidget-4 dt.level1:hover a span {
    color: #0c0473!important;
}
div#nextend-accordion-menu-nextendaccordionmenuwidget-6 dt.level1:hover a span {
    color: #0c0473!important;
}
div#nextend-accordion-menu-nextendaccordionmenuwidget-7 dt.level1:hover a span {
    color: #0c0473!important;
}
.location-positions {
    background: #f9f9f9;
}
div#nextend-accordion-menu-nextendaccordionmenuwidget-5 dt.level2:hover a span {
    color: #0c0473!important;
}
div#nextend-accordion-menu-nextendaccordionmenuwidget-11 dt.level2:hover a span {
    color: #0c0473!important;
}
div#nextend-accordion-menu-nextendaccordionmenuwidget-4 dt.level2:hover a span {
    color: #0c0473!important;
}
div#nextend-accordion-menu-nextendaccordionmenuwidget-6 dt.level2:hover a span {
    color: #0c0473!important;
}
div#nextend-accordion-menu-nextendaccordionmenuwidget-7 dt.level2:hover a span {
    color: #0c0473!important;
}
div#nextend-accordion-menu-nextendaccordionmenuwidget-3 dl.level1 dt.opening span.inner span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-3 dl.level1 dt.opening span.inner span span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-3 dl.level1 dt.opening a,
div#nextend-accordion-menu-nextendaccordionmenuwidget-3 dl.level1 dt.opening a span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-3 dl.level1 dt.opened span.inner span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-3 dl.level1 dt.opened span.inner span span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-3 dl.level1 dt.opened a,
div#nextend-accordion-menu-nextendaccordionmenuwidget-3 dl.level1 dt.opened a span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-3 dl.level1 dt.active span.inner span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-3 dl.level1 dt.active span.inner span span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-3 dl.level1 dt.active a,
div#nextend-accordion-menu-nextendaccordionmenuwidget-3 dl.level1 dt.active a span {
    color: #0c0473 !important;
}*/

.nextend-accordion-menu-inner a:hover{
	color: #0c0473!important;
}
.nextend-accordion-menu-inner a span:hover{
	color: #0c0473!important;
}
dt.level2:hover a span {
    color: #0c0473!important;
}
dl.level1 dt.active a span {
    color: #0c0473 !important;
}
dl.level1 dt.opened .inner a span{
	 color: #0c0473 !important;
	 padding-top:2px !important;
}
dt.level1 {
    background-image: url("../images/menu-border.png")!important;
    background-position: 10px 7px !important;
    background-repeat: no-repeat!important;
    height: auto!important;
    margin: 0!important;
    padding: 0!important;
    width: 270px!important;
    color: #585858 !important;
}
.level1 dt.opened {
    background-color: #f2f2f2!important;
    color: #ffffff !important;
    background-image: url("../images/marker-d.png")!important;
    background-position: 12px -2px!important;
    background-repeat: no-repeat!important;
    height: 28px!important;
    margin: 5px 0 5px 0px !important;
    padding-left: 0px!important;
    width: 265px!important;
}
.level1 .opened a {
    line-height: 10px !important;
}
dt.level1 a {
    color: #000000!important;
    font-family: Arial, Helvetica, sans-serif!important;
    font-size: 12px!important;
    font-weight: bold!important;
    line-height: 35px!important;
    margin-left: 17px!important;
    text-decoration: none!important;
}
dt.level1 a:hover {
    color: #0c0473!important;
}
.level2 dt.active {
    background-image: url("../images/marker-d.png")!important;
    background-position: 13px center!important;
    background-repeat: no-repeat!important;
    color: #0d0473!important;
    display: block!important;
    font-family: Arial, Helvetica, sans-serif!important;
    height: 28px!important;
    margin: 5px 0 0 15px!important;
    padding-left: 15px!important;
    width: 240px!important;
}
.level2 dt {
    background-image: url("../images/marker-d.png")!important;
    background-position: 13px center!important;
    background-repeat: no-repeat!important;
    color: #0d0473!important;
    display: block!important;
    font-family: Arial, Helvetica, sans-serif!important;
    height: 28px!important;
    margin: 5px 0 0 15px!important;
    padding-left: 15px!important;
    width: 240px!important;
}
dt.level2 {
    background-image: url("../images/marker-s.png")!important;
    background-position: 12px -1px !important;
    background-repeat: no-repeat!important;
    display: block!important;
    font-family: Arial, Helvetica, sans-serif!important;
    height: 30px!important;
    margin: 2px 0 2px 15px !important;
    padding-left: 2px!important;
}
.level2 dt.opened {
    background-color: #f2f2f2!important;
    color: #ffffff !important;
    background-image: url("../images/marker-d.png")!important;
    background-position: 12px -1px!important;
    background-repeat: no-repeat!important;
    height: 28px!important;
    margin: 2px 0 2px 15px !important;
    padding-left: 15px!important;
	padding-top: 2px!important;
    width: 250px!important;
}
.level2 dt.active .outer {
    padding-left: 0px !important;
    padding-top: 1px !important;
}
.level3 dt.active {
    $background-color: #0c0473!important;
    background-image: url("../images/marker-d.png")!important;
    background-position: 13px center!important;
    background-repeat: no-repeat!important;
    color: #FFFFFF!important;
    display: block!important;
    font-family: Arial, Helvetica, sans-serif!important;
    height: 28px!important;
    margin: 5px 0!important;
    padding-left: 8px!important;
    width: 265px!important;
}
dt.level3 {
    background-image: url("../images/marker-s.png")!important;
    background-position: 12px -1px !important;
    background-repeat: no-repeat!important;
    display: block!important;
    font-family: Arial, Helvetica, sans-serif!important;
    height: 30px!important;
    margin: 2px 0 2px 30px !important;
    padding-left: 2px!important;
}
div#nextend-accordion-menu-nextendaccordionmenuwidget-3 dl.level2 dt a{
	padding-left:15px;
}
div#nextend-accordion-menu-nextendaccordionmenuwidget-3 dl.level3 dt .inner a span{
	padding-left:0px !important;
}
div#nextend-accordion-menu-nextendaccordionmenuwidget-3 dl.level3 .outer{
	padding:0 0 0 15px !important;
}
div#nextend-accordion-menu-nextendaccordionmenuwidget-3 dl.level2 dt.parent.opened .inner, div#nextend-accordion-menu-nextendaccordionmenuwidget-3 dl.level2 dt.parent.opening .inner{
	padding-left:8px !important;
}
div#nextend-accordion-menu-nextendaccordionmenuwidget-3 dl.level2 dt.parent.opened .inner, div#nextend-accordion-menu-nextendaccordionmenuwidget-3 dl.level2 dt.parent.opening .inner{
}

dd .level1 dl .level2 dt .level2{
	margin-left:15px !important;
}
/*div#nextend-accordion-menu-nextendaccordionmenuwidget-3 dl.level2 .outer {
    padding: 0px !important;
}
div#nextend-accordion-menu-nextendaccordionmenuwidget-3 dd.level1 dl.level2 dt.level2 .inner {
    padding-left: 20px !important;
}

*/