@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*-------------------------------------------------------------------------------------
[TABLE OF CONTENTS]

	00. RESET
	01. GENERAL
	02. BUTTON
	03. HEADER
	04. STICKY HEADER
	05. HEADER HEIGHT
	06. HAMBURGER MENU ICON
	07. REVOLUTION SLIDER
	08. SERVICES
	09. INFO CARDS
	10. PORTFOLIO
	11. THUMBNAIL OVERLAY
	12. BLOG
	13. COMMENTS
	14. OWL CAROUSEL
	15. PROGRESS BAR
	16. CIRCLE PROGRESS
	17. TOOLTIP
	18. TABS
	19. ACCORDION / TOGGLE
	20. TILES
	21. FACTS
	22. PROCESS
	23. PRICING & TABLES
	24. WIDGETS
	25. MAILCHIMP / NEWSLETTER
	26. FORMS
	27. VIDEO PARALLAX
	28. GO TO TOP
	29. SOCIAL ICONS
	30. LIGHTGALLERY
	31. FONT ICON PAGES
	32. DIVIDERS
	33. BOX LAYOUT
	34. RESPONSIVE
	
	font-family: 'Work Sans', sans-serif;
	text: #595959
	hover: #7bc4e6
	headings: #303030
	
-------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	00. RESET
/*-----------------------------------------------------------------------------------*/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:focus {
    outline: 0 !important
}
.fit-vids-style {
    display: none
}
figure {
    margin: 0;
    padding: 0;
}
figure img {
    max-width: 100%
}
iframe {
    border: none
}
::selection {
    background: #d4eaf5; /* Safari */
    color: #2f2f2f;
}
::-moz-selection {
    background: #d4eaf5; /* Firefox */
    color: #2f2f2f;
}
.animsition-loading,
.animsition-loading:after {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
}
.lg-outer .lg-item:after,
.animsition-loading,
.tp-loader.spinner {
    content: "";
    height: 40px !important;
    width: 40px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    background-color: transparent;
    border-top: 6px solid rgba(28,28,28,0.08);
    border-right: 6px solid rgba(28,28,28,0.08);
    border-bottom: 6px solid rgba(28,28,28,0.08);
    border-left: 6px solid #7bc4e6;
    -webkit-transform: translateZ();
    transform: translateZ();
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-name: animsition-loading;
    animation-name: animsition-loading;
    border-radius: 100%;
    background: none;
}
@-webkit-keyframes rotation { 
	from {
	    -webkit-transform: rotate(0deg)
	}
	to {
	    -webkit-transform: rotate(359deg)
	}
}
@-moz-keyframes rotation { 
	from {
	    -moz-transform: rotate(0deg)
	}
	to {
	    -moz-transform: rotate(359deg)
	}
}
@-o-keyframes rotation { 
	from {
	    -o-transform: rotate(0deg)
	}
	to {
	    -o-transform: rotate(359deg)
	}
}
@keyframes rotation { 
	from {
	    transform: rotate(0deg)
	}
	to {
	    transform: rotate(359deg)
	}
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f9f9f9;
    z-index: 9999999;
}
#status {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
}
.spinner {
    height: 40px;
    width: 40px;
    position: relative;
    -webkit-animation: rotation .8s infinite linear;
    -moz-animation: rotation .8s infinite linear;
    -o-animation: rotation .8s infinite linear;
    animation: rotation .8s infinite linear;
    border-top: 6px solid rgba(28,28,28,0.08);
    border-right: 6px solid rgba(28,28,28,0.08);
    border-bottom: 6px solid rgba(28,28,28,0.08);
    border-left: 6px solid #7bc4e6;
    border-radius: 100%;
}
#preloader .textload {
    width: 100%;
    position: absolute;
    top: calc(50% + 30px);
    left: 0;
    text-transform: uppercase;
    text-align: center;
    color: #7bc4e6;
    font-family: 'Work Sans', sans-serif;
}
/*-----------------------------------------------------------------------------------*/
/*	01. GENERAL
/*-----------------------------------------------------------------------------------*/
body {
    overflow-x: hidden;
    font-size: 16px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    color: #222;
font-family: 'Fira Sans Condensed', sans-serif;
    background:url(style/images/white-pattern.jpg) ;
    display: flex;
    height: 100vh;
    flex-direction: column;
}
.navbar,
footer {
    flex-shrink: 0
}
.content-wrapper {
    flex: 1 0 auto
}
.container {
    padding-right: 0;
    padding-left: 0;
}
em {
    font-family: 'Lora', serif
}
body,
li,
address {
    line-height: 24px
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-weight: normal;
    color: inherit !important;
}
p {
    margin: 0 0 20px
}
a {
    color: #7bc4e6;
    transition: all 150ms ease-in;
}
a.line {
    transition: border 0.2s;
    padding-bottom: 1px;
    border-bottom: 1px solid transparent;
}
a.line:hover {
    border-bottom: 1px solid #7bc4e6;
    transition: border 0.2s;
}
a:hover,
a:focus {
    color: #7bc4e6;
    text-decoration: none;
}
.nocolor,
.email-link {
    color: #fff !important
}
.nocolor:hover,
.email-link:hover {
    color: #7bc4e6
}
strong {
    font-weight: 600
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
    margin-top: 0;
    color: #222;
    margin-bottom: 10px;
    font-weight: 500;
    letter-spacing: -0.5px;
}
h1 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 15px;
}
h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
}
h3 {
    font-size: 18px;
    line-height: 24px;
}
h4 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 7px;
}
h5 {
    font-size: 15px;
    line-height: 19px;
}
h6 {
    font-size: 14px;
    line-height: 18px;
}
h1.post-title,
h2.post-title {
    font-size: 22px;
    line-height: 26px;
}
.post-title {
    margin-bottom: 5px
}
.post-title a {
    color: #303030
}
.post-title a:hover {
    color: #7bc4e6
}
.section-title {
    margin-bottom: 25px;
    overflow: hidden;
}
.section-title h2 {
    padding: 0 20px;
    margin: 0;
    overflow: hidden;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -1px;
    font-weight: 500;
    color: #303030;
	    font-family: 'Raleway', sans-serif;
}
.section-title h2:before,
.section-title h2:after {
    content: '';
    width: 100%;
    border-bottom: 2px solid rgba(0,0,0,0.09);
    display: inline-block;
    vertical-align: middle;
}
.section-title.text-center h2:before,
.section-title.text-center h2:after {
    width: 100px
}
.section-title h2:before {
    margin-left: -100%;
    margin-right: 20px;
}
.section-title h2:after {
    margin-right: -100%;
    margin-left: 20px;
}
.section-title.no-line h2 {
    padding: 0
}
.section-title.no-line h2:before,
.section-title.no-line h2:after {
    display: none
}
.section-title .lead {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}
.section-title h2 + .lead {
    margin-top: 15px;
    margin-bottom: 10px;
}
.page-title h1 {
    font-size: 18px;
    line-height: 22px;
    margin: 0;
}
.page-title .more a {
    color: #707070
}
.page-title .more a:hover {
    color: #7bc4e6
}
.page-title .more:after {
    display: none
}
.breadcrumbs.more span:after {
    content: "/";
    vertical-align: middle;
    font-size: 12px;
    padding: 0 10px 0 10px;
    color: #707070;
}
.breadcrumbs.more span:last-child:after {
    display: none
}
.page-title.bg {
    background: url(style/images/art/page-title.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.lead {
font-family: 'Raleway', sans-serif;
    font-size: 24px;
    line-height: 34px;
    font-weight: 300;
    margin-bottom: 35px;
    letter-spacing: -0.5px;
}
.lead em {
    font-weight: bold
}
.inner {
    padding-top: 70px;
    padding-bottom: 70px;
}
.inner2 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.inner3 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.parallax .inner {
    padding-top: 120px;
    padding-bottom: 120px;
}
.meta,
.meta a {
    font-family: 'Lora', serif;
    font-style: italic;
    color: #707070;
    font-size: 13px;
}
.meta a:hover,
.more:hover {
    color: #7bc4e6
}
.meta span:after {
    content: "/";
    font-size: 10px;
    vertical-align: 2px;
    padding: 0 10px 0 10px;
}
.meta span:last-child:after {
    display: none
}
.meta {
    display: block;
    margin-bottom: 10px;
}
.more {
    color: #707070;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}
.more:after {
    content: "→";
    padding-left: 5px;
}
.meta.tags {
    margin: 0 0 10px 10px !important;
    display: inline-block;
}
.meta.tags a:before {
    content: "#";
    display: inline;
}
.thin {
    width: 85%;
    margin: 0 auto;
}
.thin2 {
    width: 65%;
    margin: 0 auto;
}
.dark-wrapper {
    background: #f9f9f9
}
.inverse-wrapper {
    background: #38b64a;
    color: #fff !important;
}

.inverse-wrapper.color-wrapper {
    background: #7bc4e6
}
.inverse-wrapper p {
    color: #fff !important; font-family: 'Raleway', sans-serif;
}
.inverse-wrapper .lead {
    color: #fff !important
}
.inverse-wrapper h1,
.inverse-wrapper h2,
.inverse-wrapper h3,
.inverse-wrapper h4,
.inverse-wrapper h5,
.inverse-wrapper h6 {
    color: #fff;  font-family: 'Raleway', sans-serif;
}
.inverse-wrapper hr {
    border-bottom: 2px solid rgba(255,255,255,0.15)
}
.inverse-wrapper .section-title h2:before,
.inverse-wrapper .section-title h2:after {
    border-color: rgba(255,255,255,0.15)
}
.inverse-wrapper .social li a {
    color: #fff !important
}
.navbar .inverse-wrapper .social li a {
    color: #fff !important
}
.inverse-wrapper a {
    color: #fff !important
}
.navbar .inverse-wrapper .social li a:hover {
    color: #7bc4e6 !important
}
footer a {
    color: #595959
}
footer a:hover {
    color: #7bc4e6
}
footer.inverse-wrapper a,
footer.inverse-wrapper,
footer.inverse-wrapper .lead {
    color: #fff !important
}
footer.inverse-wrapper a:hover,
.inverse-wrapper a:not(.btn):hover {
    color: #7bc4e6 !important
}
.inverse-wrapper .meta,
.inverse-wrapper .meta a {
    color: #a1a1a1 !important
}
footer.footer-bg1 {
    background-image: url(style/images/art/footer1.jpg) !important;
    background-repeat: no-repeat !important;
    background-position: center bottom !important;
    padding-bottom: 320px;
}
footer.footer-bg2 {
    background-image: url(style/images/art/footer2.jpg) !important;
    background-repeat: no-repeat !important;
    background-position: center bottom !important;
    padding-bottom: 250px;
    background-color: #FFF;
}
hr {
    border: 0;
    border-bottom: 2px solid rgba(0,0,0,0.09);
    padding-top: 80px;
    margin-bottom: 100px;
    box-shadow: none;
}
.blog.single hr {
    padding-top: 50px;
    margin-bottom: 70px;
}
ul {
    padding: 0 0 0 18px
}
ol {
    padding: 0 0 0 20px
}
ul,
ol {
    margin-bottom: 15px
}
ul.circled {
    padding: 0;
    list-style: none;
}
ul.circled li:before {
    content: '●';
    margin-right: 10px;
    font-weight: normal;
    vertical-align: top;
    display: inline-block;
    color: #d0d0d0;
    font-size: 11px;
}
.alert {
    border-radius: 0
}
.alert-success {
    border-color: #c0d6ae
}
.alert-info {
    border-color: #a3d5df
}
.alert-warning {
    border-color: #eddebf
}
.alert-danger {
    border-color: #ddb8be
}
.alert .close {
    line-height: 26px
}
.dropcap {
    font-weight: 800;
    display: block;
    float: left;
    font-size: 49px;
    padding: 0;
    margin: 0;
    margin: 12px 8px 0 0;
    text-transform: uppercase;
}
blockquote {
    font-size: 22px;
    line-height: 34px;
    font-weight: normal;
    color: inherit;
    font-style: italic;
    position: relative;
    border: 0;
    padding: 0 0 0 50px;
}
blockquote p {
    font-family: 'Lora', serif
}
blockquote:before {
    font-family: 'Lora', serif;
    position: absolute;
    width: 60px;
    height: 60px;
    font-size: 80px;
    top: 5px;
    line-height: 60px;
    left: 0;
    color: #cfcfcf;
    content: "\201C";
}
blockquote small,
blockquote .small {
    text-transform: uppercase;
    color: #707070;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
}
.google-map.full {
    height: 100%;
    overflow: hidden;
    width: 100%;
    display: block;
    position: absolute;
    height: auto;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
.row-offset-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.row-offset-0 > [class*="col-"],
.row-offset-0 .row-same-height > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.row-full-height {
    height: 100%
}
.row-same-height {
    display: table;
    width: 100%;
    /* fix overflow */
    table-layout: fixed;
}
.col-lg-height,
.col-md-height,
.col-sm-height,
.col-xs-height {
    display: table-cell;
    float: none !important;
    vertical-align: middle;
}
@media (min-width: 1200px) { 
	.col-lg-height {
	    display: table-cell;
	    float: none !important;
	    vertical-align: middle;
	}
}
@media (min-width: 992px) { 
	.col-md-height {
	    display: table-cell;
	    float: none !important;
	    vertical-align: middle;
	}
}
@media (min-width: 768px) { 
	.col-sm-height {
	    display: table-cell;
	    float: none !important;
	    vertical-align: middle;
	}
}
.row-offset-0 .inner-col {
    padding: 90px
}
.contact-info {
    margin: 0;
    padding: 0;
    list-style: none;
}
.contact-info li {
    display: inline-block;
    margin-right: 10px;
}
.contact-info li a {
    color: #303030
}
.contact-info li a:hover {
    color: #7bc4e6
}
.contact-info i {
    color: #7bc4e6;
    padding-right: 5px;
}
/*-----------------------------------------------------------------------------------*/
/*	02. BUTTON
/*-----------------------------------------------------------------------------------*/
.btn {
    color: #FFF !important;
    background: #562899 !important;
    border: 0;
    margin-bottom: 10px;
    margin-right: 4px;
    font-size: 15px;
    line-height: 1;
    padding: 12px 20px;
    font-weight: 700;
    border-radius: 0;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 150ms ease-in;
    box-shadow: none;
    display: inline-block;
	letter-spacing:1px;
}
.btn i {
    padding-right: 10px
}
.btn.btn-large {
    padding: 15px 22px
}
.btn.btn-square {
    padding: 11px 13px
}
.btn.fixed-width {
    width: 165px
}
@-moz-document url-prefix() { 
	.btn {
	    padding-top: 11px !important
	}
	.btn.btn-large {
	    padding-top: 14px !important
	}
}
.text-center .btn {
    margin-left: 4px;
    margin-right: 4px;
}
.btn-submit {
    margin: 0 !important
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
    background: #555;
    transition: all 150ms ease-in;
    box-shadow: none;
    border-color: transparent;
}
.btn-border {
    background: none !important;
    border: 2px solid #fff;
}
.btn-border.dark {
    border: 2px solid #fff;
    color: #fff !important;
}
.btn.btn-blue {
    background: #7bc4e6
}
.btn.btn-red {
    background: #50286d
}
.btn.btn-green {
    background: #63c5cb
}
.btn.btn-purple {
    background: #9a8eb2
}
.btn.btn-navy {
    background: #4e81a0
}
.btn.btn-pink {
    background: #e782a5
}
.btn.btn-orange {
    background: #f0927b
}
.btn.btn-brown {
    background: #a78476
}
.btn.btn-lime {
    background: #c1d87a
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active {
    background: #65b4d9 !important
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active {
    background: #555 !important
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active {
    background: #52b3b9 !important
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active {
    background: #84779f !important
}
.btn-navy:hover,
.btn-navy:focus,
.btn-navy:active,
.btn-navy.active {
    background: #3d6e8c !important
}
.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink.active {
    background: #d06b8f !important
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active {
    background: #e2775d !important
}
.btn-brown:hover,
.btn-brown:focus,
.btn-brown:active,
.btn-brown.active {
    background: #957366 !important
}
.btn-lime:hover,
.btn-lime:focus,
.btn-lime:active,
.btn-lime.active {
    background: #aabf6a !important
}
.btn-border:hover,
.btn-border:focus,
.btn-border:active,
.btn-border.active {
    background: #fff !important;
    color: #303030 !important;
}
.btn-border.dark:hover,
.btn-border.dark:focus,
.btn-border.dark:active,
.btn-border.dark.active {
    background: #fff !important;
    color: #111 !important;
}
.goodshare.share-facebook {
    background: #4470cf
}
.goodshare.share-facebook:hover {
    background-color: #4066b9
}
.goodshare.share-twitter {
    background: #5daed5
}
.goodshare.share-twitter:hover {
    background-color: #569cbe
}
.goodshare.share-pinterest {
    background: #c53942
}
.goodshare.share-pinterest:hover {
    background-color: #b0363e
}
.goodshare-wrapper {
    display: inline;
    padding: 0;
    margin: 0;
    list-style: none;
}
.goodshare-wrapper li {
    cursor: pointer;
    display: inline;
    margin: 0 5px;
}
.goodshare-wrapper a {
    color: #595959;
    font-size: 15px;
}
.goodshare-wrapper a:hover {
    color: #7bc4e6
}
.navigation .btn {
    margin-bottom: 0
}
/*-----------------------------------------------------------------------------------*/
/*	03. HEADER
/*-----------------------------------------------------------------------------------*/
.navbar {
    z-index: 1008;
    border: 0;
    border-radius: 0;
    min-height: inherit;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    position: relative;
}
.navbar.extended {
    background: #50286d;
}
.navbar.extended.narrow .navbar-collapse {
    background: none !important
}
.navbar.extended.narrow:not(.fixed) .navbar-collapse .container {
    padding-left: 20px;
    padding-right: 20px;
}
.navbar .navbar-header {
    display: table;
    position: relative;
    table-layout: fixed;
}
.container>.navbar-header,
.container>.navbar-collapse {
    margin: 0;
    padding: 0;
}
.navbar-brand {
    padding:6px 0 0 0;
    line-height: 0;
    float: none;
    height: auto;
    position: relative;
    box-shadow: none;
    margin: 0 !important;
    vertical-align: middle;
    display: table-cell;
    width: 100%;
}
.navbar .nav-bars-wrapper {
    display: none
}
.navbar .nav-bars-wrapper .nav-bars-inner {
    pointer-events: none
}
.navbar .navbar-collapse {
    border: 0; font-family: 'Fira Sans Condensed', sans-serif; font-size:15px;
    box-shadow: none;
    overflow: hidden;
}
.navbar .navbar-nav {
    margin: 0 !important
}
.navbar .navbar-nav > li > a {
    padding: 0;
    font-size:17px;
    letter-spacing:0px;
    text-transform: uppercase;
    font-weight:400;
    transition: all 150ms ease-in;
    line-height: 1;
    color: #ffff !important;
    position: relative;
}
.inverse-wrapper .navbar-nav > li > a {
    color: #FFF !important
}
.inverse-wrapper .navbar-nav > li > a.active {
	background: #ddd; padding:0px 10px !important;
}

.navbar .navbar-nav > li > a:focus,
.navbar .nav > li > a:hover,
.navbar .nav > li.current > a {
    background: none
}
.navbar .nav > li.current > a,
.navbar .nav > li > a:hover,
.inverse-wrapper .nav > li.current > a,
.inverse-wrapper .navbar-nav > li > a:hover {
    color: #fff !important
}
.navbar .navbar-nav > li > a:focus {
    color: inherit
}
.navbar .dropdown-menu {
    padding: 0;
    margin: 0;
    min-width: 150px;
    border: none;
    background: none;
    border-radius: 0;
    box-shadow: none;
    z-index: -1 !important;
}
.navbar .dropdown-menu li:first-child {
    border: 0
}
.navbar .dropdown-menu li a {
    background: none;
    border: none;
    color: #222 !important;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0;
    line-height: 1;
}
.navbar .dropdown-menu li a:hover,
.navbar .dropdown-menu li a.active,
.navbar .nav .open > a,
.navbar .nav .open > a:hover,
.navbar .nav .open > a:focus,
.navbar .dropdown-menu > li > a:hover,
.navbar .dropdown-menu > li > a:focus,
.navbar .dropdown-submenu:hover > a,
.navbar .dropdown-submenu:focus > a,
.navbar .dropdown-menu > .active > a,
.navbar .dropdown-menu > .active > a:hover,
.navbar .dropdown-menu > .active > a:focus {
    background: none
}
.navbar .dropdown-menu li a:hover,
.navbar .dropdown-menu li a.active {
    padding: 0;
    filter: none;
    line-height: 1;
}
.navbar .dropdown-menu li a:hover,
.navbar .dropdown-menu li a.active {
    color: #fff !important
}
.navbar .nav > li > .dropdown-menu:after {
    display: none
}
.navbar .dropdown-menu > li > a:hover,
.navbar .dropdown-menu > li > a:focus,
.navbar .dropdown-submenu:hover > a,
.navbar .dropdown-submenu:focus > a,
.navbar .dropdown-menu > .active > a,
.navbar .dropdown-menu > .active > a:hover,
.navbar .dropdown-menu > .active > a:focus {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false)
}
.info {
    list-style: none;
    padding: 0;
    margin: 0;
}
.navbar .info li {
    display: inline;
    padding-right: 15px;
}
.navbar .info.text-right li {
    padding: 0;
    padding-left: 15px;
}
.info i {
    margin-right: 8px;
    font-size: 14px;
    vertical-align: -1px;
}
.widget .info i {
    float: left
}
.widget .info p {
    overflow: hidden;
    margin: 0;
}
.info.list-inline li {
    padding-left: 5px;
    padding-right: 5px;
}
.info.list-inline li i {
    float: none;
    display: inline;
}
.info.list-inline li p {
    float: none;
    display: inline;
}
.navbar .info a {
    color: #fff;
}
.navbar .info li {color:#fff}
.navbar .info li i { color:#fff}
.navbar .info a:hover {
    color: #7bc4e6
}
.top-bar {
    padding: 12px 0; font-family: 'Fira Sans Condensed', sans-serif; font-size:15px;
}
.top-bar.inverse-wrapper {
    color: #FFF !important
}
.top-bar .container {
    display: table
}
.caret {
    border: 0;
    top: 0;
    vertical-align: 0;
    margin-left: 1px;
    position: relative;
}
.caret:before {
    content: '\f123';
    font-family: "Ionicons";
    font-weight: normal;
    font-size: 9px;
}
.navbar-nav:not(.sm-collapsible) ul .caret:before {
    content: '\f125'
}
.navbar-nav:not(.sm-collapsible) ul {
    margin-top: 11px
}
.navbar .info,
.navbar .social-wrapper {
    display: none
}
/*-----------------------------------------------------------------------------------*/
/*	04. STICKY HEADER
/*-----------------------------------------------------------------------------------*/
.navbar.fixed {
    margin: 0;
    width: 100%;
    background: rgba(56,14,133,0.8);
    box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.4);
}
.navbar.extended.fixed .navbar-collapse {
    background: transparent
}
.navbar.narrow.fixed,
.navbar.classic.fixed.inverse-wrapper {
    background: #303030
}
.banner--clone {
    position: fixed;
    z-index: 1007;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.banner--stick {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
/*-----------------------------------------------------------------------------------*/
/*	05. HEADER HEIGHT
/*-----------------------------------------------------------------------------------*/
@media (min-width: 992px) { 
	.navbar.extended .navbar-nav,
	.navbar.extended.fixed .navbar-nav {
	    height: 54px
	}
	.navbar.extended .navbar-nav > li > a,
	.navbar.extended.fixed .navbar-nav > li > a {
	    line-height: 54px
	}
	.navbar.classic .navbar-nav,
	.navbar.classic .navbar-header {
	    height: 100px; margin-right:12%;
	}
	.navbar.classic .navbar-nav > li > a {
	    line-height: 100px
	}
}
/* sticky */
.navbar.fixed .navbar-header {
    height: 65px
}
@media (min-width: 992px) { 
	.navbar.fixed .navbar-nav {
	    height:70px; padding-top:0px;
	}
	.navbar.fixed .navbar-nav > li > a {
	    line-height: 100px
	}
}
.navbar.fixed .top-bar {
    display: none
}
/*-----------------------------------------------------------------------------------*/
/*	06. HAMBURGER MENU ICON
/*-----------------------------------------------------------------------------------*/
.nav-bars {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 0;
    width: 30px;
    height: 30px;
    font-size: 0;
    text-indent: -9999px;
    float: right;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    pointer-events: all;
}
.nav-bars:focus {
    outline: none
}
.nav-bars span {
    display: block;
    position: absolute;
    top: 13px;
    left: 0px;
    right: 0px;
    height: 1px;
    background: #fff;
}
.nav-bars span::before,
.nav-bars span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    content: "";
}
.nav-bars span::before {
    top: -8px
}
.nav-bars span::after {
    bottom: -8px
}
.nav-bars span {
    -webkit-transition: background 0s 0.3s;
    transition: background 0s 0.3s;
}
.nav-bars span::before,
.nav-bars span::after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
}
.nav-bars span::before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
}
.nav-bars span::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
}
.nav-bars.is-active span {
    background: none
}
.nav-bars.is-active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav-bars.is-active span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.nav-bars.is-active span::before,
.nav-bars.is-active span::after {
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
}
/*-----------------------------------------------------------------------------------*/
/*	07. REVOLUTION SLIDER
/*-----------------------------------------------------------------------------------*/
.tparrows {
    cursor: pointer;
    background: none;
    box-shadow: none;
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    transition: background 200ms ease-in;
}
.tparrows:hover {
    background: none
}
.tparrows:before {
    font-family: "Ionicons";
    font-size: 50px;
    color: rgba(255,255,255,0.7);
    display: block;
    line-height: 1;
    text-align: center;
    transition: color 200ms ease-in;
}
@-moz-document url-prefix() { 
	.tparrows:before {
	    padding-top: 0px
	}
}
.tparrows:hover:before {
    color: rgba(255,255,255,1)
}
.tparrows.tp-leftarrow:before {
    content: '\f3cf'
}
.tparrows.tp-rightarrow:before {
    content: '\f3d1'
}
.tp-bullet {
    transition: background 200ms ease-in;
    height: 11px;
    width: 11px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    background: none;
}
.tp-bullet.selected,
.tp-bullet:hover {
    background-color: #ffffff
}
.tp-caption {font-family: 'Raleway', sans-serif; }
.tp-caption.large {
    font-size: 42px;
    line-height: 45px;
    color: #303030;
    font-weight: 800;
    letter-spacing: -1px;
font-family: 'Raleway', sans-serif;
}
.tp-caption.large em,
.tp-caption.medium em {
    font-weight: bold
}
.tp-caption.medium {
    font-size: 30px;
    line-height: 38px;
    font-weight: 400;
    letter-spacing: -0.5px;
    color: #303030;
}
.tp-caption.light {
    color: #FFF !important
}
.rev-bullet {
    color: #7bc4e6;
    font-size: 20px;
    vertical-align: 2px;
}
.boxshadow {
    box-shadow: 0 0 20px rgba(0,0,0,0.2) !important
}
.boxshadow1 {
    box-shadow: 0 0 15px rgba(0,0,0,0.6) !important; border-radius:5px 5px 0 0px;
}
.tp-dottedoverlay.darkoverlay {
    background: rgba(48,48,48,0.6)
}
.tp-bannertimer {
    background: rgba(255,255,255,0.25)
}
.tp-caption.dark-layer {
    background: rgba(21, 21, 21, 0.5);
    padding: 12px 15px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    letter-spacing: -0.5px;
    display: table-cell;
}
#slider-video {
    margin-bottom: 10px !important
}
.erinyen .tp-thumb-over {
    background: rgba(0,0,0,0.5)
}
.erinyen .tp-thumb.selected .tp-thumb-over,
.erinyen .tp-thumb:hover .tp-thumb-over {
    background: transparent
}
/*-----------------------------------------------------------------------------------*/
/*	08. SERVICES
/*-----------------------------------------------------------------------------------*/
.numbered {
    counter-reset: stepsNum
}
.numbered .number {
    counter-increment: stepsNum;
    color: #7bc4e6;
}
.numbered .number:before {
    content: counter(stepsNum, decimal)
}
.numbered .number:after {
    content: ".";
    padding-right: 5px;
}
.border-box .box {
    border: 2px solid rgba(0,0,0,0.09);
    padding: 30px 20px;
    transition: all 200ms ease-in;
}
.border-box .box:hover {
    border-color: #7bc4e6
}
.border-box .box p {
    margin: 0
}
.border-box .box p + p {
    margin-bottom: 15px
}
.border-box.icon-top .box {
    padding: 60px 20px 35px;
    margin-top: 35px;
}
.border-box {
    margin-bottom: -30px
}
.border-box .box {
    margin-bottom: 30px
}
.border-box.icon-top .box .icon {
    position: absolute;
    top: -35px;
    left: 50%;
    margin-left: -35px;
}
.border-box .box .icon-img {
    background: none
}
.border-box .box .icon-img img {
    border-radius: 100%
}
.border-box .box .author .icon {
    margin: 0 auto
}
.border-box .icon:not(.icon-bg) i {
    font-size: 45px;
    display: inline-block;
    margin-bottom: 15px;
    color: #7bc4e6;
}
.icon-bg {
    background: #7bc4e6;
    color: #FFF;
    width: 70px;
    height: 70px;
    max-width: 70px;
    max-height: 70px;
    border-radius: 100%;
    display: table;
}
.icon-bg i {
    display: table-cell;
    font-size: 28px;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
}
.icon-bg.icon-s {
    width: 50px;
    height: 50px;
    max-width: 50px;
    max-height: 50px;
}
.icon-bg.icon-s i {
    font-size: 25px
}
.feature {
    padding: 0 0 0 70px;
    position: relative;
    margin-bottom: 30px;
}
.feature .icon {
    position: absolute;
    left: 0;
}

.icon-m i {
    font-size: 50px
}
.icon-l img {
    width: 100%
}
.icon-s:not(.icon-bg) i {
    font-size: 45px;
    color: #7bc4e6;
    display: inline-block;
    margin-bottom: 15px;
}
.services {
    margin-bottom: -20px
}
.services .service {
    margin-bottom: 20px
}
/*-----------------------------------------------------------------------------------*/
/*	09. INFO CARDS
/*-----------------------------------------------------------------------------------*/
.info-cards {
    padding: 0;
    margin: 0;
}
.info-cards li.info-card {
    list-style: none;
    clear: both;
    margin-top: 80px;
    overflow: hidden;
}
.info-cards li.info-card:first-child {
    margin: 0
}
.info-cards li.info-card .icon img {
    width: 400px;
    height: auto;
}
/*-----------------------------------------------------------------------------------*/
/* 	10. PORTFOLIO
/*-----------------------------------------------------------------------------------*/
.portfolio-grid .item figure {
    margin-bottom: 0
}
.portfolio-grid.detailed .item figure {
    margin-bottom: 20px
}
.portfolio-grid.col3 .items-wrapper,
.portfolio-grid.col4 .items-wrapper {
    margin-bottom: -15px;
    margin-right: -15px;
}
.portfolio-grid .item {
    float: left
}
.portfolio-grid.col3 .item,
.portfolio-grid.col4 .item {
    margin-bottom: 15px;
    width: 33.33339%;
    padding-right: 15px;
}
.portfolio-grid.col4 .item {
    width: 25%
}
.portfolio-grid.detailed .items-wrapper {
    margin-bottom: -40px
}
.portfolio-grid.detailed .item {
    margin-bottom: 40px
}
.isotope-filter {
    margin-bottom: 30px
}
.isotope-filter ul {
    padding: 0;
    margin: 0;
    border-bottom: 2px solid rgba(0,0,0,0.09);
}
.isotope-filter ul li {
    display: inline-block;
    position: relative;
}
.isotope-filter ul li a {
    display: inline-block;
    color: #2e2e2e;
    background: none;
    line-height: 1;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.5px;
    padding: 0;
    padding-bottom: 15px;
    margin-right: 40px;
    cursor: pointer;
    position: relative;
    border: 0;
}
.isotope-filter.text-center ul li a {
    margin: 0 20px
}
.isotope-filter ul li a.is-checked:after {
    content: "";
    width: 100%;
    bottom: -2px;
    left: 0;
    position: absolute;
    border-bottom: 2px solid #7bc4e6;
}
.isotope-filter ul li a.is-checked,
.isotope-filter ul li a:hover {
    color: #7bc4e6
}
.item-details {
    padding: 0;
    margin: 0 0 30px 0;
    list-style: none;
}
.item-details li {
    margin-bottom: 10px
}
.item-details li strong {
    padding-right: 3px;
    color: #303030;
    font-weight: 500;
    letter-spacing: -0.5px;
}
/*-----------------------------------------------------------------------------------*/
/*	11. THUMBNAIL OVERLAY
/*-----------------------------------------------------------------------------------*/
figure {
    display: block;
    overflow: hidden;
    position: relative;
}
figure li a,
figure li a img {
    display: block;
    overflow: hidden;
    position: relative;
}
figure a img {
    display: inline;
    max-width: 100%;
}
figure a .overlay {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    text-decoration: none;
    z-index: 1;
    transition: all 200ms ease-in;
    background: #FFF;
    background: rgba(123,196,230,0.9);
}
figure a .overlay.icon:after {
    background: rgba(255,255,255,0.7);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
figure a:hover .overlay {
    opacity: 1
}
figure a .overlay .info {
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    display: table;
}
figure a .overlay .info span {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 500;
    letter-spacing: -0.5px;
    font-size: 16px;
    line-height: 20px;
    display: table-cell;
    vertical-align: middle;
}
figure a .overlay.icon .info span:before {
    font-family: 'Ionicons';
    content: '\f44a';
    letter-spacing: normal;
    font-size: 22px;
}
/*-----------------------------------------------------------------------------------*/
/*	12. BLOG
/*-----------------------------------------------------------------------------------*/
.box {
    position: relative;
    border: 2px solid rgba(0,0,0,0.09);
    padding: 30px 35px;
}
.blog-carousel figure,
.blog-carousel2 figure {
    margin: 0 !important
}
.grid-view .box,
.blog-carousel .box,
.blog-carousel2 .box {
    border-top: 0
}
.blog-carousel .post-title,
.blog-carousel2 .post-title,
.grid-view .post-title {
    margin-bottom: 35px
}
.list-view .post-title {
    margin-bottom: 20px
}
.grid-view .post {
    margin-bottom: 30px
}
.list-view .post {
    margin-bottom: 60px
}
.list-view.featured {
    margin-bottom: -60px;
    overflow: hidden;
}
.classic-view .main {
    margin-bottom: 30px
}
.classic-view .post {
    margin-bottom: 60px
}
.classic-view .post-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px;
}
.pagination {
    display: block;
    margin: 0 0 20px 0;
}
.pagination ul {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    list-style: none;
    padding: 0;
    margin: 8px 0 0 0;
    font-size: 0;
}
.pagination ul > li {
    display: inline-block;
    padding: 0;
    margin: 0;
}
.pagination ul > li > a {
    display: inline;
    border: 2px solid rgba(0,0,0,0.09);
    border-left: 0;
    padding: 11px 18px;
    margin: 0;
    color: #595959;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.pagination ul > li > a:hover {
    color: #7bc4e6
}
.pagination ul > li:first-child > a {
    border-left: 2px solid rgba(0,0,0,0.09)
}
.pagination ul > li > a,
.pagination ul > li > span {
    float: none;
    margin-bottom: 8px;
}
.pagination ul > .active > a span {
    color: #7bc4e6
}
.pagination i {
    font-size: 12px
}
.sidebox {
    margin-top: 50px;
    display: block;
}
.sidebox:first-child {
    margin-top: 0
}
.sidebox a {
    color: inherit
}
.sidebox a:hover {
    color: #7bc4e6
}
.sidebar {
    padding-left: 35px !important
}
.sidebar.left-sidebar {
    padding-left: 15px !important;
    padding-right: 35px !important;
}
/*-----------------------------------------------------------------------------------*/
/*	13. COMMENTS
/*-----------------------------------------------------------------------------------*/
#comments {
    margin: 0;
    position: relative;
}
#comments ol.commentlist {
    list-style: none;
    margin: 40px 0 0 0;
    padding: 0;
}
#comments ol.commentlist li {
    background: none;
    margin-top: 30px;
}
#comments ol.commentlist li:first-child {
    margin: 0
}
#comments .user {
    float: left;
    width: 70px;
    height: 70px;
    position: relative;
}
#comments .user img {
    border-radius: 100%
}
#comments .message p {
    margin: 0
}
#comments .message p + p {
    margin-top: 15px
}
#comments .message-inner {
    margin-left: 95px;
    position: relative;
    overflow: hidden;
}
#comments ul.children {
    margin: 0;
    overflow: inherit;
    padding: 0 0 0 55px;
    list-style: none;
}
#comments ol.commentlist ul.children li {
    padding-right: 0;
    border: none;
    margin-top: 30px;
}
#comments ol.commentlist ul.children li .message {
    padding: 25px;
    background-color: #f3f5f6;
}
#comments .info h2 {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    display: inline;
}
#comments .info h4 {
    margin-bottom: 2px
}
#comments .info h4 a {
    color: #303030
}
#comments .info h4 a:hover {
    color: #7bc4e6
}
#comments .info .meta {
    display: block
}
#comments .info .meta .date {
    display: inline
}
.comment-form-wrapper p {
    padding-bottom: 20px
}
/*-----------------------------------------------------------------------------------*/
/* 	14. OWL CAROUSEL
/*-----------------------------------------------------------------------------------*/
.owl-carousel {
    position: relative;
    padding-bottom: 20px;
    padding-right: 3px;
}
.owl-carousel figure {
    margin-bottom: 15px
}
.blog-carousel figure {
    margin: 0
}
.clients {
    padding: 0
}
.clients .item img {
    width: auto;
    max-width: 100%;
}
.clients .owl-controls {
    display: none !important
}
.owl-controls .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -32px;
    width: 100%;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    background: none;
    width: auto;
    height: auto;
    font-size: 50px;
    color: rgba(0,0,0,0.7);
    transition: color 200ms ease-in;
}
.owl-nav .owl-prev:before,
.owl-nav .owl-next:before {
    font-family: "Ionicons"
}
.owl-carousel .owl-nav .owl-prev {
    left: 25px
}
.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: 25px;
}
.owl-nav .owl-prev:before {
    content: '\f3cf'
}
.owl-nav .owl-next:before {
    content: '\f3d1'
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
    color: rgba(0,0,0,1)
}
.owl-theme .owl-controls {
    margin-top: 20px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots {
    pointer-events: auto;
    position: absolute;
    width: 100%;
    bottom: 0px;
    cursor: pointer;
    z-index: 2;
    transition: all 150ms ease-in;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
    margin: 0 3px;
    display: block;
    border-radius: 100%;
    border: 2px solid #d2d2d2;
    width: 11px;
    height: 11px;
    transition: all 150ms ease-in;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #d2d2d2
}
.quote .author {
    padding-left: 50px;
    display: table;
}
.quote .author .info {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}
.quote .author.text-center {
    margin: 0 auto;
    padding: 0;
    text-align: left;
}
.quote .author .meta {
    margin: 0
}
.quote .author h5 {
    margin: 0
}
.quote .author .icon {
    float: left;
    margin-right: 10px;
}
.quote .author .icon img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
}
.testimonials1 blockquote {
    padding-left: 60px;
    padding-right: 60px;
    text-align: center;
}
.testimonials1 blockquote:after {
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 60px;
    right: 0;
    content: "\201D";
}
.testimonials1 blockquote:after,
.testimonials1 blockquote:before {
    font-family: 'Lora', serif;
    color: #fff;
    font-size: 60px;
    top: 5px;
}
.testimonials2 blockquote {
    padding: 0 0 0 40px
}
.testimonials2 blockquote:before,
.testimonials2 blockquote:after {
    font-size: 70px
}
.testimonials2 blockquote {
    font-size: 16px;
    line-height: 28px;
}
/*-----------------------------------------------------------------------------------*/
/*	15. PROGRESS BAR
/*-----------------------------------------------------------------------------------*/
.progress-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.progress-list p {
    margin-bottom: 3px
}
.progress-list li {
    margin-bottom: 10px
}
.progress-list li span {
    float: right
}
.progress.plain {
    height: 20px;
    margin-bottom: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background: none;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.progress.plain .bar {
    float: left;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    width: 0;
    height: 100%;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    text-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #7bc4e6 !important;
    margin-top: -2px;
}
.bar-container {
    background: none !important;
    border-top: 2px solid rgba(0,0,0,0.09);
    border-bottom: 0;
    line-height: 1;
}
/*-----------------------------------------------------------------------------------*/
/*	16. CIRCLE PROGRESS
/*-----------------------------------------------------------------------------------*/
.circle-progress-wrapper {
    padding-bottom: 40px;
    margin-bottom: -40px;
}
.circle-progress {
    height: auto;
    margin-bottom: 30px;
}
.circle-progress > svg {
    height: 100%;
    display: block;
}
.circle-progress p {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 45px;
    word-break: keep-all;
}
.circle-progress p:after {
    display: inline-block;
    content: "%";
    font-size: 20px;
    vertical-align: middle;
}
.circle-progress h4 {
    visibility: hidden;
    position: absolute;
    bottom: -40px;
    left: 0;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 17px;
}
/*-----------------------------------------------------------------------------------*/
/*	 17. TOOLTIP
/*-----------------------------------------------------------------------------------*/
.tooltip {
    font: inherit
}
.tooltip-inner {
    color: #fff;
    background-color: #7bc4e6;
    padding: 5px 12px 5px;
}
.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    border-top-color: #7bc4e6
}
.tooltip.right .tooltip-arrow {
    border-right-color: #7bc4e6
}
.tooltip.left .tooltip-arrow {
    border-left-color: #7bc4e6
}
.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #7bc4e6
}
/*-----------------------------------------------------------------------------------*/
/*	18. TABS
/*-----------------------------------------------------------------------------------*/
.nav-tabs > li > a {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.5px;
}
.nav-tabs {
    border-bottom: 2px solid rgba(0,0,0,0.09);
    margin-bottom: 15px;
}
.nav-tabs > li {
    margin: 0 25px 0 0
}
.nav-tabs > li > a {
    border-radius: 0;
    border: 0;
    color: #303030;
    padding-left: 0;
    padding-right: 0;
}
.nav-tabs > li > a:hover {
    background: none;
    border: 0;
    color: #7bc4e6;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #7bc4e6;
    border: 0;
    background: none;
}
.nav-tabs > li.active > a:after {
    content: "";
    width: 100%;
    bottom: -2px;
    left: 0;
    position: absolute;
    border-bottom: 2px solid #7bc4e6;
}
/*-----------------------------------------------------------------------------------*/
/*	19. ACCORDION / TOGGLE
/*-----------------------------------------------------------------------------------*/
.panel-group .panel {
    margin-bottom: 10px;
    background: none;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.panel-group .panel-heading {
    padding: 0;
    background: none !important;
    border: 0 !important;
}
.panel-group .panel-heading .panel-title {
    color: #303030;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.5px;
    line-height: 24px;
    border: 2px solid rgba(0,0,0,0.09);
    border-radius: 0;
    transition: all 150ms ease-in;
}
.panel-group .panel-title > a {
    display: block;
    padding: 10px 20px;
}
.panel-group .panel-active a,
.panel-group .panel-title > a:hover {

}
.panel-group .panel-heading .panel-title:hover,
.panel-group .panel-active .panel-heading .panel-title {
    border: 2px solid #7bc4e6;
    color: #7bc4e6;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
    border: 0
}
.panel-body {
    padding: 20px 0
}
/*-----------------------------------------------------------------------------------*/
/*	20. TILES
/*-----------------------------------------------------------------------------------*/
.tiles .items:after {
    content: '';
    display: block;
    clear: both;
}
.tiles {
    margin: 0 -20px -20px 0;
    overflow: hidden;
}
.tiles.instagram {
    margin: 0 -10px -10px 0
}
.tiles .item {
    float: left;
    overflow: hidden;
    margin-bottom: 20px !important;
}
.tiles .item {
    height: auto
}

.tiles .item figure {
    margin: 0px auto !important;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 0px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}


.tiles .item figure {
    position: relative;
    height: 100%;
    overflow: hidden;
    margin: 0 20px 0 0;
}
.tiles.instagram .item {
    margin-bottom: 10px !important
}
.tiles.instagram .item figure {
    margin: 0 10px 0 0
}
.tiles .item figure img {
    position: relative;
    width: 100%;
    max-width: 100%;
}
/*-----------------------------------------------------------------------------------*/
/* 	21. FACTS
/*-----------------------------------------------------------------------------------*/
.facts .icon {
    background: #7bc4e6;
    color: #FFF;
    width: 70px;
    height: 70px;
    max-width: 70px;
    max-height: 70px;
    border-radius: 100%;
    display: table;
    margin: 0 auto;
}
.facts .icon i {
    display: table-cell;
    font-size: 28px;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
}
.facts .counter {
    color: #303030;
    margin-bottom: 10px;
    font-weight: 500;
    letter-spacing: -0.5px;
    font-size: 28px;
}
.facts p {
    color: #707070;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
}
.inverse-wrapper .facts .icon {
    background: none;
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
}
.inverse-wrapper .facts .icon i {
    font-size: 60px
}
.inverse-wrapper .facts .counter {
    color: #fff !important;
    font-size: 35px;
}
.inverse-wrapper .facts p {
    font-size: 14px
}
/*-----------------------------------------------------------------------------------*/
/*	22. PROCESS
/*-----------------------------------------------------------------------------------*/
.process {
    margin-bottom: -30px
}
.process .content {
    padding: 20px 20px 30px 20px;
    position: relative;
}
.process.numbered .content .number {
    position: absolute;
    left: 0px;
    top: 15px;
    font-size: 70px;
    color: #303030;
    opacity: 0.07;
    font-family: 'Lora', serif;
    font-weight: bold;
    font-style: italic;
    z-index: 0;
}
.process .content .icon {
    position: absolute;
    left: 0px;
    top: 15px;
    font-size: 70px;
    color: #303030;
    opacity: 0.07;
    z-index: 0;
}
.process.numbered .number:before {
    content: counter(stepsNum, decimal-leading-zero) !important
}
.process.numbered .number:after {
    display: none
}
.row-full-height {
    height: 100%
}
.row-same-height {
    display: table;
    width: 100%;
    /* fix overflow */
    table-layout: fixed;
}
.col-xs-height {
    display: table-cell;
    float: none !important;
}
/*-----------------------------------------------------------------------------------*/
/* 	23. PRICING & TABLES
/*-----------------------------------------------------------------------------------*/
.panel.pricing {
    text-align: center;
    border: 2px solid rgba(0,0,0,0.09);
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
    background: none;
    margin: 0;
}
[class*="col-"]:first-child .panel.pricing {
    border-left: 2px solid rgba(0,0,0,0.09)
}
.panel.pricing.active {
    border-color: transparent
}
.panel.pricing.active::after {
    content: '';
    pointer-events: none;
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    width: 100%;
    height: 100%;
    box-sizing: content-box;
    border: 3px solid #7bc4e6 !important;
    z-index: 5;
    transition: all 200ms ease-in;
}
.panel.pricing .panel-heading {
    padding: 0
}
.panel.pricing .panel-title {
    margin: 0;
    padding: 35px 0;
    font-size: 22px;
    color: #303030;
    background: #FFF;
    border-bottom: 2px solid rgba(0,0,0,0.09);
}
.panel.pricing table {
    margin-bottom: 0
}
.pricing .panel-body {
    padding: 35px 0 0 0;
    text-align: center;
    background: #FFF;
    border-top: 2px solid rgba(0,0,0,0.09);
}
.panel.pricing .price {
    padding: 37px 0 30px;
    margin: 0 0 -1px 0;
    color: #7bc4e6;
    font-weight: 700;
    background: #f7f7f7;
}
.price-value {
    font-size: 50px
}
.price-currency {
    display: inline-block;
    vertical-align: super;
    font-size: 16px;
}
.price-duration {
    font-size: 14px;
    display: block;
}
.price-duration:before {
    content: "/";
    padding-right: 5px;
}
.panel-desc {
    display: block;
    margin-top: 10px;
    line-height: 1;
    font-family: 'Lora', serif;
    font-style: italic;
    color: #707070;
    font-size: 13px;
    letter-spacing: normal;
}
.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 5px 0;
    line-height: 1;
    vertical-align: top;
}
.pricing .table > tbody > tr > td {
    border: 0
}
.panel.pricing .table > tbody > tr:nth-child(2n) {
    background: none
}
.panel-footer {
    padding: 25px 0 40px;
    background: none;
    border: 0;
    background: #FFF;
}
.panel.pricing .panel-footer a {
    margin: 0
}
.panel.pricing2 {
    border: 0 !important
}
.panel.pricing2 {
    border-left: 2px solid rgba(0,0,0,0.09) !important
}
[class*="col-"]:first-child .panel.pricing2 {
    border-left: 0 !important
}
.panel.pricing2 .price {
    padding: 10px 0 0;
    margin: 0;
    color: #303030;
    background: none;
    font-weight: 500;
}
.panel.pricing2 .panel-title,
.pricing2 .panel-body {
    border: 0;
    background: none;
}
.panel.pricing2 .panel-title {
    padding-top: 5px;
    font-size: 20px;
}
.pricing2 .price-duration {
    font-size: 14px;
    display: inline;
}
.pricing2 .panel-heading {
    padding-top: 10px !important
}
.pricing2 .panel-footer {
    padding-top: 40px;
    padding-bottom: 20px;
    background: none;
}
/*-----------------------------------------------------------------------------------*/
/* 	24. WIDGETS
/*-----------------------------------------------------------------------------------*/
.sidebar .meta a {
    color: #aaa !important
}
.sidebar .meta a:hover,
footer .meta a:hover {
    color: #7bc4e6 !important
}
footer hr {
    padding-top: 20px;
    margin-bottom: 40px;
}
footer [class*="col-"] .widget {
    margin-top: 30px
}
footer [class*="col-"] .widget:first-child {
    margin-top: 0
}
.widget-title {
    margin-bottom: 15px
}
.footer {font-family: 'Raleway', sans-serif;}
footer .widget .post-list {
    padding: 0;
    margin: 0;
}
footer .widget .post-list:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
footer .widget .post-list li {
    clear: both;
    margin-bottom: 25px;
    display: block;
    overflow: hidden;
}
footer .widget .post-list li .meta {
    margin-bottom: 5px
}
footer .widget .post-list li a {
    color: #4d4d4d
}
footer .widget .post-list li a:hover {
    color: #7bc4e6
}
footer .widget .post-list figure {
    float: left;
    width: 70px;
    height: 70px;
}
footer .widget .post-list p {
    margin-bottom: 0
}
.sidebox .post-list {
    padding: 0;
    margin: 0;
}
.sidebox .post-list:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.sidebox .post-list li {
    clear: both;
    margin-bottom: 15px;
    display: block;
    overflow: hidden;
}
.sidebox .post-list li a {
    color: #4d4d4d
}
.sidebox .post-list li a:hover {
    color: #7bc4e6
}
.sidebox .post-list figure {
    float: left;
    width: 70px;
    height: 70px;
}
.sidebox .post-list .post-content {
    margin-left: 85px;
    margin-bottom: 0;
}
.sidebox .post-list li .meta {
    margin-bottom: 2px
}
.widget .list {
    list-style: none;
    margin: 0;
}
ul.tag-list {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
    margin-bottom: -10px;
}
ul.tag-list li {
    padding: 0;
    margin: 0;
    display: inline-block;
    background: none;
}
.inverse-wrapper ul.tag-list li a {
    color: #fff !important
}
/*-----------------------------------------------------------------------------------*/
/*	25. MAILCHIMP / NEWSLETTER
/*-----------------------------------------------------------------------------------*/
.newsletter-wrapper .newsletter-form {
    background: none;
    font-family: inherit;
}
.newsletter-wrapper {
    position: relative;
    width: 100%;
}
.newsletter-wrapper .newsletter-form input[type="email"] {
    width: 100%;
    transition: all 150ms ease-in;
    padding-right: 85px;
}
footer .newsletter-wrapper,
footer .searchform {
    width: 300px;
    max-width: 100%;
}
.newsletter-wrapper .newsletter-form .btn {
    position: absolute;
    right: -4px;
    top: 0;
    padding: 14px 20px;
}
@-moz-document url-prefix() { 
	.newsletter-wrapper .newsletter-form .btn {
	    padding-top: 13px !important
	}
}
.newsletter-form input.email {
    display: block;
    padding: 8px 0;
    margin: 0;
    text-indent: 15px;
    width: 100%;
    min-width: 130px;
}
.newsletter-wrapper .newsletter-form form {
    padding: 0
}
/*-----------------------------------------------------------------------------------*/
/*	26. FORMS
/*-----------------------------------------------------------------------------------*/
select {
    
    box-shadow: none !important;
    width: 90% !important;
    font-weight: 400;
}
label {
    font-weight: inherit
}
.form-field label {
    width: 100%
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-weight: inherit;
    width: 100%;
    height: 41px;
    padding: 0 15px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 41px;
    color: inherit;
    background: transparent;
    border: 2px solid rgba(0,0,0,0.09);
    border-radius: 0;
    resize: none;
    vertical-align: middle;
    box-shadow: none;
    transition: all 150ms ease-in;
}
.widget input {
    margin-bottom: 0
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    box-shadow: none;
    border: 2px solid rgba(0,0,0,0.15);
}
textarea {
    height: 100%;
    padding: 8px 13px;
    line-height: 22px;
    margin-bottom: 20px;
    min-height: 200px;
    resize: vertical;
    font-weight: inherit;
}
.form-container .form-field {
    position: relative
}
.form-container .form-field i {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 13px;
    margin: 1px 0 0 0;
    line-height: 40px;
    color: #a3a3a3;
    height: 38px;
    line-height: 37px;
    border-right: 1px solid #ccc;
    font-weight: normal;
}
.form-container .form-field input,
.form-container .form-field select {
    -moz-appearance: none
}
/*.form-container [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}*/
select {
    color: #595959 !important
}
@-moz-document url-prefix() { 
	select {
	    color: #595959 !important;
	    text-shadow: 0 0 0 transparent !important;
	}
}
.vanilla-form .btn {
    display: block
}
.text-center .vanilla-form .btn {
    margin: 0 auto
}
.vanilla-form label.custom-select {
    position: relative;
    display: block;
}
.vanilla-form label.custom-select span {
    position: absolute;
    display: inline-block;
    text-align: center;
    right: -4px;
    top: 0;
    height: 41px;
    width: 41px;
    pointer-events: none;
    padding: 10px 0 0 0;
    color: #858585;
}
.vanilla-form label.custom-select span {

}
.vanilla-form label.custom-select span::after {
    content: '\f123';
    font-family: "Ionicons";
    font-size: 11px;
}
.vanilla-form input.error,
.vanilla-form textarea.error,
.vanilla-form label.custom-select select.error,
.vanilla-form label.custom-select select.error:active,
.vanilla-form label.custom-select select.error:focus {
    border: 2px solid #de4747
}
.state-error,
.btn.state-error:hover {
    background: #de4747 !important;
    color: #FFF;
}
.vanilla-form .radio-set {
    margin-bottom: 10px
}
.vanilla-form .radio-set label {
    margin-right: 10px
}
.vanilla-form input[type="radio"],
.vanilla-form input[type="checkbox"] {
    position: absolute;
    pointer-events: none;
    opacity: 0;
    margin: 0;
    padding: 0;
    height: 10px;
}
.vanilla-form input[type="radio"] + span,
.vanilla-form input[type="checkbox"] + span {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    text-align: center;
    vertical-align: -3px;
    position: relative;
}
.vanilla-form input[type="radio"] + span::after,
.vanilla-form input[type="checkbox"] + span::after {
    content: "";
    display: inline-block;
    opacity: 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.vanilla-form input[type="radio"]:focus + span,
.vanilla-form input[type="checkbox"]:focus + span,
.vanilla-form input[type="radio"]:active + span,
.vanilla-form input[type="checkbox"]:active + span {
    border-color: #7bc4e6
}
.vanilla-form input[type="radio"]:checked + span::after,
.vanilla-form input[type="checkbox"]:checked + span::after {
    opacity: 1
}
.vanilla-form input[type="radio"].error + span,
.vanilla-form input[type="checkbox"].error + span {
    border-color: #de4747
}
.vanilla-form input[type="radio"] + span {
    border-radius: 100%
}
.vanilla-form input[type="radio"] + span::after {
    border-radius: 100%;
    background-color: #7bc4e6;
    border-color: #7bc4e6;
}
.vanilla-form input[type="radio"]:checked + span,
.vanilla-form input[type="checkbox"]:checked + span {
    border: 1px solid #7bc4e6
}
.vanilla-form input[type="radio"]:checked + span::after {
    border: 4px solid #ffffff
}
.vanilla-form input[type="checkbox"] + span::after {
    height: 40%;
    width: 70%;
    background-color: transparent;
    border: 0 solid #7bc4e6;
    top: 9px;
    left: 2px;
    -webkit-transform: rotate(-45deg) translate(50%, -75%);
    -moz-transform: rotate(-45deg) translate(50%, -75%);
    -ms-transform: rotate(-45deg) translate(50%, -75%);
    -o-transform: rotate(-45deg) translate(50%, -75%);
    transform: rotate(-45deg) translate(50%, -75%);
}
.vanilla-form input[type="checkbox"]:checked + span::after {
    border-left-width: 0.2em;
    border-bottom-width: 0.2em;
}
.vanilla-form .notification-box {
    display: block;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0;
}
.vanilla-form .notification-box.show-error {
    background-color: #f2dede;
    border-color: #ddb8be;
    color: #a94442;
}
.vanilla-form .notification-box.show-success {
    background-color: #dff0d8;
    border-color: #c0d6ae;
    color: #3c763d;
}
.searchform {
    position: relative
}
.searchform input {
    width: 100%
}
.searchform input {
    margin: 0;
    padding-right: 90px;
}
.searchform .btn {
    position: absolute;
    right: -4px;
    top: 0;
    padding: 14px 20px;
}
@-moz-document url-prefix() { 
	.searchform .btn {
	    padding-top: 13px !important
	}
}
::-webkit-input-placeholder {
    color: #595959 !important;
    font-weight: normal !important;
}
:-moz-placeholder {
    color: #595959 !important;
    font-weight: normal !important;
    opacity: 1;
}
::-moz-placeholder {
    color: #595959 !important;
    font-weight: normal !important;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #595959 !important;
    font-weight: normal !important;
}
/*-----------------------------------------------------------------------------------*/
/* 	27. VIDEO PARALLAX
/*-----------------------------------------------------------------------------------*/
.video-wrap video {
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: baseline;
}
video::-webkit-media-controls {
    display: none !important
}
.video-wrap {
    height: 100%;
    width: 100%;
}
#video-work {
    background: url('style/video/office.jpg') fixed no-repeat center center;
    background-size: cover;
}
.content-overlay {
    position: relative;
    z-index: 20;
    width: 100%;
    height: 100%;
    text-align: center;
    display: table;
    background: rgba(30,30,30,0.5);
}
.content-overlay .text {
    display: table-cell;
    vertical-align: middle;
}
.outer-wrap {
    height: 500px
}
/*-----------------------------------------------------------------------------------*/
/*	28. GO TO TOP
/*-----------------------------------------------------------------------------------*/
#scrollUp {
    bottom: 20px;
    right: 20px;
    transition: background 200ms linear;
    -webkit-backface-visibility: hidden;
    font-size: 16px;
}
#scrollUp i {
    font-size: 12px;
    color: #FFF;
    padding: 0;
}
/*-----------------------------------------------------------------------------------*/
/*	29. SOCIAL ICONS
/*-----------------------------------------------------------------------------------*/
.social {
    padding: 0;
    margin: 0;
    margin-bottom: -20px;
    font-size: 0;
    line-height: 1;
}
.social li {
    display: inline-block;
    margin: 0 20px 20px 0;
}
.pull-right .social li,
.social.pull-right li,
.text-right .social li {
    margin: 0 0 20px 20px
}
.text-center .social li,
.social.text-center li {
    margin: 0 10px 20px 10px
}
.social li a {
    display: table;
    line-height: 1;
}
.social li a i {
    background: none;
    box-shadow: none;
    border: 0;
    height: auto !important;
    width: auto;
    font-size: 16px;
    transition: all 150ms ease-in;
}
.social li a {
    color: #595959
}
.social li a:hover {
    color: #76b700 !important
}
/*-----------------------------------------------------------------------------------*/
/*	30. LIGHTGALLERY
/*-----------------------------------------------------------------------------------*/
.lg-backdrop {
    background: #303030
}
.lg-icon {
    transition: all 200ms ease-in
}
.lg-outer .lg-thumb-item {
    border-radius: 0
}
.lg-outer .lg-thumb-item,
.lg-outer .lg-thumb-item:hover {
    border-color: transparent
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item.active:hover {
    border-color: #7bc4e6
}
.lg-outer .lg-thumb {
    text-align: center
}
.lg-outer .lg-thumb-item {
    float: none;
    display: inline-block;
}
.lg-sub-html {
    z-index: 1060
}
.lg-sub-html p {
    font-size: 14px;
    color: #fff;
}
.lg-sub-html .post-title,
.lg-sub-html h3 {
    color: #FFF;
    font-size: 20px;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 80px
}
.lg-outer .lg-toogle-thumb,
.lg-outer .lg-thumb-outer {
    background: #272727 !important
}
.lg-actions .lg-next,
.lg-actions .lg-prev,
.lg-sub-html,
.lg-toolbar {
    background: rgba(48,48,48,0.5) !important
}
.lg-outer .lg-toogle-thumb,
#lg-counter,
.lg-toolbar .lg-icon,
.lg-actions .lg-next,
.lg-actions .lg-prev {
    color: #ccc
}
.lg-outer .lg-toogle-thumb:hover {
    color: #FFF
}
.lg-actions .lg-next,
.lg-actions .lg-prev,
.lg-outer .lg-toogle-thumb {
    border-radius: 0
}
.lg-outer .lg-toogle-thumb {
    z-index: 1061
}
.lg-sub-html {
    padding: 15px 40px
}
.lg-outer .lg-thumb {
    padding: 7px 0
}
.lg-outer .lg-item {
    background: none
}
.lg-outer .lg-item.lg-complete:after {
    display: none
}
/*-----------------------------------------------------------------------------------*/
/*	31. FONT ICON PAGES
/*-----------------------------------------------------------------------------------*/
.font-icons {
    list-style: none;
    margin: 0;
    padding: 0;
}
.font-icons li {
    display: inline-block;
    margin-bottom: 15px;
    padding: 0 15px;
    text-align: center;
}
.font-icons i {
    font-size: 36px !important
}
.alert .close {
    line-height: 20px
}
.retina-icons-code {
    font-size: 14px
}
.retina-icons-code i {
    font-size: 14px;
    width: 20px;
    display: inline-block;
}
.retina-icons-code tr td:first-child,
.retina-icons-code tr th:first-child {
    text-align: center
}
.retina-icons-code code {
    background: none;
    white-space: normal;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background: none !important
}
.table-bordered {
    border-bottom: 1px solid rgba(0,0,0,0.15) !important;
    border-left: none;
    background: none;
}
.table-bordered th,
.table-bordered td {
    border-bottom: 1px solid rgba(0,0,0,0.15) !important
}
.retina-icons-code td {
    vertical-align: middle !important;
    padding: 20px 10px !important;
}
.retina-icons-code th {
    padding: 20px 10px !important
}
.retina-icons-code .table th,
.retina-icons-code .table td {
    border-bottom: 1px solid rgba(0,0,0,0.15) !important
}
.retina-icons-code .table-bordered>thead>tr>th,
.retina-icons-code .table-bordered>tbody>tr>th,
.retina-icons-code .table-bordered>tfoot>tr>th,
.retina-icons-code .table-bordered>thead>tr>td,
.retina-icons-code .table-bordered>tbody>tr>td,
.retina-icons-code .table-bordered>tfoot>tr>td {
    border: 1px solid rgba(0,0,0,0.15) !important
}
.retina-icons-code code {
    color: inherit
}
.budicons-list .font-icons li {
    font-size: 40px;
    margin-bottom: 40px;
    padding: 0 20px;
}
.budicons-list .retina-icons-code i {
    font-size: 30px;
    line-height: 1;
    margin-top: 5px;
    display: block;
}
.flats {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.flats img {
    max-width: 100%;
    max-height: 200px;
    width: 100%;
    margin-bottom: 50px;
    display: inline;
}
/*-----------------------------------------------------------------------------------*/
/*	32. DIVIDERS
/*-----------------------------------------------------------------------------------*/
.divide0 {
    width: 100%;
    height: 0px;
}
.divide2 {
    width: 100%;
    height: 2px;
}
.divide3 {
    width: 100%;
    height: 3px;
}
.divide5 {
    width: 100%;
    height: 5px;
}
.divide10 {
    width: 100%;
    height: 10px;
}
.divide15 {
    width: 100%;
    height: 15px;
}
.divide20 {
    width: 100%;
    height: 20px;
}
.divide25 {
    width: 100%;
    height: 25px;
}
.divide30 {
    width: 100%;
    height: 30px;
}
.divide35 {
    width: 100%;
    height: 35px;
}
.divide40 {
    width: 100%;
    height: 40px;
}
.divide45 {
    width: 100%;
    height: 40px;
}
.divide50 {
    width: 100%;
    height: 50px;
}
.divide55 {
    width: 100%;
    height: 55px;
}
.divide60 {
    width: 100%;
    height: 60px;
}
.divide65 {
    width: 100%;
    height: 65px;
}
.divide70 {
    width: 100%;
    height: 70px;
}
.divide75 {
    width: 100%;
    height: 75px;
}
.divide80 {
    width: 100%;
    height: 80px;
}
.divide85 {
    width: 100%;
    height: 85px;
}
.divide90 {
    width: 100%;
    height: 90px;
}
.divide100 {
    width: 100%;
    height: 100px;
}
.rm0 {
    margin-right: 0px
}
.rm1 {
    margin-right: 1px
}
.rm2 {
    margin-right: 2px
}
.rm5 {
    margin-right: 5px
}
.rm6 {
    margin-right: 6px
}
.rm10 {
    margin-right: 10px
}
.rm15 {
    margin-right: 15px
}
.rm20 {
    margin-right: 20px
}
.rm25 {
    margin-right: 25px
}
.rm30 {
    margin-right: 30px
}
.rm40 {
    margin-right: 40px
}
.rm50 {
    margin-right: 50px
}
.lm0 {
    margin-left: 0px
}
.lm1 {
    margin-left: 1px
}
.lm5 {
    margin-left: 5px
}
.lm7 {
    margin-left: 7px
}
.lm10 {
    margin-left: 10px
}
.lm15 {
    margin-left: 15px
}
.lm20 {
    margin-left: 20px
}
.lm25 {
    margin-left: 25px
}
.lm30 {
    margin-left: 25px
}
.lm40 {
    margin-left: 40px
}
.rp5 {
    padding-right: 5px
}
.rp10 {
    padding-right: 10px
}
.rp15 {
    padding-right: 15px
}
.rp20 {
    padding-right: 20px
}
.rp25 {
    padding-right: 25px
}
.rp30 {
    padding-right: 30px
}
.rp40 {
    padding-right: 40px
}
.rp50 {
    padding-right: 50px
}
.lp0 {
    padding-left: 0px
}
.lp5 {
    padding-left: 5px
}
.lp10 {
    padding-left: 10px
}
.lp20 {
    padding-left: 20px
}
.lp25 {
    padding-left: 25px
}
.lp30 {
    padding-left: 30px
}
.lp35 {
    padding-left: 35px
}
.lp40 {
    padding-left: 40px
}
.lp50 {
    padding-left: 50px
}
.lp100 {
    padding-left: 100px
}
.tp0 {
    padding-top: 0 !important
}
.tp3 {
    padding-top: 3px
}
.tp5 {
    padding-top: 5px
}
.tp10 {
    padding-top: 10px
}
.tp20 {
    padding-top: 20px
}
.tp25 {
    padding-top: 25px
}
.tp30 {
    padding-top: 30px
}
.tp40 {
    padding-top: 40px
}
.tm4 {
    margin-top: 4px
}
.tm5 {
    margin-top: 5px
}
.tm7 {
    margin-top: 7px
}
.tm10 {
    margin-top: 10px
}
.tm15 {
    margin-top: 15px
}
.tm20 {
    margin-top: 20px
}
.tm40 {
    margin-top: 40px
}
.mbm1 {
    margin-bottom: -1px
}
.bp0 {
    padding-bottom: 0 !important
}
.bp10 {
    padding-bottom: 10px !important
}
.bp20 {
    padding-bottom: 20px !important
}
.bm0 {
    margin-bottom: 0 !important
}
.bm5 {
    margin-bottom: 5px !important
}
.bm6 {
    margin-bottom: 6px !important
}
.bm10 {
    margin-bottom: 10px !important
}
.bm15 {
    margin-bottom: 15px !important
}
.bm20 {
    margin-bottom: 20px !important
}
.bm25 {
    margin-bottom: 25px !important
}
.bm30 {
    margin-bottom: 30px !important
}
.bm40 {
    margin-bottom: 40px !important
}
.bm50 {
    margin-bottom: 50px !important
}
.bp50 {
    padding-bottom: 50px !important
}
/*-----------------------------------------------------------------------------------*/
/*	33. BOX LAYOUT
/*-----------------------------------------------------------------------------------*/
@media (min-width: 1270px) { 
	.box-layout {
	    background: transparent url(style/images/bg1.jpg) repeat fixed;
	    padding: 0;
	}
	.box-layout .content-wrapper {
	    background: #FFF;
	    position: relative;
	}
	.box-layout .content-wrapper,
	.box-layout footer.footer {
	    width: 1270px;
	    margin: 0 auto;
	    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
	}
	.box-layout footer.footer {
	    box-shadow: none
	}
	.box-layout footer.footer-bg2 {
	    position: relative;
	    z-index: 999;
	}
}
/*-----------------------------------------------------------------------------------*/
/*	34. RESPONSIVE
/*-----------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1199px) { 
	.portfolio-grid.col4 .item {
	    width: 33.33339%
	}
}
@media (min-width: 992px) { 
	.navbar .navbar-collapse {
	    
	    position: relative;
	    right: 0;
	}
	.navbar .navbar-nav {
	    float: none;
	    position: relative;
	    display: table-cell;
	    vertical-align: middle;
	    margin: 0 !important;
	}
	.navbar .navbar-nav > li {
	    margin: 0;
	    display: inline-block;
	}
	.navbar.extended.centered .navbar-nav > li > a {
	    padding-left: 10px;
	    padding-right: 30px;
	}
	.navbar.extended .navbar-nav > li > a {
	    padding-right:10px;
	    padding-left: 0;
	}
	.navbar.extended.narrow .navbar-nav > li > a {
	    padding-right: 20px;
	    padding-left: 10px;
	}
	.navbar .navbar-nav > li:last-child > a {
	    padding-right: 0
	}
	.navbar.classic .navbar-nav > li:last-child > a {
	    
	}
	.navbar .dropdown-menu {
	    padding-top: 11px;
	    padding-bottom: 11px;
	    background: #fff;
	}
	.navbar .dropdown-menu li {
	    border: none
	}
	.navbar .dropdown-menu li a {
	    padding: 11px 22px; color:#111;
	}
	.navbar .dropdown-menu li a:hover,
	.navbar .dropdown-menu li a.active {
	    padding: 11px 22px;
	    color: #555 !important;
	}
	.navbar-nav ul ul {
	    padding-top: 6px !important;
	    padding-left: 2px !important;
	}
	.navbar-nav ul ul ul {
	    padding-left: 5px !important
	}
	.navbar-nav ul ul li {

	}
	.navbar.extended .navbar-header {
	    width: 100%;
	    height: auto;
	    padding:16px 0;
	}
	.navbar.extended .navbar-collapse {
	    float: none !important;
	    width: 100%;
	}
	.navbar.extended.centered .navbar-brand,
	.navbar.extended.centered .navbar-header,
	.navbar.extended.centered .navbar-collapse {
	    float: none !important;
	    text-align: center;
	}
	.navbar.extended .info,
	.navbar.extended .social-wrapper {
	    display: table-cell;
	    vertical-align: middle;
	    width: 100%;
	}
	.navbar .top-bar .info,
	.navbar .top-bar .social-wrapper {
	    width: auto;
	    display: table-cell;
	    vertical-align: middle;
	}
	.navbar.extended.centered .social-wrapper {
	    display: table-cell;
	    vertical-align: middle;
	    width: 100%;
	}
	.navbar.extended .social-wrapper {
	    width: auto
	}
	.navbar.extended.fixed .navbar-header {
	    display: none
	}
	.navbar.extended.centered .navbar-nav > li {
	    margin: 0 10px
	}
	.navbar.extended .navbar-nav > li {
	    margin: 0 20px 0 0
	}
	.navbar.classic .navbar-nav > li {
	    margin: 0 0 0 25px
	}
	.navbar.extended.centered .navbar-nav > li > a {
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.navbar.extended .navbar-collapse {
	    background: #f3f3f3
	}
	.navbar.extended:not(.centered) .navbar-collapse .container,
	.navbar.classic .container {
	    display: table;
	    vertical-align: middle;
	}
	.navbar.extended .navbar-collapse .navbar-nav {
	    float: none;
	    display: inline-block;
	}
	.navbar.extended .navbar-collapse .navbar-nav > li {
	    display: inline-block
	}
	.navbar.classic .navbar .navbar-nav {
	    float: none;
	    position: relative;
	    display: table-cell;
	    vertical-align: middle;
	    margin: 0 !important;
	}
	.navbar.classic .navbar-header {
	    display: table;
	    position: relative; z-index:99999999;
	}
	.navbar.classic .navbar-brand {
	    width: auto
	}
	.info-cards li.info-card.left .icon {
	    float: left
	}
	.info-cards li.info-card.right .icon {
	    float: right
	}
	.info-cards li.info-card.left .info-content {
	    padding-left: 470px
	}
	.info-cards li.info-card.right .info-content {
	    padding-right: 470px
	}
}
@media (max-width: 991px) { 
	.navbar .container {
	    width: 100%;
	    padding: 0;
	}
	.navbar .navbar-header .navbar-brand {
	    width: 100%
	}
	.navbar .nav-bars-wrapper {
	    display: table-cell;
	    vertical-align: middle;
	}
	.navbar .dropdown-menu {
	    padding-left: 20px
	}
	.navbar .navbar-nav > li {
	    margin: 0 30px
	}
	.navbar .navbar-nav > li > a {
	    color: #fff !important
	}
	.navbar .nav > li.current > a,
	.navbar .nav > li > a:hover {
	    color: #fff !important
	}
	.navbar-nav > li > a,
	.navbar .dropdown-menu li a,
	.navbar .dropdown-menu li a:hover,
	.navbar .dropdown-menu li a.active {
	    padding: 10px 0px !important
	}
	.navbar-nav .open .dropdown-menu > li > a {
	    line-height: 1
	}
	.navbar .top-bar,
	.navbar .info {
	    display: none
	}
	.navbar:not(.fixed) .navbar-header {
	    height: 94px !important
	}
	.navbar .navbar-brand {
	    text-align: left !important
	}
	.navbar-default:not(.fixed) {
background: rgba(56,14,133,0.8);
box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.4);

	}
	.navbar.extended.narrow.fixed {
	    background: rgba(255,255,255,0.9)
	}
	.navbar .navbar-collapse,
	.navbar .navbar-collapse .container.inverse-wrapper {
	    background: rgba(56,14,133,0.8) !important;
	    padding: 0;
	}
	.navbar.extended.narrow:not(.fixed) .navbar-collapse .container {
	    padding: 0
	}
	.navbar .navbar-nav {
	    padding-top: 10px;
	    padding-bottom: 10px;
	}
	.info-cards li.info-card .icon img {
	    display: inline
	}
	.info-cards li.info-card .icon {
	    text-align: center;
	    margin-bottom: 30px;
	}
	[class*="col-"][class*="lp"] {
	    padding-left: 15px;
	    margin-top: 30px;
	}
	[class*="col-"][class*="rp"] {
	    padding-right: 15px
	}
	.tp-caption .btn {
	    padding: 10px 17px !important;
	    font-size: 11px !important;
	}
	.thin,
	.thin2 {
	    width: 100%
	}
	.grid-view figure img,
	.list-view figure img {
	    width: 100% !important
	}
	.list-view figure {
	    margin-bottom: 20px
	}
	.portfolio-grid.col3 .item,
	.portfolio-grid.col4 .item {
	    width: 50%
	}
}
@media (min-width: 768px) and (max-width: 991px) { 
	.container {
	    padding-right: 15px;
	    padding-left: 15px;
	}
	.navbar .navbar-header {
	    width: 750px;
	    margin: 0 auto;
	    padding-left: 15px;
	    padding-right: 15px;
	}
}
@media (max-width: 767px) { 
	.container {
	    padding-right: 20px;
	    padding-left: 20px;
	}
	.navbar .navbar-header {
	    padding-left: 20px;
	    padding-right: 20px;
	    width: 100%;
	}
	.tp-caption .btn {
	    padding: 9px 15px !important;
	    font-size: 9px !important;
	}
	footer [class*="col-"] {
	    margin-bottom: 30px
	}
	[class*="col-"] {
	    margin-bottom: 30px
	}
	.form-container [class*="col-"] {
	    margin-bottom: 0
	}
	.border-box.icon-top [class*="col-"] {
	    margin-bottom: 60px
	}
	.panel.pricing {
	    border: 2px solid rgba(0,0,0,0.09)
	}
	.panel.pricing2 {
	    border-left: 0 !important;
	    border-top: 2px solid rgba(0,0,0,0.09) !important;
	}
	[class*="col-"]:first-child .panel.pricing2 {
	    border-top: 0 !important
	}
	.pricing2 .panel-heading {
	    padding-top: 30px !important
	}
	.portfolio-grid.col3 .item,
	.portfolio-grid.col4 .item {
	    width: 100%
	}
	.portfolio-grid img {
	    width: 100%
	}
	.tiles .col-xs-6 {
	    width: 100%
	}
	.process [class*="col-"] {
	    display: inline
	}
	.sidebar {
	    margin-top: 60px;
	    padding-left: 15px !important;
	}
	#flow .tp-caption {
	    display: none
	}
	.xs-center {
	    text-align: center
	}
	.parallax .col-xs-12 {
	    margin: 0
	}
	.grid-view .grid-view-post {
	    width: 100% !important
	}
	.page-title h1,
	.breadcrumbs {
	    float: none !important
	}
	.breadcrumbs {
	    margin-top: 5px
	}
	#comments .user {
	    display: none
	}
	#comments .message-inner {
	    margin-left: 0
	}
	#comments ul.children {
	    padding: 0 0 0 25px
	}
	.section-title h2 {
	    padding: 0
	}
	.section-title h2:before,
	.section-title h2:after {
	    display: none
	}
	.circle-progress {
		margin-bottom: 0;
	}
}
/*
.ion-social-facebook {color:#0b5b9c}
.ion-social-twitter {color:#1eb3d8}
.ion-social-googleplus {color:#ed6c0d}
.ion-social-youtube {color:#f42828}
.ion-social-whatsapp {color:#0dcd1a}

*/

#fl_menu {
  position: fixed;
  right:80px; z-index:9999999;
  bottom: -10px;
  width: 494px; text-align:right;  
  height: 50px;
}
#fl_menu .btn-red { border-radius: 5px 5px 0 0px; font-size:12px; font-weight:500; box-shadow }
#fl_menu .label {
  background: #000;
  color: #d77d31;
  height: 40px;
  width: 120px;
  float: left;
}
#fl_menu .shop_now {
  background: url(style/images/shop_now.png) no-repeat;
}
#fl_menu .dealer {
  background: url(style/images/flyout-find-dealer.png) no-repeat;
}
#fl_menu .discussion {
  background: url(style/images/flyout-discussion.png) no-repeat;
}
#fl_menu .price-list {
  background: url(style/images/flyout-price-list.png) no-repeat;
}
#fl_menu .dealer:hover {
  background: url(style/images/flyout-find-dealer-hover.png) no-repeat;
}
#fl_menu .discussion:hover {
  background: url(style/images/flyout-discussion-hover.png) no-repeat;
}
#fl_menu .price-list:hover {
  background: url(style/images/flyout-price-list-hover.png) no-repeat;
}
#fl_menu .menu {
  display: none;
}
#fl_menu .menu .menu_item {
  display: block;
  background: #000;
  color: #bbb;
  border-top: 1px solid #333;
  padding: 10px 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
}
#fl_menu .menu a.menu_item:hover {
  background: #333;
  color: #fff;
}
.content {
  width: 520px;
  margin: 50px auto;
}


