/*
	Project:		--
	Version:	    --
	Create Date:	--
	Last change:	--
	Primary use:	--
*/

/*
	## //- Header
		- Navigation Menu
		- Slider Section

		## //- Layout
		
	## //- Home Sections
		#--1--# Section - Introduction
		#--2--# Section - Call to Action
		#--3--# Section - About Us
			- call us
			- why choose
		#--4--# Section - Skill
		#--5--# Section - Service
		#--6--# Section - Featured
		#--7--# Section - Quotes
		#--8--# Section - Team Member
		#--9--# Section - Our Template
		#--10--# Section - Our Facts
		#--11--# Section - Time-line
		#--12--# Section - Call to Action
		#--13--# Section - Portfolio
		#--14--# Section - Client
		#--15--# Section - Work
		#--16--# Section - Partners
		#--17--# Section - Pricing
		#--18--# Section - Contact
		#--19--# Section - Footer
	
	## //- Blog Sections
		#-- Blog --#  Section - Blog
		
	## //- Widgets Block
*/

body {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
}

[class*="-section"] {
    overflow: hidden;
}

img {
    max-width: 100%;
}

a {
    outline: 0 !important;
}

.ci {
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/* Custom Icon */
.widget_search .form-control {
    border-radius: 5px;
    border-color: #ddd;
    height: 50px;
    display: inline-block;
    padding-right: 43px;
}

.widget_search .btn {
    background-image: url("images/icon/search-icon.png");
    height: 50px;
    width: 36px;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
}

.search-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 36px;
    background-color: #333;
    border-radius: 0px 5px 5px 0px;
}

/* ## //- Layout ########################################### */

