html {
    background: #f8fafd;
}

body {
    margin: 0;
    padding: 0;
    font: 400 14px/22px "Roboto", sans-serif;
    color: #777;
}

body h1,
body h2,
body h3,
body h4 {
    color: #222;
    margin: 0;
    font-weight: 300;
}

body h1 a,
body h2 a,
body h3 a,
body h4 a,
body h5 a,
body h6 a {
    color: #222;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Roboto", sans-serif !important;
}

body h2 {
    font-size: 40px;
    line-height: 52px;
    margin: 0 0 10px 0;
}

body h3 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 10px 0;
}

body h4 {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 10px 0;
}

body p {
    font: 400 15px/22px "Roboto", sans-serif;
    color: #777;
}

a {
    color: #fe9f21;
}

a:hover {
    color: #111;
    text-decoration: none;
}

.btn-row {
    width: 100%;
    float: left;
    display: block;
    text-align: center;
}

.btn-row a.btn-style-1 {
    display: inline-block;
    float: none;
}

.btn-row a.btn-style-2 {
    display: inline-block;
    float: none;
}

a.btn-style-1 {
    font: 500 16px/16px "Roboto", sans-serif;
    color: #fff;
    float: left;
    border-radius: 3px;
    text-decoration: none;
    padding: 18px 40px;
    text-align: center;
    position: relative;
    z-index: 9;
    overflow: hidden;
}

a.btn-style-1 .fa {
    padding: 0 0 0 10px;
}

a.btn-style-1:hover {
    text-decoration: none;
    color: #fff;
}

a.btn-style-1:hover:after {
    height: 100%;
}

a.btn-style-1:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    z-index: -1;
}

a.btn-style-2 {
    font: 500 16px/16px "Roboto", sans-serif;
    color: #fff;
    float: left;
    border-radius: 3px;
    text-decoration: none;
    padding: 16px 40px;
    border: 2px solid #fff;
    background: rgba(255, 255, 255, 0.2);
    text-align: center;
    position: relative;
    z-index: 9;
}

a.btn-style-2:hover {
    text-decoration: none;
    color: #444;
}

a.btn-style-2:hover:after {
    height: 100%;
}

a.btn-style-2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: #fff;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    z-index: -1;
}

a.btn-style-2 .fa {
    padding: 0 0 0 10px;
}

.frame {
    float: left;
    width: 100%;
    overflow: hidden;
    background: #fe9f21;
}

.frame img {
    display: block;
    width: 100%;
}

.text-box {
    /* float: left; */
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.btm-row {
    float: left;
    width: 100%;
}

.holder {
    float: left;
    width: 100%;
    position: relative;
}

.heading-style-1 {
    text-align: center;
    width: 100%;
}

.heading-style-1 span.title {
    font: 22px/22px "Roboto";
    display: block;
    padding: 0 0 10px 0;
}

.heading-style-1 em {
    font: italic 400 16px/16px "Roboto", sans-serif;
    display: block;
    padding: 0 0 26px 0;
}

#wrapper {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}

#main {
    float: left;
    width: 100%;
    position: relative;
}

#header {
    top: 0;
    z-index: 999;
    width: 100%;
}

#header.sticky-menu {
    position: fixed;
    padding: 10px 0 !important;
    top: 0px !important;
    background: #fff !important;
}

#header.sticky-menu .logo img {
    max-width: 200px !important;
}

#header.sticky-menu .navbar {
    margin-top: 0px;
}

.header-top-bar {
    background: #fe9f21;
}

.header-top-bar a {
    color: #fff;
    border-right: solid 1px #f9f9f9;
}

.header-top-bar a:hover {
    color: #0349b4;
}

.subpage #header {
    top: 0px !important;
}

#header.inner-header {
    position: static;
}

.top-bar {
    float: left;
    width: 100%;
}

.top-bar .container-fluid {
    padding: 0;
}

.inner-header .top-bar {
    padding: 10px 0;
}

.inner-header .logo-row {
    background: #fff;
}

.top-bar .holder {
    padding: 10px 0;
}

.top-bar .holder:before {
    content: "";
    position: absolute;
    right: -381px;
    top: 0;
    width: 382px;
    height: 100%;
}

.top-bar .left-box {
    float: left;
    width: 100%;
}

.top-bar .left-box .dropdown-menu {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    box-shadow: none;
    left: 0;
    margin: 0;
    min-width: 100%;
    padding: 0;
    top: 31px;
}

.top-bar .left-box .dropdown-menu li {
    display: block;
    float: none;
    overflow: hidden;
    border: 0;
    padding: 0;
}

.top-bar .left-box .dropdown-menu li a {
    font: 400 12px/12px "Roboto", sans-serif;
    color: #222;
    padding: 10px;
    text-decoration: none;
}

.top-bar .left-box .dropdown-menu li a:hover {
    color: #fff;
}

.top-bar .left-box ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.top-bar .left-box ul li {
    float: left;
    padding: 8px 15px;
    border-left: 1px solid #e1e1e1;
    font: 400 12px/12px "Roboto", sans-serif;
    color: #fff;
}

.top-bar .left-box ul li .fa {
    padding: 0 5px 0 0;
}

.top-bar .left-box ul li:first-child {
    border: 0;
}

.top-bar .left-box button {
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    font: 400 12px/12px "Roboto", sans-serif;
    color: #fff;
}

.top-bar .left-box button .fa-globe {
    font-size: 13px;
    padding: 0 5px 0 0;
}

.top-bar .left-box button .fa-angle-down {
    padding: 0 0 0 3px;
    font-size: 12px;
}

.top-bar .left-box ul li a {
    text-decoration: none;
    font: 400 12px/12px "Roboto", sans-serif;
    color: #fff;
}

.top-bar .right-box {
    float: left;
    width: 100%;
}

.topbar-social {
    float: right;
}

.topbar-social ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.topbar-social ul li {
    float: left;
    padding: 5px 0;
    border-left: 1px solid #fff;
    width: 40px;
}

.topbar-social ul li a {
    text-decoration: none;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.login-box {
    float: right;
}

.login-box a {
    font: 400 13px/13px "Roboto", sans-serif;
    color: #fff;
    border-left: 1px solid #fff;
    float: left;
    text-decoration: none;
    padding: 8px 20px;
}

.login-box a:last-child {
    padding: 8px 0 8px 20px;
}

.login-box a .fa {
    padding: 0 5px 0 0;
}

.login-box a:hover {
    color: #444;
    text-decoration: none;
}

.topbar-social ul li:hover a {
    color: #444;
}

.social-icons a {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.logo-row {
    /* float: left; */
    width: 100%;
}

.logo-row .holder {
    background: #fff;
}

.logo-row .holder:before {
    content: "";
    position: absolute;
    right: -381px;
    top: 0;
    width: 382px;
    height: 100%;
    background: #fff;
}

strong.logo {
    float: left;
    background-color: #fff;
    border-right: 1px solid #e1e1e1;
    margin: 10px 17px 0 0;
}

.logo-row .navbar-inverse {
    float: left;
    background-color: transparent;
    border-color: transparent;
}

.logo-row .navbar {
    border-radius: 0;
}

.logo-row .navbar {
    border: 0;
    margin-bottom: 0;
    min-height: inherit;
}

.logo-row .navbar-collapse {
    padding: 0;
}

.logo-row .navbar-inverse .navbar-nav > .active > a,
.logo-row .navbar-inverse .navbar-nav > .active > a:hover,
.logo-row .navbar-inverse .navbar-nav > .active > a:focus {
    background: none;
}

#nav {
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
}

#nav li {
    float: left;
    position: relative;
}

#nav li:first-child {
    background: none;
}

#nav li a {
    font: 22px/22px "Roboto";
    color: #444;
    text-decoration: none;
    padding: 39px 13px 38px 13px;
    display: block;
    position: relative;
    z-index: 20;
}

#nav li a .fa {
    font-size: 12px;
    padding: 0 0 0 5px;
}

#nav li:hover > a {
    color: #fea024;
}

#nav li ul li a:hover,
#nav li ul li:hover > a {
    text-decoration: none;
    color: #fff;
}

#nav li ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 250px;
    background: #fff;
    border: 1px solid #e1e1e1;
    padding: 0;
    display: none;
    text-align: left;
    list-style: none;
    z-index: 310;
}

#nav li:hover > ul {
    display: block;
}

#nav li ul li > ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 185px;
    padding: 0;
}

#nav li ul li {
    float: none;
    width: auto;
    padding: 0;
    display: block;
    border-top: 1px solid #e1e1e1;
    background: none;
}

#nav li ul li:first-child {
    border: 0;
}

#nav li ul li a {
    background: none;
    font: 22px/22px "Roboto";
    color: #444;
    text-align: left;
    text-align: left;
    padding: 12px 10px;
    display: block;
}

#user-nav .navbar-nav li a {
    color: #fea024 !important;
}

#user-nav .navbar-nav li a:hover {
    color: #000 !important;
}

.logo-row a.btn-donate {
    font: 26px/26px "Roboto";
    color: #fff;
    padding: 10px 20px;
    border-radius: 3px;
    float: right;
    margin: 27px 0 0 0;
}

.logo-row a.btn-donate .fa {
    float: left;
    line-height: 25px;
    font-size: 16px;
    padding: 0 5px 0 0;
}

.search-box {
    padding: 13px 16px;
    float: right;
    border-radius: 0px;
    margin: 27px 0 0 5px;
}

.search-box button {
    background: none;
    border: 0;
    padding: 0;
    text-align: center;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.search-box .dropdown-menu {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    left: inherit;
    right: -16px;
    margin: 0;
    min-width: 262px;
    top: 27px;
}

.search-box input[type="text"] {
    float: left;
    width: 100%;
    border: 1px solid #fe9f21;
    height: 40px;
    border-radius: 0px;
    background: #fff;
    padding: 0 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font: 12px "Roboto", sans-serif;
    color: #666;
    outline: none;
}

.search-box input::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
}

.search-box input:-moz-placeholder {
    color: #666;
    opacity: 1;
}

.search-box input::-moz-placeholder {
    color: #666;
    opacity: 1;
}

.search-box input:-ms-input-placeholder {
    color: #666;
    opacity: 1;
}

.top-bar .holder {
    float: left;
    width: 100%;
    box-shadow: 0 7px 3px 0 rgba(0, 0, 0, 0.15);
}

.logo-row .holder {
    float: left;
    width: 100%;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.15);
}

.logo-row .holder:before {
    box-shadow: 9px 0 9px 0 rgba(0, 0, 0, 0.15);
}

#header.header-style-2 {
    padding: 0px 0px 5px 0px;
    box-shadow: -2px -10px 10px 10px #0248b4;
    position: relative;
    background: #fff;
}

.header-style-2 .logo-row .holder:before {
    display: none;
}

.header-style-2 .logo-row .holder {
    background: none;
    box-shadow: none;
}

.header-style-2 strong.logo {
    border: 0;
    background: none;
    margin: 10px 20px 0 0;
}

.header-style-2 .container-fluid {
    padding: 0 80px;
}

.header-style-2 .search-box {
    margin-top: 4px;
}

.header-style-2 .search-btn {
    width: 20px;
    float: right;
    margin-top: -27px;
    margin-right: 10px;
}

.header-style-2 strong.logo img {
    max-width: 200px;
    margin-left: 10px;
}

.header-style-2 #nav li a {
    padding: 10px 15px 10px;
    font: 16px/20px "Roboto";
    font-weight: 500;
    border-bottom: 2px #fff solid;
}

.header-style-2 .navbar {
    float: right;
    margin-top: 50px;
}

.header-style-2 #nav li ul li a {
    color: #444;
}

.header-style-2 #nav li ul li a:hover,
.header-style-2 #nav li ul li:hover > a {
    color: #fff;
}

.search-container {
    padding-left: 15px;
    padding-top: 8px;
}

.search-form input {
    border: none;
    width: 100%;
    border-radius: 99px;
}

#banner {
    float: left;
    width: 100%;
    position: relative;
    border-bottom: 10px solid #fe9f21;
}

