/* STYLE FOR KIANA

@brand-primary: #48ACC5; (light blue)
@brand-success: #868695; (light gray)

font-family: 'Encode Sans', sans-serif;
font-family: 'Roboto', sans-serif;

*/

/* GEN POP */

body {
	font-family: 'Roboto', sans-serif;
}
p, li {
    font-size: 17px;
    color: #4C4C4C;
    font-weight: 300;
}
.tab-img {
	border: 1px solid #B9B9C8;
	padding: 8px;
	margin: 50px 20px 15px 0px;
}
a:hover {
	text-decoration: none;
}
.section {
	padding-top: 50px;
	padding-bottom: 50px;
}
.thumbnail {
    padding: 8px;
    border-radius: 0;
}

/* HEADINGS */

h1, .h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
    font-size: 40px;
}
h2, .h2 {
    font-size: 27px;
    margin-top: 0;
    font-family: 'Encode Sans', sans-serif;
    font-weight: 100;
}
h3.modal-title {
	color: #fff;
	font-family: 'Encode Sans', sans-serif;
	font-weight: 300;
}
h4, .h4 {
    font-size: 20px;
    color: #fff;
    margin-top: 0;
}
.press-content h1, .press-content h2, .press-content h3, .press-content h4 {
    color: #000;
}


.fcss{

	font-size: 27px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;

}

/* COLORS */

