/* FONTS*/

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900');

/*font icon*/
@import '../fonts/font-awesome-4.7.0/css/font-awesome.min.css';
@import '../fonts/et-line-font/style.css';


/*-------------------------------*/
/*- DEFAULTS --------------------*/
/*-------------------------------*/
html {
    font-family: sans-serif;
    font-size: 16px;
    -webkit-tap-highlight-color: transparent;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-overflow-scrolling: touch;
}
body {
    background: #ffffff;
    color: #202020;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    position: relative;
    overflow-x: hidden;
    min-width: 320px;
    -moz-text-size-adjust: none;
    font-weight: 400;
    line-height: 1.45;
}
input, select, textarea {
    font-size: 14pt;
    color: #ffffff;
    font-weight: 300;
    letter-spacing: 0.025em;
    line-height: 1.65;
}
ol, ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease-in-out 0s, background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s, box-shadow 0.2s ease-in-out 0s;
}
a:hover {
    text-decoration: none;
    outline: none;
    color: #ffffff;
}
a:focus, a:active {
    outline: none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.65;
}
h1 {
    margin: 0 0 1rem;
}
h2 {
    font-size: 2rem;
    font-weight: 400;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 1rem;
}
p {
    margin: 0 0 2rem;
    color: #747474;
}
/*header image*/
.header-image {
    background-size: cover;
    background-position: center center;
    min-height: 460px;
    position: relative;
    display: flex;
    align-items: center;
    color: #ffffff;
}
.header-content P {
    color: #ccc;
}
/*padding*/
.section-padding {
    padding: 5.5rem 0;
}
/*nav*/
#nav {
    background-color: #CB565A;
    cursor: default;
    padding: 1em;
    position: absolute;
    text-align: center;
    transition: background-color 0.2s ease 0s, border-top-left-radius 0.2s ease 0s, border-top-right-radius 0.2s ease 0s, padding 0.2s ease 0s;
    width: 100%;
    color: #ffffff;
}
#nav ul li {
    display: inline-block;
    margin: 0 0.35em;
    padding: 0;
    transition: margin 0.2s ease 0s;
    vertical-align: middle;
}

#nav ul li a {
    border: 0 none;
    display: inline-block;
    height: 2.25em;
    line-height: 2.25em;
    padding: 0 1.25em;
    transition: font-size 0.2s ease 0s;
}
#nav ul li a:hover {
    background: rgba(255,255,255,0.2);

}
#nav ul li a.active  {
    background-color: #ffffff;
    color: #cb565a;
}
#nav.alt {
    padding: 0.5em 1em;
    position: fixed;
    top: 0;
    z-index: 10000;
}
#nav.alt ul li {
    margin: 0 0.175em;
}

.center-col {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}


.tv-font-weight-600 {
    font-weight: 600 !important;
}

.tv-feature-box {
    border-right: 1px dotted #404040;
    padding-bottom: 25px;
    padding-top: 25px;
    margin-top: 25px;
}
.tv-feature-box:last-child {
    border-right: none;
}
.tv-feature-box > *:last-child {
    margin-bottom: 0;
}
.tv-offspace-botttom-30 {
    margin-bottom: 30px !important;
}
.tv-feature-box i {
    color: #CB565A;
    font-size: 40px;
}
/*service*/
.bg-light-gray {
    background-color: #f6f6f6; 
}
.service-column {
    margin-top: 25px;
    text-align: center;
}
.service-column .icon::before {
    border: 1px solid #ddd;
    border-radius: 50%;
    display: inline-block;
    height: 2.25em;
    line-height: 2.2em;
    text-align: center;
    width: 2.25em;
}
.service-column .icon:before {
    font-size: 5rem;
}
.service-column .icon {
    border-radius: 100%;
    cursor: default;
    display: inline-block;
    margin: 0 0 1.5em;
    padding: 0.65em;
    position: relative;
    transition: background-color 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
    color: #CB565A;
}
.service-column > h3 {
    font-weight: normal;
    font-size: 1.5rem;
}
.service-column > *:last-child {
    margin-bottom: 0;
}

/*newslatter*/
.tv-newletter {

    border-bottom: 1px dotted #cccccc;
}
.tv-newletter-subscribe {
    text-align: center
}
.tv-newletter-title h3 {
    color: #747474;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 5px;
    text-transform: capitalize;
}
.tv-newletter-title h3 span {
    color: #CB565A;
    font-weight: 500;
}
.tv-newletter-title h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 18px;
}
.tv-newleter-content-box {
    display: block;
    margin-top: 55px;
}
#tv-subscribe {
    display: inline-block;
    margin-bottom: 0;
    position: relative;
    vertical-align: top;
}
#subscribe_email {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #ebebeb;
    border-radius: 2px;
    color: #9d9d9d;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    height: 55px;
    line-height: 30px;
    padding: 10px 215px 10px 25px;
    width: 620px;
}
#tv-subscribe .btn {
    background: transparent none repeat scroll 0 0;
    border-left: 2px solid #ebebeb;
    box-shadow: none;
    color: #2c2c37;
    font-size: 12px;
    font-weight: 600;
    line-height: 30px;
    padding: 0 60px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    transform: translateY(-50%);
}
#tv-subscribe .btn:hover {
    color: #CB565A;
}

/*button*/
.action-buttons a  {
    margin: 0.5rem;
}
input[type="submit"], input[type="reset"], .button {
    background-color: transparent;
    border: 0 none;
    border-radius: 999px;
    box-shadow: 0 0 0 2px #CB565A inset;
    color: #CB565A;
    cursor: pointer;
    display: inline-block;
    font-size: 0.8em;
    font-weight: 600;
    height: 4em;
    letter-spacing: 0.2em;
    line-height: 4em;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.2s ease-in-out 0s, box-shadow 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
    white-space: nowrap;
}
input[type="submit"]:hover {
    background-color: #ffffff;
    color: #202020;
}
.button-fill-maroon {
    background-color: #CB565A !important;
    color: #ffffff;
}
.button-fill-maroon:hover {
    background-color: transparent !important;
    color: #CB565A;
}
.button-trans-maroon:hover {
    background-color: #CB565A !important;
    color: #ffffff;
}

/*footer*/

.footer-inner {
    padding-bottom: 25px;
    padding-top: 100px;
}
.footer-inner > * {
    margin-bottom: 35px;
}
.social-icons li {
    display: inline-block;
}
.social-icons li + li {
    margin-left: 15px;
}
.social-icons li a {
    align-items: center;
    border: 2px solid #CB565A;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    font-size: 18px;
    height: 50px;
    justify-content: center;
    width: 50px;
    color: #CB565A;
}
.social-icons li a:hover {
    background-color: #CB565A;
    border-color: #CB565A;
    color: #ffffff;
}
.tv-copyright-text a {
    color: #CB565A; 
}
.tv-copyright-text a:hover {
    color: #202020;
}