#banner img {
    width: 100%;
}

#banner .caption {
    position: absolute;
    top: 360px;
    left: 0;
    width: 100%;
}

#banner .caption .holder {
    width: 100%;
    float: left;
}

#banner .caption strong.title {
    font: 48px/48px "Roboto";
    color: #fff;
    display: block;
    text-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    padding: 0 0 10px 0;
}

#banner .caption h1 {
    font: 60px/60px "Roboto";
    color: #fff;
    display: block;
    margin: 0 0 10px 0;
    text-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

#banner .caption span.title {
    font: 36px/36px "Roboto";
    color: #fff;
    display: block;
    text-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    padding: 0 0 25px 0;
}

#banner .caption a.btn-style-1 {
    margin: 0 10px 0 0;
}

#banner .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    border-radius: 0;
    font-size: 0;
    padding: 0;
}

#banner .owl-next {
    position: absolute;
    right: 50px;
    top: 0;
    bottom: 0;
    background: url(../images/next-icon.png) no-repeat left top;
    width: 30px;
    height: 60px;
    margin: auto;
}

#banner .owl-prev {
    position: absolute;
    left: 50px;
    top: 0;
    bottom: 0;
    background: url(../images/prev-icon.png) no-repeat left top;
    width: 30px;
    height: 60px;
    margin: auto;
}

.welcome-section {
    float: left;
    width: 100%;
    padding: 20px 0;
    background: #f0efef;
}

.welcome-style-2 {
    padding: 20px 0 10px 0;
}

.welcome-section .heading-style-1 em {
    font: italic 500 18px/30px "Roboto", sans-serif;
    color: #999;
    margin: 0 0 20px 0;
}

.heading-style-1 h2 {
    margin-bottom: 25px;
    font-weight: 100;
    text-transform: uppercase;
    text-align: left;
    padding-right: 10px;
    padding-left: 10px;
}

.heading-style-1 h2 small {
    font-size: 14px;
    margin-top: 50px;
}

.welcome-section .box {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.welcome-section .box:hover .text-col h4 a {
    text-decoration: none;
}

.welcome-section .box:hover .icon-col {
    color: #fff;
    z-index: 99;
}

.welcome-section .box:hover .icon-col:before {
    content: "";
    width: 83px;
    height: 83px;
}

.welcome-section .box .icon-col {
    float: left;
    width: 83px;
    margin: 0 15px 0 0;
    position: relative;
    font-size: 40px;
    text-align: center;
    line-height: 84px;
}

.welcome-section .box .icon-col .fa {
    position: relative;
    z-index: 99;
}

.welcome-section .box .icon-col:before {
    font-size: 83px;
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 0;
}

.welcome-section .box .text-col {
    overflow: hidden;
    margin: 0;
}

.welcome-section .box .text-col p {
    margin: 0;
}

.welcome-section .box .text-col h4 {
    margin: 0 0 5px 0;
}

.welcome-donate-box {
    background: #000 url(../images/welcome-donate-img.png) no-repeat left top;
    width: 100%;
    height: 714px;
    float: left;
    margin: -160px 0 0 0;
    position: relative;
    z-index: 99;
}

.welcome-donate-box .holder {
    padding: 30px 40px;
    float: left;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.welcome-donate-box strong.title {
    font: 36px/36px "Roboto";
    color: #fff;
    display: block;
}

.welcome-donate-box h2 {
    font: 72px/72px "Roboto";
    color: #fff;
    margin: 0;
}

.welcome-donate-box p {
    font: 400 16px/24px "Roboto", sans-serif;
    color: #fff;
    margin: 15px 0 35px 0;
    padding: 0 0 30px 0;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.welcome-donate-box p:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 3px;
    height: 3px;
    background: rgba(255, 255, 255, 0.5);
}

.welcome-donate-box p:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -2px;
    width: 3px;
    height: 3px;
    background: rgba(255, 255, 255, 0.5);
}

.donate-goal-box {
    float: left;
    width: 100%;
}

.donate-goal-box ul {
    padding: 0;
    margin: 0 36px 0 0;
    list-style: none;
    float: left;
}

.donate-goal-box ul li {
    display: block;
    padding: 0 0 20px 0;
    position: relative;
}

.donate-goal-box ul li:before {
    content: "\f111";
    font-family: FontAwesome;
    font-size: 8px;
    color: #fff;
    position: absolute;
    left: -14px;
    top: 5px;
}

.welcome-space {
    padding: 0 0 37px 0;
}

.recent-project-video {
    float: left;
    width: 100%;
    padding: 0 0 70px 0;
}

.recent-project-video .holder {
    width: 1300px;
    float: none;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}

.recent-project-video .video-box {
    float: left;
    width: 650px;
    background: url(../images/video-img-1.jpg) no-repeat left top;
    height: 480px;
    position: relative;
}

.recent-project-video .video-box a.btn-play {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/play-icon.png) no-repeat center center;
    height: 87px;
    width: 87px;
}

.recent-project-video iframe {
    width: 100%;
    height: 556px;
    border: 0;
}

.recent-project-video .modal-dialog {
    width: 1000px;
}

.recent-project-video .modal-header {
    border: 0;
    padding: 0;
}

.recent-project-video .close {
    color: #000;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -30px;
    top: 0;
    background: #fff;
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    opacity: 1;
    text-shadow: none;
}

.recent-project-video .modal-body {
    padding: 0;
}

.recent-project-video .text-col {
    float: left;
    width: 650px;
    background: #222;
    padding: 43px 45px;
    position: relative;
}

.recent-project-video .text-col span.title {
    color: #fff;
}

.recent-project-video .text-col h2 {
    color: #fff;
    margin: 0 0 30px 0;
}

.recent-project-video .text-col ul {
    padding: 0;
    margin: 0 0 40px 0;
    list-style: none;
    float: left;
    width: 100%;
}

.recent-project-video .text-col ul li {
    display: block;
    overflow: hidden;
    padding: 35px 0 0 0;
}

.recent-project-video .text-col ul li:first-child {
    padding: 0;
}

.recent-project-video .text-col .icon-col {
    float: left;
    width: 65px;
    height: 65px;
    border: 2px solid #999;
    border-radius: 100%;
    text-align: center;
    line-height: 61px;
    font-size: 26px;
    margin: 0 15px 0 0;
    color: #ccc;
}

.recent-project-video .text-col .box {
    overflow: hidden;
}

.recent-project-video .text-col .box h4 {
    color: #ccc;
    margin: 0 0 6px 0;
}

.recent-project-video .text-col .box p {
    color: #999;
    margin: 0;
}

.recent-project-video-2 .video-box {
    width: 848px;
    background: url(../images/video-img-2.jpg) no-repeat left top;
}

.recent-project-video-2 .text-col {
    width: 380px;
    padding: 40px 30px;
    border: 10px solid #fff;
    margin: 40px 0 0 -107px;
}

.recent-project-video-2 .text-col h2 {
    margin: 0 0 10px 0;
}

.recent-project-video-2 .text-col p {
    font: 300 16px/24px "Roboto", sans-serif;
    color: #999;
    margin: 0 0 30px 0;
}

.recent-project-video-2 a.btn-style-1 {
    font: 400 14px/14px "Roboto", sans-serif;
    padding: 15px 30px;
}

.video-2 {
    padding: 0;
}

.video-2 .video-box {
    background: url(../images/video-img-3.jpg) no-repeat left top;
}

.video-3 .video-box {
    background: url(../images/video-img-4.jpg) no-repeat left top;
}

.causes-style-1 {
    float: left;
    width: 100%;
    padding: 0 0 70px 0;
}

.causes-style-1 .box {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
}

.causes-style-1 .box .frame {
    margin-bottom: 20px;
}

.causes-style-1 .box .text-box {
    padding: 0;
}

.causes-style-1 .box .text-box h3 {
    padding: 0 0 0 25px;
}

.causes-style-1 .box .text-box .btn-row {
    padding: 0 0 0 25px;
}

.causes-grid .causes-goal-box {
    padding-left: 30px;
}

.causes-style-1 .box .text-box a.link {
    float: left;
    font: 400 12px/12px "Roboto", sans-serif;
    color: #555;
    padding: 0 15px 10px 0;
    text-decoration: none;
}

.causes-list .box .text-box h3 {
    padding: 0;
}

.causes-list .box .text-box .btn-row {
    padding: 0;
}

.causes-style-1 .box .text-box a.link .fa {
    padding: 0 5px 0 0;
}

.causes-goal-box {
    float: left;
    width: 100%;
}

.causes-goal-box ul {
    float: left;
    padding: 0 0 0 10px;
    margin: 10px 0 0 0;
    list-style: none;
}

.causes-goal-box ul li {
    display: block;
    margin: 15px 0 0 0;
    position: relative;
}

.causes-goal-box ul li:first-child {
    margin: 0;
}

.causes-goal-box ul li:before {
    content: "\f111";
    font-family: FontAwesome;
    position: absolute;
    left: -9px;
    font-size: 4px;
    top: 4px;
    color: #555;
}

.causes-goal-box span.title {
    display: block;
    font: 400 14px/14px "Roboto", sans-serif;
    color: #555;
    padding: 0 0 3px 0;
}

.causes-goal-box strong.amount {
    font: 700 18px/18px "Roboto", sans-serif;
    display: block;
}

.causes-goal-box strong.amount sup {
    font-size: 10px;
}

.causes-goal-box .progress-bar {
    background-color: transparent;
    box-shadow: none;
    color: #222;
    height: 100%;
    text-align: center;
    transition: width 0.6s ease 0s;
    width: 0;
}

.divider {
    height: 5px;
    background: #ccc;
}

.alert {
    border-radius: 0px;
}

/* Posts */
article {
    padding-right: 50px;
}

article img.pull-left {
    margin-right: 10px;
    margin-bottom: 10px;
    border: solid #ccc 1px;
    padding: 5px;
}

article img {
    width: auto;
    max-width: 100%;
}

article p {
    text-align: justify;
}

.video-box iframe {
    width: 100%;
}

.causes-style-1 .box .text-box a.btn-style-1 {
    float: right;
    border-radius: 0;
    font-size: 14px;
    line-height: 14px;
    padding: 15px 34px;
}

.causes-style-1 .owl-stage-outer {
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.causes-style-1 a.btn-style-2 {
    border-color: #222;
    color: #222;
}

.causes-style-1 .owl-theme .owl-dots .owl-dot span {
    background: #ccc;
    border-radius: 0;
    float: left;
    height: 10px;
    margin: 0 3px;
    width: 10px;
}

.causes-style-1 .owl-dots {
    position: absolute;
    top: -28px;
    float: left;
    width: 100%;
    right: 0;
}

.causes-style-1 .owl-carousel {
    float: left;
    width: 100%;
}

.event-style-1 {
    float: left;
    width: 100%;
    background: url(../images/event-bg.jpg) no-repeat left top/cover;
    position: relative;
    padding: 80px 0;
}

.event-style-1:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/event-img.png) no-repeat right top;
    width: 544px;
    height: 770px;
}

.event-style-1 h2 {
    color: #fff;
    margin: 0 0 20px 0;
}

.event-style-1-box {
    float: left;
    width: 100%;
    border-radius: 3px;
    padding: 13px 5px 13px 0;
    border: 2px solid #555;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.event-style-1-box .left-box {
    float: left;
}

.event-style-1-box .left-box .holde {
    float: left;
    width: 505px;
}

.event-style-1-box strong.date {
    float: left;
    border-right: 2px solid #555;
    font: 48px/48px "Roboto";
    color: #ccc;
    text-align: center;
    padding: 18px 0;
    width: 94px;
    margin: 0 25px 0 0;
}

.event-style-1-box .left-box h3 {
    color: #ccc;
    margin: 0 0 13px 0;
}

.event-style-1-box .left-box h3 a {
    color: #ccc;
}

.event-style-1-box strong.date span {
    display: block;
    font-size: 22px;
    line-height: 22px;
}

.event-style-1-box a.link {
    float: left;
    font: 400 12px/12px "Roboto", sans-serif;
    color: #999;
    padding: 0 20px 10px 0;
}

