@charset "utf-8";
/*
* Template: Teo
* Author: TheCitrusDesign
* Version: 1.0
* Design by: TheCitrusDesign
*/


/*
====================================
[ RESET CSS TABLE CONTENT ]
------------------------------------
	01 - General
	02 - Typography
	03 - Link Style
	04 - Background Overlay
	05 - Button Style
	06 - Title for Typed Plugin
	07 - Second Title Section
	08 - Loader Template
	09 - Scroll Top
-------------------------------------
[ END RESET CSS TABLE CONTENT ]
=====================================
*/


/* [ 01 - GENERAL ] */
/*==================================================*/
* {
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	line-height: 26px;
	font-family: "Raleway", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #383838;
	letter-spacing: 0.8px;
}

:focus {
    outline: 0 !important
}

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"] {
    width: 100%;
	display: inline-block;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    height: 40px;
    padding: 0;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 25px;
    color: #2e2e2e;
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,0.22);
    background: none;
    resize: none;
    vertical-align: middle;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}

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 {
    border-bottom: 1px solid attr(data-color);
}

textarea {
    height: 100%;
    padding: 0;
    margin-bottom: 25px;
    min-height: 150px;
    resize: vertical;
}

.ptb-10 {
	padding: 10px 0;
}

.ptb-20 {
	padding: 20px 0;
}

.ptb-30 {
	padding: 30px 0;
}

.ptb-40 {
	padding: 40px 0;
}

.ptb-50 {
	padding: 50px 0;
}

.ptb-70 {
	padding: 70px 0;
}

.ptb-80 {
	padding: 80px 0;
}

.ptb-100 {
	padding: 100px 0;
}

.img-responsive{
	width: auto;
	max-width: 100%;
	height: auto;
}

.teo_all_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}

.teo_all_wrap,
.teo_all_wrap *{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}


/* [ 02 - TYPOGRAPHY ] */
/*==================================================*/
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
}

ol,
ul {
	list-style: none;
	margin-bottom: 0;
	margin-top: 0;
}

h1 {
	font-size: 54px;
	color: #181818;
	font-weight: 600;
}

h2 {
	font-size: 48px;
	color: #181818;
	font-weight: 600;
}

h3 {
	font-size: 42px;
	color: #181818;
	font-weight: 600;
}

h4 {
	font-size: 36px;
	color: #181818;
	font-weight: 600;
}

h5 {
	font-size: 30px;
	color: #181818;
	font-weight: 600;
}

h6 {
	font-size: 24px;
	color: #181818;
	font-weight: 600;
}

h1.post-title {
    font-size: 18px;
	font-weight: 700;
    line-height: 25px;
	padding: 15px 0;
	color: #181818;
	text-transform: uppercase;
}

h2.post-title {
    margin-bottom: 5px;
    font-size: 16px;
}

h2.post-title a {
    color: #181818
}

h2.post-title a:hover {
    color: attr(data-color);
}
.post-content h3,
.about-author h3,
.comment-form-wrapper h3,
#comments h3 {
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
}


/* [ 03 - LINK STYLE ] */
/*==================================================*/
a {
	color: #000;
}

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

a:focus {
	text-decoration: none;
	outline: 0;
	color: #000;
}


/* [ 04 - BACKGROUND OVERLAY ] */
/*==================================================*/
.bg-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: -1;
}


/* [ 05 - BUTTON STYLE ] */
/*==================================================*/
.btn-style-1 {
	color: #FFF;
	border: attr(data-color);
	border-radius: 0px;
	padding: 18px 36px;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 1px;
	cursor: pointer;
	box-shadow: attr(data-color);
	-webkit-transition: ease-out 0.6s;
	-moz-transition: ease-out 0.6s;
	transition: ease-out 0.6s;
}

.btn-style-2 {
	color: #000;
	border: attr(data-color);
	border-radius: 0px;
	padding: 18px 36px;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 1px;
	cursor: pointer;
	box-shadow: attr(data-color);
	-webkit-transition: ease-out 0.6s;
	-moz-transition: ease-out 0.6s;
	transition: ease-out 0.6s;
}