.bg-blue-gradient {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#178ebb+0,1ba6da+100 */
/**	background: #178ebb; /* Old browsers */
/**	background: -moz-linear-gradient(45deg, #178ebb 0%, #1ba6da 100%); /* FF3.6-15 */
/**	background: -webkit-linear-gradient(45deg, #178ebb 0%,#1ba6da 100%); /* Chrome10-25,Safari5.1-6 */
/**	background: linear-gradient(45deg, #178ebb 0%,#1ba6da 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/**	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#178ebb', endColorstr='#1ba6da',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
background-color: #64b3ea;
}
.white {
	color: #fff;
}
.bg-eee {
	background-color: #eee;
}
.blue {
	color: #48ACC5;
}
.gray {
	color: #4C4C4C;
}
.bg-light-gray {
	background-color: #eee;
}
.bg-light-blue {
	background-color: #1ba6da;
}
.blue-border {
	border: 2px solid #1ba6da;
}

/* BUTTONS */

.dropdown-menu>li>a.btn-demo,
.btn-demo {
	background-color: #64C7EC;
	font-family: 'Encode Sans', sans-serif;
	border-radius: 0;
	border: 2px solid #64C7EC;
	color: #fff;
	font-size: 18px;
	padding: 7px 15px;
}
.dropdown-menu>li>a.btn-demo:hover,
.dropdown-menu>li>a.btn-demo:focus,
.btn-demo:hover,
.btn-demo:focus {
	color: #64C7EC;
	background-color: #fff;
	border: 2px solid #64C7EC;
}
.btn-demo-inverted {
	background-color: #fff;
	font-family: 'Encode Sans', sans-serif;
	border-radius: 0;
	border: 2px solid #64C7EC;
	color: #64C7EC;
	font-size: 18px;
	padding: 7px 15px;
}
.btn-demo-inverted:hover,
.btn-demo-inverted:focus {
	color: #fff;
	background-color: #64C7EC;
	border: 2px solid #64C7EC;
}
.btn-demo-gris {
	background-color: #d9d9d9;
	font-family: 'Encode Sans', sans-serif;
	border-radius: 0;
	border: 2px solid #d9d9d9;
	color: #6D6D6D;
	font-size: 18px;
	padding: 7px 15px;
}
.btn-demo-gris:hover,
.btn-demo-gris:focus {
	color: #6D6D6D;
	background-color: #fff;
	border: 2px solid #6D6D6D;
}
.dropdown-menu>li>a.btn-demo {
	width: 125px;
	padding: 7px 15px;
	margin-left: 9px;
}
.btn-learn {
	background-color: #1CA6DA;
    border: 1px solid #1CA6DA;
    color: #fff;
    border-radius: 0;
    width: 100%;
    font-size: 18px;
    font-weight: 100;
}
.btn-learn:hover,
.btn-learn:focus {
	background-color: transparent;
    border: 1px solid #1CA6DA;
    color: #1CA6DA;
}
.btn-get {
	background-color: #6D6D6D;
    border: 2px solid #6D6D6D;
    color: #fff;
    border-radius: 0;
    font-size: 18px;
    font-weight: 300;
    padding: 9px 15px;
}
.btn-get:hover,
.btn-get:focus {
	background-color: transparent;
    border: 2px solid #6D6D6D;
    color: #6D6D6D;
}


/* BACKGROUNDS */

.bg-secure {
	background: url('../img/bg-secure.jpg') no-repeat 0 0;
	background-size: cover;
	margin-top: 100px;
	padding-top: 40px;
    padding-bottom: 0px;
}
.bg-secure.about {
	padding-bottom: 65px;
}
.bg-secure.blog {
	padding-bottom: 100px;
}
.bg-secure h1,
.bg-secure p {
	color: #6D6D6D;
}
.bg-pattern-blue {
	background: url('../img/bg-pattern-blue.jpg') no-repeat 0 0;
	background-size: cover;
	padding-top: 30px;
	padding-bottom: 40px;
	margin-top: 50px;
}
.bg-careers {
	background: url('../img/bg-careers.jpg') no-repeat 50% 50% #2eb24b;
	padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 3px;
}
.bg-benefits-secure {
	background: url('../images/kiana/kianaengage/bg-benefits-engage.jpg') no-repeat 50% 50% #fff;
    background-size: cover;
	padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 3px;
}
.bg-benefits-engage {
	background: url('../images/kiana/kianaengage/bg-benefits-engage.jpg') no-repeat 50% 50% #fff;
    background-size: cover;
	padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 3px;
}
.bg-benefits-engage p,
.bg-benefits-engage h4
.bg-benefits-secure p,
.bg-benefit-secure h4 {
	color: #444;
}
.bg-come {
	background: url('../img/bg-come.jpg') no-repeat 50% 50% #fff;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 80px;
}
.bg-op-white {
	background-color: rgba(250,250,250,0.6);
	padding-top: 30px;
    padding-bottom: 30px;
}
.industries-airport {
	background: url('../img/ban-airport-left.jpg') no-repeat 0 0;
	background-size: 100%;
	padding-bottom: 500px;
}
.industries-airport.air {
	background-image: url('../img/ban-industries-airport.jpg');
}
.industries-airport .carousel-caption {
    top: 125px;
}
.industries-ec .carousel-caption,
.industries-tp .carousel-caption,
.industries-malls .carousel-caption,
.industries-campus .carousel-caption,
.industries-sc .carousel-caption {
    top: 145px;
    left: 8%;
}
.industries-ec {
	background: url('../img/ban-exhibition-centers.jpg') no-repeat 0 0;
	background-size: 100%;
	padding-bottom: 500px;
}
.industries-tp {
	background: url('../img/ban-theme-parks.jpg') no-repeat 0 0;
	background-size: 100%;
	padding-bottom: 500px;
}
.industries-sc {
	background: url('../img/ban-smart-city.jpg') no-repeat 0 0;
	background-size: 100%;
	padding-bottom: 500px;
}
.industries-malls {
	background: url('../img/ban-malls.jpg') no-repeat 0 0;
	background-size: 100%;
	padding-bottom: 500px;
}
.industries-campus {
	background: url('../img/ban-campus.jpg') no-repeat 0 0;
	background-size: 100%;
	padding-bottom: 500px;
}
.exhibition-centers {
	background: url('../img/messe-stuttgart.jpg') no-repeat 0 0;
	background-size: 100%;
	padding-bottom: 500px;
}
.exhibition-centers .carousel-caption {
    top: 265px;
    right: 10%;
    left: 10%;
}

/* TYPO */

p.title-ico {
	font-weight: 400;
	font-size: 20px;
}
p.txt-call {
	color: #2EB24B;
	font-family: 'Encode Sans', sans-serif;
	margin-bottom: 0;
	line-height: 100%;
}
.top1 {
	font-size: 30px;
}
.bot {
	font-size: 38px;
    padding-left: 85px;
}
a.more {
    font-size: 18px;
    color: #48ACC5;
}
a.more.white {
	color: #fff;
}
a.more:hover,
a.more:focus {
	text-decoration: none;
}
.well h4 {
	color: #4C4C4C;
	margin-bottom: 20px;
}
.well p {
	font-size: 16px;
	margin-top: 25px;
}
.well {
    min-height: 20px;
    padding: 60px 40px; 
    border: none;
    margin-top: 20px;
}
.post-details {
	font-size: 14px;
}
.media-body p {
	font-weight: 400;
}
.thin {
	font-weight: 100;
}
a.job {
	text-decoration: underline;
}
a.job:hover {
	color: #48ACC5;
}
p.bg-white {
	background-color: #fff;
	font-size: 25px;
}
p.txt-one {
	color: #fff;
	font-size: 48px;
    font-family: 'Encode Sans', sans-serif;
    line-height: 65px;
}
p.txt-two {
	color: #fff;
	font-size: 38px;
	font-family: 'Encode Sans', sans-serif;
	line-height: 55px;
}
p.txt-three {
	color: #fff;
	font-size: 28px;
	font-family: 'Encode Sans', sans-serif;
	line-height: 30px;
}

/* POSITION */

.border-blue-bot {
	border-bottom: 2px solid #48ACC5;
}
.pad-left {
	padding-left: 20px !important;
}
.m-top-xs {
	margin-top: 15px;
}
.m-top {
	margin-top: 25px;
}
.m-top-md {
	margin-top: 35px;
}
.m-top-lg {
/**	margin-top: 50px;*/
}
.m-bot-mini {
	margin-bottom: 3px;
}
.extra-pad-bot {
	padding-bottom: 125px !important;
}
.pad-bot {
	padding-bottom: 50px;
	padding-top: 30px;
}
.pad-video{
	padding: 50px;
}

/* LISTS */

ul.slogan {
	text-align: center;
	padding-left: 0;
	 margin-top: 45px;
}
ul.slogan li {
	/*display: inline-block;
	vertical-align: middle;
	list-style-type: none;
	color: #1a9ed0;
	font-family: 'Encode Sans', sans-serif;
	font-size: 27px;
	text-align: center;
	font-weight: 600;
	margin: 15px 15px 10px;*/
/*new*/
display: inline-block;
    vertical-align: middle;
    list-style-type: none;
    color: #fff;
    font-family: 'Encode Sans', sans-serif;
    font-size: 26px;
    text-align: center;
    /* font-weight: 200; */
    margin: -21px 15px 10px;
}
ul.features {
	padding-left: 0;
	margin-top: 50px;
}
ul.features li {
	list-style-type: none;
	margin-bottom: 15px;
}
ul.features li img {
	margin-right: 10px;
}
ul.social {
	padding-left: 0;
}
ul.social li {
	list-style-type: none;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #fff;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	text-align: center;
	padding-top: 6px;
	margin-right: 15px;
}
ul.social li a {
	color: #fff;
	font-size: 26px;
}
ul.social li a:hover,
ul.social li a:focus {
	color: #76CCED;
}
ul.quicklinks {
	padding-left: 0;
	margin-top: 25px;
}
ul.quicklinks li {
	list-style-type: none;
	margin-bottom: 15px;
}
ul.quicklinks li a {
	color: #fff;
	font-size: 16px;
	font-weight: 100;
}
ul.quicklinks li a:hover,
ul.quicklinks li a:focus {
	color: #76CCED;
	text-decoration: none;
}
ul.experience {
	padding-left: 20px;
}
ul.experience li {
	font-size: 16px;
    color: #4C4C4C;
    font-weight: 300;
    margin-bottom: 15px;
}
ul.customers {
	padding-left: 0;
	margin-top: 30px;
}
ul.customers li {
	list-style-type: none;
	display: inline-block;
	vertical-align: top;
	width: 150px;
	margin-left: 15px;
    margin-right: 15px;
}
ul.industries {
	list-style: none;
	margin-top: 40px;
}
ul.industries li {
	font-size: 18px;
    color: #4C4C4C;
    font-weight: 300;
    margin-bottom: 15px;
    /*list-style-image: url('../img/blue-bullet.png');*/
}

/* TABS */

.nav-tabs {
    border-bottom: none;
    text-align: center;
}
.nav-tabs>li {
    float: none;
    display: inline-block;
    vertical-align: top;
	width: 49.5%;
}
.nav-tabs>li>a {
    margin-right: 0px;
    border-bottom: 7px solid #CCCCCC;
    border-radius: 0;
    background-color: #A0A0A0;
    padding: 30px 150px;
    color: #fff;
    font-size: 20px;
    font-family: 'Encode Sans', sans-serif;
}
.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
	background-color: #1BA6DA;
	border-bottom: 7px solid #178EBB;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	margin-right: 0px;
    border-bottom: 7px solid #2EB24B;
    border-radius: 0;
    background-color: #4AD068;
    padding: 30px 150px;
    color: #fff;
    font-size: 20px;
    font-family: 'Encode Sans', sans-serif;
}