.event-style-1-box a.link .fa {
    padding: 0 5px 0 0;
}

.event-style-1-box .left-box p a,
.event-style-1-box .left-box p {
    text-decoration: none;
    color: #999;
}

.event-style-1-box .right-box {
    float: right;
    width: 270px;
}

.event-style-1-box .right-box a.btn-detail {
    float: right;
    padding: 12px 23px;
    border: 2px solid #555;
    border-radius: 3px;
    font: 14px/14px "Roboto", sans-serif;
    color: #ccc;
    text-decoration: none;
    margin: 0 0 10px 5px;
    position: relative;
    z-index: 9;
    overflow: hidden;
}

.event-style-1-box .right-box a.btn-detail:hover {
    text-decoration: none;
    color: #fff;
    border-radius: 3px;
    border: 2px solid rgba(0, 0, 0, 0);
}

.event-style-1-box .right-box a.btn-detail:hover:after {
    height: 100%;
}

.event-style-1-box .right-box a.btn-detail:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    z-index: -1;
}

.event-style1-timer-box {
    float: left;
    width: 100%;
}

.event-style1-timer-box .countdown-row {
    float: right;
    position: relative;
    z-index: 9999;
    top: -200%;
}

.event-style1-timer-box .countdown-section {
    display: inline-block;
    float: none;
    background: #555;
    font-size: 75%;
    text-align: center;
    width: 60px;
    height: 60px;
    position: relative;
    margin: 0 0 0 5px;
    padding: 7px 0 0 0;
}

.event-style1-timer-box .countdown-amount {
    font-size: 200%;
    font: 30px/30px "Roboto";
    color: #ccc;
    display: block;
    padding: 0 0 3px 0;
    position: relative;
    z-index: 99;
}

.event-style1-timer-box .countdown-period {
    display: block;
    font: 12px/12px "Roboto", sans-serif;
    color: #ccc;
    position: relative;
    z-index: 99;
}

.event-style-1-box:hover {
    background: #fff;
    border-radius: 3px;
    border: 2px solid rgba(0, 0, 0, 0);
}

.event-style-1-box:hover .left-box h3 a {
    color: #222;
    text-decoration: none;
}

.event-style-1-box:hover a.link {
    color: #555;
    text-decoration: none;
}

.event-style-1-box:hover .left-box p,
.event-style-1-box:hover .left-box p a {
    color: #777;
}

.event-style-1-box:hover a.btn-detail {
    border: 2px solid rgba(0, 0, 0, 0);
    color: #fff;
}

.event-style-1 .bx-wrapper {
    float: left;
    width: 100%;
    margin: 0;
}

.event-style-1 .bx-wrapper .bx-viewport {
    background: none;
    border: 0;
    box-shadow: none;
    left: 0;
}

.event-style-1 .bx-wrapper .bx-pager,
.event-style-1 .bx-wrapper .bx-controls-auto {
    padding: 0;
    right: -32px;
    bottom: 0;
    width: 12px;
}

.event-style-1 .bx-controls-direction {
    display: none;
}

.event-style-1 .bx-wrapper .bx-pager .bx-pager-item,
.event-style-1 .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: block;
}

.event-style-1 .bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    border-radius: 100%;
    display: block;
    height: 12px;
    margin: 7px 0 0 0;
    width: 12px;
}

.event-style-1 a.plus {
    float: right;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
    margin: -68px 0 0 0;
}

.event-style-1 a.plus:hover {
    background: #fff;
    color: #222;
}

.events {
    padding: 0 0 80px 0;
    background: none;
}

.events:before {
    display: none;
}

.events .event-style-1-box,
.events .event-style-1-box strong.date,
.events .event-style-1-box .right-box a.btn-detail {
    border-color: #ccc;
    color: #222;
}

.events .event-style-1-box .left-box .holde {
    width: 447px;
}

.events .event-style-1-box .left-box h3 a {
    color: #222;
}

.events .event-style-1-box a.link,
.events .event-style1-timer-box .countdown-amount,
.events .event-style1-timer-box .countdown-period {
    color: #555;
}

.events .event-style1-timer-box .countdown-section {
    background: #e1e1e1;
}

.events .event-style-1-box {
    margin-bottom: 30px;
}

.events .event-style-1-box:hover {
    border-color: transparent;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
}

.events .event-style-1-box:hover a.btn-detail {
    border-color: transparent;
    color: #fff;
}

.events .pagination-box {
    margin: 20px 0 0 0;
}

.event-list .event-style-1-box {
    padding: 0;
}

.event-list .event-style-1-box .thumb {
    float: left;
}

.event-list .event-style-1-box .outer {
    float: right;
    width: 455px;
    margin: 30px 0 0 0;
}

.event-list .event-style-1-box .left-box .holde {
    width: 319px;
}

.event-list .event-style-1-box .right-box {
    width: 260px;
    float: left;
}

.event-list .event-style1-timer-box {
    margin-bottom: 20px;
}

.event-list .event-style-1-box .right-box a.btn-detail {
    margin: 0 2px;
}

.event-list .event-style-1-box {
    margin-bottom: 50px;
}

.event-post {
    float: left;
    width: 100%;
    margin-bottom: 70px;
}

.style-1 .event-post h3 {
    margin: 0 0 20px 0;
}

.event-post ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.event-post ul li {
    float: left;
    margin: 0 0 0 29px;
}

.event-post ul li:first-child {
    margin: 0;
}

.event-timer {
    position: absolute;
    bottom: 10px;
    right: 7px;
}

.event-timer .countdown-row {
    display: block;
    position: relative;
    z-index: 9999;
    top: -200%;
    margin-bottom: 0;
}

.event-timer .countdown-section {
    display: inline-block;
    float: none;
    font-size: 75%;
    text-align: center;
    width: 60px;
    height: 60px;
    position: relative;
    margin: 0 3px;
    padding: 7px 0 0 0;
}

.event-timer .countdown-amount {
    font-size: 200%;
    font: 30px/30px "Roboto";
    color: #fff;
    display: block;
    padding: 0 0 5px 0;
    margin: 0;
    position: relative;
}

.event-timer .countdown-period {
    display: block;
    text-transform: uppercase;
    font: 12px/12px "Roboto", sans-serif;
    color: #fff;
}

.blog-style-1 {
    float: left;
    width: 100%;
    padding: 40px 10px;
}

.blog-style-1 p {
    text-align: justify;
}

.style-1 {
    width: 100%;
    margin-bottom: 40px;
}

.style-1 .text-box {
    position: relative;
}

.style-1 .thumb {
    float: left;
    position: relative;
    z-index: 9;
    margin: -20px 0 20px 8px;
}

.style-1 .btn-row {
    width: auto;
}

.style-1 a.link {
    float: left;
    padding: 17px 0 10px 0px;
    font: 400 12px/12px "Roboto", sans-serif;
    color: #555;
    text-decoration: none;
}

.style-1 a.link .fa {
    padding: 0 5px 0 0;
}

.style-1 h3 {
    word-spacing: -1px;
    margin: 0 0 7px 0;
}

.style-1 h3 a {
    color: #222;
}

.style-1 a.btn-more {
    display: block;
    font: 400 14px/14px "Roboto", sans-serif;
    text-decoration: none;
}

.style-1:hover a.btn-more {
    color: #222;
}

.style-1:hover .text-box h3 a {
    text-decoration: none;
}

.style-1:hover .frame img {
    opacity: 0.5;
}

.style-1:hover .thumb {
    margin: -20px 0 20px 0;
}

.blog-space {
    padding: 0;
}

.blog-space .pagination-box {
    margin: 40px 0 80px 0;
}

.style-1 .frame {
    position: relative;
}

.style-1 .frame .sticky {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 16px 37px;
    font: 500 24px/24px "Roboto", sans-serif;
    color: #fff;
}

.style-1 .frame iframe {
    width: 100%;
    height: 400px;
    border: 0;
}

.style-1 .slider-thumb {
    float: left;
    width: 100%;
    position: relative;
}

.slider-thumb .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    border-radius: 0;
    margin: 5px;
    font-size: 0;
    padding: 4px 7px;
}

.slider-thumb .owl-theme .owl-controls .owl-nav .owl-next {
    background: url(../images/next-arrow-icon.png) no-repeat right center;
    width: 16px;
    height: 33px;
    position: absolute;
    right: 29px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.slider-thumb .owl-theme .owl-controls .owl-nav .owl-prev {
    background: url(../images/prev-arrow-icon.png) no-repeat right center;
    width: 16px;
    height: 33px;
    position: absolute;
    left: 29px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.slider-thumb .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
    background-color: transparent;
}

.link-post {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    padding: 40px 30px;
    margin-bottom: 20px;
}

.link-post a.link-text {
    text-decoration: none;
    display: block;
    font: 400 30px/30px "Roboto", sans-serif;
    padding: 10px 0 0 10px;
    overflow: hidden;
}

.link-post .btn-row {
    width: 100%;
}

.blog-list .style-1 a.link {
    padding: 0 15px 17px 0;
}

.blog-list .style-1 .text-box {
    margin: 55px 0 0 0;
}

.blog-list .style-1 {
    margin-bottom: 50px;
}

.blog-list {
    padding: 0 0 40px 0;
}

.testimonial-style-1 {
    float: left;
    width: 100%;
}

.testimonial-style-1 .holder {
    margin: 0 auto;
    float: none;
    width: 1320px;
    height: 474px;
    display: block;
    background: url(../images/testimonials-bg-1.jpg) no-repeat left top;
    padding: 40px 65px 40px 85px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#testimonial-1 {
    float: left;
    width: 640px;
}

.testimonial-style-1 .holder .left-box {
    float: left;
    max-width: 100%;
    position: relative;
}

.testimonial-style-1 .holder .left-box:before {
    content: "";
    position: absolute;
    left: -50px;
    top: 0;
    background: url(../images/quot-icon.png) no-repeat left top;
    width: 89px;
    height: 70px;
}

.testimonial-style-1 .holder .left-box strong.title {
    font: 52px/52px "Roboto";
    color: #fff;
    display: block;
    padding: 0 0 10px 0;
}

.testimonial-style-1 .holder .left-box em {
    font: italic 300 24px/36px "Roboto", sans-serif;
    color: #fff;
    display: block;
    padding: 0 0 30px 0;
}

.testimonial-style-1 .holder .left-box .thumb {
    float: left;
    width: 106px;
    height: 106px;
    border-radius: 100%;
    border: 3px solid #fff;
    overflow: hidden;
    margin: 0 15px 0 0;
}

.testimonial-style-1 .holder .left-box .thumb img {
    display: block;
    width: 100%;
    border-radius: 100%;
}

.testimonial-style-1 .holder .left-box .holde {
    overflow: hidden;
    padding: 30px 0 0 0;
}

.testimonial-style-1 .holder .left-box h4 {
    color: #fff;
    margin: 0 0 5px 0;
}

.testimonial-style-1 .holder .left-box span.name {
    display: block;
    font: 400 14px/14px "Roboto", sans-serif;
    color: #fff;
}

.testimonial-style-1 .holder .left-box span.name em {
    font: 400 14px/14px "Roboto", sans-serif;
    color: #fff;
    display: inline;
}

.join-form {
    float: right;
    width: 422px;
    background: #222;
    padding: 80px 30px;
    margin: -80px 0 0 0;
}

.join-form h2 {
    color: #fff;
}

.join-form input[type="text"] {
    float: left;
    width: 100%;
    height: 48px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #ccc;
    font: 400 14px "Roboto", sans-serif;
    color: #777;
    padding: 0 20px;
    margin-bottom: 30px;
}

.join-form input::-webkit-input-placeholder {
    color: #777;
    opacity: 1;
}

.join-form input:-moz-placeholder {
    color: #777;
    opacity: 1;
}

.join-form input::-moz-placeholder {
    color: #777;
    opacity: 1;
}

.join-form input:-ms-input-placeholder {
    color: #777;
    opacity: 1;
}

.join-form input[type="submit"] {
    float: left;
    width: 100%;
    height: 50px;
    border: 0;
    padding: 0;
    border-radius: 3px;
    text-align: center;
    font: 500 16px "Roboto", sans-serif;
    color: #fff;
}

.join-form input[type="submit"]:hover {
    background: #fff;
    color: #222;
}

.testimonial-style-1 .owl-theme .owl-dots .owl-dot span {
    background: #fff;
    border-radius: 100%;
    display: block;
    height: 12px;
    margin: 0 3px;
    width: 12px;
}

.testimonial-style-1 .owl-theme .owl-dots .owl-dot {
    float: right;
}

.testimonial-style-1 .owl-dots {
    margin: -50px 0 0 0;
    position: relative;
}

.testimonial-space {
    padding: 0 0 80px 0;
}

.team-style-1 {
    float: left;
    width: 100%;
    padding: 80px 0;
}

.team-style-1 .box {
    float: left;
    width: 100%;
}

.team-social-box-1 {
    float: left;
    padding: 103px 16px 7px 16px;
}

.team-social-box-1 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.team-social-box-1 ul li {
    display: block;
    padding: 0 0 5px 0;
}

.team-social-box-1 ul li a {
    display: block;
    border: 1px solid #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 33px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.team-style-1 .box .thumb {
    float: right;
    border-bottom: 7px solid #fff;
}

.team-style-1 .box .text-box {
    width: 91%;
    padding: 25px 0 25px 68px;
}

.team-style-1.team-space-2 .box .text-box {
    width: 100%;
}

.team-style-1 .box .text-box h4 {
    margin: 0 0 5px 0;
}

.team-style-1 .box .text-box h4 a {
    color: #fff;
}

.team-style-1 .box .text-box em.disp {
    display: block;
    font: italic 400 14px/14px "Roboto", sans-serif;
    color: #fff;
}

.team-style-1 .box:hover .team-social-box-1 {
    background: #fff;
}

.team-style-1 .box:hover .team-social-box-1 ul li a {
    border-color: #ccc;
}

#wrapper .team-style-1 .box .team-social-box-1 ul li a:hover {
    border: 1px solid rgba(0, 0, 0, 0);
    color: #fff;
}