.btn-style-3 {
	color: #000;
	border: attr(data-color);
	border-radius: 0px;
	padding: 18px 36px;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 1px;
	cursor: pointer;
	box-shadow: inset 0 0 0 0 #222;
	-webkit-transition: ease-out 0.6s;
	-moz-transition: ease-out 0.6s;
	transition: ease-out 0.6s;
}

.btn-style-twitter,
.btn-style-instagram,
.btn-style-facebook {
	color: #000;
	border-radius: 0px;
	padding: 10px 20px;
	display: inline-block;
	font-size: 12px;
	letter-spacing: 1px;
	cursor: pointer;
	-webkit-transition: ease-out 0.6s;
	-moz-transition: ease-out 0.6s;
	transition: ease-out 0.6s;
}

.btn-style-facebook {
	border: 2px solid rgb(59, 89, 152);
	box-shadow: inset 0 0 0 0 #3b5998;
}

.btn-style-twitter {
	border: 2px solid rgb(0, 172, 238);
	box-shadow: inset 0 0 0 0 #00acee;
}

.btn-style-instagram {
	border: 2px solid rgb(131, 58, 180);
	box-shadow: inset 0 0 0 0 #833AB4;
}


.slide-right:hover {
	box-shadow: attr(data-color);
	color: #222;
}

.slide-right-black:hover {
	box-shadow: inset 400px 0 0 0 #222;
	color: #fff;
}

.slide-right-facebook:hover {
	box-shadow: inset 400px 0 0 0 #3b5998;
	color: #000;
}

.slide-right-twitter:hover {
	box-shadow: inset 400px 0 0 0 #00acee;
	color: #000;
}

.slide-right-instagram:hover {
	box-shadow: inset 400px 0 0 0 #833AB4;
	color: #000;
}


/* [ 06 - TITLE FOR TYPED PLUGIN ] */
/*==================================================*/
.animated-title {
	font-size: 40px;
	margin: 0px 20px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: 800;
}


/* [ 07 - SECOND TITLE SECTION ] */
/*==================================================*/
.sec-title {
    padding-bottom: 58px;
    text-align: center;
    position: relative;
    margin-top: 13px;
}

.sec-title p {
    position: absolute;
    display: block;
    left: -16px;
    top: 3px;
    width: calc(100% + 30px);
    text-align: center;
    font-size: 4.5em;
    font-weight: 900;
    text-transform: uppercase;
    z-index: 1;
    opacity: 0.08;
    font-family: "raleway";
}

.sec-title h2 {
    font-size: 2em;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}

.black-color {
	color: #000;
}

.white-color {
	color: #fff;
}


/* [ 08 - LOADER TEMPLATE ] */
/*==================================================*/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#loader {
    display: block;
	position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: attr(data-color);

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1001;
}

#loader::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: attr(data-color);

	-webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
	animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader::after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: attr(data-color);

	-webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
	animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
	0%   { 
		-webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #222;
    z-index: 1000;
    -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(0);  /* IE 9 */
    transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}

/* Loaded
/*--------------------*/
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(-100%);  /* IE 9 */
            transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
            transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(100%);  /* IE 9 */
            transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

	-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
			transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
    
.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;  
            transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateY(-100%);  /* IE 9 */
            transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.3s 1s ease-out;  
            transition: all 0.3s 1s ease-out;
}


/* [ 09 - SCROLL TOP ] */
/*==================================================*/
#scroll-top-area {
	position: fixed;
	bottom: 64px;
	right: 10px;
	z-index: 8;
	transition: all 6s;
	transform: rotate(270deg);
	display: none;
}

#scroll-top-area span,
#scroll-top-area i {
	display: inline-block;
}

#scroll-top-area span {
	font-weight: 800;
	color: #808080;
}

#scroll-top-area i {
	text-align: center;
	line-height: 38px;
	margin-left: 6px;
	color: #808080;
}

.display-table {
	display: table;
	width: 100%;
	height: 100%;
}

.display-content {
	vertical-align: middle;
	display: table-cell;
}