/* HEADER */

.navbar-brand {
    padding: 33px 100px;
    background: url('../img/logo-kiana.png') no-repeat 0 50%;
    height: 70px;
    margin-left: 20%;
    background-size: 75%;
}
.navbar {
    min-height: 50px;
    margin-bottom: 0px;
    border: none;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(130,131,133,1);
	-moz-box-shadow: 0px 2px 5px 0px rgba(130,131,133,1);
	box-shadow: 0px 2px 5px 0px rgba(130,131,133,1);
}
.navbar-right {
    margin-right: 3%;
    margin-top: 12px;
}
/*.navbar-brand {
    height: 80px;
    width: 240px;
    margin-left: 5%;
}*/
.navbar-nav>li {
    margin-left: 30px;
}
.navbar-default .navbar-nav>li>a {
	color: #48ACC5;
    font-size: 20px;
    font-weight: 100;
    font-family: 'Encode Sans', sans-serif;
}
.navbar-default .navbar-nav>li>a.btn-demo {
    background-color: #2EB24B;
    color: #ffffff;
}
.navbar-default .navbar-nav>li>a.btn-demo:hover, 
.navbar-default .navbar-nav>li>a.btn-demo:focus {
    background-color: #207934;
    color: #fff;
}

.navbar-default .navbar-nav>li>a:visited,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:active {
	border:none;
}