.team-style-1 .box:hover .text-box {
    background: #fff;
}

.team-style-1 .box:hover {
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
}

.team-space {
    padding: 80px 0 120px 0;
}

.team-space-2 {
    padding: 0 0 80px 0;
}

.team-space-2 .box {
    margin-bottom: 50px;
}

.team-style-2 {
    float: left;
    width: 100%;
    padding: 0 0 80px 0;
}

.team-style-2 .box {
    float: left;
    width: 100%;
    padding: 25px 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    margin-bottom: 50px;
}

.team-style-2 .box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    background: #fff;
}

.team-style-2 .box .thumb {
    float: left;
    width: 100%;
    border: 10px solid #fff;
    margin-bottom: 25px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

.team-style-2 .box .thumb img {
    display: block;
    width: 100%;
}

.team-style-2 .box .text-box {
    text-align: center;
}

.team-style-2 .box .text-box h4 {
    margin: 0 0 2px 0;
}

.team-style-2 .box .text-box h4 a {
    color: #fff;
}

.team-style-2 .box .text-box em {
    display: block;
    font: italic 400 14px "Roboto", sans-serif;
    color: #fff;
    padding: 0 0 16px 0;
}

.team-social-box-2 {
    float: left;
    width: 100%;
    text-align: center;
}

.team-social-box-2 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.team-social-box-2 ul li {
    display: inline-block;
    padding: 0 2px;
}

.team-social-box-2 ul li a {
    text-decoration: none;
    width: 34px;
    height: 34px;
    display: block;
    border: 1px solid #fff;
    text-align: center;
    line-height: 33px;
    font-size: 14px;
    color: #fff;
}

.team-social-box-2 ul li a:hover {
    border: 1px solid rgba(0, 0, 0, 0);
    background: #fff;
}

.team-style-2 .box:hover:before {
    opacity: 0;
}

.team-style-2 .box:hover .thumb img {
    transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    opacity: 0.8;
}

.newsletter-row {
    float: left;
    width: 100%;
    padding: 0 0 80px 0;
}

.newsletter-box {
    float: left;
    width: 100%;
    background: #222;
    padding: 40px 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.newsletter-box h2 {
    color: #fff;
}

.newsletter-box form {
    float: left;
    width: 100%;
    position: relative;
}

.newsletter-box form input[type="text"] {
    float: left;
    width: 100%;
    background: #fff;
    height: 48px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font: 14px "Roboto", sans-serif;
    color: #777;
    padding: 0 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 10px;
}

.newsletter-box form input::-webkit-input-placeholder {
    color: #777;
    opacity: 1;
}

.newsletter-box form input:-moz-placeholder {
    color: #777;
    opacity: 1;
}

.newsletter-box form input::-moz-placeholder {
    color: #777;
    opacity: 1;
}

.newsletter-box form input:-ms-input-placeholder {
    color: #777;
    opacity: 1;
}

.newsletter-box form button[type="submit"] {
    float: left;
    width: 100%;
    text-align: center;
    height: 50px;
    border-radius: 3px;
    border: 0;
    padding: 0;
    font: 500 16px "Roboto", sans-serif;
    color: #fff;
}

.newsletter-box form button[type="submit"] .fa {
    padding: 0 0 0 10px;
}

.newsletter-box form button[type="submit"]:hover {
    background: #333;
}

.sponsors-box {
    float: left;
    width: 100%;
}

.sponsors-box h2 {
    margin: 0 0 8px 0;
}

.sponsors-box ul {
    padding: 0;
    margin: 0 0 0 -2px;
    list-style: none;
    float: left;
}

.sponsors-box ul li {
    float: left;
    background: #fff;
    border: 1px solid #ccc;
    margin: 0 0 2px 2px;
}

.sponsors-box ul li:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.sponsors-2 ul li {
    width: 179px;
}

.newsletter-2 form {
    width: 360px;
}

.newsletter-2 {
    position: relative;
}

.newsletter-2:before {
    content: "";
    position: absolute;
    right: 0;
    top: -90px;
    background: url(../images/form-bg.png) no-repeat right top;
    width: 417px;
    height: 498px;
}

.sponsors-2 .heading-style-1 span.title {
    padding: 0;
}

.footer-top {
    background: #fe9f21;
    padding-top: 30px;
    color: #fff;
    box-shadow: 0px -6px 20px 10px #fe9f21;
}

.footer-top h3 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
}

.footer-top a {
    color: #fff;
    border-bottom: solid 1px #fff;
}

.footer-top .col-md-3 {
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.footer-top .event-widget {
    padding-right: 20px;
}

.footer-top .event-widget a {
    color: #fff !important;
    padding: 10px 0px 10px 5px;
}

.footer-top .event-widget ul li,
.footer-top .event-widget ul li:first-child {
    padding: 0px;
}

.footer-top .event-widget ul li:hover a {
    background: #0248b4;
}

.footer-address p {
    margin-bottom: 10px;
    font-size: 12px;
}

.footer-address strong {
    color: rgba(23, 56, 87, 0.43);
}

.footer-top p {
    color: #fff;
}

.trustees-logo {
    border-radius: 99px;
    border: solid 3px rgba(245, 245, 245, 0.2);
}

#footer {
    float: left;
    width: 100%;
    background: #f8fafd;
    border-top: solid 10px #0349b4;
}

#footer img {
    filter: none;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
}

.footer-section-1 {
    float: left;
    width: 100%;
    padding: 50px 0 60px 0;
    background: rgba(51, 51, 51, 0.95);
}

.footer-section-1 .box {
    float: left;
    width: 100%;
    padding-left: 10px;
}

.footer-section-1 .box h3 {
    color: #fff;
    margin: 0 0 15px 0;
}

.event-widget {
    float: left;
    width: 100%;
}

.event-widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.event-widget ul li {
    display: block;
    overflow: hidden;
    padding: 20px 0 0 0;
}

.event-widget ul li:first-child {
    padding: 0;
}

.event-widget strong.date {
    float: left;
    border-right: 2px solid #555;
    padding: 5px 5px 5px 0;
    font: 30px/30px "Roboto";
    margin: 0 7px 0 0;
    text-align: center;
    min-width: 90px;
}

.event-widget strong.date span {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
}

.event-widget a {
    font: 400 14px "Roboto", sans-serif;
    color: #c5c3c3;
    display: block;
    text-decoration: none;
    padding: 0 0 5px 0;
    line-height: 20px;
}

.event-widget span.time {
    font: 400 12px/12px "Roboto", sans-serif;
    color: #777;
    display: block;
}

.event-widget span.time .fa {
    padding: 0 5px 0 0;
}

.event-widget ul li:hover a {
    text-decoration: none;
    color: #fff;
}

.event-widget ul li:hover strong.date {
    border-color: #fff;
}

.event-widget ul li:hover strong.date {
    color: #fff;
}

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

.doing ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.doing ul li {
    display: block;
    overflow: hidden;
    padding: 20px 0 0 0;
}

.doing ul li:first-child {
    padding: 0;
}

.doing ul li a {
    font: 400 14px/14px "Roboto", sans-serif;
    color: #999;
    text-decoration: none;
}

.doing ul li a .fa {
    padding: 0 10px 0 0;
}

.doing ul li:hover a {
    color: #fff;
}

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

.address ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.address ul li {
    display: block;
    margin: 20px 0 0 23px;
    font: 400 14px "Roboto", sans-serif;
    color: #c5c3c3;
    position: relative;
    line-height: 20px;
}

.address ul li:first-child {
    margin: 0 0 0 23px;
}

.address ul li .fa {
    position: absolute;
    left: -23px;
    top: 3px;
    font-size: 13px;
}

.address ul li a {
    display: block;
    font: 400 14px "Roboto", sans-serif;
    color: #999;
    text-decoration: none;
}

.address ul li:hover,
.address ul li:hover a {
    color: #fff;
    text-decoration: none;
}

.instagram-row {
    float: left;
    width: 100%;
    position: relative;
    padding: 0 0 40px 0;
}

.instagram-row:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
    margin: auto;
    width: 945px;
    border-bottom: 1px solid #555;
}

.instagram-row h3 {
    color: #fff;
    text-align: center;
    display: block;
    margin: 0 0 25px 0;
}

.instagram-row ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    text-align: center;
}

.instagram-row ul li {
    display: inline-block;
    padding: 0 5px;
}

.copyrights-section {
    float: left;
    width: 100%;
    padding: 15px 0;
}

.copyrights-section strong.copy {
    display: block;
    font: 300 14px/14px "Roboto", sans-serif;
    color: #777;
}

.copyrights-section strong.copy a {
    color: #999;
    text-decoration: none;
}

.copyrights-section ul li {
    display: inline-block;
    padding: 0px 10px;
}

.copyrights-section ul li a {
    color: #777;
}

.events-well .well {
    border-radius: 0px !important;
}

.events-well a {
    color: #111;
}

.events-well a:hover {
    text-decoration: none;
}

.project-style-1 {
    float: left;
    width: 100%;
}

.project-style-1 .outer-box {
    background: #f5f5f5 url(../images/crowd.jpg);
}

.project-style-1 .inner-box {
    background: rgba(245, 245, 245, 0.95);
    padding: 50px 20px;
}

.project-style-1 .box {
    float: left;
    width: 100%;
}

.project-style-1.project-2-col.project-3-col .box {
    margin-bottom: 15px;
}

.project-2-col .box {
    margin-bottom: 30px;
}

.project-style-1 .box .outer {
    float: left;
    width: 100%;
    padding: 0 50px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: -150px 0 0 0;
    position: relative;
}

.project-style-1 .box .outer .text-box {
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    padding: 15px 0;
}

.project-style-1 .box .outer .text-box h3 {
    margin: 0 0 5px 0;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 20px;
}

.project-style-1 .box .outer .text-box h3 a {
    color: #222;
}

.project-style-1 .box .outer .text-box strong.month {
    font: 22px/22px "Roboto";
    display: block;
}

