/*****************************
     GENERAL STYLING
******************************/

html {
    overflow-x: hidden;
}
body {
    float: left;
    width: 100%;
    position: relative;
    font-family: "open sans";
    font-weight: 500;
}
body,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    list-style: none;
    margin: 0;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "open sans";
    color: #444;
    letter-spacing: 0.3px;
}
p {
    font-family: "open sans";
    color: #666;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.3px;
}
.ie8_data {
    color: #f00;
    text-align: center;
}
.overiew h2 {
    border-bottom: 1px solid #CCC;
    text-align: center;
    margin-bottom: 22px;
    padding-bottom: 10px;
}
ul,
ol {
    float: left;
    /*   width: 100%;*/
}
ol {
    padding-left: 20px;
}
ul li,
ul li a,
ol li,
ol li a {
    /* color: #777;*/
    
    font-family: "open sans";
    font-size: 13px;
    line-height: 33px;
	color:#000;
}
ul li i {
    color: #c5c3c3;
    font-size: 15px;
    margin-right: 10px;
}
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}
.theme-layout {
    float: left;
    width: 100%;
    margin-top: -20px;
    /* overflow-x: hidden;*/
}
.theme_ie1 {
    margin-top: -15px !important;
}
.theme-layout.boxed {
    box-shadow: 0 0 15px #121212;
    float: none;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 1230px;
    -webkit-box-shadow: 0 0 15px #121212;
    -moz-box-shadow: 0 0 15px #121212;
    -ms-box-shadow: 0 0 15px #121212;
    -o-box-shadow: 0 0 15px #121212;
    box-shadow: 0 0 15px #121212;
}
.theme-layout.boxed:before {
    background: none repeat scroll 0 0 #FFFFFF;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
}
section {
    float: left;
    width: 100%;
    position: relative;
}
.block {
    float: left;
    padding: 70px 0;
    position: relative;
    width: 100%;
}
.block .container {
    padding: 0;
}
.block.remove-gap {
    padding-top: 0;
}
.block_1 {
    float: left;
    padding-bottom: 2px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    width: 100%;
}
.block_1 .container {
    padding: 0;
}
.block_1.remove-gap {
    padding-top: 0;
}
.remove-ext {
    float: left;
    margin-bottom: -30px;
    width: 100%;
}
.remove-bottom-gap {
    padding-bottom: 0;
}
iframe {
    width: 100%;
    border: 0;
}
.parallax {
    height: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover!important;
    background-attachment: fixed!important;
    width: 100%;
    z-index: -9999 !important;
    -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;
}
.blackish:before,
.coloured:before,
.whitish:before {
    background: none repeat scroll 0 0 #1c1a2e;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.75;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.whitish:before {
    background: none repeat scroll 0 0 #f9f9f9;
    opacity: 0.9;
}
iframe {
    border: 0;
    width: 100%;
    float: left;
}
.owl-carousel {
    cursor: move;
}
/*****************************
    TITLE STYLE
******************************/

.title {
    border-bottom: 1px dotted #CBCBCB;
    float: left;
    padding-bottom: 17px;
    margin-bottom: 35px;
    position: relative;
    width: 100%;
}
.title:before {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #d2d2d2;
    content: "\f0e7";
    font-family: fontawesome;
    margin-left: -15px;
    font-size: 16px;
    height: 20px;
    width: 30px;
    text-align: center;
    position: absolute;
    bottom: -4px;
    left: 50%;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.title > span {
    color: #ABABAB;
    float: left;
    font-size: 11px;
    line-height: 17px;
    margin-bottom: 13px;
    margin-top: -3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.title > h2 {
    float: left;
    font-size: 22px;
    margin-top: -5px;
    width: 100%;
    font-weight: 600;
}
.align-right {
    float: right;
    max-width: 50%;
    padding: 10px 0;
}
/*****************************
    HEADER
******************************/

header {
    float: left;
    position: absolute;
    width: 100%;
    z-index: 10000000;
}
.topbar {
    border-bottom: 1px solid #f2f2f2;
    float: left;
    width: 100%;
    /* background: rgba(255,255,255,0.9);*/
}
.topbar .container {
    position: relative;
    padding: 0;
}
.topbar p {
    color: #999999;
    float: left;
    font-family: "open sans";
    font-size: 11px;
    line-height: 20px;
    padding: 10px 0;
}
.topbar p i {
    font-size: 15px;
    margin-right: 10px;
}
.menu-btn {
    display: none;
}
.logo {
    float: left;
    max-width: 200px;
}
.logo > a {
    float: left;
    width: 100%;
    margin-top: 15px;
}
.logo img {
    width: 100%;
}
nav ul {
    float: right;
    width: auto;
    /* margin-right: 50px;*/
}
nav ul li {
    float: left;
    margin-left: 10px;
    position: relative;
}
.site_l {
    margin-bottom: 15px;
}
nav ul li.menu-item-has-children:after {
    /* background: none repeat scroll 0 0 #fff;*/
    
    bottom: -11.5px;
    height: 23px;
    left: 50%;
    margin-left: -11.5px;
    opacity: 0;
    position: absolute;
    width: 23px;
    content: "";
    z-index: -1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -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;
}
nav ul li:hover:after {
    opacity: 1;
    bottom: -11.5px;
}
nav ul li a {
    color: #6a6969;
    float: left;
    font-family: "open sans";
    font-size: 14px !important;
    padding: 45px 20px;
    width: 100%;
    line-height: 20px;
    position: relative;
    font-weight: 600;
}
nav ul li ul li a {
    color: #6a6969;
    float: left;
    font-family: "open sans";
    font-size: 12px !important;
    width: 100%;
    line-height: 20px;
    position: relative;
    font-weight: bold;
}
nav ul li ul li ul li a {
    color: #6a6969;
    float: left;
    font-family: "open sans";
    font-size: 12px !important;
    width: 100%;
    line-height: 20px;
    position: relative;
    font-weight: 200;
}
nav ul li a:before {
    content: "";
    height: 1px;
    width: 0;
    position: absolute;
    left: 50%;
    top: -1px;
    -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;
}
nav ul li:hover > a:before {
    left: 0;
    width: 100%;
}
nav ul li.menu-item-has-children a:after {
    opacity: 0;
    bottom: 4px;
    content: "\f0ab";
    font-family: fontawesome;
    height: 30px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    text-align: center;
    width: 14px;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.2s;
}
nav ul li:hover a:after {
    opacity: 1;
    bottom: -4px;
}
nav ul li > ul {
    left: -9999px;
    margin: 0;
    position: absolute;
    top: 100%;
    width: 212px;
    z-index: -1;
    -webkit-transform: perspective(200px) rotateX(-15deg);
    -moz-transform: perspective(200px) rotateX(-15deg);
    -ms-transform: perspective(200px) rotateX(-15deg);
    -o-transform: perspective(200px) rotateX(-15deg);
    transform: perspective(200px) rotateX(-15deg);
    -webkit-transform-origin: -40% 0 0;
    -moz-transform-origin: -40% 0 0;
    -ms-transform-origin: -40% 0 0;
    -o-transform-origin: -40% 0 0;
    transform-origin: -40% 0 0;
    -webkit-transition: -webkit-transform 0.8s ease 0s;
    -moz-transition: -moz-transform 0.8s ease 0s;
    -ms-transition: -ms-transform 0.8s ease 0s;
    -o-transition: -o-transform 0.8s ease 0s;
    transition: transform 0.8s ease 0s;
}
nav ul li:hover > ul {
    left: 0;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
nav ul li > ul li {
    margin: 0;
    width: 100%;
    background: none repeat scroll 0 0 rgba(245, 245, 245, 0.9);
    -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;
}
nav ul li > ul li:hover {
    background: none repeat scroll 0 0 rgba(240, 240, 240, 0.9);
}
nav ul li > ul li:last-child {
    -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;
}
nav ul li > ul li:after,
nav ul li > ul li a:after {
    display: none;
}
nav ul li > ul li a {
    border-top: 1px solid rgba(250, 250, 250, 0.2);
    /*padding: 15px 20px;*/
    padding: 10px 20px;
}
nav ul li > ul li > ul {
    left: -9999px;
    top: 0;
}
nav ul li > ul li:hover > ul {
    left: 100%;
}
nav {
    background: none repeat scroll 0 0 #fff;
    float: left;
    width: 100%;
    /*box-shadow: 10px 4px 14px #888888;*/
}
.navs2 {
    max-height: 96px;
}
.navs1 {
    box-shadow: 0 3px 5px #888888;
}
nav .container {
    padding: 0;
    position: relative;
    height: 100%;
}
nav ul li > ul li.menu-item-has-children:before {
    content: "";
    position: absolute;
    right: 10px;
    width: 10px;
    height: 10px;
    top: 50%;
    margin-top: -5px;
    padding: 0;
    line-height: 10px;
    background: url("../images/arrows2.png") no-repeat scroll -87px -3px transparent;
    -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;
}
nav ul li > ul li.menu-item-has-children:hover:before {
    right: 8px;
}
.header-search {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
/*.header-search > input[type="submit"] {
    background: url("../images/search.png") no-repeat scroll center center transparent;
    border: 0 none;
    height: 100%;
    padding: 0;
    width: 35px;
}*/

.header-search > input[type="text"] {
    position: absolute;
    right: 0;
    top: 100%;
    border: 0;
    width: 250px;
    height: 0;
    padding: 0 20px;
    font-family: "open sans";
    font-size: 11px;
    -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;
    -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;
}
.header-search:hover > input[type="text"],
.header-search > input[type="text"]:focus {
    height: 35px;
    padding: 10px 20px;
}
.topbar .header-search {
    position: relative;
    width: auto;
    float: left;
    margin: 3px 10px 0;
}
.cart-dropdown {
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    float: right;
    position: relative;
}
.cart-dropdown > p {
    background: none repeat scroll 0 0 #f5f5f5;
    cursor: pointer;
    margin: 0;
    padding: 10px 30px;
    position: relative;
}
.cart-dropdown > p:before {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 50%;
    -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;
}
.cart-dropdown:hover > p:before {
    left: 0;
    width: 100%;
}
.cart-dropdown > ul {
    position: absolute;
    right: 0;
    top: 100%;
    width: 280px;
    z-index: 100;
    display: none;
}
.cart-dropdown > ul:after {
    border-bottom: 5px solid;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: -5px;
    content: "";
    height: 0;
    right: 120px;
    position: absolute;
    width: 0;
}
.cart-dropdown > ul li.item-number {
    background: none repeat scroll 0 0 #ececec;
    border-top: 2px solid;
    margin: 0;
    padding: 10px 25px;
    width: 100%;
    line-height: 20px;
}
.cart-dropdown > ul li {
    float: left;
    width: 100%;
    background: #f9f9f9;
    padding: 20px;
    position: relative;
}
.cart-dropdown > ul li:last-child {
    -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;
}
.cart-dropdown > ul li:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -40%;
    width: 80%;
    height: 1px;
    bottom: 0;
    background: #f2f2f2;
}
.cart-dropdown > ul li img {
    float: left;
    margin-right: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.cart-dropdown > ul li span.remove {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.cart-dropdown > ul li span.remove i {
    float: right;
    margin: 0;
}
.cart-dropdown > ul li h6 {
    font-size: 14px;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cart-dropdown > ul li h6 a {
    color: #555;
    line-height: 17px;
    float: left;
}
.cart-dropdown > ul li span {
    color: #a7a7a7;
    float: none;
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    padding: 0;
    width: auto;
}
.cart-dropdown > ul li a.cart-drop-btn {
    margin: 0 2.5%;
    float: left;
    padding: 7px 15px;
    line-height: 20px;
    width: 45%;
    border: 1px solid #EAEAEA;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.3px;
    font-family: "open sans";
    -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;
}
.cart-dropdown > ul li a.cart-drop-btn:hover {
    color: #FFF;
}
.cart-dropdown ul li a i.fa.fa-cog {
    display: none;
}


.FbB_line2 {
    border-top: 3px solid #303e80;
}


.Tweet_line2 {
    border-top: 3px solid #2f97cc;
}



.green_line2 {
    border-top: 3px solid #98bf0e;
}
.green_line3 {
    border-top: 3px solid #60c659;
}


.prentred_line4 {
    border-top: 3px solid #bd081c;
}


.green_line4 {
    border-top: 3px solid #7ee077;
}


.linked1_line4 {
    border-top: 3px solid #0177b5;
}


.redyoutupe_line4 {
    border-top: 3px solid #e12d28;
}




.parpal_line2 {
    border-top: 3px solid #752763;
}
.green_line5 {
    border-top: 3px solid #00822a;
}
.parpal_line3 {
    border-top: 3px solid #622081;
}
.Pink_line2 {
    border-top: 3px solid #e2017b;
}
.red_line2 {
    border-top: 3px solid #fe0000;
}

.parpal_line4 {
    border-top: 3px solid #d91ffb;
}
.blue_line2 {
    border-top: 3px solid #0a609b;
}
.blue_line3 {
    border-top: 3px solid #00a3d2;
}
.blue_line4 {
    border-top: 3px solid #7bc5fc;
}
.blue_line5 {
    border-top: 3px solid #75acef;
}
.blue_line6 {
    border-top: 3px solid #4e6dbf;
}
.blue_line7 {
    border-top: 3px solid #b5bbf4;
}
.blue_line8 {
    border-top: 3px solid #a5bdf4;
}
.orenge_line {
    border-top: 3px solid #f37519;
}
.blue_line1 {
    border-top: 3px solid #7f80aa;
}
.perpal_line1 {
    border-top: 3px solid #6b485c;
}
.blue_line9 {
    border-top: 3px solid #044775;
}
.yellow_line1 {
    border-top: 3px solid #f19300;
}
.header2 {
    background-image: url(../images/ptrn.jpg);
}
header.header2 .topbar {
    /* background: #FFF;*/
}
header.header2 .cart-dropdown > p {
    background: #FFF;
}
header.header3 .topbar {
    background: #FFF;
}
header.header3 .cart-dropdown > p {
    background: #FFF;
}
header.header3 nav {
    background: none repeat scroll 0 0 rgba(245, 245, 245, 0.9);
}
header.header3 .header-search > input[type="text"] {
    background: rgba(255, 255, 255, 0.9);
}
header.header4 .topbar {
    background: #FFF;
}
header.header4 .cart-dropdown > p {
    background: #FFF;
}
header.header4 nav {
    background-image: -ms-linear-gradient(top, #FFFFFF 0%, #BABABA 200%);
    background-image: -moz-linear-gradient(top, #FFFFFF 0%, #BABABA 200%);
    background-image: -o-linear-gradient(top, #FFFFFF 0%, #BABABA 200%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(2, #BABABA));
    background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #BABABA 200%);
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #BABABA 200%);
}
header.header5 .topbar {
    display: none;
}
header.header5 nav {
    margin-top: 20px;
}
.header-timer {
    float: left;
    margin-right: 30px;
}
.header-timer > p {
    color: #fff;
    float: left;
    font-weight: 700;
    margin: 0;
    padding: 10px 12px;
}
.header-timer ul {
    float: left;
    width: auto;
}
.header-timer ul > li {
    float: left;
    padding: 2px 0;
}
.header-timer ul {
    float: left;
    margin-left: 20px;
    width: auto;
    border-right: 1px solid #f3f3f3;
    padding: 0 30px 0 0;
}
.header-timer ul > li span {
    float: left;
    width: 100%;
    font-family: "open sans";
    font-weight: 700;
    color: #c9c9c9;
    line-height: 18px;
    text-align: center;
}
.header-timer ul > li p {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    text-align: center;
    line-height: 18px;
}
header.header2,
header.header4,
header.header8 {
    position: relative;
}
header.header6 .header-search > input {
    left: 0;
}
header.header6 .header-search {
    left: 0;
    right: auto;
}
header.header6 .logo {
    float: right;
}
header.header6 nav ul {
    float: left;
}
header.header6 nav .container > ul {
    float: left;
    margin-right: 0;
    margin-left: 50px;
}
header.header7 nav {
    background: none;
}
header.header7 nav .container {
    background-image: -ms-linear-gradient(top, #FFFFFF 0%, #BABABA 200%);
    background-image: -moz-linear-gradient(top, #FFFFFF 0%, #BABABA 200%);
    background-image: -o-linear-gradient(top, #FFFFFF 0%, #BABABA 200%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(2, #BABABA));
    background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #BABABA 200%);
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #BABABA 200%);
    padding: 0 20px;
    -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;
}
header.header7 .header-search {
    right: 20px;
}
header.header8 {
    position: relative;
}
header.header8 .topbar {
    background: #FFF;
}
header.header8 nav {
    /*background: url("../images/pattern4.png") no-repeat scroll 0 0 / cover;*/
}
header .social-media {
    margin: 7px 7px;
}
/*****************************
    STICKY HEADER
******************************/

header.sticky nav {
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 0;
    -webkit-box-shadow: 0 0 5px #d0d0d0;
    -moz-box-shadow: 0 0 5px #d0d0d0;
    -ms-box-shadow: 0 0 5px #d0d0d0;
    -o-box-shadow: 0 0 5px #d0d0d0;
    box-shadow: 0 0 5px #d0d0d0;
}
.logo > a {
    margin-top: 22px;
}
header.sticky nav .container > ul > li > a {
    padding: 32px 20px;
}
header.sticky .header-search > input[type="submit"] {
    height: 84px;
}
header.header7.sticky nav {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
header.header8.sticky nav {
    background-color: #FFF;
}
/*****************************
    SLIDER
******************************/

.slider {
    float: left;
    position: relative;
    width: 100%;
    z-index: 0;
}
.tp-banner-container {
    z-index: -1;
    position: relative;
}
.slide1-text {
    font-family: "open sans";
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
}
.slide1-box {
    color: #FFFFFF;
    height: 230px;
    overflow: hidden;
    padding: 60px 0;
    text-align: center;
    width: 230px;
    border: 8px solid rgba(255, 255, 255, 0.2);
    background-clip: padding-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.slide1-box img {
    display: table;
    margin: 0 auto 20px;
}
.slide1-box:before {
    content: "";
    opacity: 0.7;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.slide2-title {
    color: #FFFFFF;
    font-family: "open sans";
}
.slide2-title i {
    font-style: normal;
    font-size: inherit;
    margin: 0;
}
.slide2-round {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    text-align: center;
    font-family: "open sans";
    color: #FFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.slide2-sub-title img {
    display: table;
    margin: 0 auto 15px;
}
.slide2-sub-title {
    color: #FFF;
    font-family: "open sans";
}
.slide3-title {
    color: #FFF;
    font-family: "open sans";
}
.slide3-black {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.82);
    height: 200px;
    left: 0 !important;
    position: absolute;
    width: 640px!important;
    -webkit-border-radius: 0 3px 0 3px;
    -moz-border-radius: 0 3px 0 3px;
    -ms-border-radius: 0 3px 0 3px;
    -o-border-radius: 0 3px 0 3px;
    border-radius: 0 3px 0 3px;
}
.slide3-desc {
    color: #e5e5e5;
    font-family: "open sans";
}
.wpb_revslider_element {
    z-index: 0;
    position: relative;
    margin: 0;
}
.slider4-text1 {
    float: left;
    font-family: "open sans";
    font-size: 50px;
    font-weight: 900;
}
.slider4-text2 {
    color: #595959;
    float: left;
    font-family: "open sans";
    font-size: 30px;
    font-weight: 100;
    letter-spacing: 0.3px;
}
.slider4-text3 {
    color: #403d3e;
    float: left;
    font-family: "open sans";
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.3px;
}
.slide-btn {
    color: #e8eef5 !important;
    float: left;
    font-family: "open sans";
    font-size: 17px;
    font-weight: bold;
    line-height: 10px;
    padding: 18px 30px;
    position: relative;
    text-align: center;
    z-index: 9999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.slide7-box {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.19);
    border: 4px solid rgba(255, 255, 255, 0.3);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.slide7-box.dark {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.09);
}
.slide7-box h3 {
    color: #fff;
    font-size: inherit;
    font-weight: 600;
    text-shadow: 0 1px 1px #bfbfbf;
    text-transform: uppercase;
    margin-top: 5px;
}
.slide7-box h3 span {
    font-weight: 200;
}
.slide7-box p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 5px;
    margin-top: 20px;
    text-shadow: 0 1px 1px #bfbfbf;
}
.slide8-title {
    color: #fff;
    font-family: "open sans";
    font-weight: 700;
}
.slide8-title span {
    font-weight: 200;
    color: #494848
}
.slide8-quote {
    color: #f7f2f2;
    font-size: 15px;
    text-align: center;
    font-family: "open sans";
}
.slide8-quote i {
    color: #cacaca;
    font-size: 36px;
    left: -10px;
    position: absolute;
    top: -5px;
    z-index: -1;
}
.slide8-quote i.fa-quote-right {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
}
.slide8-button {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.17);
    border: 1px solid #cfcfcf;
    color: #fff!important;
    -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;
}
.slide8-button:hover {
    color: #FFF;
}
.slide9-title {
    color: #fff;
    font-family: "open sans";
    font-weight: 100;
    text-shadow: 0 1px 2px #505050;
}
.slide9-title span {
    color: #000;
}
.slide9-subtitle {
    color: #fff;
    font-family: "open sans";
    font-weight: 600;
}
.slide9-button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.17);
    border: 1px solid #616161;
    color: #fff!important;
    -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;
}
.slide10-title {
    color: #fff;
    font-family: Open Sans, sans-serif;
    font-weight: 800;
}
.slide10-title span {
    font-weight: 300;
}
.slide10-text {
    font-size: 18px;
    font-weight: 500;
    font-family: "open sans";
    color: #c2c2c2;
}
.slide10-button {
    color: #fff;
    font-family: "open sans";
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.slide10-button:hover {
    color: #fff;
}
.slide11-title {
    color: #FFF;
    font-family: "open sans";
    font-weight: 700;
}
.slide11-title span {
    font-weight: 400;
}
.slide11-box {
    background-color: #FFF;
    font-family: "open sans";
    font-weight: 300;
    color: #383838;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.slide11-box.coloured-box {
    color: #FFF;
}
.slide-blk-button {
    color: #FFF;
    font-family: "open sans";
    background-color: #1c1c1c;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.slide-blk-button i {
    font-size: inherit;
}
.slide12-box {
    font-family: "open sans";
    color: #FFF;
    font-weight: 700;
    background: #8f3429;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.slide12-box2 {
    color: #282828;
    background: #d8c291;
    font-weight: 600;
    font-family: "open sans";
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.slide-quote {
    color: #fff;
    font-family: "open sans";
    font-style: italic;
}
.quote-title {
    color: #fff;
    font-family: "open sans";
    text-transform: uppercase;
    font-weight: 700;
}
.quote-symbol {
    background-clip: padding-box;
    color: #fff;
    -webkit-box-shadow: 0 0 18px #505050 inset;
    -moz-box-shadow: 0 0 18px #505050 inset;
    -ms-box-shadow: 0 0 18px #505050 inset;
    -o-box-shadow: 0 0 18px #505050 inset;
    box-shadow: 0 0 18px #505050 inset;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.quote-subtitle {
    color: #FFF;
    font-family: "open sans";
}
.tp-caption a {
    color: #FFF!important;
}
/*****************************
    WELCOME MESSAGE
******************************/

.welcome {
    float: left;
    width: 100%;
    text-align: center;
}
.welcome h1 {
    color: #202089;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: "open sans"
}
.welcome h2 {
    color: #202089;
    font-size: 30px;
    font-weight: 100;
    font-family: "open sans"
}
.welcome h1 i {
    margin-right: 10px;
}
.welcome h1 span {
    font-weight: 300;
}
.welcome > p {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 30px;
    margin: 0 auto 30px;
    width: 80%;
    color: #202089;
    font-family: "open sans"
}
.welcome > a {
    border: 1px solid;
    color: #FFF;
    font-size: 13px;
    padding: 10px 30px;
    display: table;
    margin: 0 auto;
    -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;
}
.welcome > a:hover {
    color: #FFF;
    background: none;
}
/*****************************
    PASTORS CAROUSEL
******************************/

.pastors-carousel {
    float: left;
    width: 100%;
}
.pastors-message {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.pastors-message img {
    width: 100%;
}
.pastors-message h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 40px;
    padding-right: 50px;
}
.pastors-message .row > div > span {
    float: left;
    font-size: 13px;
    font-style: italic;
    letter-spacing: 0.3px;
    margin-bottom: 10px;
    padding-right: 50px;
    width: 100%;
}
.pastors-message p {
    color: #c5c5c5;
    font-size: 15px;
    padding-right: 120px;
}
.pastors-message .sermon-media li {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
    border: 0 none;
}
.pastors-message .sermon-media li i {
    color: #FFF;
}
/*****************************
    EVENTS WITH COUNTER
******************************/

.counter-events {
    float: left;
    width: 100%;
    margin-bottom: -30px;
}
.event-count {
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}
.event-img {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.event-img > img {
    width: 100%;
}
.downcount {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    padding: 0 10px;
}
.downcount i {
    font-size: 30px;
    color: #888888;
    padding: 13px 0 13px 20px;
}
.downcount ul {
    width: auto;
    height: 100%;
    position: relative;
    float: right;
    top: 0;
    right: 0;
}
.downcount ul li {
    border: 0 none;
    float: left;
    padding: 10px 6px;
    text-align: center;
    width: auto;
}
.downcount ul li span {
    color: #555555;
    display: table;
    font-size: 17px;
    font-weight: bold;
    line-height: 15px;
    margin: 0 auto;
}
.downcount ul li p {
    color: #888;
    float: left;
    font-family: "open sans";
    font-size: 10px;
    line-height: 20px;
    margin-top: 2px;
    width: 100%;
}
.event-count > h4 {
    float: left;
    width: 100%;
    font-family: "open sans";
    font-size: 15px;
    text-align: center;
    padding: 15px 15px;
    line-height: 31px;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    -webkit-box-shadow: 0 0 10px #f5f5f5 inset;
    -moz-box-shadow: 0 0 10px #f5f5f5 inset;
    -ms-box-shadow: 0 0 10px #f5f5f5 inset;
    -o-box-shadow: 0 0 10px #f5f5f5 inset;
    box-shadow: 0 0 10px #f5f5f5 inset;
    -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;
}
.event-count > h4 a {
    color: #555;
    -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;
}
.event-carousel .event-count {
    padding: 0 15px;
}
/*****************************
    SERVICES BLOCK
******************************/

.service-block {
    float: left;
    width: 100%;
    text-align: center;
}
.sermon-media li:hover i {
    color: #FFF;
}
.service-block > h3 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
    float: left;
    width: 100%;
}
.service-image {
    border: 1px solid #ededed;
    float: left;
    padding: 7px;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.service-image img {
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.service-image i {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    bottom: -30px;
    background: #FFF;
    line-height: 60px;
    border-radius: 50%;
    margin-left: -30px;
    z-index: 0;
    font-size: 24px;
}
.service-block > a {
    color: #FFF;
    display: table;
    font-family: 'Open Sans';
    font-size: 13px;
    margin: 20px auto 0;
    padding: 8px 25px;
    transition: all 0.3s linear 0s;
    border: 1px solid #FFF;
    -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;
}
.service-block > a:hover {
    color: #FFF;
    background: none;
}
/*****************************
     LATEST NEWS
******************************/

.latest-news-carousel {
    float: left;
    width: 100%;
}
.news-carousel {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.news-image {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.news-image > img {
    width: 100%;
}
.news-carousel > img {
    width: 100%;
}
.news-details {
    bottom: 5px;
    left: 0;
    position: absolute;
    width: 100%;
    color: #FFF;
    padding: 10px 20px;
    font-family: "open sans";
    z-index: 1;
}
.news-details:before {
    background: black;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0.9;
}
.news-details span {
    float: left;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 33.334%;
    text-align: center;
}
.news-details span a {
    color: #FFF;
}
.news-details span i {
    line-height: 17px;
    font-size: 14px;
    padding-left: 1px;
    margin-right: 10px;
}
h4.new-title {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    padding: 20px 10px 20px 50px;
    background: url("../images/church-icon.png") no-repeat scroll 20px center #fbfbfb;
}
h4.new-title a {
    color: #444;
    -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;
}
.latest-news-carousel .owl-buttons {
    margin-top: -18px;
    position: absolute;
    top: 50%;
    width: 100%;
}
.latest-news-carousel .owl-buttons > div {
    background: url("../images/arrows2.png") no-repeat scroll 6px 10px rgba(255, 255, 255, 0.8);
    height: 36px;
    width: 36px;
    left: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -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;
}
.latest-news-carousel .owl-buttons > div.owl-next {
    background-position: -75px 10px;
    right: 20px;
}
.latest-news-carousel .owl-buttons > div:hover {
    background-position: 6px -33px;
}
.latest-news-carousel .owl-buttons > div.owl-next:hover {
    background-position: -73px -35px;
}
/*****************************
     SOUND CLOUD
******************************/

.sound-cloud {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
/*****************************
     EVENT LISTING
******************************/

.event-listing {
    float: left;
    width: 100%;
    margin-bottom: -20px;
}
.event {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 20px;
}
.event-date {
    border: 1px solid #ededed;
    float: left;
    margin-right: 35px;
    padding: 10px 0;
    text-align: center;
    width: 77px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 13px #efefef inset;
    -moz-box-shadow: 0 0 13px #efefef inset;
    -ms-box-shadow: 0 0 13px #efefef inset;
    -o-box-shadow: 0 0 13px #efefef inset;
    box-shadow: 0 0 13px #efefef inset;
}
.event-date span {
    float: left;
    width: 100%;
    font-family: "open sans";
    font-size: 13px;
    color: #FFF;
    line-height: 23px;
}
.event-date strong {
    color: #5f5f5f;
    float: left;
    font-size: 20px;
    line-height: 20px;
    margin-top: 10px;
    width: 100%;
}
.event-date i {
    color: #5f5f5f;
    float: left;
    font-family: "open sans";
    font-weight: 400;
    line-height: 30px;
    overflow: hidden;
    padding: 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    font-style: normal;
}
.event > h3 {
    color: #555;
    font-family: "open sans";
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.event > h3 a {
    color: #555;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.event > p {
    color: #777777;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}
.event > span {
    font-family: "open sans";
    color: #acacac;
    font-size: 12px;
    margin-right: 30px;
}
.event > span i {
    margin-right: 5px;
    font-size: 14px;
}
/*****************************
     SIMPLE TOGGLE
******************************/

.simple-toggle {
    float: left;
    width: 100%;
}
.simple-toggle .toggle-item {
    background: none;
    border: 0;
    padding: 0;
    margin-bottom: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.simple-toggle .toggle-item h2 {
    background: none repeat scroll 0 0 #fcfcfc;
    background-clip: padding-box;
    border: 1px solid #e5e5e5;
    color: #666666;
    float: left;
    font-size: 15px;
    line-height: 30px;
    padding: 7px 20px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 10px #f5f5f5 inset;
    -moz-box-shadow: 0 0 10px #f5f5f5 inset;
    -ms-box-shadow: 0 0 10px #f5f5f5 inset;
    -o-box-shadow: 0 0 10px #f5f5f5 inset;
    box-shadow: 0 0 10px #f5f5f5 inset;
}
.simple-toggle .toggle-item h2.active {
    background: none repeat scroll 0 0 padding-box #dcdcdc;
    color: #FFF;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.simple-toggle .toggle-item .content {
    background: none repeat scroll 0 0 #fcfcfc;
    border-bottom: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    margin-bottom: 0;
    margin-top: 0;
    padding: 20px 10px;
    -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;
    -webkit-box-shadow: 0 0 10px #f5f5f5 inset;
    -moz-box-shadow: 0 0 10px #f5f5f5 inset;
    -ms-box-shadow: 0 0 10px #f5f5f5 inset;
    -o-box-shadow: 0 0 10px #f5f5f5 inset;
    box-shadow: 0 0 10px #f5f5f5 inset;
}
.simple-toggle .toggle-item .content p {
    line-height: 24px;
    margin-bottom: 10px;
}
.simple-toggle .toggle-item .content form .minict_wrapper {
    margin-bottom: 10px;
}
.simple-toggle .toggle-item.activate {
    background: none;
    padding: 0;
    margin-bottom: 20px;
}
.simple-toggle .toggle-item h2 img {
    float: left;
    margin-right: 15px;
}
.simple-toggle .toggle-item .content form {
    float: left;
    width: 100%;
}
.simple-toggle .toggle-item .content form input,
.simple-toggle .toggle-item .content form textarea {
    float: left;
    width: 100%;
    height: 42px;
    border: 1px solid #f1f1f1;
    padding: 0 20px;
    font-family: "open sans";
    color: #d3d2d2;
    font-size: 12px;
    margin-bottom: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
a.button2 {
    background: none repeat scroll 0 0 #868686;
    border: 0 none;
    color: #fff;
    float: left;
    font-size: 13px;
    height: auto;
    line-height: 20px;
    padding: 2px 20px 3px 20px;
    text-transform: capitalize;
    width: auto;
    text-align: center;
    -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;
}
a.button2:hover {
    color: #FFF;
}
a.button2 i {
    margin-right: 10px;
}
.simple-toggle .toggle-item .content form textarea {
    height: auto;
    padding: 10px!important;
    max-width: 100%;
}
#msgs,
#msgss {
    padding: 0 20px;
    font-family: "open sans";
    font-size: 22px;
    font-weight: 600;
}
/**********************************
     UPCOMING EVENT PARALLAX
**********************************/

.upcoming-event {
    float: left;
    width: 100%;
}
.upcoming-event h3 {
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.upcoming-event h3 i {
    margin-right: 10px;
}
.upcoming-event span {
    margin-right: 20px;
    float: left;
}
.upcoming-event span i {
    background: none repeat scroll 0 0 #888b8d;
    float: left;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
    text-align: center;
    width: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.upcoming-event span {
    float: left;
    margin-right: 20px;
    font-family: "open sans";
    font-size: 14px;
    color: #FFF;
    line-height: 40px;
}
.upcoming-event p {
    float: left;
    margin-top: 15px;
    width: 100%;
    color: #b5b5b5;
}
.remaining-time {
    float: left;
    margin-top: 30px;
    padding: 10px;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.remaining-time h5 {
    float: left;
    width: 100%;
    color: #FFF;
    font-size: 15px;
    margin-top: 10px;
}
.remaining-time span {
    color: #fff;
    float: left;
    font-family: "open sans";
    font-size: 15px;
    line-height: 20px;
    margin: 5px 0;
}
.countdown {
    float: left;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 100%;
    height: 77px;
}
.countdown li {
    float: left;
    padding: 18px 0;
    text-align: center;
    width: 25%;
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.countdown li span {
    text-align: center;
    width: 100%;
    margin: 0;
}
.countdown li p {
    margin: 0;
    font-family: "open sans";
    font-size: 11px;
    color: #e9e9e9;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*****************************
     CHURCH STORIES
******************************/

.story {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.story-detail {
    border-bottom: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    float: left;
    position: relative;
    text-align: center;
    width: 100%;
    -webkit-box-shadow: 0 -10px 5px #fafafa inset;
    -moz-box-shadow: 0 -10px 5px #fafafa inset;
    -ms-box-shadow: 0 -10px 5px #fafafa inset;
    -o-box-shadow: 0 -10px 5px #fafafa inset;
    box-shadow: 0 -10px 5px #fafafa inset;
    -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;
}
.story-detail > h3 {
    font-size: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    overflow: hidden;
    padding: 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 24px;
}
.story-detail > h3 a {
    color: #555;
    -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;
}
.story-detail > span {
    font-family: "open sans";
    font-size: 12px;
    color: #888888;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    text-align: center;
}
.story-detail > span.date {
    background: none repeat scroll 0 0 #fff;
    float: none;
    left: 50%;
    margin-left: -20%;
    padding: 8px 0;
    position: absolute;
    top: -21px;
    width: 40%;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.story-detail > span i {
    margin-right: 5px;
}
.story .image {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
/*****************************
     BLOG LISTING
******************************/

.blog-listing {
    float: left;
    position: relative;
    width: 100%;
}
.blog-listing > a {
    background: -moz-linear-gradient(left, rgba(244, 244, 244, 0) 0%, rgba(242, 242, 242, 1) 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(244, 244, 244, 0)), color-stop(100%, rgba(242, 242, 242, 1)));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(left, rgba(244, 244, 244, 0) 0%, rgba(242, 242, 242, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(left, rgba(244, 244, 244, 0) 0%, rgba(242, 242, 242, 1) 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(left, rgba(244, 244, 244, 0) 0%, rgba(242, 242, 242, 1) 100%);
    /* IE10+ */
    
    background: linear-gradient(to right, rgba(244, 244, 244, 0) 0%, rgba(242, 242, 242, 1) 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00f4f4f4', endColorstr='#f2f2f2', GradientType=1);
    /* IE6-9 */
    
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    height: 100%;
    line-height: 65px;
    padding: 90px 0;
    position: absolute;
    right: 30px;
    text-align: center;
    top: 0;
    width: 60px;
    font-size: 20px;
    color: #6b6b6b;
    opacity: 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    -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;
}
.blog-list:first-child {
    margin-top: 0;
}
.blog-listing:hover > a {
    right: 0;
    opacity: 1;
}
.blog-list {
    background: none repeat scroll 0 0 #fbf9f9;
    float: left;
    margin-top: 20px;
    overflow: hidden;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.blog-list img {
    float: left;
    height: 70px;
    margin-right: 30px;
    width: 70px;
}
.blog-list > h3 {
    font-size: 14px;
    margin-top: 10px;
    padding-right: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}
.blog-list > h3 a {
    color: #555;
    -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;
}
.blog-list > ul {
    width: auto;
    float: none;
}
.blog-list > ul li {
    width: auto;
    float: left;
    margin-right: 20px;
}
.post .blog-detail > span {
    float: right;
    margin-top: 0;
}
/*****************************
     LATEST SERMONS
******************************/

.latest-serm {
    padding: 74px 50px;
    position: relative;
    z-index: 1;
}
.latest-serm > h2 {
    color: #FFFFFF;
    font-size: 22px;
    position: relative;
    z-index: 1;
}
.latest-serm > h3 {
    color: #FFFFFF;
    font-size: 16px;
    margin-top: 20px;
    position: relative;
    z-index: 1;
}
.latest-serm > span {
    color: #BCBBBB;
    float: left;
    margin-top: 20px;
    position: relative;
    text-transform: uppercase;
}
.latest-serm > span i {
    margin-right: 10px;
}
.latest-serm p {
    color: #9B9A9A;
    float: left;
    font-size: 15px;
    margin-top: 20px;
    position: relative;
    width: 100%;
}
.dark.sermon-media li i {
    line-height: 37px;
}
.latest-serm .sermon-media {
    margin-top: 35px;
}
.dark.sermon-media {
    margin-left: -5px;
}
.sermon-media li {
    background-clip: content-box;
    border: 1px solid #f0f0f0;
    color: #c4c4c4;
    margin-right: 10px;
    text-align: center;
    float: left;
    height: 53px;
    width: 53px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -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;
}
.sermon-media li a {
    float: left;
    height: 100%;
    width: 100%;
}
.sermon-media li i {
    color: #b8b8b8;
    float: left;
    font-size: 18px;
    line-height: 53px;
    margin: 0;
    transition: all 0.4s linear 0s;
    width: 100%;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.audioplayer {
    background-color: #000000;
    top: 0;
    display: none;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 1000000000;
}
.audioplayer span.cross {
    position: absolute;
    right: 0px;
    top: 0;
    width: 20px;
    height: 34px;
    color: #F3F3F3;
    font-family: "open sans";
    font-size: 12px;
    line-height: 30px;
    cursor: pointer;
}
.audio-btn {
    cursor: pointer;
}
.mejs-container {
    max-width: 100% !important;
    width: 100% !important;
}
/*****************************
        TWEETS
******************************/

.latest-tweets {
    float: left;
    width: 100%;
    text-align: center;
	padding-bottom:0px;
	padding-top:55px;
}
.latest-tweets > span {
    color: #fff;
    font-size: 0px;
    height: 90px;
    left: 50%;
    margin-left: -45px;
    position: absolute;
    top: -45px;
    width: 90px;
    line-height: 84px;
    border: 3px solid #FFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.tweets-slides {
    float: left;
    width: 100%;
    margin-top: 60px;
    margin-bottom: -40px;
}
.tweet {
    float: left;
    width: 100%;
}
.tweet > p {
    color: #FFF;
    font-size: 14px;
}
.tweet > span {
    color: #eeeeee;
    font-weight: 600;
    font-family: "open sans";
    margin-top: 10px;
    float: left;
    width: 100%;
}
.tweets-slides p {
    color: #fff;
}
.tweets-slides p a {
    float: left;
    width: 100%;
    color: #eeeeee;
}
/************************************************
        WANT TO KNOW ABOUT US
*************************************************/

.about .tab-content img {
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.about h4 {
    float: left;
    width: 100%;
    margin-bottom: 14px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
    color: #555555;
}
.about h4 i {
    margin-right: 10px;
}
.about ul li i {
    color: #666666;
}
.about ul {
    float: left;
    margin-top: 0px;
    width: 100%;
}
.about .nav {
    border: 0 none;
    margin: 20px -15px 0;
}
.about .nav li {
    margin: 0;
}
.about .nav li a,
.about .nav li.active a,
.about .nav li a:focus,
.about .nav li a:hover {
    border: 0 none;
    margin: 0;
    padding: 0;
    background: none;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.about .nav li a img {
    width: 100%;
}
.about .nav li.active a {
    border: 1px solid #fff;
}
.social ul {
    float: left;
    margin-top: 30px;
    width: 100%;
    text-align: center;
    /*padding-right:20px; padding-left:20px;*/
}
.social .nav {
    border: 0 none;
    margin: 20px -15px 0;
}
.social .nav li {
    margin: 0;
}
.social .nav li a,
.social .nav li.active a,
.social .nav li a:focus,
.social .nav li a:hover {
    border: 0 none;
    margin: 0;
    padding: 0;
    background: none;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.social .nav li a img {
    width: 100%;
}
.social .nav li.active a {
    border: 1px solid #fff;
}
/*****************************
     REQUEST A PRAYER
******************************/

.parallax-title > p {
    color: #e9e8e8;
    font-size: 14px;
    text-align: center;
}
.prayer-request,
.newsletter-signup {
    width: 70%;
    display: table;
    margin: 30px auto 0;
    background: rgba(255, 255, 255, 0.7);
    height: 60px;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.newsletter-signup {
    margin-top: 0;
    background: #eeeeee;
}
.prayer-request input[type="text"],
.newsletter-signup input[type="text"] {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    float: left;
    height: 60px;
    padding: 10px 20px;
    width: 75%;
    font-family: "open sans";
    font-size: 13px;
    color: #7b7b7b;
}
.prayer-request input[type="submit"],
.newsletter-signup input[type="submit"] {
    height: 60px;
    float: left;
    width: 25%;
    border: 0;
    font-family: "open sans";
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
    padding: 0 -1px 0 50px;
    background: url("../images/leaf.png") no-repeat scroll 20px center;
}
/*****************************
     CATEGORY BLOCKS
******************************/

.events {
    float: left;
    width: 100%;
}
.events .category-box {
    padding: 0 15px;
}
.category-block {
    border: 1px solid #e0e0e0;
    float: left;
    padding: 0 0 25px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.category-img {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.category-block:hover .category-img img {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    -webkit-transition: all 5s linear;
    -moz-transition: all 5s linear;
    -ms-transition: all 5s linear;
    -o-transition: all 5s linear;
    transition: all 5s linear;
}
.category-img > img {
    width: 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;
}
.category-block > h3 {
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    padding: 25px 25px 15px;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    width: 100%;
    z-index: 1;
}
.category-block > h3 a {
    float: left;
    width: 100%;
    color: #555;
}
.category-block > span {
    color: #acacac;
    float: left;
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.category-block > span i {
    margin-right: 5px;
}
.category-img ul {
    float: none;
    max-width: 10%;
    width: auto;
    position: absolute;
    bottom: 20px;
    right: 0;
}
.category-img ul li {
    display: inline-block;
    float: right;
    width: 150px;
    margin-bottom: 3px;
    overflow: hidden;
    padding: 5px 20px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.category-img ul li:before {
    background: none repeat scroll 0 0 rgba(110, 110, 110, 0.85);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    z-index: -1;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.category-img ul li.date {
    right: -100px;
}
.category-img ul li.time {
    right: -100px;
}
.category-img ul li.date:hover,
.category-img ul li.time:hover {
    right: 0;
}
.category-img ul li a {
    color: #FFFFFF;
    float: left;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
}
.category-img ul li a i {
    color: #FFF;
    margin-right: 20px;
}
/*****************************
     PARALLAX TEXT
******************************/

.parallax-text {
    text-align: center;
}
.parallax-text h4,
.parallax-text h3 {
    color: #FFFFFF;
    font-size: 33px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.parallax-text h3 {
    font-size: 75px;
}
.parallax-text > p {
    color: #D7D6D6;
    line-height: 36px;
    font-size: 14px;
    margin: 0 auto;
    width: 70%;
}
/*****************************
     DONATION APPEAL
******************************/

.donation-appeal {
    float: left;
    width: 100%;
    text-align: center;
}
.parallax-title {
    position: relative;
    display: table;
    margin: 0 auto 10px;
}
.parallax-title h3 {
    color: #FFFFFF;
    display: table;
    font-size: 30px;
    margin: 0 auto;
    padding-bottom: 20px;
    position: relative;
}
.parallax-title > span {
    color: #fff;
    font-size: 13px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    line-height: 10px;
}
.donation-appeal > p {
    color: #E9E8E8;
    display: table;
    margin: 0 auto 40px;
    width: 80%;
    font-size: 14px;
    line-height: 30px;
}
.donation-appeal > a {
    border: 1px solid #ffffff;
    padding: 10px 40px;
    margin: 0 10px;
    color: #FFF;
    display: inline-table;
    cursor: pointer;
    font-size: 13px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.donation-appeal > a:hover {
    border: 1px solid transparent;
    color: #FFF;
}
.donation-popup {
    width: 970px;
    background: #FFF;
    margin-left: -485px;
    position: absolute;
    left: 50%;
    top: 70px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.popup-title {
    float: left;
    padding: 35px 200px 35px 60px;
    position: relative;
    text-align: left;
    width: 100%;
    overflow: hidden;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.popup-title h5 {
    font-size: 30px;
    font-weight: bold;
    color: #FFF;
}
.popup-title > p {
    color: #F1EFEF;
    margin-top: 5px;
}
.needed-amount {
    color: #FFFFFF;
    height: 100%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
.needed-amount:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: -1;
}
.needed-amount > span {
    float: left;
    font-size: 24px;
    height: 82px;
    width: 100%;
}
.needed-amount > span i {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
    float: left;
    font-size: 24px;
    font-style: normal;
    height: 100%;
    line-height: 89px;
    margin: 0 1px;
    width: 35px;
    font-weight: 600;
    font-family: "open sans";
}
.needed-amount > i {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    bottom: 0;
    color: #F1EFEF;
    line-height: 50px;
    margin: 0;
    min-width: 180px;
    position: absolute;
    right: 0;
    width: 100%;
    font-style: normal;
    font-size: 13px;
    font-family: "open sans";
    letter-spacing: 0.3px;
}
.collected {
    float: left;
    width: 35%;
    border-right: 1px solid #d4d2d2;
}
.percentage {
    float: left;
    width: 100%;
    padding: 50px 0 20px;
}
.percentage input {
    color: #555555!important;
    font-weight: 200!important;
    font-size: 20px!important;
}
.percentage > div {
    float: left;
    text-align: center;
    width: 100% !important;
}
.percentage > span {
    color: #666666;
    float: left;
    font-family: "open sans";
    font-size: 13px;
    margin-top: -30px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}
.collected-amount {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    margin-top: 10px;
}
.collected-amount span i {
    color: #FFFFFF;
    float: left;
    font-size: 18px;
    font-style: normal;
    height: 36px;
    line-height: 35px;
    margin: 0 1px;
    text-align: center;
    width: 36px;
    font-weight: 600;
    font-family: "open sans";
    position: relative;
    z-index: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.collected-amount span i:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
}
.collected-amount > span {
    display: table;
    margin: 0 auto;
}
.amount-selection {
    float: left;
    width: 65%;
    padding: 50px 20px;
    text-align: left;
}
.amount-selection > p {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.amount-selection input[type="radio"] {
    margin-right: 10px;
    cursor: pointer;
}
.amount-selection label {
    font-weight: 600;
    font-size: 16px;
    font-family: "open sans";
    color: #555;
}
.selections {
    float: left;
    margin-top: 20px;
    width: 100%;
    margin-bottom: 20px;
}
.selections input {
    float: left;
    width: 100%;
    border: 1px solid #d1cece;
    height: 35px;
    padding: 10px 15px;
    font-family: "open sans";
    font-size: 13px;
    color: #b5b5b5;
    background: #f8f8f8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.selections .minict_wrapper > input {
    background: rgb(248, 248, 248);
    /* Old browsers */
    
    background: -moz-linear-gradient(top, rgba(248, 248, 248, 1) 0%, rgba(239, 239, 239, 1) 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(248, 248, 248, 1)), color-stop(100%, rgba(239, 239, 239, 1)));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, rgba(248, 248, 248, 1) 0%, rgba(239, 239, 239, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, rgba(248, 248, 248, 1) 0%, rgba(239, 239, 239, 1) 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, rgba(248, 248, 248, 1) 0%, rgba(239, 239, 239, 1) 100%);
    /* IE10+ */
    
    background: linear-gradient(to bottom, rgba(248, 248, 248, 1) 0%, rgba(239, 239, 239, 1) 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#efefef', GradientType=0);
    /* IE6-9 */
    
    color: #B5B5B5;
    text-transform: uppercase;
    border: 1px solid #cfcbcb;
}
.amount-selection p label {
    font-size: 13px;
    font-weight: 500;
}
.selections .minict_wrapper.bubble ul {
    max-height: 230px;
    overflow-y: scroll;
    top: 100%;
}
.selections .minict_wrapper.bubble ul li {
    background: rgb(248, 248, 248);
    /* Old browsers */
    
    background: -moz-linear-gradient(top, rgba(248, 248, 248, 1) 0%, rgba(239, 239, 239, 1) 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(248, 248, 248, 1)), color-stop(100%, rgba(239, 239, 239, 1)));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, rgba(248, 248, 248, 1) 0%, rgba(239, 239, 239, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, rgba(248, 248, 248, 1) 0%, rgba(239, 239, 239, 1) 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, rgba(248, 248, 248, 1) 0%, rgba(239, 239, 239, 1) 100%);
    /* IE10+ */
    
    background: linear-gradient(to bottom, rgba(248, 248, 248, 1) 0%, rgba(239, 239, 239, 1) 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#efefef', GradientType=0);
    /* IE6-9 */
}
.selections .minict_wrapper.bubble ul li:hover {
    background: #a9a9a9;
    color: #FFF;
}
.amount-selection > a,
.amount-selection button {
    color: #fff;
    float: left;
    font-size: 13px;
    padding: 10px 40px;
    border: 0;
    margin-top: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.amount-selection > a:hover {
    color: #FFF;
}
.amount-selection > ul {
    width: auto;
    margin-left: 40px;
}
.amount-selection > ul li {
    width: auto;
    float: left;
    position: relative;
    padding: 0 20px 0 0;
    margin-right: 20px;
}
.amount-selection > ul li a {
    float: left;
    line-height: 20px;
    padding: 10px 0;
}
.amount-selection > ul li:before {
    content: "/";
    right: 0;
    position: absolute;
    top: 0;
    line-height: 40px;
}
.amount-selection > ul li:last-child:before {
    display: none;
}
/*****************************
     BOOKS
******************************/

.our-products {
    float: left;
    width: 100%;
    margin-bottom: -30px;
    overflow: hidden;
}
.products-carousel {
    float: left;
}
.products-carousel .owl-item {
    padding: 0 15px;
}
.product {
    float: left;
    margin-bottom: 30px!important;
    width: 100%;
    position: relative;
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.product img {
    margin-bottom: 20px;
    height: auto;
    width: 100%;
}
.product > h3 {
    float: left;
    font-size: 16px;
    overflow: hidden;
    padding: 10px 10px 20px;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    width: 100%;
}
.product h3 a {
    color: #666;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.product > i {
    color: #999999;
    font-size: 11px;
    font-style: normal;
    padding: 0px 10px 5px;
    text-align: center;
    text-transform: uppercase;
    display: table;
    margin: 0 auto 0;
    border-bottom: 1px solid #dcdcdc;
}
.product-bottom {
    float: left;
    width: 100%;
    margin-top: 10px;
    background: rgb(246, 245, 245);
    /* Old browsers */
    
    background: -moz-linear-gradient(top, rgba(246, 245, 245, 1) 0%, rgba(232, 232, 232, 1) 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(246, 245, 245, 1)), color-stop(100%, rgba(232, 232, 232, 1)));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, rgba(246, 245, 245, 1) 0%, rgba(232, 232, 232, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, rgba(246, 245, 245, 1) 0%, rgba(232, 232, 232, 1) 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, rgba(246, 245, 245, 1) 0%, rgba(232, 232, 232, 1) 100%);
    /* IE10+ */
    
    background: linear-gradient(to bottom, rgba(246, 245, 245, 1) 0%, rgba(232, 232, 232, 1) 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f6f5f5', endColorstr='#e8e8e8', GradientType=0);
    /* IE6-9 */
}
.product-bottom span {
    color: #ffffff;
    float: left;
    font-family: "open sans";
    font-weight: 600;
    line-height: 25px;
    padding: 10px;
    width: auto;
    font-size: 13px;
    letter-spacing: 0.3px;
}
.product-bottom del span {
    text-decoration: line-through;
}
.product-bottom > a {
    color: #969696;
    display: table;
    font-family: "open sans";
    font-size: 12px;
    font-weight: 500;
    line-height: 25px;
    margin: 0 auto;
    padding: 10px 0;
    text-transform: uppercase;
}
.product-bottom > a.loading {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    position: relative;
    width: auto;
}
.product-bottom > a i {
    margin-right: 10px;
}
.woocommerce span.onsale,
.woocommerce-page span.onsale {
    background-image: none;
    box-shadow: none;
    color: #fff;
    font-family: "open sans";
    font-size: 12px;
    font-weight: bold;
    height: 25px !important;
    left: auto;
    line-height: 29px;
    min-width: 0 !important;
    padding: 0 10px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    -webkit-border-radius: 0 0 0 3px;
    -moz-border-radius: 0 0 0 3px;
    -ms-border-radius: 0 0 0 3px;
    -o-border-radius: 0 0 0 3px;
    border-radius: 0 0 0 3px;
}
.product-bottom > a.add_to_cart_button.added {
    color: transparent;
}
.product-bottom > a.added_to_cart {
    bottom: 0;
    display: block;
    position: absolute;
    right: 10px;
    width: auto;
    float: left;
}
#masonay-nav {
    float: left;
    margin: 80px 0 30px;
    width: 100%;
}
#masonay-nav li {
    float: left;
    width: auto;
    margin-right: 10px;
}
#masonay-nav li a {
    background: none repeat scroll 0 0 #f8f8f8;
    border: 1px solid #cfcfcf;
    float: left;
    font-size: 16px;
    line-height: 20px;
    padding: 5px 20px;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: All 0.4s linear;
    -moz-transition: All 0.4s linear;
    -ms-transition: All 0.4s linear;
    -o-transition: All 0.4s linear;
    transition: All 0.4s linear;
}
#masonay-nav li a.active {
    color: #fff;
    opacity: 1;
}
h1.page-title {
    float: left;
    font-size: 26px;
    font-weight: 600;
    padding: 11px 0;
    width: 100%;
}
.woocommerce-breadcrumb {
    float: left;
    width: 100%;
    position: relative;
    top: auto;
    margin: 10px 0 0;
}
.woocommerce-breadcrumb:before {
    display: none;
}
.woocommerce-result-count {
    float: left;
    margin-bottom: 10px;
    margin-right: 20px;
}
form.woocommerce-ordering {
    float: left;
}
.our-products.products-page {
    margin-top: 50px;
}
.cart-product li .amount {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
    padding: 0;
    width: 100%;
}
.woocommerce .quantity {
    border: 1px solid #c6dade;
    margin: 10px 5px !important;
    min-width: 150px;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.woocommerce .quantity input.minus,
.woocommerce .quantity input.plus,
.woocommerce .quantity input.text {
    border: 0 none;
    box-shadow: none;
    float: left !important;
    height: 35px;
    position: relative;
    width: 33.334%;
}
.order > li .amount {
    float: none;
    font-size: 12px;
    font-weight: 600;
    padding: 0;
}
.related.products .block {
    padding: 0;
}
.related.products .our-products.products-page {
    margin-bottom: 0;
    margin-top: 30px;
}
.related.products > h2 {
    font-family: "open sans";
    font-size: 22px;
    text-transform: uppercase;
}
.half-field > p.form-row {
    width: 100%;
}
.half-field > p.form-row {
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
}
.half-field > p.form-row label {
    font-weight: 400;
}
label {
    font-family: "open sans";
    font-weight: 500;
}
.cart-btn {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    color: #fff;
    float: left;
    line-height: 30px;
    margin-top: 10px;
    padding: 0 20px;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.theme-pagination.product-pagi {
    margin-bottom: 80px;
}
/*****************************
     BLOG STYLE
******************************/

.blog-carousel {
    float: left;
    width: 100%;
}
.blog-post {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.image {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.image:before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.74);
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.image:hover:before {
    opacity: 1;
}
.image > a {
    color: #FFFFFF;
    font-size: 13px;
    line-height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    opacity: 0;
    text-align: center;
    width: 40px;
    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: rotate(-270deg) scale(1.4);
    -moz-transform: rotate(-270deg) scale(1.4);
    -ms-transform: rotate(-270deg) scale(1.4);
    -o-transform: rotate(-270deg) scale(1.4);
    transform: rotate(-270deg) scale(1.4);
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.image > a:hover {
    color: #FFF;
}
.image:hover > a {
    opacity: 0.8;
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
}
.image > img {
    width: 100%;
}
.blog-post img {
    width: 100%;
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.blog-detail {
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    float: left;
    padding: 25px 30px 16px 0;
    width: 100%;
    position: relative;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
.blog-detail > h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}
.blog-detail > h3 a {
    color: #555555;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.blog-detail > p {
    font-size: 13px;
    margin-top: 5px;
    float: left;
}
.blog-detail a.readmore {
    margin-top: 12px;
}
.readmore {
    color: #B8B8B8;
    float: left;
    font-family: Open Sans, sans-serif;
    font-size: 12px;
    padding-right: 10px;
    position: relative;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.readmore:before {
    content: "\f101";
    font-family: fontawesome;
    line-height: 15px;
    position: absolute;
    right: 0;
    top: 0;
}
.blog-detail > span {
    color: #969696;
    font-size: 11px;
    line-height: 36px;
    text-transform: uppercase;
    margin-top: 5px;
    float: left;
}
.blog-detail > span i {
    margin-right: 10px;
}
/*****************************
     LATEST SERMONS
******************************/

.sermon {
    border: 1px solid #ededed;
    float: left;
    margin-bottom: 30px;
    padding: 12px;
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 13px #f2f2f2 inset;
    -moz-box-shadow: 0 0 13px #f2f2f2 inset;
    -ms-box-shadow: 0 0 13px #f2f2f2 inset;
    -o-box-shadow: 0 0 13px #f2f2f2 inset;
    box-shadow: 0 0 13px #f2f2f2 inset;
}
.sermon img {
    width: 100%;
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.sermon h3 {
    float: left;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
}
.sermon h3 a {
    color: #555;
    float: left;
    width: 100%;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.sermon span {
    color: #969696;
    float: left;
    font-size: 12px;
    width: 100%;
}
.sermon p {
    float: left;
    margin-bottom: 5px;
    margin-top: 10px;
    width: 100%;
    padding-right: 20px;
}
.sermon span i {
    margin-right: 10px;
}
.sermon .sermon-media,
.sermon-media {
    margin-top: 15px;
    width: auto;
    position: relative;
}
.hover-in {
    background: none repeat scroll 0 0 rgba(250, 250, 250, 0.96);
    border-left: 1px solid #e4e4e4;
    height: 100%;
    padding: 30px 50px;
    position: absolute;
    right: -68%;
    top: 0;
    width: 70%;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.hover-in:hover {
    right: 0;
}
.hover-in:before {
    background: none repeat scroll 0 0 rgba(250, 250, 250, 0.96);
    content: "\f100";
    font-family: fontawesome;
    height: 40px;
    width: 40px;
    margin-top: -20px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    top: 50%;
    left: -20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.hover-in .sermon-media li {
    background: #FFF;
    background-clip: content-box;
    display: inline-block;
    float: none;
    -webkit-box-shadow: 0 0 5px #f4f4f4 inset;
    -moz-box-shadow: 0 0 5px #f4f4f4 inset;
    -ms-box-shadow: 0 0 5px #f4f4f4 inset;
    -o-box-shadow: 0 0 5px #f4f4f4 inset;
    box-shadow: 0 0 5px #f4f4f4 inset;
}
.hover-in .sermon-media li:last-child {
    margin: 0;
}
.hover-in .sermon-media li:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.hover-in .sermon-media {
    left: 0;
    margin: -26.5px 0 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}
.owl-buttons > div {
    background: url("../images/arrows.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0);
    margin-top: -12.5px;
    position: absolute;
    top: 50%;
    float: left;
    height: 25px;
    width: 25px;
}
.owl-buttons > div.owl-next {
    background-position: right 0;
    left: auto;
    right: 0;
}
/***********************************
    SERVICE-LISTING
***********************************/

.service-listing {
    float: left;
    margin-bottom: -30px;
    width: 100%;
}
.service-listing .service-block {
    margin-bottom: 30px;
}
/***********************************
    PRAYER LISTS
***********************************/

.prayer {
    float: left;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
}
.prayer > p {
    background: none repeat scroll 0 0 #f8f6f6;
    color: #666;
    font-size: 13px;
    font-style: italic;
    padding: 20px 30px 60px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.prayer > img {
    border: 3px solid #fff;
    margin-bottom: 10px;
    margin-top: -40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.prayer > h4 {
    color: #555;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 10px;
}
.prayer > span {
    color: #999999;
    font-family: "open sans";
    font-size: 11px;
    text-transform: uppercase;
}
/***********************************
    FEATURED SERMON
***********************************/

.featured-sermon-box {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ededed;
    display: table;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-left: 110px;
    -webkit-box-shadow: 0 0 13px #f2f2f2 inset;
    -moz-box-shadow: 0 0 13px #f2f2f2 inset;
    -ms-box-shadow: 0 0 13px #f2f2f2 inset;
    -o-box-shadow: 0 0 13px #f2f2f2 inset;
    box-shadow: 0 0 13px #f2f2f2 inset;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.featured-sermon-title {
    float: left;
    height: 115px;
    overflow: hidden;
    padding: 35px 0;
    width: 100px;
    z-index: 1;
    position: absolute;
    left: 30px;
    top: 0px;
    -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;
}
.featured-sermon-title i {
    color: #FFFFFF;
    float: left;
    font-size: 40px;
    text-align: center;
    width: 100%;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
}
.featured-sermon {
    padding: 30px 50px 15px;
    width: 100%;
    float: left;
}
.featured-sermon img {
    width: 100%;
    margin-top: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.featured-sermon h3 {
    color: #555555;
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}
.featured-sermon h3 a {
    color: #555;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.featured-sermon p {
    margin-bottom: 15px;
}
.featured-sermon .sermon-media {
    width: auto;
    float: right;
    margin-top: 20px;
}
.overlap {
    margin-top: -90px;
}
/*****************************
    TEAM CAROUSEL
******************************/

.team-carousel {
    float: left;
    width: 100%;
}
.member {
    float: left;
    width: 100%;
    padding: 0px 0px;
}
.team {
    float: left;
    width: 100%;
    border: 1px solid #e3e3e3;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.team-img > img {
    width: 100%;
}
.member-detail {
    position: absolute;
    left: 0;
    bottom: 0;
    /*  background: #FFF;*/
    
    padding: 0px 40px;
    text-align: center;
    min-height: 63px;
    margin-bottom: -263px;
    font-family: "open sans";
    font-weight: 200;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.member-detail h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.member-detail h3 a {
    color: #555;
}
.member-detail > span {
    font-size: 12px;
    font-family: "open sans";
    margin-bottom: 10px;
    float: left;
    width: 100%;
}
.member-detail .btn {
    font-size: 12px;
    font-family: "open sans";
    float: left;
    width: 100%;
    margin-top: 160px;
    background-color: #f0283b;
    color: #FFF;
}
.member-detail .btn a {
    font-size: 12px;
    font-family: "open sans";
    background-color: #f0283b;
    color: #FFF;
}
.member-detail .btn:hover {
    font-size: 12px;
    font-family: "open sans";
    margin-bottom: 0px;
    float: left;
    width: 100%;
    background-color: #f0283b;
    color: #FFF;
}
.member-detail > p {
    float: left;
    width: 100%;
    opacity: 0;
    max-height: 0;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.team:hover .member-detail > p {
    max-height: auto;
    opacity: 1;
}
.team:hover .member-detail {
    min-height: 100%;
    background: rgba(255, 255, 255, 0.99);
    margin-bottom: 0px;
    width: 100%;
}
.team:hover .member-detail h3 {
    margin-top: 50px;
}
.Brand_details {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
/*****************************
    DONATION BOX
******************************/

.donation-box {
    float: left;
    min-height: 133px;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 0 280px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.donation-box > .needed-amount {
    left: 0;
    right: auto;
}
.donation-box .needed-amount.collected-amt {
    right: 0;
    left: auto;
    width: auto;
}
.donation-box h3 {
    margin-top: 30px;
    font-size: 22px;
    color: #FFF;
    font-weight: 600;
    margin-bottom: 10px;
}
.donation-box p {
    color: #e9e9e9;
    font-size: 14px;
}
.donation-box > div > a {
    background: #FFF;
    margin-top: 40px;
    float: right;
    padding: 13px 40px;
    cursor: pointer;
    font-family: "open sans";
    font-size: 15px;
    color: #555555;
    font-weight: 700;
    -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;
}
.donation-box > div > a:hover {
    background: #555555;
    color: #FFF;
}
.modal {
    z-index: 1000000;
}
/*****************************
    CONTACT US PAGE
******************************/

.title2 {
    float: left;
    margin-bottom: 45px;
    text-align: center;
    width: 100%;
}
.title2 h2 {
    color: #000000;
    font-size: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}
.title2 > span {
    color: #969696;
    font-size: 12px;
}
/*--end-title2--*/

.title02 {
    float: left;
    margin-bottom: 45px;
    text-align: center;
    width: 100%;
}
.title02 h2 {
    color: #00000;
    font-size: 30px;
    margin-bottom: 18px;
    font-weight: 500;
}
.title02 > span {
    color: #969696;
    font-size: 12px;
}
/*--end-title02--*/

.events {
    margin-right: 20px;
}
.title_3 {
    margin-bottom: 35px;
    text-align: center;
    width: 94%;
}
.title_3 h2 {
    color: #000000;
    font-size: 30px;
    border-bottom: 2px solid #f0283b;
    padding-bottom: 15px;
    text-align: left;
}
.title_3 > span {
    color: #969696;
    font-size: 12px;
}
/*--end-title03--*/

.title_twitter {
    float: left;
    text-align: center;
    width: 100%;
    margin-top: 50px;
}
.title_twitter p {
    color: #FFF;
}
.newslatter_title {
    color: #250071
}
.map iframe {
    height: 360px;
}
.space {
    float: left;
    width: 100%;
    height: 30px;
}
.social-media1 {
    float: right;
    width: 480px;
}
.social-media {
    float: left;
    margin: 0 -5px;
    width: auto;
}
.social-media li {
    float: left;
    height: 26px;
    margin: 0 3px;
    width: 26px;
    text-align: center;
}
.social-media li a {
    background: none repeat scroll 0 0 #7e7e7e;
    border: 0 none;
    float: left;
    height: 26px;
    line-height: 24px;
    width: 100%;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
    border-radius: 13px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.social-media li a:hover {
    border: 0;
}
.social-media li a i {
    color: #FFFFFF;
    font-size: 12px;
    margin: 0;
}
.social-media li a:hover i {
    color: #FFF;
}
/*--end social_media--*/

.social-media01 {
    width: 516px;
}
.social-media1 {
    float: left;
    margin: 0 -5px;
    width: auto;
    border-bottom: 1px dashed #777;
    border-top: 1px dashed #777;
    padding-bottom: 24px;
    padding-top: 20px;
    margin-left: 5px;
    margin-right: 5px;
}
.social-media1 li {
    float: left;
    height: 35px;
    margin: 0 3px;
    width: 53px !important;
    text-align: center;
}
.social-media1 li a {
    background: none repeat scroll 0 0 #554559;
    border: 0 none;
    float: left;
    height: 48px;
    line-height: 24px;
    width: 100%;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
    border-radius: 13px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.social-media1 li a:hover {
    border: 0;
    background-color: #F00;
}
.social-media1 li a i {
    color: #2a1632;
    font-size: 17px;
    margin: 0;
}
.social-media1 li a:hover i {
    color: #FFF;
}
/*--End social_media1--*/

#msgs2 .alert {
    background: none repeat scroll 0 0 #f2f2f2;
    float: left;
    margin: 0 0 10px;
    padding: 5px 20px;
    width: 100%;
}
.theme-form {
    float: left;
    width: 100%;
}
.theme-form > input,
.theme-form > input:focus,
.theme-form textarea,
.theme-form textarea:focus {
    border: 1px solid #E8E7E7;
    color: #B4B4B4;
    font-family: Open Sans, sans-serif;
    font-size: 12px;
    margin-bottom: 12px;
    padding: 10px 20px;
    float: left;
    height: 40px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.theme-form textarea {
    height: auto;
    max-width: 100%;
    min-height: 90px;
}
.theme-form > input[type="submit"] {
    border: 0 none;
    color: #FFFFFF;
    float: right;
    padding: 10px 30px;
    width: auto;
}
.contact-info {
    float: left;
    width: 100%;
}
.contact-info > div {
    padding: 0 1px;
}
.info-block {
    border: 1px solid #F0F0F0;
    float: left;
    height: 170px;
    width: 100%;
    padding: 40px;
    position: relative;
    text-align: center;
    z-index: 1;
}
.info-block:before {
    background: url("../images/pattern1.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    -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;
}
.info-block:hover:before {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
.info-block i {
    color: #BCBBBB;
    display: table;
    font-size: 35px;
    margin: 10px auto 20px;
    -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;
}
#message {
    float: left;
    margin: 10px 0;
    padding: 0;
    width: 100%;
}
.error_message {
    background: url("../images/error.gif") no-repeat scroll 10px center #FBE3E4;
    border: 1px solid #FBC2C4;
    border-radius: 3px;
    color: #8A1F11;
    display: block;
    line-height: 22px;
    padding: 10px 10px 10px 35px;
}
.loader {
    padding: 0 10px;
}
#contact #success_page h1 {
    background: url('images/success.gif') left no-repeat;
    padding-left: 22px;
}
acronym {
    border-bottom: 1px dotted #ccc;
}
/*****************************
    ABOUT US PAGE
******************************/

.page-top {
    float: left;
    padding-bottom: 94px;
    padding-top: 100px;
    position: relative;
    text-align: center;
    width: 100%;
}
.page-top.extra-gap {
    padding-top: 213px;
}
.page-top:before {
    /*background:none repeat scroll 0 0 rgba(0, 0, 0, 0.75);*/
    
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.page-top h1 {
    color: #FFFFFF;
    font-size: 36px;
    font-weight: 700;
    position: relative;
}
.page-top ul {
    display: table;
    float: none;
    margin: 20px auto;
    position: relative;
    width: auto;
}
.page-top ul li {
    float: left;
    padding: 0 20px 0 0;
}
.page-top ul li a {
    color: #EDECEC;
    float: left;
    font-size: 13px;
    padding: 0 20px 0 0;
    position: relative;
    text-transform: uppercase;
}
.page-top ul li a:after {
    content: "/";
    position: absolute;
    right: 0;
}
.page-top ul li:last-child,
.page-top ul li:last-child a {
    padding-right: 0;
}
.page-top ul li:last-child a:after {
    display: none;
}
.simple-text h3 {
    color: #555555;
    float: left;
    font-family: "open sans";
    font-size: 16px;
    margin-bottom: 20px;
    width: 100%;
}
.simple-text > p {
    float: left;
    line-height: 32px;
    margin-bottom: 40px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.simple-text p a {
    font-style: italic;
}
.button {
    border: 1px solid #CCCDCE;
    color: #666666;
    float: left;
    font-family: "open sans";
    padding: 12px 18px;
    position: relative;
    z-index: 1;

    cursor: pointer;
    -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:hover {
    color: #FFF;
}
.button:before {
    content: "";
    height: 0;
    width: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    -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:hover:before {
    height: 100%;
}
.video {
    border: 1px solid #f0f0f0;
    float: left;
    overflow: hidden;
    padding: 10px;
    position: relative;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.video img {
    width: 100%;
}
.video-img {
    float: left;
    position: relative;
    overflow: hidden;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.video-img:before,
.video-img:after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    content: "";
    height: 100%;
    width: 0;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.video-img:after {
    left: auto;
    right: 0;
}
.video-img:hover:before,
.video-img:hover:after {
    width: 50%;
}
.video-img > a {
    background: none repeat scroll 0 0 padding-box content-box rgba(65, 149, 237, 0.3);
    border: 3px solid rgba(255, 255, 255, 0.3);
    color: #FFFFFF;
    font-size: 20px;
    height: 74px;
    width: 74px;
    line-height: 68px;
    margin-left: -37px;
    margin-top: -37px;
    text-align: center;
    z-index: 1;
    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: rotateX(-76deg) perspective(200px);
    -moz-transform: rotateX(-76deg) perspective(200px);
    -ms-transform: rotateX(-76deg) perspective(200px);
    -o-transform: rotateX(-76deg) perspective(200px);
    transform: rotateX(-76deg) perspective(200px);
    -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;
}
.video-img > a i {
    color: #FFF;
}
.video-img:hover > a {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
/*****************************
    EVENTS GRID VIEW
******************************/

.events-gridview .category-box {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
/*****************************
    TEAM PAGE
******************************/

.team-page .member {
    margin-bottom: 30px;
    padding: 0;
}
/*****************************
    SERMON SINGLE POST
******************************/

.single-page {
    border: 1px solid #F0F0F0;
    float: left;
    margin-bottom: 20px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.single-page img {
    height: auto;
    width: 100%;
}
.single-page h2 {
    float: left;
    font-size: 18px;
    line-height: 30px;
    padding: 10px 20px;
    width: 70%;
}
.meta {
    background: url("../images/pattern1.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #F0F0F0;
    border-top: 1px solid #F0F0F0;
    float: left;
    position: relative;
    padding: 10px 120px 10px 20px;
    width: 100%;
}
.meta li {
    color: #999999;
    float: left;
    font-family: "open sans";
    margin-right: 30px;
    text-transform: uppercase;
    width: auto;
}
.meta li a {
    font-family: "open sans";
    display: inline-block;
}
.single-page .sermon-media {
    padding: 20px;
}
.single-page .sermon-media .audioplayer {
    bottom: 10px;
    left: 100%;
    margin: 33px 0;
    position: absolute;
    width: 400px;
}
.meta > img {
    border: 2px solid #FFFFFF;
    margin-top: -40px;
    position: absolute;
    right: 30px;
    top: 50%;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.pastor-info {
    background: url("../images/pattern1.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    margin-top: 40px;
    margin-bottom: 30px;
    padding: 20px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.pastor-info img {
    float: left;
    margin-right: 40px;
    width: 120px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.pastor-info > h4 {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.pastor-info > h4 span {
    font-size: 12px;
    margin-left: 20px;
}
.share-this {
    border: 1px solid #F0F0F0;
    border-radius: 3px;
    float: left;
    padding: 15px 20px;
    margin-bottom: 30px;
    width: 100%;
}
.share-this h5 {
    float: left;
    font-size: 13px;
    line-height: 25px;
}
.share-this h5 i {
    margin-right: 10px;
}
.share-this .social-media {
    float: right;
}
.comments {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.comments > h4 {
    float: left;
    font-size: 16px;
    margin: 0 0 30px;
}
.comments > h5 {
    float: right;
    font-size: 16px;
    font-weight: 600;
}
.comments > h5 i {
    color: #F3B55E;
    font-size: 18px;
    line-height: 27px;
    margin-right: 5px;
}
.comments > ul {
    float: left;
    width: 100%;
}
.comments > ul li {
    float: left;
    width: 100%;
    position: relative;
    margin: 0 0 30px;
}
.comments > ul li .comment {
    background: url("../images/pattern1.jpg") repeat scroll 0 0 #F7F7F7;
    border: 1px solid #f0f0f0;
    padding: 30px;
    position: relative;
    float: left;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.comments > ul li:last-child {
    margin-bottom: 0;
}
.comments > ul li .avatar {
    float: left;
    height: 110px;
    margin-right: 30px;
    position: relative;
    width: 110px;
}
.comments > ul li .avatar:before {
    background: url("../images/pattern1.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    height: 100%;
    left: 100%;
    position: absolute;
    top: 0;
    width: 30px;
}
.comments > ul li .avatar:after {
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -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;
}
.comments > ul li .comment:hover .avatar:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.comments > ul li .avatar img {
    width: 100%;
    border: 3px solid #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 linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.comments > ul li .comment:hover .avatar img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.comments > ul li h5.comment-name {
    border-bottom: 1px solid #F0F0F0;
    font-size: 15px;
    margin-top: 20px;
    padding-bottom: 15px;
}
.comments > ul li h5 i {
    float: right;
    font-family: "open sans";
    font-size: 13px;
    font-style: normal;
    line-height: 20px;
    margin: 0;
}
.comments > ul li p {
    border-top: 1px solid #FFFFFF;
    padding-top: 10px;
}
.comments > ul li ul {
    float: left;
    margin: 30px 0 0 10%;
    width: 90%;
}
.avatar > a {
    color: #FFFFFF;
    font-family: "open sans";
    line-height: 50px;
    padding: 30px 10px;
    text-align: center;
    width: 100%;
    font-size: 15px;
    position: absolute;
    left: 0;
    opacity: 0;
    z-index: 1;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    -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;
}
.comment:hover .avatar > a {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.avatar > a:hover {
    color: #FFF;
}
.comments > ul li ul li .comment:before {
    background: none repeat scroll 0 0 #F0F0F0;
    content: "";
    height: 1px;
    margin-top: -0.5px;
    width: 50px;
    position: absolute;
    left: -60px;
    top: 50%;
}
.comments > ul li ul li .comment:after {
    background: none repeat scroll 0 0 #F0F0F0;
    content: "";
    height: 60%;
    left: -60px;
    position: absolute;
    top: -10%;
    width: 1px;
}
.leave-comment {
    float: left;
    margin-top: 50px;
    width: 100%;
}
.leave-comment > h4 {
    float: left;
    font-size: 18px;
    margin-bottom: 10px;
    width: 100%;
}
.leave-comment > h4 i {
    margin-right: 10px;
}
.leave-comment > form {
    float: left;
    margin-top: 10px;
    width: 100%;
}
.comment-notes {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.leave-comment > form input,
.leave-comment > form textarea {
    border: 1px solid #E8E7E7;
    color: #B4B4B4;
    float: left;
    font-family: "open sans";
    font-size: 12px;
    height: 40px;
    line-height: 20px;
    margin-bottom: 12px;
    padding: 10px 20px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.leave-comment > form textarea {
    min-height: 150px;
    height: auto;
}
.leave-comment > form input[type="submit"] {
    border: 0 none;
    color: #FFFFFF;
    float: right;
    margin-bottom: 0;
    font-size: 12px;
    padding: 10px 30px;
    text-transform: uppercase;
    width: auto;
}
code {
    width: 100%;
    white-space: normal;
    float: left;
    margin: 10px 0;
    padding: 5px 10px;
}
/*****************************
    BLOG SINGLE POST
******************************/

blockquote .parallax {
    z-index: -2;
}
blockquote {
    border: 0 none;
    color: #FFFFFF;
    float: left;
    line-height: 32px;
    margin: 40px 0;
    padding: 30px;
    font-size: 16px;
    font-style: italic;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
}
blockquote:before {
    background: none repeat scroll 0 0 rgba(62, 67, 71, 0.8);
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
blockquote i {
    color: #8E8E8E;
    font-size: 24px;
    margin: 0 10px;
}
blockquote p {
    color: #fff;
    font-size: 16px;
}
/*****************************
   EVENT SINGLE IMAGE
******************************/

.event-info .map iframe {
    height: auto;
}
.map {
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.event-info {
    float: left;
    padding: 30px 50px;
    width: 100%;
}
.event-info li {
    border-bottom: 1px solid #ececec;
    color: #999999;
    float: left;
    font-family: "open sans";
    font-size: 12px;
    line-height: 36px;
    text-transform: uppercase;
    width: 100%;
}
.event-info li i {
    font-size: 12px;
    margin-right: 10px;
}
.post-like {
    background: url("../images/heart.png") no-repeat scroll 0 49% rgba(0, 0, 0, 0);
    border: 0 none !important;
    color: #999999;
    display: inline-block;
    float: left;
    min-height: 33px;
    padding-left: 22px;
    text-decoration: none;
    width: 100%;
    cursor: pointer;
}
.post-like:hover {
    background: url("../images/heart_active.png") no-repeat scroll 0 49% rgba(0, 0, 0, 0);
}
/*****************************
    TEAM SINGLE PAGE
******************************/

.team-single {
    border: 1px solid #F0F0F0;
    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;
}
.team-detail {
    float: left;
    width: 50%;
}
.team-detail h3 {
    font-size: 18px;
    padding: 22px 30px;
}
.member-img {
    float: left;
    width: 50%;
}
.member-img > img {
    width: 100%;
}
.team-list {
    float: left;
    width: 100%;
}
.team-list > li {
    color: #999999;
    float: left;
    font-family: "open sans";
    font-size: 12px;
    line-height: 55px;
    padding-left: 30px;
    text-transform: uppercase;
    width: 90%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.team-list > li:nth-child(2n+1) {
    background: url("../images/pattern1.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #F0F0F0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
.team-single .social-media {
    margin-left: 25px;
    margin-right: 0;
    margin-top: 15px;
}
/*****************************
    GALLERY PAGES
******************************/

.mas-gallery {
    float: left;
    width: 100%;
}
.gallery {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.gallery > img {
    height: auto;
    width: 100%;
}
.gallery-title {
    opacity: 0.9;
    padding: 10px 20px 10px 100px;
    width: 100%;
    position: absolute;
    min-height: 0;
    bottom: 20px;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.gallery:hover .gallery-title {
    padding: 10px;
    bottom: 0;
    min-height: 100%;
    -webkit-transition: all 0.6s ease 0.2s;
    -moz-transition: all 0.6s ease 0.2s;
    -ms-transition: all 0.6s ease 0.2s;
    -o-transition: all 0.6s ease 0.2s;
    transition: all 0.6s ease 0.2s;
}
.gallery-title h3 {
    color: #FFFFFF;
    font-size: 15px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.gallery:hover .gallery-title h3 {
    opacity: 0;
}
.gallery-title:before {
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.6s ease 0.2s;
    -moz-transition: all 0.6s ease 0.2s;
    -ms-transition: all 0.6s ease 0.2s;
    -o-transition: all 0.6s ease 0.2s;
    transition: all 0.6s ease 0.2s;
}
.gallery:hover .gallery-title:before {
    background-color: #000;
}
.gallery-title:after {
    content: "";
    height: 65px;
    left: 17px;
    margin-top: -40px;
    position: absolute;
    top: 50%;
    width: 65px;
    z-index: -1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -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:hover .gallery-title:after {
    opacity: 0;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.gallery-title i {
    color: #FFFFFF;
    font-size: 30px;
    height: 80px;
    width: 80px;
    line-height: 80px;
    margin-top: -40px;
    text-align: center;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.gallery:hover .gallery-title i {
    opacity: 0;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.gallery > ul {
    margin-top: -33px;
    text-align: center;
    z-index: 1;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 30%;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.gallery:hover > ul {
    opacity: 1;
    top: 50%;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transition: all 0.6s ease 0.4s;
    -moz-transition: all 0.6s ease 0.4s;
    -ms-transition: all 0.6s ease 0.4s;
    -o-transition: all 0.6s ease 0.4s;
    transition: all 0.6s ease 0.4s;
}
.gallery > ul li {
    display: inline-block;
    margin: 0 5px;
    overflow: hidden;
    width: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    .
}
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
/** ISOTOPE STYLING **/

.rotating {
    display: inline-block;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
    -moz-transform: rotateX(0) rotateY(0) rotateZ(0);
    -ms-transform: rotateX(0) rotateY(0) rotateZ(0);
    -o-transform: rotateX(0) rotateY(0) rotateZ(0);
    transform: rotateX(0) rotateY(0) rotateZ(0);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform-origin-x: 50%;
}
.rotating.flip {
    position: relative;
}
.rotating .front,
.rotating .back {
    left: 0;
    top: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
.rotating .front {
    position: absolute;
    display: inline-block;
    -webkit-transform: translate3d(0, 0, 1px);
    -moz-transform: translate3d(0, 0, 1px);
    -ms-transform: translate3d(0, 0, 1px);
    -o-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px);
}
.rotating.flip .front {
    z-index: 1;
}
.rotating .back {
    display: block;
    opacity: 0;
}
.rotating.spin {
    -webkit-transform: rotate(360deg) scale(0);
    -moz-transform: rotate(360deg) scale(0);
    -ms-transform: rotate(360deg) scale(0);
    -o-transform: rotate(360deg) scale(0);
    transform: rotate(360deg) scale(0);
}
.rotating.flip .back {
    z-index: 2;
    display: block;
    opacity: 1;
    -webkit-transform: rotateY(180deg) translate3d(0, 0, 0);
    -moz-transform: rotateY(180deg) translate3d(0, 0, 0);
    -ms-transform: rotateY(180deg) translate3d(0, 0, 0);
    -o-transform: rotateY(180deg) translate3d(0, 0, 0);
    transform: rotateY(180deg) translate3d(0, 0, 0);
}
.rotating.flip.up .back {
    -webkit-transform: rotateX(180deg) translate3d(0, 0, 0);
    -moz-transform: rotateX(180deg) translate3d(0, 0, 0);
    -ms-transform: rotateX(180deg) translate3d(0, 0, 0);
    -o-transform: rotateX(180deg) translate3d(0, 0, 0);
    transform: rotateX(180deg) translate3d(0, 0, 0);
}
.rotating.flip.cube .front {
    -webkit-transform: translate3d(0, 0, 100px) scale(0.9, 0.9);
    -moz-transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
    -ms-transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
    -o-transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
    transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
}
.rotating.flip.cube .back {
    -webkit-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.9, 0.9);
    -moz-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
    -ms-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
    -o-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
    transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
}
.rotating.flip.cube.up .back {
    -webkit-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.9, 0.9);
    -moz-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
    -ms-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
    -o-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
    transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
}
/*****************************
    CART PAGE
******************************/

.cart-table {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.cart-head {
    background: none repeat scroll 0 0 #595958;
    float: left;
    min-width: 800px;
    padding: 20px;
    width: 100%;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.cart-head h2 {
    color: #FFFFFF;
    float: left;
    font-size: 16px;
    text-align: center;
    width: 19%;
}
.cart-head h2.long-width {
    width: 24%;
}
.cart-list {
    float: left;
    width: 100%;
}
.cart-table .cart-list {
    min-width: 800px;
}
.cart-list {
    border: 1px solid #D2D2D2;
    float: left;
    width: 100%;
}
.cart-list > li {
    background: none repeat scroll 0 0 #F6F6F6;
    border-bottom: 1px solid #E0E0E0;
    border-top: 1px solid #FFFFFF;
    float: left;
    padding: 20px;
    width: 100%;
}
.cart-list > li:last-child {
    border-bottom: 0 none;
    ;
}
.cart-list > li:nth-child(2n+2) {
    background: none repeat scroll 0 0 #FAFAFA;
}
.cart-product {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #D5D5D5;
    float: left;
    width: 100%;
    margin-left: 0;
    line-height: 36px;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.cart-product li img.dustbin {
    height: auto;
    left: 34px;
    position: absolute;
    top: 20px;
    width: auto;
    cursor: pointer;
}
.cart-product li {
    color: #555555;
    float: left;
    font-size: 12px;
    min-height: 57px;
    padding: 10px;
    position: relative;
    text-align: center;
    width: 19%;
}
.cart-product li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #D5D5D5;
}
.cart-product li:last-child:before {
    display: none;
}
.cart-product li.long-width {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 24%;
}
.cart-product li img {
    height: 34px;
    width: 43px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.cart-product li input {
    border: 1px solid #C6DADE;
    display: table;
    float: none;
    font-size: 12px;
    height: 37px;
    margin: 0 auto;
    padding: 5px;
    width: 40%;
    margin: 0 auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.cart-list > li > input[type="text"] {
    float: left;
    width: 200px;
    height: 35px;
}
.cart-list > li > input[type="submit"],
.checkout-content input[type="submit"] {
    background: none repeat scroll 0 0 #757575;
    border: 0 none;
    color: #FFFFFF;
    font-family: "open sans";
    height: 35px;
    margin-left: 10px;
    padding: 0 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 13px #505050 inset;
    -moz-box-shadow: 0 0 13px #505050 inset;
    -ms-box-shadow: 0 0 13px #505050 inset;
    -o-box-shadow: 0 0 13px #505050 inset;
    box-shadow: 0 0 13px #505050 inset;
    -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;
}
.cart-list > li > input[type="submit"]:hover,
.checkout-content input[type="submit"]:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.checkout-content input[type="submit"] {
    margin: 0;
}
.quantity-field {
    -moz-box-sizing: border-box;
    border-bottom: 1px solid #C6DADE;
    border-left: 1px solid #C6DADE;
    border-top: 1px solid #C6DADE;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -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,
.cart-product .quantity-field button,
.cart-product .quantity-field input {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    color: #437182;
    float: left;
    font-family: "open sans";
    font-size: 12px;
    height: 30px;
    line-height: 20px;
    text-align: center;
    width: 33.334%;
    border-right: 1px solid #C6DADE;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.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;
}
.calculate-shipping .cart-list .minict_wrapper {
    margin: 0;
}
.order-total > p,
.order-total > span {
    float: left;
    line-height: 50px;
    margin: 0;
    width: 50%;
}
/*****************************
    CHECKOUT PAGE
******************************/

.checkout-block {
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.checkout-block h5 {
    background: none repeat scroll 0 0 #595958;
    color: #FFFFFF;
    font-size: 15px;
    cursor: pointer;
    padding: 15px 20px 15px 60px;
    position: relative;
}
.checkout-block h5:before {
    background: none repeat scroll 0 0 #6F6F6E;
    content: "+";
    font-family: "open sans";
    font-size: 21px;
    font-weight: bold;
    height: 30px;
    left: 20px;
    line-height: 28px;
    position: absolute;
    text-align: center;
    top: 8px;
    width: 30px;
    z-index: 1000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 -1px 8px #424242;
    -moz-box-shadow: 0 -1px 8px #424242;
    -ms-box-shadow: 0 -1px 8px #424242;
    -o-box-shadow: 0 -1px 8px #424242;
    box-shadow: 0 -1px 8px #424242;
}
.checkout-block h5.closed:before {
    content: "-";
}
.checkout-block h5:after {
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-top: 10px solid #595958;
    bottom: -10px;
    content: "";
    left: 55px;
    position: absolute;
}
.checkout-content {
    background: none repeat scroll 0 0 #FAF9F9;
    border-bottom: 1px solid #E6E5E5;
    border-left: 1px solid #E6E5E5;
    border-radius: 0 0 4px 4px;
    border-right: 1px solid #E6E5E5;
    float: left;
    padding: 30px;
    width: 100%;
    -webkit-box-shadow: 0 0 170px #DEDEDE inset;
    -moz-box-shadow: 0 0 170px #DEDEDE inset;
    -ms-box-shadow: 0 0 170px #DEDEDE inset;
    -o-box-shadow: 0 0 170px #DEDEDE inset;
    box-shadow: 0 0 170px #DEDEDE inset;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
.checkout-content > form {
    float: left;
    margin: 10px 0 0;
    width: 100%;
}
.checkout-content > form input.form-control {
    margin-bottom: 20px;
}
.checkout-content p {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.checkout-content p input[type="radio"] {
    cursor: pointer;
    float: left;
    width: auto;
    outline: medium none;
}
.checkout-content label {
    float: left;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0;
    margin-left: 10px;
}
.checkout-content > form .col-md-12 {
    float: left;
}
.checkout-block p label {
    font-family: "open sans";
    font-size: 12px;
    font-weight: 400;
    line-height: 20px !important;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 5px!important;
    padding-left: 0;
    text-transform: uppercase;
}
.billing-address,
.shipping-address {
    display: none;
}
.order {
    background: none repeat scroll 0 0 #FFF;
    border: 1px solid #CBCBCB;
    float: left;
    font-size: 13px;
    padding: 15px 20px;
    margin-left: 0;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.order > li {
    float: left;
    line-height: 30px;
    width: 50%;
}
.order > li:last-child {
    text-align: center;
    color: #98d460;
}
.order-total > p,
.order-total > span {
    float: left;
    margin: 0;
    width: 50%;
}
.checkout-content p.guide {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #CBCBCB;
    color: #888888;
    font-family: "open sans";
    font-size: 12px;
    margin-left: 0;
    padding: 10px 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.input-text,
.form-control,
.input-text:focus,
.form-control:focus {
    background: none repeat scroll 0 0 #1d152b;
    border: 1px solid #4d4e4d;
    color: #d7d7d7;
    float: left;
    font-family: Open Sans, sans-serif;
    height: 44px;
    width: 100%;
    padding: 10px 20px;
    font-size: 12px;
    margin-bottom: 15px;
}
.st_message {
    min-height: 100px;
}
.store_input {
    margin-bottom: 15px;
}
/*.input-text, .form-control, .input-text:focus, .form-control:focus {
    background: none repeat scroll 0 0 #fefefe;
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: #b4b4b4;
   font-family: "open sans";
    font-size: 12px;
    height: 33px;
    padding: 5px 10px;
    width: 100%;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}*/

.checkout-content textarea,
.checkout-content textarea:focus {
    height: auto;
}
input[type="radio"],
input[type="checkbox"] {
    float: left;
    line-height: normal;
    margin: 4px 10px 0 1px!important;
}
select {
    background: none repeat scroll 0 0 #fefefe;
    border: 1px solid rgba(0, 0, 0, 0.15);
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 5px 10px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.create-account {
    float: left;
    width: 100%;
}
.woocommerce-page .woocommerce-info:before {
    font-size: 22px;
    height: 100%;
    left: 0;
    line-height: 0;
    width: 40px;
}
form.checkout {
    padding: 0 15px;
}
.shop_table .order-total {
    line-height: 70px;
}
.shop_table td {
    font-style: oblique;
}
.shop_table td .amount {
    width: 100%;
}
.shop_table td .amount,
.shop_table td {
    font-weight: 600;
    padding: 0;
    text-align: center;
}
mark {
    font-family: "open sans";
    font-size: 12px;
    font-weight: 600;
    padding: 5px 14px;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
#place_order.button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #cfcfcf;
    box-shadow: none;
    color: #333;
    float: right;
    font-weight: 200;
    padding: 10px 30px;
    text-shadow: none;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
#place_order.button:hover {
    color: #FFF;
}
.order_details li {
    border: 1px solid #dfdbdf !important;
    float: none;
    margin-right: -1px !important;
    padding: 20px;
    text-align: center;
    width: 25%;
}
.order_details li strong span.amount,
.order_details li strong {
    font-size: 15px !important;
    font-weight: 600;
    line-height: 39px !important;
    padding: 0;
    width: 100%;
}
.payment_methods li {
    float: left;
    margin-right: 40px !important;
}
.payment_box.payment_method_paypal {
    display: none;
}
.payment_box {
    display: none;
}
/*****************************
    ORDER RECIEVED PAGE
******************************/

.thanks-message {
    border: 15px solid #F1EFEF;
    float: left;
    padding: 50px 20px 35px 120px;
    position: relative;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.thanks-message:before,
.thanks-message:after {
    background: url("../images/line2.png") no-repeat scroll 0 0 / 100% 100% rgba(0, 0, 0, 0);
    content: "";
    height: 13px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.thanks-message:after {
    background-position: 0 -1px;
    bottom: -12px;
    top: auto;
}
.thanks-message > span {
    background: none repeat scroll 0 0 #F1EFEF;
    bottom: 0;
    left: 30px;
    color: #808080;
    font-size: 36px;
    height: 90px;
    line-height: 90px;
    position: absolute;
    text-align: center;
    width: 95px;
    z-index: 10000;
    -webkit-box-shadow: 0 0 18px #DCDCDC inset;
    -moz-box-shadow: 0 0 18px #DCDCDC inset;
    -ms-box-shadow: 0 0 18px #DCDCDC inset;
    -o-box-shadow: 0 0 18px #DCDCDC inset;
    box-shadow: 0 0 18px #DCDCDC inset;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.thanks-message > span i {
    background: none repeat scroll 0 0 #F1EFEF;
}
.thanks-message h5 {
    color: #F3B55E;
    float: left;
    font-size: 20px;
    font-weight: bold;
    padding-left: 40px;
}
.thanks-message p {
    float: left;
    font-family: "open sans";
    font-size: 13px;
    padding-left: 20px;
}
/*****************************
    SHORTCODES
******************************/

.buttons {
    float: left;
    margin-left: -15px;
    margin-bottom-15px;
}
.buttons a {
    margin-left: 15px;
    margin-bottom: 15px;
}
.theme-btn {
    background-clip: padding-box;
    border: 1px solid #BFBFBF;
    color: #555555;
    text-shadow: 0px 1px 0px #dfdfdf;
    float: left;
    width: auto;
    font-size: 13px;
    padding: 12px 45px;
    line-height: 20px;
    text-transform: capitalize;
    z-index: 1;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.theme-btn:before {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.69) 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0.69)));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.69) 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.69) 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.69) 100%);
    /* IE10+ */
    
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.69) 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#b0ffffff', GradientType=0);
    /* IE6-9 */
    
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0.5;
    position: absolute;
    left: 0;
    top: 0;
}
.inverse {
    color: #FFF;
    text-shadow: 0px 1px 0px #000;
}
.gray {
    background-color: #f6f6f6;
}
.red {
    background-color: #f32430;
}
.darkblue {
    background-color: #002e4b;
}
.brown {
    background-color: #64250e;
}
.darkgray {
    background-color: #cdcdcd;
}
.lightblue {
    background-color: #00b9d0;
}
.black {
    background-color: #474747;
}
.green {
    background-color: #4fcf66;
}
.lemon {
    background-color: #a6b61a;
}
.yellow {
    background-color: #f6ae09;
}
.blue {
    background-color: #1594ff;
}
.purple {
    background-color: #7f205f;
}
.yellow2 {
    background-color: #edc601;
}
.orange {
    background-color: #ec6118;
}
.cyan {
    background-color: #57d9d8;
}
.peach {
    background-color: #d57b7b;
}
.lightpurple {
    background-color: #a05cc7;
    .
}
.lemon2 {
    background-color: #d6e50d;
}
.lightbrown {
    background-color: #c59f73;
}
.navyblue {
    background-color: #006cb9;
}
.seagreen {
    background-color: #00a180;
}
.toggle-item {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E6E5E5;
    float: left;
    margin-bottom: 10px;
    padding: 5px 20px;
    width: 100%;
    -webkit-box-shadow: 0 0 13px #EEEEEE inset;
    -moz-box-shadow: 0 0 13px #EEEEEE inset;
    -ms-box-shadow: 0 0 13px #EEEEEE inset;
    -o-box-shadow: 0 0 13px #EEEEEE inset;
    box-shadow: 0 0 13px #EEEEEE inset;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.toggle-item.activate {
    background: none repeat scroll 0 0 #F4F4F4;
    padding: 20px 30px;
}
.toggle-item h2 {
    float: left;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    line-height: 30px;
    width: 100%;
}
.content {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}
.toggle-item h2 i {
    color: #B1B1B1;
    font-size: 15px;
    margin-right: 10px;
    -webkit-transition: font-size 0.6s linear;
    -moz-transition: font-size 0.6s linear;
    -ms-transition: font-size 0.6s linear;
    -o-transition: font-size 0.6s linear;
    transition: font-size 0.6s linear;
}
.toggle-item h2.active i {
    font-size: 20px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.tab-style .nav {
    border: 0 none;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.tab-style .nav li {
    float: left;
    margin-right: 0;
    padding: 0;
}
.tab-style .nav li a,
.tab-style .nav li a:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    color: #fff;
    font-family: "open sans";
    font-weight: 600;
    margin: 0;
    padding: 13px 20px;
    text-align: center;
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.tab-style .nav li.active a,
.tab-style .nav li.active a:focus {
    background: none repeat scroll 0 0 #fff;
    box-shadow: none;
    color: #ffffff;
    padding: 14px 20px 16px;
    border-radius: 3px;
    margin-top: -3px;
    border: 1px solid #e3e3e3;
    margin-bottom: -3px;
    -webkit-box-shadow: 0 0 10px #f5f5f5 inset;
    -moz-box-shadow: 0 0 10px #f5f5f5 inset;
    -ms-box-shadow: 0 0 10px #f5f5f5 inset;
    -o-box-shadow: 0 0 10px #f5f5f5 inset;
    box-shadow: 0 0 10px #f5f5f5 inset;
}
.tab-style .nav li.active a,
.tab-style .nav li.active a,
.tab-style .nav li.active a:focus {
    color: #555;
}
.tab-style .tab-content {
    border: 1px solid #e3e3e3;
    float: left;
    padding: 30px;
    width: 100%;
    -webkit-box-shadow: 0 0 10px #f5f5f5 inset;
    -moz-box-shadow: 0 0 10px #f5f5f5 inset;
    -ms-box-shadow: 0 0 10px #f5f5f5 inset;
    -o-box-shadow: 0 0 10px #f5f5f5 inset;
    box-shadow: 0 0 10px #f5f5f5 inset;
    -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;
}
.tab-style .tab-content h4 {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 20px;
}
.tab-style .tab-content img {
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
/*****************************
    NEWS
******************************/

.news {
    border: 1px solid #e0e0e0;
    float: left;
    margin-bottom: 30px;
    overflow: hidden;
    padding-left: 105px;
    position: relative;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.news-date {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 75px;
    text-align: center;
}
.news-date > span {
    color: #FFFFFF;
    font-family: Open Sans, sans-serif;
    font-size: 12px;
    left: 0;
    margin-top: -33px;
    padding: 0 15px;
    line-height: 20px;
    position: absolute;
    top: 50%;
    min-height: 66px;
}
.news-date > span i {
    font-size: 24px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.news h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 31px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}
.news h3 a {
    color: #555;
    -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;
}
.news p {
    margin-bottom: 15px;
}
.news .image {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
/*****************************
    SEARCH PAGES
******************************/

.search-page > h4 {
    margin-bottom: 30px;
}
.search-page .widget .search-form {
    margin-top: 20px;
}
/*****************************
    ERROR PAGE
******************************/

.error-page {
    float: left;
    width: 100%;
}
.error-page h3 {
    float: left;
    font-size: 72px;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}
.error-page > i {
    color: #F6F5F5;
    font-size: 300px;
    position: absolute;
    right: 0;
    z-index: -1;
}
.error-page > p {
    float: left;
    text-align: center;
    width: 100%;
}
.error-page h4 {
    font-family: "open sans";
    font-size: 300px;
    font-weight: bold;
}
.error-page h4 i {
    font-style: normal;
}
.quick-help {
    float: left;
    margin-bottom: 50px;
    margin-top: 60px;
    width: 100%;
}
.quick-help > span {
    float: left;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 35px;
    margin-right: 10px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.quick-help h5 {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
}
.quick-help > p a {
    font-style: italic;
}
.login .form-row input.button {
    background-image: none;
    box-shadow: none;
    font-family: "open sans";
    font-weight: 600;
    margin-right: 10px;
    padding: 10px 40px;
    text-transform: uppercase;
}
/*****************************
    SINGLE PRODUCT
******************************/

.single-page .quantity-field {
    float: left;
    margin: 10px 20px;
    width: 200px;
}
.amount {
    color: #555555;
    float: left;
    font-family: "open sans";
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    padding: 10px;
}
del .amount {
    color: #8f8f8f;
    font-size: 15px;
    font-weight: 600;
    text-decoration: line-through;
}
.product-bottom del .amount {
    color: #fff;
    font-size: 11px;
    padding: 10px;
}
.amount ins {
    margin-right: 10px;
    text-decoration: none;
}
.amount ins i {
    font-size: 22px;
    font-style: normal;
}
.amount del {
    color: #AEAEAE;
    font-size: 14px;
}
.single-product {
    display: table;
    margin: 0 auto;
    width: auto;
}
.single-product .tab-content {
    float: left;
    margin-bottom: 50px;
    text-align: center;
    width: 100%;
}
.single-product .nav.nav-tabs {
    border: 0 none;
    display: table;
    float: none;
    margin: 0 auto;
    width: auto;
}
.single-product .nav.nav-tabs li {
    border: 1px solid #e8e8e8;
    margin-right: 10px;
    padding: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.single-product .nav.nav-tabs li a {
    border: 0 none;
    margin-right: 0;
    padding: 0;
}
.single-product .nav.nav-tabs li a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    overflow: hidden;
    height: 105px;
    width: 108px;
}
.single-product .nav.nav-tabs li a img {
    height: 100%;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.calculate-shipping .cart-list .minict_wrapper {
    margin: 0;
}
.single-page > a,
.single-page button.single_add_to_cart_button {
    background: none repeat scroll 0 0 #4d4d4d;
    border: 0 none;
    color: #ffffff;
    float: left;
    font-family: "open sans";
    line-height: 17px;
    font-size: 12px;
    margin: 10px 15px;
    padding: 10px 15px;
    text-transform: uppercase;
    -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;
}
.quantity input.text {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    text-align: center;
}
.single-page > a:hover {
    color: #FFF;
}
.single-page > a i {
    float: left;
    font-size: 14px;
    line-height: 17px;
    margin-right: 10px;
}
.single-product .single-page {
    margin: 40px 0;
}
.quantity {
    border: 1px solid #c6dade;
    float: left;
    margin: 10px;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.quantity:before {
    background: none repeat scroll 0 0 white;
    content: "";
    height: 100%;
    position: absolute;
    right: 33.334%;
    width: 20px;
}
.quantity input {
    background: none repeat scroll 0 0 #efefef;
    border: 0 none;
    height: 35px;
    width: 33.334%;
}
.quantity input {
    background: none repeat scroll 0 0 #efefef;
    border: 0 none;
    height: 35px;
    width: 33.334%;
}
.single-product > .product,
.single-product > .product > .product {
    border: 0 none;
    margin: 0!important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.woocommerce-tabs {
    float: left;
    margin: 40px 0;
    width: 100%;
}
.woocommerce-tabs .tabs li {
    box-shadow: none !important;
    float: left;
}
.woocommerce-tabs .tabs li a {
    float: left;
    font-family: "open sans";
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 20px;
    padding: 15px 30px !important;
    text-transform: uppercase;
    -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;
}
.woocommerce-tabs .tabs li.active a {
    padding: 15px 40px !important;
}
.single-page form.cart {
    float: left;
    margin: 0 !important;
}
.woocommerce-tabs .tabs {
    margin: 0 !important;
}
.panel.entry-content {
    border: 1px solid #e0dadf;
    margin: -1px 0 0 !important;
    padding: 20px 30px !important;
}
.panel.entry-content h2 {
    color: #8f8f8f;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 20px !important;
    margin-top: 10px;
    text-transform: uppercase;
}
.woocommerce-page img.avatar {
    border: 4px double #cfcfcf;
    float: left !important;
    margin-right: 20px;
    margin-bottom: 0;
    width: auto !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.comment-text p.meta {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    float: left;
    font-family: Open Sans, sans-serif;
    padding: 10px 0;
    width: 100%;
}
.comment-text p.meta strong {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
}
.add_review a.inline {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: none;
    float: right;
    font-weight: 400;
    padding: 10px 30px;
    text-transform: uppercase;
    text-shadow: none;
}
.add_review a.inline:hover {
    background: none;
    color: #FFF;
}
.commentlist li.comment {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.woocommerce-message {
    float: left;
    left: 0;
    position: absolute !important;
    top: 0;
    width: 100% !important;
}
.woocommerce-message:before {
    height: 100% !important;
    left: 0 !important;
    position: absolute !important;
    width: 40px !important;
}
.related.products {
    float: left;
    margin-bottom: -30px;
    width: 100%;
}
.loading {
    background: url("../images/status.gif") no-repeat scroll center center #fff;
    height: 100%;
    left: 0;
    opacity: 0.9;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000000;
}
#pop {
    background: none repeat scroll 0 0 #fff;
    height: 100%;
    opacity: 0.8;
    position: fixed;
    width: 100%;
    z-index: 10000000;
}
.pop {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.pop .alert {
    background: none repeat scroll 0 0 red;
    height: 90px;
    left: 50%;
    margin-left: -200px;
    margin-top: -45px;
    position: absolute;
    top: 50%;
    width: 400px;
}
.pop .alert > p {
    color: #fff;
    font-family: "open sans";
    font-size: 17px;
    font-weight: 600;
}
.woocommerce {
    float: left;
    width: 100%;
}
.cart-empty {
    margin: 80px 0 20px;
    text-align: center;
}
.return-to-shop {
    float: left;
    margin-bottom: 80px;
    text-align: center;
    width: 100%;
}
p.return-to-shop a {
    display: table;
    float: none;
    margin: 0 auto;
}
.featured-products {
    margin-bottom: 50px;
}
.container.my-account {
    margin-bottom: 80px;
    margin-top: 80px;
    padding: 0;
}
.shop_table tr.order {
    border: 0 none;
    float: none;
    padding: 0;
    text-align: center;
    width: auto;
}
.my-account h2 {
    font-size: 22px;
    margin-bottom: 30px;
    margin-top: 10px;
}
.comment-form {
    float: left;
    margin: 30px 0 0;
    width: 100%;
}
.comment-form input,
.comment-form textarea {
    border: 1px solid #e8e8e8;
    box-shadow: none;
    float: left;
    margin-bottom: 10px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.comment-form input[type="submit"] {
    float: right;
    font-family: "open sans";
    font-size: 13px !important;
    font-weight: 600 !important;
    margin-top: 20px !important;
    text-transform: uppercase;
    width: auto;
}
/*****************************
    PAGINATION
******************************/

.theme-pagination {
    float: left;
    width: 100%;
    margin-top: 50px;
}
.pagination {
    display: table;
    float: none;
    width: auto;
    margin: 0 auto;
}
.pagination > li a,
.pagination > li span {
    border: 1px solid #F0F0F0;
    color: #777777;
    font-family: Open Sans;
    font-size: 11px;
    height: 36px;
    line-height: 21px;
    text-align: center;
    width: 36px;
    z-index: 1;
    -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;
}
.pagination > li a i {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 32px;
    margin: 0;
}
.pagination > li:first-child a,
.pagination > li:last-child a {
    background: url("../images/arrows2.png") no-repeat scroll -68px -28px #adadad;
    border: 0 none;
    color: transparent;
    height: 46px;
    line-height: 33px;
    margin-right: -5px;
    margin-top: -5px;
    width: 46px;
    z-index: 0;
}
.pagination > li:first-child a {
    background: url("../images/arrows2.png") no-repeat scroll 12px -28px #adadad;
}
.pagination > li span {
    background: none repeat scroll 0 0 #efefef;
    color: #fff;
}
.pagination > li:last-child a {
    margin-left: -5px;
    margin-right: 0;
}
/*****************************
     FOOTER
******************************/

footer {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
}
footer .block.blackish:before {
    opacity: 0.98;
    background: #2f2a49;
}
.widget {
    float: left;
    width: 100%;
}
.footer-logo {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.widget-title {
    float: left;
    margin-bottom: 0px;
    position: relative;
    width: 100%;
}
.widget-title:before {
    border-right: 1px dotted #FFFFFF;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 3;
}
.widget-title:after {
    border-bottom: 1px dotted #868686;
    content: "";
    width: 100%;
    z-index: 0;
    position: absolute;
    bottom: 4px;
    left: 0;
}
.widget-title > h4 {
    background: none repeat scroll 0 0 #333333;
    color: #FFFFFF;
    float: left;
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    z-index: 2;
}
footer .widget-title:before {
    display: none;
}
footer .widget-title:after {
    display: none;
}
footer .widget-title > h4 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-size: 17px;
    font-weight: 600;
    padding: 0 0 10px;
    text-transform: capitalize;
    letter-spacing: 1px;
}
footer .widget-title > h4 a {
    color: #fff;
}
.widget-title > h2 {
    color: #FFFFFF;
    float: left;
    font-size: 17px;
    padding-left: 0px;
    padding-right: 10px;
    padding-bottom: 10px;
    position: relative;
    z-index: 2;
}
footer .widget-title > h4:before {
    content: "";
    /*  position: absolute;*/
    
    left: 0;
    bottom: 0px;
    width: 80%;
    height: 1px;
}
footer .widget p {
    color: #777777;
}
.widget p {
    color: #cac9c9;
}
.about {
    float: left;
    width: 100%;
}
.about > span {
    float: left;
    width: 100%;
    color: #FFF;
    font-family: Open Sans, sans-serif;
    color: #f1f1f1;
    margin-bottom: 10px;
}
.widget .about .social-media li {
    width: auto;
}
.widget .about .social-media li a:before {
    display: none;
}
.widget .about .social-media li a {
    background: none;
    border: 0;
    padding: 0;
}
footer .widget .about .social-media li {
    border: 0;
}
.widget .about .social-media li a {
    background: #242424;
    border: 1px solid #4d4d4d;
    height: 36px;
    line-height: 35px;
    padding: 0;
    width: 33px;
}
.widget .about .social-media li a i {
    font-size: 14px;
}
footer .widget .about .social-media {
    margin-top: 20px;
}
.widget .about .social-media li a:hover {
    border: 0;
}
.gallery-widget {
    margin: 0 -5px;
}
.gallery-widget > div {
    padding: 0 5px;
    margin-bottom: 10px;
}
.gallery-widget a {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.gallery-widget a:before {
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -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;
}
.gallery-widget a:hover:before {
    opacity: 0.8;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.gallery-widget a:hover img {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
}
.gallery-widget a img {
    width: 100%;
    -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;
}
.contact {
    float: left;
    width: 100%;
    margin-top: 25px;
}
.contact li {
    color: #999999;
    line-height: 23px;
    margin-top: 3px;
}
.contact li i {
    margin-right: 10px;
    font-size: 13px;
}
.contact li a {
    float: left;
    margin-right: 20px;
	color:#FFF;
}
.contact li a i {
    font-size: 24px;
    color: #c4c4c4;
    margin: 0;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.widget .contact li:before {
    display: none;
}
.widget .contact li {
    border: 0 none;
    color: #f5f5f5;
    font-size: 14px;
    line-height: 27px;
    font-family: "open sans";
    margin-right: 2px;
}
.widget .contact li span {
    float: left;
    min-width: 100px;
    font-size: 14px;
}
.widget form {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.widget form input[type="email"],
.widget form input[type="text"] {
    border: 0 none;
    float: left;
    font-size: 12px;
    height: 40px;
    margin-bottom: 15px;
    padding: 0 20px;
    width: 100%;
    background: none repeat scroll 0 0 #242424;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.widget form input[type="submit"] {
    float: left;
    width: 100%;
    height: 40px;
    border: 0;
    padding: 0 30px;
    color: #FFF;
    font-family: Open Sans, sans-serif;
    font-size: 13px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.widget-blog {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 20px;
    text-align: center;
}
.widget-blog-img {
    float: left;
    overflow: hidden;
    position: relative;
    margin-right: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.widget-blog-img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -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;
}
.widget-blog .widget-blog-img:hover:before {
    opacity: 0.8;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.widget-blog-img img {
    width: 97px;
    height: 97px;
    -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;
}
.widget-blog-img:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.widget-blog > h6 {
    font-family: "open sans";
    font-size: 14px;
    margin-bottom: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.widget-blog > h6 a {
    color: #f1f1f1;
    -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;
}
.widget-blog > span {
    color: #939393;
    float: left;
    font-size: 11px;
    margin-top: 5px;
    text-transform: uppercase;
}
.widget-blog > span i {
    font-size: 12px;
    margin-right: 10px;
}
.widget-blog > p {
    line-height: 20px;
    margin-bottom: 10px;
}
.quick-message {
    float: left;
    width: 100%;
}
.quick-message > form {
    margin: 0;
}
.widget .quick-message form input,
.widget .quick-message form textarea {
    background: none repeat scroll 0 0 #1d152b;
    border: 1px solid #4d4e4d;
    color: #d7d7d7;
    float: left;
    font-family: Open Sans, sans-serif;
    height: 44px;
    width: 100%;
    padding: 10px 20px;
    font-size: 12px;
}
.widget .quick-message form textarea {
    min-height: 100px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
#fotter_msg {
    float: left;
    width: 100%;
    color: #FFF;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    font-family: "open sans";
    display: none;
}
.widget .quick-message input[type="submit"] {
    float: left;
    width: auto;
    margin-top: 15px;
    border-radius: 3px;
    border: 0;
    padding: 5px 30px;
    line-height: 23px;
    height: auto;
    font-family: "open sans";
    font-size: 12px;
    color: #e9e9e9;
    text-transform: uppercase;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
input[type="submit"] {
    background-color: #f0283b;
}
.bottom-footer p a {
    font-weight: 600;
    text-transform: ;
}
.widget .quick-message input[type="submit"]:hover {
    padding: 5px 40px;
}
.bottom-footer {
    background: none repeat scroll 0 0 #191233;
    float: left;
    padding: 22px 0;
    width: 100%;
    margin-top: -1px;
}
.bottom-footer p {
    color: #FFF;
    font-size: 12px;
    /*text-align: center;*/
    font-family: "open sans";
}
.bottom-footer-left{ width:50%; float:left; text-align:left; font-size:12px;}
.bottom-footer-left a{ font-size:12px;}
.bottom-footer-right{ width:50%; float:left; text-align:right; font-size:12px; font-weight:600; color:#f0283b;}
.bottom-footer-right a{ color:#f0283b; font-size:12px;}
/*****************************
    SIDEBAR
******************************/

aside.sidebar {
    margin-bottom: -50px;
}
.sidebar .widget {
    margin-bottom: 50px;
}
.sidebar .widget-title > h4 {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #555555;
}
.sidebar .widget-title:after {
    border-color: #CBCBCB;
}
.sidebar .widget-blog > p a,
.sidebar .widget p {
    color: #555555;
}
.sidebar .widget form input[type="email"],
.sidebar .widget form input[type="text"] {
    background: none repeat scroll 0 0 rgba(240, 240, 240, 0.8);
    color: #555555;
}
.widget form.search-form {
    border: 1px solid #E8E8E8;
    margin: 0;
    -webkit-box-shadow: 0 2px 4px #F3F3F3;
    -moz-box-shadow: 0 2px 4px #F3F3F3;
    -ms-box-shadow: 0 2px 4px #F3F3F3;
    -o-box-shadow: 0 2px 4px #F3F3F3;
    box-shadow: 0 2px 4px #F3F3F3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
footer .widget form.search-form {
    border: 1px solid #4F4F4F;
    -webkit-box-shadow: 0 2px 4px #1F1F1F;
    -moz-box-shadow: 0 2px 4px #1F1F1F;
    -ms-box-shadow: 0 2px 4px #1F1F1F;
    -o-box-shadow: 0 2px 4px #1F1F1F;
    box-shadow: 0 2px 4px #1F1F1F;
}
footer .tagclouds > a,
footer .widget li {
    margin-left: 0px;
}
footer .tagclouds > a:before,
footer .widget li:before {
    background: none repeat scroll 0 0 #2B2B2B;
}
.search-form label {
    display: none;
}
.widget form.search-form input[type="text"] {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #555555;
    float: left;
    margin: 0;
    width: 90%;
}
.widget form.search-form input[type="submit"] {
    background: url("../images/search.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0);
    float: left;
    padding: 0;
    width: 10%;
}
.tagclouds {
    float: left;
    margin-bottom: -10px;
    width: 100%;
}
.tagclouds > a {
    border: 1px solid #F0F0F0;
    color: #777777;
    float: left;
    font-size: 13px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 7px 22px;
    position: relative;
    z-index: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.tagclouds > a:before {
    background: none repeat scroll 0 0 #FFFFFF;
    content: "";
    height: 100%;
    border: 1px solid #F0F0F0;
    position: absolute;
    left: 2%;
    top: -6%;
    width: 96%;
    z-index: -1;
    -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;
}
.tagclouds > a:hover:before {
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}
.widget li {
    float: left;
    margin-bottom: 15px;
}
.widget li a,
.recentcomments,
.cat-item,
.widget_archive li {
    float: left;
    width: 100%;
    /* padding: 13px 15px ;
    border: 1px solid #261c39;*/
    
    color: # FFF;
    font-size: 14px;
    line-height: 25px;
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
    z-index: 1;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    -ms-border-radius: 26px;
    -o-border-radius: 26px;
    border-radius: 26px;
}
.widget li a:before,
.recentcomments:before,
.cat-item:before,
.widget_archive li:before {
    content: "";
    height: 100%;
    width: 98%;
    position: absolute;
    left: 1%;
    top: -8%;
    z-index: -1;
    -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;
}
.widget li a:hover:before,
.recentcomments:hover:before,
.cat-item:hover:before,
.widget_archive li:hover:before {
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}
.widget li.recentcomments a,
.widget li.cat-item a,
.widget_archive li a {
    border: 0;
    padding: 0;
}
.cat-item .children {
    margin: 0;
    padding: 0 !important;
}
.widget li.recentcomments a:before,
.widget li.cat-item a:before,
.widget_archive li a:before {
    display: none;
}
.widget li.recentcomments a,
.widget li.cat-item a,
.widget_archive li a {
    border: 0 none;
    float: none;
    padding: 0 5px !important;
    width: auto;
}
.widget li ul.sub-menu,
.widget li ul.children {
    margin-top: 10px;
    margin-left: 0;
    padding-left: 20px;
}
.widget li a span {
    float: right;
}
.textwidget {
    color: #AAAAA1;
    line-height: 21px;
}
.comment-widget {
    border-bottom: 1px dotted #CBCBCB;
    float: left;
    margin-bottom: 30px;
    padding-bottom: 20px;
    width: 100%;
}
.comment-widget h5 {
    color: #777;
    font-family: Open Sans;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 15px;
}
.comment-widget h5 a {
    color: #777;
    -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;
}
.comment-widget span {
    color: #939393;
    float: left;
    font-family: "open sans";
    font-size: 11px;
    line-height: 14px;
    width: 50%;
}
.comment-widget span i {
    margin-right: 10px;
}
.sidebar .about > span {
    color: #9f9f9f;
}
.sidebar .widget .contact li {
    color: #999;
}
.sidebar .widget-blog > h6 a {
    color: #808080;
}
/*** CALENDAR ***/

#calendar_wrap {
    float: left;
    width: 100%;
}
table {
    border: 1px solid #F0F0F0;
    float: left;
    text-align: center;
    width: 100%;
    color: #888888;
}
caption {
    border-left: 1px solid #F0F0F0;
    border-right: 1px solid #F0F0F0;
    border-top: 1px solid #F0F0F0;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.3px;
    line-height: 30px;
    text-transform: uppercase;
}
thead {
    text-align: center;
    color: #333;
}
thead {
    color: #333333;
}
th {
    text-align: center;
    border: 1px solid #F0F0F0;
}
td {
    border: 1px solid #F0F0F0;
    font-size: 12px;
    line-height: 30px;
}
.rssSummary,
.rss-date {
    float: left;
    width: 100%;
    margin: 0 5px;
}
.widget cite {
    float: left;
    margin: 0 5px 10px;
    padding-bottom: 10px;
    width: 100%;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "open sans";
    letter-spacing: 0.3px;
}
.textwidget img {
    max-width: 100%;
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.textwidget select {
    float: left;
    width: 100%;
}
strong {
    font-family: "open sans";
    font-weight: 700;
}
.widget_shopping_cart_content li,
ul.product_list_widget li {
    border-bottom: 1px solid #efefef;
    margin-bottom: 0;
    padding-bottom: 12px;
    padding-top: 12px;
}
.widget_shopping_cart_content li a,
ul.product_list_widget li a {
    border: 0 none;
    float: left;
    margin: 0;
    padding: 0;
    width: auto;
}
.widget_shopping_cart_content li a:before,
ul.product_list_widget li a:before {
    display: none;
}
.widget_shopping_cart_content li a img,
ul.product_list_widget li a img {
    border: 3px double #ddd;
    height: auto;
    margin-right: 10px;
    width: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.widget_shopping_cart_content li .quantity:before {
    display: none;
}
.widget_shopping_cart_content li .quantity {
    border: 0 none;
    float: right;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    padding: 0 10px;
}
.widget_shopping_cart_content li .quantity .amount,
ul.product_list_widget li .amount {
    float: none;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    padding: 0;
    width: auto;
}
ul.product_list_widget li .amount {
    float: right;
    font-size: 12px;
    font-weight: 600;
    line-height: 31px;
    padding: 0;
    width: auto;
}
.widget p.total {
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #efefef;
    float: left;
    margin-bottom: 20px;
    margin-top: -1px;
    padding: 10px 0;
    width: 100%;
}
.widget p.total strong {
    color: #afafaf;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
}
.widget p.total .amount {
    color: #7f7f7f;
    float: right;
    font-size: 20px;
    font-weight: 600;
    padding: 0;
    width: auto;
}
.widget p.buttons a {
    line-height: 15px;
    padding: 10px 20px;
}
.reviewer {
    float: right;
}
ul.product_list_widget li .star-rating {
    float: left;
    line-height: 20px;
    margin: 8px 10px;
}
.social {} .sidepanel {
    background: none repeat scroll 0 0 rgba(250, 250, 250, 0.9);
    left: -200px;
    padding: 20px;
    position: fixed;
    top: 15%;
    width: 200px;
    z-index: 100000000000;
    -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;
}
.sidepanel:hover {
    left: 0;
}
.sidepanel h4 {
    font-size: 13px;
    float: left;
    width: 100%;
    line-height: 20px;
    margin-bottom: 10px;
}
.colors {
    margin: 0 -2.5%;
}
.layout {
    float: left;
    margin-top: 20px;
    width: 100%;
}
.colors > div,
.layout > div {
    padding: 0 2.5px;
    width: 20%;
    float: left;
}
.layout > div {
    width: 50%;
}
.colors > div a,
.layout > div a {
    float: left;
    height: 30px;
    width: 100%;
    border: 3px double #FFF;
    cursor: pointer;
    -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;
}
.layout > div a {
    background: #737373;
    text-align: center;
    color: #FFF;
    line-height: 24px;
    font-size: 11px;
    font-family: "open sans";
    font-weight: 700;
}
.colors > div a:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.layout > div a {} .sidepanel > span {
    background: none repeat scroll 0 0 rgba(250, 250, 250, 0.9);
    height: 50px;
    text-align: center;
    width: 50px;
    position: absolute;
    right: -50px;
    top: 0;
    line-height: 50px;
    color: #5F5F5F;
    font-size: 22px;
}
.color1 {
    background-color: #f0283b;
}
.color2 {
    background-color: #5a7e92;
}
.color3 {
    background-color: #0d8ce6;
}
.color4 {
    background-color: #34ac6b;
}
.color5 {
    background-color: #2d695c;
}
.colors.pattern {
    float: left;
    margin-top: 20px;
}
.sidepanel .colors i {
    font-size: 10px;
}
.pattern1 {
    background: url("../images/pat1.png");
}
.pattern2 {
    background: url("../images/pat2.png");
}
.pattern3 {
    background: url("../images/pat3.png");
}
.pattern4 {
    background: url("../images/pat4.png");
}
.pattern5 {
    background: url("../images/pat5.png");
}
/* ===============================================================
    LIGHTBOX PLUGIN STYLING
------------------------------------------------------------------------- */

div.pp_pic_holder a:focus {
    outline: none;
}
div.pp_overlay {
    background: #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100000000;
}
div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 10000000000;
}
.pp_top {
    height: 20px;
    position: relative;
}
* html .pp_top {
    padding: 0 20px;
}
.pp_top .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px;
}
.pp_top .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px;
}
* html .pp_top .pp_middle {
    left: 0;
    position: static;
}
.pp_top .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}
.pp_content {
    height: 40px;
    min-width: 40px;
}
* html .pp_content {
    width: 40px;
}
.pp_fade {
    display: none;
}
.pp_content_container {
    position: relative;
    text-align: left;
    width: 100%;
}
.pp_content_container .pp_left {
    padding-left: 20px;
}
.pp_content_container .pp_right {
    padding-right: 20px;
}
.pp_content_container .pp_details {
    float: left;
    margin: 10px 0 2px 0;
}
.pp_description {
    color: #3f3f3f;
    display: none;
    font-family: "open sans";
    font-size: 15px;
    font-weight: 600;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    text-transform: uppercase;
}
.pp_social {
    float: left;
    margin: 0;
}
.pp_social .facebook {
    float: left;
    margin-left: 5px;
    width: 55px;
    overflow: hidden;
}
.pp_social .twitter {
    float: left;
}
.pp_nav {
    clear: right;
    float: left;
    margin: 3px 10px 0 0;
}
.pp_nav p {
    float: left;
    margin: 2px 4px;
    white-space: nowrap;
}
.pp_nav .pp_play,
.pp_nav .pp_pause {
    float: left;
    margin-right: 4px;
    text-indent: -10000px;
}
a.pp_arrow_previous,
a.pp_arrow_next {
    display: block;
    float: left;
    height: 15px;
    margin-top: 3px;
    overflow: hidden;
    text-indent: -10000px;
    width: 14px;
}
.pp_hoverContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000;
}
.pp_gallery {
    display: none;
    left: 50%;
    margin-top: -50px;
    position: absolute;
    z-index: 10000;
}
.pp_gallery div {
    float: left;
    overflow: hidden;
    position: relative;
}
.pp_gallery ul {
    float: left;
    height: 35px;
    margin: 0 0 0 5px;
    padding: 0;
    position: relative;
    white-space: nowrap;
}
.pp_gallery ul a {
    border: 1px #000 solid;
    border: 1px rgba(0, 0, 0, 0.5) solid;
    display: block;
    float: left;
    height: 33px;
    overflow: hidden;
}
.pp_gallery ul a:hover,
.pp_gallery li.selected a {
    border-color: #fff;
}
.pp_gallery ul a img {
    border: 0;
}
.pp_gallery li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
    width: auto;
}
.pp_gallery li.default a {
    background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
    display: block;
    height: 33px;
    width: 50px;
}
.pp_gallery li.default a img {
    display: none;
}
.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
    margin-top: 7px !important;
}
a.pp_next {
    background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: right;
    height: 100%;
    text-indent: -10000px;
    width: 49%;
}
a.pp_previous {
    background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: left;
    height: 100%;
    text-indent: -10000px;
    width: 49%;
}
a.pp_expand,
a.pp_contract {
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    right: 30px;
    text-indent: -10000px;
    top: 10px;
    width: 20px;
    z-index: 20000;
}
a.pp_close {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    line-height: 22px;
    text-indent: -10000px;
}
.pp_bottom {
    height: 20px;
    position: relative;
}
* html .pp_bottom {
    padding: 0 20px;
}
.pp_bottom .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px;
}
.pp_bottom .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px;
}
* html .pp_bottom .pp_middle {
    left: 0;
    position: static;
}
.pp_bottom .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}
.pp_loaderIcon {
    display: block;
    height: 24px;
    left: 50%;
    margin: -12px 0 0 -12px;
    position: absolute;
    top: 50%;
    width: 24px;
}
#pp_full_res {
    line-height: 1 !important;
}
#pp_full_res .pp_inline {
    text-align: left;
}
#pp_full_res .pp_inline p {
    margin: 0 0 15px 0;
}
div.ppt {
    color: #fff;
    display: none!important;
    font-size: 17px;
    margin: 0 0 5px 15px;
    z-index: 9999;
}
/* ===============================================================
    CUSTOM SELECT BOX PLUGIN STYLING
================================================================*/

.minict_wrapper {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #333333;
    position: relative;
    float: left;
    width: 100%;
    cursor: pointer;
    margin-bottom: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.minict_wrapper input,
.sidebar-widget .minict_wrapper input {
    margin-bottom: 0!important;
}
.minict_wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.minict_wrapper:after {
    background: url("../images/select-icon.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    content: "";
    height: 27px;
    margin-top: -14px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 38px;
}
.minict_wrapper input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C6DADE;
    color: #B4B4B4;
    cursor: default;
    font-family: "open sans";
    font-size: 12px;
    height: 33px;
    padding: 5px 40px 5px 20px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.minict_wrapper ul {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    width: 100%;
    border: 1px solid #e5e5e5;
    top: 2rem;
    left: 0;
    overflow-y: auto;
    z-index: 999999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.minict_wrapper ul li:first-child {
    border-top: 0;
}
.minict_wrapper ul li {
    background: none repeat scroll 0 0 #FFFFFF;
    border-top: 1px solid #EAEAEA;
    cursor: pointer;
    font-family: Open Sans, sans-serif;
    font-size: 13px;
    line-height: 40px;
    list-style: none outside none;
    padding: 0 10px;
    width: 100%;
}
.minict_wrapper ul li:hover {
    background: #fcfcfc;
    color: #111
}
.minict_wrapper ul li.minict_group {
    color: #444;
    background: #f6f6f6;
    font-weight: bold;
    cursor: default
}
.minict_wrapper ul li.minict_empty {
    display: none;
    background: #fff !important;
    color: #bbb;
    text-align: center;
    font-size: .9rem;
    height: 3.5rem;
    line-height: 3.3rem
}
.minict_wrapper ul li.selected {
    color: #819a9a;
    background: #f9fcff
}
.minict_wrapper ul li.highlighted {
    color: #fff;
    background: #819a9a
}
.minict_wrapper ul li.hidden {
    display: none
}
.minict_wrapper.bubble:hover {
    border-color: #dcdcdc
}
.minict_wrapper.bubble ul {
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    top: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.minict_wrapper.bubble ul:before {
    position: absolute;
    top: -11px;
    left: 19px;
    content: ".";
    color: transparent;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 11px 11px 11px;
    border-color: transparent transparent #e5e5e5 transparent
}
.minict_wrapper.bubble ul:after {
    position: absolute;
    top: -10px;
    left: 20px;
    content: ".";
    color: transparent;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent
}
/*** TITLE STYLE 3 ***/

.title3 {
    float: left;
    margin-bottom: 35px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
}
.title3 h2 {
    float: left;
    font-family: "open sans";
    font-size: 30px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 20px;
    width: 100%;
}
.blackish .title3 > h2 {
    color: #FFF;
}
.blackish .title3 > p {
    color: #FFF;
}
.title3 > p {
    color: #777;
    font-size: 12px;
    float: left;
    width: 100%;
    margin-top: -8px;
    line-height: 24px;
}
/* ===============================================================
                SIMPLE SERVICES
================================================================*/

.simple-service {
    float: left;
    width: 100%;
    text-align: center;
}
.simple-icon {
    float: left;
    width: 100%;
}
.simple-icon > span {
    width: 115px;
    height: 115px;
    display: inline-block;
    margin: 0 auto 30px;
    line-height: 100px;
    font-size: 44px;
    color: #999999;
    background: #f1f1f1;
    border: 5px solid #f6f6f6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 15px #cdcdcd inset;
    -moz-box-shadow: 0 0 15px #cdcdcd inset;
    -ms-box-shadow: 0 0 15px #cdcdcd inset;
    -o-box-shadow: 0 0 15px #cdcdcd inset;
    box-shadow: 0 0 15px #cdcdcd inset;
    -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;
}
.simple-service > h3 {
    font-size: 16px;
    font-weight: 400;
    float: left;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 20px;
    -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;
}
.simple-service > p {
    float: left;
    width: 100%;
    margin-top: -9px;
}
.simple-service > a {
    margin-top: 20px;
    display: inline-block;
    font-size: 13px;
    padding: 10px 30px;
    border: 1px solid #CFCFCF;
    -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;
}
.simple-service > a:hover {
    color: #FFF;
}
/* ===============================================================
                SIMPLE BLOG STYLE
================================================================*/

.simple-blog {
    float: left;
    width: 100%;
    background: #FFF;
    overflow: hidden;
    margin-bottom: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.simple-blog .image {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.simple-blog > h4 {
    float: left;
    width: 100%;
    padding: 5px 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #434343;
    font-size: 15px;
    margin: 15px 0;
}
.simple-blog > h4 a {
    color: #434343;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.simple-blog > p {
    float: left;
    width: 100%;
    padding: 0 15px 20px;
    margin-top: -9px;
}
.simple-blog > span {
    float: left;
    width: 100%;
    padding: 0 15px;
}
.simple-blog > span a {
    font-size: 11px;
    float: left;
    line-height: 35px;
    border-top: 1px solid #ebebeb;
}
.simple-blog > span a.blog-date {
    width: 30%;
    border-right: 1px solid #ebebeb;
}
.simple-blog > span a.blog-date i {
    margin-right: 5px;
}
.simple-blog > span a.blog-more {
    width: 70%;
    text-align: right;
}
.simple-blog > span a.blog-more i {
    margin-left: 5px;
}
.button3 {
    display: table;
    float: none;
    margin: 20px auto 0;
    width: auto;
    font-size: 13px;
    padding: 8px 30px;
    border: 1px solid #AFAFAF;
    -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;
}
.button3:hover {
    color: #FFF;
}
/* ===============================================================
                SIGNUP NEWSLETTER
================================================================*/

.social-corner {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.social-corner .social-media a {
    width: 46px;
    height: 46px;
    background: #e7e7e7;
    line-height: 45px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.social-corner .social-media li {
    width: auto;
    height: auto;
    float: none;
    display: inline-block;
}
.social-corner .social-media {
    float: none;
    margin-top: 10px;
}
.social-corner .social-media a i {
    color: #737373;
    font-size: 15px;
}
/*****************************
    FULL WIDTH CAROUSEL
******************************/

.fullwidth-carousel {
    float: left;
    width: 100%;
}
.carousel-item {
    float: left;
    position: relative;
    width: 100%;
}
.carousel-item:before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.9);
    content: "";
    height: 0;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.carousel-item:hover:before {
    height: 100%;
}
.carousel-item > img {
    width: 100%;
}
.item-detail {
    bottom: 20px;
    left: 0;
    padding: 30px 30px 0 30px;
    width: 100%;
    position: absolute;
    text-align: center;
    z-index: 1;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.carousel-item:hover .item-detail {
    bottom: 60px;
}
.item-detail:before {
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.carousel-item:hover .item-detail:before {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.item-detail > h3 {
    float: left;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.carousel-item:hover .item-detail > h3 {
    margin-bottom: 40px;
}
.item-detail > h3 a {
    color: #FFF;
    -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;
}
.carousel-item:hover .item-detail > ul {
    margin-bottom: 30px;
    -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;
}
.item-detail li {
    color: #dcdcdc;
    float: left;
    margin-right: 40px;
    width: 100%;
}
.item-detail li:last-child {
    margin-right: 0;
}
.item-detail > p {
    color: #bebdbd;
    left: 0;
}
.item-detail > a {
    border: 1px solid #fff;
    color: #fff;
    margin: 0px auto;
    float: none;
    display: table;
    font-family: "open sans";
    font-size: 13px;
    padding: 0;
    height: 0;
    opacity: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.item-detail > a:hover {
    color: #FFF;
}
.carousel-item:hover .item-detail > a {
    height: 40px;
    opacity: 1;
    padding: 10px 20px;
    margin-top: 10px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s ease 0.4s;
    -moz-transition: all 0.4s ease 0.4s;
    -ms-transition: all 0.4s ease 0.4s;
    -o-transition: all 0.4s ease 0.4s;
    transition: all 0.4s ease 0.4s;
}
.item-detail > p {
    color: #bebdbd;
    max-height: 0;
    min-height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: min-height 0.4s linear;
    -moz-transition: min-height 0.4s linear;
    -ms-transition: min-height 0.4s linear;
    -o-transition: min-height 0.4s linear;
    transition: min-height 0.4s linear;
}
.carousel-item:hover .item-detail > p {
    float: left;
    min-height: 120px;
    opacity: 1;
    overflow: visible;
    width: 100%;
}
.item-detail > span {
    color: #e8e8e8;
    float: left;
    font-family: "open sans";
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0;
    height: 0;
    width: 100%;
    -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.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;
}
.item-detail > span i {
    margin-right: 5px;
}
.carousel-item:hover .item-detail > span {
    height: 20px;
    margin-bottom: 20px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.round-icon {
    float: none;
    color: #b5b4b4;
    font-size: 10px;
    height: 0;
    overflow: hidden;
    line-height: 0;
    margin: 0 auto;
    width: 121px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.carousel-item:hover .round-icon {
    display: table;
    font-size: 40px;
    border: 2px solid #b5b4b4;
    margin: 30px auto;
    height: 121px;
    line-height: 120px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.container.expand {
    width: 100%;
    padding: 0!important;
}
.block.no-padding {
    padding: 0;
}
.fullwidth-carousel .owl-item {
    padding: 0 1px;
}
.carousel-item .sermon-media {
    height: 0;
    margin: 0;
    overflow: hidden;
    width: 100%;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transition: all 0.4s ease 0.3s;
    -moz-transition: all 0.4s ease 0.3s;
    -ms-transition: all 0.4s ease 0.3s;
    -o-transition: all 0.4s ease 0.3s;
    transition: all 0.4s ease 0.3s;
}
.carousel-item:hover .sermon-media {
    height: auto;
    margin: 20px 0;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
/*****************************
           SURVEY
******************************/

.survey {
    float: left;
    margin: -110px 0 -70px;
    width: 100%;
}
.survey > h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 9px 20px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.needed {
    float: left;
    width: 100%;
    padding: 30px;
    background: #FFF;
    border: 1px solid #cdcdcd;
}
.needed > span {
    float: left;
    height: 90px;
    line-height: 70px;
    text-align: center;
    width: 90px;
    font-size: 35px;
    background: #737373;
    margin-right: 30px;
    color: #FFF;
    border: 4px solid #f6f6f6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.needed h5 {
    font-size: 30px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 15px;
}
.needed > h6 {
    color: #666666;
    font-size: 14px;
    margin-top: 10px;
}
.survey-report {
    border: 1px solid #d5d5d5;
    float: left;
    padding: 30px;
    text-align: center;
    width: 50%;
    background: #FFf;
    margin-top: -1px;
    position: relative;
    z-index: 1;
}
.survey-report > h5 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600;
}
.survey-report > span {
    width: 80px;
    height: 80px;
    display: table;
    margin: 0 auto 20px;
    line-height: 70px;
    background: #f1f1f1;
    color: #999;
    font-size: 27px;
    border: 4px solid #f6f6f6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px #cfcfcf inset;
    -moz-box-shadow: 0 0 10px #cfcfcf inset;
    -ms-box-shadow: 0 0 10px #cfcfcf inset;
    -o-box-shadow: 0 0 10px #cfcfcf inset;
    box-shadow: 0 0 10px #cfcfcf inset;
}
.survey-report > h6 {
    color: #666666;
    font-size: 14px;
}
.survey-report:before {
    background: none repeat scroll 0 0 #fff;
    color: #555555;
    content: "ON";
    font-family: "open sans";
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    position: absolute;
    right: -15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: 50%;
    margin-top: -15px;
}
.survey-report:last-child {
    z-index: 0;
}
.survey-report:last-child:before {
    display: none;
}
/*****************************
        TOP ADDS
******************************/

.top-adds > .row > div {
    padding: 0;
}
.add {
    float: left;
    width: 100%;
}
.add > img {
    width: 100%;
}
.online-store {
    padding: 60px 30px;
    text-align: center;
}
.online-store > h4 {
    color: #444444;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}
.online-store > p {
    margin-bottom: 20px;
}
/*****************************
        PRODUCTS TABS
******************************/

.masonary-product {
    float: left;
    width: 100%;
}
section#options {
    display: table;
    float: none;
    margin: 0 auto 30px;
    width: auto;
}
section#options ul.option-set {
    float: left;
    width: 100%;
}
section#options ul.option-set li {
    float: left;
    margin: 0 3px;
}
section#options ul.option-set li a {
    background: none repeat scroll 0 0 #f8f8f8;
    line-height: 30px;
    float: left;
    padding: 5px 20px;
    text-transform: uppercase;
    border-radius: 4px;
    color: #6a6969;
    font-family: "open sans";
    -webkit-box-shadow: 0 0 11px #e5e5e5 inset;
    -moz-box-shadow: 0 0 11px #e5e5e5 inset;
    -ms-box-shadow: 0 0 11px #e5e5e5 inset;
    -o-box-shadow: 0 0 11px #e5e5e5 inset;
    box-shadow: 0 0 11px #e5e5e5 inset;
    -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;
}
section#options ul.option-set li a.selected {
    color: #FFF;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
/*****************************
        PARTNERS
******************************/

.partners {
    float: left;
    width: 100%;
    border-bottom: 1px dashed #e3e3e3;
}
.partners:last-child {
    border-bottom: 0;
}
.partners > div {
    padding: 0;
}
.single-partner {
    border-right: 1px dashed #e3e3e3;
    float: left;
    padding: 30px 10px;
    text-align: center;
    width: 100%;
}
.partners > div:last-child .single-partner {
    border-right: 0;
}
/*===========================================================*
                   DEEDS HTML VER 1.1
*===========================================================*/
/*** TITLE STYLE 4 ***/

.title4 {
    float: left;
    margin-bottom: 45px;
    width: 100%;
}
.title4 > h2 {
    color: #585858;
    display: table;
    font-family: "open sans";
    font-size: 22px;
    margin: 0 auto;
    position: relative;
    padding: 0 10px 10px;
    border-bottom: 1px solid #c8c8c8;
}
.title4 > h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6.5px;
    width: 100%;
    height: 13px;
    background: url("../images/title4.jpg") no-repeat scroll center transparent;
}
/*** TITLE STYLE 5 ***/

.title5 {
    float: left;
    width: 100%;
    margin-bottom: 45px;
}
.title5 > h2 {
    font-family: "open sans";
    font-size: 22px;
    color: #585858;
    padding-bottom: 10px;
}
.title5 > h2 span {
    font-weight: 600;
    border-bottom: 1px solid;
}
/*** TITLE STYLE 6 ***/

.title6 {
    float: left;
    width: 100%;
    margin-bottom: 45px;
}
.title6 h2 {
    font-family: "open sans";
    font-size: 28px;
    color: #323232;
}
.title6 h2 span {
    font-weight: 700;
}
/*** TITLE STYLE 7 ***/

.title7 {
    float: left;
    width: 100%;
    margin-bottom: 45px;
}
.title7 h2 {
    color: #323232;
    display: table;
    font-family: "open sans";
    font-size: 24px;
    font-weight: 700;
    margin: 0 auto;
    padding: 0 30px 20px;
    border-bottom: 1px solid #d4d4d4;
    position: relative;
}
.title7 h2 i {
    position: absolute;
    color: #b5b5b5;
    font-size: 12px;
    bottom: -8px;
    font-weight: 200;
    font-style: normal;
    background: #FFF;
    padding: 0 10px;
    left: 50%;
    margin-left: -18%;
    min-width: 36%;
    max-width: 36%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 20px;
    text-align: center;
}
/*****************************
        RECENT EVENTS 
******************************/

.animal-events-carousel {
    float: left;
    width: 100%;
    margin-bottom: -50px;
}
.owl-item .animal-event {
    padding: 0 15px;
}
.animal-events-carousel .owl-item {
    padding-bottom: 20px;
}
.animal-event {
    float: left;
    padding-bottom: 30px !important;
    position: relative;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.animal-img {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.animal-detail {
    float: left;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    padding: 25px 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    /* -webkit-box-shadow: 0 0 8px #EFEFEF inset;
    -moz-box-shadow: 0 0 8px #EFEFEF inset;
    -ms-box-shadow: 0 0 8px #EFEFEF inset;
    -o-box-shadow: 0 0 8px #EFEFEF inset;
    box-shadow: 0 0 8px #EFEFEF inset;*/
}
.animal-detail > h4 {
    font-size: 15px;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.animal-detail > h4 a {
    color: #555;
}
.animal-detail > p {
    text-align: left;
    font-size: 14px;
}
.animal-detail > ul {
    display: table;
    float: none;
    margin: 10px auto 0;
    width: auto;
}
.animal-detail > ul li {
    float: left;
    width: auto;
    position: relative;
}
.animal-detail > ul li a {
    border: 1px solid #d3d3d3;
    float: left;
    height: 34px;
    line-height: 34px;
    margin: 0 4px;
    text-align: center;
    width: 34px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.animal-detail > ul li a i {
    color: #cfbdbd;
    margin: 0;
}
.animal-detail > ul li:hover a i {
    color: #FFF;
}
.animal-detail > ul li span {
    background: none repeat scroll 0 0 #4e4e4e;
    color: #fff;
    font-family: "open sans";
    font-size: 12px;
    font-weight: 600;
    left: -50px;
    line-height: 20px;
    margin-top: 10px;
    min-width: 170px;
    opacity: 0;
    padding: 10px 5px;
    position: absolute;
    text-align: center;
    top: 70%;
    width: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -on-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.animal-detail > ul li:hover span {
    opacity: 1;
    top: 100%;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
}
.animal-detail > ul li span:before {
    border-left: 5px solid transparent;
    content: "";
    border-right: 5px solid transparent;
    border-bottom: 5px solid #4e4e4e;
    position: absolute;
    left: 65px;
    top: -5px;
}
.animal-img > img {
    width: 100%;
}
.animal-img > span {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    bottom: 0;
    color: #999999;
    font-size: 12px;
    left: 0;
    line-height: 20px;
    padding: 10px;
    position: absolute;
    width: 112px;
    -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.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -on-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.animal-event:hover .animal-img > span {
    left: -112px;
}
.animal-img > span strong {
    float: left;
    font-size: 35px;
    line-height: 41px;
    font-family: "open sans";
    font-weight: 800;
    margin-right: 10px;
}
.animal-img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    /*box-shadow: 10px 10px 5px #888888;
*/
    
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.animal-event:hover .animal-img:before {
    opacity: 0.25;
}
/*****************************
    ICONIC SERVICES 
******************************/

.iconic-service {
    float: left;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}
.iconic-service > span {
    background: none repeat scroll 0 0 #474545;
    color: #fff;
    display: table;
    height: 105px;
    line-height: 100px;
    margin: 0 auto 20px;
    text-align: center;
    width: 105px;
    font-size: 40px;
    border: 3px solid #FFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    -webkit-box-shadow: 0 0px 1px #000000;
    -moz-box-shadow: 0 0px 1px #000000;
    -ms-box-shadow: 0 0px 1px #000000;
    -o-box-shadow: 0 0px 1px #000000;
    box-shadow: 0 0px 1px #000000;
}
.iconic-service > h3 {
    font-size: 15px;
    font-weight: 600;
    color: #555;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.iconic-service > p {
    font-size: 13px;
    float: left;
    width: 100%;
}
.widget .animal-detail > ul li a:before,
.widget .animal-detail > ul li a:after {
    display: none;
}
.widget .animal-detail > ul li a:before,
.widget .animal-detail > ul li a {
    padding: 0;
}
/*****************************
    DONATION BOX
******************************/

.coloured-donation {
    background: url("../images/map.png") no-repeat scroll center center transparent;
    float: left;
    height: 100%;
    padding: 30px 20px;
    position: relative;
    width: 100%;
    z-index: 1;
    text-align: center;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.coloured-donation.overlap {
    margin: -70px 0;
    padding: 70px 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.coloured-donation:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: -1;
}
.coloured-donation > h2 {
    color: #fff;
    font-family: "open sans";
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
}
.donation-amount {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.donation-amount i {
    font-style: normal;
    display: inline-block;
    font-family: "open sans";
    font-size: 18px;
    color: #FFF;
    font-weight: 600;
    padding: 5px 10px;
    margin: 0 0.5px;
    background: rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.donation-amount > span {
    font-family: "open sans";
    font-size: 13px;
    color: #FFF;
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 15px;
}
.donation-amount > span strong {
    font-size: 36px;
    font-weight: 600;
    margin: 0 5px;
}
.coloured-donation a {
    background: none repeat scroll 0 0 #fff;
    color: #555555;
    display: inline-block;
    font-size: 13px;
    line-height: 22px;
    margin-top: 10px;
    padding: 8px 25px;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.coloured-donation a:hover {
    color: #FFF;
}
/*****************************
    TICKET BOOKING
******************************/

.ticket-booking {
    float: left;
    width: 100%;
    background: #f3f3f3;
    padding: 25px 20px;
    border: 5px solid #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 1px #b0b0b0;
    -moz-box-shadow: 0 0 1px #b0b0b0;
    -ms-box-shadow: 0 0 1px #b0b0b0;
    -o-box-shadow: 0 0 1px #b0b0b0;
    box-shadow: 0 0 1px #b0b0b0;
}
.ticket-booking.overlap {
    margin-top: -50px;
}
.ticket-booking h3 {
    color: #555;
    float: left;
    font-size: 16px;
    font-weight: 600;
    padding-left: 30px;
    text-transform: uppercase;
    width: 100%;
}
.ticket-booking span {
    color: #999;
    float: left;
    font-size: 13px;
    margin-top: 5px;
    padding-left: 30px;
    width: 100%;
}
.booking-btn {
    background: none repeat scroll 0 0 black;
    color: #fff;
    float: left;
    font-family: "open sans";
    font-size: 12px;
    font-weight: 600;
    padding: 15px 30px 15px 70px;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.booking-btn:hover {
    color: #fff;
}
.ticket-booking .booking-btn span {
    background: none repeat scroll 0 0 white;
    height: 40px;
    left: 20px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 30px;
    text-align: center;
    line-height: 30px;
}
.ticket-booking .booking-btn span:after {
    border-bottom: 10px solid red;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
}
.booking-counter {
    float: right;
    margin: -25px -20px -25px 0;
    width: 100%;
}
.booking-counter i {
    color: #999999;
    float: left;
    font-size: 40px;
    margin-right: 10px;
    margin-top: 28px;
}
.booking-counter > ul {
    float: right;
    width: auto;
}
.booking-counter > ul li {
    background: none repeat scroll 0 0 #fbf9f9;
    float: left;
    margin: 0 1px;
    padding: 20px 10px;
    text-align: center;
    width: 70px;
}
.booking-counter > ul li span {
    padding: 0;
    margin: 0;
    font-family: "open sans";
    font-size: 20px;
    font-weight: 600;
    color: #555;
    line-height: 20px;
}
.booking-counter > ul li p {
    background: none repeat scroll 0 0 #fff;
    color: #999;
    display: inline-block;
    font-size: 10px;
    line-height: 10px;
    margin: 10px auto 0;
    max-width: 100%;
    overflow: hidden;
    padding: 5px 10px;
    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;
}
/*****************************
    DONATION BAR
******************************/

.donation-bar {
    border: 1px solid #e3e3e3;
    float: left;
    padding: 5px;
    width: 100%;
    background: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.donation-bar.overlap {
    margin-top: -50px;
}
.donation-bg {
    float: left;
    padding: 35px 30px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.donation-bg {
    float: left;
    width: 100%;
    padding: 25px;
}
.donation-bar h3 {
    color: #FFF;
    font-family: "open sans";
    font-size: 26px;
    font-weight: 600;
    float: left;
}
.donation-bar a {
    background: #FFF;
    display: table;
    margin: 0 auto;
    padding: 8px 40px;
    border-radius: 3px;
    font-family: "open sans";
    color: #555555;
}
.donation-bar h5 {
    float: left;
    font-family: "open sans";
    font-size: 15px;
    color: #FFF;
    line-height: 36px;
}
.donation-bar .donation-amount {
    margin: 0;
    width: auto;
    float: right;
}
/*****************************
    WIDGETS
******************************/

.animal-event.simple .animal-detail {
    border: 1px solid #e5e5e5;
    padding: 20px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.animal-event.simple .animal-img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.animal-event.simple .animal-detail > h4 {
    margin-bottom: 20px;
}
.animal-event.simple .animal-img > span {
    bottom: auto;
    left: 20px;
    text-align: center;
    top: 0;
    width: 75px;
    -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;
}
.animal-event.simple .animal-img > span strong {
    float: left;
    margin: 0;
    text-align: center;
    width: 100%;
}
.animal-event.simple .animal-img {
    margin-bottom: 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.animal-event.simple:hover .animal-img > span {
    width: 90%;
}
.widget .coloured-donation {
    border: 5px solid #fdfdfd;
    -webkit-box-shadow: 0 0 1px #969696;
    -moz-box-shadow: 0 0 1px #969696;
    -ms-box-shadow: 0 0 1px #969696;
    -o-box-shadow: 0 0 1px #969696;
    box-shadow: 0 0 1px #969696;
}
.widget .coloured-donation > h2 {
    font-size: 20px;
    font-weight: 600;
}
.widget .donation-amount {
    margin-top: 10px;
}
.widget .donation-amount > span {
    margin: 0 0 20px;
}
.widget .coloured-donation:before {
    display: none;
}
.widget .coloured-donation a {
    margin-top: 20px;
}
.widget .coloured-donation a:hover {
    background: #4a4949;
}
.message-widget {
    border: 1px solid #e3e3e3;
    float: left;
    overflow: hidden;
    padding: 5px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.message-carousel {
    background: none repeat scroll 0 0 #f6f4f5;
    float: left;
    overflow: hidden;
    text-align: center;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.pop-message {
    float: left;
    padding: 30px 20px;
    width: 100%;
}
.pop-message > img {
    border: 3px solid #fff;
    margin-bottom: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 1px #808080;
    -moz-box-shadow: 0 0 1px #808080;
    -ms-box-shadow: 0 0 1px #808080;
    -o-box-shadow: 0 0 1px #808080;
    box-shadow: 0 0 1px #808080;
}
.pop-message > h4 {
    color: #969696;
    float: left;
    font-family: "open sans";
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    width: 100%;
}
.pop-message > span {
    float: left;
    font-family: "open sans";
    font-size: 13px;
    font-style: italic;
    width: 100%;
}
.pop-message > blockquote {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #666666;
    font-size: 14px;
    margin: 20px 0 0;
    padding: 0;
}
.pop-message > blockquote:before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.pop-message > blockquote {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #666666;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 28px;
    margin: 20px 0 0;
    padding: 0;
}
.pop-message > blockquote:before,
.pop-message > blockquote:after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #dfdfdf;
    content: "\f10d";
    font-family: fontawesome;
    font-size: 30px;
    width: auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.pop-message > blockquote:after {
    content: "\f10e";
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
}
.pop-message .sermon-media {
    display: inline-block;
    float: none;
    margin: 20px auto 0;
    width: auto;
}
.widget .sermon-media li {
    width: 53px;
}
.widget .sermon-media li a:before,
.widget .sermon-media li a:after {
    display: none !important;
}
.widget .sermon-media li a {
    background: none repeat scroll 0 0 #fcfcfc;
    border: 0 none;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 6px #ededed inset;
    -moz-box-shadow: 0 0 6px #ededed inset;
    -ms-box-shadow: 0 0 6px #ededed inset;
    -o-box-shadow: 0 0 6px #ededed inset;
    box-shadow: 0 0 6px #ededed inset;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.widget .sermon-media li a:hover {
    -webkit-box-shadow: none;

    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.widget .sermon-media li a i {
    color: #b8b8b8;
}
.widget .sermon-media li:hover a i {
    color: #FFF;
}
.message-carousel .owl-buttons > div {
    background: none repeat scroll 0 0 #c7c5c5;
    height: 29px;
    left: 50px;
    margin: 0;
    top: 70px;
    width: 29px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.message-carousel .owl-buttons > div.owl-next {
    left: auto;
    right: 50px;
}
.message-carousel .owl-buttons > div:before {
    color: #fff;
    content: "\f104";
    font-family: fontawesome;
    height: 100%;
    left: 0;
    line-height: 26px;
    position: absolute;
    top: 0;
    width: 100%;
}
.message-carousel .owl-buttons > div.owl-next:before {
    content: "\f105";
}
.sermon-widget {
    float: left;
    width: 100%;
}
.sermon-img {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.sermon-img > img {
    width: 100%;
}
.sermon-img > span {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    color: #969696;
    font-family: Open Sans;
    font-size: 11px;
    left: 0;
    padding: 10px 20px;
    position: absolute;
    text-transform: uppercase;
    top: 10px;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.sermon-widget:hover .sermon-img > span {
    background: none repeat scroll 0 0 rgba(20, 20, 20, 0.8);
    color: #fff;
}
.sermon-img > span i {
    float: left;
    margin-right: 5px;
    margin-top: 2px;
}
.sermon-img h3 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    color: #fff;
    font-family: Open Sans;
    font-size: 15px;
    line-height: 20px;
    padding: 15px;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.sermon-img h3 a {
    color: #fff;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.sermon-detail {
    border-bottom: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    float: left;
    padding: 20px;
    text-align: center;
    width: 100%;
    -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;
}
.sermon-detail .sermon-media {
    display: table;
    float: none;
    margin: 20px auto 0;
}
.sermon-widget:hover .sermon-img h3 {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
    color: #333;
}
.sermon-widget:hover .sermon-img h3 a {
    color: #333;
}
/*===========================================================*
                   DEEDS HTML VER 1.2
*===========================================================*/

.widget .event-count {
    margin-bottom: 0;
}
.widget .animal-event {
    padding-bottom: 0 !important;
}
.number-boxes span.coloured,
.widget form input[type="submit"],
.donate > a:before,
.category-img ul li:hover:before,
.featured-sermon-title,
.member-detail > ul li a:hover,
.mejs-controls .mejs-time-rail .mejs-time-loaded,
.social-media li a:hover,
.theme-form > input[type="submit"],
.button:before,
.comments > ul li .avatar:after,
.image > a,
.leave-comment > form input[type="submit"],
.service-block-inner > a:hover:before,
.widget-blog-img:before,
.gallery-widget a:before,
.gallery-title:before,
.gallery-title:after,
.cart-list > li > input[type="submit"]:hover,
.checkout-content input[type="submit"]:hover,
.slide1-box:before,
.quick-help > span,
.single-page > a:hover,
.news-date,
.pagination > li:first-child a:hover,
.pagination > li:last-child a:hover,
.donation-appeal > a:hover,
.product-bottom span,
.coloured:before,
.popup-title,
.collected-amount span i,
.amount-selection > a,
.amount-selection button,
.news-details:before,
.latest-news-carousel .owl-buttons > div:hover,
button.button2:hover,
.service-block > a,
.sermon-media li:hover,
.hover-in .sermon-media li:hover,
.event-date span,
.latest-tweets > span,
.prayer-request input[type="submit"],
.newsletter-signup input[type="submit"],
.donation-box,
.tab-style .nav,
.welcome > a,
nav ul li a:before,
.pastors-message .sermon-media li:hover,
.cart-dropdown > ul li a.cart-drop-btn:hover,
.cart-dropdown > p:before,
.header-timer > p,
footer .widget-title > h4:before,
.widget .about .social-media li a:hover,
.menu-btn,
#fotter_msg,
.slide8-button:hover,
#place_order.button:hover,
.woocommerce span.onsale,
.woocommerce-page span.onsale,
.woocommerce-page .woocommerce-info:before,
#masonay-nav li a.active,
.slide10-button,
.slide11-box.coloured-box,
.quote-symbol,
.item-detail:before,
a.button2:hover,
.item-detail > a,
.simple-service > a:hover,
.button3:hover,
.survey > h3,
section#options ul.option-set li a.selected,
.animal-detail > ul li:hover a,
.iconic-service:hover > span,
.coloured-donation:before,
.coloured-donation a:hover,
.widget .coloured-donation,
.widget .sermon-media li a:hover,
.message-carousel .owl-buttons > div:hover,
.booking-btn,
.donation-bg {
    background-color: #f0283b;
}
a,
a:hover,
.donate h2 span,
.service-block-inner > h3,
.latest-serm > h2 span,
.title > h2 span,
.parallax-text h3 span,
.book h3 a:hover,
.book > a:hover,
.contact li a i:hover,
.bottom-footer p a,
.blog-detail > h3 a:hover,
.blog-detail > a:hover,
.sermon > h3 a:hover,
.featured-sermon h3 a:hover,
.donation-progress > h2 span,
.featured-sermon span i,
.member-detail > span,
.member-detail > h3 a:hover,
.percentage:hover h5,
.title2 h2 span,
.info-block:hover i,
.page-top h1 span,
.event-detail > ul li a i,
.event-detail > span i,
.pastor-info > h4 span,
.share-this h5 i,
.comments > ul li h5 i span,
.leave-comment > h4 i,
.widget-blog > p a:hover,
.toggle-item.activate h2,
.toggle-item.activate h2 i,
.thanks-message > span,
.blog-detail > a,
.thanks-message h5,
.comment-widget h5 a:hover,
.slide2-title i,
.slide3-title span,
.news h3 a:hover,
.search-page > h4 span,
.error-page h4 i,
.quick-help h5 span,
.amount ins i,
.donation-appeal h3 span,
.product h3 a:hover,
.category-block > h3 a:hover,
.service-image i,
.service-block > a:hover,
.service-block:hover > h3,
.upcoming-event h3 i,
.story-detail > h3 a:hover,
.blog-list > h3 a:hover,
.about h4 i,
.parallax-title h3 span,
.welcome h1 span,
nav ul li a:after,
.pastors-message span,
.cart-dropdown > ul li a.cart-drop-btn,
.cart-dropdown > p span,
.widget .contact li span,
.widget-blog > h6 a:hover,
.event > h3 a:hover,
.widget-blog > span,
.sermon-media li i,
.pagination > li span,
.slide10-title span,
.slide10-button:hover,
.welcome > a:hover,
.slide11-title span,
.item-detail > h3 a:hover,
h4.new-title a:hover,
.sermon h3 a:hover,
.event-count > h4 a:hover,
.title3 h2 span,
.simple-service:hover > h3,
.simple-service:hover .simple-icon > span,
.simple-blog > h4 a:hover,
.welcome h1 i,
.needed h5,
.survey-report > h5,
.online-store > h4 span,
.animal-img > span strong,
.iconic-service:hover > h3,
.pop-message > span,
.title5 > h2 span {
    color: #f0283b;
}
.service-block:hover,
.widget-title:before,
.service-block > a,
.about .nav li.active a,
.welcome > a,
.cart-dropdown > ul li.item-number,
.cart-dropdown > ul li a.cart-drop-btn,
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info,
.slide8-button:hover,
.item-detail > a,
.simple-service > a,
.carousel-item .sermon-media li:hover,
.button3,
.animal-detail > ul li:hover a,
.title5 > h2 span {
    border-color: #f0283b;
}
.cart-dropdown > ul:after,
.ticket-booking .booking-btn span:after {
    border-bottom-color: #f0283b;
}
.fashion_partners {
    margin-bottom: 0px;
}
.tweeter_cont {
    margin-bottom: 50px;
}
.newsletter1 {
    margin-top: 30px;
}
.media_data {
    margin-top: 15px;
    margin-left: 10px;
    font-weight: 500
}
.our_event {
    margin-left: 2px;
    margin-right: 2px;
    width: 94%;
    min-height: 130px !important;
    border-bottom: 1px solid #ccc;
    margin-top: 40px;
}
.our_event1 {
    margin-left: 2px;
    margin-right: 2px;
    width: 94%;
    height: 120px;
    border-bottom: 0px !important;
    margin-top: 40px;
}
.calender {
    float: left;
    width: 20%;
}
.contentevent {
    float: left;
    width: 20%;
}
.pdficon {
    float: left;
    width: 20%;
}
.watch {
    margin-top: 25px;
}
.watch_time {
    margin-left: 5px;
    color: #999999;
}
/*--banner_innerpage--*/

.about_us_data {
    margin-bottom: 60px;
}
.overview_banner {
    border-bottom: 3px solid #ffe400;
}


.facebook_banner1 h3 {
    background-color: #303e80;
    padding: 15px;
    color: #FFF;
    font-family: "open sans";
    width: 319px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 200;
}
.overview_banner1 h3 {
    background-color: #98bf0e;
    padding: 15px;
    color: #FFF;
    font-family: "open sans";
    width: 204px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 200;
}
.investor_contacts h3 {
    background-color: #a5bdf4;
    padding: 15px;
    color: #FFF;
    font-size: 36px;
    font-weight: 200;
    font-family: "open sans";
    width: 400px;
    text-align: center;
    margin-bottom: 20px;
}
.flf_approach {
    border-bottom: 3px solid #ff6c00;
}
.flf_approach1 h3 {
    background-color: #60c659;
    padding: 15px;
    color: #FFF;
    font-family: "open sans";
    width: 281px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 200;
}


.Tweet_social1 h3 {
    background-color: #2f97ca;
    padding: 15px;
    color: #FFF;
    font-family: "open sans";
    width: 281px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 200;
}

.vision_mission {
    border-bottom: 3px solid #00b779;
}
.vision_mission1 h3 {
    background-color: #7fe077;
    padding: 15px;
    color: #FFF;
    font-family: "open sans";
    width: 335px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 200;
}


.Linkedin_1 h3 {
    background-color: #0177b5;
    padding: 15px;
    color: #FFF;
    font-family: "open sans";
    width: 335px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 200;
}

.pinterest_1 h3 {
    background-color: #bd081c;
    padding: 15px;
    color: #FFF;
    font-family: "open sans";
    width: 335px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 200;
}


.youtup_1 h3 {
    background-color: #e12d28;
    padding: 15px;
    color: #FFF;
    font-family: "open sans";
    width: 335px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 200;
}
.share_transfer_agent h3 {
    background-color: #00b779;
    padding: 15px;
    color: #FFF;
    font-size: 36px;
    font-weight: 200;
    font-family: "open sans";
    width: 350px;
    text-align: center;
    margin-bottom: 20px;
}
.mission_list {
    font-family: "open sans";
    font-size: 14px;
}
.marq-fd {
    width: 100%;
    clear: both;
    padding:10px 0px 10px 0px;
    background-color:#202089;
    color: #ffffff;
    font-weight: bold;
    font-size: 15px;
    vertical-align: middle;
    position: relative;
    display: flex;
}
.marq-bton {
  background-color: #ff7029;
  border: none;
  color: white;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 0px 2px;
  cursor: pointer;
  vertical-align: middle;
}
.marq-bton:hover {
  color: #EEFF41;
}
.marq-bton:active {
    color: #EEFF41;
    background-color:white;
}
@media (max-width: 600px) {
    .block_2 {
        float: left;
        position: relative;
        width: 100%;
        padding: 0 0 50px !important;
    }
    .logo > a {
        margin-top: 22px;
        margin-bottom: 22px !important;
    }
    .site_logo {
        margin-bottom: -22px !important;
    }
    .vision_mission1 h3 {
        background-color: #7fe077;
        padding: 15px;
        color: #FFF;
        font-family: "open sans";
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        font-size: 36px;
        font-weight: 200;
    }

.Linkedin_1 h3 {
    background-color: #0177b5;
    padding: 15px;
    color: #FFF;
    font-family: "open sans";
    width:100%;
    text-align: center;
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 200;
}
.youtup_1 h3 {
    background-color: #e12d28;
    padding: 15px;
    color: #FFF;
    font-family: "open sans";
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 200;
}

.pinterest_1 h3 {
    background-color: #bd081c;
    padding: 15px;
    color: #FFF;
    font-family: "open sans";
    width:100%;
    text-align: center;
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 200;
}

    .our_event {
        margin-left: 2px;
        margin-right: 2px;
        width: 94%;
        height: 100%!important;
        border-bottom: 1px solid #ccc;
        margin-top: 40px;
    }
    .our_event1 {
        margin-left: 2px;
        margin-right: 2px;
        width: 94%;
        height: 100%!important;
        border-bottom: 0px !important;

        margin-top: 40px;
        .social-media01 {
            float: right;
            width: 100%;
        }
        .widget-blog {
            float: left;
            width: 100%;
            margin-bottom: 30px;
            margin-top: 20px;
            /*	text-align:center;*/
        }
        .widget li a,
        .recentcomments,
        .cat-item,
        .widget_archive li {
            float: left;
            width: 100%;
            /* padding: 13px 15px ;
    border: 1px solid #261c39;*/
            
            color: # FFF;
            font-size: 14px;
            line-height: 25px;
            margin-left: 0px !important;
            margin-right: 5px !important;
            position: relative;
            z-index: 1;
            -webkit-border-radius: 26px;
            -moz-border-radius: 26px;
            -ms-border-radius: 26px;
            -o-border-radius: 26px;
            border-radius: 26px;
        }
    }
    @media (max-width: 1024px) {
        .our_event {
            margin-left: 2px;
            margin-right: 2px;
            width: 94%;
            height: 233px !important;
            border-bottom: 1px solid #ccc;
            margin-top: 40px;
        }
    }
    @media (max-width: 980px) {
        .our_event {
            margin-left: 2px;
            margin-right: 2px;
            width: 94%;
            height: 233px !important;
            border-bottom: 1px solid #ccc;
            margin-top: 40px;
        }
        .logo > a {
            margin-top: 22px;
            margin-bottom: 22px !important;
        }
        .site_logo {
            margin-bottom: -22px !important;
        }
        .investor_contacts h3 {
            background-color: #a5bdf4;
            padding: 15px;
            color: #FFF;
            font-size: 36px;
            font-weight: 200;
            font-family: "open sans";
            width: 100%;
            text-align: center;
            margin-bottom: 20px;
        }
        .flf_approach1 h3 {
            background-color: #60c659;
            padding: 15px;
            color: #FFF;
            font-family: "open sans";
            width: 100%;
            text-align: center;
            margin-bottom: 20px;
            font-size: 36px;
            font-weight: 200;
        }



.Tweet_social1 h3 {
    background-color: #2f97ca;
    padding: 15px;
    color: #FFF;
    font-family: "open sans";
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 200;
}

        .overview_banner1 h3 {
            background-color: #98bf0e;
            padding: 15px;
            color: #FFF;
            font-family: "open sans";
            width: 100%;
            text-align: center;
            margin-bottom: 20px;
            font-size: 36px;
            font-weight: 200;
        }
		
		.facebook_banner1 h3 {
    background-color: #303e80;
     padding: 15px;
            color: #FFF;
            font-family: "open sans";
            width: 100%;
            text-align: center;
            margin-bottom: 20px;
            font-size: 36px;
            font-weight: 200;
}
        /*.our_event {
	margin-left: 2px;
	margin-right: 2px;
	width: 94%;
	height: 100%!important;
	border-bottom: 1px solid #ccc;
	margin-top: 40px;
}
*/
        
        .our_event1 {
            margin-left: 2px;
            margin-right: 2px;
            width: 94%;
            height: 100%!important;
            border-bottom: 0px !important;
            margin-top: 40px;
        }
        .navs2 {
            max-height: none !important;
        }
        .navs1 {
            max-height: none !important;
            box-shadow: 0 3px 5px #888888;
        }
    }
    @media (max-width: 1100px) {
        .our_event {
            margin-left: 2px;
            margin-right: 2px;
            width: 94%;
            height: 100%!important;
            border-bottom: 1px solid #ccc;
            margin-top: 40px;
        }
    }
    @media (max-width: 800px) {
        .our_event {
            margin-left: 2px;
            margin-right: 2px;
            width: 94%;
            height: 233px !important;
            border-bottom: 1px solid #ccc;
            margin-top: 40px;
        }
        .block_2 {
            float: left;
            position: relative;
            width: 100%;
            padding: 0 0 50px !important;
        }
        .block_2 {
            float: left;
            position: relative;
            width: 100%;
            padding: 0 0 50px !important;
        }
    }
    @media (max-width: 600px) {
        .our_event {
            margin-left: 2px;
            margin-right: 2px;
            width: 94%;
            height: 233px !important;
            border-bottom: 1px solid #ccc;
            margin-top: 40px;
        }
    }
    @media (max-width: 1200px) {
        .our_event {
            margin-left: 2px;
            margin-right: 2px;
            width: 94%;
            height: 233px!important;
            border-bottom: 1px solid #ccc;
            margin-top: 40px;
        }
        .block_2 {
            float: left;
            position: relative;
            width: 100%;
            padding: 0 0 50px !important;
        }
    }
    @media (max-width: 480) {
        .our_event {
            margin-left: 2px;
            margin-right: 2px;
            width: 94%;
            height: 233px !important;
            border-bottom: 1px solid #ccc;
            margin-top: 40px;
        }
    }
    @media (max-width: 320) {
        .our_event {
            margin-left: 2px;
            margin-right: 2px;
            width: 94%;
            height: 233px !important;
            border-bottom: 1px solid #ccc;
            margin-top: 40px;
        }
        .block_2 {
            float: left;
            position: relative;
            width: 100%;
            padding: 0 0 50px !important;
        }
        .logo > a {
            margin-top: 22px;
            margin-bottom: 22px !important;
        }
        .site_logo {
            margin-bottom: -22px !important;
        }
        .investor_contacts h3 {
            background-color: #a5bdf4;
            padding: 15px;
            color: #FFF;
            font-size: 36px;
            font-weight: 200;
            font-family: "open sans";
            width: 100%;
            text-align: center;
            margin-bottom: 20px;
        }
        .flf_approach1 h3 {
            background-color: #60c659;
            padding: 15px;
            color: #FFF;
            font-family: "open sans";
            width: 100%;
            text-align: center;
            margin-bottom: 20px;
            font-size: 36px;
            font-weight: 200;
        }



.Tweet_social1 h3 {
    background-color: #2f97ca;
    padding: 15px;
    color: #FFF;
    font-family: "open sans";
    width:100%;
    text-align: center;
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 200;
}

        .overview_banner1 h3 {
            background-color: #98bf0e;
            padding: 15px;
            color: #FFF;
            font-family: "open sans";
            width: 100%;
            text-align: center;
            margin-bottom: 20px;
            font-size: 36px;
            font-weight: 200;
        }
        .vision_mission1 h3 {
            background-color: #7fe077;
            padding: 15px;
            color: #FFF;
            font-family: "open sans";
            width: 100%;
            text-align: center;
            margin-bottom: 20px;
            font-size: 36px;
            font-weight: 200;
        }
.youtup_1 h3 {
    background-color: #e12d28;
    padding: 15px;
    color: #FFF;
    font-family: "open sans";
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 200;
}

.pinterest_1 h3 {
    background-color: #bd081c;
    padding: 15px;
    color: #FFF;
    font-family: "open sans";
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 200;
}

        .investor_contacts h3 {
            background-color: #4de1ca;
            padding: 15px;
            color: #000000;
            font-size: 36px;
            font-weight: 200;
            font-family: "open sans";
            width: 100%;
            text-align: center;
            margin-bottom: 20px;
        }
        .social-media01 {
            float: right;
            width: 86%;
        }
        .navs2 {
            max-height: none !important;
        }
        /*.navs1{
	max-height: none !important;
	box-shadow: 0 3px 5px #888888;}*/
        
        .widget-blog {
            float: left;
            width: 100%;
            margin-bottom: 30px;
            margin-top: 20px;
            /*	text-align:center;*/
        }
        .widget li a,
        .recentcomments,
        .cat-item,
        .widget_archive li {
            float: left;
            width: 100%;
            /* padding: 13px 15px ;
    border: 1px solid #261c39;*/
            
            color: # FFF;
            font-size: 14px;
            line-height: 25px;
            margin-left: 0px !important;
            margin-right: 5px !important;
            position: relative;
            z-index: 1;
            -webkit-border-radius: 26px;
            -moz-border-radius: 26px;
            -ms-border-radius: 26px;
            -o-border-radius: 26px;
            border-radius: 26px;
        }
    }
    .page-title1 {
        font-size: 30px;
        font-family: "open sans";
        color: #eae8e8;
    }
    .footer_menu {
        margin-top: -20px;
    }
    .line {
        background-image: url(../images/line.png);
        background-repeat: no-repeat;
        background-position: right -1px center;
    }
    .line a {
        color: #FFF !important;
    }
    .line:hover {
        color: #FFF !important;
    }
    .linelast {
        background-image: none;
        padding-right: 4px;
    }
    .linelast a {
        color: #FFF !important;
    }
    .linelast:hover {
        color: #FFF !important;
    }
    .box_img_continer {
        margin-top: -69px !important;
    }
    .retail_list {
        margin-bottom: -100px !important;
    }
    .site_logo {
        margin-bottom: 20px;
    }
    /*CSS from URL:
Code Layout Compression (code layout):
Custom template Options Preserve CSS Sort Selectors (caution) Sort Properties Regroup selectors Optimise shorthands Compress colors Compress font-weight Lowercase selectors Case for properties:
None Lowercase Uppercase Remove unnecessary backslashes Remove last;
Discard invalid properties Add timestamp Output as file  Messages  5  Invalid property in CSS2.1: overflow-x 35  Optimised number: Changed "0.3px" to ".3px" 42  Optimised number: Changed "0.3px" to ".3px" 45  Optimised color: Changed "#f00" to "red" 92  Invalid property in CSS2.1: box-shadow 98  Invalid property in CSS2.1: -webkit-box-shadow 99  Invalid property in CSS2.1: -moz-box-shadow 100  Invalid property in CSS2.1: -ms-box-shadow 101  Invalid property in CSS2.1: -o-box-shadow 102  Invalid property in CSS2.1: box-shadow 105  Optimised color: Changed "#FFFFFF" to "#FFF" 134  Optimised number: Changed "0px" to "0" 135  Optimised number: Changed "0px" to "0" 136  Optimised number: Changed "0px" to "0" 164  Invalid property in CSS2.1: background-size 168  Optimised number: Changed "0.5s" to ".5s"  Optimised number: Changed "0s" to "0"  Invalid property in CSS2.1: -webkit-transition 169  Optimised number: Changed "0.5s" to ".5s"  Optimised number: Changed "0s" to "0"  Invalid property in CSS2.1: -moz-transition 170  Optimised number: Changed "0.5s" to ".5s"  Optimised number: Changed "0s" to "0"  Invalid property in CSS2.1: -ms-transition 171  Optimised number: Changed "0.5s" to ".5s"  Optimised number: Changed "0s" to "0"  Invalid property in CSS2.1: -o-transition 172  Optimised number: Changed "0.5s" to ".5s"  Optimised number: Changed "0s" to "0"  Invalid property in CSS2.1: transition 181  Invalid property in CSS2.1: opacity 189  Invalid property in CSS2.1: opacity 212  Optimised color: Changed "#FFFFFF" to "#FFF" 224  Invalid property in CSS2.1: -webkit-transform 225  Invalid property in CSS2.1: -moz-transform 226  Invalid property in CSS2.1: -ms-transform 227  Invalid property in CSS2.1: -o-transform 228  Invalid property in CSS2.1: transform 238  Invalid property in CSS2.1: text-overflow 275  Optimised color: Changed "#999999" to "#999" 320  Invalid property in CSS2.1: opacity 325  Invalid property in CSS2.1: -webkit-border-radius 326  Invalid property in CSS2.1: -moz-border-radius 327  Invalid property in CSS2.1: -ms-border-radius 328  Invalid property in CSS2.1: -o-border-radius 329  Invalid property in CSS2.1: border-radius 330  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -webkit-transition 331  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -moz-transition 332  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -ms-transition 333  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -o-transition 334  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: transition 337  Invalid property in CSS2.1: opacity 359  Optimised font-weight: Changed "bold" to "700" 378  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -webkit-transition 379  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -moz-transition 380  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -ms-transition 381  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -o-transition 382  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: transition 389  Invalid property in CSS2.1: opacity 399  Optimised number: Changed "0.3s" to ".3s"  Optimised number: Changed "0.2s" to ".2s"  Invalid property in CSS2.1: -webkit-transition 400  Optimised number: Changed "0.3s" to ".3s"  Optimised number: Changed "0.2s" to ".2s"  Invalid property in CSS2.1: -moz-transition 401  Optimised number: Changed "0.3s" to ".3s"  Optimised number: Changed "0.2s" to ".2s"  Invalid property in CSS2.1: -ms-transition 402  Optimised number: Changed "0.3s" to ".3s"  Optimised number: Changed "0.2s" to ".2s"  Invalid property in CSS2.1: -o-transition 403  Optimised number: Changed "0.3s" to ".3s"  Optimised number: Changed "0.2s" to ".2s"  Invalid property in CSS2.1: transition 406  Invalid property in CSS2.1: opacity 416  Invalid property in CSS2.1: -webkit-transform 417  Invalid property in CSS2.1: -moz-transform 418  Invalid property in CSS2.1: -ms-transform 419  Invalid property in CSS2.1: -o-transform 420  Invalid property in CSS2.1: transform 421  Invalid property in CSS2.1: -webkit-transform-origin 422  Invalid property in CSS2.1: -moz-transform-origin 423  Invalid property in CSS2.1: -ms-transform-origin 424  Invalid property in CSS2.1: -o-transform-origin 425  Invalid property in CSS2.1: transform-origin 426  Optimised number: Changed "-webkit-transform" to "0"  Optimised number: Changed "0.8s" to ".8s"  Optimised number: Changed "0s" to "0"  Invalid property in CSS2.1: -webkit-transition 427  Optimised number: Changed "-moz-transform" to "0"  Optimised number: Changed "0.8s" to ".8s"  Optimised number: Changed "0s" to "0"  Invalid property in CSS2.1: -moz-transition 428  Optimised number: Changed "-ms-transform" to "0"  Optimised number: Changed "0.8s" to ".8s"  Optimised number: Changed "0s" to "0"  Invalid property in CSS2.1: -ms-transition 429  Optimised number: Changed "-o-transform" to "0"  Optimised number: Changed "0.8s" to ".8s"  Optimised number: Changed "0s" to "0"  Invalid property in CSS2.1: -o-transition 430  Optimised number: Changed "0.8s" to ".8s"  Optimised number: Changed "0s" to "0"  Invalid property in CSS2.1: transition 434  Invalid property in CSS2.1: -webkit-transform 435  Invalid property in CSS2.1: -moz-transform 436  Invalid property in CSS2.1: -ms-transform 437  Invalid property in CSS2.1: -o-transform 438  Invalid property in CSS2.1: transform 444  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -webkit-transition 445  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -moz-transition 446  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -ms-transition 447  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -o-transition 448  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: transition 454  Invalid property in CSS2.1: -webkit-border-radius 455  Invalid property in CSS2.1: -moz-border-radius 456  Invalid property in CSS2.1: -ms-border-radius 457  Invalid property in CSS2.1: -o-border-radius 458  Invalid property in CSS2.1: border-radius 485  Optimised color: Changed "#888888" to "#888"  Invalid property in CSS2.1: box-shadow 503  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -webkit-transition 504  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -moz-transition 505  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -ms-transition 506  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -o-transition 507  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: transition 535  Invalid property in CSS2.1: -webkit-border-radius 536  Invalid property in CSS2.1: -moz-border-radius 537  Invalid property in CSS2.1: -ms-border-radius 538  Invalid property in CSS2.1: -o-border-radius 539  Invalid property in CSS2.1: border-radius 540  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -webkit-transition 541  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -moz-transition 542  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -ms-transition 543  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -o-transition 544  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: transition 577  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -webkit-transition 578  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -moz-transition 579  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -ms-transition 580  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -o-transition 581  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: transition 622  Invalid property in CSS2.1: -webkit-border-radius 623  Invalid property in CSS2.1: -moz-border-radius 624  Invalid property in CSS2.1: -ms-border-radius 625  Invalid property in CSS2.1: -o-border-radius 626  Invalid property in CSS2.1: border-radius 641  Invalid property in CSS2.1: -webkit-border-radius 642  Invalid property in CSS2.1: -moz-border-radius 643  Invalid property in CSS2.1: -ms-border-radius 644  Invalid property in CSS2.1: -o-border-radius 645  Invalid property in CSS2.1: border-radius 661  Invalid property in CSS2.1: text-overflow 687  Optimised number: Changed "0.3px" to ".3px" 689  Invalid property in CSS2.1: -webkit-border-radius 690  Invalid property in CSS2.1: -moz-border-radius 691  Invalid property in CSS2.1: -ms-border-radius 692  Invalid property in CSS2.1: -o-border-radius 693  Invalid property in CSS2.1: border-radius 694  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -webkit-transition 695  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -moz-transition 696  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -ms-transition 697  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -o-transition 698  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: transition 796  Optimised number: Changed "-ms-linear-gradient(top,#FFFFFF0%,#BABABA200%)" to "0" 797  Optimised number: Changed "-moz-linear-gradient(top,#FFFFFF0%,#BABABA200%)" to "0" 798  Optimised number: Changed "-o-linear-gradient(top,#FFFFFF0%,#BABABA200%)" to "0" 799  Optimised number: Changed "-webkit-gradient(linear,lefttop,leftbottom,color-stop(0,#FFFFFF)," to "0" 800  Optimised number: Changed "-webkit-linear-gradient(top,#FFFFFF0%,#BABABA200%)" to "0" 879  Optimised number: Changed "-ms-linear-gradient(top,#FFFFFF0%,#BABABA200%)" to "0" 880  Optimised number: Changed "-moz-linear-gradient(top,#FFFFFF0%,#BABABA200%)" to "0" 881  Optimised number: Changed "-o-linear-gradient(top,#FFFFFF0%,#BABABA200%)" to "0" 882  Optimised number: Changed "-webkit-gradient(linear,lefttop,leftbottom,color-stop(0,#FFFFFF)," to "0" 883  Optimised number: Changed "-webkit-linear-gradient(top,#FFFFFF0%,#BABABA200%)" to "0" 886  Invalid property in CSS2.1: -webkit-border-radius 887  Invalid property in CSS2.1: -moz-border-radius 888  Invalid property in CSS2.1: -ms-border-radius 889  Invalid property in CSS2.1: -o-border-radius 890  Invalid property in CSS2.1: border-radius 905  Optimised shorthand notation (margin): Changed "7px 7px" to "7px" 916  Invalid property in CSS2.1: -webkit-box-shadow 917  Invalid property in CSS2.1: -moz-box-shadow 918  Invalid property in CSS2.1: -ms-box-shadow 919  Invalid property in CSS2.1: -o-box-shadow 920  Invalid property in CSS2.1: box-shadow 932  Invalid property in CSS2.1: -webkit-box-shadow 933  Invalid property in CSS2.1: -moz-box-shadow 934  Invalid property in CSS2.1: -ms-box-shadow 935  Invalid property in CSS2.1: -o-box-shadow 936  Invalid property in CSS2.1: box-shadow 962  Optimised color: Changed "#FFFFFF" to "#FFF" 969  Invalid property in CSS2.1: background-clip 971  Invalid property in CSS2.1: text-overflow 972  Invalid property in CSS2.1: -webkit-border-radius 973  Invalid property in CSS2.1: -moz-border-radius 974  Invalid property in CSS2.1: -ms-border-radius 975  Invalid property in CSS2.1: -o-border-radius 976  Invalid property in CSS2.1: border-radius 984  Invalid property in CSS2.1: opacity 993  Optimised color: Changed "#FFFFFF" to "#FFF" 1006  Invalid property in CSS2.1: -webkit-border-radius 1007  Invalid property in CSS2.1: -moz-border-radius 1008  Invalid property in CSS2.1: -ms-border-radius 1009  Invalid property in CSS2.1: -o-border-radius 1010  Invalid property in CSS2.1: border-radius 1030  Invalid property in CSS2.1: -webkit-border-radius 1031  Optimised shorthand notation (-moz-border-radius): Changed "0 3px 0 3px" to "0 3px"  Invalid property in CSS2.1: -moz-border-radius 1032  Invalid property in CSS2.1: -ms-border-radius 1033  Invalid property in CSS2.1: -o-border-radius 1034  Invalid property in CSS2.1: border-radius 1057  Optimised number: Changed "0.3px" to ".3px" 1064  Optimised font-weight: Changed "normal" to "400" 1065  Optimised number: Changed "0.3px" to ".3px" 1072  Optimised font-weight: Changed "bold" to "700" 1078  Invalid property in CSS2.1: -webkit-border-radius 1079  Invalid property in CSS2.1: -moz-border-radius 1080  Invalid property in CSS2.1: -ms-border-radius 1081  Invalid property in CSS2.1: -o-border-radius 1082  Invalid property in CSS2.1: border-radius 1087  Invalid property in CSS2.1: -webkit-border-radius 1088  Invalid property in CSS2.1: -moz-border-radius 1089  Invalid property in CSS2.1: -ms-border-radius 1090  Invalid property in CSS2.1: -o-border-radius 1091  Invalid property in CSS2.1: border-radius 1100  Invalid property in CSS2.1: text-shadow 1112  Invalid property in CSS2.1: text-shadow 1147  Invalid property in CSS2.1: -webkit-border-radius 1148  Invalid property in CSS2.1: -moz-border-radius 1149  Invalid property in CSS2.1: -ms-border-radius 1150  Invalid property in CSS2.1: -o-border-radius 1151  Invalid property in CSS2.1: border-radius 1152  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -webkit-transition 1153  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -moz-transition 1154  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -ms-transition 1155  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -o-transition 1156  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: transition 1165  Invalid property in CSS2.1: text-shadow 1179  Invalid property in CSS2.1: -webkit-border-radius 1180  Invalid property in CSS2.1: -moz-border-radius 1181  Invalid property in CSS2.1: -ms-border-radius 1182  Invalid property in CSS2.1: -o-border-radius 1183  Invalid property in CSS2.1: border-radius 1184  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -webkit-transition 1185  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -moz-transition 1186  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -ms-transition 1187  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -o-transition 1188  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: transition 1207  Invalid property in CSS2.1: -webkit-border-radius 1208  Invalid property in CSS2.1: -moz-border-radius 1209  Invalid property in CSS2.1: -ms-border-radius 1210  Invalid property in CSS2.1: -o-border-radius 1211  Invalid property in CSS2.1: border-radius 1212  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -webkit-transition 1213  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -moz-transition 1214  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -ms-transition 1215  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -o-transition 1216  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: transition 1234  Invalid property in CSS2.1: -webkit-border-radius 1235  Invalid property in CSS2.1: -moz-border-radius 1236  Invalid property in CSS2.1: -ms-border-radius 1237  Invalid property in CSS2.1: -o-border-radius 1238  Invalid property in CSS2.1: border-radius 1247  Invalid property in CSS2.1: -webkit-border-radius 1248  Invalid property in CSS2.1: -moz-border-radius 1249  Invalid property in CSS2.1: -ms-border-radius 1250  Invalid property in CSS2.1: -o-border-radius 1251  Invalid property in CSS2.1: border-radius 1261  Invalid property in CSS2.1: -webkit-border-radius 1262  Invalid property in CSS2.1: -moz-border-radius 1263  Invalid property in CSS2.1: -ms-border-radius 1264  Invalid property in CSS2.1: -o-border-radius 1265  Invalid property in CSS2.1: border-radius 1272  Invalid property in CSS2.1: -webkit-border-radius 1273  Invalid property in CSS2.1: -moz-border-radius 1274  Invalid property in CSS2.1: -ms-border-radius 1275  Invalid property in CSS2.1: -o-border-radius 1276  Invalid property in CSS2.1: border-radius 1290  Invalid property in CSS2.1: background-clip 1292  Invalid property in CSS2.1: -webkit-box-shadow 1293  Invalid property in CSS2.1: -moz-box-shadow 1294  Invalid property in CSS2.1: -ms-box-shadow 1295  Invalid property in CSS2.1: -o-box-shadow 1296  Invalid property in CSS2.1: box-shadow 1297  Invalid property in CSS2.1: -webkit-border-radius 1298  Invalid property in CSS2.1: -moz-border-radius 1299  Invalid property in CSS2.1: -ms-border-radius 1300  Invalid property in CSS2.1: -o-border-radius 1301  Invalid property in CSS2.1: border-radius 1354  Invalid property in CSS2.1: -webkit-border-radius 1355  Invalid property in CSS2.1: -moz-border-radius 1356  Invalid property in CSS2.1: -ms-border-radius 1357  Invalid property in CSS2.1: -o-border-radius 1358  Invalid property in CSS2.1: border-radius 1359  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -webkit-transition 1360  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -moz-transition 1361  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -ms-transition 1362  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -o-transition 1363  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: transition 1398  Optimised number: Changed "0.3px" to ".3px" 1435  Invalid property in CSS2.1: -webkit-border-radius 1436  Invalid property in CSS2.1: -moz-border-radius 1437  Invalid property in CSS2.1: -ms-border-radius 1438  Invalid property in CSS2.1: -o-border-radius 1439  Invalid property in CSS2.1: border-radius 1454  Optimised color: Changed "#888888" to "#888" 1473  Optimised color: Changed "#555555" to "#555" 1476  Optimised font-weight: Changed "bold" to "700" 1495  Optimised shorthand notation (padding): Changed "15px 15px" to "15px" 1500  Invalid property in CSS2.1: -webkit-box-shadow 1501  Invalid property in CSS2.1: -moz-box-shadow 1502  Invalid property in CSS2.1: -ms-box-shadow 1503  Invalid property in CSS2.1: -o-box-shadow 1504  Invalid property in CSS2.1: box-shadow 1505  Invalid property in CSS2.1: -webkit-border-radius 1506  Invalid property in CSS2.1: -moz-border-radius 1507  Invalid property in CSS2.1: -ms-border-radius 1508  Invalid property in CSS2.1: -o-border-radius 1509  Invalid property in CSS2.1: border-radius 1513  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -webkit-transition 1514  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -moz-transition 1515  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -ms-transition 1516  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -o-transition 1517  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: transition 1549  Invalid property in CSS2.1: -webkit-border-radius 1550  Invalid property in CSS2.1: -moz-border-radius 1551  Invalid property in CSS2.1: -ms-border-radius 1552  Invalid property in CSS2.1: -o-border-radius 1553  Invalid property in CSS2.1: border-radius 1557  Invalid property in CSS2.1: -webkit-border-radius 1558  Invalid property in CSS2.1: -moz-border-radius 1559  Invalid property in CSS2.1: -ms-border-radius 1560  Invalid property in CSS2.1: -o-border-radius 1561  Invalid property in CSS2.1: border-radius 1571  Invalid property in CSS2.1: border-radius 1583  Optimised number: Changed "0.3s" to ".3s"  Optimised number: Changed "0s" to "0"  Invalid property in CSS2.1: transition 1585  Invalid property in CSS2.1: -webkit-border-radius 1586  Invalid property in CSS2.1: -moz-border-radius 1587  Invalid property in CSS2.1: -ms-border-radius 1588  Invalid property in CSS2.1: -o-border-radius 1589  Invalid property in CSS2.1: border-radius 1590  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -webkit-transition 1591  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -moz-transition 1592  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -ms-transition 1593  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -o-transition 1594  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: transition 1613  Invalid property in CSS2.1: -webkit-border-radius 1614  Invalid property in CSS2.1: -moz-border-radius 1615  Invalid property in CSS2.1: -ms-border-radius 1616  Invalid property in CSS2.1: -o-border-radius 1617  Invalid property in CSS2.1: border-radius 1642  Optimised color: Changed "black" to "#000" 1650  Invalid property in CSS2.1: opacity 1656  Invalid property in CSS2.1: text-overflow 1680  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -webkit-transition 1681  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -moz-transition 1682  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -ms-transition 1683  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -o-transition 1684  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: transition 1697  Invalid property in CSS2.1: -webkit-border-radius 1698  Invalid property in CSS2.1: -moz-border-radius 1699  Invalid property in CSS2.1: -ms-border-radius 1700  Invalid property in CSS2.1: -o-border-radius 1701  Invalid property in CSS2.1: border-radius 1702  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -webkit-transition 1703  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -moz-transition 1704  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -ms-transition 1705  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -o-transition 1706  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: transition 1750  Invalid property in CSS2.1: -webkit-border-radius 1751  Invalid property in CSS2.1: -moz-border-radius 1752  Invalid property in CSS2.1: -ms-border-radius 1753  Invalid property in CSS2.1: -o-border-radius 1754  Invalid property in CSS2.1: border-radius 1755  Invalid property in CSS2.1: -webkit-box-shadow 1756  Invalid property in CSS2.1: -moz-box-shadow 1757  Invalid property in CSS2.1: -ms-box-shadow 1758  Invalid property in CSS2.1: -o-box-shadow 1759  Invalid property in CSS2.1: box-shadow 1785  Invalid property in CSS2.1: text-overflow 1798  Invalid property in CSS2.1: text-overflow 1803  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -webkit-transition 1804  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -moz-transition 1805  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -ms-transition 1806  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -o-transition 1807  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: transition 1810  Optimised color: Changed "#777777" to "#777" 1813  Invalid property in CSS2.1: text-overflow 1840  Invalid property in CSS2.1: -webkit-box-shadow 1841  Invalid property in CSS2.1: -moz-box-shadow 1842  Invalid property in CSS2.1: -ms-box-shadow 1843  Invalid property in CSS2.1: -o-box-shadow 1844  Invalid property in CSS2.1: box-shadow 1848  Invalid property in CSS2.1: background-clip 1850  Optimised color: Changed "#666666" to "#666" 1856  Invalid property in CSS2.1: -webkit-border-radius 1857  Invalid property in CSS2.1: -moz-border-radius 1858  Invalid property in CSS2.1: -ms-border-radius 1859  Invalid property in CSS2.1: -o-border-radius 1860  Invalid property in CSS2.1: border-radius 1861  Invalid property in CSS2.1: -webkit-box-shadow 1862  Invalid property in CSS2.1: -moz-box-shadow 1863  Invalid property in CSS2.1: -ms-box-shadow 1864  Invalid property in CSS2.1: -o-box-shadow 1865  Invalid property in CSS2.1: box-shadow 1870  Invalid property in CSS2.1: -webkit-box-shadow 1871  Invalid property in CSS2.1: -moz-box-shadow 1872  Invalid property in CSS2.1: -ms-box-shadow 1873  Invalid property in CSS2.1: -o-box-shadow 1874  Invalid property in CSS2.1: box-shadow 1875  Invalid property in CSS2.1: -webkit-border-radius 1876  Invalid property in CSS2.1: -moz-border-radius 1877  Invalid property in CSS2.1: -ms-border-radius 1878  Invalid property in CSS2.1: -o-border-radius 1879  Invalid property in CSS2.1: border-radius 1889  Invalid property in CSS2.1: -webkit-border-radius 1890  Invalid property in CSS2.1: -moz-border-radius 1891  Invalid property in CSS2.1: -ms-border-radius 1892  Invalid property in CSS2.1: -o-border-radius 1893  Invalid property in CSS2.1: border-radius 1894  Invalid property in CSS2.1: -webkit-box-shadow 1895  Invalid property in CSS2.1: -moz-box-shadow 1896  Invalid property in CSS2.1: -ms-box-shadow 1897  Invalid property in CSS2.1: -o-box-shadow 1898  Invalid property in CSS2.1: box-shadow 1931  Invalid property in CSS2.1: -webkit-border-radius 1932  Invalid property in CSS2.1: -moz-border-radius 1933  Invalid property in CSS2.1: -ms-border-radius 1934  Invalid property in CSS2.1: -o-border-radius 1935  Invalid property in CSS2.1: border-radius 1945  Optimised shorthand notation (padding): Changed "2px 20px 3px 20px" to "2px 20px 3px" 1949  Invalid property in CSS2.1: -webkit-border-radius 1950  Invalid property in CSS2.1: -moz-border-radius 1951  Invalid property in CSS2.1: -ms-border-radius 1952  Invalid property in CSS2.1: -o-border-radius 1953  Invalid property in CSS2.1: border-radius 1954  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -webkit-transition 1955  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -moz-transition 1956  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -ms-transition 1957  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -o-transition 1958  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: transition 1989  Optimised font-weight: Changed "bold" to "700" 2007  Invalid property in CSS2.1: -webkit-border-radius 2008  Invalid property in CSS2.1: -moz-border-radius 2009  Invalid property in CSS2.1: -ms-border-radius 2010  Invalid property in CSS2.1: -o-border-radius 2011  Invalid property in CSS2.1: border-radius 2033  Invalid property in CSS2.1: -webkit-border-radius 2034  Invalid property in CSS2.1: -moz-border-radius 2035  Invalid property in CSS2.1: -ms-border-radius 2036  Invalid property in CSS2.1: -o-border-radius 2037  Invalid property in CSS2.1: border-radius 2082  Invalid property in CSS2.1: text-overflow 2102  Invalid property in CSS2.1: -webkit-box-shadow 2103  Invalid property in CSS2.1: -moz-box-shadow 2104  Invalid property in CSS2.1: -ms-box-shadow 2105  Invalid property in CSS2.1: -o-box-shadow 2106  Invalid property in CSS2.1: box-shadow 2107  Invalid property in CSS2.1: -webkit-border-radius 2108  Invalid property in CSS2.1: -moz-border-radius 2109  Invalid property in CSS2.1: -ms-border-radius 2110  Invalid property in CSS2.1: -o-border-radius 2111  Invalid property in CSS2.1: border-radius 2119  Invalid property in CSS2.1: text-overflow 2125  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -webkit-transition 2126  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -moz-transition 2127  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -ms-transition 2128  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -o-transition 2129  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: transition 2134  Optimised color: Changed "#888888" to "#888" 2149  Invalid property in CSS2.1: -webkit-border-radius 2150  Invalid property in CSS2.1: -moz-border-radius 2151  Invalid property in CSS2.1: -ms-border-radius 2152  Invalid property in CSS2.1: -o-border-radius 2153  Invalid property in CSS2.1: border-radius 2159  Invalid property in CSS2.1: -webkit-border-radius 2160  Invalid property in CSS2.1: -moz-border-radius 2161  Invalid property in CSS2.1: -ms-border-radius 2162  Invalid property in CSS2.1: -o-border-radius 2163  Invalid property in CSS2.1: border-radius 2175  Optimised number: Changed "-moz-linear-gradient(left,rgba(244,244,244,0)" to "0"  Optimised number: Changed "0%," to "0"  Optimised number: Changed "100%)" to "100%" 2178  Optimised number: Changed "-webkit-gradient(linear,lefttop,righttop,color-stop(0%,rgba(244,244,244,0))," to "0" 2181  Optimised number: Changed "-webkit-linear-gradient(left,rgba(244,244,244,0)" to "0"  Optimised number: Changed "0%," to "0"  Optimised number: Changed "100%)" to "100%" 2184  Optimised number: Changed "-o-linear-gradient(left,rgba(244,244,244,0)" to "0"  Optimised number: Changed "0%," to "0"  Optimised number: Changed "100%)" to "100%" 2187  Optimised number: Changed "-ms-linear-gradient(left,rgba(244,244,244,0)" to "0"  Optimised number: Changed "0%," to "0"  Optimised number: Changed "100%)" to "100%" 2190  Optimised number: Changed "0%," to "0"  Optimised number: Changed "100%)" to "100%" 2193  Invalid property in CSS2.1: filter 2209  Invalid property in CSS2.1: opacity 2210  Invalid property in CSS2.1: -webkit-border-radius 2211  Invalid property in CSS2.1: -moz-border-radius 2212  Invalid property in CSS2.1: -ms-border-radius 2213  Invalid property in CSS2.1: -o-border-radius 2214  Invalid property in CSS2.1: border-radius 2215  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -webkit-transition 2216  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -moz-transition 2217  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -ms-transition 2218  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -o-transition 2219  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: transition 2226  Invalid property in CSS2.1: opacity 2234  Invalid property in CSS2.1: -webkit-border-radius 2235  Invalid property in CSS2.1: -moz-border-radius 2236  Invalid property in CSS2.1: -ms-border-radius 2237  Invalid property in CSS2.1: -o-border-radius 2238  Invalid property in CSS2.1: border-radius 2251  Invalid property in CSS2.1: text-overflow 2257  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -webkit-transition 2258  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -moz-transition 2259  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -ms-transition 2260  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -o-transition 2261  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: transition 2286  Optimised color: Changed "#FFFFFF" to "#FFF" 2292  Optimised color: Changed "#FFFFFF" to "#FFF" 2326  Invalid property in CSS2.1: background-clip 2334  Invalid property in CSS2.1: -webkit-border-radius 2335  Invalid property in CSS2.1: -moz-border-radius 2336  Invalid property in CSS2.1: -ms-border-radius 2337  Invalid property in CSS2.1: -o-border-radius 2338  Invalid property in CSS2.1: border-radius 2339  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -webkit-transition 2340  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -moz-transition 2341  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -ms-transition 2342  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -o-transition 2343  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: transition 2356  Optimised number: Changed "0.4s" to ".4s"  Optimised number: Changed "0s" to "0"  Invalid property in CSS2.1: transition 2358  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -webkit-transition 2359  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -moz-transition 2360  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -ms-transition 2361  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -o-transition 2362  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: transition 2365  Optimised color: Changed "#000000" to "#000" 2375  Optimised number: Changed "0px" to "0" 2412  Invalid property in CSS2.1: -webkit-border-radius 2413  Invalid property in CSS2.1: -moz-border-radius 2414  Invalid property in CSS2.1: -ms-border-radius 2415  Invalid property in CSS2.1: -o-border-radius 2416  Invalid property in CSS2.1: border-radius 2433  Optimised color: Changed "#eeeeee" to "#eee" 2446  Optimised color: Changed "#eeeeee" to "#eee" 2454  Invalid property in CSS2.1: -webkit-border-radius 2455  Invalid property in CSS2.1: -moz-border-radius 2456  Invalid property in CSS2.1: -ms-border-radius 2457  Invalid property in CSS2.1: -o-border-radius 2458  Invalid property in CSS2.1: border-radius 2467  Optimised color: Changed "#555555" to "#555" 2473  Optimised color: Changed "#666666" to "#666" 2477  Optimised number: Changed "0px" to "0" 2496  Invalid property in CSS2.1: -webkit-border-radius 2497  Invalid property in CSS2.1: -moz-border-radius 2498  Invalid property in CSS2.1: -ms-border-radius 2499  Invalid property in CSS2.1: -o-border-radius 2500  Invalid property in CSS2.1: border-radius 2531  Invalid property in CSS2.1: -webkit-border-radius 2532  Invalid property in CSS2.1: -moz-border-radius 2533  Invalid property in CSS2.1: -ms-border-radius 2534  Invalid property in CSS2.1: -o-border-radius 2535  Invalid property in CSS2.1: border-radius 2560  Invalid property in CSS2.1: -webkit-border-radius 2561  Invalid property in CSS2.1: -moz-border-radius 2562  Invalid property in CSS2.1: -ms-border-radius 2563  Invalid property in CSS2.1: -o-border-radius 2564  Invalid property in CSS2.1: border-radius 2568  Optimised color: Changed "#eeeeee" to "#eee" 2611  Invalid property in CSS2.1: -webkit-border-radius 2612  Invalid property in CSS2.1: -moz-border-radius 2613  Invalid property in CSS2.1: -ms-border-radius 2614  Invalid property in CSS2.1: -o-border-radius 2615  Invalid property in CSS2.1: border-radius 2622  Invalid property in CSS2.1: -webkit-border-radius 2623  Invalid property in CSS2.1: -moz-border-radius 2624  Invalid property in CSS2.1: -ms-border-radius 2625  Invalid property in CSS2.1: -o-border-radius 2626  Invalid property in CSS2.1: border-radius 2629  Invalid property in CSS2.1: -webkit-transform 2630  Invalid property in CSS2.1: -moz-transform 2631  Invalid property in CSS2.1: -ms-transform 2632  Invalid property in CSS2.1: -o-transform 2633  Invalid property in CSS2.1: transform 2634  Invalid property in CSS2.1: -webkit-transition 2635  Invalid property in CSS2.1: -moz-transition 2636  Invalid property in CSS2.1: -ms-transition 2637  Invalid property in CSS2.1: -o-transition 2638  Invalid property in CSS2.1: transition 2642  Optimised number: Changed "0.4s" to ".4s"  Optimised number: Changed "0s" to "0"  Invalid property in CSS2.1: -webkit-transition 2643  Optimised number: Changed "0.4s" to ".4s"  Optimised number: Changed "0s" to "0"  Invalid property in CSS2.1: -moz-transition 2644  Optimised number: Changed "0.4s" to ".4s"  Optimised number: Changed "0s" to "0"  Invalid property in CSS2.1: -ms-transition 2645  Optimised number: Changed "0.4s" to ".4s"  Optimised number: Changed "0s" to "0"  Invalid property in CSS2.1: -o-transition 2646  Optimised number: Changed "0.4s" to ".4s"  Optimised number: Changed "0s" to "0"  Invalid property in CSS2.1: transition 2654  Invalid property in CSS2.1: text-overflow 2693  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -webkit-transition 2694  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -moz-transition 2695  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -ms-transition 2696  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -o-transition 2697  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: transition 2698  Invalid property in CSS2.1: -webkit-border-radius 2699  Invalid property in CSS2.1: -moz-border-radius 2700  Invalid property in CSS2.1: -ms-border-radius 2701  Invalid property in CSS2.1: -o-border-radius 2702  Invalid property in CSS2.1: border-radius 2712  Invalid property in CSS2.1: opacity 2714  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -webkit-transition 2715  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -moz-transition 2716  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -ms-transition 2717  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -o-transition 2718  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: transition 2731  Optimised color: Changed "#FFFFFF" to "#FFF" 2735  Invalid property in CSS2.1: text-overflow 2752  Optimised color: Changed "#FFFFFF" to "#FFF" 2782  Optimised color: Changed "#FFFFFF" to "#FFF" 2806  Optimised color: Changed "#ffffff" to "#fff" 2813  Invalid property in CSS2.1: -webkit-border-radius 2814  Invalid property in CSS2.1: -moz-border-radius 2815  Invalid property in CSS2.1: -ms-border-radius 2816  Invalid property in CSS2.1: -o-border-radius 2817  Invalid property in CSS2.1: border-radius 2818  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -webkit-transition 2819  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -moz-transition 2820  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -ms-transition 2821  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -o-transition 2822  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: transition 2835  Invalid property in CSS2.1: -webkit-border-radius 2836  Invalid property in CSS2.1: -moz-border-radius 2837  Invalid property in CSS2.1: -ms-border-radius 2838  Invalid property in CSS2.1: -o-border-radius 2839  Invalid property in CSS2.1: border-radius 2848  Invalid property in CSS2.1: -webkit-border-radius 2849  Invalid property in CSS2.1: -moz-border-radius 2850  Invalid property in CSS2.1: -ms-border-radius 2851  Invalid property in CSS2.1: -o-border-radius 2852  Invalid property in CSS2.1: border-radius 2856  Optimised font-weight: Changed "bold" to "700" 2864  Optimised color: Changed "#FFFFFF" to "#FFF" 2912  Optimised number: Changed "0.3px" to ".3px" 2925  Optimised color: Changed "#555555" to "#555" 2935  Optimised color: Changed "#666666" to "#666" 2951  Optimised color: Changed "#FFFFFF" to "#FFF" 2964  Invalid property in CSS2.1: -webkit-border-radius 2965  Invalid property in CSS2.1: -moz-border-radius 2966  Invalid property in CSS2.1: -ms-border-radius 2967  Invalid property in CSS2.1: -o-border-radius 2968  Invalid property in CSS2.1: border-radius 3021  Invalid property in CSS2.1: -webkit-border-radius 3022  Invalid property in CSS2.1: -moz-border-radius 3023  Invalid property in CSS2.1: -ms-border-radius 3024  Invalid property in CSS2.1: -o-border-radius 3025  Invalid property in CSS2.1: border-radius 3028  Optimised color: Changed "rgb(248,248,248)" to "#f8f8f8" 3031  Optimised number: Changed "-moz-linear-gradient(top,rgba(248,248,248,1)" to "0"  Optimised number: Changed "0%," to "0"  Optimised number: Changed "100%)" to "100%" 3034  Optimised number: Changed "-webkit-gradient(linear,lefttop,leftbottom,color-stop(0%,rgba(248,248,248,1))," to "0" 3037  Optimised number: Changed "-webkit-linear-gradient(top,rgba(248,248,248,1)" to "0"  Optimised number: Changed "0%," to "0"  Optimised number: Changed "100%)" to "100%" 3040  Optimised number: Changed "-o-linear-gradient(top,rgba(248,248,248,1)" to "0"  Optimised number: Changed "0%," to "0"  Optimised number: Changed "100%)" to "100%" 3043  Optimised number: Changed "-ms-linear-gradient(top,rgba(248,248,248,1)" to "0"  Optimised number: Changed "0%," to "0"  Optimised number: Changed "100%)" to "100%" 3046  Optimised number: Changed "0%," to "0"  Optimised number: Changed "100%)" to "100%" 3049  Invalid property in CSS2.1: filter 3062  Invalid property in CSS2.1: overflow-y 3066  Optimised color: Changed "rgb(248,248,248)" to "#f8f8f8" 3069  Optimised number: Changed "-moz-linear-gradient(top,rgba(248,248,248,1)" to "0"  Optimised number: Changed "0%," to "0"  Optimised number: Changed "100%)" to "100%" 3072  Optimised number: Changed "-webkit-gradient(linear,lefttop,leftbottom,color-stop(0%,rgba(248,248,248,1))," to "0" 3075  Optimised number: Changed "-webkit-linear-gradient(top,rgba(248,248,248,1)" to "0"  Optimised number: Changed "0%," to "0"  Optimised number: Changed "100%)" to "100%" 3078  Optimised number: Changed "-o-linear-gradient(top,rgba(248,248,248,1)" to "0"  Optimised number: Changed "0%," to "0"  Optimised number: Changed "100%)" to "100%" 3081  Optimised number: Changed "-ms-linear-gradient(top,rgba(248,248,248,1)" to "0"  Optimised number: Changed "0%," to "0"  Optimised number: Changed "100%)" to "100%" 3084  Optimised number: Changed "0%," to "0"  Optimised number: Changed "100%)" to "100%" 3087  Invalid property in CSS2.1: filter 3102  Invalid property in CSS2.1: -webkit-border-radius 3103  Invalid property in CSS2.1: -moz-border-radius 3104  Invalid property in CSS2.1: -ms-border-radius 3105  Invalid property in CSS2.1: -o-border-radius 3106  Invalid property in CSS2.1: border-radius 3159  Invalid property in CSS2.1: -webkit-border-radius 3160  Invalid property in CSS2.1: -moz-border-radius 3161  Invalid property in CSS2.1: -ms-border-radius 3162  Invalid property in CSS2.1: -o-border-radius 3163  Invalid property in CSS2.1: border-radius 3176  Invalid property in CSS2.1: text-overflow 3183  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -webkit-transition 3184  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -moz-transition 3185  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -ms-transition 3186  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -o-transition 3187  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: transition 3190  Optimised color: Changed "#999999" to "#999" 3193  Optimised number: Changed "0px" to "0" 3197  Optimised shorthand notation (margin): Changed "0 auto 0" to "0 auto" 3204  Optimised color: Changed "rgb(246,245,245)" to "#f6f5f5" 3207  Optimised number: Changed "-moz-linear-gradient(top,rgba(246,245,245,1)" to "0"  Optimised number: Changed "0%," to "0"  Optimised number: Changed "100%)" to "100%" 3210  Optimised number: Changed "-webkit-gradient(linear,lefttop,leftbottom,color-stop(0%,rgba(246,245,245,1))," to "0" 3213  Optimised number: Changed "-webkit-linear-gradient(top,rgba(246,245,245,1)" to "0"  Optimised number: Changed "0%," to "0"  Optimised number: Changed "100%)" to "100%" 3216  Optimised number: Changed "-o-linear-gradient(top,rgba(246,245,245,1)" to "0"  Optimised number: Changed "0%," to "0"  Optimised number: Changed "100%)" to "100%" 3219  Optimised number: Changed "-ms-linear-gradient(top,rgba(246,245,245,1)" to "0"  Optimised number: Changed "0%," to "0"  Optimised number: Changed "100%)" to "100%" 3222  Optimised number: Changed "0%," to "0"  Optimised number: Changed "100%)" to "100%" 3225  Invalid property in CSS2.1: filter 3229  Optimised color: Changed "#ffffff" to "#fff"  3237  Optimised number: Changed "0.3px" to ".3px" 3264  Invalid property in CSS2.1: box-shadow 3268  Optimised font-weight: Changed "bold" to "700" 3279  Invalid property in CSS2.1: -webkit-border-radius 3280  Invalid property in CSS2.1: -moz-border-radius 3281  Invalid property in CSS2.1: -ms-border-radius 3282  Invalid property in CSS2.1: -o-border-radius 3283  Invalid property in CSS2.1: border-radius 3314  Invalid property in CSS2.1: -webkit-border-radius 3315  Invalid property in CSS2.1: -moz-border-radius 3316  Invalid property in CSS2.1: -ms-border-radius 3317  Invalid property in CSS2.1: -o-border-radius 3318  Invalid property in CSS2.1: border-radius 3319  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -webkit-transition 3320  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -moz-transition 3321  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -ms-transition 3322  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -o-transition 3323  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: transition 3327  Invalid property in CSS2.1: opacity 3360  Optimised number: Changed "0.3px" to ".3px" 3369  Invalid property in CSS2.1: -webkit-border-radius 3370  Invalid property in CSS2.1: -moz-border-radius 3371  Invalid property in CSS2.1: -ms-border-radius 3372  Invalid property in CSS2.1: -o-border-radius 3373  Invalid property in CSS2.1: border-radius 3379  Invalid property in CSS2.1: box-shadow 3427  Invalid property in CSS2.1: -webkit-border-radius 3428  Invalid property in CSS2.1: -moz-border-radius 3429  Invalid property in CSS2.1: -ms-border-radius 3430  Invalid property in CSS2.1: -o-border-radius 3431  Invalid property in CSS2.1: border-radius 3454  Invalid property in CSS2.1: -webkit-border-radius 3455  Invalid property in CSS2.1: -moz-border-radius 3456  Invalid property in CSS2.1: -ms-border-radius 3457  Invalid property in CSS2.1: -o-border-radius 3458  Invalid property in CSS2.1: border-radius 3465  Invalid property in CSS2.1: opacity 3469  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -webkit-transition 3470  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -moz-transition 3471  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -ms-transition 3472  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -o-transition 3473  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: transition 3476  Invalid property in CSS2.1: opacity 3479  Optimised color: Changed "#FFFFFF" to "#FFF" 3484  Invalid property in CSS2.1: opacity 3490  Invalid property in CSS2.1: -webkit-border-radius 3491  Invalid property in CSS2.1: -moz-border-radius 3492  Invalid property in CSS2.1: -ms-border-radius 3493  Invalid property in CSS2.1: -o-border-radius 3494  Invalid property in CSS2.1: border-radius 3495  Invalid property in CSS2.1: -webkit-transform 3496  Invalid property in CSS2.1: -moz-transform 3497  Invalid property in CSS2.1: -ms-transform 3498  Invalid property in CSS2.1: -o-transform 3499  Invalid property in CSS2.1: transform 3500  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -webkit-transition 3501  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -moz-transition 3502  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -ms-transition 3503  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -o-transition 3504  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: transition 3510  Invalid property in CSS2.1: opacity 3511  Invalid property in CSS2.1: -webkit-transform 3512  Invalid property in CSS2.1: -moz-transform 3513  Invalid property in CSS2.1: -ms-transform 3514  Invalid property in CSS2.1: -o-transform 3515  Invalid property in CSS2.1: transform 3523  Invalid property in CSS2.1: -webkit-border-radius 3524  Invalid property in CSS2.1: -moz-border-radius 3525  Invalid property in CSS2.1: -ms-border-radius 3526  Invalid property in CSS2.1: -o-border-radius 3527  Invalid property in CSS2.1: border-radius 3537  Invalid property in CSS2.1: -webkit-border-radius 3538  Invalid property in CSS2.1: -moz-border-radius 3539  Invalid property in CSS2.1: -ms-border-radius 3540  Invalid property in CSS2.1: -o-border-radius 3541  Invalid property in CSS2.1: border-radius 3549  Invalid property in CSS2.1: text-overflow 3554  Optimised color: Changed "#555555" to "#555" 3555  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -webkit-transition 3556  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -moz-transition 3557  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -ms-transition 3558  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -o-transition 3559  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: transition 3576  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -webkit-transition 3577  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -moz-transition 3578  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -ms-transition 3579  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -o-transition 3580  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: transition 3613  Invalid property in CSS2.1: -webkit-border-radius 3614  Invalid property in CSS2.1: -moz-border-radius 3615  Invalid property in CSS2.1: -ms-border-radius 3616  Invalid property in CSS2.1: -o-border-radius 3617  Invalid property in CSS2.1: border-radius 3618  Invalid property in CSS2.1: -webkit-box-shadow 3619  Invalid property in CSS2.1: -moz-box-shadow 3620  Invalid property in CSS2.1: -ms-box-shadow 3621  Invalid property in CSS2.1: -o-box-shadow 3622  Invalid property in CSS2.1: box-shadow 3627  Invalid property in CSS2.1: -webkit-border-radius 3628  Invalid property in CSS2.1: -moz-border-radius 3629  Invalid property in CSS2.1: -ms-border-radius 3630  Invalid property in CSS2.1: -o-border-radius 3631  Invalid property in CSS2.1: border-radius 3647  Invalid property in CSS2.1: text-overflow 3649  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -webkit-transition 3650  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -moz-transition 3651  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -ms-transition 3652  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -o-transition 3653  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: transition 3686  Optimised number: Changed "0.6s" to ".6s"  Invalid property in CSS2.1: -webkit-transition 3687  Optimised number: Changed "0.6s" to ".6s"  Invalid property in CSS2.1: -moz-transition 3688  Optimised number: Changed "0.6s" to ".6s"  Invalid property in CSS2.1: -ms-transition 3689  Optimised number: Changed "0.6s" to ".6s"  Invalid property in CSS2.1: -o-transition 3690  Optimised number: Changed "0.6s" to ".6s"  Invalid property in CSS2.1: transition 3707  Invalid property in CSS2.1: -webkit-border-radius 3708  Invalid property in CSS2.1: -moz-border-radius 3709  Invalid property in CSS2.1: -ms-border-radius 3710  Invalid property in CSS2.1: -o-border-radius 3711  Invalid property in CSS2.1: border-radius 3715  Invalid property in CSS2.1: background-clip 3718  Invalid property in CSS2.1: -webkit-box-shadow 3719  Invalid property in CSS2.1: -moz-box-shadow 3720  Invalid property in CSS2.1: -ms-box-shadow 3721  Invalid property in CSS2.1: -o-box-shadow 3722  Invalid property in CSS2.1: box-shadow 3728  Invalid property in CSS2.1: -webkit-box-shadow 3729  Invalid property in CSS2.1: -moz-box-shadow 3730  Invalid property in CSS2.1: -ms-box-shadow 3731  Invalid property in CSS2.1: -o-box-shadow 3732  Invalid property in CSS2.1: box-shadow 3785  Invalid property in CSS2.1: -webkit-border-radius 3786  Invalid property in CSS2.1: -moz-border-radius 3787  Invalid property in CSS2.1: -ms-border-radius 3788  Invalid property in CSS2.1: -o-border-radius 3789  Invalid property in CSS2.1: border-radius 3795  Invalid property in CSS2.1: -webkit-border-radius 3796  Invalid property in CSS2.1: -moz-border-radius 3797  Invalid property in CSS2.1: -ms-border-radius 3798  Invalid property in CSS2.1: -o-border-radius 3799  Invalid property in CSS2.1: border-radius 3809  Optimised color: Changed "#999999" to "#999" 3827  Invalid property in CSS2.1: -webkit-box-shadow 3828  Invalid property in CSS2.1: -moz-box-shadow 3829  Invalid property in CSS2.1: -ms-box-shadow 3830  Invalid property in CSS2.1: -o-box-shadow 3831  Invalid property in CSS2.1: box-shadow 3832  Invalid property in CSS2.1: -webkit-border-radius 3833  Invalid property in CSS2.1: -moz-border-radius 3834  Invalid property in CSS2.1: -ms-border-radius 3835  Invalid property in CSS2.1: -o-border-radius 3836  Invalid property in CSS2.1: border-radius 3847  Optimised number: Changed "0px" to "0" 3848  Invalid property in CSS2.1: -webkit-border-radius 3849  Invalid property in CSS2.1: -moz-border-radius 3850  Invalid property in CSS2.1: -ms-border-radius 3851  Invalid property in CSS2.1: -o-border-radius 3852  Invalid property in CSS2.1: border-radius 3855  Optimised color: Changed "#FFFFFF" to "#FFF" 3860  Invalid property in CSS2.1: -webkit-transform 3861  Invalid property in CSS2.1: -moz-transform 3862  Invalid property in CSS2.1: -ms-transform 3863  Invalid property in CSS2.1: -o-transform 3864  Invalid property in CSS2.1: transform 3874  Invalid property in CSS2.1: -webkit-border-radius 3875  Invalid property in CSS2.1: -moz-border-radius 3876  Invalid property in CSS2.1: -ms-border-radius 3877  Invalid property in CSS2.1: -o-border-radius 3878  Invalid property in CSS2.1: border-radius 3881  Optimised color: Changed "#555555" to "#555" 3887  Invalid property in CSS2.1: text-overflow 3893  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -webkit-transition 3894  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -moz-transition 3895  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -ms-transition 3896  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -o-transition 3897  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: transition 3921  Optimised number: Changed "0px" to "0"  Optimised shorthand notation (padding): Changed "0 0" to "0" 3929  Invalid property in CSS2.1: -webkit-border-radius 3930  Invalid property in CSS2.1: -moz-border-radius 3931  Invalid property in CSS2.1: -ms-border-radius 3932  Invalid property in CSS2.1: -o-border-radius 3933  Invalid property in CSS2.1: border-radius 3944  Optimised number: Changed "0px" to "0" 3950  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -webkit-transition 3951  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -moz-transition 3952  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -ms-transition 3953  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -o-transition 3954  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: transition 3960  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -webkit-transition 3961  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -moz-transition 3962  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -ms-transition 3963  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -o-transition 3964  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: transition 3994  Optimised number: Changed "0px" to "0" 4003  Invalid property in CSS2.1: opacity 4005  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -webkit-transition 4006  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -moz-transition 4007  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -ms-transition 4008  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -o-transition 4009  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: transition 4013  Invalid property in CSS2.1: opacity 4018  Optimised number: Changed "0px" to "0" 4025  Optimised number: Changed "0px" to "0" 4026  Optimised number: Changed "0px" to "0" 4039  Invalid property in CSS2.1: -webkit-border-radius 4040  Invalid property in CSS2.1: -moz-border-radius 4041  Invalid property in CSS2.1: -ms-border-radius 4042  Invalid property in CSS2.1: -o-border-radius 4043  Invalid property in CSS2.1: border-radius 4073  Optimised color: Changed "#555555" to "#555" 4075  Invalid property in CSS2.1: -webkit-border-radius 4076  Invalid property in CSS2.1: -moz-border-radius 4077  Invalid property in CSS2.1: -ms-border-radius 4078  Invalid property in CSS2.1: -o-border-radius 4079  Invalid property in CSS2.1: border-radius 4080  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -webkit-transition 4081  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -moz-transition 4082  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -ms-transition 4083  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -o-transition 4084  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: transition 4087  Optimised color: Changed "#555555" to "#555" 4104  Optimised color: Changed "#000000" to "#000" 4142  Optimised color: Changed "#000000" to "#000" 4197  Invalid property in CSS2.1: -webkit-border-radius 4198  Invalid property in CSS2.1: -moz-border-radius 4199  Invalid property in CSS2.1: -ms-border-radius 4200  Invalid property in CSS2.1: -o-border-radius 4201  Invalid property in CSS2.1: border-radius 4202  Optimised number: Changed "0.2s" to ".2s"  Invalid property in CSS2.1: -webkit-transition 4203  Optimised number: Changed "0.2s" to ".2s"  Invalid property in CSS2.1: -moz-transition 4204  Optimised number: Changed "0.2s" to ".2s"  Invalid property in CSS2.1: -ms-transition 4205  Optimised number: Changed "0.2s" to ".2s"  Invalid property in CSS2.1: -o-transition 4206  Optimised number: Changed "0.2s" to ".2s"  Invalid property in CSS2.1: transition 4212  Optimised color: Changed "#FFFFFF" to "#FFF" 4249  Invalid property in CSS2.1: -webkit-border-radius 4250  Invalid property in CSS2.1: -moz-border-radius 4251  Invalid property in CSS2.1: -ms-border-radius 4252  Invalid property in CSS2.1: -o-border-radius 4253  Invalid property in CSS2.1: border-radius 4254  Optimised number: Changed "0.2s" to ".2s"  Invalid property in CSS2.1: -webkit-transition 4255  Optimised number: Changed "0.2s" to ".2s"  Invalid property in CSS2.1: -moz-transition 4256  Optimised number: Changed "0.2s" to ".2s"  Invalid property in CSS2.1: -ms-transition 4257  Optimised number: Changed "0.2s" to ".2s"  Invalid property in CSS2.1: -o-transition 4258  Optimised number: Changed "0.2s" to ".2s"  Invalid property in CSS2.1: transition 4262  Optimised color: Changed "#F00" to "red" 4298  Invalid property in CSS2.1: -webkit-border-radius 4299  Invalid property in CSS2.1: -moz-border-radius 4300  Invalid property in CSS2.1: -ms-border-radius 4301  Invalid property in CSS2.1: -o-border-radius 4302  Invalid property in CSS2.1: border-radius 4311  Optimised color: Changed "#FFFFFF" to "#FFF" 4342  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -webkit-transition 4343  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -moz-transition 4344  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -ms-transition 4345  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -o-transition 4346  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: transition 4349  Invalid property in CSS2.1: opacity 4350  Invalid property in CSS2.1: -webkit-transform 4351  Invalid property in CSS2.1: -moz-transform 4352  Invalid property in CSS2.1: -ms-transform 4353  Invalid property in CSS2.1: -o-transform 4354  Invalid property in CSS2.1: transform 4361  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -webkit-transition 4362  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -moz-transition 4363  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -ms-transition 4364  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -o-transition 4365  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: transition 4376  Invalid property in CSS2.1: border-radius 4418  Optimised color: Changed "#FFFFFF" to "#FFF" 4455  Optimised color: Changed "#555555" to "#555" 4475  Optimised color: Changed "#666666" to "#666" 4482  Invalid property in CSS2.1: -webkit-border-radius 4483  Invalid property in CSS2.1: -moz-border-radius 4484  Invalid property in CSS2.1: -ms-border-radius 4485  Invalid property in CSS2.1: -o-border-radius 4486  Invalid property in CSS2.1: border-radius 4487  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -webkit-transition 4488  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -moz-transition 4489  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -ms-transition 4490  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -o-transition 4491  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: transition 4504  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -webkit-transition 4505  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -moz-transition 4506  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -ms-transition 4507  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -o-transition 4508  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: transition 4520  Invalid property in CSS2.1: -webkit-border-radius 4521  Invalid property in CSS2.1: -moz-border-radius 4522  Invalid property in CSS2.1: -ms-border-radius 4523  Invalid property in CSS2.1: -o-border-radius 4524  Invalid property in CSS2.1: border-radius 4534  Invalid property in CSS2.1: -webkit-border-radius 4535  Invalid property in CSS2.1: -moz-border-radius 4536  Invalid property in CSS2.1: -ms-border-radius 4537  Invalid property in CSS2.1: -o-border-radius 4538  Invalid property in CSS2.1: border-radius 4549  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -webkit-transition 4550  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -moz-transition 4551  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -ms-transition 4552  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -o-transition 4553  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: transition 4566  Optimised color: Changed "#FFFFFF" to "#FFF" 4575  Invalid property in CSS2.1: opacity 4579  Invalid property in CSS2.1: -webkit-border-radius 4580  Invalid property in CSS2.1: -moz-border-radius 4581  Invalid property in CSS2.1: -ms-border-radius 4582  Invalid property in CSS2.1: -o-border-radius 4583  Invalid property in CSS2.1: border-radius 4584  Invalid property in CSS2.1: -webkit-transform 4585  Invalid property in CSS2.1: -moz-transform 4586  Invalid property in CSS2.1: -ms-transform 4587  Invalid property in CSS2.1: -o-transform 4588  Invalid property in CSS2.1: transform 4589  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -webkit-transition 4590  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -moz-transition 4591  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -ms-transition 4592  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -o-transition 4593  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: transition 4599  Invalid property in CSS2.1: opacity 4600  Invalid property in CSS2.1: -webkit-transform 4601  Invalid property in CSS2.1: -moz-transform 4602  Invalid property in CSS2.1: -ms-transform 4603  Invalid property in CSS2.1: -o-transform 4604  Invalid property in CSS2.1: transform 4632  Invalid property in CSS2.1: -webkit-border-radius 4633  Invalid property in CSS2.1: -moz-border-radius 4634  Invalid property in CSS2.1: -ms-border-radius 4635  Invalid property in CSS2.1: -o-border-radius 4636  Invalid property in CSS2.1: border-radius 4659  Optimised color: Changed "#999999" to "#999" 4681  Optimised color: Changed "#FFFFFF" to "#FFF" 4688  Invalid property in CSS2.1: -webkit-border-radius 4689  Invalid property in CSS2.1: -moz-border-radius 4690  Invalid property in CSS2.1: -ms-border-radius 4691  Invalid property in CSS2.1: -o-border-radius 4692  Invalid property in CSS2.1: border-radius 4701  Invalid property in CSS2.1: -webkit-border-radius 4702  Invalid property in CSS2.1: -moz-border-radius 4703  Invalid property in CSS2.1: -ms-border-radius 4704  Invalid property in CSS2.1: -o-border-radius 4705  Invalid property in CSS2.1: border-radius 4711  Invalid property in CSS2.1: -webkit-border-radius 4712  Invalid property in CSS2.1: -moz-border-radius 4713  Invalid property in CSS2.1: -ms-border-radius 4714  Invalid property in CSS2.1: -o-border-radius 4715  Invalid property in CSS2.1: border-radius 4728  Invalid property in CSS2.1: border-radius 4783  Invalid property in CSS2.1: -webkit-border-radius 4784  Invalid property in CSS2.1: -moz-border-radius 4785  Invalid property in CSS2.1: -ms-border-radius 4786  Invalid property in CSS2.1: -o-border-radius 4787  Invalid property in CSS2.1: border-radius 4812  Invalid property in CSS2.1: opacity 4816  Invalid property in CSS2.1: -webkit-border-radius 4817  Invalid property in CSS2.1: -moz-border-radius 4818  Invalid property in CSS2.1: -ms-border-radius 4819  Invalid property in CSS2.1: -o-border-radius 4820  Invalid property in CSS2.1: border-radius 4821  Invalid property in CSS2.1: -webkit-transform 4822  Invalid property in CSS2.1: -moz-transform 4823  Invalid property in CSS2.1: -ms-transform 4824  Invalid property in CSS2.1: -o-transform 4825  Invalid property in CSS2.1: transform 4826  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -webkit-transition 4827  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -moz-transition 4828  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -ms-transition 4829  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -o-transition 4830  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: transition 4833  Invalid property in CSS2.1: -webkit-transform 4834  Invalid property in CSS2.1: -moz-transform 4835  Invalid property in CSS2.1: -ms-transform 4836  Invalid property in CSS2.1: -o-transform 4837  Invalid property in CSS2.1: transform 4841  Optimised color: Changed "#FFFFFF" to "#FFF" 4842  Invalid property in CSS2.1: -webkit-border-radius 4843  Invalid property in CSS2.1: -moz-border-radius 4844  Invalid property in CSS2.1: -ms-border-radius 4845  Invalid property in CSS2.1: -o-border-radius 4846  Invalid property in CSS2.1: border-radius 4847  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -webkit-transition 4848  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -moz-transition 4849  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -ms-transition 4850  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -o-transition 4851  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: transition 4854  Invalid property in CSS2.1: -webkit-transform 4855  Invalid property in CSS2.1: -moz-transform 4856  Invalid property in CSS2.1: -ms-transform 4857  Invalid property in CSS2.1: -o-transform 4858  Invalid property in CSS2.1: transform 4875  Optimised color: Changed "#FFFFFF" to "#FFF" 4884  Optimised color: Changed "#FFFFFF" to "#FFF" 4893  Invalid property in CSS2.1: opacity 4895  Invalid property in CSS2.1: -webkit-transform 4896  Invalid property in CSS2.1: -moz-transform 4897  Invalid property in CSS2.1: -ms-transform 4898  Invalid property in CSS2.1: -o-transform 4899  Invalid property in CSS2.1: transform 4900  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -webkit-transition 4901  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -moz-transition 4902  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -ms-transition 4903  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -o-transition 4904  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: transition 4907  Invalid property in CSS2.1: opacity 4908  Invalid property in CSS2.1: -webkit-transform 4909  Invalid property in CSS2.1: -moz-transform 4910  Invalid property in CSS2.1: -ms-transform 4911  Invalid property in CSS2.1: -o-transform 4912  Invalid property in CSS2.1: transform 4921  Optimised number: Changed "-0.5px" to "-.5px" 4972  Invalid property in CSS2.1: -webkit-border-radius 4973  Invalid property in CSS2.1: -moz-border-radius 4974  Invalid property in CSS2.1: -ms-border-radius 4975  Invalid property in CSS2.1: -o-border-radius 4976  Invalid property in CSS2.1: border-radius 4984  Optimised color: Changed "#FFFFFF" to "#FFF" 5008  Optimised color: Changed "#FFFFFF" to "#FFF" 5048  Invalid property in CSS2.1: -webkit-border-radius 5049  Invalid property in CSS2.1: -moz-border-radius 5050  Invalid property in CSS2.1: -ms-border-radius 5051  Invalid property in CSS2.1: -o-border-radius 5052  Invalid property in CSS2.1: border-radius 5061  Optimised color: Changed "#999999" to "#999" 5076  Optimised color: Changed "#999999" to "#999" 5098  Invalid property in CSS2.1: -webkit-border-radius 5099  Invalid property in CSS2.1: -moz-border-radius 5100  Invalid property in CSS2.1: -ms-border-radius 5101  Invalid property in CSS2.1: -o-border-radius 5102  Invalid property in CSS2.1: border-radius 5124  Optimised color: Changed "#999999" to "#999" 5132  Invalid property in CSS2.1: text-overflow 5139  Invalid property in CSS2.1: -webkit-border-radius 5140  Invalid property in CSS2.1: -moz-border-radius 5141  Invalid property in CSS2.1: -ms-border-radius 5142  Invalid property in CSS2.1: -o-border-radius 5143  Invalid property in CSS2.1: border-radius 5164  Invalid property in CSS2.1: -webkit-border-radius 5165  Invalid property in CSS2.1: -moz-border-radius 5166  Invalid property in CSS2.1: -ms-border-radius 5167  Invalid property in CSS2.1: -o-border-radius 5168  Invalid property in CSS2.1: border-radius 5175  Invalid property in CSS2.1: opacity 5183  Optimised number: Changed "0.6s" to ".6s"  Invalid property in CSS2.1: -webkit-transition 5184  Optimised number: Changed "0.6s" to ".6s"  Invalid property in CSS2.1: -moz-transition 5185  Optimised number: Changed "0.6s" to ".6s"  Invalid property in CSS2.1: -ms-transition 5186  Optimised number: Changed "0.6s" to ".6s"  Invalid property in CSS2.1: -o-transition 5187  Optimised number: Changed "0.6s" to ".6s"  Invalid property in CSS2.1: transition 5193  Optimised number: Changed "0.6s" to ".6s"  Optimised number: Changed "0.2s" to ".2s"  Invalid property in CSS2.1: -webkit-transition 5194  Optimised number: Changed "0.6s" to ".6s"  Optimised number: Changed "0.2s" to ".2s"  Invalid property in CSS2.1: -moz-transition 5195  Optimised number: Changed "0.6s" to ".6s"  Optimised number: Changed "0.2s" to ".2s"  Invalid property in CSS2.1: -ms-transition 5196  Optimised number: Changed "0.6s" to ".6s"  Optimised number: Changed "0.2s" to ".2s"  Invalid property in CSS2.1: -o-transition 5197  Optimised number: Changed "0.6s" to ".6s"  Optimised number: Changed "0.2s" to ".2s"  Invalid property in CSS2.1: transition 5200  Optimised color: Changed "#FFFFFF" to "#FFF" 5204  Invalid property in CSS2.1: text-overflow 5206  Optimised number: Changed "0.6s" to ".6s"  Optimised number: Changed "0s" to "0"  Invalid property in CSS2.1: -webkit-transition 5207  Optimised number: Changed "0.6s" to ".6s"  Optimised number: Changed "0s" to "0"  Invalid property in CSS2.1: -moz-transition 5208  Optimised number: Changed "0.6s" to ".6s"  Optimised number: Changed "0s" to "0"  Invalid property in CSS2.1: -ms-transition 5209  Optimised number: Changed "0.6s" to ".6s"  Optimised number: Changed "0s" to "0"  Invalid property in CSS2.1: -o-transition 5210  Optimised number: Changed "0.6s" to ".6s"  Optimised number: Changed "0s" to "0"  Invalid property in CSS2.1: transition 5213  Invalid property in CSS2.1: opacity 5223  Optimised number: Changed "0.6s" to ".6s"  Optimised number: Changed "0.2s" to ".2s"  Invalid property in CSS2.1: -webkit-transition 5224  Optimised number: Changed "0.6s" to ".6s"  Optimised number: Changed "0.2s" to ".2s"  Invalid property in CSS2.1: -moz-transition 5225  Optimised number: Changed "0.6s" to ".6s"  Optimised number: Changed "0.2s" to ".2s"  Invalid property in CSS2.1: -ms-transition 5226  Optimised number: Changed "0.6s" to ".6s"  Optimised number: Changed "0.2s" to ".2s"  Invalid property in CSS2.1: -o-transition 5227  Optimised number: Changed "0.6s" to ".6s"  Optimised number: Changed "0.2s" to ".2s"  Invalid property in CSS2.1: transition 5241  Invalid property in CSS2.1: -webkit-border-radius 5242  Invalid property in CSS2.1: -moz-border-radius 5243  Invalid property in CSS2.1: -ms-border-radius 5244  Invalid property in CSS2.1: -o-border-radius 5245  Invalid property in CSS2.1: border-radius 5246  Optimised number: Changed "0.5s" to ".5s"  Optimised number: Changed "0s" to "0"  Invalid property in CSS2.1: -webkit-transition 5247  Optimised number: Changed "0.5s" to ".5s"  Optimised number: Changed "0s" to "0"  Invalid property in CSS2.1: -moz-transition 5248  Optimised number: Changed "0.5s" to ".5s"  Optimised number: Changed "0s" to "0"  Invalid property in CSS2.1: -ms-transition 5249  Optimised number: Changed "0.5s" to ".5s"  Optimised number: Changed "0s" to "0"  Invalid property in CSS2.1: -o-transition 5250  Optimised number: Changed "0.5s" to ".5s"  Optimised number: Changed "0s" to "0"  Invalid property in CSS2.1: transition 5253  Invalid property in CSS2.1: opacity 5254  Invalid property in CSS2.1: -webkit-transform 5255  Invalid property in CSS2.1: -moz-transform 5256  Invalid property in CSS2.1: -ms-transform 5257  Invalid property in CSS2.1: -o-transform 5258  Invalid property in CSS2.1: transform 5261  Optimised color: Changed "#FFFFFF" to "#FFF" 5271  Invalid property in CSS2.1: -webkit-border-radius 5272  Invalid property in CSS2.1: -moz-border-radius 5273  Invalid property in CSS2.1: -ms-border-radius 5274  Invalid property in CSS2.1: -o-border-radius 5275  Invalid property in CSS2.1: border-radius 5276  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -webkit-transition 5277  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -moz-transition 5278  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -ms-transition 5279  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -o-transition 5280  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: transition 5283  Invalid property in CSS2.1: opacity 5284  Invalid property in CSS2.1: -webkit-transform 5285  Invalid property in CSS2.1: -moz-transform 5286  Invalid property in CSS2.1: -ms-transform 5287  Invalid property in CSS2.1: -o-transform 5288  Invalid property in CSS2.1: transform 5294  Invalid property in CSS2.1: opacity 5298  Invalid property in CSS2.1: -webkit-transform 5299  Invalid property in CSS2.1: -moz-transform 5300  Invalid property in CSS2.1: -ms-transform 5301  Invalid property in CSS2.1: -o-transform 5302  Invalid property in CSS2.1: transform 5303  Optimised number: Changed "0.6s" to ".6s"  Optimised number: Changed "0s" to "0"  Invalid property in CSS2.1: -webkit-transition 5304  Optimised number: Changed "0.6s" to ".6s"  Optimised number: Changed "0s" to "0"  Invalid property in CSS2.1: -moz-transition 5305  Optimised number: Changed "0.6s" to ".6s"  Optimised number: Changed "0s" to "0"  Invalid property in CSS2.1: -ms-transition 5306  Optimised number: Changed "0.6s" to ".6s"  Optimised number: Changed "0s" to "0"  Invalid property in CSS2.1: -o-transition 5307  Optimised number: Changed "0.6s" to ".6s"  Optimised number: Changed "0s" to "0"  Invalid property in CSS2.1: transition 5310  Invalid property in CSS2.1: opacity 5312  Invalid property in CSS2.1: -webkit-transform 5313  Invalid property in CSS2.1: -moz-transform 5314  Invalid property in CSS2.1: -ms-transform 5315  Invalid property in CSS2.1: -o-transform 5316  Invalid property in CSS2.1: transform 5317  Optimised number: Changed "0.6s" to ".6s"  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -webkit-transition 5318  Optimised number: Changed "0.6s" to ".6s"  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -moz-transition 5319  Optimised number: Changed "0.6s" to ".6s"  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -ms-transition 5320  Optimised number: Changed "0.6s" to ".6s"  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -o-transition 5321  Optimised number: Changed "0.6s" to ".6s"  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: transition 5328  Invalid property in CSS2.1: -webkit-border-radius 5329  Invalid property in CSS2.1: -moz-border-radius 5330  Invalid property in CSS2.1: -ms-border-radius 5331  Invalid property in CSS2.1: -o-border-radius 5332  Invalid property in CSS2.1: border-radius 5339  Invalid property in CSS2.1: pointer-events 5344  Optimised number: Changed "0.8s" to ".8s"  Invalid property in CSS2.1: -webkit-transition-duration 5345  Optimised number: Changed "0.8s" to ".8s"  Invalid property in CSS2.1: -moz-transition-duration 5346  Optimised number: Changed "0.8s" to ".8s"  Invalid property in CSS2.1: -ms-transition-duration 5347  Optimised number: Changed "0.8s" to ".8s"  Invalid property in CSS2.1: -o-transition-duration 5348  Optimised number: Changed "0.8s" to ".8s"  Invalid property in CSS2.1: transition-duration 5351  Invalid property in CSS2.1: -webkit-transition-property 5352  Invalid property in CSS2.1: -moz-transition-property 5353  Invalid property in CSS2.1: -ms-transition-property 5354  Invalid property in CSS2.1: -o-transition-property 5355  Invalid property in CSS2.1: transition-property 5358  Optimised number: Changed "-webkit-transform," to "0"  Invalid property in CSS2.1: -webkit-transition-property 5359  Optimised number: Changed "-moz-transform," to "0"  Invalid property in CSS2.1: -moz-transition-property 5360  Optimised number: Changed "-ms-transform," to "0"  Invalid property in CSS2.1: -ms-transition-property 5361  Optimised number: Changed "-o-transform," to "0"  Invalid property in CSS2.1: -o-transition-property 5362  Invalid property in CSS2.1: transition-property 5367  Optimised number: Changed "0s" to "0"  Invalid property in CSS2.1: -webkit-transition-duration 5368  Optimised number: Changed "0s" to "0"  Invalid property in CSS2.1: -moz-transition-duration 5369  Optimised number: Changed "0s" to "0"  Invalid property in CSS2.1: -ms-transition-duration 5370  Optimised number: Changed "0s" to "0"  Invalid property in CSS2.1: -o-transition-duration 5371  Optimised number: Changed "0s" to "0"  Invalid property in CSS2.1: transition-duration 5377  Invalid property in CSS2.1: -webkit-transform-style 5378  Invalid property in CSS2.1: -moz-transform-style 5379  Invalid property in CSS2.1: -ms-transform-style 5380  Invalid property in CSS2.1: -o-transform-style 5381  Invalid property in CSS2.1: transform-style 5382  Invalid property in CSS2.1: -webkit-transform 5383  Invalid property in CSS2.1: -moz-transform 5384  Invalid property in CSS2.1: -ms-transform 5385  Invalid property in CSS2.1: -o-transform 5386  Invalid property in CSS2.1: transform 5387  Optimised number: Changed "0.5s" to ".5s"  Invalid property in CSS2.1: -webkit-transition 5388  Optimised number: Changed "0.5s" to ".5s"  Invalid property in CSS2.1: -moz-transition 5389  Optimised number: Changed "0.5s" to ".5s"  Invalid property in CSS2.1: -ms-transition 5390  Optimised number: Changed "0.5s" to ".5s"  Invalid property in CSS2.1: -o-transition 5391  Optimised number: Changed "0.5s" to ".5s"  Invalid property in CSS2.1: transition 5392  Invalid property in CSS2.1: -webkit-transform-origin-x 5401  Invalid property in CSS2.1: -webkit-backface-visibility 5402  Invalid property in CSS2.1: -moz-backface-visibility 5403  Invalid property in CSS2.1: -ms-backface-visibility 5404  Invalid property in CSS2.1: -o-backface-visibility 5405  Invalid property in CSS2.1: backface-visibility 5410  Invalid property in CSS2.1: -webkit-transform 5411  Invalid property in CSS2.1: -moz-transform 5412  Invalid property in CSS2.1: -ms-transform 5413  Invalid property in CSS2.1: -o-transform 5414  Invalid property in CSS2.1: transform 5421  Invalid property in CSS2.1: opacity 5424  Invalid property in CSS2.1: -webkit-transform 5425  Invalid property in CSS2.1: -moz-transform 5426  Invalid property in CSS2.1: -ms-transform 5427  Invalid property in CSS2.1: -o-transform 5428  Invalid property in CSS2.1: transform 5433  Invalid property in CSS2.1: opacity 5434  Invalid property in CSS2.1: -webkit-transform 5435  Invalid property in CSS2.1: -moz-transform 5436  Invalid property in CSS2.1: -ms-transform 5437  Invalid property in CSS2.1: -o-transform 5438  Invalid property in CSS2.1: transform 5441  Invalid property in CSS2.1: -webkit-transform 5442  Invalid property in CSS2.1: -moz-transform 5443  Invalid property in CSS2.1: -ms-transform 5444  Invalid property in CSS2.1: -o-transform 5445  Invalid property in CSS2.1: transform 5448  Invalid property in CSS2.1: -webkit-transform 5449  Invalid property in CSS2.1: -moz-transform 5450  Invalid property in CSS2.1: -ms-transform 5451  Invalid property in CSS2.1: -o-transform 5452  Invalid property in CSS2.1: transform 5455  Invalid property in CSS2.1: -webkit-transform 5456  Invalid property in CSS2.1: -moz-transform 5457  Invalid property in CSS2.1: -ms-transform 5458  Invalid property in CSS2.1: -o-transform 5459  Invalid property in CSS2.1: transform 5462  Invalid property in CSS2.1: -webkit-transform 5463  Invalid property in CSS2.1: -moz-transform 5464  Invalid property in CSS2.1: -ms-transform 5465  Invalid property in CSS2.1: -o-transform 5466  Invalid property in CSS2.1: transform 5483  Invalid property in CSS2.1: -webkit-border-radius 5484  Invalid property in CSS2.1: -moz-border-radius 5485  Invalid property in CSS2.1: -ms-border-radius 5486  Invalid property in CSS2.1: -o-border-radius 5487  Invalid property in CSS2.1: border-radius 5490  Optimised color: Changed "#FFFFFF" to "#FFF" 5514  Optimised color: Changed "#FFFFFF" to "#FFF" 5534  Invalid property in CSS2.1: -webkit-border-radius 5535  Invalid property in CSS2.1: -moz-border-radius 5536  Invalid property in CSS2.1: -ms-border-radius 5537  Invalid property in CSS2.1: -o-border-radius 5538  Invalid property in CSS2.1: border-radius 5549  Optimised color: Changed "#555555" to "#555" 5572  Invalid property in CSS2.1: text-overflow 5579  Invalid property in CSS2.1: -webkit-border-radius 5580  Invalid property in CSS2.1: -moz-border-radius 5581  Invalid property in CSS2.1: -ms-border-radius 5582  Invalid property in CSS2.1: -o-border-radius 5583  Invalid property in CSS2.1: border-radius 5595  Invalid property in CSS2.1: -webkit-border-radius 5596  Invalid property in CSS2.1: -moz-border-radius 5597  Invalid property in CSS2.1: -ms-border-radius 5598  Invalid property in CSS2.1: -o-border-radius 5599  Invalid property in CSS2.1: border-radius 5610  Optimised color: Changed "#FFFFFF" to "#FFF" 5615  Invalid property in CSS2.1: -webkit-border-radius 5616  Invalid property in CSS2.1: -moz-border-radius 5617  Invalid property in CSS2.1: -ms-border-radius 5618  Invalid property in CSS2.1: -o-border-radius 5619  Invalid property in CSS2.1: border-radius 5620  Invalid property in CSS2.1: -webkit-box-shadow 5621  Invalid property in CSS2.1: -moz-box-shadow 5622  Invalid property in CSS2.1: -ms-box-shadow 5623  Invalid property in CSS2.1: -o-box-shadow 5624  Invalid property in CSS2.1: box-shadow 5625  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -webkit-transition 5626  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -moz-transition 5627  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -ms-transition 5628  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -o-transition 5629  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: transition 5633  Invalid property in CSS2.1: -webkit-box-shadow 5634  Invalid property in CSS2.1: -moz-box-shadow 5635  Invalid property in CSS2.1: -ms-box-shadow 5636  Invalid property in CSS2.1: -o-box-shadow 5637  Invalid property in CSS2.1: box-shadow 5643  Invalid property in CSS2.1: -moz-box-sizing 5649  Invalid property in CSS2.1: -webkit-box-sizing 5650  Invalid property in CSS2.1: -moz-box-sizing 5651  Invalid property in CSS2.1: -ms-box-sizing 5652  Invalid property in CSS2.1: -o-box-sizing 5653  Invalid property in CSS2.1: box-sizing 5654  Invalid property in CSS2.1: -webkit-border-radius 5655  Invalid property in CSS2.1: -moz-border-radius 5656  Invalid property in CSS2.1: -ms-border-radius 5657  Invalid property in CSS2.1: -o-border-radius 5658  Invalid property in CSS2.1: border-radius 5676  Invalid property in CSS2.1: -webkit-box-sizing 5677  Invalid property in CSS2.1: -moz-box-sizing 5678  Invalid property in CSS2.1: -ms-box-sizing 5679  Invalid property in CSS2.1: -o-box-sizing 5680  Invalid property in CSS2.1: box-sizing 5681  Invalid property in CSS2.1: -webkit-box-shadow 5682  Invalid property in CSS2.1: -moz-box-shadow 5683  Invalid property in CSS2.1: -ms-box-shadow 5684  Invalid property in CSS2.1: -o-box-shadow 5685  Invalid property in CSS2.1: box-shadow 5686  Invalid property in CSS2.1: -webkit-border-radius 5687  Invalid property in CSS2.1: -moz-border-radius 5688  Invalid property in CSS2.1: -ms-border-radius 5689  Invalid property in CSS2.1: -o-border-radius 5690  Invalid property in CSS2.1: border-radius 5693  Optimised number: Changed "0.4s" to ".4s"  Optimised number: Changed "0s" to "0"  Invalid property in CSS2.1: -webkit-transition 5694  Optimised number: Changed "0.4s" to ".4s"  Optimised number: Changed "0s" to "0"  Invalid property in CSS2.1: -moz-transition 5695  Optimised number: Changed "0.4s" to ".4s"  Optimised number: Changed "0s" to "0"  Invalid property in CSS2.1: -ms-transition 5696  Optimised number: Changed "0.4s" to ".4s"  Optimised number: Changed "0s" to "0"  Invalid property in CSS2.1: -o-transition 5697  Optimised number: Changed "0.4s" to ".4s"  Optimised number: Changed "0s" to "0"  Invalid property in CSS2.1: transition 5721  Invalid property in CSS2.1: -webkit-border-radius 5722  Invalid property in CSS2.1: -moz-border-radius 5723  Invalid property in CSS2.1: -ms-border-radius 5724  Invalid property in CSS2.1: -o-border-radius 5725  Invalid property in CSS2.1: border-radius 5729  Optimised color: Changed "#FFFFFF" to "#FFF" 5740  Optimised font-weight: Changed "bold" to "700" 5749  Invalid property in CSS2.1: -webkit-border-radius 5750  Invalid property in CSS2.1: -moz-border-radius 5751  Invalid property in CSS2.1: -ms-border-radius 5752  Invalid property in CSS2.1: -o-border-radius 5753  Invalid property in CSS2.1: border-radius 5754  Invalid property in CSS2.1: -webkit-box-shadow 5755  Invalid property in CSS2.1: -moz-box-shadow 5756  Invalid property in CSS2.1: -ms-box-shadow 5757  Invalid property in CSS2.1: -o-box-shadow 5758  Invalid property in CSS2.1: box-shadow 5776  Invalid property in CSS2.1: border-radius 5781  Invalid property in CSS2.1: -webkit-box-shadow 5782  Invalid property in CSS2.1: -moz-box-shadow 5783  Invalid property in CSS2.1: -ms-box-shadow 5784  Invalid property in CSS2.1: -o-box-shadow 5785  Invalid property in CSS2.1: box-shadow 5786  Invalid property in CSS2.1: -webkit-border-radius 5787  Invalid property in CSS2.1: -moz-border-radius 5788  Invalid property in CSS2.1: -ms-border-radius 5789  Invalid property in CSS2.1: -o-border-radius 5790  Invalid property in CSS2.1: border-radius 5845  Invalid property in CSS2.1: -webkit-border-radius 5846  Invalid property in CSS2.1: -moz-border-radius 5847  Invalid property in CSS2.1: -ms-border-radius 5848  Invalid property in CSS2.1: -o-border-radius 5849  Invalid property in CSS2.1: border-radius 5869  Optimised color: Changed "#888888" to "#888" 5874  Invalid property in CSS2.1: -webkit-border-radius 5875  Invalid property in CSS2.1: -moz-border-radius 5876  Invalid property in CSS2.1: -ms-border-radius 5877  Invalid property in CSS2.1: -o-border-radius 5878  Invalid property in CSS2.1: border-radius 5941  Invalid property in CSS2.1: -webkit-border-radius 5942  Invalid property in CSS2.1: -moz-border-radius 5943  Invalid property in CSS2.1: -ms-border-radius 5944  Invalid property in CSS2.1: -o-border-radius 5945  Invalid property in CSS2.1: border-radius 5982  Invalid property in CSS2.1: -webkit-border-radius 5983  Invalid property in CSS2.1: -moz-border-radius 5984  Invalid property in CSS2.1: -ms-border-radius 5985  Invalid property in CSS2.1: -o-border-radius 5986  Invalid property in CSS2.1: border-radius 5991  Invalid property in CSS2.1: box-shadow 5996  Invalid property in CSS2.1: text-shadow 5997  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -webkit-transition 5998  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -moz-transition 5999  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -ms-transition 6000  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -o-transition 6001  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: transition 6042  Invalid property in CSS2.1: -webkit-border-radius 6043  Invalid property in CSS2.1: -moz-border-radius 6044  Invalid property in CSS2.1: -ms-border-radius 6045  Invalid property in CSS2.1: -o-border-radius 6046  Invalid property in CSS2.1: border-radius 6067  Optimised color: Changed "#808080" to "gray" 6075  Invalid property in CSS2.1: -webkit-box-shadow 6076  Invalid property in CSS2.1: -moz-box-shadow 6077  Invalid property in CSS2.1: -ms-box-shadow 6078  Invalid property in CSS2.1: -o-box-shadow 6079  Invalid property in CSS2.1: box-shadow 6080  Invalid property in CSS2.1: -webkit-border-radius 6081  Invalid property in CSS2.1: -moz-border-radius 6082  Invalid property in CSS2.1: -ms-border-radius 6083  Invalid property in CSS2.1: -o-border-radius 6084  Invalid property in CSS2.1: border-radius 6093  Optimised font-weight: Changed "bold" to "700" 6116  Invalid property in CSS2.1: background-clip 6118  Optimised color: Changed "#555555" to "#555" 6119  Optimised number: Changed "0px" to "0"  Invalid property in CSS2.1: text-shadow 6129  Invalid property in CSS2.1: -webkit-border-radius 6130  Invalid property in CSS2.1: -moz-border-radius 6131  Invalid property in CSS2.1: -ms-border-radius 6132  Invalid property in CSS2.1: -o-border-radius 6133  Invalid property in CSS2.1: border-radius 6136  Optimised number: Changed "-moz-linear-gradient(top,rgba(255,255,255,0)" to "0"  Optimised number: Changed "0%," to "0"  Optimised number: Changed "100%)" to "100%" 6139  Optimised number: Changed "-webkit-gradient(linear,lefttop,leftbottom,color-stop(0%,rgba(255,255,255,0))," to "0" 6142  Optimised number: Changed "-webkit-linear-gradient(top,rgba(255,255,255,0)" to "0"  Optimised number: Changed "0%," to "0"  Optimised number: Changed "100%)" to "100%" 6145  Optimised number: Changed "-o-linear-gradient(top,rgba(255,255,255,0)" to "0"  Optimised number: Changed "0%," to "0"  Optimised number: Changed "100%)" to "100%" 6148  Optimised number: Changed "-ms-linear-gradient(top,rgba(255,255,255,0)" to "0"  Optimised number: Changed "0%," to "0"  Optimised number: Changed "100%)" to "100%" 6151  Optimised number: Changed "0%," to "0"  Optimised number: Changed "100%)" to "100%" 6154  Invalid property in CSS2.1: filter 6161  Invalid property in CSS2.1: opacity 6168  Optimised number: Changed "0px" to "0"  Invalid property in CSS2.1: text-shadow 6235  Optimised color: Changed "#FFFFFF" to "#FFF" 6241  Optimised color: Changed "#EEEEEE" to "#EEE"  Invalid property in CSS2.1: -webkit-box-shadow 6242  Optimised color: Changed "#EEEEEE" to "#EEE"  Invalid property in CSS2.1: -moz-box-shadow 6243  Optimised color: Changed "#EEEEEE" to "#EEE"  Invalid property in CSS2.1: -ms-box-shadow 6244  Optimised color: Changed "#EEEEEE" to "#EEE"  Invalid property in CSS2.1: -o-box-shadow 6245  Optimised color: Changed "#EEEEEE" to "#EEE"  Invalid property in CSS2.1: box-shadow 6246  Invalid property in CSS2.1: -webkit-border-radius 6247  Invalid property in CSS2.1: -moz-border-radius 6248  Invalid property in CSS2.1: -ms-border-radius 6249  Invalid property in CSS2.1: -o-border-radius 6250  Invalid property in CSS2.1: border-radius 6251  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -webkit-transition 6252  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -moz-transition 6253  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -ms-transition 6254  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -o-transition 6255  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: transition 6279  Optimised number: Changed "0.6s" to ".6s"  Invalid property in CSS2.1: -webkit-transition 6280  Optimised number: Changed "0.6s" to ".6s"  Invalid property in CSS2.1: -moz-transition 6281  Optimised number: Changed "0.6s" to ".6s"  Invalid property in CSS2.1: -ms-transition 6282  Optimised number: Changed "0.6s" to ".6s"  Invalid property in CSS2.1: -o-transition 6283  Optimised number: Changed "0.6s" to ".6s"  Invalid property in CSS2.1: transition 6287  Invalid property in CSS2.1: -webkit-transform 6288  Invalid property in CSS2.1: -moz-transform 6289  Invalid property in CSS2.1: -ms-transform 6290  Invalid property in CSS2.1: -o-transform 6291  Invalid property in CSS2.1: transform 6295  Invalid property in CSS2.1: -webkit-border-radius 6296  Invalid property in CSS2.1: -moz-border-radius 6297  Invalid property in CSS2.1: -ms-border-radius 6298  Invalid property in CSS2.1: -o-border-radius 6299  Invalid property in CSS2.1: border-radius 6317  Invalid property in CSS2.1: -webkit-box-shadow 6318  Invalid property in CSS2.1: -moz-box-shadow 6319  Invalid property in CSS2.1: -ms-box-shadow 6320  Invalid property in CSS2.1: -o-box-shadow 6321  Invalid property in CSS2.1: box-shadow 6322  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -webkit-transition 6323  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -moz-transition 6324  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -ms-transition 6325  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -o-transition 6326  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: transition 6331  Invalid property in CSS2.1: box-shadow 6332  Optimised color: Changed "#ffffff" to "#fff" 6334  Invalid property in CSS2.1: border-radius 6338  Invalid property in CSS2.1: -webkit-box-shadow 6339  Invalid property in CSS2.1: -moz-box-shadow 6340  Invalid property in CSS2.1: -ms-box-shadow 6341  Invalid property in CSS2.1: -o-box-shadow 6342  Invalid property in CSS2.1: box-shadow 6354  Invalid property in CSS2.1: -webkit-box-shadow 6355  Invalid property in CSS2.1: -moz-box-shadow 6356  Invalid property in CSS2.1: -ms-box-shadow 6357  Invalid property in CSS2.1: -o-box-shadow 6358  Invalid property in CSS2.1: box-shadow 6359  Invalid property in CSS2.1: -webkit-border-radius 6360  Invalid property in CSS2.1: -moz-border-radius 6361  Invalid property in CSS2.1: -ms-border-radius 6362  Invalid property in CSS2.1: -o-border-radius 6363  Invalid property in CSS2.1: border-radius 6372  Invalid property in CSS2.1: -webkit-border-radius 6373  Invalid property in CSS2.1: -moz-border-radius 6374  Invalid property in CSS2.1: -ms-border-radius 6375  Invalid property in CSS2.1: -o-border-radius 6376  Invalid property in CSS2.1: border-radius 6390  Invalid property in CSS2.1: -webkit-border-radius 6391  Invalid property in CSS2.1: -moz-border-radius 6392  Invalid property in CSS2.1: -ms-border-radius 6393  Invalid property in CSS2.1: -o-border-radius 6394  Invalid property in CSS2.1: border-radius 6405  Optimised color: Changed "#FFFFFF" to "#FFF" 6428  Invalid property in CSS2.1: text-overflow 6434  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -webkit-transition 6435  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -moz-transition 6436  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -ms-transition 6437  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -o-transition 6438  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: transition 6444  Invalid property in CSS2.1: -webkit-border-radius 6445  Invalid property in CSS2.1: -moz-border-radius 6446  Invalid property in CSS2.1: -ms-border-radius 6447  Invalid property in CSS2.1: -o-border-radius 6448  Invalid property in CSS2.1: border-radius 6492  Optimised font-weight: Changed "bold" to "700" 6511  Invalid property in CSS2.1: -webkit-border-radius 6512  Invalid property in CSS2.1: -moz-border-radius 6513  Invalid property in CSS2.1: -ms-border-radius 6514  Invalid property in CSS2.1: -o-border-radius 6515  Invalid property in CSS2.1: border-radius 6527  Invalid property in CSS2.1: box-shadow 6544  Optimised color: Changed "#555555" to "#555" 6548  Optimised font-weight: Changed "bold" to "700" 6597  Invalid property in CSS2.1: -webkit-border-radius 6598  Invalid property in CSS2.1: -moz-border-radius 6599  Invalid property in CSS2.1: -ms-border-radius 6600  Invalid property in CSS2.1: -o-border-radius 6601  Invalid property in CSS2.1: border-radius 6618  Invalid property in CSS2.1: -webkit-border-radius 6619  Invalid property in CSS2.1: -moz-border-radius 6620  Invalid property in CSS2.1: -ms-border-radius 6621  Invalid property in CSS2.1: -o-border-radius 6622  Invalid property in CSS2.1: border-radius 6631  Optimised color: Changed "#ffffff" to "#fff" 6639  Invalid property in CSS2.1: -webkit-border-radius 6640  Invalid property in CSS2.1: -moz-border-radius 6641  Invalid property in CSS2.1: -ms-border-radius 6642  Invalid property in CSS2.1: -o-border-radius 6643  Invalid property in CSS2.1: border-radius 6644  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -webkit-transition 6645  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -moz-transition 6646  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -ms-transition 6647  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -o-transition 6648  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: transition 6672  Invalid property in CSS2.1: -webkit-border-radius 6673  Invalid property in CSS2.1: -moz-border-radius 6674  Invalid property in CSS2.1: -ms-border-radius 6675  Invalid property in CSS2.1: -o-border-radius 6676  Invalid property in CSS2.1: border-radius 6679  Optimised color: Changed "white" to "#FFF" 6702  Invalid property in CSS2.1: -webkit-border-radius 6703  Invalid property in CSS2.1: -moz-border-radius 6704  Invalid property in CSS2.1: -ms-border-radius 6705  Invalid property in CSS2.1: -o-border-radius 6706  Invalid property in CSS2.1: border-radius 6714  Invalid property in CSS2.1: box-shadow 6725  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -webkit-transition 6726  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -moz-transition 6727  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -ms-transition 6728  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -o-transition 6729  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: transition 6760  Invalid property in CSS2.1: -webkit-border-radius 6761  Invalid property in CSS2.1: -moz-border-radius 6762  Invalid property in CSS2.1: -ms-border-radius 6763  Invalid property in CSS2.1: -o-border-radius 6764  Invalid property in CSS2.1: border-radius 6781  Invalid property in CSS2.1: box-shadow 6786  Invalid property in CSS2.1: text-shadow 6819  Invalid property in CSS2.1: opacity 6828  Invalid property in CSS2.1: opacity 6903  Invalid property in CSS2.1: box-shadow 6907  Invalid property in CSS2.1: -webkit-border-radius 6908  Invalid property in CSS2.1: -moz-border-radius 6909  Invalid property in CSS2.1: -ms-border-radius 6910  Invalid property in CSS2.1: -o-border-radius 6911  Invalid property in CSS2.1: border-radius 6940  Optimised color: Changed "#777777" to "#777" 6948  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -webkit-transition 6949  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -moz-transition 6950  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -ms-transition 6951  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -o-transition 6952  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: transition 6955  Optimised color: Changed "#FFFFFF" to "#FFF" 6994  Invalid property in CSS2.1: opacity 7008  Optimised number: Changed "0px" to "0" 7013  Optimised color: Changed "#FFFFFF" to "#FFF" 7032  Optimised color: Changed "#333333" to "#333" 7033  Optimised color: Changed "#FFFFFF" to "#FFF" 7059  Optimised color: Changed "#FFFFFF" to "#FFF" 7062  Optimised number: Changed "0px" to "0" 7073  Optimised number: Changed "0px" to "0" 7078  Optimised color: Changed "#777777" to "#777" 7139  Invalid property in CSS2.1: -webkit-border-radius 7140  Invalid property in CSS2.1: -moz-border-radius 7141  Invalid property in CSS2.1: -ms-border-radius 7142  Invalid property in CSS2.1: -o-border-radius 7143  Invalid property in CSS2.1: border-radius 7149  Invalid property in CSS2.1: opacity 7154  Invalid property in CSS2.1: -webkit-transform 7155  Invalid property in CSS2.1: -moz-transform 7156  Invalid property in CSS2.1: -ms-transform 7157  Invalid property in CSS2.1: -o-transform 7158  Invalid property in CSS2.1: transform 7159  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -webkit-transition 7160  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -moz-transition 7161  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -ms-transition 7162  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -o-transition 7163  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: transition 7166  Invalid property in CSS2.1: opacity 7167  Invalid property in CSS2.1: -webkit-transform 7168  Invalid property in CSS2.1: -moz-transform 7169  Invalid property in CSS2.1: -ms-transform 7170  Invalid property in CSS2.1: -o-transform 7171  Invalid property in CSS2.1: transform 7174  Invalid property in CSS2.1: -webkit-transform 7175  Invalid property in CSS2.1: -moz-transform 7176  Invalid property in CSS2.1: -ms-transform 7177  Invalid property in CSS2.1: -o-transform 7178  Invalid property in CSS2.1: transform 7182  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -webkit-transition 7183  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -moz-transition 7184  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -ms-transition 7185  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -o-transition 7186  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: transition 7194  Optimised color: Changed "#999999" to "#999" 7210  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -webkit-transition 7211  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -moz-transition 7212  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -ms-transition 7213  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -o-transition 7214  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: transition 7248  Invalid property in CSS2.1: -webkit-border-radius 7249  Invalid property in CSS2.1: -moz-border-radius 7250  Invalid property in CSS2.1: -ms-border-radius 7251  Invalid property in CSS2.1: -o-border-radius 7252  Invalid property in CSS2.1: border-radius 7263  Invalid property in CSS2.1: -webkit-border-radius 7264  Invalid property in CSS2.1: -moz-border-radius 7265  Invalid property in CSS2.1: -ms-border-radius 7266  Invalid property in CSS2.1: -o-border-radius 7267  Invalid property in CSS2.1: border-radius 7281  Invalid property in CSS2.1: -webkit-border-radius 7282  Invalid property in CSS2.1: -moz-border-radius 7283  Invalid property in CSS2.1: -ms-border-radius 7284  Invalid property in CSS2.1: -o-border-radius 7285  Invalid property in CSS2.1: border-radius 7293  Invalid property in CSS2.1: opacity 7296  Invalid property in CSS2.1: -webkit-transform 7297  Invalid property in CSS2.1: -moz-transform 7298  Invalid property in CSS2.1: -ms-transform 7299  Invalid property in CSS2.1: -o-transform 7300  Invalid property in CSS2.1: transform 7301  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -webkit-transition 7302  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -moz-transition 7303  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -ms-transition 7304  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -o-transition 7305  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: transition 7308  Invalid property in CSS2.1: opacity 7309  Invalid property in CSS2.1: -webkit-transform 7310  Invalid property in CSS2.1: -moz-transform 7311  Invalid property in CSS2.1: -ms-transform 7312  Invalid property in CSS2.1: -o-transform 7313  Invalid property in CSS2.1: transform 7318  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -webkit-transition 7319  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -moz-transition 7320  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -ms-transition 7321  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -o-transition 7322  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: transition 7325  Invalid property in CSS2.1: -webkit-transform 7326  Invalid property in CSS2.1: -moz-transform 7327  Invalid property in CSS2.1: -ms-transform 7328  Invalid property in CSS2.1: -o-transform 7329  Invalid property in CSS2.1: transform 7336  Invalid property in CSS2.1: text-overflow 7341  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -webkit-transition 7342  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -moz-transition 7343  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -ms-transition 7344  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -o-transition 7345  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: transition 7383  Invalid property in CSS2.1: -webkit-border-radius 7384  Invalid property in CSS2.1: -moz-border-radius 7385  Invalid property in CSS2.1: -ms-border-radius 7386  Invalid property in CSS2.1: -o-border-radius 7387  Invalid property in CSS2.1: border-radius 7395  Invalid property in CSS2.1: border-radius 7403  Invalid property in CSS2.1: border-radius 7412  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -webkit-transition 7413  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -moz-transition 7414  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -ms-transition 7415  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -o-transition 7416  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: transition 7452  Optimised color: Changed "#FFFFFF" to "#FFF" 7453  Optimised color: Changed "#555555" to "#555" 7460  Optimised color: Changed "#555555" to "#555" 7465  Optimised color: Changed "#555555" to "#555" 7470  Invalid property in CSS2.1: -webkit-box-shadow 7471  Invalid property in CSS2.1: -moz-box-shadow 7472  Invalid property in CSS2.1: -ms-box-shadow 7473  Invalid property in CSS2.1: -o-box-shadow 7474  Invalid property in CSS2.1: box-shadow 7475  Invalid property in CSS2.1: -webkit-border-radius 7476  Invalid property in CSS2.1: -moz-border-radius 7477  Invalid property in CSS2.1: -ms-border-radius 7478  Invalid property in CSS2.1: -o-border-radius 7479  Invalid property in CSS2.1: border-radius 7483  Invalid property in CSS2.1: -webkit-box-shadow 7484  Invalid property in CSS2.1: -moz-box-shadow 7485  Invalid property in CSS2.1: -ms-box-shadow 7486  Invalid property in CSS2.1: -o-box-shadow 7487  Invalid property in CSS2.1: box-shadow 7491  Optimised number: Changed "0px" to "0" 7502  Optimised color: Changed "#555555" to "#555" 7521  Optimised color: Changed "#777777" to "#777" 7530  Invalid property in CSS2.1: -webkit-border-radius 7531  Invalid property in CSS2.1: -moz-border-radius 7532  Invalid property in CSS2.1: -ms-border-radius 7533  Invalid property in CSS2.1: -o-border-radius 7534  Invalid property in CSS2.1: border-radius 7537  Optimised color: Changed "#FFFFFF" to "#FFF" 7546  Invalid property in CSS2.1: -webkit-border-radius 7547  Invalid property in CSS2.1: -moz-border-radius 7548  Invalid property in CSS2.1: -ms-border-radius 7549  Invalid property in CSS2.1: -o-border-radius 7550  Invalid property in CSS2.1: border-radius 7551  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -webkit-transition 7552  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -moz-transition 7553  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -ms-transition 7554  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -o-transition 7555  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: transition 7558  Invalid property in CSS2.1: -webkit-transform 7559  Invalid property in CSS2.1: -moz-transform 7560  Invalid property in CSS2.1: -ms-transform 7561  Invalid property in CSS2.1: -o-transform 7562  Invalid property in CSS2.1: transform 7584  Invalid property in CSS2.1: -webkit-border-radius 7585  Invalid property in CSS2.1: -moz-border-radius 7586  Invalid property in CSS2.1: -ms-border-radius 7587  Invalid property in CSS2.1: -o-border-radius 7588  Invalid property in CSS2.1: border-radius 7601  Invalid property in CSS2.1: -webkit-border-radius 7602  Invalid property in CSS2.1: -moz-border-radius 7603  Invalid property in CSS2.1: -ms-border-radius 7604  Invalid property in CSS2.1: -o-border-radius 7605  Invalid property in CSS2.1: border-radius 7606  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -webkit-transition 7607  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -moz-transition 7608  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -ms-transition 7609  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -o-transition 7610  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: transition 7616  Invalid property in CSS2.1: -webkit-transform 7617  Invalid property in CSS2.1: -moz-transform 7618  Invalid property in CSS2.1: -ms-transform 7619  Invalid property in CSS2.1: -o-transform 7620  Invalid property in CSS2.1: transform 7674  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -webkit-transition 7675  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -moz-transition 7676  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -ms-transition 7677  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -o-transition 7678  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: transition 7698  Optimised color: Changed "#808080" to "gray" 7711  Optimised color: Changed "#888888" to "#888" 7719  Optimised number: Changed "0.3px" to ".3px" 7728  Optimised color: Changed "#333333" to "#333" 7754  Optimised number: Changed "0.3px" to ".3px" 7759  Invalid property in CSS2.1: -webkit-border-radius 7760  Invalid property in CSS2.1: -moz-border-radius 7761  Invalid property in CSS2.1: -ms-border-radius 7762  Invalid property in CSS2.1: -o-border-radius 7763  Invalid property in CSS2.1: border-radius 7798  Invalid property in CSS2.1: -webkit-border-radius 7799  Invalid property in CSS2.1: -moz-border-radius 7800  Invalid property in CSS2.1: -ms-border-radius 7801  Invalid property in CSS2.1: -o-border-radius 7802  Invalid property in CSS2.1: border-radius 7875  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -webkit-transition 7876  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -moz-transition 7877  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -ms-transition 7878  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -o-transition 7879  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: transition 7915  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -webkit-transition 7916  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -moz-transition 7917  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -ms-transition 7918  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -o-transition 7919  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: transition 7931  Invalid property in CSS2.1: -webkit-transform 7932  Invalid property in CSS2.1: -moz-transform 7933  Invalid property in CSS2.1: -ms-transform 7934  Invalid property in CSS2.1: -o-transform 7935  Invalid property in CSS2.1: transform 8062  Optimised shorthand notation (margin): Changed "10px 0 2px 0" to "10px 0 2px" 8258  Optimised shorthand notation (margin): Changed "0 0 15px 0" to "0 0 15px" 8272  Optimised color: Changed "#FFFFFF" to "#FFF" 8273  Optimised color: Changed "#333333" to "#333" 8279  Invalid property in CSS2.1: -webkit-border-radius 8280  Invalid property in CSS2.1: -moz-border-radius 8281  Invalid property in CSS2.1: -ms-border-radius 8282  Invalid property in CSS2.1: -o-border-radius 8283  Invalid property in CSS2.1: border-radius 8284  Invalid property in CSS2.1: -webkit-box-sizing 8285  Invalid property in CSS2.1: -moz-box-sizing 8286  Invalid property in CSS2.1: -ms-box-sizing 8287  Invalid property in CSS2.1: -o-box-sizing 8288  Invalid property in CSS2.1: box-sizing 8295  Invalid property in CSS2.1: -webkit-box-sizing 8296  Invalid property in CSS2.1: -moz-box-sizing 8298  Invalid property in CSS2.1: box-sizing 8310  Optimised color: Changed "#FFFFFF" to "#FFF" 8319  Invalid property in CSS2.1: -webkit-border-radius 8320  Invalid property in CSS2.1: -moz-border-radius 8321  Invalid property in CSS2.1: -ms-border-radius 8322  Invalid property in CSS2.1: -o-border-radius 8323  Invalid property in CSS2.1: border-radius 8335  Invalid property in CSS2.1: overflow-y 8337  Invalid property in CSS2.1: -webkit-border-radius 8338  Invalid property in CSS2.1: -moz-border-radius 8339  Invalid property in CSS2.1: -ms-border-radius 8340  Invalid property in CSS2.1: -o-border-radius 8341  Invalid property in CSS2.1: border-radius 8347  Optimised color: Changed "#FFFFFF" to "#FFF" 8364  Optimised font-weight: Changed "bold" to "700" 8392  Invalid property in CSS2.1: overflow-x 8393  Invalid property in CSS2.1: overflow-y 8395  Invalid property in CSS2.1: -webkit-border-radius 8396  Invalid property in CSS2.1: -moz-border-radius 8397  Invalid property in CSS2.1: -ms-border-radius 8398  Invalid property in CSS2.1: -o-border-radius 8399  Invalid property in CSS2.1: border-radius 8410  Optimised shorthand notation (border-width): Changed "0 11px 11px 11px" to "0 11px 11px" 8412  Optimised shorthand notation (border-color): Changed "transparent transparent #e5e5e5 transparent" to "transparent transparent #e5e5e5" 8422  Optimised shorthand notation (border-width): Changed "0 10px 10px 10px" to "0 10px 10px" 8424  Optimised shorthand notation (border-color): Changed "transparent transparent #fff transparent" to "transparent transparent #fff" 8478  Optimised color: Changed "#999999" to "#999" 8481  Invalid property in CSS2.1: -webkit-border-radius 8482  Invalid property in CSS2.1: -moz-border-radius 8483  Invalid property in CSS2.1: -ms-border-radius 8484  Invalid property in CSS2.1: -o-border-radius 8485  Invalid property in CSS2.1: border-radius 8486  Invalid property in CSS2.1: -webkit-box-shadow 8487  Invalid property in CSS2.1: -moz-box-shadow 8488  Invalid property in CSS2.1: -ms-box-shadow 8489  Invalid property in CSS2.1: -o-box-shadow 8490  Invalid property in CSS2.1: box-shadow 8491  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -webkit-transition 8492  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -moz-transition 8493  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -ms-transition 8494  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -o-transition 8495  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: transition 8503  Invalid property in CSS2.1: text-overflow 8506  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -webkit-transition 8507  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -moz-transition 8508  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -ms-transition 8509  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -o-transition 8510  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: transition 8523  Invalid property in CSS2.1: -webkit-border-radius 8524  Invalid property in CSS2.1: -moz-border-radius 8525  Invalid property in CSS2.1: -ms-border-radius 8526  Invalid property in CSS2.1: -o-border-radius 8527  Invalid property in CSS2.1: border-radius 8528  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -webkit-transition 8529  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -moz-transition 8530  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -ms-transition 8531  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -o-transition 8532  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: transition 8547  Invalid property in CSS2.1: -webkit-border-radius 8548  Invalid property in CSS2.1: -moz-border-radius 8549  Invalid property in CSS2.1: -ms-border-radius 8550  Invalid property in CSS2.1: -o-border-radius 8551  Invalid property in CSS2.1: border-radius 8554  Invalid property in CSS2.1: -webkit-border-radius 8555  Invalid property in CSS2.1: -moz-border-radius 8556  Invalid property in CSS2.1: -ms-border-radius 8557  Invalid property in CSS2.1: -o-border-radius 8558  Invalid property in CSS2.1: border-radius 8565  Invalid property in CSS2.1: text-overflow 8573  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -webkit-transition 8574  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -moz-transition 8575  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -ms-transition 8576  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -o-transition 8577  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: transition 8618  Invalid property in CSS2.1: -webkit-border-radius 8619  Invalid property in CSS2.1: -moz-border-radius 8620  Invalid property in CSS2.1: -ms-border-radius 8621  Invalid property in CSS2.1: -o-border-radius 8622  Invalid property in CSS2.1: border-radius 8623  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -webkit-transition 8624  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -moz-transition 8625  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -ms-transition 8626  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -o-transition 8627  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: transition 8647  Invalid property in CSS2.1: -webkit-border-radius 8648  Invalid property in CSS2.1: -moz-border-radius 8649  Invalid property in CSS2.1: -ms-border-radius 8650  Invalid property in CSS2.1: -o-border-radius 8651  Invalid property in CSS2.1: border-radius 8688  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -webkit-transition 8689  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -moz-transition 8690  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -ms-transition 8691  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -o-transition 8692  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: transition 8703  Optimised shorthand notation (padding): Changed "30px 30px 0 30px" to "30px 30px 0" 8708  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -webkit-transition 8709  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -moz-transition 8710  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -ms-transition 8711  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -o-transition 8712  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: transition 8721  Invalid property in CSS2.1: opacity 8726  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -webkit-transition 8727  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -moz-transition 8728  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -ms-transition 8729  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -o-transition 8730  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: transition 8733  Invalid property in CSS2.1: -webkit-transform 8734  Invalid property in CSS2.1: -moz-transform 8735  Invalid property in CSS2.1: -ms-transform 8736  Invalid property in CSS2.1: -o-transform 8737  Invalid property in CSS2.1: transform 8745  Invalid property in CSS2.1: text-overflow 8754  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -webkit-transition 8755  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -moz-transition 8756  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -ms-transition 8757  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -o-transition 8758  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: transition 8762  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -webkit-transition 8763  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -moz-transition 8764  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -ms-transition 8765  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -o-transition 8766  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: transition 8784  Optimised number: Changed "0px" to "0" 8791  Invalid property in CSS2.1: opacity 8792  Invalid property in CSS2.1: -webkit-border-radius 8793  Invalid property in CSS2.1: -moz-border-radius 8794  Invalid property in CSS2.1: -ms-border-radius 8795  Invalid property in CSS2.1: -o-border-radius 8796  Invalid property in CSS2.1: border-radius 8797  Invalid property in CSS2.1: -webkit-transform 8798  Invalid property in CSS2.1: -moz-transform 8799  Invalid property in CSS2.1: -ms-transform 8800  Invalid property in CSS2.1: -o-transform 8801  Invalid property in CSS2.1: transform 8802  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -webkit-transition 8803  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -moz-transition 8804  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -ms-transition 8805  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -o-transition 8806  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: transition 8813  Invalid property in CSS2.1: opacity 8816  Invalid property in CSS2.1: -webkit-transform 8817  Invalid property in CSS2.1: -moz-transform 8818  Invalid property in CSS2.1: -ms-transform 8819  Invalid property in CSS2.1: -o-transform 8820  Invalid property in CSS2.1: transform 8821  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -webkit-transition 8822  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -moz-transition 8823  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -ms-transition 8824  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -o-transition 8825  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: transition 8831  Invalid property in CSS2.1: opacity 8833  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -webkit-transition 8834  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -moz-transition 8835  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -ms-transition 8836  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -o-transition 8837  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: transition 8842  Invalid property in CSS2.1: opacity 8855  Invalid property in CSS2.1: -webkit-transform 8856  Invalid property in CSS2.1: -moz-transform 8857  Invalid property in CSS2.1: -ms-transform 8858  Invalid property in CSS2.1: -o-transform 8859  Invalid property in CSS2.1: transform 8860  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -webkit-transition 8861  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -moz-transition 8862  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -ms-transition 8863  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -o-transition 8864  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: transition 8872  Invalid property in CSS2.1: -webkit-transform 8873  Invalid property in CSS2.1: -moz-transform 8874  Invalid property in CSS2.1: -ms-transform 8875  Invalid property in CSS2.1: -o-transform 8876  Invalid property in CSS2.1: transform 8887  Invalid property in CSS2.1: -webkit-border-radius 8888  Invalid property in CSS2.1: -moz-border-radius 8889  Invalid property in CSS2.1: -ms-border-radius 8890  Invalid property in CSS2.1: -o-border-radius 8891  Invalid property in CSS2.1: border-radius 8892  Invalid property in CSS2.1: -webkit-transform 8893  Invalid property in CSS2.1: -moz-transform 8894  Invalid property in CSS2.1: -ms-transform 8895  Invalid property in CSS2.1: -o-transform 8896  Invalid property in CSS2.1: transform 8897  Optimised number: Changed "0.5s" to ".5s"  Invalid property in CSS2.1: -webkit-transition 8898  Optimised number: Changed "0.5s" to ".5s"  Invalid property in CSS2.1: -moz-transition 8899  Optimised number: Changed "0.5s" to ".5s"  Invalid property in CSS2.1: -ms-transition 8900  Optimised number: Changed "0.5s" to ".5s"  Invalid property in CSS2.1: -o-transition 8901  Optimised number: Changed "0.5s" to ".5s"  Invalid property in CSS2.1: transition 8910  Invalid property in CSS2.1: -webkit-transform 8911  Invalid property in CSS2.1: -moz-transform 8912  Invalid property in CSS2.1: -ms-transform 8913  Invalid property in CSS2.1: -o-transform 8914  Invalid property in CSS2.1: transform 8931  Invalid property in CSS2.1: -webkit-transform 8932  Invalid property in CSS2.1: -moz-transform 8933  Invalid property in CSS2.1: -ms-transform 8934  Invalid property in CSS2.1: -o-transform 8935  Invalid property in CSS2.1: transform 8936  Optimised number: Changed "0.4s" to ".4s"  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -webkit-transition 8937  Optimised number: Changed "0.4s" to ".4s"  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -moz-transition 8938  Optimised number: Changed "0.4s" to ".4s"  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -ms-transition 8939  Optimised number: Changed "0.4s" to ".4s"  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -o-transition 8940  Optimised number: Changed "0.4s" to ".4s"  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: transition 8945  Invalid property in CSS2.1: -webkit-transform 8946  Invalid property in CSS2.1: -moz-transform 8947  Invalid property in CSS2.1: -ms-transform 8948  Invalid property in CSS2.1: -o-transform 8949  Invalid property in CSS2.1: transform 8967  Invalid property in CSS2.1: text-overflow 8969  Invalid property in CSS2.1: -webkit-border-radius 8970  Invalid property in CSS2.1: -moz-border-radius 8971  Invalid property in CSS2.1: -ms-border-radius 8972  Invalid property in CSS2.1: -o-border-radius 8973  Invalid property in CSS2.1: border-radius 8993  Invalid property in CSS2.1: -webkit-border-radius 8994  Invalid property in CSS2.1: -moz-border-radius 8995  Invalid property in CSS2.1: -ms-border-radius 8996  Invalid property in CSS2.1: -o-border-radius 8997  Invalid property in CSS2.1: border-radius 9006  Optimised color: Changed "#666666" to "#666" 9036  Invalid property in CSS2.1: -webkit-border-radius 9037  Invalid property in CSS2.1: -moz-border-radius 9038  Invalid property in CSS2.1: -ms-border-radius 9039  Invalid property in CSS2.1: -o-border-radius 9040  Invalid property in CSS2.1: border-radius 9041  Invalid property in CSS2.1: -webkit-box-shadow 9042  Invalid property in CSS2.1: -moz-box-shadow 9043  Invalid property in CSS2.1: -ms-box-shadow 9044  Invalid property in CSS2.1: -o-box-shadow 9045  Invalid property in CSS2.1: box-shadow 9048  Optimised color: Changed "#666666" to "#666" 9053  Optimised color: Changed "#555555" to "#555" 9092  Optimised color: Changed "#444444" to "#444" 9128  Invalid property in CSS2.1: border-radius 9131  Invalid property in CSS2.1: -webkit-box-shadow 9132  Invalid property in CSS2.1: -moz-box-shadow 9133  Invalid property in CSS2.1: -ms-box-shadow 9134  Invalid property in CSS2.1: -o-box-shadow 9135  Invalid property in CSS2.1: box-shadow 9136  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -webkit-transition 9137  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -moz-transition 9138  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -ms-transition 9139  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: -o-transition 9140  Optimised number: Changed "0.3s" to ".3s"  Invalid property in CSS2.1: transition 9144  Invalid property in CSS2.1: -webkit-box-shadow 9145  Invalid property in CSS2.1: -moz-box-shadow 9146  Invalid property in CSS2.1: -ms-box-shadow 9147  Invalid property in CSS2.1: -o-box-shadow 9148  Invalid property in CSS2.1: box-shadow 9268  Invalid property in CSS2.1: text-overflow 9293  Invalid property in CSS2.1: -webkit-border-radius 9294  Invalid property in CSS2.1: -moz-border-radius 9295  Invalid property in CSS2.1: -ms-border-radius 9296  Invalid property in CSS2.1: -o-border-radius 9297  Invalid property in CSS2.1: border-radius 9304  Invalid property in CSS2.1: -webkit-border-radius 9305  Invalid property in CSS2.1: -moz-border-radius 9306  Invalid property in CSS2.1: -ms-border-radius 9307  Invalid property in CSS2.1: -o-border-radius 9308  Invalid property in CSS2.1: border-radius 9318  Invalid property in CSS2.1: -webkit-border-radius 9319  Invalid property in CSS2.1: -moz-border-radius 9320  Invalid property in CSS2.1: -ms-border-radius 9321  Invalid property in CSS2.1: -o-border-radius 9322  Invalid property in CSS2.1: border-radius 9336  Invalid property in CSS2.1: text-overflow 9365  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -webkit-transition 9366  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -moz-transition 9367  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -ms-transition 9368  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -o-transition 9369  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: transition 9370  Invalid property in CSS2.1: -webkit-border-radius 9371  Invalid property in CSS2.1: -moz-border-radius 9372  Invalid property in CSS2.1: -ms-border-radius 9373  Invalid property in CSS2.1: -o-border-radius 9374  Invalid property in CSS2.1: border-radius 9393  Invalid property in CSS2.1: opacity 9399  Invalid property in CSS2.1: -webkit-border-radius 9400  Invalid property in CSS2.1: -moz-border-radius 9401  Invalid property in CSS2.1: -ms-border-radius 9402  Invalid property in CSS2.1: -o-border-radius 9403  Invalid property in CSS2.1: border-radius 9404  Invalid property in CSS2.1: -webkit-transform 9405  Invalid property in CSS2.1: -moz-transform 9406  Invalid property in CSS2.1: -ms-transform 9407  Invalid property in CSS2.1: -o-transform 9408  Invalid property in CSS2.1: transform 9409  Optimised number: Changed "0.2s" to ".2s"  Invalid property in CSS2.1: -webkit-transition 9410  Optimised number: Changed "0.2s" to ".2s"  Invalid property in CSS2.1: -moz-transition 9411  Optimised number: Changed "0.2s" to ".2s"  Invalid property in CSS2.1: -ms-transition 9412  Optimised number: Changed "0.2s" to ".2s"  Invalid property in CSS2.1: -on-transition 9413  Optimised number: Changed "0.2s" to ".2s"  Invalid property in CSS2.1: transition 9416  Invalid property in CSS2.1: opacity 9418  Invalid property in CSS2.1: -webkit-transform 9419  Invalid property in CSS2.1: -moz-transform 9420  Invalid property in CSS2.1: -ms-transform 9421  Invalid property in CSS2.1: -o-transform 9422  Invalid property in CSS2.1: transform 9439  Optimised color: Changed "#999999" to "#999" 9446  Invalid property in CSS2.1: -webkit-border-radius 9447  Invalid property in CSS2.1: -moz-border-radius 9448  Invalid property in CSS2.1: -ms-border-radius 9449  Invalid property in CSS2.1: -o-border-radius 9450  Invalid property in CSS2.1: border-radius 9451  Optimised number: Changed "0.2s" to ".2s"  Invalid property in CSS2.1: -webkit-transition 9452  Optimised number: Changed "0.2s" to ".2s"  Invalid property in CSS2.1: -moz-transition 9453  Optimised number: Changed "0.2s" to ".2s"  Invalid property in CSS2.1: -ms-transition 9454  Optimised number: Changed "0.2s" to ".2s"  Invalid property in CSS2.1: -on-transition 9455  Optimised number: Changed "0.2s" to ".2s"  Invalid property in CSS2.1: transition 9474  Invalid property in CSS2.1: opacity 9478  Optimised number: Changed "0.2s" to ".2s"  Invalid property in CSS2.1: -webkit-transition 9479  Optimised number: Changed "0.2s" to ".2s"  Invalid property in CSS2.1: -moz-transition 9480  Optimised number: Changed "0.2s" to ".2s"  Invalid property in CSS2.1: -ms-transition 9481  Optimised number: Changed "0.2s" to ".2s"  Invalid property in CSS2.1: -o-transition 9482  Optimised number: Changed "0.2s" to ".2s"  Invalid property in CSS2.1: transition 9485  Invalid property in CSS2.1: opacity 9508  Invalid property in CSS2.1: -webkit-border-radius 9509  Invalid property in CSS2.1: -moz-border-radius 9510  Invalid property in CSS2.1: -ms-border-radius 9511  Invalid property in CSS2.1: -o-border-radius 9512  Invalid property in CSS2.1: border-radius 9513  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -webkit-transition 9514  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -moz-transition 9515  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -ms-transition 9516  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -o-transition 9517  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: transition 9518  Optimised number: Changed "0px" to "0"  Optimised color: Changed "#000000" to "#000"  Invalid property in CSS2.1: -webkit-box-shadow 9519  Optimised number: Changed "0px" to "0"  Optimised color: Changed "#000000" to "#000"  Invalid property in CSS2.1: -moz-box-shadow 9520  Optimised number: Changed "0px" to "0"  Optimised color: Changed "#000000" to "#000"  Invalid property in CSS2.1: -ms-box-shadow 9521  Optimised number: Changed "0px" to "0"  Optimised color: Changed "#000000" to "#000"  Invalid property in CSS2.1: -o-box-shadow 9522  Optimised number: Changed "0px" to "0"  Optimised color: Changed "#000000" to "#000"  Invalid property in CSS2.1: box-shadow 9531  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -webkit-transition 9532  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -moz-transition 9533  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -ms-transition 9534  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -o-transition 9535  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: transition 9564  Invalid property in CSS2.1: -webkit-border-radius 9565  Invalid property in CSS2.1: -moz-border-radius 9566  Invalid property in CSS2.1: -ms-border-radius 9567  Invalid property in CSS2.1: -o-border-radius 9568  Invalid property in CSS2.1: border-radius 9573  Invalid property in CSS2.1: -webkit-border-radius 9574  Invalid property in CSS2.1: -moz-border-radius 9575  Invalid property in CSS2.1: -ms-border-radius 9576  Invalid property in CSS2.1: -o-border-radius 9577  Invalid property in CSS2.1: border-radius 9586  Invalid property in CSS2.1: opacity 9610  Optimised number: Changed "0.5px" to ".5px" 9612  Invalid property in CSS2.1: -webkit-border-radius 9613  Invalid property in CSS2.1: -moz-border-radius 9614  Invalid property in CSS2.1: -ms-border-radius 9615  Invalid property in CSS2.1: -o-border-radius 9616  Invalid property in CSS2.1: border-radius 9635  Optimised color: Changed "#555555" to "#555" 9642  Invalid property in CSS2.1: -webkit-border-radius 9643  Invalid property in CSS2.1: -moz-border-radius 9644  Invalid property in CSS2.1: -ms-border-radius 9645  Invalid property in CSS2.1: -o-border-radius 9646  Invalid property in CSS2.1: border-radius 9647  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -webkit-transition 9648  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -moz-transition 9649  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -ms-transition 9650  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -o-transition 9651  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: transition 9666  Invalid property in CSS2.1: -webkit-border-radius 9667  Invalid property in CSS2.1: -moz-border-radius 9668  Invalid property in CSS2.1: -ms-border-radius 9669  Invalid property in CSS2.1: -o-border-radius 9670  Invalid property in CSS2.1: border-radius 9671  Invalid property in CSS2.1: -webkit-box-shadow 9672  Invalid property in CSS2.1: -moz-box-shadow 9673  Invalid property in CSS2.1: -ms-box-shadow 9674  Invalid property in CSS2.1: -o-box-shadow 9675  Invalid property in CSS2.1: box-shadow 9698  Optimised color: Changed "black" to "#000" 9706  Invalid property in CSS2.1: -webkit-border-radius 9707  Invalid property in CSS2.1: -moz-border-radius 9708  Invalid property in CSS2.1: -ms-border-radius 9709  Invalid property in CSS2.1: -o-border-radius 9710  Invalid property in CSS2.1: border-radius 9716  Optimised color: Changed "white" to "#FFF" 9743  Optimised color: Changed "#999999" to "#999" 9780  Invalid property in CSS2.1: text-overflow 9782  Invalid property in CSS2.1: -webkit-border-radius 9783  Invalid property in CSS2.1: -moz-border-radius 9784  Invalid property in CSS2.1: -ms-border-radius 9785  Invalid property in CSS2.1: -o-border-radius 9786  Invalid property in CSS2.1: border-radius 9798  Invalid property in CSS2.1: -webkit-border-radius 9799  Invalid property in CSS2.1: -moz-border-radius 9800  Invalid property in CSS2.1: -ms-border-radius 9801  Invalid property in CSS2.1: -o-border-radius 9802  Invalid property in CSS2.1: border-radius 9811  Invalid property in CSS2.1: -webkit-border-radius 9812  Invalid property in CSS2.1: -moz-border-radius 9813  Invalid property in CSS2.1: -ms-border-radius 9814  Invalid property in CSS2.1: -o-border-radius 9815  Invalid property in CSS2.1: border-radius 9834  Invalid property in CSS2.1: border-radius 9836  Optimised color: Changed "#555555" to "#555" 9857  Invalid property in CSS2.1: -webkit-border-radius 9858  Invalid property in CSS2.1: -moz-border-radius 9859  Invalid property in CSS2.1: -ms-border-radius 9860  Invalid property in CSS2.1: -o-border-radius 9861  Invalid property in CSS2.1: border-radius 9864  Invalid property in CSS2.1: -webkit-border-radius 9865  Invalid property in CSS2.1: -moz-border-radius 9866  Invalid property in CSS2.1: -ms-border-radius 9867  Invalid property in CSS2.1: -o-border-radius 9868  Invalid property in CSS2.1: border-radius 9879  Invalid property in CSS2.1: -webkit-border-radius 9880  Invalid property in CSS2.1: -moz-border-radius 9881  Invalid property in CSS2.1: -ms-border-radius 9882  Invalid property in CSS2.1: -o-border-radius 9883  Invalid property in CSS2.1: border-radius 9893  Invalid property in CSS2.1: -webkit-border-radius 9894  Invalid property in CSS2.1: -moz-border-radius 9895  Invalid property in CSS2.1: -ms-border-radius 9896  Invalid property in CSS2.1: -o-border-radius 9897  Invalid property in CSS2.1: border-radius 9904  Invalid property in CSS2.1: -webkit-box-shadow 9905  Invalid property in CSS2.1: -moz-box-shadow 9906  Invalid property in CSS2.1: -ms-box-shadow 9907  Invalid property in CSS2.1: -o-box-shadow 9908  Invalid property in CSS2.1: box-shadow 9935  Invalid property in CSS2.1: -webkit-border-radius 9936  Invalid property in CSS2.1: -moz-border-radius 9937  Invalid property in CSS2.1: -ms-border-radius 9938  Invalid property in CSS2.1: -o-border-radius 9939  Invalid property in CSS2.1: border-radius 9947  Invalid property in CSS2.1: -webkit-border-radius 9948  Invalid property in CSS2.1: -moz-border-radius 9949  Invalid property in CSS2.1: -ms-border-radius 9950  Invalid property in CSS2.1: -o-border-radius 9951  Invalid property in CSS2.1: border-radius 9961  Invalid property in CSS2.1: -webkit-border-radius 9962  Invalid property in CSS2.1: -moz-border-radius 9963  Invalid property in CSS2.1: -ms-border-radius 9964  Invalid property in CSS2.1: -o-border-radius 9965  Invalid property in CSS2.1: border-radius 9966  Optimised color: Changed "#808080" to "gray"  Invalid property in CSS2.1: -webkit-box-shadow 9967  Optimised color: Changed "#808080" to "gray"  Invalid property in CSS2.1: -moz-box-shadow 9968  Optimised color: Changed "#808080" to "gray"  Invalid property in CSS2.1: -ms-box-shadow 9969  Optimised color: Changed "#808080" to "gray"  Invalid property in CSS2.1: -o-box-shadow 9970  Optimised color: Changed "#808080" to "gray"  Invalid property in CSS2.1: box-shadow 9990  Optimised color: Changed "#666666" to "#666" 10000  Optimised color: Changed "#666666" to "#666" 10047  Invalid property in CSS2.1: -webkit-border-radius 10048  Invalid property in CSS2.1: -moz-border-radius 10049  Invalid property in CSS2.1: -ms-border-radius 10050  Invalid property in CSS2.1: -o-border-radius 10051  Invalid property in CSS2.1: border-radius 10052  Invalid property in CSS2.1: -webkit-box-shadow 10053  Invalid property in CSS2.1: -moz-box-shadow 10054  Invalid property in CSS2.1: -ms-box-shadow 10055  Invalid property in CSS2.1: -o-box-shadow 10056  Invalid property in CSS2.1: box-shadow 10057  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -webkit-transition 10058  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -moz-transition 10059  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -ms-transition 10060  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -o-transition 10061  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: transition 10064  Invalid property in CSS2.1: -webkit-box-shadow 10065  Invalid property in CSS2.1: -moz-box-shadow 10066  Invalid property in CSS2.1: -ms-box-shadow 10067  Invalid property in CSS2.1: -o-box-shadow 10068  Invalid property in CSS2.1: box-shadow 10083  Invalid property in CSS2.1: -webkit-border-radius 10084  Invalid property in CSS2.1: -moz-border-radius 10085  Invalid property in CSS2.1: -ms-border-radius 10086  Invalid property in CSS2.1: -o-border-radius 10087  Invalid property in CSS2.1: border-radius 10088  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -webkit-transition 10089  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -moz-transition 10090  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -ms-transition 10091  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -o-transition 10092  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: transition 10121  Invalid property in CSS2.1: -webkit-border-radius 10122  Invalid property in CSS2.1: -moz-border-radius 10123  Invalid property in CSS2.1: -ms-border-radius 10124  Invalid property in CSS2.1: -o-border-radius 10125  Invalid property in CSS2.1: border-radius 10140  Invalid property in CSS2.1: -webkit-border-radius 10141  Invalid property in CSS2.1: -moz-border-radius 10142  Invalid property in CSS2.1: -ms-border-radius 10143  Invalid property in CSS2.1: -o-border-radius 10144  Invalid property in CSS2.1: border-radius 10145  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -webkit-transition 10146  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -moz-transition 10147  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -ms-transition 10148  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -o-transition 10149  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: transition 10172  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -webkit-transition 10173  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -moz-transition 10174  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -ms-transition 10175  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -o-transition 10176  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: transition 10180  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -webkit-transition 10181  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -moz-transition 10182  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -ms-transition 10183  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: -o-transition 10184  Optimised number: Changed "0.4s" to ".4s"  Invalid property in CSS2.1: transition 10194  Invalid property in CSS2.1: -webkit-border-radius 10195  Invalid property in CSS2.1: -moz-border-radius 10196  Invalid property in CSS2.1: -ms-border-radius 10197  Invalid property in CSS2.1: -o-border-radius 10198  Invalid property in CSS2.1: border-radius 10414  Optimised number: Changed "0px" to "0" 10452  Optimised color: Changed "#999999" to "#999" 10577  Optimised number: Changed "0px" to "0" 10581  Invalid property in CSS2.1: -webkit-border-radius 10582  Invalid property in CSS2.1: -moz-border-radius 10583  Invalid property in CSS2.1: -ms-border-radius 10584  Invalid property in CSS2.1: -o-border-radius 10585  Invalid property in CSS2.1: border-radius 10642  Optimised color: Changed "#888888" to "#888"  Invalid property in CSS2.1: box-shadow 10710  Optimised color: Changed "#000000" to "#000" 10748  Optimised number: Changed "0px" to "0" 10752  Invalid property in CSS2.1: -webkit-border-radius 10753  Invalid property in CSS2.1: -moz-border-radius 10754  Invalid property in CSS2.1: -ms-border-radius 10755  Invalid property in CSS2.1: -o-border-radius 10756  Invalid property in CSS2.1: border-radius  Input: 250.99KB, Output:179.419KB, Compression Ratio: 28.5%(-71571 Bytes) Select or Copy to Clipboard  html {
overflow-x:hidden;
}*/
    
    body {
        float: left;
        width: 100%;
        position: relative;
        font-family: "open sans";
        font-weight: 500;
    }
    body,
    ul,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: "open sans";
        color: #444;
        letter-spacing: .3px;
    }
    p {
        font-family: "open sans";
        color: #666;
        font-size: 15px;
        line-height: 26px;
        letter-spacing: .3px;
    }
    .ie8_data {
        color: red;
        text-align: center;
    }
    .overiew h2 {
        border-bottom: 1px solid #CCC;
        text-align: center;
        margin-bottom: 22px;
        padding-bottom: 10px;
    }
    ul li,
    ul li a,
    ol li,
    ol li a {
        font-family: "open sans";
        font-size: 14px;
        line-height: 33px;
    }
    ul li i {
        color: #c5c3c3;
        font-size: 15px;
        margin-right: 10px;
    }
    a:hover,
    a:focus {
        text-decoration: none;
        outline: none;
    }
    .theme-layout {
        float: left;
        width: 100%;
        margin-top: -20px;
    }
    .theme_ie1 {
        margin-top: -15px!important;
    }
    .theme-layout.boxed {
        float: none;
        overflow: hidden;
        position: relative;
        width: 1230px;
        -webkit-box-shadow: 0 0 15px #121212;
        -moz-box-shadow: 0 0 15px #121212;
        -ms-box-shadow: 0 0 15px #121212;
        -o-box-shadow: 0 0 15px #121212;
        box-shadow: 0 0 15px #121212;
        margin: 0 auto;
    }
    .theme-layout.boxed:before {
        background: none repeat scroll 0 0 #FFF;
        content: "";
        height: 100%;
        width: 100%;
        z-index: -1;
        position: absolute;
        left: 0;
        top: 0;
    }
    section {
        float: left;
        width: 100%;
        position: relative;
    }
    .block {
        float: left;
        position: relative;
        width: 100%;
        padding: 70px 0;
    }
    .block_1 {
        float: left;
        position: relative;
        width: 100%;
        padding: 0 0 70px;
    }
    .remove-bottom-gap {
        padding-bottom: 0;
    }
    iframe {
        border: 0;
        width: 100%;
        float: left;
    }
    .parallax {
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-size: cover!important;
        background-attachment: fixed!important;
        width: 100%;
        z-index: -9999!important;
        -webkit-transition: all .5s ease 0;
        -moz-transition: all .5s ease 0;
        -ms-transition: all .5s ease 0;
        -o-transition: all .5s ease 0;
        transition: all .5s ease 0;
        margin: 0;
    }
    .blackish:before,
    .coloured:before,
    .whitish:before {
        background: none repeat scroll 0 0 #1c1a2e;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.75;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0;
    }
    .whitish:before {
        background: none repeat scroll 0 0 #f9f9f9;
        opacity: 0.9;
    }
    .owl-carousel {
        cursor: move;
    }
    .title {
        border-bottom: 1px dotted #CBCBCB;
        float: left;
        padding-bottom: 17px;
        margin-bottom: 35px;
        position: relative;
        width: 100%;
    }
    .title:before {
        background: none repeat scroll 0 0 #FFF;
        color: #d2d2d2;
        content: "\f0e7";
        font-family: fontawesome;
        margin-left: -15px;
        font-size: 16px;
        height: 20px;
        width: 30px;
        text-align: center;
        position: absolute;
        bottom: -4px;
        left: 50%;
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
    .title > span {
        color: #ABABAB;
        float: left;
        font-size: 11px;
        line-height: 17px;
        margin-bottom: 13px;
        margin-top: -3px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
    }
    .title > h2 {
        float: left;
        font-size: 22px;
        margin-top: -5px;
        width: 100%;
        font-weight: 600;
    }
    .align-right {
        float: right;
        max-width: 50%;
        padding: 10px 0;
    }
    header {
        float: left;
        position: absolute;
        width: 100%;
        z-index: 10000000;
    }
    .topbar {
        border-bottom: 1px solid #f2f2f2;
        float: left;
        width: 100%;
    }
    .topbar .container {
        position: relative;
        padding: 0;
    }
    .topbar p {
        color: #999;
        float: left;
        font-family: "open sans";
        font-size: 11px;
        line-height: 20px;
        padding: 10px 0;
    }
    .topbar p i {
        font-size: 15px;
        margin-right: 10px;
    }
    .logo {
        float: left;
        max-width: 200px;
    }
    .logo > a {
        float: left;
        width: 100%;
        margin-top: 22px;
    }
    nav ul li {
        float: left;
        margin-left: 10px;
        position: relative;
    }
    nav ul li.menu-item-has-children:after {
        bottom: -11.5px;
        height: 23px;
        left: 50%;
        margin-left: -11.5px;
        opacity: 0;
        position: absolute;
        width: 23px;
        content: "";
        z-index: -1;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }
    nav ul li:hover:after {
        opacity: 1;
        bottom: -11.5px;
    }
    nav ul li a {
        color: #6a6969;
        float: left;
        font-family: "open sans";
        font-size: 14px!important;
        width: 100%;
        line-height: 20px;
        position: relative;
        font-weight: 600;
        padding: 45px 20px;
    }
    nav ul li ul li a {
        color: #6a6969;
        float: left;
        font-family: "open sans";
        font-size: 12px!important;
        width: 100%;
        line-height: 20px;
        position: relative;
        font-weight: 700;
    }
    nav ul li ul li ul li a {
        color: #6a6969;
        float: left;
        font-family: "open sans";
        font-size: 12px!important;
        width: 100%;
        line-height: 20px;
        position: relative;
        font-weight: 200;
    }
    nav ul li a:before {
        content: "";
        height: 1px;
        width: 0;
        position: absolute;
        left: 50%;
        top: -1px;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }
    nav ul li.menu-item-has-children a:after {
        opacity: 0;
        bottom: 4px;
        content: "\f0ab";
        font-family: fontawesome;
        height: 30px;
        left: 50%;
        margin-left: -7px;
        position: absolute;
        text-align: center;
        width: 14px;
        -webkit-transition: all .3s ease .2s;
        -moz-transition: all .3s ease .2s;
        -ms-transition: all .3s ease .2s;
        -o-transition: all .3s ease .2s;
        transition: all .3s ease .2s;
    }
    nav ul li:hover a:after {
        opacity: 1;
        bottom: -4px;
    }
    nav ul li > ul {
        left: -9999px;
        position: absolute;
        top: 100%;
        width: 200px;
        z-index: -1;
        -webkit-transform: perspective(200px) rotateX(-15deg);
        -moz-transform: perspective(200px) rotateX(-15deg);
        -ms-transform: perspective(200px) rotateX(-15deg);
        -o-transform: perspective(200px) rotateX(-15deg);
        transform: perspective(200px) rotateX(-15deg);
        -webkit-transform-origin: -40% 0 0;
        -moz-transform-origin: -40% 0 0;
        -ms-transform-origin: -40% 0 0;
        -o-transform-origin: -40% 0 0;
        transform-origin: -40% 0 0;
        -webkit-transition: 0 .8s ease 0;
        -moz-transition: 0 .8s ease 0;
        -ms-transition: 0 .8s ease 0;
        -o-transition: 0 .8s ease 0;
        transition: transform .8s ease 0;
        margin: 0;
    }
    nav ul li:hover > ul {
        left: 0;
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
    nav ul li > ul li {
        width: 100%;
        background: none repeat scroll 0 0 rgba(245, 245, 245, 0.9);
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
        margin: 0;
    }
    nav ul li > ul li:hover {
        background: none repeat scroll 0 0 rgba(240, 240, 240, 0.9);
    }
    nav ul li > ul li a {
        border-top: 1px solid rgba(250, 250, 250, 0.2);
        padding: 15px 20px;
    }
    nav ul li > ul li > ul {
        left: -9999px;
        top: 0;
    }
    nav ul li > ul li:hover > ul {
        left: 100%;
    }
    nav {
        background: none repeat scroll 0 0 #fff;
        float: left;
        width: 100%;
    }
    .navs2 {
        max-height: 96px;
    }
    .navs1 {
        box-shadow: 0 3px 5px #888;
    }
    nav .container {
        position: relative;
        height: 100%;
        padding: 0;
    }
    nav ul li > ul li.menu-item-has-children:before {
        content: "";
        position: absolute;
        right: 10px;
        width: 10px;
        height: 10px;
        top: 50%;
        margin-top: -5px;
        line-height: 10px;
        background: url(../images/arrows2.png) no-repeat scroll -87px -3px transparent;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
        padding: 0;
    }
    nav ul li > ul li.menu-item-has-children:hover:before {
        right: 8px;
    }
    .header-search {
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
    }
    .header-search > input[type="text"] {
        position: absolute;
        right: 0;
        top: 100%;
        border: 0;
        width: 250px;
        height: 0;
        font-family: "open sans";
        font-size: 11px;
        -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;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
        padding: 0 20px;
    }
    .header-search:hover > input[type="text"],
    .header-search > input[type="text"]:focus {
        height: 35px;
        padding: 10px 20px;
    }
    .topbar .header-search {
        position: relative;
        width: auto;
        float: left;
        margin: 3px 10px 0;
    }
    .cart-dropdown {
        border-left: 1px solid #e2e2e2;
        border-right: 1px solid #e2e2e2;
        float: right;
        position: relative;
    }
    .cart-dropdown > p {
        background: none repeat scroll 0 0 #f5f5f5;
        cursor: pointer;
        position: relative;
        margin: 0;
        padding: 10px 30px;
    }
    .cart-dropdown > p:before {
        content: "";
        width: 0;
        height: 1px;
        position: absolute;
        bottom: -1px;
        left: 50%;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }
    .cart-dropdown > ul {
        position: absolute;
        right: 0;
        top: 100%;
        width: 280px;
        z-index: 100;
        display: none;
    }
    .cart-dropdown > ul:after {
        border-bottom: 5px solid;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        top: -5px;
        content: "";
        height: 0;
        right: 120px;
        position: absolute;
        width: 0;
    }
    .cart-dropdown > ul li.item-number {
        background: none repeat scroll 0 0 #ececec;
        border-top: 2px solid;
        width: 100%;
        line-height: 20px;
        margin: 0;
        padding: 10px 25px;
    }
    .cart-dropdown > ul li {
        float: left;
        width: 100%;
        background: #f9f9f9;
        position: relative;
        padding: 20px;
    }
    .cart-dropdown > ul li:after {
        content: "";
        position: absolute;
        left: 50%;
        margin-left: -40%;
        width: 80%;
        height: 1px;
        bottom: 0;
        background: #f2f2f2;
    }
    .cart-dropdown > ul li img {
        float: left;
        margin-right: 20px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }
    .cart-dropdown > ul li span.remove {
        position: absolute;
        right: 20px;
        top: 20px;
        cursor: pointer;
    }
    .cart-dropdown > ul li span.remove i {
        float: right;
        margin: 0;
    }
    .cart-dropdown > ul li h6 {
        font-size: 14px;
        margin-top: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .cart-dropdown > ul li h6 a {
        color: #555;
        line-height: 17px;
        float: left;
    }
    .cart-dropdown > ul li span {
        color: #a7a7a7;
        float: none;
        font-size: 12px;
        font-weight: 600;
        line-height: 24px;
        width: auto;
        padding: 0;
    }
    .cart-dropdown > ul li a.cart-drop-btn {
        float: left;
        line-height: 20px;
        width: 45%;
        border: 1px solid #EAEAEA;
        text-align: center;
        font-size: 12px;
        letter-spacing: .3px;
        font-family: "open sans";
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
        margin: 0 2.5%;
        padding: 7px 15px;
    }
    .green_line2 {
        border-top: 3px solid #98bf0e;
    }
    .green_line3 {
        border-top: 3px solid #60c659;
    }
    .green_line4 {
        border-top: 3px solid #7ee077;
    }
    .parpal_line2 {
        border-top: 3px solid #752763;
    }
    .green_line5 {
        border-top: 3px solid #00822a;
    }
    .parpal_line3 {
        border-top: 3px solid #622081;
    }
    .Pink_line2 {
        border-top: 3px solid #e2017b;
    }
    .red_line2 {
        border-top: 3px solid #fe0000;
    }
    .blue_line2 {
        border-top: 3px solid #0a609b;
    }
    .blue_line3 {
        border-top: 3px solid #00a3d2;
    }
    .blue_line4 {
        border-top: 3px solid #7bc5fc;
    }
    .blue_line5 {
        border-top: 3px solid #75acef;
    }
    .blue_line6 {
        border-top: 3px solid #4e6dbf;
    }
    .blue_line7 {
        border-top: 3px solid #b5bbf4;
    }
    .blue_line8 {
        border-top: 3px solid #a5bdf4;
    }
    .orenge_line {
        border-top: 3px solid #f37519;
    }
    .blue_line1 {
        border-top: 3px solid #7f80aa;
    }
    .perpal_line1 {
        border-top: 3px solid #6b485c;
    }
    .blue_line9 {
        border-top: 3px solid #044775;
    }
    .yellow_line1 {
        border-top: 3px solid #f19300;
    }
    .header2 {
        background-image: url(../images/ptrn.jpg);
    }
    header.header3 nav {
        background: none repeat scroll 0 0 rgba(245, 245, 245, 0.9);
    }
    header.header3 .header-search > input[type="text"] {
        background: rgba(255, 255, 255, 0.9);
    }
    header.header4 nav {
        background-image: linear-gradient(tobottom, #FFFFFF0%, #BABABA200%);
    }
    .header-timer {
        float: left;
        margin-right: 30px;
    }
    .header-timer > p {
        color: #fff;
        float: left;
        font-weight: 700;
        margin: 0;
        padding: 10px 12px;
    }
    .header-timer ul {
        float: left;
        margin-left: 20px;
        width: auto;
        border-right: 1px solid #f3f3f3;
        padding: 0 30px 0 0;
    }
    .header-timer ul > li {
        float: left;
        padding: 2px 0;
    }
    .header-timer ul > li span {
        float: left;
        width: 100%;
        font-family: "open sans";
        font-weight: 700;
        color: #c9c9c9;
        line-height: 18px;
        text-align: center;
    }
    .header-timer ul > li p {
        float: left;
        width: 100%;
        text-align: center;
        line-height: 18px;
        margin: 0;
        padding: 0;
    }
    header.header6 nav .container > ul {
        float: left;
        margin-right: 0;
        margin-left: 50px;
    }
    header.header7 nav {
        background: none;
    }
    header.header7 nav .container {
        background-image: linear-gradient(tobottom, #FFFFFF0%, #BABABA200%);
        -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;
        padding: 0 20px;
    }
    header.header7 .header-search {
        right: 20px;
    }
    header .social-media {
        margin: 7px;
    }
    header.sticky nav {
        position: fixed;
        top: 0;
        left: 0;
        margin-top: 0;
        -webkit-box-shadow: 0 0 5px #d0d0d0;
        -moz-box-shadow: 0 0 5px #d0d0d0;
        -ms-box-shadow: 0 0 5px #d0d0d0;
        -o-box-shadow: 0 0 5px #d0d0d0;
        box-shadow: 0 0 5px #d0d0d0;
    }
    header.sticky nav .container > ul > li > a {
        padding: 32px 20px;
    }
    header.sticky .header-search > input[type="submit"] {
        height: 84px;
    }
    header.header8.sticky nav {
        background-color: #FFF;
    }
    .slider {
        float: left;
        position: relative;
        width: 100%;
        z-index: 0;
    }
    .tp-banner-container {
        z-index: -1;
        position: relative;
    }
    .slide1-text {
        font-family: "open sans";
        color: #FFF;
        font-size: 16px;
        font-weight: 700;
    }
    .slide1-box {
        color: #FFF;
        height: 230px;
        overflow: hidden;
        text-align: center;
        width: 230px;
        border: 8px solid rgba(255, 255, 255, 0.2);
        background-clip: padding-box;
        white-space: nowrap;
        text-overflow: ellipsis;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        padding: 60px 0;
    }
    .slide1-box img {
        display: table;
        margin: 0 auto 20px;
    }
    .slide1-box:before {
        content: "";
        opacity: 0.7;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
    .slide2-title i {
        font-style: normal;
        font-size: inherit;
        margin: 0;
    }
    .slide2-round {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
        text-align: center;
        font-family: "open sans";
        color: #FFF;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
    }
    .slide2-sub-title img {
        display: table;
        margin: 0 auto 15px;
    }
    .slide3-black {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0.82);
        height: 200px;
        left: 0!important;
        position: absolute;
        width: 640px!important;
        -webkit-border-radius: 0 3px 0 3px;
        -moz-border-radius: 0 3px;
        -ms-border-radius: 0 3px 0 3px;
        -o-border-radius: 0 3px 0 3px;
        border-radius: 0 3px 0 3px;
    }
    .slide3-desc {
        color: #e5e5e5;
        font-family: "open sans";
    }
    .wpb_revslider_element {
        z-index: 0;
        position: relative;
        margin: 0;
    }
    .slider4-text1 {
        float: left;
        font-family: "open sans";
        font-size: 50px;
        font-weight: 900;
    }
    .slider4-text2 {
        color: #595959;
        float: left;
        font-family: "open sans";
        font-size: 30px;
        font-weight: 100;
        letter-spacing: .3px;
    }
    .slider4-text3 {
        color: #403d3e;
        float: left;
        font-family: "open sans";
        font-size: 16px;
        font-weight: 400;
        letter-spacing: .3px;
    }
    .slide-btn {
        color: #e8eef5!important;
        float: left;
        font-family: "open sans";
        font-size: 17px;
        font-weight: 700;
        line-height: 10px;
        position: relative;
        text-align: center;
        z-index: 9999;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        padding: 18px 30px;
    }
    .slide7-box {
        background: none repeat scroll 0 0 rgba(255, 255, 255, 0.19);
        border: 4px solid rgba(255, 255, 255, 0.3);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
    }
    .slide7-box.dark {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0.09);
    }
    .slide7-box h3 {
        color: #fff;
        font-size: inherit;
        font-weight: 600;
        text-shadow: 0 1px 1px #bfbfbf;
        text-transform: uppercase;
        margin-top: 5px;
    }
    .slide7-box h3 span {
        font-weight: 200;
    }
    .slide7-box p {
        color: #fff;
        font-size: 15px;
        margin-bottom: 5px;
        margin-top: 20px;
        text-shadow: 0 1px 1px #bfbfbf;
    }
    .slide8-title {
        color: #fff;
        font-family: "open sans";
        font-weight: 700;
    }
    .slide8-title span {
        font-weight: 200;
        color: #494848;
    }
    .slide8-quote {
        color: #f7f2f2;
        font-size: 15px;
        text-align: center;
        font-family: "open sans";
    }
    .slide8-quote i {
        color: #cacaca;
        font-size: 36px;
        left: -10px;
        position: absolute;
        top: -5px;
        z-index: -1;
    }
    .slide8-quote i.fa-quote-right {
        left: auto;
        right: 0;
        top: auto;
        bottom: 0;
    }
    .slide8-button {
        background: none repeat scroll 0 0 rgba(255, 255, 255, 0.17);
        border: 1px solid #cfcfcf;
        color: #fff!important;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }
    .slide9-title {
        color: #fff;
        font-family: "open sans";
        font-weight: 100;
        text-shadow: 0 1px 2px #505050;
    }
    .slide9-title span {
        color: #000;
    }
    .slide9-subtitle {
        color: #fff;
        font-family: "open sans";
        font-weight: 600;
    }
    .slide9-button {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0.17);
        border: 1px solid #616161;
        color: #fff!important;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }
    .slide10-title {
        color: #fff;
        font-family: Open Sans, sans-serif;
        font-weight: 800;
    }
    .slide10-text {
        font-size: 18px;
        font-weight: 500;
        font-family: "open sans";
        color: #c2c2c2;
    }
    .slide10-button {
        color: #fff;
        font-family: "open sans";
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: all .4s linear;
        -moz-transition: all .4s linear;
        -ms-transition: all .4s linear;
        -o-transition: all .4s linear;
        transition: all .4s linear;
    }
    .slide11-title {
        color: #FFF;
        font-family: "open sans";
        font-weight: 700;
    }
    .slide11-box {
        background-color: #FFF;
        font-family: "open sans";
        font-weight: 300;
        color: #383838;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }
    .slide-blk-button {
        color: #FFF;
        font-family: "open sans";
        background-color: #1c1c1c;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }
    .slide-blk-button i {
        font-size: inherit;
    }
    .slide12-box {
        font-family: "open sans";
        color: #FFF;
        font-weight: 700;
        background: #8f3429;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }
    .slide12-box2 {
        color: #282828;
        background: #d8c291;
        font-weight: 600;
        font-family: "open sans";
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }
    .slide-quote {
        color: #fff;
        font-family: "open sans";
        font-style: italic;
    }
    .quote-title {
        color: #fff;
        font-family: "open sans";
        text-transform: uppercase;
        font-weight: 700;
    }
    .quote-symbol {
        background-clip: padding-box;
        color: #fff;
        -webkit-box-shadow: 0 0 18px #505050 inset;
        -moz-box-shadow: 0 0 18px #505050 inset;
        -ms-box-shadow: 0 0 18px #505050 inset;
        -o-box-shadow: 0 0 18px #505050 inset;
        box-shadow: 0 0 18px #505050 inset;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
    }
    .welcome h1 {
        color: #202089;
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 20px;
        font-family: "open sans";
    }
    .welcome h2 {
        color: #202089;
        font-size: 30px;
        font-weight: 100;
        font-family: "open sans";
    }
    .welcome > p {
        font-size: 15px;
        line-height: 30px;
        width: 80%;
        color: #202089;
        font-family: "open sans";
        margin: 0 auto 30px;
    }
    .welcome > a {
        border: 1px solid;
        color: #FFF;
        font-size: 13px;
        display: table;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
        margin: 0 auto;
        padding: 10px 30px;
    }
    .pastors-message h4 {
        color: #fff;
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 10px;
        margin-top: 40px;
        padding-right: 50px;
    }
    .pastors-message .row > div > span {
        float: left;
        font-size: 13px;
        font-style: italic;
        letter-spacing: .3px;
        margin-bottom: 10px;
        padding-right: 50px;
        width: 100%;
    }
    .pastors-message p {
        color: #c5c5c5;
        font-size: 15px;
        padding-right: 120px;
    }
    .pastors-message .sermon-media li {
        background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
        border: 0 none;
    }
    .counter-events {
        float: left;
        width: 100%;
        margin-bottom: -30px;
    }
    .event-count {
        float: left;
        position: relative;
        width: 100%;
        margin-bottom: 30px;
    }
    .downcount {
        position: absolute;
        left: 0;
        width: 100%;
        bottom: 0;
        background: rgba(255, 255, 255, 0.8);
        padding: 0 10px;
    }
    .downcount i {
        font-size: 30px;
        color: #888;
        padding: 13px 0 13px 20px;
    }
    .downcount ul {
        width: auto;
        height: 100%;
        position: relative;
        float: right;
        top: 0;
        right: 0;
    }
    .downcount ul li {
        border: 0 none;
        float: left;
        text-align: center;
        width: auto;
        padding: 10px 6px;
    }
    .downcount ul li span {
        color: #555;
        display: table;
        font-size: 17px;
        font-weight: 700;
        line-height: 15px;
        margin: 0 auto;
    }
    .downcount ul li p {
        color: #888;
        float: left;
        font-family: "open sans";
        font-size: 10px;
        line-height: 20px;
        margin-top: 2px;
        width: 100%;
    }
    .event-count > h4 {
        float: left;
        width: 100%;
        font-family: "open sans";
        font-size: 15px;
        text-align: center;
        line-height: 31px;
        border-left: 1px solid #ededed;
        border-right: 1px solid #ededed;
        border-bottom: 1px solid #ededed;
        -webkit-box-shadow: 0 0 10px #f5f5f5 inset;
        -moz-box-shadow: 0 0 10px #f5f5f5 inset;
        -ms-box-shadow: 0 0 10px #f5f5f5 inset;
        -o-box-shadow: 0 0 10px #f5f5f5 inset;
        box-shadow: 0 0 10px #f5f5f5 inset;
        -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;
        padding: 15px;
    }
    .service-block > h3 {
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 10px;
        text-transform: uppercase;
        float: left;
        width: 100%;
    }
    .service-image {
        border: 1px solid #ededed;
        float: left;
        position: relative;
        width: 100%;
        margin-bottom: 30px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        padding: 7px;
    }
    .service-image i {
        width: 60px;
        height: 60px;
        position: absolute;
        left: 50%;
        bottom: -30px;
        background: #FFF;
        line-height: 60px;
        border-radius: 50%;
        margin-left: -30px;
        z-index: 0;
        font-size: 24px;
    }
    .service-block > a {
        color: #FFF;
        display: table;
        font-family: 'Open Sans';
        font-size: 13px;
        border: 1px solid #FFF;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
        margin: 20px auto 0;
        padding: 8px 25px;
    }
    .news-details {
        bottom: 5px;
        left: 0;
        position: absolute;
        width: 100%;
        color: #FFF;
        font-family: "open sans";
        z-index: 1;
        padding: 10px 20px;
    }
    .news-details:before {
        background: #000;
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        opacity: 0.9;
    }
    .news-details span {
        float: left;
        font-size: 13px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 33.334%;
        text-align: center;
    }
    .news-details span i {
        line-height: 17px;
        font-size: 14px;
        padding-left: 1px;
        margin-right: 10px;
    }
    h4.new-title {
        float: left;
        width: 100%;
        font-size: 14px;
        font-weight: 600;
        background: url(../images/church-icon.png) no-repeat scroll 20px center #fbfbfb;
        padding: 20px 10px 20px 50px;
    }
    h4.new-title a {
        color: #444;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }
    .latest-news-carousel .owl-buttons {
        margin-top: -18px;
        position: absolute;
        top: 50%;
        width: 100%;
    }
    .latest-news-carousel .owl-buttons > div {
        background: url(../images/arrows2.png) no-repeat scroll 6px 10px rgba(255, 255, 255, 0.8);
        height: 36px;
        width: 36px;
        left: 20px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }
    .latest-news-carousel .owl-buttons > div.owl-next {
        background-position: -75px 10px;
        right: 20px;
    }
    .latest-news-carousel .owl-buttons > div:hover {
        background-position: 6px -33px;
    }
    .latest-news-carousel .owl-buttons > div.owl-next:hover {
        background-position: -73px -35px;
    }
    .event-listing {
        float: left;
        width: 100%;
        margin-bottom: -20px;
    }
    .event {
        float: left;
        width: 100%;
        padding-bottom: 20px;
        border-bottom: 1px solid #ebebeb;
        margin-bottom: 20px;
    }
    .event-date {
        border: 1px solid #ededed;
        float: left;
        margin-right: 35px;
        text-align: center;
        width: 77px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0 0 13px #efefef inset;
        -moz-box-shadow: 0 0 13px #efefef inset;
        -ms-box-shadow: 0 0 13px #efefef inset;
        -o-box-shadow: 0 0 13px #efefef inset;
        box-shadow: 0 0 13px #efefef inset;
        padding: 10px 0;
    }
    .event-date span {
        float: left;
        width: 100%;
        font-family: "open sans";
        font-size: 13px;
        color: #FFF;
        line-height: 23px;
    }
    .event-date strong {
        color: #5f5f5f;
        float: left;
        font-size: 20px;
        line-height: 20px;
        margin-top: 10px;
        width: 100%;
    }
    .event-date i {
        color: #5f5f5f;
        float: left;
        font-family: "open sans";
        font-weight: 400;
        line-height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
        font-style: normal;
        padding: 0 10px;
    }
    .event > h3 {
        color: #555;
        font-family: "open sans";
        font-size: 16px;
        font-weight: 400;
        text-transform: uppercase;
        margin-top: 10px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .event > p {
        color: #777;
        margin-top: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: 10px;
    }
    .event > span {
        font-family: "open sans";
        color: #acacac;
        font-size: 12px;
        margin-right: 30px;
    }
    .event > span i {
        margin-right: 5px;
        font-size: 14px;
    }
    .simple-toggle .toggle-item {
        background: none;
        border: 0;
        margin-bottom: 10px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
        padding: 0;
    }
    .simple-toggle .toggle-item h2 {
        background: none repeat scroll 0 0 #fcfcfc;
        background-clip: padding-box;
        border: 1px solid #e5e5e5;
        color: #666;
        float: left;
        font-size: 15px;
        line-height: 30px;
        width: 100%;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0 0 10px #f5f5f5 inset;
        -moz-box-shadow: 0 0 10px #f5f5f5 inset;
        -ms-box-shadow: 0 0 10px #f5f5f5 inset;
        -o-box-shadow: 0 0 10px #f5f5f5 inset;
        box-shadow: 0 0 10px #f5f5f5 inset;
        padding: 7px 20px;
    }
    .simple-toggle .toggle-item h2.active {
        background: none repeat scroll 0 0 padding-box #dcdcdc;
        color: #FFF;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        -ms-border-radius: 3px 3px 0 0;
        -o-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
    }
    .simple-toggle .toggle-item .content {
        background: none repeat scroll 0 0 #fcfcfc;
        border-bottom: 1px solid #e3e3e3;
        border-left: 1px solid #e3e3e3;
        border-right: 1px solid #e3e3e3;
        margin-bottom: 0;
        margin-top: 0;
        -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;
        -webkit-box-shadow: 0 0 10px #f5f5f5 inset;
        -moz-box-shadow: 0 0 10px #f5f5f5 inset;
        -ms-box-shadow: 0 0 10px #f5f5f5 inset;
        -o-box-shadow: 0 0 10px #f5f5f5 inset;
        box-shadow: 0 0 10px #f5f5f5 inset;
        padding: 20px 10px;
    }
    .simple-toggle .toggle-item .content p {
        line-height: 24px;
        margin-bottom: 10px;
    }
    .simple-toggle .toggle-item .content form .minict_wrapper {
        margin-bottom: 10px;
    }
    .simple-toggle .toggle-item.activate {
        background: none;
        margin-bottom: 20px;
        padding: 0;
    }
    .simple-toggle .toggle-item h2 img {
        float: left;
        margin-right: 15px;
    }
    .simple-toggle .toggle-item .content form input,
    .simple-toggle .toggle-item .content form textarea {
        float: left;
        width: 100%;
        height: 42px;
        border: 1px solid #f1f1f1;
        font-family: "open sans";
        color: #d3d2d2;
        font-size: 12px;
        margin-bottom: 10px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        padding: 0 20px;
    }
    a.button2 {
        background: none repeat scroll 0 0 #868686;
        border: 0 none;
        color: #fff;
        float: left;
        font-size: 13px;
        height: auto;
        line-height: 20px;
        text-transform: capitalize;
        width: auto;
        text-align: center;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;

        -o-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
        padding: 2px 20px 3px;
    }
    .simple-toggle .toggle-item .content form textarea {
        height: auto;
        max-width: 100%;
        padding: 10px!important;
    }
    #msgs,
    #msgss {
        font-family: "open sans";
        font-size: 22px;
        font-weight: 600;
        padding: 0 20px;
    }
    .upcoming-event h3 {
        color: #FFF;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 20px;
    }
    .upcoming-event span {
        float: left;
        margin-right: 20px;
        font-family: "open sans";
        font-size: 14px;
        color: #FFF;
        line-height: 40px;
    }
    .upcoming-event span i {
        background: none repeat scroll 0 0 #888b8d;
        float: left;
        height: 40px;
        line-height: 40px;
        margin-right: 15px;
        text-align: center;
        width: 40px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
    }
    .upcoming-event p {
        float: left;
        margin-top: 15px;
        width: 100%;
        color: #b5b5b5;
    }
    .remaining-time {
        float: left;
        margin-top: 30px;
        width: 100%;
        background: rgba(0, 0, 0, 0.8);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        padding: 10px;
    }
    .remaining-time h5 {
        float: left;
        width: 100%;
        color: #FFF;
        font-size: 15px;
        margin-top: 10px;
    }
    .remaining-time span {
        color: #fff;
        float: left;
        font-family: "open sans";
        font-size: 15px;
        line-height: 20px;
        margin: 5px 0;
    }
    .countdown {
        float: left;
        position: absolute;
        right: -10px;
        top: -10px;
        width: 100%;
        height: 77px;
    }
    .countdown li {
        float: left;
        text-align: center;
        width: 25%;
        height: 100%;
        border-left: 1px solid rgba(255, 255, 255, 0.2);
        padding: 18px 0;
    }
    .countdown li span {
        text-align: center;
        width: 100%;
        margin: 0;
    }
    .countdown li p {
        font-family: "open sans";
        font-size: 11px;
        color: #e9e9e9;
        text-transform: uppercase;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin: 0;
    }
    .story-detail {
        border-bottom: 1px solid #e3e3e3;
        border-left: 1px solid #e3e3e3;
        border-right: 1px solid #e3e3e3;
        float: left;
        position: relative;
        text-align: center;
        width: 100%;
        -webkit-box-shadow: 0 -10px 5px #fafafa inset;
        -moz-box-shadow: 0 -10px 5px #fafafa inset;
        -ms-box-shadow: 0 -10px 5px #fafafa inset;
        -o-box-shadow: 0 -10px 5px #fafafa inset;
        box-shadow: 0 -10px 5px #fafafa inset;
        -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;
    }
    .story-detail > h3 {
        font-size: 15px;
        margin-bottom: 15px;
        margin-top: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 24px;
        padding: 0 10px;
    }
    .story-detail > span {
        font-family: "open sans";
        font-size: 12px;
        color: #888;
        margin-bottom: 20px;
        float: left;
        width: 100%;
        text-align: center;
    }
    .story-detail > span.date {
        background: none repeat scroll 0 0 #fff;
        float: none;
        left: 50%;
        margin-left: -20%;
        position: absolute;
        top: -21px;
        width: 40%;
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        -ms-border-radius: 3px 3px 0 0;
        -o-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
        padding: 8px 0;
    }
    .blog-listing > a {
        background: linear-gradient(toright, rgba(244, 244, 244, 0) 0 rgba(242, 242, 242, 1) 100%;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00f4f4f4', endColorstr='#f2f2f2', GradientType=1);
        border-bottom: 1px solid #e8e8e8;
        border-right: 1px solid #e8e8e8;
        border-top: 1px solid #e8e8e8;
        height: 100%;
        line-height: 65px;
        position: absolute;
        right: 30px;
        text-align: center;
        top: 0;
        width: 60px;
        font-size: 20px;
        color: #6b6b6b;
        opacity: 0;
        -webkit-border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        -ms-border-radius: 0 3px 3px 0;
        -o-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
        padding: 90px 0;
    }
    .blog-list:first-child {
        margin-top: 0;
    }
    .blog-listing:hover > a {
        right: 0;
        opacity: 1;
    }
    .blog-list {
        background: none repeat scroll 0 0 #fbf9f9;
        float: left;
        margin-top: 20px;
        overflow: hidden;
        width: 100%;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }
    .blog-list img {
        float: left;
        height: 70px;
        margin-right: 30px;
        width: 70px;
    }
    .blog-list > h3 {
        font-size: 14px;
        margin-top: 10px;
        padding-right: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: 5px;
    }
    .blog-list > ul {
        width: auto;
        float: none;
    }
    .blog-list > ul li {
        width: auto;
        float: left;
        margin-right: 20px;
    }
    .post .blog-detail > span {
        float: right;
        margin-top: 0;
    }
    .latest-serm {
        position: relative;
        z-index: 1;
        padding: 74px 50px;
    }
    .latest-serm > h2 {
        color: #FFF;
        font-size: 22px;
        position: relative;
        z-index: 1;
    }
    .latest-serm > h3 {
        color: #FFF;
        font-size: 16px;
        margin-top: 20px;
        position: relative;
        z-index: 1;
    }
    .latest-serm > span {
        color: #BCBBBB;
        float: left;
        margin-top: 20px;
        position: relative;
        text-transform: uppercase;
    }
    .latest-serm p {
        color: #9B9A9A;
        float: left;
        font-size: 15px;
        margin-top: 20px;
        position: relative;
        width: 100%;
    }
    .dark.sermon-media li i {
        line-height: 37px;
    }
    .latest-serm .sermon-media {
        margin-top: 35px;
    }
    .dark.sermon-media {
        margin-left: -5px;
    }
    .sermon-media li {
        background-clip: content-box;
        border: 1px solid #f0f0f0;
        color: #c4c4c4;
        margin-right: 10px;
        text-align: center;
        float: left;
        height: 53px;
        width: 53px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }
    .sermon-media li a {
        float: left;
        height: 100%;
        width: 100%;
    }
    .sermon-media li i {
        color: #b8b8b8;
        float: left;
        font-size: 18px;
        line-height: 53px;
        width: 100%;
        -webkit-transition: all .4s linear;
        -moz-transition: all .4s linear;
        -ms-transition: all .4s linear;
        -o-transition: all .4s linear;
        transition: all .4s linear;
        margin: 0;
    }
    .audioplayer {
        background-color: #000;
        top: 0;
        display: none;
        left: 0;
        position: fixed;
        width: 100%;
        z-index: 1000000000;
    }
    .audioplayer span.cross {
        position: absolute;
        right: 0;
        top: 0;
        width: 20px;
        height: 34px;
        color: #F3F3F3;
        font-family: "open sans";
        font-size: 12px;
        line-height: 30px;
        cursor: pointer;
    }
    .audio-btn {
        cursor: pointer;
    }
    .mejs-container {
        max-width: 100%!important;
        width: 100%!important;
    }
    .latest-tweets > span {
        color: #fff;
        font-size: 50px;
        height: 90px;
        left: 50%;
        margin-left: -45px;
        position: absolute;
        top: -45px;
        width: 90px;
        line-height: 90px;
        border: 3px solid #FFF;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
    }
    .tweets-slides {
        float: left;
        width: 100%;
        margin-top: 60px;
        margin-bottom: -40px;
    }
    .tweet > p {
        color: #FFF;
        font-size: 14px;
    }
    .tweet > span {
        color: #eee;
        font-weight: 600;
        font-family: "open sans";
        margin-top: 10px;
        float: left;
        width: 100%;
    }
    .tweets-slides p a {
        float: left;
        width: 100%;
        color: #eee;
    }
    .about h4 {
        float: left;
        width: 100%;
        margin-bottom: 14px;
        line-height: 30px;
        font-size: 16px;
        font-weight: 700;
        color: #555;
    }
    .about ul li i {
        color: #666;
    }
    .about ul {
        float: left;
        margin-top: 0;
        width: 100%;
    }
    .social ul {
        float: left;
        margin-top: 30px;
        width: 100%;
        text-align: center;
    }
    .parallax-title > p {
        color: #e9e8e8;
        font-size: 14px;
        text-align: center;
    }
    .prayer-request,
    .newsletter-signup {
        width: 70%;
        display: table;
        background: rgba(255, 255, 255, 0.7);
        height: 60px;
        overflow: hidden;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        margin: 30px auto 0;
    }
    .newsletter-signup {
        margin-top: 0;
        background: #eee;
    }
    .prayer-request input[type="text"],
    .newsletter-signup input[type="text"] {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        border: 0 none;
        float: left;
        height: 60px;
        width: 75%;
        font-family: "open sans";
        font-size: 13px;
        color: #7b7b7b;
        padding: 10px 20px;
    }
    .prayer-request input[type="submit"],
    .newsletter-signup input[type="submit"] {
        height: 60px;
        float: left;
        width: 25%;
        border: 0;
        font-family: "open sans";
        font-size: 16px;
        font-weight: 700;
        color: #FFF;
        background: url(../images/leaf.png) no-repeat scroll 20px center;
        padding: 0 -1px 0 50px;
    }
    .events {
        float: left;
        width: 100%;
        margin-right: 20px;
    }
    .category-block {
        border: 1px solid #e0e0e0;
        float: left;
        width: 100%;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        padding: 0 0 25px;
    }
    .category-block:hover .category-img img {
        -webkit-transform: scale(1.4);
        -moz-transform: scale(1.4);
        -ms-transform: scale(1.4);
        -o-transform: scale(1.4);
        transform: scale(1.4);
        -webkit-transition: all 5s linear;
        -moz-transition: all 5s linear;
        -ms-transition: all 5s linear;
        -o-transition: all 5s linear;
        transition: all 5s linear;
    }
    .category-img > img {
        width: 100%;
        -webkit-transition: all .4s ease 0;
        -moz-transition: all .4s ease 0;
        -ms-transition: all .4s ease 0;
        -o-transition: all .4s ease 0;
        transition: all .4s ease 0;
    }
    .category-block > h3 {
        font-size: 16px;
        font-weight: 600;
        overflow: hidden;
        text-align: center;
        text-overflow: ellipsis;
        text-transform: uppercase;
        white-space: nowrap;
        width: 100%;
        z-index: 1;
        padding: 25px 25px 15px;
    }
    .category-block > h3 a {
        float: left;
        width: 100%;
        color: #555;
    }
    .category-block > span {
        color: #acacac;
        float: left;
        font-size: 11px;
        text-align: center;
        text-transform: uppercase;
        width: 100%;
    }
    .category-img ul {
        float: none;
        max-width: 10%;
        width: auto;
        position: absolute;
        bottom: 20px;
        right: 0;
    }
    .category-img ul li {
        display: inline-block;
        float: right;
        width: 150px;
        margin-bottom: 3px;
        overflow: hidden;
        position: relative;
        z-index: 1;
        -webkit-transition: all .4s linear;
        -moz-transition: all .4s linear;
        -ms-transition: all .4s linear;
        -o-transition: all .4s linear;
        transition: all .4s linear;
        -webkit-border-radius: 3px 0 0 3px;
        -moz-border-radius: 3px 0 0 3px;
        -ms-border-radius: 3px 0 0 3px;
        -o-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
        padding: 5px 20px;
    }
    .category-img ul li:before {
        background: none repeat scroll 0 0 rgba(110, 110, 110, 0.85);
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0.9;
        z-index: -1;
        -webkit-transition: all .4s linear;
        -moz-transition: all .4s linear;
        -ms-transition: all .4s linear;
        -o-transition: all .4s linear;
        transition: all .4s linear;
    }
    .category-img ul li a {
        color: #FFF;
        float: left;
        font-size: 13px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: auto;
    }
    .category-img ul li a i {
        color: #FFF;
        margin-right: 20px;
    }
    .parallax-text {
        text-align: center;
    }
    .parallax-text h4,
    .parallax-text h3 {
        color: #FFF;
        font-size: 33px;
        margin-bottom: 20px;
        text-transform: uppercase;
    }
    .parallax-text h3 {
        font-size: 75px;
    }
    .parallax-text > p {
        color: #D7D6D6;
        line-height: 36px;
        font-size: 14px;
        width: 70%;
        margin: 0 auto;
    }
    .parallax-title {
        position: relative;
        display: table;
        margin: 0 auto 10px;
    }
    .parallax-title h3 {
        color: #FFF;
        display: table;
        font-size: 30px;
        padding-bottom: 20px;
        position: relative;
        margin: 0 auto;
    }
    .parallax-title > span {
        color: #fff;
        font-size: 13px;
        margin-bottom: 10px;
        float: left;
        width: 100%;
        line-height: 10px;
    }
    .donation-appeal > p {
        color: #E9E8E8;
        display: table;
        width: 80%;
        font-size: 14px;
        line-height: 30px;
        margin: 0 auto 40px;
    }
    .donation-appeal > a {
        border: 1px solid #fff;
        color: #FFF;
        display: inline-table;
        cursor: pointer;
        font-size: 13px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: all .4s linear;
        -moz-transition: all .4s linear;
        -ms-transition: all .4s linear;
        -o-transition: all .4s linear;
        transition: all .4s linear;
        margin: 0 10px;
        padding: 10px 40px;
    }
    .donation-appeal > a:hover {
        border: 1px solid transparent;
        color: #FFF;
    }
    .donation-popup {
        width: 970px;
        background: #FFF;
        margin-left: -485px;
        position: absolute;
        left: 50%;
        top: 70px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }
    .popup-title {
        float: left;
        position: relative;
        text-align: left;
        width: 100%;
        overflow: hidden;
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        -ms-border-radius: 3px 3px 0 0;
        -o-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
        padding: 35px 200px 35px 60px;
    }
    .popup-title h5 {
        font-size: 30px;
        font-weight: 700;
        color: #FFF;
    }
    .popup-title > p {
        color: #F1EFEF;
        margin-top: 5px;
    }
    .needed-amount {
        color: #FFF;
        height: 100%;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
    }
    .needed-amount:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2);
        z-index: -1;
    }
    .needed-amount > span {
        float: left;
        font-size: 24px;
        height: 82px;
        width: 100%;
    }
    .needed-amount > span i {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
        float: left;
        font-size: 24px;
        font-style: normal;
        height: 100%;
        line-height: 89px;
        width: 35px;
        font-weight: 600;
        font-family: "open sans";
        margin: 0 1px;
    }
    .needed-amount > i {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
        bottom: 0;
        color: #F1EFEF;
        line-height: 50px;
        min-width: 180px;
        position: absolute;
        right: 0;
        width: 100%;
        font-style: normal;
        font-size: 13px;
        font-family: "open sans";
        letter-spacing: .3px;
        margin: 0;
    }
    .collected {
        float: left;
        width: 35%;
        border-right: 1px solid #d4d2d2;
    }
    .percentage {
        float: left;
        width: 100%;
        padding: 50px 0 20px;
    }
    .percentage input {
        color: #555!important;
        font-weight: 200!important;
        font-size: 20px!important;
    }
    .percentage > div {
        float: left;
        text-align: center;
        width: 100%!important;
    }
    .percentage > span {
        color: #666;
        float: left;
        font-family: "open sans";
        font-size: 13px;
        margin-top: -30px;
        text-transform: uppercase;
        width: 100%;
        text-align: center;
    }
    .collected-amount {
        float: left;
        width: 100%;
        margin-bottom: 40px;
        margin-top: 10px;
    }
    .collected-amount span i {
        color: #FFF;
        float: left;
        font-size: 18px;
        font-style: normal;
        height: 36px;
        line-height: 35px;
        text-align: center;
        width: 36px;
        font-weight: 600;
        font-family: "open sans";
        position: relative;
        z-index: 1;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        margin: 0 1px;
    }
    .collected-amount span i:first-child:before {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.2);
        z-index: -1;
        position: absolute;
        left: 0;
        top: 0;
    }
    .collected-amount > span {
        display: table;
        margin: 0 auto;
    }
    .amount-selection {
        float: left;
        width: 65%;
        text-align: left;
        padding: 50px 20px;
    }
    .amount-selection input[type="radio"] {
        margin-right: 10px;
        cursor: pointer;
    }
    .amount-selection label {
        font-weight: 600;
        font-size: 16px;
        font-family: "open sans";
        color: #555;
    }
    .selections {
        float: left;
        margin-top: 20px;
        width: 100%;
        margin-bottom: 20px;
    }
    .selections input {
        float: left;
        width: 100%;
        border: 1px solid #d1cece;
        height: 35px;
        font-family: "open sans";
        font-size: 13px;
        color: #b5b5b5;
        background: #f8f8f8;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        padding: 10px 15px;
    }
    .selections .minict_wrapper > input {
        background: linear-gradient(tobottom, rgba(248, 248, 248, 1) 0 rgba(239, 239, 239, 1) 100%;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#efefef', GradientType=0);
        color: #B5B5B5;
        text-transform: uppercase;
        border: 1px solid #cfcbcb;
    }
    .amount-selection p label {
        font-size: 13px;
        font-weight: 500;
    }
    .selections .minict_wrapper.bubble ul {
        max-height: 230px;
        overflow-y: scroll;
        top: 100%;
    }
    .selections .minict_wrapper.bubble ul li {
        background: linear-gradient(tobottom, rgba(248, 248, 248, 1) 0 rgba(239, 239, 239, 1) 100%;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#efefef', GradientType=0);
    }
    .selections .minict_wrapper.bubble ul li:hover {
        background: #a9a9a9;
        color: #FFF;
    }
    .amount-selection > a,
    .amount-selection button {
        color: #fff;
        float: left;
        font-size: 13px;
        border: 0;
        margin-top: 30px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        padding: 10px 40px;
    }
    .amount-selection > ul {
        width: auto;
        margin-left: 40px;
    }
    .amount-selection > ul li {
        width: auto;
        float: left;
        position: relative;
        margin-right: 20px;
        padding: 0 20px 0 0;
    }
    .amount-selection > ul li a {
        float: left;
        line-height: 20px;
        padding: 10px 0;
    }
    .amount-selection > ul li:before {
        content: "/";
        right: 0;
        position: absolute;
        top: 0;
        line-height: 40px;
    }
    .our-products {
        float: left;
        width: 100%;
        margin-bottom: -30px;
        overflow: hidden;
    }
    .product {
        float: left;
        margin-bottom: 30px!important;
        width: 100%;
        position: relative;
        border: 1px solid #e8e8e8;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }
    .product img {
        margin-bottom: 20px;
        height: auto;
        width: 100%;
    }
    .product > h3 {
        float: left;
        font-size: 16px;
        overflow: hidden;
        text-align: center;
        text-overflow: ellipsis;
        text-transform: uppercase;
        white-space: nowrap;
        width: 100%;
        padding: 10px 10px 20px;
    }
    .product h3 a {
        color: #666;
        -webkit-transition: all .4s linear;
        -moz-transition: all .4s linear;
        -ms-transition: all .4s linear;
        -o-transition: all .4s linear;
        transition: all .4s linear;
    }
    .product > i {
        color: #999;
        font-size: 11px;
        font-style: normal;
        text-align: center;
        text-transform: uppercase;
        display: table;
        border-bottom: 1px solid #dcdcdc;
        margin: 0 auto;
        padding: 0 10px 5px;
    }
    .product-bottom {
        float: left;
        width: 100%;
        margin-top: 10px;
        background: linear-gradient(tobottom, rgba(246, 245, 245, 1) 0 rgba(232, 232, 232, 1) 100%;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f6f5f5', endColorstr='#e8e8e8', GradientType=0);
    }
    .product-bottom span {
        color: #fff;
        float: left;
        font-family: "open sans";
        font-weight: 600;
        line-height: 25px;
        width: auto;
        font-size: 13px;
        letter-spacing: .3px;
        padding: 10px;
    }
    .product-bottom del span {
        text-decoration: line-through;
    }
    .product-bottom > a {
        color: #969696;
        display: table;
        font-family: "open sans";
        font-size: 12px;
        font-weight: 500;
        line-height: 25px;
        text-transform: uppercase;
        margin: 0 auto;
        padding: 10px 0;
    }
    .product-bottom > a.loading {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        position: relative;
        width: auto;
    }
    .woocommerce span.onsale,
    .woocommerce-page span.onsale {
        background-image: none;
        box-shadow: none;
        color: #fff;
        font-family: "open sans";
        font-size: 12px;
        font-weight: 700;
        height: 25px!important;
        left: auto;
        line-height: 29px;
        min-width: 0!important;
        position: absolute;
        right: 0;
        text-align: center;
        text-transform: uppercase;
        top: 0;
        -webkit-border-radius: 0 0 0 3px;
        -moz-border-radius: 0 0 0 3px;
        -ms-border-radius: 0 0 0 3px;
        -o-border-radius: 0 0 0 3px;
        border-radius: 0 0 0 3px;
        padding: 0 10px;
    }
    .product-bottom > a.add_to_cart_button.added {
        color: transparent;
    }
    .product-bottom > a.added_to_cart {
        bottom: 0;
        display: block;
        position: absolute;
        right: 10px;
        width: auto;
        float: left;
    }
    #masonay-nav {
        float: left;
        width: 100%;
        margin: 80px 0 30px;
    }
    #masonay-nav li {
        float: left;
        width: auto;
        margin-right: 10px;
    }
    #masonay-nav li a {
        background: none repeat scroll 0 0 #f8f8f8;
        border: 1px solid #cfcfcf;
        float: left;
        font-size: 16px;
        line-height: 20px;
        text-transform: uppercase;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: All .4s linear;
        -moz-transition: All .4s linear;
        -ms-transition: All .4s linear;
        -o-transition: All .4s linear;
        transition: All .4s linear;
        padding: 5px 20px;
    }
    #masonay-nav li a.active {
        color: #fff;
        opacity: 1;
    }
    h1.page-title {
        float: left;
        font-size: 26px;
        font-weight: 600;
        width: 100%;
        padding: 11px 0;
    }
    .woocommerce-breadcrumb {
        float: left;
        width: 100%;
        position: relative;
        top: auto;
        margin: 10px 0 0;
    }
    .woocommerce-result-count {
        float: left;
        margin-bottom: 10px;
        margin-right: 20px;
    }
    .cart-product li .amount {
        font-size: 13px;
        font-weight: 600;
        letter-spacing: .3px;
        width: 100%;
        padding: 0;
    }
    .woocommerce .quantity {
        border: 1px solid #c6dade;
        min-width: 150px;
        overflow: hidden;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        margin: 10px 5px!important;
    }
    .woocommerce .quantity input.minus,
    .woocommerce .quantity input.plus,
    .woocommerce .quantity input.text {
        border: 0 none;
        box-shadow: none;
        float: left!important;
        height: 35px;
        position: relative;
        width: 33.334%;
    }
    .order > li .amount {
        float: none;
        font-size: 12px;
        font-weight: 600;
        padding: 0;
    }
    .related.products .our-products.products-page {
        margin-bottom: 0;
        margin-top: 30px;
    }
    .related.products > h2 {
        font-family: "open sans";
        font-size: 22px;
        text-transform: uppercase;
    }
    .half-field > p.form-row {
        width: 100%;
        margin: 0 0 20px;
        padding: 0;
    }
    label {
        font-family: "open sans";
        font-weight: 500;
    }
    .cart-btn {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        border: 0 none;
        color: #fff;
        float: left;
        line-height: 30px;
        margin-top: 10px;
        text-transform: uppercase;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        padding: 0 20px;
    }
    .theme-pagination.product-pagi {
        margin-bottom: 80px;
    }
    .image {
        float: left;
        overflow: hidden;
        position: relative;
        width: 100%;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }
    .image:before {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0.74);
        content: "";
        height: 100%;
        width: 100%;
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        -webkit-transition: all .4s linear;
        -moz-transition: all .4s linear;
        -ms-transition: all .4s linear;
        -o-transition: all .4s linear;
        transition: all .4s linear;
    }
    .image:hover:before {
        opacity: 1;
    }
    .image > a {
        color: #FFF;
        font-size: 13px;
        line-height: 40px;
        margin-left: -20px;
        margin-top: -20px;
        opacity: 0;
        text-align: center;
        width: 40px;
        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: rotate(-270deg) scale(1.4);
        -moz-transform: rotate(-270deg) scale(1.4);
        -ms-transform: rotate(-270deg) scale(1.4);
        -o-transform: rotate(-270deg) scale(1.4);
        transform: rotate(-270deg) scale(1.4);
        -webkit-transition: all .4s linear;
        -moz-transition: all .4s linear;
        -ms-transition: all .4s linear;
        -o-transition: all .4s linear;
        transition: all .4s linear;
    }
    .image:hover > a {
        opacity: 0.8;
        -webkit-transform: rotate(0) scale(1);
        -moz-transform: rotate(0) scale(1);
        -ms-transform: rotate(0) scale(1);
        -o-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1);
    }
    .blog-detail {
        border-bottom: 1px solid #e0e0e0;
        border-right: 1px solid #e0e0e0;
        border-top: 1px solid #e0e0e0;
        float: left;
        width: 100%;
        position: relative;
        -webkit-border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        -ms-border-radius: 0 3px 3px 0;
        -o-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
        padding: 25px 30px 16px 0;
    }
    .blog-detail > h3 {
        font-size: 16px;
        font-weight: 600;
        line-height: 22px;
        margin-bottom: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        text-transform: uppercase;
        white-space: nowrap;
    }
    .blog-detail > p {
        font-size: 13px;
        margin-top: 5px;
        float: left;
    }
    .blog-detail a.readmore {
        margin-top: 12px;
    }
    .readmore {
        color: #B8B8B8;
        float: left;
        font-family: Open Sans, sans-serif;
        font-size: 12px;
        padding-right: 10px;
        position: relative;
        -webkit-transition: all .4s linear;
        -moz-transition: all .4s linear;
        -ms-transition: all .4s linear;
        -o-transition: all .4s linear;
        transition: all .4s linear;
    }
    .readmore:before {
        content: "\f101";
        font-family: fontawesome;
        line-height: 15px;
        position: absolute;
        right: 0;
        top: 0;
    }
    .blog-detail > span {
        color: #969696;
        font-size: 11px;
        line-height: 36px;
        text-transform: uppercase;
        margin-top: 5px;
        float: left;
    }
    .sermon {
        border: 1px solid #ededed;
        float: left;
        margin-bottom: 30px;
        width: 100%;
        position: relative;
        overflow: hidden;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0 0 13px #f2f2f2 inset;
        -moz-box-shadow: 0 0 13px #f2f2f2 inset;
        -ms-box-shadow: 0 0 13px #f2f2f2 inset;
        -o-box-shadow: 0 0 13px #f2f2f2 inset;
        box-shadow: 0 0 13px #f2f2f2 inset;
        padding: 12px;
    }
    .sermon h3 {
        float: left;
        font-size: 15px;
        font-weight: 400;
        margin-bottom: 10px;
        text-transform: uppercase;
        width: 100%;
    }
    .sermon h3 a {
        color: #555;
        float: left;
        width: 100%;
        line-height: 22px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        -webkit-transition: all .4s linear;
        -moz-transition: all .4s linear;
        -ms-transition: all .4s linear;
        -o-transition: all .4s linear;
        transition: all .4s linear;
    }
    .sermon span {
        color: #969696;
        float: left;
        font-size: 12px;
        width: 100%;
    }
    .sermon p {
        float: left;
        margin-bottom: 5px;
        margin-top: 10px;
        width: 100%;
        padding-right: 20px;
    }
    .sermon .sermon-media,
    .sermon-media {
        margin-top: 15px;
        width: auto;
        position: relative;
    }
    .hover-in {
        background: none repeat scroll 0 0 rgba(250, 250, 250, 0.96);
        border-left: 1px solid #e4e4e4;
        height: 100%;
        position: absolute;
        right: -68%;
        top: 0;
        width: 70%;
        -webkit-transition: all .6s linear;
        -moz-transition: all .6s linear;
        -ms-transition: all .6s linear;
        -o-transition: all .6s linear;
        transition: all .6s linear;
        padding: 30px 50px;
    }
    .hover-in:before {
        background: none repeat scroll 0 0 rgba(250, 250, 250, 0.96);
        content: "\f100";
        font-family: fontawesome;
        height: 40px;
        width: 40px;
        margin-top: -20px;
        text-align: center;
        line-height: 40px;
        position: absolute;
        top: 50%;
        left: -20px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
    }
    .hover-in .sermon-media li {
        background: #FFF;
        background-clip: content-box;
        display: inline-block;
        float: none;
        -webkit-box-shadow: 0 0 5px #f4f4f4 inset;
        -moz-box-shadow: 0 0 5px #f4f4f4 inset;
        -ms-box-shadow: 0 0 5px #f4f4f4 inset;
        -o-box-shadow: 0 0 5px #f4f4f4 inset;
        box-shadow: 0 0 5px #f4f4f4 inset;
    }
    .hover-in .sermon-media {
        left: 0;
        position: absolute;
        text-align: center;
        top: 50%;
        width: 100%;
        margin: -26.5px 0 0;
    }
    .owl-buttons > div {
        background: url(../images/arrows.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        color: rgba(0, 0, 0, 0);
        margin-top: -12.5px;
        position: absolute;
        top: 50%;
        float: left;
        height: 25px;
        width: 25px;
    }
    .owl-buttons > div.owl-next {
        background-position: right 0;
        left: auto;
        right: 0;
    }
    .prayer {
        float: left;
        margin-bottom: 30px;
        text-align: center;
        width: 100%;
    }
    .prayer > p {
        background: none repeat scroll 0 0 #f8f6f6;
        color: #666;
        font-size: 13px;
        font-style: italic;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        padding: 20px 30px 60px;
    }
    .prayer > img {
        border: 3px solid #fff;
        margin-bottom: 10px;
        margin-top: -40px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
    }
    .prayer > h4 {
        color: #555;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .prayer > span {
        color: #999;
        font-family: "open sans";
        font-size: 11px;
        text-transform: uppercase;
    }
    .featured-sermon-box {
        background: none repeat scroll 0 0 #fff;
        border: 1px solid #ededed;
        display: table;
        overflow: hidden;
        position: relative;
        width: 100%;
        padding-left: 110px;
        -webkit-box-shadow: 0 0 13px #f2f2f2 inset;
        -moz-box-shadow: 0 0 13px #f2f2f2 inset;
        -ms-box-shadow: 0 0 13px #f2f2f2 inset;
        -o-box-shadow: 0 0 13px #f2f2f2 inset;
        box-shadow: 0 0 13px #f2f2f2 inset;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        margin: 0 auto;
    }
    .featured-sermon-title {
        float: left;
        height: 115px;
        overflow: hidden;
        width: 100px;
        z-index: 1;
        position: absolute;
        left: 30px;
        top: 0;
        -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;
        padding: 35px 0;
    }
    .featured-sermon-title i {
        color: #FFF;
        float: left;
        font-size: 40px;
        text-align: center;
        width: 100%;
        -webkit-transform: rotate(-15deg);
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -o-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    .featured-sermon {
        width: 100%;
        float: left;
        padding: 30px 50px 15px;
    }
    .featured-sermon img {
        width: 100%;
        margin-top: 20px;

        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }
    .featured-sermon h3 {
        color: #555;
        font-size: 16px;
        font-weight: 600;
        line-height: 23px;
        margin-bottom: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        text-transform: uppercase;
        white-space: nowrap;
    }
    .featured-sermon .sermon-media {
        width: auto;
        float: right;
        margin-top: 20px;
    }
    .overlap {
        margin-top: -90px;
    }
    .member {
        float: left;
        width: 100%;
        padding: 0;
    }
    .team {
        float: left;
        width: 100%;
        border: 1px solid #e3e3e3;
        overflow: hidden;
        position: relative;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }
    .member-detail {
        position: absolute;
        left: 0;
        bottom: 0;
        text-align: center;
        min-height: 63px;
        margin-bottom: -263px;
        font-family: "open sans";
        font-weight: 200;
        -webkit-transition: all .4s linear;
        -moz-transition: all .4s linear;
        -ms-transition: all .4s linear;
        -o-transition: all .4s linear;
        transition: all .4s linear;
        padding: 0 40px;
    }
    .member-detail h3 {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 10px;
        -webkit-transition: all .4s linear;
        -moz-transition: all .4s linear;
        -ms-transition: all .4s linear;
        -o-transition: all .4s linear;
        transition: all .4s linear;
    }
    .member-detail > span {
        font-size: 12px;
        font-family: "open sans";
        margin-bottom: 10px;
        float: left;
        width: 100%;
    }
    .member-detail .btn {
        font-size: 12px;
        font-family: "open sans";
        float: left;
        width: 100%;
        margin-top: 160px;
        background-color: #f0283b;
        color: #FFF;
    }
    .member-detail .btn a {
        font-size: 12px;
        font-family: "open sans";
        background-color: #f0283b;
        color: #FFF;
    }
    .member-detail .btn:hover {
        font-size: 12px;
        font-family: "open sans";
        margin-bottom: 0;
        float: left;
        width: 100%;
        background-color: #f0283b;
        color: #FFF;
    }
    .member-detail > p {
        float: left;
        width: 100%;
        opacity: 0;
        max-height: 0;
        -webkit-transition: all .4s linear;
        -moz-transition: all .4s linear;
        -ms-transition: all .4s linear;
        -o-transition: all .4s linear;
        transition: all .4s linear;
    }
    .team:hover .member-detail > p {
        max-height: auto;
        opacity: 1;
    }
    .team:hover .member-detail {
        min-height: 100%;
        background: rgba(255, 255, 255, 0.99);
        margin-bottom: 0;
        width: 100%;
    }
    .Brand_details {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .donation-box {
        float: left;
        min-height: 133px;
        overflow: hidden;
        position: relative;
        width: 100%;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        padding: 0 280px;
    }
    .donation-box .needed-amount.collected-amt {
        right: 0;
        left: auto;
        width: auto;
    }
    .donation-box h3 {
        margin-top: 30px;
        font-size: 22px;
        color: #FFF;
        font-weight: 600;
        margin-bottom: 10px;
    }
    .donation-box p {
        color: #e9e9e9;
        font-size: 14px;
    }
    .donation-box > div > a {
        background: #FFF;
        margin-top: 40px;
        float: right;
        cursor: pointer;
        font-family: "open sans";
        font-size: 15px;
        color: #555;
        font-weight: 700;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
        padding: 13px 40px;
    }
    .donation-box > div > a:hover {
        background: #555;
        color: #FFF;
    }
    .modal {
        z-index: 1000000;
    }
    .title2 h2 {
        color: #000;
        font-size: 30px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 15px;
    }
    .title02 h2 {
        color: #00000;
        font-size: 30px;
        margin-bottom: 18px;
        font-weight: 500;
    }
    .title_3 {
        margin-bottom: 45px;
        text-align: center;
        width: 94%;
    }
    .title_3 h2 {
        color: #000;
        font-size: 30px;
        border-bottom: 2px solid #f0283b;
        padding-bottom: 15px;
        text-align: left;
    }
    .title_twitter {
        float: left;
        text-align: center;
        width: 100%;
        margin-top: 50px;
    }
    .newslatter_title {
        color: #250071;
    }
    .map iframe {
        height: 360px;
    }
    .space {
        float: left;
        width: 100%;
        height: 30px;
    }
    .social-media1 {
        float: left;
        width: auto;
        border-bottom: 1px dashed #777;
        border-top: 1px dashed #777;
        padding-bottom: 24px;
        padding-top: 20px;
        margin: 0 5px;
    }
    .social-media {
        float: left;
        width: auto;
        margin: 0 -5px;
    }
    .social-media li {
        float: left;
        height: 26px;
        width: 26px;
        text-align: center;
        margin: 0 3px;
    }
    .social-media li a {
        background: none repeat scroll 0 0 #7e7e7e;
        border: 0 none;
        float: left;
        height: 26px;
        line-height: 24px;
        width: 100%;
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        -ms-border-radius: 13px;
        -o-border-radius: 13px;
        border-radius: 13px;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -ms-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
    }
    .social-media li a i {
        color: #FFF;
        font-size: 12px;
        margin: 0;
    }
    .social-media01 {
        width: 516px;
    }
    .social-media1 li {
        float: left;
        height: 35px;
        width: 53px!important;
        text-align: center;
        margin: 0 3px;
    }
    .social-media1 li a {
        background: none repeat scroll 0 0 #554559;
        border: 0 none;
        float: left;
        height: 48px;
        line-height: 24px;
        width: 100%;
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        -ms-border-radius: 13px;
        -o-border-radius: 13px;
        border-radius: 13px;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -ms-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
    }
    .social-media1 li a:hover {
        border: 0;
        background-color: red;
    }
    .social-media1 li a i {
        color: #2a1632;
        font-size: 17px;
        margin: 0;
    }
    #msgs2 .alert {
        background: none repeat scroll 0 0 #f2f2f2;
        float: left;
        width: 100%;
        margin: 0 0 10px;
        padding: 5px 20px;
    }
    .theme-form > input,
    .theme-form > input:focus,
    .theme-form textarea,
    .theme-form textarea:focus {
        border: 1px solid #E8E7E7;
        color: #B4B4B4;
        font-family: Open Sans, sans-serif;
        font-size: 12px;
        margin-bottom: 12px;
        float: left;
        height: 40px;
        width: 100%;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        padding: 10px 20px;
    }
    .theme-form textarea {
        height: auto;
        max-width: 100%;
        min-height: 90px;
    }
    .theme-form > input[type="submit"] {
        border: 0 none;
        color: #FFF;
        float: right;
        width: auto;
        padding: 10px 30px;
    }
    .info-block {
        border: 1px solid #F0F0F0;
        float: left;
        height: 170px;
        width: 100%;
        position: relative;
        text-align: center;
        z-index: 1;
        padding: 40px;
    }
    .info-block:before {
        background: url(../images/pattern1.jpg) repeat scroll 0 0 rgba(0, 0, 0, 0);
        content: "";
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }
    .info-block:hover:before {
        opacity: 0;
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
    }
    .info-block i {
        color: #BCBBBB;
        display: table;
        font-size: 35px;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
        margin: 10px auto 20px;
    }
    #message {
        float: left;
        width: 100%;
        margin: 10px 0;
        padding: 0;
    }
    .error_message {
        background: url(../images/error.gif) no-repeat scroll 10px center #FBE3E4;
        border: 1px solid #FBC2C4;
        border-radius: 3px;
        color: #8A1F11;
        display: block;
        line-height: 22px;
        padding: 10px 10px 10px 35px;
    }
    .loader {
        padding: 0 10px;
    }
    #contact #success_page h1 {
        background: url(images/success.gif) left no-repeat;
        padding-left: 22px;
    }
    acronym {
        border-bottom: 1px dotted #ccc;
    }
    .page-top {
        float: left;
        padding-bottom: 94px;
        padding-top: 100px;
        position: relative;
        text-align: center;
        width: 100%;
    }
    .page-top.extra-gap {
        padding-top: 213px;
    }
    .page-top:before {
        content: "";
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
    .page-top h1 {
        color: #FFF;
        font-size: 36px;
        font-weight: 700;
        position: relative;
    }
    .page-top ul {
        display: table;
        float: none;
        position: relative;
        width: auto;
        margin: 20px auto;
    }
    .page-top ul li {
        float: left;
        padding: 0 20px 0 0;
    }
    .page-top ul li a {
        color: #EDECEC;
        float: left;
        font-size: 13px;
        position: relative;
        text-transform: uppercase;
        padding: 0 20px 0 0;
    }
    .page-top ul li a:after {
        content: "/";
        position: absolute;
        right: 0;
    }
    .page-top ul li:last-child,
    .page-top ul li:last-child a {
        padding-right: 0;
    }
    .simple-text h3 {
        color: #555;
        float: left;
        font-family: "open sans";
        font-size: 16px;
        margin-bottom: 20px;
        width: 100%;
    }
    .simple-text > p {
        float: left;
        line-height: 32px;
        margin-bottom: 40px;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .button {
        border: 1px solid #CCCDCE;
        color: #666;
        float: left;
        font-family: "open sans";
        position: relative;
        z-index: 1;
        cursor: pointer;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
        padding: 12px 18px;
    }
    .button:before {
        content: "";
        height: 0;
        width: 100%;
        z-index: -1;
        position: absolute;
        left: 0;
        top: 0;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }
    .video {
        border: 1px solid #f0f0f0;
        float: left;
        overflow: hidden;
        position: relative;
        width: 100%;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        padding: 10px;
    }
    .video-img {
        float: left;
        position: relative;
        overflow: hidden;
        width: 100%;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }
    .video-img:before,
    .video-img:after {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
        content: "";
        height: 100%;
        width: 0;
        position: absolute;
        left: 0;
        top: 0;
        -webkit-transition: all .4s linear;
        -moz-transition: all .4s linear;
        -ms-transition: all .4s linear;
        -o-transition: all .4s linear;
        transition: all .4s linear;
    }
    .video-img:after {
        left: auto;
        right: 0;
    }
    .video-img > a {
        background: none repeat scroll 0 0 padding-box content-box rgba(65, 149, 237, 0.3);
        border: 3px solid rgba(255, 255, 255, 0.3);
        color: #FFF;
        font-size: 20px;
        height: 74px;
        width: 74px;
        line-height: 68px;
        margin-left: -37px;
        margin-top: -37px;
        text-align: center;
        z-index: 1;
        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: rotateX(-76deg) perspective(200px);
        -moz-transform: rotateX(-76deg) perspective(200px);
        -ms-transform: rotateX(-76deg) perspective(200px);
        -o-transform: rotateX(-76deg) perspective(200px);
        transform: rotateX(-76deg) perspective(200px);
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }
    .video-img:hover > a {
        opacity: 1;
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
    .team-page .member {
        margin-bottom: 30px;
        padding: 0;
    }
    .single-page {
        border: 1px solid #F0F0F0;
        float: left;
        margin-bottom: 20px;
        width: 100%;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }
    .single-page h2 {
        float: left;
        font-size: 18px;
        line-height: 30px;
        width: 70%;
        padding: 10px 20px;
    }
    .meta {
        background: url(../images/pattern1.jpg) repeat scroll 0 0 rgba(0, 0, 0, 0);
        border-bottom: 1px solid #F0F0F0;
        border-top: 1px solid #F0F0F0;
        float: left;
        position: relative;
        width: 100%;
        padding: 10px 120px 10px 20px;
    }
    .meta li {
        color: #999;
        float: left;
        font-family: "open sans";
        margin-right: 30px;
        text-transform: uppercase;
        width: auto;
    }
    .meta li a {
        font-family: "open sans";
        display: inline-block;
    }
    .single-page .sermon-media {
        padding: 20px;
    }
    .single-page .sermon-media .audioplayer {
        bottom: 10px;
        left: 100%;
        position: absolute;
        width: 400px;
        margin: 33px 0;
    }
    .meta > img {
        border: 2px solid #FFF;
        margin-top: -40px;
        position: absolute;
        right: 30px;
        top: 50%;
        width: 80px;
        height: 80px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
    }
    .pastor-info {
        background: url(../images/pattern1.jpg) repeat scroll 0 0 rgba(0, 0, 0, 0);
        float: left;
        margin-top: 40px;
        margin-bottom: 30px;
        width: 100%;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        padding: 20px;
    }
    .pastor-info img {
        float: left;
        margin-right: 40px;
        width: 120px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }
    .pastor-info > h4 {
        font-size: 16px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .pastor-info > h4 span {
        font-size: 12px;
        margin-left: 20px;
    }
    .share-this {
        border: 1px solid #F0F0F0;
        border-radius: 3px;
        float: left;
        margin-bottom: 30px;
        width: 100%;
        padding: 15px 20px;
    }
    .share-this h5 {
        float: left;
        font-size: 13px;
        line-height: 25px;
    }
    .comments {
        float: left;
        width: 100%;
        margin-top: 30px;
    }
    .comments > h4 {
        float: left;
        font-size: 16px;
        margin: 0 0 30px;
    }
    .comments > h5 {
        float: right;
        font-size: 16px;
        font-weight: 600;
    }
    .comments > h5 i {
        color: #F3B55E;
        font-size: 18px;
        line-height: 27px;
        margin-right: 5px;
    }
    .comments > ul li {
        float: left;
        width: 100%;
        position: relative;
        margin: 0 0 30px;
    }
    .comments > ul li .comment {
        background: url(../images/pattern1.jpg) repeat scroll 0 0 #F7F7F7;
        border: 1px solid #f0f0f0;
        position: relative;
        float: left;
        width: 100%;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        padding: 30px;
    }
    .comments > ul li .avatar {
        float: left;
        height: 110px;
        margin-right: 30px;
        position: relative;
        width: 110px;
    }
    .comments > ul li .avatar:before {
        background: url(../images/pattern1.jpg) repeat scroll 0 0 rgba(0, 0, 0, 0);
        content: "";
        height: 100%;
        left: 100%;
        position: absolute;
        top: 0;
        width: 30px;
    }
    .comments > ul li .avatar:after {
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.8;
        position: absolute;
        top: 0;
        width: 100%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }
    .comments > ul li .comment:hover .avatar:after {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    .comments > ul li .avatar img {
        width: 100%;
        border: 3px solid #FFF;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }
    .comments > ul li h5.comment-name {
        border-bottom: 1px solid #F0F0F0;
        font-size: 15px;
        margin-top: 20px;
        padding-bottom: 15px;
    }
    .comments > ul li h5 i {
        float: right;
        font-family: "open sans";
        font-size: 13px;
        font-style: normal;
        line-height: 20px;
        margin: 0;
    }
    .comments > ul li p {
        border-top: 1px solid #FFF;
        padding-top: 10px;
    }
    .comments > ul li ul {
        float: left;
        width: 90%;
        margin: 30px 0 0 10%;
    }
    .avatar > a {
        color: #FFF;
        font-family: "open sans";
        line-height: 50px;
        text-align: center;
        width: 100%;
        font-size: 15px;
        position: absolute;
        left: 0;
        opacity: 0;
        z-index: 1;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
        padding: 30px 10px;
    }
    .comment:hover .avatar > a {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    .comments > ul li ul li .comment:before {
        background: none repeat scroll 0 0 #F0F0F0;
        content: "";
        height: 1px;
        margin-top: -.5px;
        width: 50px;
        position: absolute;
        left: -60px;
        top: 50%;
    }
    .comments > ul li ul li .comment:after {
        background: none repeat scroll 0 0 #F0F0F0;
        content: "";
        height: 60%;
        left: -60px;
        position: absolute;
        top: -10%;
        width: 1px;
    }
    .leave-comment {
        float: left;
        margin-top: 50px;
        width: 100%;
    }
    .leave-comment > h4 {
        float: left;
        font-size: 18px;
        margin-bottom: 10px;
        width: 100%;
    }
    .leave-comment > form {
        float: left;
        margin-top: 10px;
        width: 100%;
    }
    .comment-notes {
        float: left;
        margin-bottom: 10px;
        width: 100%;
    }
    .leave-comment > form input,
    .leave-comment > form textarea {
        border: 1px solid #E8E7E7;
        color: #B4B4B4;
        float: left;
        font-family: "open sans";
        font-size: 12px;
        height: 40px;
        line-height: 20px;
        margin-bottom: 12px;
        width: 100%;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        padding: 10px 20px;
    }
    .leave-comment > form textarea {
        min-height: 150px;
        height: auto;
    }
    .leave-comment > form input[type="submit"] {
        border: 0 none;
        color: #FFF;
        float: right;
        margin-bottom: 0;
        font-size: 12px;
        text-transform: uppercase;
        width: auto;
        padding: 10px 30px;
    }
    code {
        width: 100%;
        white-space: normal;
        float: left;
        margin: 10px 0;
        padding: 5px 10px;
    }
    blockquote .parallax {
        z-index: -2;
    }
    blockquote {
        border: 0 none;
        color: #FFF;
        float: left;
        line-height: 32px;
        font-size: 16px;
        font-style: italic;
        position: relative;
        text-align: center;
        width: 100%;
        z-index: 1;
        margin: 40px 0;
        padding: 30px;
    }
    blockquote:before {
        background: none repeat scroll 0 0 rgba(62, 67, 71, 0.8);
        content: "";
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
    }
    blockquote i {
        color: #8E8E8E;
        font-size: 24px;
        margin: 0 10px;
    }
    blockquote p {
        color: #fff;
        font-size: 16px;
    }
    .map {
        overflow: hidden;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }
    .event-info {
        float: left;
        width: 100%;
        padding: 30px 50px;
    }
    .event-info li {
        border-bottom: 1px solid #ececec;
        color: #999;
        float: left;
        font-family: "open sans";
        font-size: 12px;
        line-height: 36px;
        text-transform: uppercase;
        width: 100%;
    }
    .post-like {
        background: url(../images/heart.png) no-repeat scroll 0 49% rgba(0, 0, 0, 0);
        border: 0 none!important;
        color: #999;
        display: inline-block;
        float: left;
        min-height: 33px;
        padding-left: 22px;
        text-decoration: none;
        width: 100%;
        cursor: pointer;
    }
    .post-like:hover {
        background: url(../images/heart_active.png) no-repeat scroll 0 49% rgba(0, 0, 0, 0);
    }
    .team-single {
        border: 1px solid #F0F0F0;
        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;
    }
    .team-detail h3 {
        font-size: 18px;
        padding: 22px 30px;
    }
    .team-list > li {
        color: #999;
        float: left;
        font-family: "open sans";
        font-size: 12px;
        line-height: 55px;
        padding-left: 30px;
        text-transform: uppercase;
        width: 90%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .team-list > li:nth-child(2n+1) {
        background: url(../images/pattern1.jpg) repeat scroll 0 0 rgba(0, 0, 0, 0);
        border: 1px solid #F0F0F0;
        -webkit-border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        -ms-border-radius: 0 3px 3px 0;
        -o-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
    }
    .team-single .social-media {
        margin-left: 25px;
        margin-right: 0;
        margin-top: 15px;
    }
    .gallery {
        float: left;
        width: 100%;
        position: relative;
        overflow: hidden;
        margin-bottom: 30px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }
    .gallery-title {
        opacity: 0.9;
        width: 100%;
        position: absolute;
        min-height: 0;
        bottom: 20px;
        left: 0;
        z-index: 1;
        -webkit-transition: all .6s linear;
        -moz-transition: all .6s linear;
        -ms-transition: all .6s linear;
        -o-transition: all .6s linear;
        transition: all .6s linear;
        padding: 10px 20px 10px 100px;
    }
    .gallery:hover .gallery-title {
        bottom: 0;
        min-height: 100%;
        -webkit-transition: all .6s ease .2s;
        -moz-transition: all .6s ease .2s;
        -ms-transition: all .6s ease .2s;
        -o-transition: all .6s ease .2s;
        transition: all .6s ease .2s;
        padding: 10px;
    }
    .gallery-title h3 {
        color: #FFF;
        font-size: 15px;
        line-height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        -webkit-transition: all .6s ease 0;
        -moz-transition: all .6s ease 0;
        -ms-transition: all .6s ease 0;
        -o-transition: all .6s ease 0;
        transition: all .6s ease 0;
    }
    .gallery:hover .gallery-title h3 {
        opacity: 0;
    }
    .gallery-title:before {
        content: "";
        height: 100%;
        width: 100%;
        z-index: -1;
        position: absolute;
        left: 0;
        top: 0;
        -webkit-transition: all .6s ease .2s;
        -moz-transition: all .6s ease .2s;
        -ms-transition: all .6s ease .2s;
        -o-transition: all .6s ease .2s;
        transition: all .6s ease .2s;
    }
    .gallery:hover .gallery-title:before {
        background-color: #000;
    }
    .gallery-title:after {
        content: "";
        height: 65px;
        left: 17px;
        margin-top: -40px;
        position: absolute;
        top: 50%;
        width: 65px;
        z-index: -1;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: all .5s ease 0;
        -moz-transition: all .5s ease 0;
        -ms-transition: all .5s ease 0;
        -o-transition: all .5s ease 0;
        transition: all .5s ease 0;
    }
    .gallery-title i {
        color: #FFF;
        font-size: 30px;
        height: 80px;
        width: 80px;
        line-height: 80px;
        margin-top: -40px;
        text-align: center;
        position: absolute;
        left: 10px;
        top: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: all .4s linear;
        -moz-transition: all .4s linear;
        -ms-transition: all .4s linear;
        -o-transition: all .4s linear;
        transition: all .4s linear;
    }
    .gallery > ul {
        margin-top: -33px;
        text-align: center;
        z-index: 1;
        opacity: 0;
        position: absolute;
        left: 0;
        top: 30%;
        -webkit-transform: rotateX(-90deg);
        -moz-transform: rotateX(-90deg);
        -ms-transform: rotateX(-90deg);
        -o-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
        -webkit-transition: all .6s ease 0;
        -moz-transition: all .6s ease 0;
        -ms-transition: all .6s ease 0;
        -o-transition: all .6s ease 0;
        transition: all .6s ease 0;
    }
    .gallery:hover > ul {
        opacity: 1;
        top: 50%;
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
        -webkit-transition: all .6s ease .4s;
        -moz-transition: all .6s ease .4s;
        -ms-transition: all .6s ease .4s;
        -o-transition: all .6s ease .4s;
        transition: all .6s ease .4s;
    }
    .gallery > ul li {
        display: inline-block;
        overflow: hidden;
        width: auto;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        margin: 0 5px;
    }
    .isotope-item {
        z-index: 2;
    }
    .isotope-hidden.isotope-item {
        pointer-events: none;
        z-index: 1;
    }
    .isotope,
    .isotope .isotope-item {
        -webkit-transition-duration: .8s;
        -moz-transition-duration: .8s;
        -ms-transition-duration: .8s;
        -o-transition-duration: .8s;
        transition-duration: .8s;
    }
    .isotope {
        -webkit-transition-property: height, width;
        -moz-transition-property: height, width;
        -ms-transition-property: height, width;
        -o-transition-property: height, width;
        transition-property: height, width;
    }
    .isotope .isotope-item {
        -webkit-transition-property: 0 opacity;
        -moz-transition-property: 0 opacity;
        -ms-transition-property: 0 opacity;
        -o-transition-property: 0 opacity;
        transition-property: transform, opacity;
    }
    .isotope.no-transition,
    .isotope.no-transition .isotope-item,
    .isotope .isotope-item.no-transition {
        -webkit-transition-duration: 0;
        -moz-transition-duration: 0;
        -ms-transition-duration: 0;
        -o-transition-duration: 0;
        transition-duration: 0;
    }
    .rotating {
        display: inline-block;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
        -moz-transform: rotateX(0) rotateY(0) rotateZ(0);
        -ms-transform: rotateX(0) rotateY(0) rotateZ(0);
        -o-transform: rotateX(0) rotateY(0) rotateZ(0);
        transform: rotateX(0) rotateY(0) rotateZ(0);
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        -webkit-transform-origin-x: 50%;
    }
    .rotating .front,
    .rotating .back {
        left: 0;
        top: 0;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .rotating .front {
        position: absolute;
        display: inline-block;
        -webkit-transform: translate3d(0, 0, 1px);
        -moz-transform: translate3d(0, 0, 1px);
        -ms-transform: translate3d(0, 0, 1px);
        -o-transform: translate3d(0, 0, 1px);
        transform: translate3d(0, 0, 1px);
    }
    .rotating.flip .front {
        z-index: 1;
    }
    .rotating .back {
        display: block;
        opacity: 0;
    }
    .rotating.spin {
        -webkit-transform: rotate(360deg) scale(0);
        -moz-transform: rotate(360deg) scale(0);
        -ms-transform: rotate(360deg) scale(0);
        -o-transform: rotate(360deg) scale(0);
        transform: rotate(360deg) scale(0);
    }
    .rotating.flip .back {
        z-index: 2;
        display: block;
        opacity: 1;
        -webkit-transform: rotateY(180deg) translate3d(0, 0, 0);
        -moz-transform: rotateY(180deg) translate3d(0, 0, 0);
        -ms-transform: rotateY(180deg) translate3d(0, 0, 0);
        -o-transform: rotateY(180deg) translate3d(0, 0, 0);
        transform: rotateY(180deg) translate3d(0, 0, 0);
    }
    .rotating.flip.up .back {
        -webkit-transform: rotateX(180deg) translate3d(0, 0, 0);
        -moz-transform: rotateX(180deg) translate3d(0, 0, 0);
        -ms-transform: rotateX(180deg) translate3d(0, 0, 0);
        -o-transform: rotateX(180deg) translate3d(0, 0, 0);
        transform: rotateX(180deg) translate3d(0, 0, 0);
    }
    .rotating.flip.cube .front {
        -webkit-transform: translate3d(0, 0, 100px) scale(0.9, 0.9);
        -moz-transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
        -ms-transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
        -o-transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
        transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
    }
    .rotating.flip.cube .back {
        -webkit-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.9, 0.9);
        -moz-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
        -ms-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
        -o-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
        transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
    }
    .rotating.flip.cube.up .back {
        -webkit-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.9, 0.9);
        -moz-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
        -ms-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
        -o-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
        transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
    }
    .cart-head {
        background: none repeat scroll 0 0 #595958;
        float: left;
        min-width: 800px;
        width: 100%;
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        -ms-border-radius: 3px 3px 0 0;
        -o-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
        padding: 20px;
    }
    .cart-head h2 {
        color: #FFF;
        float: left;
        font-size: 16px;
        text-align: center;
        width: 19%;
    }
    .cart-head h2.long-width {
        width: 24%;
    }
    .cart-list {
        border: 1px solid #D2D2D2;
        float: left;
        width: 100%;
    }
    .cart-table .cart-list {
        min-width: 800px;
    }
    .cart-list > li {
        background: none repeat scroll 0 0 #F6F6F6;
        border-bottom: 1px solid #E0E0E0;
        border-top: 1px solid #FFF;
        float: left;
        width: 100%;
        padding: 20px;
    }
    .cart-list > li:last-child {
        border-bottom: 0 none;
    }
    .cart-list > li:nth-child(2n+2) {
        background: none repeat scroll 0 0 #FAFAFA;
    }
    .cart-product {
        background: none repeat scroll 0 0 #FAFAFA;
        border: 1px solid #D5D5D5;
        float: left;
        width: 100%;
        margin-left: 0;
        line-height: 36px;
        position: relative;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }
    .cart-product li img.dustbin {
        height: auto;
        left: 34px;
        position: absolute;
        top: 20px;
        width: auto;
        cursor: pointer;
    }
    .cart-product li {
        color: #555;
        float: left;
        font-size: 12px;
        min-height: 57px;
        position: relative;
        text-align: center;
        width: 19%;
        padding: 10px;
    }
    .cart-product li:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background: #D5D5D5;
    }
    .cart-product li.long-width {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 24%;
    }
    .cart-product li img {
        height: 34px;
        width: 43px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }
    .cart-product li input {
        border: 1px solid #C6DADE;
        display: table;
        float: none;
        font-size: 12px;
        height: 37px;
        width: 40%;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        margin: 0 auto;
        padding: 5px;
    }
    .cart-list > li > input[type="text"] {
        float: left;
        width: 200px;
        height: 35px;
    }
    .cart-list > li > input[type="submit"],
    .checkout-content input[type="submit"] {
        background: none repeat scroll 0 0 #757575;
        border: 0 none;
        color: #FFF;
        font-family: "open sans";
        height: 35px;
        margin-left: 10px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0 0 13px #505050 inset;
        -moz-box-shadow: 0 0 13px #505050 inset;
        -ms-box-shadow: 0 0 13px #505050 inset;
        -o-box-shadow: 0 0 13px #505050 inset;
        box-shadow: 0 0 13px #505050 inset;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
        padding: 0 30px;
    }
    .quantity-field {
        border-bottom: 1px solid #C6DADE;
        border-left: 1px solid #C6DADE;
        border-top: 1px solid #C6DADE;
        float: left;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        -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,
    .cart-product .quantity-field button,
    .cart-product .quantity-field input {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        border: 0 none;
        color: #437182;
        float: left;
        font-family: "open sans";
        font-size: 12px;
        height: 30px;
        line-height: 20px;
        text-align: center;
        width: 33.334%;
        border-right: 1px solid #C6DADE;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        margin: 0;
    }
    .quantity-field button {
        -webkit-transition: all .4s ease 0;
        -moz-transition: all .4s ease 0;
        -ms-transition: all .4s ease 0;
        -o-transition: all .4s ease 0;
        transition: all .4s ease 0;
    }
    .quantity-field button:hover {
        background: none repeat scroll 0 0 #C6DADE;
    }
    .order-total > p,
    .order-total > span {
        line-height: 50px;
        float: left;
        width: 50%;
        margin: 0;
    }
    .checkout-block {
        float: left;
        margin-top: 15px;
        margin-bottom: 15px;
        width: 100%;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }
    .checkout-block h5 {
        background: none repeat scroll 0 0 #595958;
        color: #FFF;
        font-size: 15px;
        cursor: pointer;
        position: relative;
        padding: 15px 20px 15px 60px;
    }
    .checkout-block h5:before {
        background: none repeat scroll 0 0 #6F6F6E;
        content: "+";
        font-family: "open sans";
        font-size: 21px;
        font-weight: 700;
        height: 30px;
        left: 20px;
        line-height: 28px;
        position: absolute;
        text-align: center;
        top: 8px;
        width: 30px;
        z-index: 1000;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: 0 -1px 8px #424242;
        -moz-box-shadow: 0 -1px 8px #424242;
        -ms-box-shadow: 0 -1px 8px #424242;
        -o-box-shadow: 0 -1px 8px #424242;
        box-shadow: 0 -1px 8px #424242;
    }
    .checkout-block h5.closed:before {
        content: "-";
    }
    .checkout-block h5:after {
        border-left: 10px solid rgba(0, 0, 0, 0);
        border-right: 10px solid rgba(0, 0, 0, 0);
        border-top: 10px solid #595958;
        bottom: -10px;
        content: "";
        left: 55px;
        position: absolute;
    }
    .checkout-content {
        background: none repeat scroll 0 0 #FAF9F9;
        border-bottom: 1px solid #E6E5E5;
        border-left: 1px solid #E6E5E5;
        border-right: 1px solid #E6E5E5;
        float: left;
        width: 100%;
        -webkit-box-shadow: 0 0 170px #DEDEDE inset;
        -moz-box-shadow: 0 0 170px #DEDEDE inset;
        -ms-box-shadow: 0 0 170px #DEDEDE inset;
        -o-box-shadow: 0 0 170px #DEDEDE inset;
        box-shadow: 0 0 170px #DEDEDE inset;
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        -ms-border-radius: 0 0 4px 4px;
        -o-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;
        padding: 30px;
    }
    .checkout-content > form {
        float: left;
        width: 100%;
        margin: 10px 0 0;
    }
    .checkout-content p {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }
    .checkout-content p input[type="radio"] {
        cursor: pointer;
        float: left;
        width: auto;
        outline: medium none;
    }
    .checkout-content label {
        float: left;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        margin-bottom: 0;
        margin-left: 10px;
    }
    .checkout-block p label {
        font-family: "open sans";
        font-size: 12px;
        font-weight: 400;
        line-height: 20px!important;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 5px!important;
        padding-left: 0;
        text-transform: uppercase;
    }
    .order {
        background: none repeat scroll 0 0 #FFF;
        border: 1px solid #CBCBCB;
        float: left;
        font-size: 13px;
        margin-left: 0;
        width: 100%;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        padding: 15px 20px;
    }
    .order > li {
        float: left;
        line-height: 30px;
        width: 50%;
    }
    .order > li:last-child {
        text-align: center;
        color: #98d460;
    }
    .checkout-content p.guide {
        background: none repeat scroll 0 0 #FAFAFA;
        border: 1px solid #CBCBCB;
        color: #888;
        font-family: "open sans";
        font-size: 12px;
        margin-left: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        padding: 10px 30px;
    }
    .st_message {
        min-height: 100px;
    }
    input[type="radio"],
    input[type="checkbox"] {
        float: left;
        line-height: normal;
        margin: 4px 10px 0 1px !important;
    }
    select {
        background: none repeat scroll 0 0 #fefefe;
        border: 1px solid rgba(0, 0, 0, 0.15);
        float: left;
        height: 30px;
        line-height: 30px;
        width: 100%;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        padding: 5px 10px;
    }
    .woocommerce-page .woocommerce-info:before {
        font-size: 22px;
        height: 100%;
        left: 0;
        line-height: 0;
        width: 40px;
    }
    .shop_table .order-total {
        line-height: 70px;
    }
    .shop_table td {
        font-style: oblique;
    }
    .shop_table td .amount,
    .shop_table td {
        font-weight: 600;
        text-align: center;
        padding: 0;
    }
    mark {
        font-family: "open sans";
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        padding: 5px 14px;
    }
    #place_order.button {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        border: 1px solid #cfcfcf;
        box-shadow: none;
        color: #333;
        float: right;
        font-weight: 200;
        text-shadow: none;
        -webkit-transition: all .4s linear;
        -moz-transition: all .4s linear;
        -ms-transition: all .4s linear;
        -o-transition: all .4s linear;
        transition: all .4s linear;
        padding: 10px 30px;
    }
    .order_details li {
        border: 1px solid #dfdbdf!important;
        float: none;
        margin-right: -1px!important;
        text-align: center;
        width: 25%;
        padding: 20px;
    }
    .order_details li strong span.amount,
    .order_details li strong {
        font-size: 15px!important;
        font-weight: 600;
        line-height: 39px!important;
        width: 100%;
        padding: 0;
    }
    .payment_methods li {
        float: left;
        margin-right: 40px!important;
    }
    .thanks-message {
        border: 15px solid #F1EFEF;
        float: left;
        position: relative;
        width: 100%;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        padding: 50px 20px 35px 120px;
    }
    .thanks-message:before,
    .thanks-message:after {
        background: url(../images/line2.png) no-repeat scroll 0 0 / 100% 100% rgba(0, 0, 0, 0);
        content: "";
        height: 13px;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
    .thanks-message:after {
        background-position: 0 -1px;
        bottom: -12px;
        top: auto;
    }
    .thanks-message > span {
        background: none repeat scroll 0 0 #F1EFEF;
        bottom: 0;
        left: 30px;
        color: gray;
        font-size: 36px;
        height: 90px;
        line-height: 90px;
        position: absolute;
        text-align: center;
        width: 95px;
        z-index: 10000;
        -webkit-box-shadow: 0 0 18px #DCDCDC inset;
        -moz-box-shadow: 0 0 18px #DCDCDC inset;
        -ms-box-shadow: 0 0 18px #DCDCDC inset;
        -o-box-shadow: 0 0 18px #DCDCDC inset;
        box-shadow: 0 0 18px #DCDCDC inset;
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        -ms-border-radius: 3px 3px 0 0;
        -o-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
    }
    .thanks-message > span i {
        background: none repeat scroll 0 0 #F1EFEF;
    }
    .thanks-message h5 {
        color: #F3B55E;
        float: left;
        font-size: 20px;
        font-weight: 700;
        padding-left: 40px;
    }
    .thanks-message p {
        float: left;
        font-family: "open sans";
        font-size: 13px;
        padding-left: 20px;
    }
    .buttons {
        float: left;
        margin-left: -15px;
    }
    .buttons a {
        margin-left: 15px;
        margin-bottom: 15px;
    }
    .theme-btn {
        background-clip: padding-box;
        border: 1px solid #BFBFBF;
        color: #555;
        text-shadow: 0 1px 0 #dfdfdf;
        float: left;
        width: auto;
        font-size: 13px;
        line-height: 20px;
        text-transform: capitalize;
        z-index: 1;
        position: relative;
        overflow: hidden;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        padding: 12px 45px;
    }
    .theme-btn:before {
        background: linear-gradient(tobottom, rgba(255, 255, 255, 0) 0 rgba(255, 255, 255, 0.69) 100%;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#b0ffffff', GradientType=0);
        content: "";
        height: 100%;
        width: 100%;
        z-index: -1;
        opacity: 0.5;
        position: absolute;
        left: 0;
        top: 0;
    }
    .inverse {
        color: #FFF;
        text-shadow: 0 1px 0 #000;
    }
    .gray {
        background-color: #f6f6f6;
    }
    .red {
        background-color: #f32430;
    }
    .darkblue {
        background-color: #002e4b;
    }
    .brown {
        background-color: #64250e;
    }
    .darkgray {
        background-color: #cdcdcd;
    }
    .lightblue {
        background-color: #00b9d0;
    }
    .black {
        background-color: #474747;
    }
    .green {
        background-color: #4fcf66;
    }
    .lemon {
        background-color: #a6b61a;
    }
    .yellow {
        background-color: #f6ae09;
    }
    .blue {
        background-color: #1594ff;
    }
    .purple {
        background-color: #7f205f;
    }
    .yellow2 {
        background-color: #edc601;
    }
    .orange {
        background-color: #ec6118;
    }
    .cyan {
        background-color: #57d9d8;
    }
    .peach {
        background-color: #d57b7b;
    }
    .lightpurple {
        background-color: #a05cc7;
    }
    .lemon2 {
        background-color: #d6e50d;
    }
    .lightbrown {
        background-color: #c59f73;
    }
    .navyblue {
        background-color: #006cb9;
    }
    .seagreen {
        background-color: #00a180;
    }
    .toggle-item {
        background: none repeat scroll 0 0 #FFF;
        border: 1px solid #E6E5E5;
        float: left;
        margin-bottom: 10px;
        width: 100%;
        -webkit-box-shadow: 0 0 13px #EEE inset;
        -moz-box-shadow: 0 0 13px #EEE inset;
        -ms-box-shadow: 0 0 13px #EEE inset;
        -o-box-shadow: 0 0 13px #EEE inset;
        box-shadow: 0 0 13px #EEE inset;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: all .4s linear;
        -moz-transition: all .4s linear;
        -ms-transition: all .4s linear;
        -o-transition: all .4s linear;
        transition: all .4s linear;
        padding: 5px 20px;
    }
    .toggle-item.activate {
        background: none repeat scroll 0 0 #F4F4F4;
        padding: 20px 30px;
    }
    .toggle-item h2 {
        float: left;
        font-size: 14px;
        font-weight: 400;
        cursor: pointer;
        line-height: 30px;
        width: 100%;
    }
    .content {
        float: left;
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100%;
    }
    .toggle-item h2 i {
        color: #B1B1B1;
        font-size: 15px;
        margin-right: 10px;
        -webkit-transition: font-size .6s linear;
        -moz-transition: font-size .6s linear;
        -ms-transition: font-size .6s linear;
        -o-transition: font-size .6s linear;
        transition: font-size .6s linear;
    }
    .toggle-item h2.active i {
        font-size: 20px;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .tab-style .nav {
        border: 0 none;
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        -ms-border-radius: 3px 3px 0 0;
        -o-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
    }
    .tab-style .nav li {
        float: left;
        margin-right: 0;
        padding: 0;
    }
    .tab-style .nav li a,
    .tab-style .nav li a:hover {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        border: 0 none;
        color: #fff;
        font-family: "open sans";
        font-weight: 600;
        text-align: center;
        width: 100%;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
        -webkit-transition: all .4s linear;
        -moz-transition: all .4s linear;
        -ms-transition: all .4s linear;
        -o-transition: all .4s linear;
        transition: all .4s linear;
        margin: 0;
        padding: 13px 20px;
    }
    .tab-style .nav li.active a,
    .tab-style .nav li.active a:focus {
        background: none repeat scroll 0 0 #fff;
        color: #fff;
        border-radius: 3px;
        margin-top: -3px;
        border: 1px solid #e3e3e3;
        margin-bottom: -3px;
        -webkit-box-shadow: 0 0 10px #f5f5f5 inset;
        -moz-box-shadow: 0 0 10px #f5f5f5 inset;
        -ms-box-shadow: 0 0 10px #f5f5f5 inset;
        -o-box-shadow: 0 0 10px #f5f5f5 inset;
        box-shadow: 0 0 10px #f5f5f5 inset;
        padding: 14px 20px 16px;
    }
    .tab-style .tab-content {
        border: 1px solid #e3e3e3;
        float: left;
        width: 100%;
        -webkit-box-shadow: 0 0 10px #f5f5f5 inset;
        -moz-box-shadow: 0 0 10px #f5f5f5 inset;
        -ms-box-shadow: 0 0 10px #f5f5f5 inset;
        -o-box-shadow: 0 0 10px #f5f5f5 inset;
        box-shadow: 0 0 10px #f5f5f5 inset;
        -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;
        padding: 30px;
    }
    .tab-style .tab-content h4 {
        font-weight: 500;
        font-size: 15px;
        margin-bottom: 20px;
    }
    .news {
        border: 1px solid #e0e0e0;
        float: left;
        margin-bottom: 30px;
        overflow: hidden;
        padding-left: 105px;
        position: relative;
        width: 100%;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }
    .news-date {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 75px;
        text-align: center;
    }
    .news-date > span {
        color: #FFF;
        font-family: Open Sans, sans-serif;
        font-size: 12px;
        left: 0;
        margin-top: -33px;
        line-height: 20px;
        position: absolute;
        top: 50%;
        min-height: 66px;
        padding: 0 15px;
    }
    .news-date > span i {
        font-size: 24px;
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }
    .news h3 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 12px;
        margin-top: 31px;
        overflow: hidden;
        text-overflow: ellipsis;
        text-transform: uppercase;
        white-space: nowrap;
    }
    .news .image {
        -webkit-border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        -ms-border-radius: 0 3px 3px 0;
        -o-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
    }
    .error-page h3 {
        float: left;
        font-size: 72px;
        font-style: italic;
        font-weight: 700;
        margin-bottom: 20px;
        text-align: center;
        width: 100%;
    }
    .error-page > i {
        color: #F6F5F5;
        font-size: 300px;
        position: absolute;
        right: 0;
        z-index: -1;
    }
    .error-page > p {
        float: left;
        text-align: center;
        width: 100%;
    }
    .error-page h4 {
        font-family: "open sans";
        font-size: 300px;
        font-weight: 700;
    }
    .error-page h4 i {
        font-style: normal;
    }
    .quick-help {
        float: left;
        margin-bottom: 50px;
        margin-top: 60px;
        width: 100%;
    }
    .quick-help > span {
        float: left;
        height: 30px;
        line-height: 30px;
        text-align: center;
        width: 35px;
        margin-right: 10px;
        color: #FFF;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }
    .quick-help h5 {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .login .form-row input.button {
        background-image: none;
        box-shadow: none;
        font-family: "open sans";
        font-weight: 600;
        margin-right: 10px;
        text-transform: uppercase;
        padding: 10px 40px;
    }
    .single-page .quantity-field {
        float: left;
        width: 200px;
        margin: 10px 20px;
    }
    .amount {
        color: #555;
        float: left;
        font-family: "open sans";
        font-size: 18px;
        font-weight: 700;
        line-height: 30px;
        padding: 10px;
    }
    del .amount {
        color: #8f8f8f;
        font-size: 15px;
        font-weight: 600;
        text-decoration: line-through;
    }
    .product-bottom del .amount {
        color: #fff;
        font-size: 11px;
        padding: 10px;
    }
    .amount ins {
        margin-right: 10px;
        text-decoration: none;
    }
    .amount ins i {
        font-size: 22px;
        font-style: normal;
    }
    .amount del {
        color: #AEAEAE;
        font-size: 14px;
    }
    .single-product {
        display: table;
        width: auto;
        margin: 0 auto;
    }
    .single-product .tab-content {
        float: left;
        margin-bottom: 50px;
        text-align: center;
        width: 100%;
    }
    .single-product .nav.nav-tabs {
        border: 0 none;
        display: table;
        float: none;
        width: auto;
        margin: 0 auto;
    }
    .single-product .nav.nav-tabs li {
        border: 1px solid #e8e8e8;
        margin-right: 10px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        padding: 5px;
    }
    .single-product .nav.nav-tabs li a {
        border: 0 none;
        margin-right: 0;
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        float: left;
        overflow: hidden;
        height: 105px;
        width: 108px;
        padding: 0;
    }
    .single-product .nav.nav-tabs li a img {
        height: 100%;
        width: 100%;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }
    .single-page > a,
    .single-page button.single_add_to_cart_button {
        background: none repeat scroll 0 0 #4d4d4d;
        border: 0 none;
        color: #fff;
        float: left;
        font-family: "open sans";
        line-height: 17px;
        font-size: 12px;
        text-transform: uppercase;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
        margin: 10px 15px;
        padding: 10px 15px;
    }
    .quantity input.text {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        text-align: center;
    }
    .single-page > a i {
        float: left;
        font-size: 14px;
        line-height: 17px;
        margin-right: 10px;
    }
    .single-product .single-page {
        margin: 40px 0;
    }
    .quantity {
        border: 1px solid #c6dade;
        float: left;
        overflow: hidden;
        position: relative;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        margin: 10px;
    }
    .quantity:before {
        background: none repeat scroll 0 0 #FFF;
        content: "";
        height: 100%;
        position: absolute;
        right: 33.334%;
        width: 20px;
    }
    .quantity input {
        background: none repeat scroll 0 0 #efefef;
        border: 0 none;
        height: 35px;
        width: 33.334%;
    }
    .single-product > .product,
    .single-product > .product > .product {
        border: 0 none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        margin: 0!important;
    }
    .woocommerce-tabs {
        float: left;
        width: 100%;
        margin: 40px 0;
    }
    .woocommerce-tabs .tabs li {
        box-shadow: none!important;
        float: left;
    }
    .woocommerce-tabs .tabs li a {
        float: left;
        font-family: "open sans";
        font-size: 18px!important;
        font-weight: 600!important;
        line-height: 20px;
        text-transform: uppercase;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
        padding: 15px 30px!important;
    }
    .woocommerce-tabs .tabs li.active a {
        padding: 15px 40px!important;
    }
    .single-page form.cart {
        float: left;
        margin: 0!important;
    }
    .woocommerce-tabs .tabs {
        margin: 0!important;
    }
    .panel.entry-content {
        border: 1px solid #e0dadf;
        margin: -1px 0 0!important;
        padding: 20px 30px!important;
    }
    .panel.entry-content h2 {
        color: #8f8f8f;
        font-size: 19px;
        font-weight: 600;
        margin-bottom: 20px!important;
        margin-top: 10px;
        text-transform: uppercase;
    }
    .woocommerce-page img.avatar {
        border: 4px double #cfcfcf;
        float: left!important;
        margin-right: 20px;
        margin-bottom: 0;
        width: auto!important;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }
    .comment-text p.meta {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        border: 0 none;
        float: left;
        font-family: Open Sans, sans-serif;
        width: 100%;
        padding: 10px 0;
    }
    .comment-text p.meta strong {
        font-size: 17px;
        font-weight: 600;
        text-transform: uppercase;
    }
    .add_review a.inline {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        box-shadow: none;
        float: right;
        font-weight: 400;
        text-transform: uppercase;
        text-shadow: none;
        padding: 10px 30px;
    }
    .add_review a.inline:hover {
        background: none;
        color: #FFF;
    }
    .commentlist li.comment {
        border-bottom: 1px solid #e6e6e6;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .woocommerce-message {
        float: left;
        left: 0;
        position: absolute!important;
        top: 0;
        width: 100%!important;
    }
    .woocommerce-message:before {
        height: 100%!important;
        left: 0!important;
        position: absolute!important;
        width: 40px!important;
    }
    .loading {
        background: url(../images/status.gif) no-repeat scroll center center #fff;
        height: 100%;
        left: 0;
        opacity: 0.9;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 10000000;
    }
    #pop {
        background: none repeat scroll 0 0 #fff;
        height: 100%;
        opacity: 0.8;
        position: fixed;
        width: 100%;
        z-index: 10000000;
    }
    .pop {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .pop .alert {
        background: none repeat scroll 0 0 red;
        height: 90px;
        left: 50%;
        margin-left: -200px;
        margin-top: -45px;
        position: absolute;
        top: 50%;
        width: 400px;
    }
    .pop .alert > p {
        color: #fff;
        font-family: "open sans";
        font-size: 17px;
        font-weight: 600;
    }
    .cart-empty {
        text-align: center;
        margin: 80px 0 20px;
    }
    .return-to-shop {
        float: left;
        margin-bottom: 80px;
        text-align: center;
        width: 100%;
    }
    p.return-to-shop a {
        display: table;
        float: none;
        margin: 0 auto;
    }
    .container.my-account {
        margin-bottom: 80px;
        margin-top: 80px;
        padding: 0;
    }
    .shop_table tr.order {
        border: 0 none;
        float: none;
        text-align: center;
        width: auto;
        padding: 0;
    }
    .my-account h2 {
        font-size: 22px;
        margin-bottom: 30px;
        margin-top: 10px;
    }
    .comment-form {
        float: left;
        width: 100%;
        margin: 30px 0 0;
    }
    .comment-form input,
    .comment-form textarea {
        border: 1px solid #e8e8e8;
        box-shadow: none;
        float: left;
        margin-bottom: 10px;
        width: 100%;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }
    .comment-form input[type="submit"] {
        float: right;
        font-family: "open sans";
        font-size: 13px!important;
        font-weight: 600!important;
        margin-top: 20px!important;
        text-transform: uppercase;
        width: auto;
    }
    .theme-pagination {
        float: left;
        width: 100%;
        margin-top: 50px;
    }
    .pagination {
        display: table;
        float: none;
        width: auto;
        margin: 0 auto;
    }
    .pagination > li a,
    .pagination > li span {
        border: 1px solid #F0F0F0;
        color: #777;
        font-family: Open Sans;
        font-size: 11px;
        height: 36px;
        line-height: 21px;
        text-align: center;
        width: 36px;
        z-index: 1;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }
    .pagination > li a i {
        color: #FFF;
        font-size: 18px;
        line-height: 32px;
        margin: 0;
    }
    .pagination > li:first-child a,
    .pagination > li:last-child a {
        background: url(../images/arrows2.png) no-repeat scroll -68px -28px #adadad;
        border: 0 none;
        color: transparent;
        height: 46px;
        line-height: 33px;
        margin-right: -5px;
        margin-top: -5px;
        width: 46px;
        z-index: 0;
    }
    .pagination > li:first-child a {
        background: url(../images/arrows2.png) no-repeat scroll 12px -28px #adadad;
    }
    .pagination > li span {
        background: none repeat scroll 0 0 #efefef;
        color: #fff;
    }
    .pagination > li:last-child a {
        margin-left: -5px;
        margin-right: 0;
    }
    footer {
        float: left;
        overflow: hidden;
        position: relative;
        width: 100%;
    }
    footer .block.blackish:before {
        opacity: 0.98;
        background: #2f2a49;
    }
    .widget-title {
        float: left;
        margin-bottom: 0;
        position: relative;
        width: 100%;
    }
    .widget-title:before {
        border-right: 1px dotted #FFF;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 1px;
        z-index: 3;
    }
    .widget-title:after {
        border-bottom: 1px dotted #868686;
        content: "";
        width: 100%;
        z-index: 0;
        position: absolute;
        bottom: 4px;
        left: 0;
    }
    .widget-title > h4 {
        background: none repeat scroll 0 0 #333;
        color: #FFF;
        float: left;
        font-size: 20px;
        padding-left: 10px;
        padding-right: 10px;
        position: relative;
        z-index: 2;
    }
    footer .widget-title > h4 {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        font-size: 17px;
        font-weight: 600;
        text-transform: capitalize;
        letter-spacing: 1px;
        padding: 0 0 10px;
    }
    .widget-title > h2 {
        color: #FFF;
        float: left;
        font-size: 17px;
        padding-left: 0;
        padding-right: 10px;
        padding-bottom: 10px;
        position: relative;
        z-index: 2;
    }
    footer .widget-title > h4:before {
        content: "";
        left: 0;
        bottom: 0;
        width: 80%;
        height: 1px;
    }
    footer .widget p {
        color: #777;
    }
    .widget p {
        color: #cac9c9;
    }
    .about > span {
        float: left;
        width: 100%;
        font-family: Open Sans, sans-serif;
        color: #f1f1f1;
        margin-bottom: 10px;
    }
    .widget .about .social-media li {
        width: auto;
    }
    .widget .about .social-media li a {
        background: #242424;
        border: 1px solid #4d4d4d;
        height: 36px;
        line-height: 35px;
        width: 33px;
        padding: 0;
    }
    .widget .about .social-media li a i {
        font-size: 14px;
    }
    .gallery-widget {
        margin: 0 -5px;
    }
    .gallery-widget > div {
        margin-bottom: 10px;
        padding: 0 5px;
    }
    .gallery-widget a {
        float: left;
        width: 100%;
        position: relative;
        overflow: hidden;
        z-index: 1;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }
    .gallery-widget a:before {
        content: "";
        width: 100%;
        height: 100%;
        opacity: 0;
        z-index: 1;
        position: absolute;
        left: 0;
        top: 0;
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }
    .gallery-widget a:hover:before {
        opacity: 0.8;
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    .gallery-widget a:hover img {
        -webkit-transform: scale(1.4);
        -moz-transform: scale(1.4);
        -ms-transform: scale(1.4);
        -o-transform: scale(1.4);
        transform: scale(1.4);
    }
    .gallery-widget a img {
        width: 100%;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }
    .contact {
        float: left;
        width: 100%;
        margin-top: 25px;
    }
    .contact li {
        color: #999;
        line-height: 23px;
        margin-top: 3px;
    }
    .contact li i {
        margin-right: 10px;
        font-size: 13px;
    }
    .contact li a {
        float: left;
        margin-right: 20px;
    }
    .contact li a i {
        font-size: 24px;
        color: #c4c4c4;
        -webkit-transition: all .4s linear;
        -moz-transition: all .4s linear;
        -ms-transition: all .4s linear;
        -o-transition: all .4s linear;
        transition: all .4s linear;
        margin: 0;
    }
    .widget .contact li {
        border: 0 none;
        color: #f5f5f5;
        font-size: 14px;
        line-height: 27px;
        font-family: "open sans";
        margin-right: 2px;
    }
    .widget .contact li span {
        float: left;
        min-width: 100px;
        font-size: 14px;
    }
    .widget form {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }
    .widget form input[type="email"],
    .widget form input[type="text"] {
        border: 0 none;
        float: left;
        font-size: 12px;
        height: 40px;
        margin-bottom: 15px;
        width: 100%;
        background: none repeat scroll 0 0 #242424;
        color: #FFF;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        padding: 0 20px;
    }
    .widget form input[type="submit"] {
        float: left;
        width: 100%;
        height: 40px;
        border: 0;
        color: #FFF;
        font-family: Open Sans, sans-serif;
        font-size: 13px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        padding: 0 30px;
    }
    .widget-blog {
        float: left;
        width: 100%;
        margin-bottom: 30px;
        margin-top: 20px;
        text-align: center;
    }
    .widget-blog-img {
        float: left;
        overflow: hidden;
        position: relative;
        margin-right: 20px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }
    .widget-blog-img:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        opacity: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }
    .widget-blog .widget-blog-img:hover:before {
        opacity: 0.8;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    .widget-blog-img img {
        width: 97px;
        height: 97px;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }
    .widget-blog > h6 {
        font-family: "open sans";
        font-size: 14px;
        margin-bottom: 5px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .widget-blog > h6 a {
        color: #f1f1f1;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }
    .widget-blog > span {
        color: #939393;
        float: left;
        font-size: 11px;
        margin-top: 5px;
        text-transform: uppercase;
    }
    .widget-blog > p {
        line-height: 20px;
        margin-bottom: 10px;
    }
    .widget .quick-message form textarea {
        min-height: 100px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }
    #fotter_msg {
        float: left;
        width: 100%;
        color: #FFF;
        margin-bottom: 10px;
        border-radius: 3px;
        font-family: "open sans";
        display: none;
        padding: 10px;
    }
    .widget .quick-message input[type="submit"] {
        float: left;
        width: auto;
        margin-top: 15px;
        border-radius: 3px;
        border: 0;
        line-height: 23px;
        height: auto;
        font-family: "open sans";
        font-size: 12px;
        color: #e9e9e9;
        text-transform: uppercase;
        -webkit-transition: all .4s linear;
        -moz-transition: all .4s linear;
        -ms-transition: all .4s linear;
        -o-transition: all .4s linear;
        transition: all .4s linear;
        padding: 5px 30px;
    }
    .bottom-footer p a {
        font-weight: 600;
    }
    .widget .quick-message input[type="submit"]:hover {
        padding: 5px 40px;
    }
    .bottom-footer {
        background: none repeat scroll 0 0 #191233;
        float: left;
        width: 100%;
        margin-top: -1px;
        padding: 22px 0;
    }
    .bottom-footer p {
        color: #FFF;
        font-size: 12px;
        text-align: center;
        font-family: "open sans";
    }
    aside.sidebar {
        margin-bottom: -50px;
    }
    .sidebar .widget-title > h4 {
        background: none repeat scroll 0 0 #FFF;
        color: #555;
    }
    .sidebar .widget-title:after {
        border-color: #CBCBCB;
    }
    .sidebar .widget form input[type="email"],
    .sidebar .widget form input[type="text"] {
        background: none repeat scroll 0 0 rgba(240, 240, 240, 0.8);
        color: #555;
    }
    .widget form.search-form {
        border: 1px solid #E8E8E8;
        -webkit-box-shadow: 0 2px 4px #F3F3F3;
        -moz-box-shadow: 0 2px 4px #F3F3F3;
        -ms-box-shadow: 0 2px 4px #F3F3F3;
        -o-box-shadow: 0 2px 4px #F3F3F3;
        box-shadow: 0 2px 4px #F3F3F3;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        margin: 0;
    }
    footer .widget form.search-form {
        border: 1px solid #4F4F4F;
        -webkit-box-shadow: 0 2px 4px #1F1F1F;
        -moz-box-shadow: 0 2px 4px #1F1F1F;
        -ms-box-shadow: 0 2px 4px #1F1F1F;
        -o-box-shadow: 0 2px 4px #1F1F1F;
        box-shadow: 0 2px 4px #1F1F1F;
    }
    footer .tagclouds > a,
    footer .widget li {
        margin-left: 0;
    }
    footer .tagclouds > a:before,
    footer .widget li:before {
        background: none repeat scroll 0 0 #2B2B2B;
    }
    .widget form.search-form input[type="text"] {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        color: #555;
        float: left;
        width: 90%;
        margin: 0;
    }
    .widget form.search-form input[type="submit"] {
        background: url(../images/search.png) no-repeat scroll center center rgba(0, 0, 0, 0);
        color: rgba(0, 0, 0, 0);
        float: left;
        width: 10%;
        padding: 0;
    }
    .tagclouds {
        float: left;
        margin-bottom: -10px;
        width: 100%;
    }
    .tagclouds > a {
        border: 1px solid #F0F0F0;
        color: #777;
        float: left;
        font-size: 13px;
        margin-bottom: 10px;
        margin-left: 5px;
        margin-right: 5px;
        position: relative;
        z-index: 1;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        padding: 7px 22px;
    }
    .tagclouds > a:before {
        background: none repeat scroll 0 0 #FFF;
        content: "";
        height: 100%;
        border: 1px solid #F0F0F0;
        position: absolute;
        left: 2%;
        top: -6%;
        width: 96%;
        z-index: -1;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }
    .widget li {
        float: left;
        margin-bottom: 15px;
    }
    .widget li a,
    .recentcomments,
    .cat-item,
    .widget_archive li {
        float: left;
        width: 100%;
        color: # FFF;
        font-size: 14px;
        line-height: 25px;
        margin-left: 5px;
        margin-right: 5px;
        position: relative;
        z-index: 1;
        -webkit-border-radius: 26px;
        -moz-border-radius: 26px;
        -ms-border-radius: 26px;
        -o-border-radius: 26px;
        border-radius: 26px;
    }
    .widget li a:before,
    .recentcomments:before,
    .cat-item:before,
    .widget_archive li:before {
        content: "";
        height: 100%;
        width: 98%;
        position: absolute;
        left: 1%;
        top: -8%;
        z-index: -1;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }
    .widget li.recentcomments a,
    .widget li.cat-item a,
    .widget_archive li a {
        border: 0 none;
        float: none;
        width: auto;
        padding: 0 5px!important;
    }
    .cat-item .children {
        margin: 0;
        padding: 0!important;
    }
    .widget li ul.sub-menu,
    .widget li ul.children {
        margin-top: 10px;
        margin-left: 0;
        padding-left: 20px;
    }
    .textwidget {
        color: #AAAAA1;
        line-height: 21px;
    }
    .comment-widget {
        border-bottom: 1px dotted #CBCBCB;
        float: left;
        margin-bottom: 30px;
        padding-bottom: 20px;
        width: 100%;
    }
    .comment-widget h5 {
        color: #777;
        font-family: Open Sans;
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .comment-widget h5 a {
        color: #777;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }
    .comment-widget span {
        color: #939393;
        float: left;
        font-family: "open sans";
        font-size: 11px;
        line-height: 14px;
        width: 50%;
    }
    .sidebar .about > span {
        color: #9f9f9f;
    }
    .sidebar .widget .contact li {
        color: #999;
    }
    .sidebar .widget-blog > h6 a {
        color: gray;
    }
    table {
        border: 1px solid #F0F0F0;
        float: left;
        text-align: center;
        width: 100%;
        color: #888;
    }
    caption {
        border-left: 1px solid #F0F0F0;
        border-right: 1px solid #F0F0F0;
        border-top: 1px solid #F0F0F0;
        font-size: 17px;
        font-weight: 700;
        letter-spacing: .3px;
        line-height: 30px;
        text-transform: uppercase;
    }
    thead {
        text-align: center;
        color: #333;
    }
    th {
        text-align: center;
        border: 1px solid #F0F0F0;
    }
    td {
        border: 1px solid #F0F0F0;
        font-size: 12px;
        line-height: 30px;
    }
    .rssSummary,
    .rss-date {
        float: left;
        width: 100%;
        margin: 0 5px;
    }
    .widget cite {
        float: left;
        padding-bottom: 10px;
        width: 100%;
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 600;
        font-family: "open sans";
        letter-spacing: .3px;
        margin: 0 5px 10px;
    }
    .textwidget img {
        max-width: 100%;
        height: auto;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }
    strong {
        font-family: "open sans";
        font-weight: 700;
    }
    .widget_shopping_cart_content li,
    ul.product_list_widget li {
        border-bottom: 1px solid #efefef;
        margin-bottom: 0;
        padding-bottom: 12px;
        padding-top: 12px;
    }
    .widget_shopping_cart_content li a,
    ul.product_list_widget li a {
        border: 0 none;
        float: left;
        width: auto;
        margin: 0;
        padding: 0;
    }
    .widget_shopping_cart_content li a img,
    ul.product_list_widget li a img {
        border: 3px double #ddd;
        height: auto;
        margin-right: 10px;
        width: 40px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }
    .widget_shopping_cart_content li .quantity {
        border: 0 none;
        float: right;
        font-size: 12px;
        line-height: 20px;
        margin: 0;
        padding: 0 10px;
    }
    .widget_shopping_cart_content li .quantity .amount,
    ul.product_list_widget li .amount {
        float: none;
        font-size: 13px;
        font-weight: 600;
        line-height: 20px;
        width: auto;
        padding: 0;
    }
    ul.product_list_widget li .amount {
        float: right;
        font-size: 12px;
        font-weight: 600;
        line-height: 31px;
        width: auto;
        padding: 0;
    }
    .widget p.total {
        border-bottom: 1px solid #efefef;
        border-top: 1px solid #efefef;
        float: left;
        margin-bottom: 20px;
        margin-top: -1px;
        width: 100%;
        padding: 10px 0;
    }
    .widget p.total strong {
        color: #afafaf;
        font-weight: 700;
        line-height: 30px;
        text-transform: uppercase;
    }
    .widget p.total .amount {
        color: #7f7f7f;
        float: right;
        font-size: 20px;
        font-weight: 600;
        width: auto;
        padding: 0;
    }
    .widget p.buttons a {
        line-height: 15px;
        padding: 10px 20px;
    }
    ul.product_list_widget li .star-rating {
        float: left;
        line-height: 20px;
        margin: 8px 10px;
    }
    .sidepanel {
        background: none repeat scroll 0 0 rgba(250, 250, 250, 0.9);
        left: -200px;
        position: fixed;
        top: 15%;
        width: 200px;
        z-index: 100000000000;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
        padding: 20px;
    }
    .sidepanel h4 {
        font-size: 13px;
        float: left;
        width: 100%;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .colors {
        margin: 0 -2.5%;
    }
    .layout {
        float: left;
        margin-top: 20px;
        width: 100%;
    }
    .colors > div,
    .layout > div {
        width: 20%;
        float: left;
        padding: 0 2.5px;
    }
    .colors > div a,
    .layout > div a {
        float: left;
        height: 30px;
        width: 100%;
        border: 3px double #FFF;
        cursor: pointer;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }
    .layout > div a {
        background: #737373;
        text-align: center;
        color: #FFF;
        line-height: 24px;
        font-size: 11px;
        font-family: "open sans";
        font-weight: 700;
    }
    .colors > div a:hover {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .sidepanel > span {
        background: none repeat scroll 0 0 rgba(250, 250, 250, 0.9);
        height: 50px;
        text-align: center;
        width: 50px;
        position: absolute;
        right: -50px;
        top: 0;
        line-height: 50px;
        color: #5F5F5F;
        font-size: 22px;
    }
    .color2 {
        background-color: #5a7e92;
    }
    .color3 {
        background-color: #0d8ce6;
    }
    .color4 {
        background-color: #34ac6b;
    }
    .color5 {
        background-color: #2d695c;
    }
    .colors.pattern {
        float: left;
        margin-top: 20px;
    }
    .sidepanel .colors i {
        font-size: 10px;
    }
    .pattern1 {
        background: url(../images/pat1.png);
    }
    .pattern2 {
        background: url(../images/pat2.png);
    }
    .pattern3 {
        background: url(../images/pat3.png);
    }
    .pattern4 {
        background: url(../images/pat4.png);
    }
    .pattern5 {
        background: url(../images/pat5.png);
    }
    div.pp_pic_holder a:focus {
        outline: none;
    }
    div.pp_overlay {
        background: #000;
        display: none;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 100000000;
    }
    div.pp_pic_holder {
        display: none;
        position: absolute;
        width: 100px;
        z-index: 10000000000;
    }
    .pp_content {
        height: 40px;
        min-width: 40px;
    }
    * html .pp_content {
        width: 40px;
    }
    .pp_content_container {
        position: relative;
        text-align: left;
        width: 100%;
    }
    .pp_content_container .pp_right {
        padding-right: 20px;
    }
    .pp_content_container .pp_details {
        float: left;
        margin: 10px 0 2px;
    }
    .pp_description {
        color: #3f3f3f;
        display: none;
        font-family: "open sans";
        font-size: 15px;
        font-weight: 600;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        text-transform: uppercase;
    }
    .pp_social {
        float: left;
        margin: 0;
    }
    .pp_social .facebook {
        float: left;
        margin-left: 5px;
        width: 55px;
        overflow: hidden;
    }
    .pp_nav {
        clear: right;
        float: left;
        margin: 3px 10px 0 0;
    }
    .pp_nav p {
        float: left;
        white-space: nowrap;
        margin: 2px 4px;
    }
    .pp_nav .pp_play,
    .pp_nav .pp_pause {
        float: left;
        margin-right: 4px;
        text-indent: -10000px;
    }
    a.pp_arrow_previous,
    a.pp_arrow_next {
        display: block;
        float: left;
        height: 15px;
        margin-top: 3px;
        overflow: hidden;
        text-indent: -10000px;
        width: 14px;
    }
    .pp_hoverContainer {
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 2000;
    }
    .pp_gallery {
        display: none;
        left: 50%;
        margin-top: -50px;
        position: absolute;
        z-index: 10000;
    }
    .pp_gallery div {
        float: left;
        overflow: hidden;
        position: relative;
    }
    .pp_gallery ul {
        float: left;
        height: 35px;
        position: relative;
        white-space: nowrap;
        margin: 0 0 0 5px;
        padding: 0;
    }
    .pp_gallery ul a {
        border: 1px rgba(0, 0, 0, 0.5) solid;
        display: block;
        float: left;
        height: 33px;
        overflow: hidden;
    }
    .pp_gallery ul a:hover,
    .pp_gallery li.selected a {
        border-color: #fff;
    }
    .pp_gallery li {
        display: block;
        float: left;
        width: auto;
        margin: 0 5px 0 0;
        padding: 0;
    }
    .pp_gallery li.default a {
        background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
        display: block;
        height: 33px;
        width: 50px;
    }
    .pp_gallery .pp_arrow_previous,
    .pp_gallery .pp_arrow_next {
        margin-top: 7px!important;
    }
    a.pp_next {
        background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
        display: block;
        float: right;
        height: 100%;
        text-indent: -10000px;
        width: 49%;
    }
    a.pp_previous {
        background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
        display: block;
        float: left;
        height: 100%;
        text-indent: -10000px;
        width: 49%;
    }
    a.pp_expand,
    a.pp_contract {
        cursor: pointer;
        display: none;
        height: 20px;
        position: absolute;
        right: 30px;
        text-indent: -10000px;
        top: 10px;
        width: 20px;
        z-index: 20000;
    }
    a.pp_close {
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        line-height: 22px;
        text-indent: -10000px;
    }
    .pp_loaderIcon {
        display: block;
        height: 24px;
        left: 50%;
        position: absolute;
        top: 50%;
        width: 24px;
        margin: -12px 0 0 -12px;
    }
    #pp_full_res {
        line-height: 1!important;
    }
    #pp_full_res .pp_inline {
        text-align: left;
    }
    #pp_full_res .pp_inline p {
        margin: 0 0 15px;
    }
    div.ppt {
        color: #fff;
        display: none!important;
        font-size: 17px;
        z-index: 9999;
        margin: 0 0 5px 15px;
    }
    .minict_wrapper {
        background: none repeat scroll 0 0 #FFF;
        color: #333;
        position: relative;
        float: left;
        width: 100%;
        cursor: pointer;
        margin-bottom: 20px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }
    .minict_wrapper input,
    .sidebar-widget .minict_wrapper input {
        margin-bottom: 0!important;
    }
    .minict_wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .minict_wrapper:after {
        background: url(../images/select-icon.png) no-repeat scroll center center rgba(0, 0, 0, 0);
        content: "";
        height: 27px;
        margin-top: -14px;
        position: absolute;
        right: 0;
        top: 50%;
        width: 38px;
    }
    .minict_wrapper input {
        background: none repeat scroll 0 0 #FFF;
        border: 1px solid #C6DADE;
        color: #B4B4B4;
        cursor: default;
        font-family: "open sans";
        font-size: 12px;
        height: 33px;
        width: 100%;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        padding: 5px 40px 5px 20px;
    }
    .minict_wrapper ul {
        display: none;
        list-style: none;
        position: absolute;
        width: 100%;
        border: 1px solid #e5e5e5;
        top: 2rem;
        left: 0;
        overflow-y: auto;
        z-index: 999999;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        margin: 0;
        padding: 0;
    }
    .minict_wrapper ul li:first-child {
        border-top: 0;
    }
    .minict_wrapper ul li {
        background: none repeat scroll 0 0 #FFF;
        border-top: 1px solid #EAEAEA;
        cursor: pointer;
        font-family: Open Sans, sans-serif;
        font-size: 13px;
        line-height: 40px;
        list-style: none outside none;
        width: 100%;
        padding: 0 10px;
    }
    .minict_wrapper ul li:hover {
        background: #fcfcfc;
        color: #111;
    }
    .minict_wrapper ul li.minict_group {
        color: #444;
        background: #f6f6f6;
        font-weight: 700;
        cursor: default;
    }
    .minict_wrapper ul li.minict_empty {
        display: none;
        background: #fff!important;
        color: #bbb;
        text-align: center;
        font-size: .9rem;
        height: 3.5rem;
        line-height: 3.3rem;
    }
    .minict_wrapper ul li.selected {
        color: #819a9a;
        background: #f9fcff;
    }
    .minict_wrapper ul li.highlighted {
        color: #fff;
        background: #819a9a;
    }
    .minict_wrapper.bubble:hover {
        border-color: #dcdcdc;
    }
    .minict_wrapper.bubble ul {
        max-height: 300px;
        overflow-x: hidden;
        overflow-y: scroll;
        top: 40px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }
    .minict_wrapper.bubble ul:before {
        position: absolute;
        top: -11px;
        left: 19px;
        content: ".";
        color: transparent;
        width: 0;
        height: 0;
        border-color: transparent transparent #e5e5e5;
        border-style: solid;
        border-width: 0 11px 11px;
    }
    .minict_wrapper.bubble ul:after {
        position: absolute;
        top: -10px;
        left: 20px;
        content: ".";
        color: transparent;
        width: 0;
        height: 0;
        border-color: transparent transparent #fff;
        border-style: solid;
        border-width: 0 10px 10px;
    }
    .title3 {
        float: left;
        margin-bottom: 35px;
        position: relative;
        text-align: center;
        width: 100%;
        z-index: 1;
    }
    .title3 h2 {
        float: left;
        font-family: "open sans";
        font-size: 30px;
        font-weight: 600;
        line-height: 25px;
        margin-bottom: 20px;
        width: 100%;
    }
    .title3 > p {
        color: #777;
        font-size: 12px;
        float: left;
        width: 100%;
        margin-top: -8px;
        line-height: 24px;
    }
    .simple-icon > span {
        width: 115px;
        height: 115px;
        display: inline-block;
        line-height: 100px;
        font-size: 44px;
        color: #999;
        background: #f1f1f1;
        border: 5px solid #f6f6f6;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 15px #cdcdcd inset;
        -moz-box-shadow: 0 0 15px #cdcdcd inset;
        -ms-box-shadow: 0 0 15px #cdcdcd inset;
        -o-box-shadow: 0 0 15px #cdcdcd inset;
        box-shadow: 0 0 15px #cdcdcd inset;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
        margin: 0 auto 30px;
    }
    .simple-service > h3 {
        font-size: 16px;
        font-weight: 400;
        float: left;
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        margin-bottom: 20px;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }
    .simple-service > p {
        float: left;
        width: 100%;
        margin-top: -9px;
    }
    .simple-service > a {
        margin-top: 20px;
        display: inline-block;
        font-size: 13px;
        border: 1px solid #CFCFCF;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
        padding: 10px 30px;
    }
    .simple-blog {
        float: left;
        width: 100%;
        background: #FFF;
        overflow: hidden;
        margin-bottom: 30px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }
    .simple-blog > h4 {
        float: left;
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        color: #434343;
        font-size: 15px;
        margin: 15px 0;
        padding: 5px 15px;
    }
    .simple-blog > h4 a {
        color: #434343;
        -webkit-transition: all .4s linear;
        -moz-transition: all .4s linear;
        -ms-transition: all .4s linear;
        -o-transition: all .4s linear;
        transition: all .4s linear;
    }
    .simple-blog > p {
        float: left;
        width: 100%;
        margin-top: -9px;
        padding: 0 15px 20px;
    }
    .simple-blog > span {
        float: left;
        width: 100%;
        padding: 0 15px;
    }
    .simple-blog > span a {
        font-size: 11px;
        float: left;
        line-height: 35px;
        border-top: 1px solid #ebebeb;
    }
    .simple-blog > span a.blog-date {
        width: 30%;
        border-right: 1px solid #ebebeb;
    }
    .simple-blog > span a.blog-more {
        width: 70%;
        text-align: right;
    }
    .simple-blog > span a.blog-more i {
        margin-left: 5px;
    }
    .button3 {
        display: table;
        float: none;
        width: auto;
        font-size: 13px;
        border: 1px solid #AFAFAF;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
        margin: 20px auto 0;
        padding: 8px 30px;
    }
    .social-corner {
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
    .social-corner .social-media a {
        width: 46px;
        height: 46px;
        background: #e7e7e7;
        line-height: 45px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
    }
    .social-corner .social-media li {
        width: auto;
        height: auto;
        float: none;
        display: inline-block;
    }
    .social-corner .social-media {
        float: none;
        margin-top: 10px;
    }
    .social-corner .social-media a i {
        color: #737373;
        font-size: 15px;
    }
    .carousel-item:before {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0.9);
        content: "";
        height: 0;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        -webkit-transition: all .4s linear;
        -moz-transition: all .4s linear;
        -ms-transition: all .4s linear;
        -o-transition: all .4s linear;
        transition: all .4s linear;
    }
    .item-detail {
        bottom: 20px;
        left: 0;
        width: 100%;
        position: absolute;
        text-align: center;
        z-index: 1;
        -webkit-transition: all .4s linear;
        -moz-transition: all .4s linear;
        -ms-transition: all .4s linear;
        -o-transition: all .4s linear;
        transition: all .4s linear;
        padding: 30px 30px 0;
    }
    .carousel-item:hover .item-detail {
        bottom: 60px;
    }
    .item-detail:before {
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.8;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
        -webkit-transition: all .4s linear;
        -moz-transition: all .4s linear;
        -ms-transition: all .4s linear;
        -o-transition: all .4s linear;
        transition: all .4s linear;
    }
    .carousel-item:hover .item-detail:before {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
    .item-detail > h3 {
        float: left;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
    }
    .carousel-item:hover .item-detail > h3 {
        margin-bottom: 40px;
    }
    .item-detail > h3 a {
        color: #FFF;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }
    .carousel-item:hover .item-detail > ul {
        margin-bottom: 30px;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }
    .item-detail li {
        color: #dcdcdc;
        float: left;
        margin-right: 40px;
        width: 100%;
    }
    .item-detail li:last-child {
        margin-right: 0;
    }
    .item-detail > p {
        left: 0;
        color: #bebdbd;
        max-height: 0;
        min-height: 0;
        opacity: 0;
        overflow: hidden;
        -webkit-transition: min-height .4s linear;
        -moz-transition: min-height .4s linear;
        -ms-transition: min-height .4s linear;
        -o-transition: min-height .4s linear;
        transition: min-height .4s linear;
    }
    .item-detail > a {
        border: 1px solid #fff;
        color: #fff;
        float: none;
        display: table;
        font-family: "open sans";
        font-size: 13px;
        height: 0;
        opacity: 0;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all .4s linear;
        -moz-transition: all .4s linear;
        -ms-transition: all .4s linear;
        -o-transition: all .4s linear;
        transition: all .4s linear;
        margin: 0 auto;
        padding: 0;
    }
    .carousel-item:hover .item-detail > a {
        height: 40px;
        opacity: 1;
        margin-top: 10px;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all .4s ease .4s;
        -moz-transition: all .4s ease .4s;
        -ms-transition: all .4s ease .4s;
        -o-transition: all .4s ease .4s;
        transition: all .4s ease .4s;
        padding: 10px 20px;
    }
    .carousel-item:hover .item-detail > p {
        float: left;
        min-height: 120px;
        opacity: 1;
        overflow: visible;
        width: 100%;
    }
    .item-detail > span {
        color: #e8e8e8;
        float: left;
        font-family: "open sans";
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 0;
        height: 0;
        width: 100%;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all .3s ease .3s;
        -moz-transition: all .3s ease .3s;
        -ms-transition: all .3s ease .3s;
        -o-transition: all .3s ease .3s;
        transition: all .3s ease .3s;
    }
    .carousel-item:hover .item-detail > span {
        height: 20px;
        margin-bottom: 20px;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    .round-icon {
        float: none;
        color: #b5b4b4;
        font-size: 10px;
        height: 0;
        overflow: hidden;
        line-height: 0;
        width: 121px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all .5s linear;
        -moz-transition: all .5s linear;
        -ms-transition: all .5s linear;
        -o-transition: all .5s linear;
        transition: all .5s linear;
        margin: 0 auto;
    }
    .carousel-item:hover .round-icon {
        display: table;
        font-size: 40px;
        border: 2px solid #b5b4b4;
        height: 121px;
        line-height: 120px;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        margin: 30px auto;
    }
    .container.expand {
        width: 100%;
        padding: 0!important;
    }
    .carousel-item .sermon-media {
        height: 0;
        overflow: hidden;
        width: 100%;
        -webkit-transform: rotateX(90deg);
        -moz-transform: rotateX(90deg);
        -ms-transform: rotateX(90deg);
        -o-transform: rotateX(90deg);
        transform: rotateX(90deg);
        -webkit-transition: all .4s ease .3s;
        -moz-transition: all .4s ease .3s;
        -ms-transition: all .4s ease .3s;
        -o-transition: all .4s ease .3s;
        transition: all .4s ease .3s;
        margin: 0;
    }
    .carousel-item:hover .sermon-media {
        height: auto;
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
        margin: 20px 0;
    }
    .survey {
        float: left;
        width: 100%;
        margin: -110px 0 -70px;
    }
    .survey > h3 {
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        -ms-border-radius: 3px 3px 0 0;
        -o-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
        padding: 9px 20px;
    }
    .needed {
        float: left;
        width: 100%;
        background: #FFF;
        border: 1px solid #cdcdcd;
        padding: 30px;
    }
    .needed > span {
        float: left;
        height: 90px;
        line-height: 70px;
        text-align: center;
        width: 90px;
        font-size: 35px;
        background: #737373;
        margin-right: 30px;
        color: #FFF;
        border: 4px solid #f6f6f6;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
    }
    .needed h5 {
        font-size: 30px;
        font-weight: 600;
        line-height: 24px;
        margin-top: 15px;
    }
    .needed > h6 {
        color: #666;
        font-size: 14px;
        margin-top: 10px;
    }
    .survey-report {
        border: 1px solid #d5d5d5;
        float: left;
        text-align: center;
        width: 50%;
        background: #FFf;
        margin-top: -1px;
        position: relative;
        z-index: 1;
        padding: 30px;
    }
    .survey-report > h5 {
        font-size: 24px;
        margin-bottom: 10px;
        font-weight: 600;
    }
    .survey-report > span {
        width: 80px;
        height: 80px;
        display: table;
        line-height: 70px;
        background: #f1f1f1;
        color: #999;
        font-size: 27px;
        border: 4px solid #f6f6f6;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 10px #cfcfcf inset;
        -moz-box-shadow: 0 0 10px #cfcfcf inset;
        -ms-box-shadow: 0 0 10px #cfcfcf inset;
        -o-box-shadow: 0 0 10px #cfcfcf inset;
        box-shadow: 0 0 10px #cfcfcf inset;
        margin: 0 auto 20px;
    }
    .survey-report > h6 {
        color: #666;
        font-size: 14px;
    }
    .survey-report:before {
        background: none repeat scroll 0 0 #fff;
        color: #555;
        content: "ON";
        font-family: "open sans";
        font-size: 14px;
        font-style: italic;
        font-weight: 700;
        position: absolute;
        right: -15px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        top: 50%;
        margin-top: -15px;
    }
    .survey-report:last-child {
        z-index: 0;
    }
    .online-store {
        text-align: center;
        padding: 60px 30px;
    }
    .online-store > h4 {
        color: #444;
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 20px;
    }
    section#options {
        display: table;
        float: none;
        width: auto;
        margin: 0 auto 30px;
    }
    section#options ul.option-set li {
        float: left;
        margin: 0 3px;
    }
    section#options ul.option-set li a {
        background: none repeat scroll 0 0 #f8f8f8;
        line-height: 30px;
        float: left;
        text-transform: uppercase;
        border-radius: 4px;
        color: #6a6969;
        font-family: "open sans";
        -webkit-box-shadow: 0 0 11px #e5e5e5 inset;
        -moz-box-shadow: 0 0 11px #e5e5e5 inset;
        -ms-box-shadow: 0 0 11px #e5e5e5 inset;
        -o-box-shadow: 0 0 11px #e5e5e5 inset;
        box-shadow: 0 0 11px #e5e5e5 inset;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
        padding: 5px 20px;
    }
    section#options ul.option-set li a.selected {
        color: #FFF;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
    }
    .partners {
        float: left;
        width: 100%;
        border-bottom: 1px dashed #e3e3e3;
    }
    .partners:last-child {
        border-bottom: 0;
    }
    .single-partner {
        border-right: 1px dashed #e3e3e3;
        float: left;
        text-align: center;
        width: 100%;
        padding: 30px 10px;
    }
    .partners > div:last-child .single-partner {
        border-right: 0;
    }
    .title4 {
        float: left;
        margin-bottom: 45px;
        width: 100%;
    }
    .title4 > h2 {
        color: #585858;
        display: table;
        font-family: "open sans";
        font-size: 22px;
        position: relative;
        border-bottom: 1px solid #c8c8c8;
        margin: 0 auto;
        padding: 0 10px 10px;
    }
    .title4 > h2:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -6.5px;
        width: 100%;
        height: 13px;
        background: url(../images/title4.jpg) no-repeat scroll center transparent;
    }
    .title5 > h2 {
        font-family: "open sans";
        font-size: 22px;
        color: #585858;
        padding-bottom: 10px;
    }
    .title5 > h2 span {
        font-weight: 600;
        border-bottom: 1px solid;
    }
    .title6 h2 {
        font-family: "open sans";
        font-size: 28px;
        color: #323232;
    }
    .title6 h2 span {
        font-weight: 700;
    }
    .title7 h2 {
        color: #323232;
        display: table;
        font-family: "open sans";
        font-size: 24px;
        font-weight: 700;
        border-bottom: 1px solid #d4d4d4;
        position: relative;
        margin: 0 auto;
        padding: 0 30px 20px;
    }
    .title7 h2 i {
        position: absolute;
        color: #b5b5b5;
        font-size: 12px;
        bottom: -8px;
        font-weight: 200;
        font-style: normal;
        background: #FFF;
        left: 50%;
        margin-left: -18%;
        min-width: 36%;
        max-width: 36%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        line-height: 20px;
        text-align: center;
        padding: 0 10px;
    }
    .animal-events-carousel {
        float: left;
        width: 100%;
        margin-bottom: -50px;
    }
    .animal-events-carousel .owl-item {
        padding-bottom: 20px;
    }
    .animal-event {
        float: left;
        padding-bottom: 30px!important;
        position: relative;
        width: 100%;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }
    .animal-img {
        float: left;
        width: 100%;
        overflow: hidden;
        position: relative;
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        -ms-border-radius: 3px 3px 0 0;
        -o-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
    }
    .animal-detail {
        float: left;
        width: 100%;
        border-top: 1px solid #e5e5e5;
        border-left: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        padding: 25px 16px;
    }
    .animal-detail > h4 {
        font-size: 15px;
        float: left;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .animal-detail > p {
        text-align: left;
        font-size: 14px;
    }
    .animal-detail > ul {
        display: table;
        float: none;
        width: auto;
        margin: 10px auto 0;
    }
    .animal-detail > ul li {
        float: left;
        width: auto;
        position: relative;
    }
    .animal-detail > ul li a {
        border: 1px solid #d3d3d3;
        float: left;
        height: 34px;
        line-height: 34px;
        text-align: center;
        width: 34px;
        -webkit-transition: all .4s linear;
        -moz-transition: all .4s linear;
        -ms-transition: all .4s linear;
        -o-transition: all .4s linear;
        transition: all .4s linear;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        margin: 0 4px;
    }
    .animal-detail > ul li a i {
        color: #cfbdbd;
        margin: 0;
    }
    .animal-detail > ul li span {
        background: none repeat scroll 0 0 #4e4e4e;
        color: #fff;
        font-family: "open sans";
        font-size: 12px;
        font-weight: 600;
        left: -50px;
        line-height: 20px;
        margin-top: 10px;
        min-width: 170px;
        opacity: 0;
        position: absolute;
        text-align: center;
        top: 70%;
        width: auto;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        -webkit-transform: rotateX(-90deg);
        -moz-transform: rotateX(-90deg);
        -ms-transform: rotateX(-90deg);
        -o-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -ms-transition: all .2s linear;
        -on-transition: all .2s linear;
        transition: all .2s linear;
        padding: 10px 5px;
    }
    .animal-detail > ul li:hover span {
        opacity: 1;
        top: 100%;
        -webkit-transform: rotateX(0);
        -moz-transform: rotateX(0);
        -ms-transform: rotateX(0);
        -o-transform: rotateX(0);
        transform: rotateX(0);
    }
    .animal-detail > ul li span:before {
        border-left: 5px solid transparent;
        content: "";
        border-right: 5px solid transparent;
        border-bottom: 5px solid #4e4e4e;
        position: absolute;
        left: 65px;
        top: -5px;
    }
    .animal-img > span {
        background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
        bottom: 0;
        color: #999;
        font-size: 12px;
        left: 0;
        line-height: 20px;
        position: absolute;
        width: 112px;
        -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 .2s linear;
        -moz-transition: all .2s linear;
        -ms-transition: all .2s linear;
        -on-transition: all .2s linear;
        transition: all .2s linear;
        padding: 10px;
    }
    .animal-event:hover .animal-img > span {
        left: -112px;
    }
    .animal-img > span strong {
        float: left;
        font-size: 35px;
        line-height: 41px;
        font-family: "open sans";
        font-weight: 800;
        margin-right: 10px;
    }
    .animal-img:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -ms-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
    }
    .animal-event:hover .animal-img:before {
        opacity: 0.25;
    }
    .iconic-service {
        float: left;
        text-align: center;
        width: 100%;
        margin-bottom: 30px;
    }
    .iconic-service > span {
        background: none repeat scroll 0 0 #474545;
        color: #fff;
        display: table;
        height: 105px;
        line-height: 100px;
        text-align: center;
        width: 105px;
        font-size: 40px;
        border: 3px solid #FFF;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: all .4s linear;
        -moz-transition: all .4s linear;
        -ms-transition: all .4s linear;
        -o-transition: all .4s linear;
        transition: all .4s linear;
        -webkit-box-shadow: 0 0 1px #000;
        -moz-box-shadow: 0 0 1px #000;
        -ms-box-shadow: 0 0 1px #000;
        -o-box-shadow: 0 0 1px #000;
        box-shadow: 0 0 1px #000;
        margin: 0 auto 20px;
    }
    .iconic-service > h3 {
        font-size: 15px;
        font-weight: 600;
        color: #555;
        float: left;
        width: 100%;
        margin-bottom: 10px;
        -webkit-transition: all .4s linear;
        -moz-transition: all .4s linear;
        -ms-transition: all .4s linear;
        -o-transition: all .4s linear;
        transition: all .4s linear;
    }
    .iconic-service > p {
        font-size: 13px;
        float: left;
        width: 100%;
    }
    .coloured-donation {
        background: url(../images/map.png) no-repeat scroll center center transparent;
        float: left;
        height: 100%;
        position: relative;
        width: 100%;
        z-index: 1;
        text-align: center;
        overflow: hidden;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        padding: 30px 20px;
    }
    .coloured-donation.overlap {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        margin: -70px 0;
        padding: 70px 20px;
    }
    .coloured-donation:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0.5;
        z-index: -1;
    }
    .coloured-donation > h2 {
        color: #fff;
        font-family: "open sans";
        font-size: 16px;
        font-weight: 700;
        line-height: 28px;
        text-transform: uppercase;
    }
    .donation-amount {
        float: left;
        width: 100%;
        margin-top: 20px;
    }
    .donation-amount i {
        font-style: normal;
        display: inline-block;
        font-family: "open sans";
        font-size: 18px;
        color: #FFF;
        font-weight: 600;
        background: rgba(0, 0, 0, 0.6);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        margin: 0 .5px;
        padding: 5px 10px;
    }
    .donation-amount > span {
        font-family: "open sans";
        font-size: 13px;
        color: #FFF;
        float: left;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
        line-height: 15px;
    }
    .donation-amount > span strong {
        font-size: 36px;
        font-weight: 600;
        margin: 0 5px;
    }
    .coloured-donation a {
        background: none repeat scroll 0 0 #fff;
        color: #555;
        display: inline-block;
        font-size: 13px;
        line-height: 22px;
        margin-top: 10px;
        text-transform: uppercase;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        -webkit-transition: all .4s linear;
        -moz-transition: all .4s linear;
        -ms-transition: all .4s linear;
        -o-transition: all .4s linear;
        transition: all .4s linear;
        padding: 8px 25px;
    }
    .ticket-booking {
        float: left;
        width: 100%;
        background: #f3f3f3;
        border: 5px solid #FFF;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0 0 1px #b0b0b0;
        -moz-box-shadow: 0 0 1px #b0b0b0;
        -ms-box-shadow: 0 0 1px #b0b0b0;
        -o-box-shadow: 0 0 1px #b0b0b0;
        box-shadow: 0 0 1px #b0b0b0;
        padding: 25px 20px;
    }
    .ticket-booking h3 {
        color: #555;
        float: left;
        font-size: 16px;
        font-weight: 600;
        padding-left: 30px;
        text-transform: uppercase;
        width: 100%;
    }
    .ticket-booking span {
        color: #999;
        float: left;
        font-size: 13px;
        margin-top: 5px;
        padding-left: 30px;
        width: 100%;
    }
    .booking-btn {
        background: none repeat scroll 0 0 #000;
        color: #fff;
        float: left;
        font-family: "open sans";
        font-size: 12px;
        font-weight: 600;
        position: relative;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        padding: 15px 30px 15px 70px;
    }
    .ticket-booking .booking-btn span {
        background: none repeat scroll 0 0 #FFF;
        height: 40px;
        left: 20px;
        position: absolute;
        top: 0;
        width: 30px;
        text-align: center;
        line-height: 30px;
        margin: 0;
        padding: 0;
    }
    .ticket-booking .booking-btn span:after {
        border-bottom: 10px solid red;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        bottom: 0;
        content: "";
        height: 0;
        left: 0;
        position: absolute;
    }
    .booking-counter {
        float: right;
        width: 100%;
        margin: -25px -20px -25px 0;
    }
    .booking-counter i {
        color: #999;
        float: left;
        font-size: 40px;
        margin-right: 10px;
        margin-top: 28px;
    }
    .booking-counter > ul li {
        background: none repeat scroll 0 0 #fbf9f9;
        float: left;
        text-align: center;
        width: 70px;
        margin: 0 1px;
        padding: 20px 10px;
    }
    .booking-counter > ul li span {
        font-family: "open sans";
        font-size: 20px;
        font-weight: 600;
        color: #555;
        line-height: 20px;
        margin: 0;
        padding: 0;
    }
    .booking-counter > ul li p {
        background: none repeat scroll 0 0 #fff;
        color: #999;
        display: inline-block;
        font-size: 10px;
        line-height: 10px;
        max-width: 100%;
        overflow: hidden;
        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;
        margin: 10px auto 0;
        padding: 5px 10px;
    }
    .donation-bar {
        border: 1px solid #e3e3e3;
        float: left;
        width: 100%;
        background: #FFF;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        padding: 5px;
    }
    .donation-bg {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        float: left;
        width: 100%;
        padding: 25px;
    }
    .donation-bar h3 {
        color: #FFF;
        font-family: "open sans";
        font-size: 26px;
        font-weight: 600;
        float: left;
    }
    .donation-bar a {
        background: #FFF;
        display: table;
        border-radius: 3px;
        font-family: "open sans";
        color: #555;
        margin: 0 auto;
        padding: 8px 40px;
    }
    .donation-bar h5 {
        float: left;
        font-family: "open sans";
        font-size: 15px;
        color: #FFF;
        line-height: 36px;
    }
    .donation-bar .donation-amount {
        width: auto;
        float: right;
        margin: 0;
    }
    .animal-event.simple .animal-detail {
        border: 1px solid #e5e5e5;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        padding: 20px 0;
    }
    .animal-event.simple .animal-img {
        margin-bottom: 20px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
    }
    .animal-event.simple .animal-img > span {
        bottom: auto;
        left: 20px;
        text-align: center;
        top: 0;
        width: 75px;
        -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;
    }
    .animal-event.simple .animal-img > span strong {
        float: left;
        text-align: center;
        width: 100%;
        margin: 0;
    }
    .animal-event.simple:hover .animal-img > span {
        width: 90%;
    }
    .widget .coloured-donation {
        border: 5px solid #fdfdfd;
        -webkit-box-shadow: 0 0 1px #969696;
        -moz-box-shadow: 0 0 1px #969696;
        -ms-box-shadow: 0 0 1px #969696;
        -o-box-shadow: 0 0 1px #969696;
        box-shadow: 0 0 1px #969696;
    }
    .widget .coloured-donation > h2 {
        font-size: 20px;
        font-weight: 600;
    }
    .widget .donation-amount {
        margin-top: 10px;
    }
    .widget .donation-amount > span {
        margin: 0 0 20px;
    }
    .widget .coloured-donation a:hover {
        background: #4a4949;
    }
    .message-widget {
        border: 1px solid #e3e3e3;
        float: left;
        overflow: hidden;
        width: 100%;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        padding: 5px;
    }
    .message-carousel {
        background: none repeat scroll 0 0 #f6f4f5;
        float: left;
        overflow: hidden;
        text-align: center;
        width: 100%;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }
    .pop-message {
        float: left;
        width: 100%;
        padding: 30px 20px;
    }
    .pop-message > img {
        border: 3px solid #fff;
        margin-bottom: 20px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 1px gray;
        -moz-box-shadow: 0 0 1px gray;
        -ms-box-shadow: 0 0 1px gray;
        -o-box-shadow: 0 0 1px gray;
        box-shadow: 0 0 1px gray;
    }
    .pop-message > h4 {
        color: #969696;
        float: left;
        font-family: "open sans";
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 10px;
        width: 100%;
    }
    .pop-message > span {
        float: left;
        font-family: "open sans";
        font-size: 13px;
        font-style: italic;
        width: 100%;
    }
    .pop-message > blockquote {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        color: #666;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 28px;
        margin: 20px 0 0;
        padding: 0;
    }
    .pop-message > blockquote:before {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    }
    .pop-message > blockquote:before,
    .pop-message > blockquote:after {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        color: #dfdfdf;
        content: "\f10d";
        font-family: fontawesome;
        font-size: 30px;
        width: auto;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
    }
    .pop-message > blockquote:after {
        content: "\f10e";
        left: auto;
        right: 0;
        top: auto;
        bottom: 0;
    }
    .pop-message .sermon-media {
        display: inline-block;
        float: none;
        width: auto;
        margin: 20px auto 0;
    }
    .widget .sermon-media li {
        width: 53px;
    }
    .widget .sermon-media li a:before,
    .widget .sermon-media li a:after {
        display: none!important;
    }
    .widget .sermon-media li a {
        background: none repeat scroll 0 0 #fcfcfc;
        border: 0 none;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 6px #ededed inset;
        -moz-box-shadow: 0 0 6px #ededed inset;
        -ms-box-shadow: 0 0 6px #ededed inset;
        -o-box-shadow: 0 0 6px #ededed inset;
        box-shadow: 0 0 6px #ededed inset;
        -webkit-transition: all .4s linear;
        -moz-transition: all .4s linear;
        -ms-transition: all .4s linear;
        -o-transition: all .4s linear;
        transition: all .4s linear;
        margin: 0;
        padding: 0;
    }
    .widget .sermon-media li a i {
        color: #b8b8b8;
    }
    .message-carousel .owl-buttons > div {
        background: none repeat scroll 0 0 #c7c5c5;
        height: 29px;
        left: 50px;
        top: 70px;
        width: 29px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        -webkit-transition: all .4s linear;
        -moz-transition: all .4s linear;
        -ms-transition: all .4s linear;
        -o-transition: all .4s linear;
        transition: all .4s linear;
        margin: 0;
    }
    .message-carousel .owl-buttons > div.owl-next {
        left: auto;
        right: 50px;
    }
    .message-carousel .owl-buttons > div:before {
        color: #fff;
        content: "\f104";
        font-family: fontawesome;
        height: 100%;
        left: 0;
        line-height: 26px;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .message-carousel .owl-buttons > div.owl-next:before {
        content: "\f105";
    }
    .sermon-img > span {
        background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
        color: #969696;
        font-family: Open Sans;
        font-size: 11px;
        left: 0;
        position: absolute;
        text-transform: uppercase;
        top: 10px;
        -webkit-border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        -ms-border-radius: 0 3px 3px 0;
        -o-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
        -webkit-transition: all .4s linear;
        -moz-transition: all .4s linear;
        -ms-transition: all .4s linear;
        -o-transition: all .4s linear;
        transition: all .4s linear;
        padding: 10px 20px;
    }
    .sermon-widget:hover .sermon-img > span {
        background: none repeat scroll 0 0 rgba(20, 20, 20, 0.8);
        color: #fff;
    }
    .sermon-img > span i {
        float: left;
        margin-right: 5px;
        margin-top: 2px;
    }
    .sermon-img h3 {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
        color: #fff;
        font-family: Open Sans;
        font-size: 15px;
        line-height: 20px;
        width: 100%;
        text-align: center;
        position: absolute;
        bottom: 0;
        left: 0;
        -webkit-transition: all .4s linear;
        -moz-transition: all .4s linear;
        -ms-transition: all .4s linear;
        -o-transition: all .4s linear;
        transition: all .4s linear;
        padding: 15px;
    }
    .sermon-img h3 a {
        color: #fff;
        -webkit-transition: all .4s linear;
        -moz-transition: all .4s linear;
        -ms-transition: all .4s linear;
        -o-transition: all .4s linear;
        transition: all .4s linear;
    }
    .sermon-detail {
        border-bottom: 1px solid #e3e3e3;
        border-left: 1px solid #e3e3e3;
        border-right: 1px solid #e3e3e3;
        float: left;
        text-align: center;
        width: 100%;
        -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;
        padding: 20px;
    }
    .sermon-detail .sermon-media {
        display: table;
        float: none;
        margin: 20px auto 0;
    }
    .sermon-widget:hover .sermon-img h3 {
        background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
        color: #333;
    }
    .sermon-widget:hover .sermon-img h3 a {
        color: #333;
    }
    .widget .animal-event {
        padding-bottom: 0!important;
    }
    a,
    a:hover,
    .donate h2 span,
    .service-block-inner > h3,
    .latest-serm > h2 span,
    .title > h2 span,
    .parallax-text h3 span,
    .book h3 a:hover,
    .book > a:hover,
    .contact li a i:hover,
    .bottom-footer p a,
    .blog-detail > h3 a:hover,
    .blog-detail > a:hover,
    .sermon > h3 a:hover,
    .featured-sermon h3 a:hover,
    .donation-progress > h2 span,
    .featured-sermon span i,
    .member-detail > span,
    .member-detail > h3 a:hover,
    .percentage:hover h5,
    .title2 h2 span,
    .info-block:hover i,
    .page-top h1 span,
    .event-detail > ul li a i,
    .event-detail > span i,
    .pastor-info > h4 span,
    .share-this h5 i,
    .comments > ul li h5 i span,
    .leave-comment > h4 i,
    .widget-blog > p a:hover,
    .toggle-item.activate h2,
    .toggle-item.activate h2 i,
    .thanks-message > span,
    .blog-detail > a,
    .thanks-message h5,
    .comment-widget h5 a:hover,
    .slide2-title i,
    .slide3-title span,
    .news h3 a:hover,
    .search-page > h4 span,
    .error-page h4 i,
    .quick-help h5 span,
    .amount ins i,
    .donation-appeal h3 span,
    .product h3 a:hover,
    .category-block > h3 a:hover,
    .service-image i,
    .service-block > a:hover,
    .service-block:hover > h3,
    .upcoming-event h3 i,
    .story-detail > h3 a:hover,
    .blog-list > h3 a:hover,
    .about h4 i,
    .parallax-title h3 span,
    .welcome h1 span,
    nav ul li a:after,
    .pastors-message span,
    .cart-dropdown > ul li a.cart-drop-btn,
    .cart-dropdown > p span,
    .widget .contact li span,
    .widget-blog > h6 a:hover,
    .event > h3 a:hover,
    .widget-blog > span,
    .sermon-media li i,
    .pagination > li span,
    .slide10-title span,
    .slide10-button:hover,
    .welcome > a:hover,
    .slide11-title span,
    .item-detail > h3 a:hover,
    h4.new-title a:hover,
    .sermon h3 a:hover,
    .event-count > h4 a:hover,
    .title3 h2 span,
    .simple-service:hover > h3,
    .simple-service:hover .simple-icon > span,
    .simple-blog > h4 a:hover,
    .welcome h1 i,
    .needed h5,
    .survey-report > h5,
    .online-store > h4 span,
    .animal-img > span strong,
    .iconic-service:hover > h3,
    .pop-message > span,
    .title5 > h2 span {
        color: #f0283b;
    }
    .service-block:hover,
    .widget-title:before,
    .service-block > a,
    .about .nav li.active a,
    .welcome > a,
    .cart-dropdown > ul li.item-number,
    .cart-dropdown > ul li a.cart-drop-btn,
    .woocommerce .woocommerce-info,
    .woocommerce-page .woocommerce-info,
    .slide8-button:hover,
    .item-detail > a,
    .simple-service > a,
    .carousel-item .sermon-media li:hover,
    .button3,
    .animal-detail > ul li:hover a,
    .title5 > h2 span {
        border-color: #f0283b;
    }
    .cart-dropdown > ul:after,
    .ticket-booking .booking-btn span:after {
        border-bottom-color: #f0283b;
    }
    .newsletter1 {
        margin-top: 30px;
    }
    .media_data {
        margin-top: 15px;
        margin-left: 10px;
        font-weight: 500;
    }
    .our_event {
        margin-left: 2px;
        margin-right: 2px;
        width: 94%;
        height: 122px;
        border-bottom: 1px solid #ccc;
        margin-top: 40px;
    }
    .our_event1 {
        margin-left: 2px;
        margin-right: 2px;
        width: 94%;
        height: 122px;
        border-bottom: 0px !important;
        margin-top: 40px;
    }
    .watch {
        margin-top: 25px;
    }
    .watch_time {
        margin-left: 5px;
        color: #999;
    }
    .about_us_data {
        margin-bottom: 60px;
    }
    .overview_banner {
        border-bottom: 3px solid #ffe400;
    }
    .overview_banner1 h3 {
        background-color: #98bf0e;
        color: #FFF;
        font-family: "open sans";
        width: 204px;
        text-align: center;
        margin-bottom: 20px;
        font-size: 36px;
        font-weight: 200;
        padding: 15px;
    }
	
	
	.facebook_banner1 h3 {
        background-color: #303e80;
        color: #FFF;
        font-family: "open sans";
        width: 204px;
        text-align: center;
        margin-bottom: 20px;
        font-size: 36px;
        font-weight: 200;
        padding: 15px;
    }
	
	
    .investor_contacts h3 {
        background-color: #a5bdf4;
        color: #FFF;
        font-size: 36px;
        font-weight: 200;
        font-family: "open sans";
        width: 400px;
        text-align: center;
        margin-bottom: 20px;
        padding: 15px;
    }
    .flf_approach {
        border-bottom: 3px solid #ff6c00;
    }
    .flf_approach1 h3 {
        background-color: #60c659;
        color: #FFF;
        font-family: "open sans";
        width: 281px;
        text-align: center;
        margin-bottom: 20px;
        font-size: 36px;
        font-weight: 200;
        padding: 15px;
    }


.Tweet_social1 h3 {
    background-color: #2f97ca;
    padding: 15px;
    color: #FFF;
    font-family: "open sans";
    width: 281px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 200;
}

    .vision_mission {
        border-bottom: 3px solid #00b779;
    }
    .vision_mission1 h3 {
        background-color: #7fe077;
        color: #FFF;
        font-family: "open sans";
        width: 335px;
        text-align: center;
        margin-bottom: 20px;
        font-size: 36px;
        font-weight: 200;
        padding: 15px;
    }


.Linkedin_1 h3 {
    background-color: #0177b5;
    padding: 15px;
    color: #FFF;
    font-family: "open sans";
    width: 335px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 200;
}
.pinterest_1 h3 {
    background-color: #bd081c;
    padding: 15px;
    color: #FFF;
    font-family: "open sans";
    width: 335px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 200;
}
    .share_transfer_agent h3 {
        background-color: #00b779;
        color: #FFF;
        font-size: 36px;
        font-weight: 200;
        font-family: "open sans";
        width: 350px;
        text-align: center;
        margin-bottom: 20px;
        padding: 15px;
    }
    .mission_list {
        font-family: "open sans";
        font-size: 14px;
    }
    .page-title1 {
        font-size: 30px;
        font-family: "open sans";
        color: #eae8e8;
    }
    .footer_menu {
        margin-top: -20px;
    }
    .line {
        background-image: url(../images/line.png);
        background-repeat: no-repeat;
        background-position: right -1px center;
    }
    .linelast {
        background-image: none;
        padding-right: 4px;
    }
    .box_img_continer {
        margin-top: -69px!important;
    }
    .retail_list {
        margin-bottom: -100px!important;
    }
    ul,
    ol,
    header.header6 nav ul,
    .products-carousel,
    form.woocommerce-ordering,
    .checkout-content > form .col-md-12,
    .pp_social .twitter {
        float: left;
    }
    ol,
    .pp_content_container .pp_left {
        padding-left: 20px;
    }
    .block .container,
    .block_1 .container,
    .related.products .block,
    .block.no-padding,
    .top-adds > .row > div,
    .partners > div,
    .widget .animal-detail > ul li a:before,
    .widget .animal-detail > ul li a {
        padding: 0;
    }
    .block.remove-gap,
    .block_1.remove-gap {
        padding-top: 0;
    }
    .remove-ext,
    .service-listing,
    .related.products {
        float: left;
        margin-bottom: -30px;
        width: 100%;
    }
    .menu-btn,
    nav ul li > ul li:after,
    nav ul li > ul li a:after,
    .cart-dropdown ul li a i.fa.fa-cog,
    header.header5 .topbar,
    .amount-selection > ul li:last-child:before,
    .woocommerce-breadcrumb:before,
    .page-top ul li:last-child a:after,
    .cart-product li:last-child:before,
    .billing-address,
    .shipping-address,
    .payment_box.payment_method_paypal,
    .payment_box,
    footer .widget-title:before,
    footer .widget-title:after,
    .widget .about .social-media li a:before,
    .widget .contact li:before,
    .search-form label,
    .widget li.recentcomments a:before,
    .widget li.cat-item a:before,
    .widget_archive li a:before,
    .widget_shopping_cart_content li a:before,
    ul.product_list_widget li a:before,
    .widget_shopping_cart_content li .quantity:before,
    .pp_fade,
    .pp_gallery li.default a img,
    .minict_wrapper ul li.hidden,
    .survey-report:last-child:before,
    .widget .animal-detail > ul li a:before,
    .widget .animal-detail > ul li a:after,
    .widget .coloured-donation:before {
        display: none;
    }
    .logo img,
    .pastors-message img,
    .event-img > img,
    .news-image > img,
    .news-carousel > img,
    .about .nav li a img,
    .social .nav li a img,
    .image > img,
    .team-img > img,
    .video img,
    .member-img > img,
    .shop_table td .amount,
    .carousel-item > img,
    .add > img,
    .animal-img > img,
    .sermon-img > img {
        width: 100%;
    }
    nav ul,
    .booking-counter > ul {
        float: right;
        width: auto;
    }
    .site_l,
    .featured-sermon p,
    .store_input,
    .news p {
        margin-bottom: 15px;
    }
    nav ul li:hover > a:before,
    .cart-dropdown:hover > p:before {
        left: 0;
        width: 100%;
    }
    nav ul li > ul li:last-child,
    .cart-dropdown > ul li:last-child {
        -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;
    }
    .cart-dropdown > ul li a.cart-drop-btn:hover,
    .slide8-button:hover,
    .slide11-box.coloured-box,
    .pastors-message .sermon-media li i,
    .sermon-media li:hover i,
    .news-details span a,
    a.button2:hover,
    .amount-selection > a:hover,
    .image > a:hover,
    .title_twitter p,
    .social-media li a:hover i,
    .social-media1 li a:hover i,
    .button:hover,
    .video-img > a i,
    .avatar > a:hover,
    #place_order.button:hover,
    .single-page > a:hover,
    .blackish .title3 > h2,
    .blackish .title3 > p,
    .simple-service > a:hover,
    .button3:hover,
    .item-detail > a:hover,
    .animal-detail > ul li:hover a i,
    .coloured-donation a:hover,
    .widget .sermon-media li:hover a i {
        color: #FFF;
    }
    header.header2 .cart-dropdown > p,
    header.header3 .topbar,
    header.header3 .cart-dropdown > p,
    header.header4 .topbar,
    header.header4 .cart-dropdown > p,
    header.header8 .topbar {
        background: #FFF;
    }
    header.header5 nav,
    .search-page .widget .search-form,
    footer .widget .about .social-media,
    .widget .coloured-donation a {
        margin-top: 20px;
    }
    header.header2,
    header.header4,
    header.header8,
    header.header8,
    .rotating.flip {
        position: relative;
    }
    header.header6 .header-search > input,
    .sidepanel:hover {
        left: 0;
    }
    header.header6 .header-search,
    .donation-box > .needed-amount {
        left: 0;
        right: auto;
    }
    header.header6 .logo,
    .share-this .social-media,
    .widget li a span,
    .reviewer {
        float: right;
    }
    header.header7.sticky nav,
    .hover-in .sermon-media li:hover,
    .cart-list > li > input[type="submit"]:hover,
    .checkout-content input[type="submit"]:hover,
    .widget .sermon-media li a:hover {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
    }
    .slide2-title,
    .slide2-sub-title,
    .slide3-title,
    .quote-subtitle {
        color: #FFF;
        font-family: "open sans";
    }
    .slide10-title span,
    .welcome h1 span {
        font-weight: 300;
    }
    .slide10-button:hover,
    .tweets-slides p,
    footer .widget-title > h4 a,
    .booking-btn:hover {
        color: #fff;
    }
    .slide11-title span,
    .half-field > p.form-row label {
        font-weight: 400;
    }
    .tp-caption a,
    .line a,
    .line:hover,
    .linelast a,
    .linelast:hover {
        color: #FFF!important;
    }
    .welcome,
    .service-block,
    .latest-tweets,
    .donation-appeal,
    .simple-service {
        float: left;
        width: 100%;
        text-align: center;
    }
    .welcome h1 i,
    a.button2 i,
    .upcoming-event h3 i,
    .latest-serm > span i,
    .about h4 i,
    .product-bottom > a i,
    .blog-detail > span i,
    .sermon span i,
    .share-this h5 i,
    .leave-comment > h4 i,
    .comment-widget span i {
        margin-right: 10px;
    }
    .welcome > a:hover,
    .service-block > a:hover {
        color: #FFF;
        background: none;
    }
    .pastors-carousel,
    .latest-news-carousel,
    .simple-toggle,
    .simple-toggle .toggle-item .content form,
    .upcoming-event,
    .tweet,
    .blog-carousel,
    .team-carousel,
    .theme-form,
    .contact-info,
    .comments > ul,
    .team-list,
    .mas-gallery,
    .create-account,
    .error-page,
    .woocommerce,
    .widget,
    .about,
    .quick-message,
    #calendar_wrap,
    .textwidget select,
    .simple-icon,
    .fullwidth-carousel,
    .add,
    .masonary-product,
    section#options ul.option-set,
    .sermon-widget {
        float: left;
        width: 100%;
    }
    .pastors-message,
    .news-image {
        float: left;
        width: 100%;
        position: relative;
        overflow: hidden;
    }
    .event-img,
    .news-carousel {
        float: left;
        width: 100%;
        position: relative;
        overflow: hidden;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }
    .event-count > h4 a,
    .story-detail > h3 a,
    .blog-list > h3 a,
    .news h3 a {
        color: #555;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }
    .event-carousel .event-count,
    .events .category-box,
    .products-carousel .owl-item,
    form.checkout,
    .owl-item .animal-event {
        padding: 0 15px;
    }
    .service-image img,
    .about .tab-content img,
    .tab-style .tab-content img {
        width: 100%;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }
    .sound-cloud,
    .story {
        float: left;
        width: 100%;
        margin-bottom: 30px;
    }
    .event > h3 a,
    .blog-detail > h3 a,
    .featured-sermon h3 a {
        color: #555;
        -webkit-transition: all .4s linear;
        -moz-transition: all .4s linear;
        -ms-transition: all .4s linear;
        -o-transition: all .4s linear;
        transition: all .4s linear;
    }
    .story-detail > span i,
    .category-block > span i,
    .simple-blog > span a.blog-date i,
    .item-detail > span i {
        margin-right: 5px;
    }
    .story .image,
    .simple-blog .image {
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        -ms-border-radius: 3px 3px 0 0;
        -o-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
    }
    .blog-listing,
    .carousel-item {
        float: left;
        position: relative;
        width: 100%;
    }
    .about .nav,
    .social .nav {
        border: 0 none;
        margin: 20px -15px 0;
    }
    .about .nav li,
    .social .nav li,
    .hover-in .sermon-media li:last-child,
    .checkout-content input[type="submit"],
    .calculate-shipping .cart-list .minict_wrapper,
    .quick-message > form {
        margin: 0;
    }
    .about .nav li a,
    .about .nav li.active a,
    .about .nav li a:focus,
    .about .nav li a:hover,
    .social .nav li a,
    .social .nav li.active a,
    .social .nav li a:focus,
    .social .nav li a:hover {
        border: 0 none;
        background: none;
        overflow: hidden;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        margin: 0;
        padding: 0;
    }
    .about .nav li.active a,
    .social .nav li.active a {
        border: 1px solid #fff;
    }
    .category-img,
    .sermon-img {
        float: left;
        overflow: hidden;
        position: relative;
        width: 100%;
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        -ms-border-radius: 3px 3px 0 0;
        -o-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
    }
    .category-img ul li.date,
    .category-img ul li.time {
        right: -100px;
    }
    .category-img ul li.date:hover,
    .category-img ul li.time:hover,
    .hover-in:hover {
        right: 0;
    }
    .amount-selection > p,
    .footer-logo {
        float: left;
        margin-bottom: 20px;
        width: 100%;
    }
    .our-products.products-page,
    .team:hover .member-detail h3 {
        margin-top: 50px;
    }
    .blog-post,
    .events-gridview .category-box,
    .cart-table {
        float: left;
        margin-bottom: 30px;
        width: 100%;
    }
    .blog-post img,
    .sermon img {
        width: 100%;
        height: auto;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }
    .service-listing .service-block,
    .search-page > h4 {
        margin-bottom: 30px;
    }
    .member-detail h3 a,
    .tab-style .nav li.active a,
    .tab-style .nav li.active a,
    .tab-style .nav li.active a:focus,
    .sidebar .widget-blog > p a,
    .sidebar .widget p,
    .animal-detail > h4 a {
        color: #555;
    }
    .title2,
    .title02 {
        float: left;
        margin-bottom: 45px;
        text-align: center;
        width: 100%;
    }
    .title2 > span,
    .title02 > span,
    .title_3 > span {
        color: #969696;
        font-size: 12px;
    }
    .social-media li a:hover,
    footer .widget .about .social-media li,
    .widget .about .social-media li a:hover,
    .pp_gallery ul a img {
        border: 0;
    }
    .contact-info > div,
    .fullwidth-carousel .owl-item {
        padding: 0 1px;
    }
    .simple-text p a,
    .quick-help > p a {
        font-style: italic;
    }
    .button:hover:before,
    .carousel-item:hover:before {
        height: 100%;
    }
    .video-img:hover:before,
    .video-img:hover:after,
    .layout > div {
        width: 50%;
    }
    .single-page img,
    .gallery > img {
        height: auto;
        width: 100%;
    }
    .comments > ul li:last-child,
    .widget .event-count,
    .fashion_partners {
        margin-bottom: 0;
    }
    .comments > ul li .comment:hover .avatar img,
    .widget-blog-img:hover img {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
    .event-info .map iframe,
    .checkout-content textarea,
    .checkout-content textarea:focus {
        height: auto;
    }
    .event-info li i,
    .widget-blog > span i {
        font-size: 12px;
        margin-right: 10px;
    }
    .team-detail,
    .member-img {
        float: left;
        width: 50%;
    }
    .gallery:hover .gallery-title:after,
    .gallery:hover .gallery-title i {
        opacity: 0;
        -webkit-transform: rotateY(-180deg);
        -moz-transform: rotateY(-180deg);
        -ms-transform: rotateY(-180deg);
        -o-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
    .checkout-content > form input.form-control,
    .online-store > p,
    .animal-event.simple .animal-detail > h4,
    .site_logo {
        margin-bottom: 20px;
    }
    .input-text,
    .form-control,
    .input-text:focus,
    .form-control:focus,
    .widget .quick-message form input,
    .widget .quick-message form textarea {
        background: none repeat scroll 0 0 #1d152b;
        border: 1px solid #4d4e4d;
        color: #d7d7d7;
        float: left;
        font-family: Open Sans, sans-serif;
        height: 44px;
        width: 100%;
        font-size: 12px;
        padding: 10px 20px;
    }
    .featured-products,
    .sidebar .widget,
    .tweeter_cont {
        margin-bottom: 50px;
    }
    input[type="submit"],
    .color1,
    .number-boxes span.coloured,
    .widget form input[type="submit"],
    .donate > a:before,
    .category-img ul li:hover:before,
    .featured-sermon-title,
    .member-detail > ul li a:hover,
    .mejs-controls .mejs-time-rail .mejs-time-loaded,
    .social-media li a:hover,
    .theme-form > input[type="submit"],
    .button:before,
    .comments > ul li .avatar:after,
    .image > a,
    .leave-comment > form input[type="submit"],
    .service-block-inner > a:hover:before,
    .widget-blog-img:before,
    .gallery-widget a:before,
    .gallery-title:before,
    .gallery-title:after,
    .cart-list > li > input[type="submit"]:hover,
    .checkout-content input[type="submit"]:hover,
    .slide1-box:before,
    .quick-help > span,
    .single-page > a:hover,
    .news-date,
    .pagination > li:first-child a:hover,
    .pagination > li:last-child a:hover,
    .donation-appeal > a:hover,
    .product-bottom span,
    .coloured:before,
    .popup-title,
    .collected-amount span i,
    .amount-selection > a,
    .amount-selection button,
    .news-details:before,
    .latest-news-carousel .owl-buttons > div:hover,
    button.button2:hover,
    .service-block > a,
    .sermon-media li:hover,
    .hover-in .sermon-media li:hover,
    .event-date span,
    .latest-tweets > span,
    .prayer-request input[type="submit"],
    .newsletter-signup input[type="submit"],
    .donation-box,
    .tab-style .nav,
    .welcome > a,
    nav ul li a:before,
    .pastors-message .sermon-media li:hover,
    .cart-dropdown > ul li a.cart-drop-btn:hover,
    .cart-dropdown > p:before,
    .header-timer > p,
    footer .widget-title > h4:before,
    .widget .about .social-media li a:hover,
    .menu-btn,
    #fotter_msg,
    .slide8-button:hover,
    #place_order.button:hover,
    .woocommerce span.onsale,
    .woocommerce-page span.onsale,
    .woocommerce-page .woocommerce-info:before,
    #masonay-nav li a.active,
    .slide10-button,
    .slide11-box.coloured-box,
    .quote-symbol,
    .item-detail:before,
    a.button2:hover,
    .item-detail > a,
    .simple-service > a:hover,
    .button3:hover,
    .survey > h3,
    section#options ul.option-set li a.selected,
    .animal-detail > ul li:hover a,
    .iconic-service:hover > span,
    .coloured-donation:before,
    .coloured-donation a:hover,
    .widget .coloured-donation,
    .widget .sermon-media li a:hover,
    .message-carousel .owl-buttons > div:hover,
    .booking-btn,
    .donation-bg {
        background-color: #f0283b;
    }
    .tagclouds > a:hover:before,
    .widget li a:hover:before,
    .recentcomments:hover:before,
    .cat-item:hover:before,
    .widget_archive li:hover:before {
        -webkit-transform: rotateX(-90deg);
        -moz-transform: rotateX(-90deg);
        -ms-transform: rotateX(-90deg);
        -o-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
    }
    .pp_top,
    .pp_bottom {
        height: 20px;
        position: relative;
    }
    * html .pp_top,
    * html .pp_bottom {
        padding: 0 20px;
    }
    .pp_top .pp_left,
    .pp_bottom .pp_left {
        height: 20px;
        left: 0;
        position: absolute;
        width: 20px;
    }
    .pp_top .pp_middle,
    .pp_bottom .pp_middle {
        height: 20px;
        left: 20px;
        position: absolute;
        right: 20px;
    }
    * html .pp_top .pp_middle,
    * html .pp_bottom .pp_middle {
        left: 0;
        position: static;
    }
    .pp_top .pp_right,
    .pp_bottom .pp_right {
        height: 20px;
        left: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px;
    }
    .title5,
    .title6,
    .title7 {
        float: left;
        width: 100%;
        margin-bottom: 45px;
    }
    .ticket-booking.overlap,
    .donation-bar.overlap {
        margin-top: -50px;
    }
    .calender,
    .contentevent,
    .pdficon {
        float: left;
        width: 20%;
    }
    @media max-width 600px {
        .block_2 {
            float: left;
            position: relative;
            width: 100%;
            padding: 0 0 40px;
        }
        .logo > a {
            margin-top: 22px;
            margin-bottom: 22px!important;
        }
        .site_logo {
            margin-bottom: -22px!important;
        }
        .vision_mission1 h3 {
            background-color: #7fe077;
            color: #FFF;
            font-family: "open sans";
            width: 100%;
            text-align: center;
            margin-bottom: 20px;
            font-size: 36px;
            font-weight: 200;
            padding: 15px;
        }


.Linkedin_1 h3 {
    background-color: #0177b5;
    padding: 15px;
    color: #FFF;
    font-family: "open sans";
    width:100%;
    text-align: center;
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 200;
}


.pinterest_1 h3 {
    background-color: #bd081c;
    padding: 15px;
    color: #FFF;
    font-family: "open sans";
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 200;
}

        .our_event {
            margin-left: 2px;
            margin-right: 2px;
            width: 94%;
            height: 100%!important;
            border-bottom: 1px solid #ccc;
            margin-top: 40px;
        }
        .our_event1 {
            margin-left: 2px;
            margin-right: 2px;
            width: 94%;
            height: 100%!important;
            border-bottom: 0px !important;
            margin-top: 40px;
        }
        .social-media01 {
            float: right;
            width: 100%;
        }
        .widget-blog {
            float: left;
            width: 100%;
            margin-bottom: 30px;
            margin-top: 20px;
        }
        .widget li a,
        .recentcomments,
        .cat-item,
        .widget_archive li {
            float: left;
            width: 100%;
            color: # FFF;
            font-size: 14px;
            line-height: 25px;
            margin-left: 0!important;
            margin-right: 5px!important;
            position: relative;
            z-index: 1;
            -webkit-border-radius: 26px;
            -moz-border-radius: 26px;
            -ms-border-radius: 26px;
            -o-border-radius: 26px;
            border-radius: 26px;
        }
    }
    @media max-width 980px {
        .logo > a {
            margin-top: 22px;
            margin-bottom: 22px!important;
        }
        .site_logo {
            margin-bottom: -22px!important;
        }
        .investor_contacts h3 {
            background-color: #a5bdf4;
            color: #FFF;
            font-size: 36px;
            font-weight: 200;
            font-family: "open sans";
            width: 100%;
            text-align: center;
            margin-bottom: 20px;
            padding: 15px;
        }
        .flf_approach1 h3 {
            background-color: #60c659;
            color: #FFF;
            font-family: "open sans";
            width: 100%;
            text-align: center;
            margin-bottom: 20px;
            font-size: 36px;
            font-weight: 200;
            padding: 15px;
        }


.Tweet_social1 h3 {
    background-color: #2f97ca;
    padding: 15px;
    color: #FFF;
    font-family: "open sans";
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 200;
}

        .overview_banner1 h3 {
            background-color: #98bf0e;
            color: #FFF;
            font-family: "open sans";
            width: 100%;
            text-align: center;
            margin-bottom: 20px;
            font-size: 36px;
            font-weight: 200;
            padding: 15px;
        }
        .our_event {
            margin-left: 2px;
            margin-right: 2px;
            width: 94%;
            height: 100%!important;
            border-bottom: 1px solid #ccc;
            margin-top: 40px;
        }
        .our_event1 {
            margin-left: 2px;
            margin-right: 2px;
            width: 94%;
            height: 100%!important;
            border-bottom: 0px !important;
            margin-top: 40px;
        }
        .navs2 {
            max-height: none!important;
        }
        .navs1 {
            max-height: none!important;
            box-shadow: 0 3px 5px #888;
        }
    }
    @media max-width 1100px {
        .our_event {
            margin-left: 2px;
            margin-right: 2px;
            width: 94%;
            height: 100%!important;
            border-bottom: 1px solid #ccc;
            margin-top: 40px;
        }
        .our_event1 {
            margin-left: 2px;
            margin-right: 2px;
            width: 94%;
            height: 100%!important;
            border-bottom: 0px !important;
            margin-top: 40px;
        }
    }
    @media max-width 320 {
        .block_2 {
            float: left;
            position: relative;
            width: 100%;
            padding: 0 0 40px;
        }
        .logo > a {
            margin-top: 22px;
            margin-bottom: 22px!important;
        }
        .site_logo {
            margin-bottom: -22px!important;
        }
        .investor_contacts h3 {
            background-color: #4de1ca;
            color: #000;
            font-size: 36px;
            font-weight: 200;
            font-family: "open sans";
            width: 100%;
            text-align: center;
            margin-bottom: 20px;
            padding: 15px;
        }
        .flf_approach1 h3 {
            background-color: #60c659;
            color: #FFF;
            font-family: "open sans";
            width: 100%;
            text-align: center;
            margin-bottom: 20px;
            font-size: 36px;
            font-weight: 200;
            padding: 15px;
        }


.Tweet_social1 h3 {
    background-color: #2f97ca;
    padding: 15px;
    color: #FFF;
    font-family: "open sans";
    width:100%;
    text-align: center;
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 200;
}

        .overview_banner1 h3 {
            background-color: #98bf0e;
            color: #FFF;
            font-family: "open sans";
            width: 100%;
            text-align: center;
            margin-bottom: 20px;
            font-size: 36px;
            font-weight: 200;
            padding: 15px;
        }
        .vision_mission1 h3 {
            background-color: #7fe077;
            color: #FFF;
            font-family: "open sans";
            width: 100%;
            text-align: center;
            margin-bottom: 20px;
            font-size: 36px;
            font-weight: 200;
            padding: 15px;
        }

.Linkedin_1 h3 {
    background-color: #0177b5;
    padding: 15px;
    color: #FFF;
    font-family: "open sans";
    width:100%;
    text-align: center;
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 200;
}


.youtup_1 h3 {
    background-color: #e12d28;
    padding: 15px;
    color: #FFF;
    font-family: "open sans";
    width:100%;
    text-align: center;
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 200;
}


.pinterest_1 h3 {
    background-color: #bd081c;
    padding: 15px;
    color: #FFF;
    font-family: "open sans";
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 200;
}

        .social-media01 {
            float: right;
            width: 86%;
        }
        .navs2 {
            max-height: none!important;
        }
        .widget-blog {
            float: left;
            width: 100%;
            margin-bottom: 30px;
            margin-top: 20px;
        }
        .widget li a,
        .recentcomments,
        .cat-item,
        .widget_archive li {
            float: left;
            width: 100%;
            color: # FFF;
            font-size: 14px;
            line-height: 25px;
            margin-left: 0!important;
            margin-right: 5px!important;
            position: relative;
            z-index: 1;
            -webkit-border-radius: 26px;
            -moz-border-radius: 26px;
            -ms-border-radius: 26px;
            -o-border-radius: 26px;
            border-radius: 26px;
        }
    }
    .camp_text {
        padding-left: -20px !important;
        margin-left: -20px !important;
    }
    .form-control {
        line-height: 2.249px;
    }
    .block_2 {
        float: left;
        position: relative;
        width: 100%;
        padding: 250px 0 400px !important;
    }