/* Section Header */
.section-header {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.section-sub-title, .title {
    text-transform: uppercase;
}

.section-sub-title {
    color: #aaa;
    font-size: 16px;
    font-weight: 500;
    display: block;
    text-align: center;
    margin: 0 0 16px 0;
    padding: 0;
}

.section-title {
    font-size: 32px;
    color: #000;
    font-weight: 900;
    display: block;
    text-align: center;
    background-image: url("images/section/title-background.png");
    background-position: bottom center;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 40px;
    margin: 0 0 40px;
}

.description {
    display: inline-block;
    width: 55%;
    text-align: center;
    color: #777;
}

.ow-section {
    padding-bottom: 50px;
}

.no-section-header {
    padding-top: 20px;
    padding-bottom: 20px;
}

.no-section-header .ow-section {
    padding-bottom: 0;
}
/* Rotation *
.intro-icon.a span i,
.about-icon,
.why-choose-us-icon i,
.service-tab-system .nav-tabs > li.active > a > i, .service-tab-system li:hover > a > i,
.service-icon:hover i,
.featured-section .tab-system .nav-tabs li a .featured-icon.a i,
.testimonial-item img {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
}

.intro-icon.a:hover span i,
.about-icon:hover,
.why-choose-us-icon:hover  i,
.service-icon:hover i,
.featured-section .tab-system .nav-tabs li a:hover .featured-icon.a i,
.testimonial-item img:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

/* .carousel */
.carousel-inner > .item > img,
.carousel-caption {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.carousel-inner > .item > img {
    top: 0;
}

.carousel-caption {
    z-index: 10;
    width: 95%;
}

.carousel-control {
    width: 31px;
    position: relative;
    font-size: 15px;
    border: 2px solid #fff;   /* borde de los iconos prev y next del carousel isoadmin y color del contorno */
    color: #00c1ef;
    padding: 5px;
    display: inline-block;
}

.carousel-control.right {
    right: -5px;
}

.carousel-control.left {
    left: -5px;
}

.carousel-control:hover,
.carousel-control:focus {			/* relleno de los iconos prev y next del carousel isoadmin y color de la flechita */
    background-color: #fff;
    text-shadow: none;
    background-image: none;
    color: #00c1ef;
}

.links-button {
    display: block;
    height: 49px;
    float: none;
    line-height: 49px;
    border: 1px solid #dfdfdf;
    color: #444444;
    margin: 30px 15px;
    text-align: center;
}

/* ## //- Header */

/* Logo Block */
.header-home {
    box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.09);
    display: inline-block;
    width: 100%;
    background-color: #fff;
}

.logo-block {
    padding: 19px 0;
}

.logo-block a h1 {
    font-size: 30px;
    margin: 0;
    color: #000;
}

.header-blog .logo-block a h1 {
    color: #fff;
}

.logo-block a {
    text-decoration: none;
}
/* Navigation Menu */
.menu-block {
    padding: 11px 0;
}

.navbar-default {
    background: none;
    border: none;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav li > a:hover,
.navbar-default .navbar-nav li > a:focus {
    background: none;
    color: #00c1ef;
}

.navbar {
    margin-bottom: 0;
}

.navbar-default .navbar-nav > li > a {
    color: #3e3e3e;
    text-transform: uppercase;
}

.navbar-default .navbar-nav li a:hover > .dropodown-menu {
    display: block;
}
/* DropDown Menu */
.header-home .dropdown-menu, .header-blog .dropdown-menu {
    left: auto;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.176);
}

/* Slider Section */
.slider-section {
    color: #fff;
    position: relative;
}

.slide-item {
    text-align: center;
}

.slide-title {
    font-weight: 600;
    font-size: 26px;
    text-align: center;
    display: block;
    margin-top: 190px;
    position: relative;
    top: 46px;
}

.slide-title-border {
    width: 18%;
    display: inline-block;
    position: absolute;
    top: 12px;
}

.slide-title-border.after {
    left: 21.2%;
}

.slide-title-border.before {
    right: 21.3%;
}

.slide-sub-title {
    display: inline-block;
    text-align: center;
    font-size: 44px;
    font-weight: bold;
    color: #00c1ef;
    padding: 42px 48px;
    position: relative;
    z-index: 1;
}

.slide-sub-title img {
    height: auto !important;
    margin: 0 !important;
    position: relative !important;
    top: auto !important;
    width: auto !important;
    left: auto !important;
}

.slide-description {
    display: inline-block;
    width: 70%;
    font-size: 17px;
    margin-top: 70px;
}

.carousel-indicators {
    bottom: 40%;
}

.carousel-indicators li {
    background-image: url("images/icon/categories-ico.png");  /* icono carousel de slider  */
    background-repeat: no-repeat;
    background-color: transparent;
    width: 12px;
    height: 14px;
    border: none;
    border-radius: 0px;
}

.carousel-indicators .active {
    background-image: url("images/icon/slider-indicator-activ.png");  /* icono carousel de slider marcado */
    background-color: transparent;
    border: none;
    width: 11px;
    height: 14px;
}

.slide-item:before {
    background-image: url("images/gridtil.png"); /* imagen para hacer el slider oscuro */
    background-repeat: repeat;
    content: "";
    height: 0%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}

.arrow {
    color: #00C1EF;
    font-size: 40px;
}
/* ## #--1--# Section - Introduction ########################################### */
.iphone {
    text-align: right;
}

.introduction-section .tab-system {
    display: block;
}

.introduction-section .tab-system .nav li {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}

.introduction-section .tab-system .nav-tabs {
    border: none;
    margin-top: 30px;
}

/* 03-12-15 */
.intro-icon {
    width: 60px;
    height: 40px;
    position: relative;
    background: #ddd;
    display: inline-block;
}

.intro-icon:before,
.intro-icon:after {
    content: "";
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    position: absolute;
}

.intro-icon:before {
    top: -16px;
    border-bottom: 16px solid #ddd;
    left: 0;
}

.intro-icon:after {
    bottom: -16px;
    border-top: 16px solid #ddd;
    left: 0;
}

.intro-icon.a {
    background-color: #fff;
    -webkit-transform: scale(.98, .98);
    -moz-transform: scale(.98, .98);
    transform: scale(.98, .98);
    z-index: 1;
}

.intro-icon.a:before {
    border-bottom: 16px solid #fff;
    top: -16px;
}

.introduction-section .tab-system .nav-tabs > li.active .intro-icon.a,
.introduction-section .tab-system .nav-tabs > li.active:hover .intro-icon.a,
.introduction-section .tab-system .nav-tabs > li.active:focus .intro-icon.a,
.introduction-section .tab-system .nav-tabs > li a:hover {
    background-color: #00C1EF;
    color: #fff;
    border: none;
}

.introduction-section .tab-system .nav-tabs > li.active .intro-icon.a:before,
.introduction-section .tab-system .nav-tabs > li.active:hover .intro-icon.a:before,
.introduction-section .tab-system .nav-tabs > li.active:focus .intro-icon.a:before,
.intro-icon.a:hover:before {
    border-bottom-color: #00C1EF;
}

.intro-icon.a:after {
    border-top: 16px solid #fff;
    bottom: -15px;
}

.introduction-section .tab-system .nav-tabs > li.active .intro-icon.a:after,
.introduction-section .tab-system .nav-tabs > li.active:hover .intro-icon.a:after,
.introduction-section .tab-system .nav-tabs > li.active:focus .intro-icon.a:after,
.intro-icon.a:hover:after {
    border-top-color: #00C1EF;
}

.intro-icon.a:hover:after {
    bottom: -15px;
}

.intro-icon.a span {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 40px;
    font-size: 26px;
    color: #000;
}

.introduction-section .tab-system .nav-tabs > li.active .intro-icon.a span,
.introduction-section .tab-system .nav-tabs > li.active:hover .intro-icon.a span,
.introduction-section .tab-system .nav-tabs > li.active:focus .intro-icon.a span,
.intro-icon.a:hover span {
    color: #fff;
}

/* over 03-12-15 */
.introduction-section .tab-system .tab-detail {
    display: inline-block;
    width: 80%;
    margin: 0 0 0 20px;
}

.introduction-section .tab-system .tab-title {
    font-size: 16px;
    font-weight: 600;
    margin-top: 7px;
    text-transform: uppercase;
}

/* ## #--2--# Section - Call to Action ########################################### */
/*call-to-action*/
.call-to-action {
    background-image: url("images/section/call-action-bg.png");
    text-align: center;
    color: #fff;
}

.call-action-subtitle,
.call-action-title {
    display: block;
}

.call-action-subtitle {
    font-size: 16px;
}

.call-action-title {
    font-size: 38px;
    font-weight: 900;
    color: #00c1ef;
}

.call-action-description {
    font-size: 14px;
    display: inline-block;
    width: 80%;
    margin-top: 20px;
    line-height: 19.6px;
}

.get-started {
    display: inline-block;			
    border: 2px solid #fff;			/* color y grosor del boton "Desarrollo web y Comencemos" */
    width: 154px;
    height: 50px;
    line-height: 49px;
    margin: 50px auto;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    margin-left: 10px;
}

.get-started:hover {
    color: #2ECCFA;				/* color texto "Conocer mas" */
    background-color: #fff;			/* color boton "Conocer mas" */
    text-decoration: none;
    border: none;
}

.call-us .get-started:hover {
    background-color: #000;
}

/* ## #--3--# Section - About Us ########################################### */
/* about section */
.about-section {
    text-align: center;
}

.about .col-sm-6 {
    margin-bottom: 30px;
}

.about-icon {
    font-size: 60px;
    width: 120px;
    height: 139px;
    display: block;
    text-align: center;
    margin: 0 auto;
    color: #fff;
}

.about-icon-hexagone {
    width: 140px;
    height: 80px;
    position: relative;
    background: #00C1EF;
    display: inline-block;
    top: 37px;
}

.about-icon-hexagone:before,
.about-icon-hexagone:after {
    content: "";
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    position: absolute;
}

.about-icon-hexagone:before {
    top: -36px;
    border-bottom: 36px solid #00C1EF;
    left: 0;
}

.about-icon-hexagone:after {
    bottom: -36px;
    border-top: 36px solid #00C1EF;
    left: 0;
}

.about-icon-hexagone.a {
    background-color: #00C1EF;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
    z-index: 1;
    top: 0;
}

.about-icon-hexagone.a a {
    color: #fff;
}

.about-icon-hexagone.a:before {
    border-bottom: 36px solid #00C1EF;
    top: -36px;
}

.about-icon-hexagone.a:after {
    border-top: 36px solid #00C1EF;
    bottom: -36px;
}

.about-icon:hover .about-icon-hexagone {
    background-color: #ddd;
}

.about-icon:hover .about-icon-hexagone.a {
    -webkit-transform: scale(.99, .99);
    -moz-transform: scale(.99, .99);
    transform: scale(.99, .99);
}

.about-icon:hover .about-icon-hexagone:before {
    border-bottom-color: #ddd;
}

.about-icon:hover .about-icon-hexagone:after {
    border-top-color: #ddd;
}

.about-icon:hover .about-icon-hexagone.a {
    background-color: #fff;
}

.about-icon:hover .about-icon-hexagone.a a {
    color: #000;
}

.about-icon:hover .about-icon-hexagone.a:before {
    border-bottom-color: #fff;
}

.about-icon:hover .about-icon-hexagone.a:after {
    border-top-color: #fff;
}

.about-icon:hover {
    color: #000;
}

.about-box-title {
    background-image: url("images/section/about-box-title-bg.png");
    background-repeat: no-repeat;
    background-position: top center;
    font-size: 18px;
    padding: 30px 0 20px 0;
}

.about-box-description {
    color: #777;
    font-size: 13px;
}

/* call us */
.call-us {
    background: #00c1ef;
}

.call-us-title {
    color: #fff;
    font-size: 27px;
    text-align: left;
    margin: 0;
}

.call-us-title span {
    display: block;
    font-size: 14px;
}

.purchase-now {
    border: 1px solid #fff;
    margin: 0;
}

/* why choose */
.why-choose-us {
    background: #f6f6f6;
    padding: 50px 0;
}

.why-choose-us .title {
    font-weight: 300;
    text-transform: none;
}

.why-choose-us .col-md-4 {
    margin-bottom: 64px;
    display: inline-block;
}

.why-choose-us .intro-icon {
    top: 17px;
}

.why-choose-us .intro-icon.a {
    top: 0px;
}

.why-choose-us .intro-icon a:hover {
    background-color: #00C1EF;
}

.why-choose-us .choose-box {
    display: inline-block;
    width: 76%;
}

.why-choose-us .choose-box-title {
    margin-top: 0;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
}

.choose-description {
    text-align: left;
    font-size: 13px;
}

/* ## #--4--# Section - Skill ########################################### */
/* Our Skills Section */
.skill-section {
    background-image: url("images/section/call-to-action-bg-2.png"); 
    color: #fff;
}

.skill-section.no-section-header {
    padding: 100px 0;
}

.our-skill-title {
    font-size: 24px;
    font-weight: 600;
}

.our-skill-description {
    font-size: 13px;
    margin-bottom: 20px;
}

.skill-block {
    display: inline-block;
    width: 140px;
    height: 190px;
    position: relative;
    margin-left: 16px;
    margin-bottom: 20px;
}

.skill {
    width: 90%;
    text-align: center;
    line-height: 95px;
    font-size: 38px;
    font-weight: 900;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 0;
}

.skill-section .col-md-3 {
    margin-bottom: 20px;
}

.skill-block > div {
    max-height: 165px;
    overflow: hidden;
    display: inline-block !important;
}

.skill-link {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    display: block;
}

.skill-link:hover {
    color: #fff;
}

.skill-section .col-md-5 img {
    width: auto;
}

/* ## #--5--# Section - Service ########################################### */
.service-section {
    text-align: center;
}

.service-tab-system .nav-tabs,
.service-tab-system .nav-tabs > li.active > a,
.service-tab-system .nav-tabs > li.active > a:hover,
.service-tab-system .nav-tabs > li.active > a:focus {
    border: none;
}

.nav > li > a:hover, .nav > li > a:focus {
    background: none;
    border: none;
}

.service-tab-system .nav-tabs > li.active > a,
.service-tab-system .nav-tabs > li.active > a:hover,
.service-tab-system .nav-tabs > li.active > a:focus {
    background-image: url("../../../../www.erathemes.com/demo/html/flibz/images/service-tab-bottom-bg.html");
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 46px;
    background-color: transparent;
}

.service-tab-system li {
    text-align: center;
    min-height: 262px;
}

.service-tab-system li:last-child {
    margin-right: 0;
}

.service-tab-system li a span {
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 36px;
}

.service-tab-system li a .service-icon {
    height: 114px;
    width: 100px;
    display: inline-block;
    font-size: 35px;
    line-height: 55px;
    margin-bottom: 35px;
    color: #000;
}

.service-tab-icon {
    width: 100px;
    height: 57px;
    position: relative;
    background: #ddd;
    display: inline-block;
    top: 25px;
}

.service-tab-icon:before,
.service-tab-icon:after {
    content: "";
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    position: absolute;
}

.service-tab-icon:before {
    top: -25px;
    border-bottom: 25px solid #ddd;
    left: 0;
}

.service-tab-icon:after {
    bottom: -25px;
    border-top: 25px solid #ddd;
    left: 0;
}

.service-tab-icon.a {
    background-color: #fff;
    -webkit-transform: scale(.98, .99);
    -moz-transform: scale(.98, .99);
    transform: scale(.98, .99);
    z-index: 1;
    top: 0;
}

.service-tab-icon.a:before {
    border-bottom: 25px solid #fff;
    top: -25px;
}

.service-tab-icon.a:after {
    border-top: 25px solid #fff;
    bottom: -25px;
}

.service-tab-system .nav-tabs > li.active > a .service-icon .service-tab-icon.a,
.service-tab-system .nav-tabs > li.active > a:hover .service-icon .service-tab-icon.a,
.service-tab-system .nav-tabs > li.active > a:focus .service-icon .service-tab-icon.a,
.service-icon:hover  .service-tab-icon.a,
.phone-number-icon:hover  .service-tab-icon.a {
    background-color: #00C1EF;
}

.service-tab-system .nav-tabs > li.active > a .service-icon i,
.service-tab-system .nav-tabs > li.active > a:hover .service-icon i,
.service-tab-system .nav-tabs > li.active > a:focus .service-icon i,
.service-icon:hover i {
    color: #fff;
}

.service-tab-system .nav-tabs > li.active > a .service-icon .service-tab-icon.a:before ,
.service-tab-system .nav-tabs > li.active > a:hover .service-icon .service-tab-icon.a:before ,
.service-tab-system .nav-tabs > li.active > a:focus .service-icon .service-tab-icon.a:before ,
.service-icon:hover  .service-tab-icon.a:before ,
.phone-number-icon:hover  .service-tab-icon.a:before {
    border-bottom-color: #00C1EF;
}

.service-tab-system .nav-tabs > li.active > a .service-icon .service-tab-icon.a:after,
.service-tab-system .nav-tabs > li.active > a:hover .service-icon .service-tab-icon.a:after,
.service-tab-system .nav-tabs > li.active > a:focus .service-icon .service-tab-icon.a:after,
.service-icon:hover .service-tab-icon.a:after,
.phone-number-icon:hover  .service-tab-icon.a:after {
    border-top-color: #00C1EF;
}

.service-icon:hover .service-tab-icon.a:after {
    bottom: -24px;
}

.service-tab-system li a span {
    display: block;
}

.service-tab-system .nav-tabs > li.active > a > i,
.service-tab-system li:hover > a > i {
    color: #fff;
}

.service-tab-system li:hover > a {
    border-bottom: none;
    background-image: url("../../../../www.erathemes.com/demo/html/flibz/images/service-tab-bottom-bg.html");
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 46px;
}

.service-tab-system .tab-content > .tab-pane {
    margin: 40px 0 0 0;
    min-height: 30px;
    padding: 0 120px;
}
/* ############################################# */
.service-tab-system .tab-content > .tab-pane .purchase-now {
    display: block;
    width: 165px;
    height: 50px;
    float: none;
    margin: 0 auto;
    line-height: 49px;
    border: 2px solid #00C1EF;
    color: #00C1EF;
    margin-top: 30px;
}

.service-tab-system .tab-content > .tab-pane .purchase-now:hover {
    background-color: #00C1EF;
    text-decoration: none;
    color: #fff;
}
/* ############################################# */
.service-tab-system .tab-content {
    margin: 0 auto;
}

/* ## #--6--# Section - Featured ########################################### */
.featured-section {
    background-image: url("images/section/featured-background.png");
    text-align: center;
}

.featured-section .title {
    font-weight: 300;
    text-transform: capitalize;
}

.featured-section .tab-title {
    font-weight: 300;
    text-transform: none;
}

.featured-section .tab-system {
    display: block;
}

.featured-section .tab-system .nav li {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.featured-section .tab-system .nav-tabs {
    border: none;
    margin-top: 30px;
}

.featured-section .tab-system .nav-tabs li a {
    width: 80px;
    height: 91px;
    position: relative;
    text-align: center;
    font-size: 30px;
    color: #000;
    float: left;
    line-height: 55px;
    padding: 0;
    border: none;
    background-color: transparent;
}

.featured-section .tab-system .tab-detail {
    display: inline-block;
    width: 80%;
    margin: 0 0 0 20px;
    text-align: left;
}

.featured-section .tab-system .tab-title {
    font-size: 16px;
    font-weight: 600;
    margin-top: 7px;
    text-transform: uppercase;
    text-align: left;
}

.featured-icon {
    width: 80px;
    height: 52px;
    position: absolute;
    background: #ddd;
    display: inline-block;
    top: 30px;
    left: 0;
}

.featured-icon:before,
.featured-icon:after {
    content: "";
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    position: absolute;
}

.featured-icon:before {
    top: -20px;
    border-bottom: 20px solid #ddd;
    left: 0;
}

.featured-icon:after {
    bottom: -20px;
    border-top: 20px solid #ddd;
    left: 0;
}

.featured-icon.a {
    background-color: #fff;
    -webkit-transform: scale(.98, .99);
    -moz-transform: scale(.98, .99);
    transform: scale(.98, .99);
    z-index: 1;
    top: 0;
    left: 0;
}

.featured-icon.a:before {
    border-bottom: 19px solid #fff;
    top: -19px;
}

.featured-icon.a:hover:before {
    border-bottom-color: #00C1EF;
}

.featured-icon.a:after {
    border-top: 19px solid #fff;
    bottom: -18px;
}

.featured-icon.a:hover:after {
    border-top-color: #00C1EF;
    bottom: -18px;
}

.featured-section .tab-system .nav-tabs li a:hover .featured-icon.a {
    background-color: #00C1EF;
}

.featured-section .tab-system .nav-tabs li a:hover .featured-icon.a i {
    color: #fff;
}

/* ## #--7--# Section - Quotes ########################################### */
.quotes-section {
    background: url("images/section/quate-section-background.png");
    text-align: center;
}

.quote-image {
    display: block;
    width: 60px;
    height: 68px;
    margin: 0 auto;
}

.quote-image .intro-icon.a {
    background-color: #00C1EF;
    top: 15px;
}

.quote-image .intro-icon.a:hover span i {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
}

.quote-image .intro-icon.a span {
    font-size: 18px;
    color: #fff;
}

.quote-image .intro-icon.a:before {
    border-bottom-color: #00C1EF;
}

.quote-image .intro-icon.a:after {
    border-top-color: #00C1EF;
}

.quotes-section .section-title {
    color: #fff;
    font-weight: 500;
    font-size: 26px;
    width: 54%;
    display: block;
    margin: 0 auto;
}

/* ## #--8--# Section - Team Member ########################################### */
.team-member-section .team-inner {
    border: 1px solid #dfdfdf;
    display: block;
    position: relative;
}

.team-member-section .col-sm-6 {
    margin-bottom: 25px;
}

.team-member-section .col-sm-6 img {
    width: 100%;
}

.team-member-section .team-inner img {
    cursor: pointer;
}

.team-member-section .team-inner a {
    text-align: center;
    display: block;
    padding: 28px 0;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    z-index: 999;
}

.team-inner > .team-member-detail-show:hover > .team-member-detail {
    display: block;
}

.team-inner .team-member-detail-show:hover > a {
    color: #fff;
}

.team-member-detail {
    background-color: #0bc2ee;
    display: none;
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    padding: 30px 0;
}

.team-member-heading {
    display: block;
    background-image: url("images/team/team-member-headding.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    text-align: center;
    margin-top: 0;
    padding-bottom: 19px;
    margin-bottom: 30px;
    font-size: 14px;
    color: #fff;
}

.member-description {
    display: block;
    text-align: center;
    padding: 0 25px;
    color: #fff;
    font-size: 13px;
}

.team-member-detail .social {
    list-style: none;
    padding: 0;
    text-align: center;
    margin: 18px 0;
}

.team-member-detail .social li {
    display: inline-block;
    margin: 0 2px;
}

.team-member-detail .social li a {
    color: #fff;
    padding: 0;
    font-size: 24px;
}

/* ## #--9--# Section - Our Template ########################################### */
.our-template-section {
    background-image: url("images/section/template-background.png");
    text-align: center;
}

.template-title {
    display: block;
    text-align: center;
    margin-top: 0px;
    font-weight: 600;
}

.our-template-section .purchase-now {
    display: block;							/* color y borde del boton "Contratar" */
    width: 164px;
    height: 49px;
    float: none;
    margin: 0 auto;
    line-height: 49px;
    border: 1px solid #00C1EF;
    color: #00C1EF;
    margin-top: 30px;
}

.our-template-section .purchase-now:hover {		/* color y borde del boton "Contratar" al posicionarse sobre el*/
    background-color: #00C1EF;
    text-decoration: none;
    color: #fff;
}

/* ## #--10--# Section - Our Facts ########################################### */
.our-fact-section .container > [class*="col-"] {
    padding: 0 46px;
}

.fact-inner {
    height: 233px;
    display: block;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    margin-bottom: 20px;
}

.fact-inner .fa, .fact-inner .count, .fact-inner a {
    color: #00c1ef;
    display: block;
    text-align: center;
}

.fact-inner .fa {
    font-size: 50px;
    padding-top: 0px;
    padding-bottom: 10px;
}

.fact-inner:hover .fa {
    color: #fff;
}

.fact-inner .count {
    color: #000;
    font-size: 46px;
    margin: 0 0 10px 0;
    line-height: 1;
}

.fact-inner:hover .count {
    color: #fff;
}

.fact-inner a {
    color: #777;
    font-size: 13px;
    text-transform: uppercase;
}

.fact-inner:hover > .fa, .fact-inner:hover > .count, .fact-inner:hover a {
    color: #fff;
}

.fact-inner-icon {
    width: 100%;
    height: 137px;
    position: relative;
    background: #ddd;
    display: inline-block;
    top: 50px;
}

.fact-inner-icon:before,
.fact-inner-icon:after {
    content: "";
    border-left: 97px solid transparent;
    border-right: 97px solid transparent;
    position: absolute;
}

.fact-inner-icon:before {
    top: -49px;
    border-bottom: 49px solid #ddd;
    left: 0;
}

.fact-inner-icon:after {
    bottom: -49px;
    border-top: 49px solid #ddd;
    left: 0;
}

.fact-inner-icon.a {
    background-color: #fff;
    -webkit-transform: scale(.98, .98);
    -moz-transform: scale(.98, .98);
    transform: scale(.98, .98);
    z-index: 1;
    top: 0;
}

.fact-inner-icon.a:before {
    border-bottom: 49px solid #fff;
    top: -49px;
}

.fact-inner-icon:hover:before,
.fact-inner-icon.a:hover:before {
    border-bottom-color: #333;
}

.fact-inner-icon.a:after {
    border-top: 49px solid #fff;
    bottom: -49px;
}

.fact-inner-icon.a:hover:after, 
.fact-inner-icon.a:hover:after {
    border-top-color: #333;
}

.fact-inner:hover .fact-inner-icon,
.fact-inner:hover .fact-inner-icon.a {
    background-color: #333;
}

/* ## #--11--# Time-line ########################################### */
.time-line-section {
    background-image: url("images/section/time-line-background.png");
}

.time-line-section .title {
    font-weight: 300;
    text-transform: capitalize;
}

.year {
    background-color: #333;
    width: 100px;
    height: 45px;
    display: block;
    line-height: 45px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin: 0 auto;
    position: relative;
    border-radius: 3px;
}

.load-more {
    width: 60px;
    height: 68px;
    display: block;
    text-align: center;
    line-height: 68px;
    margin: 0 auto;
    font-size: 40px;
    color: #fff;
}

.load-more .intro-icon.a {
    top: -8px;
}

.load-more .intro-icon.a span {
    font-size: 36px;
}

.load-more:hover .intro-icon.a {
    background-color: #00C1EF;
}

/* ## #--12--# Section - Call to Action-2 ########################################### */
.coll-to-action-2 {
    background-image: url("images/section/call-to-action-bg-2.png");
}

/* ## #--13--# Section - Portfolio ########################################### */
.portfolio-section {
    padding: 0;
}

.portfolio-section .portfolio-categories {
    margin-bottom: 40px;
    margin-top: 20px;		/* ESPACIO ENTRE EL TITULO DE LAS CATEGORIAS Y EL TITULO "PORTAFOLIO" */
    text-align: center;
}


/* ## #--14--# Section - Client ########################################### */
.client-testimonial-section .section-title {
    background-image: none;
    padding-bottom: 0;
    margin-bottom: 20px;
    font-weight: 600;
}

.testimonial-item {
    text-align: center;
    padding: 0 22px;
}

.testimonial-item img {
    margin-bottom: 30px;
}

.testimonial-description,
.client-post {
    font-size: 13px;
    color: #666;
}

.testimonial-description {
    margin-bottom: 35px;
}

.testimonial-client-name {
    background-image: url("images/section/about-box-title-bg.png");
    background-repeat: no-repeat;
    background-position: top center;
    font-size: 16px;
    padding-top: 35px;
    margin-bottom: 5px;
}

/* ## #--15--# Section - Work ########################################### */
.work-section {
    text-align: center;
    padding-bottom: 50px;
}

.work-section .section-title {
    background: none;
    margin: 70px 0 20px 0;
    padding: 0;
}

.work-section .links-button {
    max-width: 165px;
    margin: 0 auto;
}

.work-section .links-button:hover {
    background-color: #00C1EF;
    color: #fff;
    text-decoration: none;
}

/* ## #--16--# Section - Partners ########################################### */
.partners-section {
    background-color: #f6f6f6;
}

/* ## #--17--# Section - Pricing ########################################### */
.pricing-section {
    background-image: url("images/section/pricesing-section-bg.png");
    color: #fff;
}

.pricing-section .section-title {
    color: #fff;
    margin-bottom: 0;
}

.pricing-section .col-md-3 {
    margin-top: 10px;	/* ESPACIO ENTRE EL TITULO "PAQUETES" Y EL TEXTO */
}

.price-inner-section {
    min-height: 500px;		/* LARGO DE LAS LINEAS VERTICALES-PARALELAS QUE SE VEN AL PASAR POR CADA PAQUETES */
}

.price-inner {
    border-left: 1px solid #777;
    border-right: 1px solid #777;
    text-align: center;
}

.price-title {
    font-size: 24px;		/* TAMAÑO DE LETRA DE LOS NOMBRES DE LOS PAQUETES */
    background-image: url("images/client/testimonail-client-name-bg.png");
    background-repeat: no-repeat;
    background-position: bottom center; 
    padding-bottom: 15px; 	/* ESPACIO ENTRE EL NOMBRE DE LOS PAQUETES Y EL CONTENIDO */
    display: block;
}

.price-inner ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 80px;
    display: inline-block;
}

.price-inner ul li {
    font-size: 15px;	/* TAMAÑO DE LETRA DEL CONTENIDO DE LOS PAQUETES */
    margin-bottom: 13px;	/* ESPACIO ENTRE CADA ORACION DEL CONTENIDO */
}

.price-inner-section .links-button {
    color: #fff;
    border-radius: 3px;
}

.price-inner-section .links-button:hover {
    text-decoration: none;
} 

.price-inner-section:hover > .links-button {
    background-color: #00c1ef;
    border: none;
}

/* ## #--18--# Section - Contact ########################################### */
.contact-section {
    margin: 0 auto;
    position: relative;
}

/* Map */
.map {
    position: relative;
}

.map iframe {
    width: 100%;
    height: 110px;
    border: none;
    display: inline-block;
}

.map:hover .full-map {
    display: block;
}

.map .full-map {
    position: absolute;
    background-color: rgba(0, 206, 243, 0.7);
    height: 100%;
    top: 0;
    display: none;
    width: 100%;
    text-align: center;
    line-height: 110px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.map .full-map:hover {
    text-decoration: none;
}

.map-main {
    width: 100%;
    height: 500px;
    background: #fff;
    position: relative;
    display: none;
}

.map-box {
    opacity: 0.7;
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    display: inline-block;
    transition: all 2500ms ease 5s;
}

.map-box-in {
    display: none;
}

.map-main-in {
    display: block;
    transition: all 2500ms ease;
}

/* contact form */
.contact-form-heading {
    margin-top: 80px;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 26px;
    display: block;
    text-align: center;
}

.contact-form {
    text-align: center;
    margin-bottom: 20px;
}

.contact-form input[type="text"],
.contact-form input[type="email"], 
.contact-form textarea {
    width: 100%;
    padding: 13px;
    border: 1px solid #eee;
    font-size: 13px;
    color: #666;
    margin-bottom: 14px;
}

.contact-form input[type="text"] {
    margin-bottom: 14px;
}

.contact-form textarea {
    height: 168px;
}

.contact-form input[type="submit"] {
    text-transform: uppercase;
    background-color: #000;
    color: #fff;
    display: inline-block;
    width: 170px;
    height: 45px;
    margin-top: 18px;
    border: none;
}

.contact-form input:hover[type="submit"] {
    background-color: #00C1EF;
}

.contact-information {
    display: block;
    text-align: center;
    color: #777;
}

.phone-number {
    display: block;
}

.phone-number-icon {
    width: 100px;
    height: 114px;
    color: #00c1ef;
    display: inline-block;
    line-height: 14px;
    font-size: 55px;
    cursor: pointer;
}

.phone-number-icon:hover {
    color: #fff;
}

.phone-number {
    display: block;
    font-size: 50px;
    font-weight: 600;
    margin: 20px 0;
}

.company-name {
    font-size: 20px;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
}

.address,
.email-contact {
    font-size: 16px;
}

.address {
    margin-bottom: 0;
}

.email-contact {
    color: #777;
}

.contact-information .social {
    list-style: none;
    padding-left: 0;
    margin-top: 40px;
    margin-bottom: 80px;
}

.contact-information .social li {
    display: inline-block;
    margin: 0 5px;
}

.contact-information .social li a {
    color: #ccc;
    font-size: 30px;
}

.contact-information .social li a:hover {
    color: #00C1EF;
}

.back-to-top:hover,
.back-to-top:focus {
    color: #fff;
}

.back-to-top-icon {
    width: 80px;
    height: 60px;
    position: relative;
    background: #ddd;
    display: inline-block;
    top: 20px;
}

.back-to-top-icon:before,
.back-to-top-icon:after {
    content: "";
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    position: absolute;
}

.back-to-top-icon:before {
    top: -20px;
    border-bottom: 20px solid #ddd;
    left: 0;
}

.back-to-top-icon:after {
    bottom: -20px;
    border-top: 20px solid #ddd;
    left: 0;
}

.back-to-top-icon.a {
    background-color: #fff;
    -webkit-transform: scale(.98, .99);
    -moz-transform: scale(.98, .99);
    transform: scale(.98, .99);
    z-index: 1;
    top: 0;
}

.back-to-top-icon.a:before {
    border-bottom: 20px solid #fff;
    top: -20px;
}

.back-to-top-icon.a:hover:before {
    border-bottom-color: #00C1EF;
}

.back-to-top-icon.a:after {
    border-top: 20px solid #fff;
    bottom: -20px;
}

.back-to-top-icon.a:hover:after {
    border-top-color: #00C1EF;
}

.back-to-top:hover .back-to-top-icon.a {
    background-color: #00C1EF;
}

.back-to-top-icon.a i {
    position: relative;
    top: -15px;
}

.back-to-top:hover .back-to-top-icon.a i {
    color: #fff;
}

/* ## #--19--# Section - Footer ########################################### */
.footer-section {
    background-color: #333;
    text-align: justify;
    color: #fff;
}

.footer-title {
    font-size: 20px;
    font-weight: 600;
}

.footer-title span {
    color: #00c1ef;
    font-size: 14px;
    font-weight: normal;
    margin: 0 13px;
}

.copyrights {
    display: block;
    font-size: 11px;
    line-height: 17px;
}

/* #-- Blog --#  Section - Blog ########## */
.page-header {
    display: block;
    background-color: #00c1ef;
    text-align: center;
    margin: 0;
    height: 120px;
}

.page-header .page-title {
    margin: 0;
    line-height: 120px;
    font-size: 32px;
    font-weight: 900;
    color: #fff;
}

.header-blog .navbar-default .navbar-nav > li > a {
    color: #fff;
}

.header-blog .navbar-default .navbar-nav > .active > a,
.header-blog .navbar-default .navbar-nav > .active > a:hover,
.header-blog .navbar-default .navbar-nav > .active > a:focus {
    background: none;
    color: #00c1ef;
}

/* ## Blog Section ######################################## */
.post-format {
    display: inline-block;
    margin-top: 40px;
    padding-left: 0;
    width: 100px;
}

.post-formate-icon {
    border: 1px solid #ddd;
    padding: 23px;
    display: inline-block;
    text-align: left;
    margin: 0 0 0 -5px;
    color: #00c1ef;
    width: 80px;
}

/* ## Blog Section ######################################## */
.blog-section .container > [class*="col-"] {
    min-height: 350px;
}

.blog-post {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 30px;
}

.blog-post .blog-post-hover {
    display: none;
    background-image: url("../../../../www.erathemes.com/demo/html/flibz/images/blog/blog-hover.html");
    background-repeat: repeat;
    height: 100%;
    left: 15px;
    max-height: 460px;
    position: absolute;
    right: 15px;
    top: 0;
}

.post-thumbnail:hover .blog-post-hover {
    display: block;
}

.blog-post .entry-title:hover {
    color: #1896ff;
}

.blog-post img {
    min-height: 460px;
}

.blog-post .entry-content > p, .blog-post .about-author {
    line-height: 23px;
}

.blog-post .author {
    padding-top: 50px;
    margin-bottom: 60px;
}

/* Blog Style 2 */
.post-style-2 {
    color: #fff;
    min-height: 500px;
    padding: 27px;
    border: 4px solid #444;
}

.post-style-2 .entry-content > p {
    margin-bottom: 75px;
}

/* Blog Style 3 */
.post-style-3 h3 {
    font-size: 16px;
    font-weight: bold;
}

.post-style-3 {
    background-color: #444;
    color: #fff;
    min-height: 435px;
    padding: 50px;
}

/* ## Blog Template ######################################## */
.type-post {
    display: inline-block;
    background-image: url("images/blog/blog-list-bg.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 20px;
    margin-bottom: 37px;
}

.type-post:last-child {
    background-image: none;
}

.content-area {
    margin: 125px 0;
}

.content-section {
    padding-left: 0;
    text-align: center;
}

.content-sidebar {
    padding-right: 0;
}

.header-blog {
    background-color: #333;
  /*position: relative;*/;
}

/* Entry Cover */
.entry-cover img {
    width: 100%;
}

.entry-cover img:hover {
    opacity: 0.7;
}

.format-video iframe, .format-audio iframe {
    width: 100%;
    border: none;
    border-radius: 0;
}

.format-video iframe {
    height: 350px;
}

.format-audio iframe {
    height: 120px;
}

/* Entry Header */
.entry-header {
    margin-bottom: 30px;
    margin-top: 40px;
    text-align: left;
}

.entry-title,
.entry-title a {
    font-weight: 300;
    font-size: 28px;
    color: #444;
    margin-top: 0;
}

.entry-title a:hover {
    color: #00C1EF;
    text-decoration: none;
}

/* Entry Content */
.entry-date, .comments-link, .post-views {
    color: #4c4c4c;
    font-size: 16px;
    font-weight: bold;
}

.entry-date {
    background-color: #666;
    text-align: center;
    margin: 0;
    color: #fff;
    padding: 10px;
    font-size: 13px;
    font-weight: 400;
    width: 80px;
    text-transform: uppercase;
}

.entry-date span {
    display: block;
    font-size: 34px;
    font-weight: bold;
}

.entry-content {
    color: #808080;
    margin-bottom: 30px;
}

.entry-content p {
    margin: 0 0 28px;
    font-size: 13px;
    text-align: justify;
    color: #666;
}

.read-more {
    display: block;
    color: #000;
    font-size: 12px;
    font-weight: 400;
}

.read-more .fa {
    text-align: center;
    color: #fff;
    font-size: 22px;
    line-height: 23px;
}

.read-more-icon {
    width: 44px;
    height: 25px;
    position: relative;
    background: #00C1EF;
    display: inline-block;
    margin-left: 10px;
    text-align: center;
}

.read-more-icon:before,
.read-more-icon:after {
    content: "";
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    position: absolute;
}

.read-more-icon:before {
    top: -11px;
    border-bottom: 11px solid #00C1EF;
    left: 0;
}

.read-more-icon:after {
    bottom: -11px;
    border-top: 11px solid #00C1EF;
    left: 0;
}

.load-more-post {
    padding: 19px 28px;
    border: 1px solid #ddd;
    display: inline-block;
    text-align: center;
    color: #444;
    border-radius: 2px;
    margin-bottom: 20px;
}

.author-box {
    margin-bottom: 10px;
    margin-top: 20px;
    padding: 20px 0;
    text-align: left;
}

.author-box .col-md-2 {
    padding-left: 0;
}

.author-box .col-md-10 {
    padding-right: 0;
}

.author-image {
    overflow: hidden;
    display: block;
}

.author-image:hover {
    opacity: 0.7;
}

.post-author h2 {
    margin: 0 0 5px;
    line-height: normal;
    color: #4c4c4c;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.post-author .col-md-10 {
    padding-left: 0;
    padding-right: 0;
}

.post-author .col-md-2 {
    padding-right: 0;
    border: 1px solid #ddd;
    padding: 11px;
}

.post-author p {
    line-height: 19.5px;
    color: #808080;
    font-size: 13px;
    text-align: justify;
    margin-bottom: 0;
}

/* Entry Meta */
.entry-meta a.comments:hover,
.entry-meta a {
    color: #aaa;
    font-size: 13px;
}

.entry-meta a:before {
    content: "";
    padding-right: 0px;
}

.entry-meta a:hover {
    color: #444;
    text-decoration: none;
}

.entry-meta a:after {
    content: "//";
    padding-left: 5px;
    padding-right: 5px;
    color: #00c1ef;
}

.entry-meta a:last-of-type:after {
    content: "";
}

.entry-meta.tags a:after {
    content: "";
    padding-left: 5px;
    padding-right: 5px;
    color: #00c1ef;
}

.tags {
    text-align: left;
}

.tags .fa {
    color: #00c1ef;
    font-size: 20px;
    margin-right: 10px;
}

.tags a:hover {
    color: #00c1ef;
}

/* Comment Area */
.comment-area h2 {
    margin-bottom: 20px;
    color: #4c4c4c;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
}

.comment-form .form-control {
    border-color: #eee;
    border-radius: 0;
    font-size: 13px;
    margin-bottom: 14px;
    box-shadow: none;
}

.comment-form textarea.form-control {
    height: 157px;
}

.comment-form > [class*="col-"] {
    padding-left: 0;
}

.comment-form > [class*="col-"]:first-of-type > [class*="col-"] {
    padding-left: 0;
}

.comment-form > [class*="col-"]:first-of-type .form-control {
    height: 43px;
}

.comment-form .btn {
    background-color: #333;
    border: none;
    color: #fff;
    float: left;
    border-radius: 0;
    padding: 17px 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.comment-form .btn:hover {
    background-color: #00C1EF;
    color: #fff;
}

.comment-form > [class*="col-"]:last-of-type {
    padding-right: 0;
}

/* ==================================================
  Redes Sociales
  ================================================== */
  .content-box-blue {
	margin: 0 0 25px;
	overflow: hidden;
	padding: 0px;
  }

  .content-box-blue {
	background-color: #fff;
	border: 1px solid #4da6ff;
  }
  
/* ## Widgets ######################################## */
.widget-title {
    color: #4c4c4c;
    font-size: 24px;
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 5px;
    text-align: left;
    margin-top: 40px;
}

.widget-title:after {
    content: "";
    display: block;
    float: none;
    height: 6px;
    margin: 0 auto;
    text-align: center;
    width: 70px;
}

.widget:first-of-type .widget-title {
    margin-top: 0;
}

/* Social Icon Widget */
.widget.widget_social_icons > ul {
    margin: 0 -6px;
    padding: 0;
}

.widget_social_icons li {
    display: inline-block;
    list-style: outside none none;
    margin-bottom: 12px;
    margin-left: 3px;
    margin-right: 3px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.widget_social_icons li a {
    color: #666;
    padding: 11px 16px;
    display: block;
}

.widget_social_icons li:hover {
    background-color: #00c1ef;
    border: none;
    border-radius: 0px;
}

.widget_social_icons li:hover > a {
    color: #fff;
    text-decoration: none;
    box-shadow: none;
    padding: 11px 17px;
}

/* Widget Twitter Entries */
.widget_twitter_entries > ul {
    color: #808080;
    line-height: 22px;
    list-style: outside none none;
    padding: 0;
}

.tweet-post {
    font-style: italic;
    margin-bottom: 15px;
}

.tweet-post > a {
    font-style: italic;
    color: #1896ff;
    display: block;
    font-size: 13px;
}

.tweet-post > a:hover {
    color: #444;
}

/* Widget Recent Entries */
.widget_recent_entries > ul {
    font-size: 16px;
    list-style: outside none none;
    padding: 0;
}

.widget_recent_entries > ul li {
    width: 100%;
    float: left;
    margin-bottom: 35px;
}

.widget_recent_entries > ul a {
    color: #00c1ef;
    font-weight: normal;
}

.widget_recent_entries > ul a:hover {
    color: #808080;
}

.cat-item img {
    margin-top: 20px;
    margin-bottom: 20px;
}

.cat-item img:hover {
    opacity: 0.7;
}

.days-meta {
    color: #808080;
    font-size: 13px;
    display: block;
    font-style: italic;
}

.widget_recent_entries > ul li img {
    float: left;
    margin: 0;
    padding-left: 0;
}

.latest-detail-blog-content {
    font-size: 13px;
    padding-left: 0;
}

.widget_recent_entries p,
.widget_recent_entries .latest-detail-blog-content a {
    font-size: 13px;
    color: #666;
}

.widget_recent_entries .latest-detail-blog-content .byline {
    font-size: 13px;
    color: #00C1EF;
    display: block;
    margin-top: 10px;
}

/* Widget Categories */
.widget_categories > ul {
    color: #808080;
    line-height: 25px;
    padding-left: 0;
    list-style: none;
}

.widget_categories > ul a:before {
    background-image: url("images/icon/categories-icon.png");
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    display: inline-block;
    content: " ";
    margin-right: 15px;
}

.widget_categories > ul a {
    color: #666;
    background-position: left;
    background-repeat: no-repeat;
    border-bottom: 1px solid #ededed;
    display: block;
    height: 46px;
    line-height: 46px;
    padding-left: 15px;
}

.widget_categories > ul a:hover:before {
    background-image: url("images/icon/categories-icon-hover.png");
}

.widget_categories > ul a:hover {
    background-color: #00c1ef;
    text-decoration: none;
    color: #fff;
    border: none;
}

.about-author-title {
    display: block;
    font-size: 20px;
    color: #000;
}

.comment-box {
    display: inline-block;
    border-bottom: 1px solid #ddd;
    margin-bottom: 28px;
    padding-bottom: 17px;
}

.comment-user-name {
    font-size: 15px;
    margin-top: 0;
    text-align: left;
}

.comment-date {
    text-align: left;
    font-size: 12px;
    color: #aaa;
}

.comments-desc {
    display: inline-block;
    width: 100%;
}

.reply {
    width: 60px;
    height: 33px;
    line-height: 10px;
    color: #888;
    font-size: 12px;
}

.reply:hover {
    background-color: #00c1ef;
    color: #fff;
    text-decoration: none;
}

.childeren {
    list-style: none;
    margin-left: 95px;
}

/* blog slider */
.type-post .carousel-control {
    position: absolute;
    top: 44%;
    bottom: auto;
    background-image: none;
    border: none;
}

.type-post .carousel-control.left,
.type-post .carousel-control.right {
    color: #fff;
    text-shadow: none;
    font-size: 25px;
    opacity: 1;
}

.type-post .carousel-control.left {
    left: 14px;
}

.type-post .carousel-control.right {
    right: 14px;
}

.type-post  .carousel-control:hover, .type-post  .carousel-control:focus {
    background-color: transparent;
}

/* line */
.line-image {
    position: absolute;
    bottom: -65px;
    left: 29px;
    right: auto;
}

.skill-block .dial {
    color: #000 !important;
}

/* ## Page Loader ********************** */
#site-loader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 9999999999;
    opacity: 1;
}

.site-loader {
    position: absolute;
    width: 100px;
    margin: 0 auto;
    top: 50%;
    left: 0px;
    margin-top: -60px;
    right: 0px;
}

#escapingBallG {
    position: relative;
    width: 128px;
    height: 44px;
}

.escapingBallG {
    background-color: #8EBE3A;
    position: absolute;
    top: 0;
    left: 0;
    width: 44px;
    height: 44px;
    -moz-border-radius: 22px;
    -moz-animation-name: bounce_escapingBallG;
    -moz-animation-duration: 1.3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -moz-animation-delay: 0s;
    -moz-transform: scale(0.5, 1);
    -webkit-border-radius: 22px;
    -webkit-animation-name: bounce_escapingBallG;
    -webkit-animation-duration: 1.3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-transform: scale(0.5, 1);
    -ms-border-radius: 22px;
    -ms-animation-name: bounce_escapingBallG;
    -ms-animation-duration: 1.3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -ms-animation-delay: 0s;
    -ms-transform: scale(0.5, 1);
    -o-border-radius: 22px;
    -o-animation-name: bounce_escapingBallG;
    -o-animation-duration: 1.3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    -o-animation-delay: 0s;
    -o-transform: scale(0.5, 1);
    border-radius: 22px;
    animation-name: bounce_escapingBallG;
    animation-duration: 1.3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 0s;
    transform: scale(0.5, 1);
}

.dial {
    color: #000000 !important;
}

.fa-comp {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px;
    color: #333333;
    height: 40px;
    line-height: 40px;
    position: absolute;
    z-index: 99999;
    right: 20px;
    text-align: center;
    top: 20px;
    width: 40px;
}

.fa-comp:hover {
    background: #333;
}

.popup_wrapper {
    background: rgba(0,0,0,0.6);
}

.opacity-1 {
    opacity: 1;
}

.opacity-0 {
    opacity: 0;
}

.display-none {
    display: none;
}

.tlt {
    position: absolute;
    text-align: center;
    font-weight: 300;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
    top: 47%;
    width: 100%;
	/*text-transform:uppercase;*/
    font-size: 50px;
    z-index: 9999;
}

#main-future {
    margin: 0 auto;
    position: absolute;
    text-align: center;
    bottom: 0;
    top: 50%;
    height: 25%;
    width: 100%;
    z-index: 999;
}

.link-box {
    bottom: -98%;
    left: 0;
    right: 0;
    position: absolute;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    z-index: 2000;
    display: block;
}

.link-box a {
    display: inline-block;
    outline-style: none;
    width: 36px;
    height: 39px;
    line-height: 36px;
    font-size: 20px;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    color: #FFF;
    margin: 10px 0;
    box-shadow: #FFF 0 0 1px;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}

/* *=*=*=*=*=*=*=*=*=*=*=*=*=*=*= */
/* =========== 3. Map =========== */
/* *=*=*=*=*=*=*=*=*=*=*=*=*=*=*= */		

/* Set a size for our map container, the Google Map will take up 100% of this container */
#map {
    height: 30%;
    min-height: 427px;
    width: 100%;
    z-index: -999;
    position: absolute;
    margin: auto;
    -webkit-transition: all 2500ms ease 0s;
    -moz-transition: all 2500ms ease 0s;
    -ms-transition: all 2500ms ease 0s;
    -o-transition: all 2500ms ease 0s;
    transition: all 2500ms ease 0s;
    opacity: 0;
    top: -100%;
}

.move-top {
    opacity: 0 !important;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.move-down {
    margin-top: 10% !important;
    position: relative;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.frontoff {
    -webkit-transition: all 2500ms ease 0s;
    -moz-transition: all 2500ms ease 0s;
    -ms-transition: all 2500ms ease 0s;
    -o-transition: all 2500ms ease 0s;
    transition: all 2500ms ease 0s;
    z-index: 1000 !important;
    opacity: 1 !important;
    top: 0 !important;
}

#close-map {
    left: 50%;
    height: 80px;
    margin-left: -363px;
    overflow: hidden;
    padding: 15px;
    position: absolute;
    top: -120px;
    width: 400px;
    z-index: 9999;
    -webkit-transition: all 1500ms ease 0s;
    -moz-transition: all 1500ms ease 0s;
    -ms-transition: all 1500ms ease 0s;
    -o-transition: all 1500ms ease 0s;
    transition: all 1500ms ease 0s;
}

.fa-close-map {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px;
    color: #333333;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 20px;
    width: 40px;
}

.fa-close-map:hover {
    background: #333;
}

.sub-down {
    top: 0 !important;
    -webkit-transition: all 1500ms ease 0s;
    -moz-transition: all 1500ms ease 0s;
    -ms-transition: all 1500ms ease 0s;
    -o-transition: all 1500ms ease 0s;
    transition: all 1500ms ease 0s;
}