.project-style-1 .box:hover .frame img {
    opacity: 0.5;
}

.project-style-1 .box:hover .text-box h3 a {
    text-decoration: none;
    color: #000 !important;
}

.project-style-1 .box:hover .text-box {
    background: #fff;
}

.project-style-1 .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    border-radius: 0;
    background-color: transparent;
    padding: 0;
}

.project-style-1 .owl-theme .owl-controls .owl-nav .owl-next {
    background: url(../images/project-arrow-icon.png) no-repeat right top;
    width: 50px;
    height: 83px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -54px;
    margin: auto;
}

.project-style-1 .owl-theme .owl-controls .owl-nav .owl-next:before {
    content: "\f061";
    font-family: FontAwesome;
    font-size: 20px;
    color: #fe9f21;
    display: block;
    text-align: center;
    line-height: 83px;
}

.project-style-1 .owl-theme .owl-controls .owl-nav .owl-prev {
    background: url(../images/project-arrow-icon.png) no-repeat right top;
    width: 50px;
    height: 83px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -54px;
    margin: auto;
}

.project-style-1 .owl-theme .owl-controls .owl-nav .owl-prev:before {
    content: "\f060";
    font-family: FontAwesome;
    font-size: 20px;
    color: #fe9f21;
    display: block;
    text-align: center;
    line-height: 83px;
}

.project-style-1 .owl-theme .owl-controls .owl-nav .owl-next:hover:before,
.project-style-1 .owl-theme .owl-controls .owl-nav .owl-prev:hover:before {
    color: #fff;
}

.project-2-col {
    padding: 0 0 50px 0;
    background: none;
}

.project-2-col .col-md-4 {
    padding: 0 2px;
}

.project-3-col .text-box {
    margin: 20px 0 0 0;
}

.project-style-1 .box .text-box strong.month {
    font: 22px/22px "Roboto";
    display: block;
    padding: 0 0 10px 0;
}

.project-style-1 .box .text-box p {
    margin: 0 0 20px 0;
}

.project-style-1 .box .text-box a.btn-style-1 {
    font-size: 14px;
    line-height: 14px;
    padding: 15px 25px;
}

.project-3-col .text-box h3 a {
    color: #222;
}

.project-style-1 .box:hover .text-box strong.month {
    color: #222;
}

.project-list {
    background: none;
    padding: 0 0 80px 0;
}

.project-list .box {
    margin-bottom: 50px;
}

.testimonial-style-2 {
    float: left;
    width: 100%;
    margin: -40px 0 0 0;
}

.testimonial-style-2 .holder {
    padding: 50px 110px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: url(../images/testimonials-bg-2.jpg) no-repeat left top/cover;
    text-align: center;
}

.testimonial-style-2 .holder h2 {
    color: #fff;
    margin: 0 0 15px 0;
}

.testimonial-style-2 .holder em {
    display: block;
    font: italic 300 24px/38px "Roboto", sans-serif;
    color: #fff;
    padding: 0 0 40px 0;
}

.testimonial-style-2 .holder .thumb {
    display: inline-block;
    width: 106px;
    height: 106px;
    border: 3px solid #fff;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 15px 0 0;
}

.testimonial-style-2 .holder .thumb img {
    display: block;
    width: 100%;
    border-radius: 100%;
}

.testimonial-style-2 .holder .holde {
    overflow: hidden;
    text-align: left;
    display: inline-block;
    position: relative;
    top: -30px;
}

.testimonial-style-2 .holder h4 {
    color: #fff;
    text-align: left;
    display: inline-block;
}

.testimonial-style-2 .holder span.disp {
    font: 400 14px/14px "Roboto", sans-serif;
    color: #fff;
    display: block;
    text-align: left;
}

.testimonial-style-2 .holder span.disp em {
    font: italic 400 14px/14px "Roboto", sans-serif;
    display: inline;
}

.testimonial-style-2 .bx-wrapper {
    float: left;
    width: 100%;
    margin: 0;
}

.testimonial-style-2 .bx-wrapper .bx-viewport {
    background: none;
    border: 0;
    box-shadow: none;
    left: 0;
}

.testimonial-style-2 .bx-controls-direction {
    display: none;
}

.testimonial-style-2 .bx-wrapper .bx-pager,
.testimonial-style-2 .bx-wrapper .bx-controls-auto {
    padding: 0;
    width: 12px;
    bottom: 20px;
    right: -55px;
}

.testimonial-style-2 .bx-wrapper .bx-pager .bx-pager-item,
.testimonial-style-2 .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: block;
}

.testimonial-style-2 .bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    border-radius: 100%;
    height: 12px;
    margin: 7px 0;
    width: 12px;
}

.testimonial-style-2 .bx-controls.bx-has-pager.bx-has-controls-direction {
    float: right;
}

.testimonial-space-2 {
    margin: 0 0 144px 0;
}

.testimonial-space-3 {
    margin: 0 0 80px 0;
}

.testimonial-bg .holder {
    background: #f0f0f0;
}

.testimonial-bg .holder em {
    color: #555;
    position: relative;
}

.testimonial-bg .holder em:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/quot-icon-2.png) no-repeat left top;
    width: 89px;
    height: 70px;
    z-index: -1;
}

.testimonial-bg .holder h4,
.testimonial-bg .holder span.disp,
.testimonial-bg .holder span.disp em {
    color: #222;
}

.testimonial-bg .bx-wrapper .bx-pager.bx-default-pager a {
    background: #ccc;
}

.testimonial-style-2 .holder span.disp em:before {
    display: none;
}

.testimonial-style-3 {
    float: left;
    width: 100%;
    padding: 0 0 70px 0;
}

.testimonial-style-3-box {
    float: left;
    width: 100%;
    background: url(../images/testimonial-bg-1.jpg) no-repeat left top/cover;
    padding: 60px 53px 40px 85px;
}

.testimonial-style-3-box-bg {
    background: url(../images/testimonial-bg-2.jpg) no-repeat left top/cover;
}

.testimonial-style-3-box em {
    font: italic 300 24px/38px "Roboto", sans-serif;
    color: #fff;
    position: relative;
    display: block;
    padding: 0 0 10px 0;
}

.testimonial-style-3-box em:before {
    content: "";
    position: absolute;
    left: -55px;
    top: -30px;
    background: url(../images/quot-icon.png) no-repeat left top;
    width: 89px;
    height: 70px;
}

.testimonial-style-3-box .thumb {
    border: 3px solid #fff;
    border-radius: 100%;
    float: left;
    height: 106px;
    margin: 0 15px 0 0;
    overflow: hidden;
    width: 106px;
}

.testimonial-style-3-box .thumb img {
    width: 100%;
    display: block;
    border-radius: 100%;
}

.testimonial-style-3-box .holde {
    overflow: hidden;
    text-align: left;
    margin: 30px 0 0 0;
}

.testimonial-style-3-box .holde h4 {
    color: #fff;
    display: inline-block;
    text-align: left;
    margin: 0 0 5px 0;
}

.testimonial-style-3-box .holde span.disp {
    color: #fff;
    display: block;
    font: 400 14px/14px "Roboto", sans-serif;
    text-align: left;
}

.testimonial-style-3-box .holde span.disp em {
    font: italic 400 14px/14px "Roboto", sans-serif;
}

.testimonial-style-3 .owl-theme .owl-dots .owl-dot.active span,
.testimonial-style-3 .owl-theme .owl-dots .owl-dot:hover span {
}

.testimonial-style-3 .owl-theme .owl-dots .owl-dot span {
    background: #a8a7a7;
    border-radius: 100%;
    display: block;
    height: 12px;
    margin: 0 5px;
    width: 12px;
}

.testimonial-style-3 .owl-theme .owl-controls {
    margin: 49px 0 0 0;
}

.shop-space {
    padding: 0 0 80px 0;
}

.shop-space .box {
    margin-bottom: 50px;
}

#inner-banner {
    float: left;
    width: 100%;
    background: #fe9f21;
    padding: 30px 0 20px 0px;
    min-height: 50px;
    text-align: left;
    margin-bottom: 10px;
}

.breadcrumb {
    font-size: 12px;
    padding: 5px 15px;
    background: #f9f9f9;
}

#inner-banner h1 {
    font: 40px/20px "Roboto";
    color: #fff;
    font-weight: 300;
    margin: 0 0 10px 0;
}

#inner-banner em {
    font: italic 500 20px/20px "Roboto", sans-serif;
    color: #fff;
    display: block;
    padding: 0 0 120px 0;
}

#inner-banner .breadcrumb {
    position: relative;
    z-index: 9;
    display: inline-block;
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 0;
    padding: 17px 45px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}

#inner-banner .breadcrumb li {
    font: 400 14px/14px "Roboto", sans-serif;
    color: #222;
}

#inner-banner .breadcrumb li a {
    font: 400 14px/14px "Roboto", sans-serif;
    color: #222;
    text-decoration: none;
}

#inner-banner .breadcrumb > li + li:before {
    color: #222;
    font-size: 14px;
}

#filter {
    margin: 14px 0 60px 0;
    padding: 0;
    display: block;
    text-align: center;
}

#filter li {
    margin: 0 3px;
    padding: 0;
    display: inline-block;
    list-style: none;
}

#filter li a {
    font: 400 14px/14px "Roboto", "sans-serif";
    color: #555;
    display: block;
    text-decoration: none;
    padding: 12px 20px;
    border: 2px solid #ccc;
    border-radius: 3px;
}

#filter li a:hover {
    cursor: pointer;
    color: #fff;
    border: 2px solid rgba(0, 0, 0, 0);
}

#filter .current {
    border: 2px solid rgba(0, 0, 0, 0);
    color: #fff;
    cursor: pointer;
}

#filter li a.selected {
    border: 2px solid rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #fff;
}

.isotope-hidden.isotope-item {
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

.portfolio_block {
    width: 100%;
}

.pagination-box {
    float: left;
    width: 100%;
    text-align: center;
}

.pagination-box .pagination {
    border: 0;
    margin: 0;
    border-radius: 0;
}

.pagination-box .pagination > li {
    display: inline-block;
    margin: 0 1px;
}

.pagination-box .pagination > li > a,
.pagination-box .pagination > li > span {
    background-color: #fff;
    border: 2px solid #ccc;
    float: left;
    font: 400 14px/14px "Roboto", sans-serif;
    color: #555;
    margin-left: 0;
    border-radius: 3px;
    padding: 12px 15px;
    position: relative;
    text-decoration: none;
}

.pagination-box .pagination > li:first-child > a,
.pagination-box .pagination > li:first-child > span {
    border-radius: 3px;
}

.pagination-box .pagination > li > a:hover,
.pagination-box .pagination > li > span:hover,
.pagination-box .pagination > li > a:focus,
.pagination-box .pagination > li > span:focus {
    border-color: transparent;
    color: #fff;
    text-decoration: none;
}

.pagination-box .pagination li.active a {
    color: #fff;
    border-color: transparent;
}

.project-2-col .pagination-box {
    margin: 20px 0 30px 0;
}

.project-3-col .col-md-4 {
    padding: 0 15px;
}

.project-3-col h3 {
    font-size: 29px;
}

.error-section {
    float: left;
    width: 100%;
    padding: 70px 0 160px 0;
}

.error-section .inner {
    margin: 0 auto;
    display: block;
    overflow: hidden;
    width: 555px;
    text-align: center;
}

.error-section .inner h1 {
    font: 250px/177px "Roboto";
    margin: 0 0 40px 0;
}

.error-section .inner span {
    font: 80px/80px "Roboto";
    color: #ccc;
    display: block;
    padding: 0 0 5px 0;
}

.error-section .inner strong.title {
    display: block;
    font: 52px/52px "Roboto";
    padding: 0 0 10px 0;
}

.error-section .inner h3 {
    margin: 0 0 50px 0;
}

.error-section .inner form {
    float: left;
    width: 100%;
    position: relative;
}

.error-section .inner form input[type="text"] {
    float: left;
    width: 100%;
    height: 48px;
    border: 1px solid #ccc;
    padding: 0 72px 0 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font: 400 14px "Roboto", sans-serif;
    color: #777;
}

.error-section .inner form input::-webkit-input-placeholder {
    color: #777;
    opacity: 1;
}

.error-section .inner form input:-moz-placeholder {
    color: #777;
    opacity: 1;
}

.error-section .inner form input::-moz-placeholder {
    color: #777;
    opacity: 1;
}

.error-section .inner form input:-ms-input-placeholder {
    color: #777;
    opacity: 1;
}

.error-section .inner form textarea::-webkit-input-placeholder {
    color: #777;
    opacity: 1;
}

.error-section .inner form button[type="submit"] {
    background: none;
    position: absolute;
    right: 0;
    top: 7px;
    width: 46px;
    font-size: 16px;
    border: 0;
    padding: 5px 0;
    border-left: 1px solid #ccc;
}

.gallery-section {
    float: left;
    width: 100%;
    padding: 0 0 80px 0;
    background: #ebe8e8;
}

.gallery-section .thumb {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #000;
    margin-bottom: 50px;
}

.gallery-section .thumb img {
    width: 100%;
}

.gallery-section .thumb .caption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.gallery-section .thumb .inner {
    bottom: 0;
    height: 45px;
    left: 0;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    visibility: hidden;
    width: 100%;
    z-index: 9;
}

.gallery-section .thumb:hover .inner {
    opacity: 1;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    visibility: visible;
}

.gallery-section .thumb .caption:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -20%;
    width: 98%;
    height: 47%;
    opacity: 0;
}