div.pbox
{
    
}


div.pbox div:nth-child(even)
{
    background:#f34343; color:#fff;  padding:10px 20px; border-radius:5px; border:1px solid #ddd; width:46%; margin-right:10px; margin-bottom:15px;
}
div.pbox div:nth-child(even) a { color:#fff}
div.pbox div:nth-child(even):hover {background:#144d86; transition: background-color 0.5s ease;}

div.pbox div:nth-child(odd)
{
   background:#144d86; color:#fff;  padding:10px 20px; border-radius:5px; border:1px solid #ddd; width:46%; margin-right:10px; margin-bottom:15px;
}
div.pbox div:nth-child(odd) a { color:#fff}
div.pbox div:nth-child(odd):hover {background:#f34343; transition: background-color 0.5s ease;}

.btnslide {background:#3fb0ff !important; color:#fff !important} 
.btnslide1 {background:#fff !important; color:#222 !important} 
.btnmain {background-color:#3fb0ff !important; color:#fff !important; border:1px solid #3fb0ff} 

.btn3 {background:#fff !important; color:#222 !important;}

.navbar-default{background: rgba(56,14,133,0.8);}
.head-left { float:left !important; }
.head-right {float:right !important; margin-left:55px; border:0px solid #000; width:100px; line-height:100px; text-align:center; font-size:24px; min-width:240px}
.head-right a { color:#fff; padding:5px 6px; }
.head-right a span
{ 
    font-size: 17px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-weight: 400;
    transition: all 150ms ease-in;
    line-height: 1;
    color: #ffff !important;
    position: relative;}
	
.head-right a:hover { color:#fff; }
.rev_slider_wrapper { margin-top:0px; }


@media (max-width:480px) {

#fixed-social {
display:none !important; 
}


#fixed-social1 {
   position: fixed; display:block !important;
   bottom:0px; z-index: 9999999999999999; left: 5%;
}

#fixed-social1 a {
   color: #fff;
   display: block; float:left;
   height: 45px;
   position: relative;
   text-align: center;
    line-height: 45px;
   width: 45px;
   margin-bottom: 0px; margin-right:5px;
   z-index: 2;
   font-size: 14px;
   border-radius: 0px;
}

#fixed-social1 a:hover {
 
}

}

#fixed-social1 {
   display:none; 
}


/* fixed social*/
#fixed-social {
   position: fixed; display:block; 
   bottom:130px; right:0px;
}

#fixed-social a {
   color: #fff;
   display: block;
   height: 45px;
   position: relative;
   text-align: center;
    line-height: 45px;
   width: 45px;
   margin-bottom: 1px;
   z-index: 2;
}
#fixed-social a:hover>span{
	visibility: visible;
  right: 46px;
  opacity: 1;
} 
#fixed-social a span {
	line-height: 45px;
    right: 60px;
    position: absolute;
    text-align: center;
    width: 120px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
}
 .fixed-facebook{
 	background-color: #3f55ab;
 }
 .fixed-facebook span{
	background-color: #3f55ab;
 }
 .fixed-twitter{
	background-color: #60b8ff;

 }
 .fixed-twitter span{
 	background-color: #60b8ff;
 }
 .fixed-gplus{
	background-color: #f53340;

 }
 .fixed-gplus span{
 	background-color: #f53340;
 }
 .fixed-linkedin{
	background-color: #1082bb;

 }
 .fixed-linkedin span{
 	background-color: #1082bb;
 }
 .fixed-instagrem{
	background-color: #e03586;

 }
 .fixed-instagrem span{
 	background-color: #e03586;
 }
 .fixed-tumblr{
	background-color: #EB1471;

 }
 .fixed-tumblr span{
 	background-color: #EB1471;
 }
/*end fixed social*/

figure {
    margin: 0;
    padding: 0; 
    overflow: hidden;
}
figure:hover+span {
    bottom: -36px;
    opacity: 1;
}

.hover01 figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.hover01 figure:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.imgbdr { border-radius: 5px; border:1px solid #ddd;  }

@media (max-width: 480px){

.navbar-brand img { height: 74px !important;
    margin-top: -3px;
}
.rev_slider_wrapper {
    margin-top: 0px;
}

}

.spbtnl {  border-radius:35px!important; background:#562899 !important; height:50px !important; 
    padding:0px 35px !important; line-height: 50px !important;
 float: left;
    font-size: 18px; color:#fff !important;
    font-weight: 300 !important;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition: all .4s ease .2s;
    transition: all .4s ease .2s;
    text-align: center;
    border: none; margin:10px 0 10px 0px;
    
}
.spbtnl:hover {  border-radius:35px!important; background:#999 !important; color:#fff !important; }


.spbtn {  border-radius:6px!important; background:#562899 !important; height:40px !important; 
    padding:0px 15px !important; line-height: 40px !important;
 float: left;
    font-size: 16px; color:#fff !important;
    font-weight: 300 !important;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition: all .4s ease .2s;
    transition: all .4s ease .2s;
    text-align: center;
    border: none; margin:10px 0 10px 0px;
    
}
.spbtn:hover {  border-radius:6px!important; background:#999 !important; color:#fff !important; }

.spbtn1 { float: right;  border-radius:6px!important; background:#f5cf3c !important; 
    height:40px !important; padding:0px 15px !important; line-height: 40px !important;
    font-size: 16px; margin:10px 0 10px 0px;
    font-weight: 300 !important; color:#000 !important;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition: all .4s ease .2s;
    transition: all .4s ease .2s;
    text-align: center;
    border: none;

}
.spbtn1:hover {  border-radius:6px!important; background:#999 !important; color:#fff !important; }

.pbox {position: relative; margin:0px 15px 0px auto;
    background: #fff;
    z-index: 1; padding:10px;
    border: 1px solid #ebebeb;
    border-radius: 0px;
    overflow: hidden;
    margin-bottom: 10px;
    box-shadow: 0px 0px 4px #d1d1d1;}





.quantity {
 display: inline-block; }

.quantity .input-text.qty {
 width: 60px;
 height: 41px;
 padding: 0 5px;
 text-align: center;
 background-color: transparent;
 border: 1px solid #efefef;
}

.quantity.buttons_added {
 text-align: left;
 position: relative;
 white-space: nowrap;
 vertical-align: top; }

.quantity.buttons_added input {
 display: inline-block;
 margin: 0;
 vertical-align: top;
 box-shadow: none;
}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
 padding: 7px 10px 8px;
 height: 41px;
 background-color: #ffffff;
 border: 1px solid #efefef;
 cursor:pointer;}

.quantity.buttons_added .minus {
 border-right: 0; }

.quantity.buttons_added .plus {
 border-left: 0; }

.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover {
 background: #eeeeee; }

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
 -webkit-appearance: none;
 -moz-appearance: none;
 margin: 0; }
 
 .quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
 outline: none; }









    /*** 

====================================================================
    Shop
====================================================================

***/
.Shop-Pages { background-color: #fff; padding: 20px 0px;}
.Shop-Item-Wrapper .Shop-Item {margin-bottom: 30px; }
.Shop-Item-Wrapper .Shop-Item .Shop-Img {overflow: hidden;}
.Shop-Item-Wrapper .Shop-Item .Shop-Img>img {
    width: 100%;
    -webkit-transform:scale3D(1.1,1.1,1.1);
          transform:scale3D(1.1,1.1,1.1);
}
.Shop-Item-Wrapper .Shop-Item:hover .Shop-Img>img {
    -webkit-transform:scale3D(1,1,1);
          transform:scale3D(1,1,1);
}
.Shop-Item-Wrapper .Shop-Item .Shop-Cart {
    text-align: center;
    padding:16px 10px 16px;
}
.Shop-Item-Wrapper .Shop-Item .Shop-Cart>h6 {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
}
.Shop-Item-Wrapper .Shop-Item .Shop-Cart>h6>a {color: #242222;}
.Shop-Item-Wrapper .Shop-Item .Shop-Cart>span {
    display: block;
    line-height: 30px;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin: 7px 0 16px;
}
.Shop-Item-Wrapper .Shop-Item .Shop-Cart>a {
    border-radius:6px; margin-right:10px; padding-right:15px; padding-left:15px;
    line-height: 40px;
    font-size:14px;
    font-weight: 600;
    color: #fff;
    background: #087845;
    text-transform: uppercase;
}
.Shop-Item-Wrapper .Shop-Item .Shop-Cart>a.bg { background:#999 }
.shop-next-and-pivias {margin-top: 20px;}
.shop-next-and-pivias>li {display: inline-block; margin: 3px; vertical-align: middle;}
.shop-next-and-pivias>li:last-child {margin-left: 15px;}
.shop-next-and-pivias>li>a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #f6a27b;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
}
.shop-next-and-pivias>li>a>i {font-size: 12px; line-height: 45px; display: block;}
.Shop-Item-Wrapper .Shop-Item .Shop-Cart>a:hover,
.shop-next-and-pivias>li>a:hover {background: #399411;}
/*==================================== Shop Side Bar ======================================*/
.Shop-Side-Bar>form {height: 45px; margin-bottom: 46px; position: relative;}
.Shop-Side-Bar>form>input {
    width: 100%;
    height: 100%;
    background: #eeeeee;
    border: none;
    font-style: italic;
    padding: 0 100px 0 15px;
}
.Shop-Side-Bar>form>button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 90px;
    background: #399411;
    color: #fff;
}
.Shop-Side-Bar>h4 {
    line-height: 50px;
    font-weight: 600;
}
.Shop-Side-Bar>h4:after {
    content: "";
    display: block;
    width: 85px;
    height: 2px;
    background: #399411;
    margin-bottom: 40px;
}
.Shop-Side-Bar>.Light-Shop {margin-bottom: 40px;}
.Shop-Side-Bar>.Light-Shop>li>a {
    line-height: 35px; 
    margin-bottom: 5px;
    font-size: 18px;
    color: #888787;
}
.Shop-Side-Bar>.Light-Shop>li>a:hover {color: #399411; padding-left: 5px;}
.Shop-Side-Bar>.Popular-Product>li {
    position: relative;
    margin-bottom: 30px;
    min-height: 75px;
    padding-left: 120px;
}
.Shop-Side-Bar>.Popular-Product>li>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 75px;
}
.Shop-Side-Bar>.Popular-Product>li>h6 {
    font-style: 18px;
    font-weight: 600;
    line-height: 40px;
}
.Shop-Side-Bar>.Popular-Product>li>h6>a {color: #242222;}
.Shop-Side-Bar>.Popular-Product>li>span {
    display: block;
    font-weight: 600;
    color: #399411;
}
/*==================================== Shop Details ======================================*/
.single-product-details .product-order-img .vig-img {overflow: hidden;}
.single-product-details .product-order-img .vig-img>img {width: 100%;}
.single-product-details .product-order-img:hover .vig-img>img {
    -webkit-transform: scale3D(1.1,1.1,1);
    transform: scale3D(1.1,1.1,1);
}
.single-product-details .product-order-details>h6 {font-size: 30px; line-height: 50px; 
    font-weight: 600;}
.single-product-details .product-order-details>.price {margin: 10px 0 8px;}
.single-product-details .product-order-details>.price>li {display: inline-block; margin-right: 15px; color: #242222; vertical-align: middle;}
.single-product-details .product-order-details>.price>li:nth-of-type(1) {color: #399411; font-weight: 700; font-size: 35px;}
.single-product-details .product-order-details>.price>li:nth-of-type(2) {color: #737373; font-size: 22px; font-weight: 600;}
.single-product-details .product-order-details>.rating-and-tag>.rating {margin-top: 15px;}
.single-product-details .product-order-details>.rating-and-tag>.rating>li {display: inline-block; color: #fb663e; font-size: 16px; margin-right: 5px;}
.single-product-details .product-order-details>.rating-and-tag>.tag>li {vertical-align: middle;}
.single-product-details .product-order-details>p {margin:10px 0 10px;}
.value-decrease-and-select .value-section {padding-bottom: 25px;}
.value-decrease-and-select .value-section>li {
    display: inline-block;
    vertical-align: middle;
}
.value-decrease-and-select .value-section>li button {
    width: 70px;
    height: 40px;
    color: #fff;
    font-size: 14px;
    background: #399411;
}
.value-decrease-and-select .value-section>li:nth-child(2) {
    width: 70px;
    height: 40px;
    line-height: 40px;
    background: #eeeded;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.value-decrease-and-select>ul>li>a {
    text-align: center;
    width: 130px;
    line-height: 40px;
    color: #fff;
    background: #399411;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
/*********/
.single-product-details .review-tab {margin: 80px 0 100px 0;}
.single-product-details .review-tab .nav-tabs > li {margin: 0; margin-right: 3px;}
.single-product-details .review-tab .nav-tabs > li > a {
    font-family: 'Montserrat', sans-serif;
    line-height: 50px;
    font-size: 20px;
    font-weight: 600;
    color: #242222;
    border: none;
    text-align: center;
    border-radius: 0;
    background: #eeeded;
    padding: 0 50px;
}
.tab-content { padding:20px; border:1px solid #eee; }
.single-product-details .review-tab .nav-tabs {border: none; margin: 0 0 0 0;}
.single-product-details .review-tab .nav-tabs > li > a:hover,
.single-product-details .review-tab .nav-tabs > li.active > a,
.single-product-details .review-tab .nav-tabs > li.active > a:hover,
.single-product-details .review-tab .nav-tabs > li.active > a:focus {background: #399411 !important; color: #fff;}
.single-product-details .review-tab .tab-pane p {font-size: 16px;}
.single-product-details .review-tab .tab-pane p:nth-of-type(1) {margin-bottom: 24px;}
.single-product-details .review-tab .tab-pane h4 {margin-bottom: 30px; font-weight: 600;}
.single-product-details .review-tab .tab-pane ul li {line-height: 45px; font-size: 18px;}
#review .single-review {background: #f4f1f1; padding: 30px 30px 30px 30px;}
#review .single-review img {width: 85px; height: 85px; border-radius: 50%;}
#review .single-review .text {
    width: calc(100% - 85px);
    padding-left: 30px;
}
#review .single-review .text span {
    display: block;
    font-size: 14px;
    color: rgba(0,0,0,0.6);
}
#review .single-review .text h6 {
    font-weight: 600;
    margin: 5px 0 20px 0;
}
#review .single-review .text ul li {
    display: inline-block;
    font-size: 20px;
    margin:15px 2px 0 2px;
    color: #fb663e;
}
#review .single-review {margin-bottom: 10px;}
/************/
.Shop-Item-Wrapper>h4 {font-size: 22px; font-weight: 600;}
.Shop-Item-Wrapper>h4:after {
    content: "";
    display: block;
    width: 85px;
    height: 2px;
    background: #399411;
    margin: 10px 0 50px;
}
/*** 

====================================================================
    Faq
====================================================================

***/
.faq-page {margin: 120px 0;}
.faq-page h4 {font-weight: 600;}
.faq-page>div>p {
    font-size: 18px;
    line-height: 36px;
    max-width: 800px;
    margin: 30px 0 65px;
}
.panel-group .panel-heading {padding: 0;}
.inspiration-tab .panel {
    -webkit-box-shadow: none;
          box-shadow: none;
    border: none;
    border-radius: 0;
    margin-bottom: 20px;
}
.inspiration-tab .panel-body>p {line-height: 36px;}
.faq-page .faq-item .inspiration-tab .panel-heading h6 a {
    font-family: 'Open Sans', sans-serif;
    display: block;
    color: #171616;
    line-height: 36px;
    position: relative;
    padding: 7px 80px 7px 30px;
    text-transform: none;
    font-size: 16px;
    font-weight: 600;
    background: #f3f3f3;
    text-transform: uppercase;
}
.faq-page .faq-item .inspiration-tab .panel-body {padding: 35px 0; border: none !important;}
.faq-page .faq-item .inspiration-tab .panel-heading h6 a:before {
    content: '';
    font-family: "font-awesome";
    width: 65px;
    height: 36px;
    line-height: 36px;
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 18px;
    text-align: center;
    color: #615b5b;
    -webkit-transform:translateY(-50%);
          transform:translateY(-50%);
}
.faq-page .faq-item .inspiration-tab .panel-heading.active-panel h6 a:before {content: ''; color: #399411;}
/*-------------------------------------------------------------------------------------------------------------*/
/*============================= Click To Top =========================*/
.scroll-top {
    width:30px;
    height:30px;
    position: fixed;
    bottom: 5px;
    right: 10px;
    z-index: 99;
    text-align: center;
    color:#fff;
    font-size: 20px;
    display: none;
    border-radius: 3px;
}
.scroll-top:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
/*-------------------------------------------------------------------------------------------------------------*/
/*** 

====================================================================
  Conatct Form Activation
====================================================================

 ***/
.alert-wrapper {
  display: none;
  position: fixed;
  width: 100%;
  height:100%;
  background: rgba(0,0,0,0.6);
  top: 0;
  left: 0;
  z-index: 9999999;
}
#success,
#error {
  position: relative;
  width:500px;
  height: 100px;
  top: calc(50% - 50px);
  left:calc(50% - 250px);
  background: rgba(0,0,0,0.8);
  text-align: center;
}
#success .wrapper,
#error .wrapper {
  display: table;
  width:100%;
  height: 100%;
}
#success .wrapper p,
#error .wrapper p{
  display: table-cell;
  vertical-align: middle;
  letter-spacing: 1px;
}
#success p{color: #ffce6e;}
#error p{color: #C9182B;}
#error button,
#success button {
  color:#fff;
  width:40px;
  height:40px;
  line-height: 20px;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 20px;
}
.form-validation label.error {display: none !important;}
.form-validation input.error,
.form-validation textarea.error {border:1px solid #f03838 !important;}

a:focus { color:#44d20c !important}

.box {border:1px solid #ddd; height:142px; width:100%; padding:10px; border-radius:5px; margin-bottom:10px; clear:both}
.box-img { float:left; width:120px; border:1px solid #ddd; border-radius:5px; }
.box-img img  {}
.box-content { font-size:16px; color:#222; padding-left:10px; float:left }

span.welpan { font-size:15px; line-height:20px !important; color:#555 ; font-weight:100;}
.wellh { line-height:30px !important; margin:0px ;}





/* ==================================== Check-Out Page Css ======================= */
.romana_check_out_form .common_input input[type=text], .romana_check_out_form .common_input input[type=password], .romana_check_out_form .common_input select {
    width: 100% !important; 
    border:1px solid #e3e3e3;
    background: #fff;
    border-radius:3px;
    margin-bottom:30px; box-shadow:none; height:46px;
}
.romana_check_out_form .select_option_one::after {
    color: #b8b8b8;
}

.check_form_left {
    margin-right: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .check_form_left {
        margin-right: 10px;
    }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .check_form_left {
        margin-right: 0px;
    }
}
.check_form_left h3 {
    margin-bottom: 50px;
    font-size: 24px;
}

.check_form_right {

    padding: 35px 30px 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .check_form_right {
        padding: 35px 10px 40px;
    }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .check_form_right {
        padding: 35px 10px 40px;
    }
}
.check_form_right h3 {
    font-size: 24px;
    margin-bottom: 22px;
}
.product_order ul, .romana_select_method ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.check_form_right .product_order ul li {
    padding: 8px 5px;
}
.check_form_right .product_order ul li:first-child {
    border-bottom: 1px solid #e3e3e3;
}
.check_form_right .product_order ul li:nth-child(2) {
    font-weight: 300;
    font-size: 15px;
    padding: 15px 5px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 8px;
}
.check_form_right .product_order ul li span {
    float: right;
}
.check_form_right .paypal_img {
    margin-top: 20px;
}
.check_form_right .common_btn {
    width: 100%;
    color: #fff;
    margin-top: 36px;
}

.romana_select_method {
    margin-top: 30px;
}
.romana_select_method li {
    margin-top: 20px;
}
.romana_select_method label {
    padding-left: 14px;
}

.ctable th { padding:15px 0px 15px 0px !important;     }
.ctable input { background-color: #fff !important;  } 

table.order-summary { border:1px solid #eee; border-collapse:collapse; margin:0px 0px 20px 0px;}
table.order-summary td { padding:6px; color:#222; }
table.order-summary td strong { font-size:15px; color:#222; }
.nav-mbl { display: none; }
@media (max-width: 767px) {
.nav-mbl { display: block;  position: absolute; top: 35px;  right:40px;    }
.nav-mbl a { color: #fff; font-size: 25px; margin-right: 15px; }
}
@media (max-width: 480px) {
.navbar-brand img {
    height: 49px !important;
    margin-top: -3px;
}

.navbar.fixed .nav-mbl {
    display: block;
    position: absolute;
    top: 20px;
    right: 40px;
}

}




 
  a.cartBox {
     position: relative;
     
}
  a.cartBox span {
    width: 20px;
    height: 20px;
    background-color:transparent;
    display: block;  padding-top: 2px;
    border-radius: 50%;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: -7px;
    right: -6px;
}

.policies { margin: 0px auto; padding: 15px 0px; width: 100%; text-align: center; border: 0px solid #000 }

.policies h4 { padding-top:0px; line-height: 20px; text-align: justify; padding-bottom: 10px; 
  font-size: 24px; font-weight: 800; letter-spacing:1px; text-transform: uppercase;    }

  .policies h6 { padding:20px 0 0px 10px; line-height: 20px; text-align: justify;  
  font-size: 20px; font-weight: 800; letter-spacing:.5px; text-transform: uppercase;    }

  .policies h3 { padding: 15px; border: 1px solid #eee; line-height: 30px; text-align: center; 
  font-size: 24px; margin: 0px 10px; font-weight: 800; letter-spacing:1px; text-transform: uppercase;    }
.policies p { padding:15px 20px 20px 15px; line-height: 26px; text-align: justify; font-size: 16px; 
  font-weight: 400; letter-spacing:.2px; color: #111;}

.policies ol {   padding:0px 10px; line-height: 24px; text-align: justify; font-size: 16px; 
  font-weight: 400; letter-spacing:.2px; color: #111; margin: 0px 0px 0px 25px; }
.policies ol li {  text-align: justify; }

.policies ul {   padding:0px 10px; line-height: 24px; text-align: justify; font-size: 16px; 
  font-weight: 400; letter-spacing:.2px; color: #111; margin: 0px 0px 0px 25px; }
.policies ul li {  text-align: justify; }

.policies li { margin-bottom: 10px;  text-align: justify; }

.ftpol { padding: 10px 0px; font-size:13px; text-align:center; background:#4b2188; border:1px solid #6a34b8; margin-top:20px; margin-bottom:-20px; }
.ftpol a{ padding-right:15px; color:#fff; }

.in-main-title { color:#333; font-family: 'Raleway', sans-serif; color:#333; font-size: 28px; line-height:34px; font-weight:500; margin-bottom: 35px; letter-spacing: -0.5px; }
.in-main-title span { color:#333; font-family: 'Raleway', sans-serif; font-size: 24px; line-height:32px; font-weight:600; margin-bottom: 35px; letter-spacing: -0.5px; }
.in-main-title strong { font-weight:900; color:#333; }
.in-main-title img { margin:15px auto; border:none }

.in-title {padding:10px 0px 0px 0px; font-family: 'Raleway', sans-serif; border:none; line-height: 30px; text-align: left; font-size: 24px; margin:5px 0px; font-weight:900; letter-spacing:1px; margin-bottom:0px; color:#333}

.in-text {padding:0px 10px 10px 0px; color:#333; border:none; line-height:26px; font-family: 'Raleway', sans-serif; text-align: justify; font-size:16px; margin:5px 0px; font-weight:400; letter-spacing:1px; margin-bottom:15px;}


ul.in-text { padding:0px 10px 10px 0px; color:#333; border:none; line-height:26px; font-family: 'Raleway', sans-serif; text-align: justify; font-size:16px; margin:5px 0px 5px 20px; font-weight:400; letter-spacing:1px; }

ul.in-text li { margin-bottom:6px; margin-left:15px; }


.in-img { border-radius:10px !important; margin:0px auto 40px auto; display: block; max-width: 100%; height: auto;} 

.bgwhite { background:#fff; }
.brd5 { border-radius:8px }
.rn1 { padding:15px 0px; }

.pb50 { padding-bottom:50px; }
.inner11 { padding-top:50px; padding-bottom:0px; }

.in-catimg { border-radius:10px !important; margin:0px auto 20px auto; display: block; max-width: 100%; height: auto;} 

.cat-title {padding:5px 0px 10px 0px; font-family: 'Raleway', sans-serif; border:none; line-height: 30px; text-align: left; font-size: 22px; margin:5px 0px; font-weight:900; letter-spacing:1px; margin-bottom:0px; text-align:center; color:#333; }
.cat-title a { color:#333;  }
.cat-title a:hover { color:#555; }


.blog-title {padding:5px 0px 10px 0px; font-family: 'Raleway', sans-serif; border:none; line-height:28px; text-align:left; font-size:20px; margin:5px 0px; font-weight:900; letter-spacing:1px; margin-bottom:0px; color:#333; }
.blog-title a { color:#333;  }
.blog-title a:hover { color:#555; }

.ttext { padding:10px 10px; color:#222; border:none; line-height:32px; font-family: 'Raleway', sans-serif; text-align: justify; font-size:20px; margin:5px 0px; font-weight:400; letter-spacing:1px; margin-bottom:15px; text-align:center; }

.ttext1 { padding:10px 0px 0px 0px; color:#222; border:none; line-height:26px; font-family: 'Raleway', sans-serif; text-align: justify; font-size:18px; margin:5px 0px; font-weight:400; letter-spacing:1px; margin-bottom:0px; text-align:left; }

.ttext1 i {color:#562899 }

.ttext2 { padding:10px 0px 0px 0px; color:#222; border:none; line-height:26px; font-family: 'Raleway', sans-serif; text-align: justify; font-size:18px; margin:5px 0px; font-weight:400; letter-spacing:1px; margin-bottom:0px; text-align:left; }

.ttext3 { padding:5px 0px; color:#222; border:none; line-height:28px; font-family: 'Raleway', sans-serif; text-align: justify; font-size:20px; margin:0px auto; font-weight:400; letter-spacing:.5px; margin-bottom:10px; text-align:center; }

.in-main-title1 { color:#333; font-family: 'Raleway', sans-serif; font-size: 28px; line-height:34px; font-weight:500; margin-bottom: 0px; letter-spacing: -0.5px; }
.in-main-title1 strong { font-weight:900; }



.show-desk { display:block }
.hidden-desk { display:none}
.show-mb { display:block }
.hidden-mb { display:none}
.hidden-xs { display: block}

.pdt20 { padding-top:20px; }
.pdt12 { padding-top:12%; }
.pdt8 { padding-top:8%; }
.pdt6 { padding-top:6%; }
.pdt4 { padding-top:4%; }

@media (max-width:480px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff !important;
}
.show-xs { display: block !important }
.hidden-xs { display: none !important }
.show-desk { display:none}
.hidden-desk { display:block}
.show-mb { display:block }
.hidden-mb { display:none}
.pdt12 { padding-top:0px; }
.pdt10 { padding-top:0px; }
.pdt20 { padding-top:0px; }
.pdt8 { padding-top:0px; }
.pdt6 { padding-top:0px; }
.pdt4 { padding-top:0px; }

.in-main-title { color:#333; font-family: 'Raleway', sans-serif; color:#333; font-size: 24px; line-height:30px; font-weight:500; margin-bottom: 20px; letter-spacing: -0.5px; }
.in-main-title span { color:#333; font-family: 'Raleway', sans-serif; font-size: 20px; line-height:28px; font-weight:500; margin-bottom: 20px; letter-spacing: -0.5px; }
.in-main-title strong { font-weight:900; color:#333; }
.in-main-title img { margin:15px auto; border:none }

}

.blist { font-weight:300; font-size:30px; line-height:30px; position:relative; font-family: 'Raleway', sans-serif; height:100px; margin-bottom:10px;  }
.blist img { width:100px; height:100px; font-size:30px; font-weight:300; color:#562899; position:absolute; top:0px; left:0px; }
.blist span { position:absolute; left:110px; top:0px; padding-top:27px; color:#222; font-weight:400; font-size:22px;  }


.owl-carousel .owl-item .item p { margin-bottom:0px !important;}
.owl-carousel .owl-item .item br { display:none !important;}
.owl-carousel .owl-item .item p br { display:none !important;}