/*=============================================
    =        Import Google Fonts              =
 =============================================*/

/*========= Import google font Open Sans ===========*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,300,600);

/*========= Import google font Source Sans Pro ===========*/
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,300);

/*========= Import google font Lato ===========*/
@import url(http://fonts.googleapis.com/css?family=Lato:400,400italic,700,300);

/*========= Import google font Roboto ===========*/
@import url(http://fonts.googleapis.com/css?family=Roboto:400,700,300);

/*========= Import google font Droid Sans ===========*/
@import url(http://fonts.googleapis.com/css?family=Droid+Sans);

/*========= Import google font Montserrat ============*/
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

/*-----  End of Import Google Fonts ------*/

/*=============================================
    =        Common style                  =
 =============================================*/
.theme-color {
    color: #EF9D87;
}

.theme-secondary-color{
    color: #F8721D !important;
}

.theme-thumbnail {
    border-radius: 0;
    display: block;
    line-height: 1.42857;
    text-decoration: none;
    transition: border 0.2s ease-in-out 0s;
}

.horizontal-line {
    float: left;
    width: 100%;
    border-bottom: 1px solid #EDEDED;
    margin: 2em 0px;
}

.horizontal-line-small {
    float: left;
    width: 100%;
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 1em;
}

.theme-btn {
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #F8721D;
    border-radius: 23px;
    -moz-border-radius: 23px;
    -webkit-border-radius: 23px;
    padding-right: 1.2em;
    padding-left: 1.2em;
    transition: all 0.5s ease 0s;
}

.theme-btn:hover,
.theme-btn:focus{
    color: #FFF;
    background: #EF9D87 none repeat scroll 0% 0%;
    transform: scale(0.9);
}

.btn-theme-secondary,
.btn-theme-secondary:hover,
.btn-theme-secondary:focus {
    color: #FFF;
    background-color: #778089;
}

.btn-theme,
.btn-theme:hover,
.btn-theme:focus {
    color: #FFF;
    background-color: #EF9D87;
}

.theme-square-btn {
    display: block;
    font-size: 14px;
    color: #FFF;
    text-transform: uppercase;
    background-color: #F8721D;
    border-radius: 0px;
    padding-right: 23px;
    padding-left: 23px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.theme-square-btn:hover {
    background: #EF9D87 none repeat scroll 0% 0%;
    transform: scale(0.9);
    color: #FFF;
}

.theme-form-btn {
    margin: 0em auto 0px;
    display: block;
    font-size: 14px;
    color: #FFF;
    text-transform: uppercase;
    background-color: #F8721D;
    border-radius: 0px;
    padding: 1em 7em;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.theme-form-btn:hover {
    background: #EF9D87 none repeat scroll 0% 0%;
    transform: scale(0.9);
    color: #FFF;
}

.theme-link {
    color: #4c5955;
    text-decoration: none !important;
    transition: all 0.5s ease 0s;
}

.theme-link:focus,
.theme-link:hover {
    color: #EF9D87;
}

.theme-border {
    border: 1px solid #e5e5e5;
}

.width-thirty-three{
    width: 33%;
}

.border-radius-none {
    border-radius: 0px;
}

.padding-zero{
    padding: 0px;
}

.padding-left-zero{
    padding-left: 0px;
}

.padding-right-zero{
    padding-right: 0px;
}

.margin-zero{
    margin: 0px;
}

.margin-top-zero{margin-top: 0px;}
.margin-top-05{margin-top: 0.5em;}
.margin-top-12{margin-top: 1.2em;}
.margin-top-15{margin-top: 1.5em;}
.margin-top-20{margin-top: 2.0em;}
.margin-top-25{margin-top: 2.5em;}

.margin-bottom-05{margin-bottom: 0.5em;}
.margin-bottom-12{margin-bottom: 1.2em;}
.margin-bottom-15{margin-bottom: 1.5em;}
.margin-bottom-20{margin-bottom: 2.0em;}
.margin-bottom-25{margin-bottom: 2.5em;}
.margin-bottom-39{margin-bottom: 3.9em;}

.obj-img{
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.padding-top-bottom-thirty-nine {
    padding-top: 3.9em;
    padding-bottom: 3.9em;
}

.full-width{
    width: 100%;
}

.dl-center {
    margin: 0px auto;
    display: block;
    clear: both;
    width: 23em;
    font-family: "Georgia", sarif;
}

.dl-center > dl > dt, .dl-center > dl > dd {
    color: #606060;
    font-weight: normal;
    line-height: 1.9;
}

.dl-center > dl > dt:last-child,
.dl-center > dl > dd:last-child {
    color: #f68236;
}

.theme-form-control,
.theme-form-control:focus{
    border: 0 solid #ccc;
    box-shadow: none !important;
}

.color-white{
    color: #FFFFFF !important;
}
/*-----  End of Common style  ------*/

/*=============================================
 =           Texture Styles                   =
 =============================================*/
.font-droid-sans-regular{
    font-family: 'Droid Sans', sans-serif;
}

.font-lalo-regular {
    font-family: "Lato",sans sarif;
}

.regular-heading {
    font-size: 23px;
    text-align: center;
    float: left;
    width: 100%;
}

.sub-heading {
    font-family: "Source Sans Pro",sans-serif;
    font-weight: 300;
    margin-top: 0px;
    color: #37485C;
}

.search-heading {
    color: #303030;
    text-transform: uppercase;
    font-size: 2.5vw;
    font-weight: bold;
    margin-bottom: 1em;
    font-family: "Lato", sans sarif;
    text-align: center;
}

.heading {
    color: #303030;
    text-transform: uppercase;
    font-size: 2.5vw;
    font-weight: bold;
    font-family: "Lato", sans sarif;
    text-align: center;
}

.theme-small-heading {
    color: #4b4b4b;
    font-size: 15px;
    font-family: "Lato",sans sarif;
    text-transform: uppercase;
}

.theme-default-small-heading {
    color: #4b4b4b;
    text-transform: uppercase;
}

.lite-heading {
    font-family: "Source Sans Pro",sans-serif;
    float: left;
    width: 100%;
    color: #ffffff;
    font-weight: 300;
    font-size: 2em;
}

.bold-heading{
    font-family: "Source Sans Pro",sans-serif;
    float: left;
    width: 100%;
    color: #ffffff;
    font-weight: 700;
    font-size: 2em;
}

.bold-heading,
.lite-heading{
    line-height: 1;
}

.category-heading {
    color: #303030;
    text-transform: uppercase;
    font-size: 2.5em;
    font-weight: bold;
    font-family: "Lato", sans sarif;
    text-align: center;
}

.italic-sub-heading {
    color: #A9A9A9;
    font-family: "Lato",sans sarif;
    font-size: 1.2em;
    margin-bottom: 1.9em;
    font-style: italic;
}

.italic-georgia-heading,
.italic-georgia-heading:hover,
.italic-georgia-heading:focus,
.italic-georgia-heading:active {
    color: #606060;
    font-family: "Georgia",sans sarif;
    font-size: 0.9em;
    text-align: center;
    font-style: italic;
    text-decoration: none;
}

.italic-georgia-heading > span {
    text-decoration: underline;
    text-transform: capitalize;
}

.italic-georgia-heading > i {
    vertical-align: bottom;
}

.italic-sub-heading > span {
    font-style: italic;
}

.italic-text {
    color: #A9A9A9;
    font-family: "Lato",sans sarif;
    font-style: italic;
    font-size: 12px;
    margin-bottom: 5px;
}

.font-liter {
    font-weight: lighter;
}

.font-bold {
    font-weight: bold;
}
/*-----  End of Texture Styles  ------*/