.gallery-section .thumb .caption:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -20%;
    width: 98%;
    height: 49%;
    opacity: 0;
}

.gallery-section .thumb:hover .caption:before {
    opacity: 0.8;
    top: 2%;
}

.gallery-section .thumb:hover .caption:after {
    bottom: 2%;
    opacity: 0.8;
}

.gallery-section .thumb .inner a.link {
    background: #fff;
    border-radius: 100%;
    color: #222;
    display: inline-block;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    margin: 0 3px;
    text-align: center;
    width: 45px;
}

.gallery-section .thumb:hover img {
    opacity: 0.6;
}

.product-detail {
    float: left;
    width: 100%;
}

.detail-section {
    float: left;
    width: 100%;
    padding: 0 0 50px 0;
}

.detail-section .thumb {
    float: left;
    width: 100%;
    border: 10px solid #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
    position: relative;
}

.detail-section .thumb img {
    display: block;
    width: 100%;
}

.detail-section .thumb a.zoom {
    width: 54px;
    height: 56px;
    text-align: center;
    background: #fff;
    position: absolute;
    right: 5px;
    bottom: 5px;
    padding: 18px 0 0 0;
}

.detail-section .thumb a.zoom img {
    width: auto;
    margin: 0 auto;
    display: block;
}

.detail-row {
    float: left;
    width: 100%;
}

.rating {
    float: left;
    padding: 0;
    margin: 0 5px 0 0;
    list-style: none;
}

.rating li {
    float: left;
    padding: 0 4px 0 0;
}

.rating li a {
    font-size: 14px;
    float: left;
    text-decoration: none;
}

.detail-section .text-box strong.view {
    float: left;
    font: 400 18px/18px "Roboto", sans-serif;
    color: #666;
}

.detail-section .text-box span.cut-price {
    font: 30px/30px "Roboto";
    color: #999;
    float: left;
    text-decoration: line-through;
    padding: 0 5px 0 0;
}

.detail-section .detail-row {
    margin-bottom: 10px;
}

.detail-section .text-box span.price {
    font: 30px/30px "Roboto";
    color: #222;
    float: left;
}

.detail-section .text-box p {
    margin: 0 0 20px 0;
}

.product-quantity {
    float: left;
    margin: 0;
}

.product-quantity input[type="text"] {
    font: 400 16px "Roboto", sans-serif;
    width: 82px;
    color: #777;
    padding: 0px;
    height: 41px;
    float: left;
    border: 1px solid #c9c9c9;
    border-right: 0;
    text-align: center;
}

.product-quantity .minus {
    background: transparent;
    border: 1px solid #c9c9c9;
    padding: 6px 14px 8px;
    float: left;
    color: #777;
}

.product-quantity .plus {
    background: transparent;
    border: 1px solid #c9c9c9;
    padding: 6px 14px 8px;
    float: left;
    color: #777;
}

.product-quantity .input-text.qty {
    float: left;
    text-align: center;
    width: 20%;
    font-size: 12px;
    color: #111;
    padding: 8px 0;
    border-radius: 0px;
    border: #c9c9c9 solid 1px;
}

.product-quantity .spinner {
    float: left;
}

.product-quantity .quantity span {
    margin: 0 7px 0 0;
}

.product-quantity .spinner .decrease {
    float: left;
}

.product-quantity .spinner .increase {
    float: right;
}

.product-quantity .spinner .spin-down,
.product-quantity .spin-up {
    background: #fff;
    padding: 0;
    height: 41px;
    line-height: 41px;
    width: 40px;
    color: #777;
    font-size: 12px;
    cursor: pointer;
    display: inline-block;
    border: 1px solid #c9c9c9;
    float: left;
    text-align: center;
}

.product-quantity .spinner .spin-down {
    padding-left: 0;
    border-right: 0;
}

.product-quantity .spin-up {
    padding-right: 0;
}

.detail-section .text-box strong.quantity {
    font: 25px/25px "Roboto";
    color: #222;
    float: left;
    margin: 8px 20px 0 0;
}

.detail-section .text-box a.btn-style-1 {
    padding: 14px 40px;
    margin: 20px 0 0 0;
}

.review-section {
    float: left;
    width: 100%;
}

.review-section .nav-tabs {
    border: 0;
    margin-bottom: 30px;
}

.review-section .nav-tabs > li {
    margin: 0;
}

.review-section .nav-tabs > li > a {
    border: 0;
    border-radius: 0;
    margin-right: 0;
    background: #ececec;
    color: #222;
    font: 30px/30px "Roboto";
    outline: none;
}

.review-section .nav > li > a {
    display: block;
    padding: 13px 38px;
    position: relative;
}

.review-section .nav-tabs > li.active > a,
.review-section .nav-tabs > li.active > a:hover,
.review-section .nav-tabs > li.active > a:focus {
    border: 0;
    color: #fff;
}

.review-section .text-box p {
    margin: 0 0 20px 0;
}

.review-box {
    float: left;
    width: 100%;
}

.review-col {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.review-box .round-thumb {
    float: left;
    width: 95px;
    height: 100px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 20px 0 0;
}

.review-box .round-thumb img {
    display: block;
    width: 100%;
    border-radius: 100%;
}

.review-box .text-col {
    overflow: hidden;
    margin: 15px 0 0 0;
}

.review-box .text-col h4 {
    float: left;
    margin: 0 10px 13px 0;
}

.review-box .text-col span.month {
    float: left;
    font: 300 14px/25px "Roboto", sans-serif;
    color: #777;
}

.review-box .text-col p {
    margin: 0;
}

.comment-box {
    float: left;
    width: 100%;
    margin-bottom: 80px;
}

.comment-box input[type="text"] {
    float: left;
    width: 100%;
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 0 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font: 400 14px "Roboto", sans-serif;
    color: #777;
    margin-bottom: 30px;
}

.comment-box textarea {
    float: left;
    width: 100%;
    height: 248px;
    resize: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font: 400 14px "Roboto", sans-serif;
    color: #777;
    margin-bottom: 30px;
}

.comment-box input::-webkit-input-placeholder {
    color: #777;
    opacity: 1;
}

.comment-box input:-moz-placeholder {
    color: #777;
    opacity: 1;
}

.comment-box input::-moz-placeholder {
    color: #777;
    opacity: 1;
}

.comment-box input:-ms-input-placeholder {
    color: #777;
    opacity: 1;
}

.comment-box textarea::-webkit-input-placeholder {
    color: #777;
    opacity: 1;
}

.comment-box textarea:-moz-placeholder {
    color: #777;
    opacity: 1;
}

.comment-box textarea::-moz-placeholder {
    color: #777;
    opacity: 1;
}

.comment-box textarea:-ms-input-placeholder {
    color: #777;
    opacity: 1;
}

.comment-box input[type="submit"] {
    float: right;
    padding: 17px 68px;
    border-radius: 3px;
    border: 0;
    font: 500 16px "Roboto", sans-serif;
    color: #fff;
}

.comment-box input[type="submit"]:hover {
    background: #222;
}

.shop-slider h3 {
    margin: 0 0 30px 0;
}

.shop-slider .owl-theme .owl-dots .owl-dot span {
    background: #ccc;
    border-radius: 0;
    display: block;
    height: 10px;
    margin: 0 0 0 7px;
    width: 10px;
}

.shop-slider .owl-theme .owl-controls {
    text-align: right;
    position: absolute;
    right: 0;
    top: -43px;
}

.shop-slider .box {
    margin: 0;
}

.shop-slider {
    padding: 0 0 70px 0;
}

#shop-slider-2 {
    float: left;
    width: 100%;
}

.coming-soon {
    float: left;
    width: 100%;
    background: #000 url(../images/coming-soon.png) no-repeat left top/cover;
    padding: 172px 0;
}

.coming-soon .inner {
    width: 650px;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.coming-soon .inner h1 {
    font: 100px/100px "Roboto";
    color: #fff;
    margin: 0 0 5px 0;
}

.coming-soon .inner p {
    color: #fff;
    margin: 0 0 40px 0;
}

.coming-soon .countdown-row {
    display: block;
    position: relative;
    z-index: 9999;
    top: -200%;
    margin-bottom: 90px;
}

.coming-soon .countdown-section {
    display: inline-block;
    float: none;
    font-size: 75%;
    text-align: center;
    width: 104px;
    height: 112px;
    background: #fff;
    position: relative;
    margin: 0 5px;
    padding: 20px 0;
}

.coming-soon .countdown-section:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid #fff;
    border-right: 0;
    width: 43px;
    height: 132px;
    z-index: -1;
}

.coming-soon .countdown-section:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid;
    border-left: 0;
    width: 43px;
    height: 132px;
    z-index: -1;
}

.coming-soon .countdown-amount {
    font-size: 200%;
    font: 30px/30px "Roboto", sans-serif;
    display: block;
    padding: 0 0 18px 0;
    margin: 0 0 13px 0;
    position: relative;
}

.coming-soon .countdown-amount:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 26px;
    height: 1px;
}

.coming-soon .countdown-period {
    display: block;
    text-transform: uppercase;
    font: 11px/11px "Roboto", sans-serif;
}

.coming-soon .inner h3 {
    color: #fff;
    margin: 0 0 5px 0;
}

.coming-soon .inner form {
    position: relative;
    margin: 0 auto 30px;
    display: block;
    width: 555px;
    overflow: hidden;
}

.coming-soon .inner form input[type="text"] {
    float: left;
    width: 100%;
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 0 210px 0 12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #b9b8b8;
    font: 400 13px "Roboto", sans-serif;
}

.coming-soon .inner form input::-webkit-input-placeholder {
    color: #b9b8b8;
    opacity: 1;
}

.coming-soon .inner form input:-moz-placeholder {
    color: #b9b8b8;
    opacity: 1;
}

.coming-soon .inner form input::-moz-placeholder {
    color: #b9b8b8;
    opacity: 1;
}

.coming-soon .inner form input:-ms-input-placeholder {
    color: #b9b8b8;
    opacity: 1;
}

.coming-soon .inner form textarea::-webkit-input-placeholder {
    color: #b9b8b8;
    opacity: 1;
}

.coming-soon .inner form input[type="submit"] {
    position: absolute;
    right: 3px;
    top: 4px;
    border-radius: 3px;
    padding: 11px 40px;
    border: 0;
    font: 500 16px "Roboto", sans-serif;
    color: #fff;
    text-transform: uppercase;
}

.coming-soon .inner form input[type="submit"]:hover {
    background: #222;
}

.coming-soon .inner a.btn-style-1 {
    background: #fff;
}