/* MEGA MENU */

.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:hover, 
.navbar-default .navbar-nav>.open>a:focus {
    background-color: #fff;
    color: #555;
}
.dropdown-header {
	color: #64C7EC;
	font-size: 18px;
	font-weight: 400;
	padding: 3px 0;
}
.dropdown-text {
    padding: 3px 0px;
    font-size: 15px;
}
.navbar-nav>li>.dropdown-menu {
  margin-top: 20px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.dropdown-menu>li>a {
    padding: 3px 10px;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background-color: transparent;
}

.dropdown-menu.d-solutions {
    min-width: 400px;
    padding: 20px 20px;
}
.dropdown-menu.d-industries {
    min-width: 666px; /*  \m/  */
    padding: 20px;
}
.dropdown-menu:before {
  content: "";
  border-bottom: 15px solid #fff;
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  position: absolute;
  top: -15px;
  right: 42px;
  z-index: 10;
}
.dropdown-menu:after {
  content: "";
  border-bottom: 17px solid #ccc;
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  position: absolute;
  top: -17px;
  right: 40px;
  z-index: 8;
}
ul.d-solutions li:first-of-type a.btn-demo {
	margin-top: 46px;
}

/* FOOTER */

footer {
	/**padding-top: 60px;*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1ba6da+0,178ebb+99 */
	background: #1ba6da; /* Old browsers */
	background: -moz-linear-gradient(top, #1ba6da 0%, #178ebb 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #1ba6da 0%,#178ebb 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #1ba6da 0%,#178ebb 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ba6da', endColorstr='#178ebb',GradientType=0 ); /* IE6-9 */
}
footer p {
	color: #fff;
	font-size: 14px;
	font-weight: 100;
}
footer p.copy {
	font-size: 12px;
	text-align: center;
	margin-top: 50px;
}
.bottom-bor {
	border-bottom: 2px solid #76CCED;
	padding-bottom: 20px;
}

/* CONTENT */

.carousel {
    margin-top: 71px;
    height: 500px;
}
.carousel.logos {
	margin-top: 0px;
    height: 110px;
}
.logos .carousel-control.right {
	top: 36px;
}
.carousel-inner>.item>img {
    width: 100%;
}
.logos .carousel-inner {
	text-align: center;
}
.carousel-inner {
	height: 500px;
}
.carousel-control.right,
.carousel-control.left {
	background-image: none;
}
.carousel-caption {
    color: #4E4E4E;
    top: 60px;
    text-shadow: none;
    text-align: left;
    left: 12%;
}
.carousel-caption h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #1892c0;
}
.carousel-caption p {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 22px;
    margin-top: 20px;
    color: #444;
}
#carousel-logos.carousel {
    margin-top: 71px;
    height: 200px;
}
#carousel-logos .carousel-control.right {
    right: -40px;
}
#carousel-logos .carousel-control.left {
    left: auto;
    left: -40px;
}
.section-white {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,e5e5e5+100 
	background: #ffffff; /* Old browsers 
	background: -moz-linear-gradient(top, #ffffff 1%, #e5e5e5 100%); /* FF3.6-15 
	background: -webkit-linear-gradient(top, #ffffff 1%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 
	background: linear-gradient(to bottom, #ffffff 1%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	background-color: #fff;
/**	padding-top: 50px;*/
	padding-bottom: 50px;
	    padding-top: 50px;
}
.section-blue {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1ba6da+0,178ebb+99 */
	background: #1ba6da; /* Old browsers */
	background: -moz-linear-gradient(top, #1ba6da 0%, #178ebb 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #1ba6da 0%,#178ebb 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #1ba6da 0%,#178ebb 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ba6da', endColorstr='#178ebb',GradientType=0 ); /* IE6-9 */
	padding-top: 50px;
	padding-bottom: 50px;
}
.section-map {
	background: url('../img/bg-map.jpg') no-repeat 0 0 #178ebb;
	padding-top: 50px;
	padding-bottom: 50px;
}
.counter {
	text-align: center;
	font-weight: 100;
}
.counter .number {
	color: #fff;
	font-size: 70px;
	    margin-bottom: 55px
}
.counter .sub {
	color: #A6DFF4;
	font-size: 50px;
}
.counter .counter-text p {
	color: #EBEBFA;
	margin-top: 15px;
}
.bg-call {
	background: url('../img/bg-call-pattern.jpg') repeat-x 50% 50%;
	background-size: 100%;
    padding-top: 45px;
    padding-bottom: 43px;
}
.process img {
	width: 80%;
}
.key-features .process img {
	width: 70%;
}
.key-features .process {
	margin-top: 5px;
}
.benefits .media-left img {
	width: 90px;
}
h4.media-heading {
	color: #444;
}
.benefits .media {
	margin-bottom: 40px;
}
.carousel-control.right {
	background-image: none;
  	top: 20px;
}
.carousel-control {
	opacity: 1;
}
.arrow-right {
	color: #B9B9C8;
	font-size:30px;
}
.investors div,
.partners div {
	padding: 30px;
}

/* CARDS */

.card {
    display: inline-block;
    position: relative;
    width: 250px;
    height: 260px;
    opacity: 0.85;
}
.card.c-home {
	height: 250px;
}
.front,
.back {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    border-radius: 5px;
}
.front {
    transform: rotateY(0deg);
    text-align: center;
    padding: 5px;
}
.back {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    padding: 25px 30px;
    color: #fff;
    -webkit-box-shadow: 0px 5px 28px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 28px -5px rgba(0,0,0,0.75);
	box-shadow: 0px 5px 28px -5px rgba(0,0,0,0.75);
}
.card:hover .front {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
}
.card:hover .back {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
}
.front .contact {
    display: inline-block;
    margin-bottom: 10px;
}

/* MODAL REQUEST A DEMO */

.modal-dialog {
    z-index: 100000;
}
.close {
    color: #fff;
    opacity: 1;
}
.modal-body {
    padding: 15px 35px;
    background-color: #fff;
}
.modal-header {
    padding: 15px 15px 15px 35px;
    background-color: #48ACC5;
}
.form-control {
    border-radius: 0;
}
label,
p.radio-title {
	font-family: 'Encode Sans', sans-serif;
    color: #4C4C4C;
    font-weight: 500;
    font-size: 14px;
}
.screen-secure {
    margin-top: 10px;
}
.left-check {
	display: inline-block;
	vertical-align: top;
	background-color: #2EB24B;
	color: #fff;
	padding: 10px;
}
.right-feature {
	display: inline-block;
	vertical-align: top;
	padding: 10px;
	font-size: 16px;
}
.list-group-item {
    padding: 0;
}



@media (min-width: 320px) and (max-width: 480px) 
{
	.nav-tabs > li {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
}
@media (max-width: 767px){
.text-center-mov {
    text-align: center;
}
.text-center-mov p {
    text-align: center;
}
}

@media (max-width: 992px){

ul.slogan li {
    display: inline-block;
    vertical-align: middle;
    list-style-type: none;
    color: #FFF;
    font-family: "Encode Sans",sans-serif;
    font-size: 15px;
    text-align: center;
    margin: -21px 15px 10px;
}
ul.slogan {
    text-align: center;
    padding-left: 0;
    margin-top: 100px;
}
}