.coming-soon .inner a.btn-style-1:hover {
    color: #fff;
}

.donation-section {
    float: left;
    width: 100%;
    margin-bottom: 60px;
}

.donation-section form {
    float: left;
    width: 100%;
}

.donation-section form ul {
    padding: 0;
    margin: 0 0 50px 0;
    list-style: none;
    overflow: hidden;
    display: block;
    text-align: center;
}

.donation-section form ul li {
    display: inline-block;
    margin: 0 15px;
    position: relative;
}

.donation-section form ul li input.radio {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    border: 1px solid #ccc;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.donation-section form ul li label {
    display: block;
}

.donation-section form ul li span {
    border: 1px solid #ccc;
    clear: both;
    color: #000;
    font: 30px/67px "Roboto";
    height: 67px;
    margin-top: 30px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 67px;
    border-radius: 100%;
}

.donation-section form ul li span sup {
    font-size: 17px;
}

input.radio:checked + label > span.show-hover {
    display: inline-block;
    color: #fff;
    border-color: transparent;
}

span.show-hover {
    display: none;
}

input.radio:checked + label > span.show {
    display: none;
}

input.radio + label > span.show {
    display: inline-block;
}

input.radio + label > span.show-hover {
}

input.radio + label > span.show:before {
    background: #fff;
}

.form-row {
    float: left;
    width: 100%;
}

.form-row label {
    font: 18px/18px "Roboto";
    color: #222;
    text-transform: capitalize;
    display: block;
    padding: 0 0 15px 0;
    margin: 0;
}

.form-row input[type="text"] {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    height: 48px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font: 14px "Roboto", sans-serif;
    color: #777;
    border-radius: 3px;
    padding: 0 20px;
    margin-bottom: 0;
}

.form-row input[type="submit"] {
    float: left;
    width: 100%;
    height: 48px;
    border-radius: 3px;
    padding: 0;
    font: 500 16px "Roboto", sans-serif;
    color: #fff;
    margin: 33px 0 0 0;
    border: 2px solid rgba(0, 0, 0, 0);
}

.form-row .selector {
    margin-bottom: 28px;
}

.form-row input::-webkit-input-placeholder {
    color: #777;
    opacity: 1;
}

.form-row input:-moz-placeholder {
    color: #777;
    opacity: 1;
}

.form-row input::-moz-placeholder {
    color: #777;
    opacity: 1;
}

.form-row input:-ms-input-placeholder {
    color: #777;
    opacity: 1;
}

.form-row input[type="submit"]:hover {
    background: #222;
    color: #fff;
}

.selector {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 3px;
    min-width: 100%;
    height: 48px;
    position: relative;
    margin-bottom: 10px;
    font: 14px "Roboto", sans-serif;
    color: #777;
}

.selector select {
    line-height: 48px;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.full-width {
    width: 100%;
}

select {
    height: 48px;
    padding: 0;
}

select option {
    padding: 2px 10px;
}

.selector span.custom-select {
    display: inline-block;
    line-height: 48px;
    overflow: hidden;
    padding: 0 10px;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.selector span.custom-select:after {
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 5px solid #777;
    content: "";
    position: absolute;
    right: 9px;
    top: 23px;
}

.selector span.custom-select:before {
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
}

aside {
    background: #f8fafd;
    padding: 5px;
    padding: 40px 10px;
    margin-top: 20px;
    margin-bottom: 50px;
}

.sidebar {
    width: 100%;
}

.sidebar .related-menu {
    padding: 0px;
    margin: 0px;
}

.sidebar .related-menu li {
    border-bottom: solid 1px #ddd;
    font-size: 15px;
    list-style: none;
}

.sidebar .related-menu li a {
    padding: 10px 5px;
    display: block;
}

.sidebar .related-menu li a:hover,
.sidebar .related-menu li a.current,
.sidebar .related-menu li a.section {
    background: #fe9f21;
    text-decoration: none;
    color: #fff;
}

.sidebar-box {
    width: 100%;
    padding-bottom: 40px;
}

.sidebar-box p {
    margin: 0;
}

.sidebar-box h3 {
    margin: 0 0 15px 0;
}

.sidebar-box form {
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
}

.sidebar-box form input[type="text"] {
    float: left;
    width: 100%;
    height: 48px;
    border: 1px solid #ccc;
    padding: 0 60px 0 16px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0;
    font: 14px "Roboto", sans-serif;
    color: #777;
}

.sidebar-box form input::-webkit-input-placeholder {
    color: #777;
    opacity: 1;
}

.sidebar-box form input:-moz-placeholder {
    color: #777;
    opacity: 1;
}

.sidebar-box form input::-moz-placeholder {
    color: #777;
    opacity: 1;
}

.sidebar-box form input:-ms-input-placeholder {
    color: #777;
    opacity: 1;
}

.sidebar-box form textarea::-webkit-input-placeholder {
    color: #777;
    opacity: 1;
}

.sidebar-box form button[type="submit"] {
    position: absolute;
    right: 0;
    top: 7px;
    background: none;
    width: 46px;
    border: 0;
    border-left: 1px solid #ccc;
    padding: 6px 0;
    font-size: 16px;
}

.sidebar-box form button[type="submit"]:hover {
    color: #222;
}

.recent-news {
    float: left;
    width: 100%;
}

.recent-news .frame {
    margin: 0 0 20px 0;
}

.recent-news a.link {
    display: block;
    text-align: center;
    font: 14px "Roboto", sans-serif;
    color: #222;
    text-decoration: none;
}

.recent-news a.link span {
    display: block;
}

.recent-news .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    background: #fff;
    border-radius: 0;
    margin: 16px 5px 0 5px;
    font-size: 0;
    padding: 0;
}

.recent-news .owl-next:hover:before {
    color: #fff;
}

.recent-news .owl-prev:hover:before {
    color: #fff;
}

.recent-news .owl-next {
    border: 1px solid #ccc;
    width: 33px;
    height: 23px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.recent-news .owl-next:before {
    content: "\f178";
    font-size: 13px;
    text-align: center;
    display: block;
    line-height: 23px;
    font-family: FontAwesome;
}

.recent-news .owl-prev {
    border: 1px solid #ccc;
    width: 33px;
    height: 23px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.recent-news .owl-prev:before {
    content: "\f177";
    font-size: 13px;
    text-align: center;
    display: block;
    line-height: 23px;
    font-family: FontAwesome;
}

.recent-news .owl-next:hover {
    border: 1px solid rgba(0, 0, 0, 0);
    box-shadow: none;
}

.recent-widget {
    float: left;
    width: 100%;
}

.recent-widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.recent-widget ul li {
    display: block;
    overflow: hidden;
    padding: 15px 0 0 0;
}

.recent-widget ul li:first-child {
    padding: 0;
}

.recent-widget .thumb {
    float: left;
    margin: 0 15px 0 0;
    overflow: hidden;
    background: #000;
}

.recent-widget .text-col {
    overflow: hidden;
}

.recent-widget .text-col a {
    font: 14px "Roboto", sans-serif;
    color: #222;
    display: block;
    padding: 0 0 7px 0;
}

.recent-widget .text-col span.date {
    display: block;
    font: 12px "Roboto", sans-serif;
    color: #555;
}

.recent-widget .text-col span.date .fa {
    padding: 0 6px 0 0;
}

.recent-widget ul li:hover .thumb img {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    opacity: 0.5;
}

.recent-widget ul li:hover a {
    text-decoration: none;
}

.upcoming-event-widget {
    float: left;
    width: 100%;
}

.upcoming-event-widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.upcoming-event-widget ul li {
    display: block;
    padding: 20px 0 0 0;
}

.upcoming-event-widget ul li:first-child {
    padding: 0;
}

.upcoming-event-widget .date-box {
    float: left;
    font: 30px "Roboto";
    margin: 0 15px 0 0;
    padding: 0 5px 0 0;
    position: relative;
    text-align: center;
    width: 57px;
    border-right: 2px solid #ccc;
}

.upcoming-event-widget .date-box span {
    display: block;
    font-size: 16px;
}

.upcoming-event-widget .text-col {
    overflow: hidden;
}

.upcoming-event-widget .text-col a {
    display: block;
    text-decoration: none;
    font: 14px "flamaregular";
    color: #222;
    padding: 0 0 8px 0;
}

.upcoming-event-widget .text-col span.time {
    font: 12px "flamaregular";
    display: block;
}

.upcoming-event-widget .text-col span.time .fa {
    padding: 0 5px 0 0;
}

.upcoming-event-widget ul li:hover .date-box {
    color: #222;
}

.upcoming-event-widget ul li:hover .text-col span.time {
    color: #222;
}

.input-box {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.sidebar-donation-box {
    float: left;
    width: 100%;
}

.sidebar-donation-box .selector {
    margin: 0;
}

.sidebar-donation-box input[type="submit"] {
    margin: 0;
}

.sidebar-donation-box input[type="text"] {
    box-shadow: none;
}

.instagram-widget {
    float: left;
    width: 100%;
}

.instagram-widget ul {
    padding: 0;
    margin: 0 0 0 -5px;
    list-style: none;
}

.instagram-widget ul li {
    float: left;
    margin: 0 0 4px 4px;
    overflow: hidden;
    background: #000;
}

.instagram-widget ul li a {
    display: block;
    overflow: hidden;
}

.instagram-widget ul li:hover img {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    opacity: 0.5;
}

.sidebar-box .box {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 0 0 13px 0;
    margin: 0 0 10px 0;
}

.sidebar-box .box p {
    margin: 0 0 5px 0;
}

.sidebar-box .box a {
    display: block;
    font: 400 14px/14px "Roboto", sans-serif;
    text-decoration: none;
    padding: 0 0 10px 0;
}

.sidebar-box .box .fa {
    float: left;
    font-size: 36px;
    padding: 0 8px 0 0;
}

.sidebar-box .box span {
    font: 400 14px/14px "Roboto", sans-serif;
}

.sidebar-box .box b {
    font: 400 14px/14px "Roboto", sans-serif;
    color: #222;
    display: block;
}

.sidebar-box .border-none {
    border: 0;
    margin: 0;
    padding: 0;
}

.newsletter-box-2 {
    float: left;
    width: 100%;
    background: #222;
    padding: 30px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.sidebar-box .newsletter-box-2 form button[type="submit"] {
    width: 100%;
    height: 50px;
    border-radius: 3px;
    border: 0;
    color: #fff;
    position: static;
    font: 500 16px "Roboto", sans-serif;
    margin: 10px 0 0 0;
}

.sidebar-box .newsletter-box-2 form input[type="text"] {
    height: 48px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.sidebar-box .newsletter-box-2 form button[type="submit"] .fa {
    padding: 0 0 0 6px;
}

.contact-section {
    float: left;
    width: 100%;
}

.contact-map {
    float: left;
    width: 100%;
    margin: -105px 0 0 0;
}

.contact-section .map_canvas {
    width: 100%;
    height: 645px;
}

.contact-row {
    margin: -160px auto 0;
    display: block;
    overflow: hidden;
    width: 1200px;
    background: #fff;
    padding: 80px 0;
    position: relative;
    top: -160px;
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.2);
}

.contact-row form {
    float: left;
    width: 100%;
}

.contact-row form input[type="text"] {
    float: left;
    width: 100%;
    height: 50px;
    border-radius: 3px;
    padding: 0 20px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font: 400 14px "Roboto", sans-serif;
    color: #777;
    margin: 0 0 10px 0;
}

.contact-row form input::-webkit-input-placeholder {
    color: #777;
    opacity: 1;
}

.contact-row form input:-moz-placeholder {
    color: #777;
    opacity: 1;
}

.contact-row form input::-moz-placeholder {
    color: #777;
    opacity: 1;
}

.contact-row form input:-ms-input-placeholder {
    color: #777;
    opacity: 1;
}

.contact-row form textarea::-webkit-input-placeholder {
    color: #777;
    opacity: 1;
}

.contact-row form textarea:-moz-placeholder {
    color: #777;
    opacity: 1;
}

.contact-row form textarea::-moz-placeholder {
    color: #777;
    opacity: 1;
}

.contact-row form textarea:-ms-input-placeholder {
    color: #777;
    opacity: 1;
}

.contact-row form textarea {
    float: left;
    width: 100%;
    height: 158px;
    resize: none;
    border-radius: 3px;
    padding: 20px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font: 400 14px "Roboto", sans-serif;
    color: #777;
    margin: 0 0 10px 0;
}

.contact-row form input[type="submit"] {
    float: left;
    width: 100%;
    border-radius: 3px;
    border: 2px solid rgba(0, 0, 0, 0);
    height: 50px;
    font: 500 16px "Roboto", sans-serif;
    color: #fff;
    text-align: center;
}

.contact-row form input[type="submit"]:hover {
    background: #222;
}

.contact-row .holder {
    padding: 0 112px;
}

.address-box {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 38px 30px;
    border-radius: 3px;
}

.address-box ul {
    padding: 0;
    margin: 20px 0 0 0;
    list-style: none;
}

.address-box ul li {
    display: block;
    overflow: hidden;
    margin: 20px 0 0 0;
    padding: 0 0 0 49px;
    position: relative;
}

.address-box ul li:first-child {
    margin: 0;
}

.address-box ul li .fa {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 23px;
}

.address-box ul li p {
    margin: 0;
}

.address-box ul li p span {
    display: block;
}

.address-box ul li p a {
    color: #777;
}

.contact-row h4 {
    margin: 0 0 30px 0;
}

.address-box ul li:hover .fa {
    color: #777;
}

.address-box ul li:hover p a {
    text-decoration: none;
}

.contact-2 {
    float: left;
    width: 100%;
    margin: 40px 0 80px 0;
}

.heading-col {
    width: 180px;
    float: left;
}

.contact-2-address {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.heading-col h2 {
    font-size: 60px;
    line-height: 70px;
}

.img-col {
    float: left;
    margin: -212px 0 0 0;
    position: relative;
}

.address-col {
    float: right;
    width: 330px;
}

.address-col ul {
    padding: 0;
    margin: 20px 0 0 0;
    list-style: none;
}

.address-col ul li {
    display: block;
    overflow: hidden;
    margin: 20px 0 0 0;
    padding: 0 0 0 49px;
    position: relative;
}

.address-col ul li:first-child {
    margin: 0;
}

.address-col ul li .fa {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 23px;
}

.address-col ul li p {
    margin: 0;
}

.address-col ul li p span {
    display: block;
}

.address-col ul li p a {
    color: #777;
}

.address-col h4 {
    margin: 0 0 30px 0;
}

.address-col ul li:hover .fa {
    color: #777;
}

.address-col ul li:hover p a {
    text-decoration: none;
}

.contact-form {
    float: left;
    width: 100%;
}

.contact-form form {
    float: left;
    width: 100%;
}

.contact-form form input[type="text"] {
    float: left;
    width: 100%;
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 0 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font: 400 14px "Roboto", sans-serif;
    color: #777;
    margin-bottom: 30px;
}

.contact-form form textarea {
    float: left;
    width: 100%;
    height: 250px;
    resize: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font: 400 14px "Roboto", sans-serif;
    color: #777;
    margin-bottom: 30px;
}

.contact-form form input[type="submit"] {
    display: inline-block;
    padding: 17px 133px;
    border: 0;
    font: 500 16px "Roboto", sans-serif;
    color: #fff;
    border-radius: 3px;
}

.contact-form form input[type="submit"]:hover {
    background: #222;
}

.contact-form form input::-webkit-input-placeholder {
    color: #777;
    opacity: 1;
}

.contact-form form input:-moz-placeholder {
    color: #777;
    opacity: 1;
}

.contact-form form input::-moz-placeholder {
    color: #777;
    opacity: 1;
}

.contact-form form input:-ms-input-placeholder {
    color: #777;
    opacity: 1;
}

.contact-form form textarea::-webkit-input-placeholder {
    color: #777;
    opacity: 1;
}

.contact-form form textarea:-moz-placeholder {
    color: #777;
    opacity: 1;
}

.contact-form form textarea::-moz-placeholder {
    color: #777;
    opacity: 1;
}

.contact-form form textarea:-ms-input-placeholder {
    color: #777;
    opacity: 1;
}

.news-grid {
    padding: 0 0 80px 0;
}

.news-grid .frame {
    margin-bottom: 18px;
}

.news-grid h3 {
    margin: 0 0 10px 0;
}

.news-grid .style-1 a.link {
    padding: 0 15px 10px 0;
}

.news-list .text-box {
    margin: 50px 0 0 0;
}

.news-grid blockquote {
    float: left;
    width: 100%;
    border: 0;
    padding: 30px 30px 30px 98px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font: italic 300 24px/38px "Roboto", sans-serif;
    color: #fff;
    margin: 10px 0 20px 0;
    position: relative;
}

.news-grid blockquote:before {
    content: "";
    position: absolute;
    left: 30px;
    top: 30px;
    background: url(../images/quot-icon.png) no-repeat left top;
    width: 89px;
    height: 70px;
}

.list,
article ul {
    margin: 10px 0 30px 0;
    padding: 0;
    list-style: none;
}

.list li,
article ul li {
    display: block;
    padding: 0 0 0 23px;
    font: 400 14px/24px "Roboto", sans-serif;
    color: #777;
    position: relative;
    margin-bottom: 10px;
}

.list li:before,
article ul li:before {
    content: "\f061";
    position: absolute;
    left: 0;
    top: 0;
    font-family: FontAwesome;
    font-size: 12px;
}

.share-row {
    float: left;
    width: 100%;
    margin: 0 0 40px 0;
}

.share-row strong.title {
    float: left;
    font: 30px/35px "Roboto";
    color: #222;
    padding: 0 10px 0 0;
}

.share-row ul {
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
}

.share-row ul li {
    float: left;
    padding: 0 5px 0 0;
}

.share-row ul li a {
    display: block;
    border: 1px solid #ccc;
    width: 35px;
    height: 35px;
    border-radius: 2px;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    color: #666;
}

.share-row ul li a:hover {
    border-color: transparent;
    color: #fff;
}

.news-detail {
    padding: 0 0 20px 0;
}

.FONTS {
    font-family: "Roboto", sans-serif;
    font-family: "Roboto";
}

.login-box a,
.topbar-social ul li a,
.top-bar .left-box .dropdown-menu li a,
a.btn-style-2,
.welcome-section .box .text-col h4 a,
.welcome-section .box .icon-col,
.welcome-section .box .icon-col:before,
.event-style-1-box .left-box p a,
.event-style-1-box .right-box a.btn-detail,
.event-style-1-box,
.event-style-1-box strong.date,
.event-style-1-box .left-box h3 a,
.event-style-1-box a.link,
.event-style-1-box .left-box p,
.event-style-1 a.plus,
.style-1 a.btn-more,
.style-1 h3 a,
.style-1 .frame img,
.style-1 .thumb,
.join-form input[type="submit"],
.team-social-box-1,
.team-social-box-1 ul li a,
.team-style-1 .box .text-box,
.team-style-1 .box .text-box h4 a,
.team-style-1 .box .text-box em.disp,
.team-style-1 .box,
.newsletter-box form button[type="submit"],
.sponsors-box ul li a img,
.event-widget a,
.event-widget strong.date,
.event-widget span.time,
.doing ul li a,
.address ul li,
.address ul li a,
.copyrights-section strong.copy a,
#nav li a,
.project-style-1 .box .frame img,
.project-style-1 .box .outer .text-box h3 a,
.project-style-1 .box .outer .text-box strong.month,
.project-style-1 .owl-theme .owl-controls .owl-nav .owl-next:before,
.project-style-1 .owl-theme .owl-controls .owl-nav .owl-prev:before,
.project-style-1 .owl-theme .owl-controls .owl-nav .owl-next,
.project-style-1 .owl-theme .owl-controls .owl-nav .owl-prev,
.shop-style-1 .box .frame img,
.pagination-box .pagination li a,
.project-3-col .text-box h3 a,
.project-style-1 .box .text-box strong.month,
.gallery-section .thumb .caption:before,
.gallery-section .thumb .caption:after,
.gallery-section .thumb .inner,
.gallery-section .thumb .inner a.link,
.team-social-box-2 ul li a,
.team-style-2 .box:before,
.team-style-2 .box .thumb img,
.form-row input[type="submit"],
.recent-news .owl-next:before,
.recent-news .owl-prev:before,
.instagram-widget ul li img,
.upcoming-event-widget .date-box,
.upcoming-event-widget .text-col a,
.recent-widget .thumb img,
.recent-widget .text-col a {
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
}

.banner-box {
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    overflow: auto;
}

.newsbox {
    /* background: rgba(255, 255, 255, 0.8); */
    z-index: 300;
    right: 0px;
    bottom: 0px;
    padding-top: 10px;
}

.newsbox::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

.newsbox h3 {
    font-size: 20px;
    border-bottom: solid 2px #fe9f21;
    text-transform: uppercase;
    font-weight: 500;
    color: #405a82;
}

.newsbox ul {
    padding-left: 0px;
}

.newsbox ul li {
    list-style: none;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px #eee;
    position: relative;
    padding-left: 20px;
}

.newsbox ul li a {
    font: 400 14px/22px "Roboto", sans-serif;
    color: #777;
}

.newsbox ul li a:hover {
    color: #fe9f21;
    text-decoration: none;
}

.cate-list,
.news-feeds {
    background: #fff;
    padding: 10px;
}

.home-list li:before {
    content: "\f054";
    position: absolute;
    left: 0;
    top: 0;
    font-family: FontAwesome;
    font-size: 12px;
}

.event-box {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.event-box .event-widget {
    float: none;
}

.event-box .events-list {
    padding: 15px;
}

.event-box h3 {
    color: #111;
    font-size: 20px;
}

.event-box .event-widget ul li:hover strong.date {
    border-right-color: #555;
}

.event-box .event-widget ul li:hover strong.date,
.event-box .event-widget ul li:hover a {
    color: #9e9999;
}

.event-box .event-widget a {
    color: #9e9999;
    max-height: 60px;
}

.gallary-section img {
}

.gallary-section img:hover {
    opacity: 0.7;
}

/* notifications */

.notify-info,
.notify-success,
.notify-warning,
.notify-error {
    padding: 10px;
    margin: 10px 0;
}

.notify-info:before,
.notify-success:before,
.notify-warning:before,
.notify-error:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.notify-info:before {
    content: "\f05a";
}

.notify-success:before {
    content: "\f00c";
}

.notify-warning:before {
    content: "\f071";
}

.notify-error:before {
    content: "\f057";
}

.notify-info {
    color: #00529b;
    background-color: #bde5f8;
}

.notify-success {
    color: #4f8a10;
    background-color: #dff2bf;
}

.notify-warning {
    color: #9f6000;
    background-color: #feefb3;
}

.notify-error {
    color: #d8000c;
    background-color: #ffd2d2;
}

.employee-detail-header .image img {
    max-width: 150px;
}

.team-member-info span {
    display: block;
}

.social-list ul {
    display: block;
    text-align: center;
    padding-left: 0px;
}

.social-list li {
    display: inline-block;
}

.social-list li img {
    max-width: 50px;
}


#featured-popup-div {
    font-family: 'RobotoDraft', 'Roboto', 'Helvetica Neue, Helvetica, Arial', sans-serif;
    position: fixed;
    z-index: 1000;
    padding-top: 70px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    display: none;
  }
  
  #popupAlert {
    background-color: #eff1f3;
    margin: auto;
    padding: 30px;
    border: 1px solid #888;
    width: 500px;
    border-radius: 5px;
  }
  
  #popupAlert p {
    margin: 0;
    font-size: 15px;
    line-height: 25px
  }
  
  #closeAlert {
    cursor: pointer;
    top: 10px;
    right: 10px;
    color: #000;
  }

  .flex-row{
    display: flex;
    flex-wrap: wrap;
  }

  .flex-column{
    display: flex;
    flex-direction: column;
  }