/*
Theme Name: TouchSize Business
Theme URI: https://touchsize.com
Author: TouchSize
Author URI: https://touchsize.com
Description: The business theme.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: touchsize
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


@font-face {
  font-family: 'TouchSize';
  src: url('assets/fonts/TouchSize-Regular.eot?#iefix') format('embedded-opentype'),  url('assets/fonts/TouchSize-Regular.otf')  format('opentype'),
	     url('assets/fonts/TouchSize-Regular.woff') format('woff'), url('assets/fonts/TouchSize-Regular.ttf')  format('truetype'), url('assets/fonts/TouchSize-Regular.svg#TouchSize-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TouchSize';
  src: url('assets/fonts/TouchSize-Bold.eot?#iefix') format('embedded-opentype'),  url('assets/fonts/TouchSize-Bold.otf')  format('opentype'),
	     url('assets/fonts/TouchSize-Bold.woff') format('woff'), url('assets/fonts/TouchSize-Bold.ttf')  format('truetype'), url('assets/fonts/TouchSize-Bold.svg#TouchSize-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'TouchSize';
  src: url('assets/fonts/TouchSize-UltraLight.eot?#iefix') format('embedded-opentype'), url('assets/fonts/TouchSize-UltraLight.woff') format('woff'), url('assets/fonts/TouchSize-UltraLight.ttf')  format('truetype'), url('assets/fonts/TouchSize-UltraLight.svg#TouchSize-UltraLight') format('svg');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'TouchSize';
  src: url('assets/fonts/TouchSize-It.eot?#iefix') format('embedded-opentype'),  url('assets/fonts/TouchSize-It.otf')  format('opentype'),
	     url('assets/fonts/TouchSize-It.woff') format('woff'), url('assets/fonts/TouchSize-It.ttf')  format('truetype'), url('assets/fonts/TouchSize-It.svg#TouchSize-It') format('svg');
  font-weight: normal;
  font-style: italic;
}

body {
	font-family: 'TouchSize';
	overflow-x: hidden;
	margin: 0;
	padding: 0;
}
input, textarea, button {
	font-family: 'TouchSize';
}

.header-shape-bg,
.header-shape-bg-under {
	position: absolute;
	top: 0;
	right: 0;
	width: 1920px;
	max-width: none;
	/*display: none;*/
}
.logo {
	display: block;
	width: 220px;
}
img {
	max-width: 100%;
	height: auto;
}
a, a:hover {
	text-decoration: none;
}
.text-center {
	text-align: center;
}
.unscroll {
	overflow: hidden;
}
.menu-trigger {
	display: none;
	width: 30px;
	height: 30px;
	margin-top: 13px;
	float: right;
	cursor: pointer;
}
.hidden {
	display: none;
}
.menu-trigger::before {
	content: '';
	height: 2px;
	display: block;
	background: #FFF;
	width: 30px;
	margin-bottom: 7px;
	box-shadow: 0 -9px 0 0 #FFF
}
.menu-trigger::after {
	content: '';
	height: 2px;
	display: block;
	background: #FFF;
	width: 23px;
}
div.separator {
	background-color: #f1f1f1;
	margin: 60px 0;
	height: 1px;
	box-shadow: none;
	outline: none;
}
figure.featured-image {
	-webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    margin: 0 0 40px 0;
}
.featured-image img {
	width: 100%;
	height: auto;
	padding: 0;
}

.preloader {
	display: block;
	position: fixed;
	top: -40px;
	left: -40px;
	right: -40px;
	bottom: -40px;
	background: #FFF;
	z-index: 999;
	opacity: 1;

	-webkit-transition: opacity .5s linear;
	   -moz-transition: opacity .5s linear;
	    -ms-transition: opacity .5s linear;
	     -o-transition: opacity .5s linear;
	        transition: opacity .5s linear;
}
.preloader.preloaded {
	opacity: 0;
}
.preloader .preloader-icon {
	position: fixed;
	width: 90px;
	height: 90px;
	line-height: 90px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);

	background: #FFF url('assets/images/preloader.gif') no-repeat;
	background-size: 50%;
}


#header {
	padding: 50px 0;
	/*background: url('../images/top-shape.svg') no-repeat top right, url('../images/top-shape-bg.svg') no-repeat top right;*/
	background-size: 93%;
}
.menu {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	display: block;
	text-align: right;
}
.menu li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	position: relative;
}
.menu li a {
	padding: 5px 25px;
	color: #343C44;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 13px;
	letter-spacing: 1.3px;
}

.menu li.current-menu-item a::after {
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	background: #D92223;
	bottom: -10px;
}
.menu li:not(.current-menu-item) a::after {
	content: "";
    display: block;
    position: absolute;
    margin: auto;
    bottom: -10px;
    left: 50%;
    right: 0;
    height: 2px;
    margin-left: -10px;
    width: 20px;
    background-color: #D92223;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.38, 0.32, 0.36, 0.98) 0s;
    transition: -webkit-transform 0.3s cubic-bezier(0.38, 0.32, 0.36, 0.98) 0s;
    -o-transition: transform 0.3s cubic-bezier(0.38, 0.32, 0.36, 0.98) 0s;
    transition: transform 0.3s cubic-bezier(0.38, 0.32, 0.36, 0.98) 0s;
    transition: transform 0.3s cubic-bezier(0.38, 0.32, 0.36, 0.98) 0s, -webkit-transform 0.3s cubic-bezier(0.38, 0.32, 0.36, 0.98) 0s;
}
.menu li a:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

/* Home menu */
.home .menu li a {
	color: #FFF;
}
.home .menu li.current-menu-item a::after {
	background: rgba(255,255,255,0.5);
}
.home .menu li:not(.current-menu-item) a::after {
	background: rgba(255,255,255,0.2);
}

.post-tags {
	font-size: 13px;
	color: #787E85;
}
.post-tags a {
	color: #787E85;
}
.post-content a {
	color: #D92223;;
}

.slider {
	position: relative;
	margin: 0	;
	padding: 0;
	margin-top: 50%;

}

.slider {
	margin: 50% 0 0 0;
	padding: 0;
}
.slider .slick-slide {
	list-style-type: none;
	display: block;
	color: #FFF;
	font-size: 60px;
	font-weight: 200;
	line-height: 1.1;
	position: relative;
	opacity: 0;
	-webkit-transition: transform .45s ease-in, opacity .45s ease-in;
	   -moz-transition: transform .45s ease-in, opacity .45s ease-in;
	    -ms-transition: transform .45s ease-in, opacity .45s ease-in;
	     -o-transition: transform .45s ease-in, opacity .45s ease-in;
	        transition: transform .45s ease-in, opacity .45s ease-in;
}
.slider .slick-slide strong {
	display: block;

	transform: translateY(20px);
	opacity: 0;
	-webkit-transition: transform .45s ease-in, opacity .45s ease-in;
	   -moz-transition: transform .45s ease-in, opacity .45s ease-in;
	    -ms-transition: transform .45s ease-in, opacity .45s ease-in;
	     -o-transition: transform .45s ease-in, opacity .45s ease-in;
	        transition: transform .45s ease-in, opacity .45s ease-in;
}
.slider .slick-slide span {
	display: block;
	font-size: 16px;
	color: #FFF;
	margin-top: 20px;
	line-height: 1.7;
	font-weight: normal;
}
.slider div.slick-current,
.slider div.slick-current strong,
.slider div.slick-current span {
	transform: translateY(0);
	opacity: 1;
}
.slider .slick-dots {
	margin: 15px 0 0 0;
	padding: 0;
}
.slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    outline: none;
}
.slider .slick-dots li:focus,
.slider .slick-dots li:active {
	outline: none;
}
.slider .slick-dots li button {
	background: #F6F6F6;
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	border: 0 none;
	font-size: 0;
	color: transparent;
	padding: 0;
}
.slider .slick-dots li.slick-active button {
	border: 1px solid #D92223;
	box-shadow: 0 0 0 1px #FFF;
}



/* Options Header */
.options-header {
	margin-top: 30%;
	position: absolute;
	width: calc(100% - 50px);
}
.options-header img {
	margin-bottom: 60px;
	width: 100%;
}
.options-header .row > div:nth-child(1) img:nth-child(1) {
	margin-top: 60%;
	opacity: 0.3;
	animation: animateTopBacks 8s infinite linear;
}
.options-header .row > div:nth-child(1) img:nth-child(2) {
	animation: animateTopDull 8s infinite linear;
}
.options-header .row > div:nth-child(1) img:nth-child(3) {
	animation: animateTopDull 8s infinite linear;
}
.options-header .row > div:nth-child(2) img:nth-child(1) {
	margin-top: 90%;
	opacity: 0.5;
	animation: animateTopBacks 11s infinite linear;
}
.options-header .row > div:nth-child(2) img:nth-child(2) {
	animation: animateTopDull 11s infinite linear;
}
.options-header .row > div:nth-child(2) img:nth-child(3) {
	animation: animateTopDull 11s infinite linear;
}

.home #header {
	padding-bottom: 350px;
}

.pre-heading span {
	display: block;
	text-transform: uppercase;
	color: #717171;
	font-size: 12px;
}

.pre-heading span:before {
	content: '';
	display: inline-block;
	width: 60px;
	height: 6px;
	background: #D92223;
	margin-right: 10px;
	position: relative;
	top: -2px;
}

.pre-heading h3 {
	font-size: 42px;
	color: #4A4A4A;
	text-align: left;
	margin: 10px 0 20px 0;
}
.desc-intance {
	font-size: 16px;
	line-height: 1.6;
	color: #787E85;
	display: block;
	margin-bottom: 25px;
}
.pre-presentation {
	margin-top: 130px;
}

/* 
START-OF

1.0 Buttons

*/

.button {
	display: inline-block;
	text-decoration: none;
	border: 0 none;
	border-radius: 35px;
	text-transform: uppercase;
}

/* Button sizes options */
.button.big {
	height: 69px;
	line-height: 69px;
	padding: 0 35px;
	font-size: 20px;
	font-weight: bold;
}
.button.medium {
	height: 48px;
	line-height: 48px;
	padding: 0 35px;
	font-size: 14px;
	font-weight: bold;
}
.button.small {
	height: 34px;
	line-height: 35px;
	padding: 0 28px;
	font-size: 13px;
	font-weight: bold;
}
.button.outline {
	border-style: solid;
	border-width: 2px;
}

.button.big.outline {
	border-width: 4px;
	line-height: 62px;
}
.button.medium.outline {
	border-width: 2px;
	line-height: 45px;
}
.button.small.outline {
	border-width: 2px;
	line-height: 31px;
}

/* Button color options */
.button.red.full {
	background: #D92223;
	color: #FFF;
}
.button.red.full:hover {
	background: #D6242B;
}
.button.blue.full {
	background: #4A5D70;
	color: #FFF;
}
.button.blue.full:hover {
	background: #6889A9;
	color: #FFF;
}
.button.black.full {
	background: #000;
	color: #FFF;
}
.button.black.full:hover {
	background: #343434;
	color: #FFF;
}
.button.white.full {
	background: #FFF;
	color: #D92223;
}
.button.white.full:hover {
	background: #D92223;
	color: #FFF;
}
.button.red.outline {
	border-color: #D92223;
	color: #D92223;
}
.button.red.outline:hover {
	border-color: #D6242B;
	background-color: #D6242B;
	color: #FFF;
}
.button.blue.outline {
	border-color: #4A5D70;
	color: #4A5D70;
}
.button.blue.outline:hover {
	border-color: #6889A9;
	color: #6889A9;
}
.button.white.outline {
	border-color: #FFF;
	color: #FFF;
}
.button.white.outline:hover {
	border-color: #D92223;
	color: #FFF;
}
.button.black.outline {
	border-color: #000;
	color: #000;
}
.button.black.outline:hover {
	border-color: #000;
	background-color: #000;
	color: #FFF;
}

/* 
 
EOF -- Buttons

*/

/* 
START-OF

2.0 Feature Boxes

*/

.featureBox {
	background: rgba(255,255,255,0.00);
	box-shadow: 0 2px 5px -1px rgba(0,0,0,0.10);
	border-radius: 10px;
	padding: 20px 30px;
	margin-bottom: 50px;

	-webkit-transition: background .15s ease-in;
	   -moz-transition: background .15s ease-in;
	    -ms-transition: background .15s ease-in;
	     -o-transition: background .15s ease-in;
	        transition: background .15s ease-in;
}
.featureBox > i[class*='icon-'] {
	position: absolute;
	font-size: 30px;
	color: #D92223;
	margin-top: 0px;
	margin-left: -5px;

	-webkit-transition: color .15s ease-in .05s;
	   -moz-transition: color .15s ease-in .05s;
	    -ms-transition: color .15s ease-in .05s;
	     -o-transition: color .15s ease-in .05s;
	        transition: color .15s ease-in .05s;
}
.featureBox h4 {
	font-size: 15px;
	color: #4A4A4A;
	padding-left: 50px;
	padding-top: 0;
	margin-top: 10px;

	-webkit-transition: color .15s ease-in .10s;
	   -moz-transition: color .15s ease-in .10s;
	    -ms-transition: color .15s ease-in .10s;
	     -o-transition: color .15s ease-in .10s;
	        transition: color .15s ease-in .10s;
}
.featureBox span {
	font-size: 13px;
	color: #787E85;
	text-align: left;
	line-height: 1.8;
	display: block;

	-webkit-transition: color .15s ease-in .14s;
	   -moz-transition: color .15s ease-in .14s;
	    -ms-transition: color .15s ease-in .14s;
	     -o-transition: color .15s ease-in .14s;
	        transition: color .15s ease-in .14s;
}

.feature-list .row > .col-lg-6:nth-child(2) {
	margin-top: 50px;
}

.featureBox:hover {
	background: #D92223;
	color: #FFF;
}
.featureBox:hover > i[class*='icon-'],
.featureBox:hover h4{
	color: #FFF;
}

.featureBox:hover span {
	color: #ffd1d1;
}

/* 
 
EOF -- Feature Boxes

*/


/* 
START-OF

3.0 Title/Headings

*/

.main-title {
	font-weight: 200;
	font-size: 52px;
}
.main-title strong {
	font-weight: bold;
	color: #D92223;
}
.main-title i[class*="icon-"] {
	display: block;
	font-size: 30px;
	color: #EBEBEC;
}

/* 
 
EOF -- Title/Headings

*/


/* 
START-OF

4.0 Clients Section

*/

.client-list div[class*="col-"] {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	border-top: 1px solid #F4F4F4;
	border-right: 1px solid #F4F4F4;
}
.client-list div[class*="col-"]:nth-of-type(-n+4) {
	border-top: 0 none;
}
.client-list div[class*="col-"]:nth-of-type(4),
.client-list div[class*="col-"]:nth-of-type(8) {
	border-right: 0 none;
}

.client-list img {
	width: 180px;
	height: auto;
}

/* 
 
EOF -- Clients Section

*/

/* 
START-OF

5.0 Testimonials

*/

.testimonials {
	margin-top: 60px;
	margin-bottom: 150px;
}

.testimonials ul {
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
	width: 960px;
	max-width: 100%;
}
.testimonials li .text {
	font-size: 18px;
	color: #4A5D70;
	text-align: center;
	line-height: 32px;
}
.testimonials .testimonial-author img {
	width: 100px;
	margin-top: 30px;
	display: inline-block;
	border-radius: 50%;
}
.testimonials .testimonial-author span,
.testimonials .testimonial-author em {
	display: block;
}
.testimonials .testimonial-author span {
	font-weight: bold;
	font-size: 14px;
}
.testimonials .testimonial-author em {
	font-size: 12px;
	color: #787E85;
}

.testimonials .nav-left,
.testimonials .nav-right {
	position: absolute;
	font-size: 32px;
	margin-top: -80px;
	cursor: pointer;
	color: #787E85;
}

.testimonials .nav-left:hover,
.testimonials .nav-right:hover {
	color: #D92223;
}

.testimonials .nav-left {
	left: 60px;
}
.testimonials .nav-right {
	right: 60px;
}

@media screen and (min-width: 1440px) {
	.testimonials .nav-left {
		left: 15%;
	}
	.testimonials .nav-right {
		right: 15%;
	}   
}

/* 
 
EOF -- Testimonials

*/


/* 
START-OF

1.0 Works

*/
.works {
	position: relative;
	padding: 40px 0 20px 0;
	margin-bottom: 150px;
}
.works::before {
	content: '';
	display: block;
	height: 100%;
	background: #D92223;
	box-shadow: 0 2px 35px 0 rgba(0,0,0,0.20);
	border-radius: 5px;
	padding: 30px 60px;
	top: 0;
	left: 20%;
	width: 60%;
	position: absolute;
}
.works h3 {
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 6px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 20px;
}

.works-slider .slick-slide {
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
}
.works-slider .slick-slide img {
	display: block;
}

.works-slider .slick-dots {
	bottom: -80px;
	position: relative;
	text-align: center;
}

.works-slider .slick-list {
	clear: left;
}

/* 
 
EOF -- Works

*/


.slick-slider.red-dots .slick-dots {
	margin: 15px 0 0 0;
	padding: 0;
}
.slick-slider.red-dots .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    outline: none;
}
.slick-slider.red-dots .slick-dots li button {
	background: #D92223;
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	border: 0 none;
	font-size: 0;
	color: transparent;
	padding: 0;
}
.slick-slider.red-dots .slick-dots li.slick-active button {
	border: 1px solid #FFF;
	box-shadow: 0 0 0 1px #D92223;
}
.slick-slider.red-dots .slick-dots li.slick-active button:focus,
.slick-slider.red-dots .slick-dots li.slick-active button:active {
	outline: 0;
}


/* 
START-OF

1.0 Blogs Grid

*/

.blog-grid article {
	position: relative;
	margin-bottom: 60px;

	-webkit-transition: opacity .25s linear;
	   -moz-transition: opacity .25s linear;
	    -ms-transition: opacity .25s linear;
	     -o-transition: opacity .25s linear;
	        transition: opacity .25s linear;
}

.blog-grid article .entry-title {
	margin: 0 0 15px 0;
	font-size: 24px;
	line-height: 1.3;
}

.blog-grid > div:nth-child(n+2) article {
	opacity: 0.7;
}
.blog-grid > div:nth-child(n+3) article {
	opacity: 0.4;
}

.blog-grid > div article:hover {
	opacity: 1;
}

/* 
 
EOF -- Blogs Grid

*/


/* 
START-OF

1.0 Meta Styles

*/

.entry-meta {
	display: block;
	position: relative;
	padding: 0;
	margin: 0 0 15px 0;
	color: #787E85;
	font-size: 13px;
}
.entry-meta li {
	display: inline-block;
	margin: 0 10px 0 0;
}

span[class*="entry-meta-"] {
	color: #787E85;
	font-size: 13px;
	margin-bottom: 5px;
	display: block;
}

.entry-title a {
	color: inherit;
}

.entry-excerpt {
	font-size: 14px;
	line-height: 1.76;
	margin-bottom: 25px;

	color: #787E85;
}

.more-btn {
	font-weight: bold;
	font-size: 16px;
	color: #D92223;
	display: inline-block;
	position: relative;
	padding-bottom: 5px;

	-webkit-transition: color .2s ease-in;
	   -moz-transition: color .2s ease-in;
	    -ms-transition: color .2s ease-in;
	     -o-transition: color .2s ease-in;
	        transition: color .2s ease-in;
}

.more-btn:hover {
	color: #000;
}

.more-btn::after {
	content: '';
	background: #D92223;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;

	-webkit-transition: width .2s ease-in-out, color .2s ease-in;
	   -moz-transition: width .2s ease-in-out, color .2s ease-in;
	    -ms-transition: width .2s ease-in-out, color .2s ease-in;
	     -o-transition: width .2s ease-in-out, color .2s ease-in;
	        transition: width .2s ease-in-out, color .2s ease-in;
}

.more-btn:hover::after {
	width: 100%;
	background: #000;
}

/* 
 
EOF -- Meta Styles

*/


/* 
START-OF

1.0 Work with us

*/

.work-with-us {
	margin-bottom: -60px;
}

/* 
 
EOF -- Work with us

*/


/* 
START-OF

3.0 Footer

*/

#footer {
	background: url('assets/images/footer-bg.svg') no-repeat top right;
	background-size: 100%;
	padding: 250px 0 70px 0;
	color: #FFF;
}

#footer .widget-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	columns: 3;
	-webkit-columns: 3;
	-moz-columns: 3;
}

#footer .widget-menu li {
	display: block;
	margin-bottom: 20px;
}

#footer .widget-menu li a {
	display: block;
	color: #ffd1d1;
	font-size: 11px;
}

#footer .widget-menu li a:hover {
	color: #FFF;
}

#footer .follow-heading {
	font-weight: bold;
	font-size: 16px;
	display: block;
	margin-bottom: 15px;
}
#footer .follow-socials {
	list-style-type: none;
	display: block;
	padding: 0;
	margin: 0;
}
#footer .follow-socials li {
	list-style-type: none;
	display: inline-block;
	padding: 0;
	margin: 0 10px 0 0;
}
#footer .follow-socials li a {
	display: block;
	color: #FFF;
	font-size: 20px;
}

#footer .or-contact {
	font-size: 13px;
	text-align: center;
	margin-top: 15px;
	color: #ffd1d1;
	padding-top: 5px;
}

#footer .or-contact div {
	margin-bottom: 5px;
}

#footer .or-contact::before {
	content: '';
	display: inline-block;
	width: 40px;
	height: 1px;
	background: rgba(255,255,255,0.3);
	margin-bottom: 10px;
}

#footer .company-info {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #ffd1d1;
}

#footer .company-info li {
	margin-bottom: 15px;
}

#footer .company-info li span {
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: 10px;
}

#footer .company-info li,
#footer .company-info li span {
	display: block;
}

#footer .company-info li strong,
#footer .company-info li strong a {
	color: #FFF;
	font-weight: 600;
}
#footer .company-info li i[class*="icon-"] {
	position: absolute;
	margin-left: -50px;
	font-size: 28px;
}

@media screen and (min-width: 768px) {
	#footer .company-info {
		margin-left: 120px;
	}   
}

/* 
 
EOF -- Footer

*/



/* 
START-OF

1.0 Page styles

*/

.page-title {
	font-size: 72px;
	margin: 0 0 35px;
	font-weight: 200;
}
.page-title .subtitle {
	font-size: 12px;
	color: #909599;
	text-transform: uppercase;
	display: block;
	font-weight: 500;
}

.page-title .subtitle::before {
	content: '';
	display: inline-block;
	width: 150px;
	height: 1px;
	background: rgba(0,0,0,0.1);
	top: -3px;
	position: relative;
	margin-right: 15px;
}

.post-content {
	line-height: 1.8;
	font-size: 17px;
	color: #343C44;
	margin-bottom: 90px;
}
.single-post .post-content h1 {
	font-size: 3rem;
	line-height: 1.1;
}
.single-post .post-content h2 {
	font-size: 2.6rem;
	line-height: 1.15;
}
.single-post .post-content h3 {
	font-size: 2.1rem;
	line-height: 1.2;
	font-weight: normal;
}
.single-post .post-content h4 {
	font-size: 1.5rem;
	line-height: 1.25;
	font-weight: normal;
}

/* 
 
EOF -- Page styles

*/

/* 
START-OF

1.0 Service list

*/


.service-list .featureBox {
	text-align: center;
	cursor: pointer;

	-webkit-transition: transform .15s ease-out, background .15s ease-out;
	   -moz-transition: transform .15s ease-out, background .15s ease-out;
	    -ms-transition: transform .15s ease-out, background .15s ease-out;
	     -o-transition: transform .15s ease-out, background .15s ease-out;
	        transition: transform .15s ease-out, background .15s ease-out;
}

.service-list .featureBox i[class*="icon-"] {
	display: block;
	text-align: center;
	position: static;
	font-size: 42px;
	line-height: 42px;
}
.service-list .featureBox h4 {
	padding-left: 0;
	font-size: 17px;
	margin-bottom: 10px;
	font-weight: bold;
}
.service-list .featureBox span {
	font-size: 14px;
	line-height: 1.7;
	display: block;
	text-align: center;
	margin-bottom: 20px;
}

.service-list .featureBox.active {
	background: #D92223;
	color: #FFF;
}

.service-list .featureBox.active:hover {
	transform: scale(1.05);
}

.service-list .featureBox.active i[class*="icon-"],
.service-list .featureBox.active h4 {
	color: inherit;
}

.service-list .featureBox.active span {
	color: #ffd1d1;
}

.service-details {
	border: 1px solid #f4f4f4;
	padding: 40px;
	border-radius: 10px;
	position: relative;
	display: none;
	color: #4A5D70;
}

.service-details .top-arrow {
	display: block;
	position: absolute;
	top: -10px;
	left: 150px;

	border-bottom: 10px solid #f4f4f4;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	width: 0;
	height: 0;
}

.service-details h3 {
	font-size: 32px;
	margin: 0 0 25px 0;
	font-weight: 600;
	color: #000;
}
.service-details h3::after {
	content: '';
	display: block;
	width: 40px;
	height: 2px;
	background: #D92223;
}
.service-details strong.preamble {
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	color: #454545;
}


.service-details .service-stats {
	text-align: center;
	padding: 35px 30px 30px 30px;
	background-color: rgba(0,0,0,0.01);
	margin-top: 20px;
	border-top: 4px solid #D92223;
	border-radius: 10px;
}
.service-details .service-stats strong {
	font-size: 24px;
	display: block;
	line-height: 24px;
	margin-bottom: 15px;
}
.service-details .service-stats span {
	color: #4A5D70;
	font-size: 15px;
	display: block;
	line-height: 1.5;
	padding: 0 25px;
}

.medium-title {
	font-size: 48px;
	font-weight: 200;
	margin: 30px 0 10px 0;
	padding: 0;
	line-height: 1.2;
}

.post-content .quote-title {
	font-size: 40px;
	line-height: 55px;
	font-weight: 200;
	margin: 60px auto 90px auto;
	text-align: center;
	width: 60%;
	max-width: 100%;
	color: #4A5D70;
}
.post-content .quote-title i:first-child {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.post-content .quote-title i[class*="icon-"] {
    display: block;
    font-size: 30px;
    color: #DBDBDB;
}
.post-content .quote-title em {
	font-style: normal;
	border-bottom: 1px solid #4A5D70;
}

.post-main-title {
	font-size: 18px;

}

/* 
 
EOF -- Service list

*/


/* 
START-OF

1.0 Inputs

*/

input[type="text"],
input[type="email"] {
	height: 42px;
	line-height: 41px;
	border: 1px solid #f3f3f3;
	box-shadow: none;
	border-radius: 35px;
	padding: 0 30px;
	font-size: 14px;
	outline: none;
	color: #4A5D70;
	font-family: 'Avenir Next', 'Helvetica Neue', Helvetica, Arial;
}
input[type="text"]:focus,
input[type="text"]:active {
	border-color: #d9d9d9;
	outline: none;
	font-family: 'Avenir Next', 'Helvetica Neue', Helvetica, Arial;
}
textarea {
	width: 100%;
	border-radius: 30px;
	border: 1px solid #f3f3f3;
	padding: 40px;
	margin-bottom: 30px;
	font-size: 16px;
	color: #4A5D70;
	outline: none;
	font-family: 'Avenir Next', 'Helvetica Neue', Helvetica, Arial;
}
input[type="submit"] {
	height: 42px;
	line-height: 43px;
	border: 0 none;
	box-shadow: none;
	border-radius: 35px;
	padding: 0 35px;
	font-size: 16px;
	outline: none;
	background: #D92223;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}

/* 
 
EOF -- Inputs

*/

/* 
START-OF

1.0 Contact form

*/

.contact-form {
	background: #D92223;
	padding: 60px;
	border-radius: 15px;
}

.contact-form label {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFF;
	padding-left: 0;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="number"] {
	width: 100%;
	height: 44px;
	line-height: 43px;
	font-size: 16px;
	margin-bottom: 30px;
	border-radius: 0;
	background: transparent;
	border: 0 none;
	border-bottom: 1px solid rgba(255,255,255,0.25);
	padding-left: 0;
	margin-bottom: 35px;
	color: #FFF;
}

.contact-form textarea {
	width: 100%;
	height: 120px;
	border-radius: 0;
	border: 0 none;
	border-bottom: 1px solid rgba(255,255,255,0.25);
	padding: 30px;
	margin-bottom: 30px;
	font-size: 16px;
	color: #FFF;
	outline: none;
	background: transparent;
	padding: 0;
}
.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form input[type="number"]:focus,
.contact-form textarea:focus {
	border-bottom: 1px solid rgba(255,255,255,0.65);
}
.contact-form input[type="submit"] {
	height: 62px;
	line-height: 63px;
	border: 2px solid #FFF;
	box-shadow: none;
	border-radius: 35px;
	padding: 0 45px;
	font-size: 16px;
	outline: none;
	background: #FFF;
	color: #D92223;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	display: block;
	width: 100%;
	margin-top: 20px;
}
.contact-form input[type="submit"]:hover {
	background: #D92223;
	color: #FFF;
}

.contact-box {
	height: 300px;
	border: 1px solid #f3f3f3;
	margin-bottom: 50px;
	border-radius: 10px;
	padding: 35px;
	display: flex;
	flex-direction: row;
}
.contact-box i,
.contact-box div {
	align-self: flex-end;
	flex-direction: column;
}
.contact-box i::before {
	font-size: 64px;
	margin-left: 0;
	text-align: left;
	color: #d1d1d1;
	margin-bottom: 15px;
}
.contact-box div {
	font-weight: bold;
	font-size: 18px;
	color: #454545;
}
@media screen and (min-width: 768px) {
	.contact-box-container {
		padding-right: 100px;
	}
	.contact-form {
		margin-top: -60px;
	}
}
.contact-content .post-content h2 {
	font-weight: 500;
	margin: 0 0 35px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #f3f3f3;
}
.contact-content .company-info {
	display: block;
	width: 100%;
	margin: 40px 0 0;
	padding: 0;
	list-style: none;
}
.contact-content .company-info li {
	margin-bottom: 10px;
	vertical-align: middle;
}
.contact-content .company-info li i {
	font-size: 22px;
}

.contact-form .alert,
.contact-form span.wpcf7-not-valid-tip {
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-decoration: underline;
	margin-bottom: 30px;
	margin-top: -25px;
	display: block;
	position: relative;
}


@media screen and (max-width: 960px) {
	.contact-content .company-info {
		margin-bottom: 50px;
	}   
}

.contact-location {
	display: inline-block;
	padding: 14px 24px 15px 15px;
	border: 1px solid #f1f1f1;
	border-radius: 10px;
	line-height: 1;
	margin-bottom: 20px;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 0.15em;
}
.contact-location:not(.active):hover {
	background-color: #f1f1f1;
	border-color: #f1f1f1;
}
.contact-location.active {
	background: #D92223;
	color: #FFF;
	border-color: #D92223;
}
/* 
 
EOF -- Contact form

*/


/* 
START-OF

1.0 Single post

*/

.single .post-title {
	text-align: center;
	font-size: 62px;
	font-weight: 600;
	margin: 0 auto 50px auto;
	width: 70%;
	max-width: 100%;
	line-height: 1.2;
}

.single .post-content {
	width: 650px;
	margin: 0 auto 60px auto;
	max-width: 100%;
}

/* 
 
EOF -- Single post

*/



/* 
START-OF

1.0 Comments

*/

.comment-list .comment-metadata {
	font-size: 11px;
	color: #ccc;
}
.comment-list .comment-author {
	font-size: 12px;
	vertical-align: middle;
}
.comment-list {
	list-style-type: none;
}

.comments-area .avatar {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	display: inline-block;
	
}

/* 
 
EOF -- Comments

*/

/* 
START-OF

1.0 List artices

*/
.list-article {
	margin-bottom: 50px;
}
.list-article .entry-title {
	font-size: 32px;
	margin: 0 0 15px 0;
}


/* 
 
EOF -- List artices

*/


/* 
START-OF

1.0 Products

*/

.product-title {
	font-size: 48px;
	margin: 50px 0 5px;
	line-height: 1;
}
.product-description {
	margin: 0;
	line-height: 1;
	color: #949494;
}
.product-price {
	color: #434343;
	margin: 20px 0;
	font-weight: bold;
}
.product-preamble {
	line-height: 1.6;
	font-size: 15px;
	margin-bottom: 40px;
}

/* 
 
EOF -- Products

*/



/* 
START-OF

1.0 Mobile fixes

*/

@media screen and (max-width: 768px) {
	.main-title {
		line-height: 1.3;
		font-size: 34px;
	}
	.feature-list .row > .col-lg-6:nth-child(2) {
		margin-top: 0;
	}
	.blog-grid article .entry-title {
		font-size: 18px;
	}
	.featureBox {
		margin-bottom: 30px;
	}
	.pre-presentation {
		margin-top: 40px;
		margin-bottom: 50px;
	}
	.pre-heading h3 {
		font-size: 28px;
	}
	.slider .slick-slide {
		font-size: 30px;
	}
	.slider .slick-slide span {
		font-size: 14px;
	}
	.home #header {
		padding-bottom: 80px;
	}
	.header-shape-bg,
	.header-shape-bg-under {
		bottom: 380px;
		top: auto;
		left: -80px;
		width: 1200px;
		display: none;
	}
	.slider {
		margin-top: 40px;
	}
	.slider .slick-dots {
		text-align: center;
	}
	.menu {
		display: none;
	}
	#header {
		overflow: hidden;
		width: 100%;
		display: block;
		padding-top: 40px;
		background: #D92223;
		padding-bottom: 40px;
		margin-bottom: 40px;
	}
	.home #header {
		padding-bottom: 40px;
	}
	#header .logo {
		width: 150px;
	}
	.single .post-title {
		font-size: 32px;
		padding: 0;
		margin: 0 0 30px 0;
		width: auto;
	}
	.works-slider .slick-slide {
		padding: 0 5px;
	}
	.work-with-us {
		margin-bottom: 60px;
	}
	#footer {
		padding: 40px 0;
		background: #D92223;
	}
	#footer .company-info {
		margin-left: 50px;
	}
	.hidden-xs {
		display: none;
	}

	ul.menu {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: #D92223;
		text-align: center;
	}
	ul.menu li {
		display: block;
		opacity: 0;
		margin-bottom: 15px;
		transform: translateY(15px);

		transition: .5s transform ease-out, .5s opacity ease-in;
	}
	ul.menu li a {
		font-size: 24px;
		padding: 20px 0;
		color: #FFF;
		display: block;
	}
	ul.menu li.current-menu-item a::after {
		bottom: 15px;
	}
	ul.menu.shown {
		display: block;
		z-index: 55;
		padding-top: 30%;
		opacity: 0;
	}
	ul.menu.animated li {
		transform: translateY(0);
		opacity: 1;
	}
	ul.menu li:nth-child(1) {
		transition-delay: 0s;
	}
	ul.menu li:nth-child(2) {
		transition-delay: .1s;
	}
	ul.menu li:nth-child(3) {
		transition-delay: .2s;
	}
	ul.menu li:nth-child(4) {
		transition-delay: .3s;
	}
	ul.menu li:nth-child(5) {
		transition-delay: .4s;
	}
	ul.menu li:nth-child(6) {
		transition-delay: .5s;
	}
	ul.menu li:nth-child(7) {
		transition-delay: .6s;
	}
	.menu-trigger {
		display: block;
	}
	.menu-trigger.activated {
		z-index: 60;
		position: fixed;
		background: transparent;
		right: 20px;
	}
	.menu-trigger.activated::before {
		transform: rotate(-45deg);
		box-shadow: none;
		width: 23px;
	}
	.menu-trigger.activated::after {
		transform: rotate(45deg) translate(-6px,-7px);
	}
	.page-title {
		font-size: 32px;
		line-height: 1.2;
	}

	.quote-title {
		padding: 0;
		font-size: 18px;
		line-height: 1.7;
		width: auto;
	}
}

/* 
 
EOF -- Mobile fixes

*/

.search-form.default-form {
	display: block;
	position: relative;
	text-align: center;
}

.search-form.default-form input {
	height: 46px;
	line-height: 46px;
	border-radius: 25px;
	padding: 0 25px;
	box-shadow: none;
	border: 1px solid #f8f8f8;
	width: 450px;
	outline: none;
	font-size: 16px;
	font-family: inherit;
}


.search-form.default-form button {
	height: 46px;
	line-height: 46px;
	border-radius: 25px;
	background: #000;
	color: #FFF;
	display: inline-block;
	padding: 0 35px;
	font-size: 16px;
	font-weight: bold;
	font-family: inherit;
	border: 0 none;
	box-shadow: none;
	cursor: pointer;
	margin-left: -60px;
}

.search-form.default-form button:hover {
	background: #D92223;
}


@-webkit-keyframes animateTopBacks { 
    0% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: translateY(-262px); 
    } 
} 
@keyframes animateTopBacks { 
    0% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
    100% { 
        opacity: 0; 
        transform: translateY(-262px); 
    } 
} 
@-webkit-keyframes animateTopDull { 
    0% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
    100% { 
        opacity: 1; 
        -webkit-transform: translateY(-279px); 
    } 
} 
@keyframes animateTopDull { 
    0% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
    100% { 
        opacity: 1; 
        transform: translateY(-279px); 
    } 
} 


/* Monitor */
.ts-monitor{
	background: #f3f3f3;
	border-radius: 15px;
	width: 100%;
	padding-bottom: 60%;
	position: relative;
	margin-bottom: 90px;
	border: 2px solid rgba(60,60,60,0.05);
	background: rgb(249,249,249); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(245,245,245,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(237,237,237,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(245,245,245,1) 0%,rgba(237,237,237,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}
.ts-monitor .screen{
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 35px;
	overflow: hidden;
	/*border: 1px solid rgba(230,230,230,0.05);*/
}
.ts-monitor .screen img{
	width: 100%;
	height: auto;
}
.ts-monitor .band{
	display: block;
	position: absolute;
	bottom: 0;
	height: 30px;
	width: 50px;
	border-radius: 10px;
	left: 50%;
	margin-left: -25px;
	line-height: 1.4;
	font-size: 14px;
	color: #ccc;
	text-align: center;
}
.ts-monitor .base{
	height: 45px;
	width: 150px;
	background: #f3f3f3;
	background: rgb(242,242,242); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(242,242,242,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(237,237,237,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(242,242,242,1) 0%,rgba(237,237,237,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	position: absolute;
	bottom: -47px;
	left: 50%;
	margin-left: -75px;
}
.ts-monitor .base:after{
	display: block;
	content: '';
	background-color: #e9e9e9;
	width: 400px;
	height: 8px;
	position: absolute;
	left: -125px;
	bottom: -8px;
}
.single-devices .ts-monitor{
	background: #232323;
}
.single-devices .ts-iphone-container{
	right: 40px;
}
.single-devices div.ts-iphone{
	width: 145px;
	height: 300px;
	bottom: 75px;
}
.single-devices div.ts-iphone .screen{
	bottom: 40px;
	left: 5px;
	right: 5px;
}
.single-devices div.ts-iphone .button{
	width: 26px;
	height: 26px;
	margin-left: -13px;
}
.single-devices div.ts-iphone .button:after{
	width: 3px;
	right: -63px;
	height: 25px;
	top: -215px;
}
.single-devices-description{

}
.single-devices-container{
	padding-right: 90px;
}
.single-devices-description .blue-button,
.single-devices-description .red-button,
.single-devices-description .edd-submit.red-button{
	height: 43px;
	line-height: 47px;
	padding: 0 25px;
	font-size: 12px;
	letter-spacing: 0.1em;
}

div.ts-iphone{
	width: 180px;
	height: 360px;
	position: relative;
	border: 2px solid #E2E2E2;
	border-radius: 20px;
	background-color: #EDEDED;
}
div.ts-iphone:after{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	height: 10px;
	width: 90%;
	left: 5%;
	border-radius: 50%;
	box-shadow: 0 35px 5px rgba(60,60,60,0.08);
}
div.ts-iphone .screen{
	position: absolute;
	top: 40px;
	bottom: 50px;
	left: 8px;
	right: 8px;
	background: #FFF;
	border: 1px solid #e2e2e2;
	overflow: hidden;
}
div.ts-iphone .screen img{
	width: 100%;
	height: auto;
}
div.ts-iphone .speakers{
	display: block;
	width: 30px;
	height: 3px;
	border-radius: 3px;
	background-color: #E2E2E2;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -10px;
}
div.ts-iphone .speakers:before{
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #E2E2E2;
	margin-left: -15px;
	margin-top: -2px;
}
div.ts-iphone .button{
	background: #FFF;
	border: 2px solid #E2E2E2;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -15px;
}
div.ts-iphone .button:after{
	content: '';
	border-radius: 4px;
    display: block;
    height: 40px;
    position: absolute;
    right: -79px;
    top: -245px;
    width: 4px;
    background-color: #E2E2E2;
}
div.ts-iphone .volume{
	height: 25px;
	display: block;
	left: -4px;
	width: 4px;
	background: #E2E2E2;
	top: 70px;
	position: absolute;
}
div.ts-iphone .volume:after{
	content: '';
	height: 25px;
	display: block;
	left: 0;
	width: 4px;
	background: #E2E2E2;
	top: 30px;
	position: absolute;
}
div.ts-iphone .volume:before{
	content: '';
	height: 15px;
	display: block;
	left: 0;
	width: 4px;
	background: #E2E2E2;
	top: -30px;
	position: absolute;
}
.ts-iphone-container{
	position: absolute;
	bottom: -30px;
	right: -30px;
	-webkit-transition: opacity 0.6s ease-out;
	-moz-transition: opacity 0.6s ease-out;
	transition: opacity 0.6s ease-out;
}
@media only screen and (max-width: 768px){
	.ts-monitor{
		margin-bottom: 40px;
	}
	.ts-monitor .base{
		display: none;
	}
	.single-devices .ts-iphone-container{
		display: none;
	}
	.single-devices-container{
		padding-right: 20px;
	}
}

.spinner__svg {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -21px;
	margin-top: -21px;
    -webkit-animation: spinner-rotation 1.4s linear infinite;
    animation: spinner-rotation 1.4s linear infinite;
}

.spinner__path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    -webkit-transform-origin: center;
    transform-origin: center;
    stroke: #000;
    -webkit-animation: spinner-dash 1.4s ease-in-out infinite;
    animation: spinner-dash 1.4s ease-in-out infinite
}

@-webkit-keyframes spinner-rotation {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }
}

@keyframes spinner-rotation {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }
}

@-webkit-keyframes spinner-dash {
    0% {
        stroke-dashoffset: 187
    }
    50% {
        stroke-dashoffset: 46.5;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }
    100% {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg)
    }
}

@keyframes spinner-dash {
    0% {
        stroke-dashoffset: 187
    }
    50% {
        stroke-dashoffset: 46.5;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }
    100% {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg)
    }
}


/* 
START-OF

1.0 Theme Details

*/

.theme-details {
	display: block;
	padding: 35px 0 40px 0;
	background: #f7f7f7;
	margin: 40px 0;
}
.theme-details ul {
	padding: 0;
	margin: 0;
}
.theme-details ul::after {
	content: '';
	display: block;
	clear: both;
}
.theme-details li {
	display: block;
	width: 25%;
	float: left;
	text-align: center;
}
.theme-details li div {
	font-size: 13px;
	text-transform: uppercase;
	color: #919191;
	margin-bottom: 5px;
}
.theme-details li span {
	font-size: 20px;
	color: #585858;
	font-weight: bold;
}

@media screen and (max-width: 960px) {
	.theme-details {
		padding-top: 40px;
		padding-bottom: 10px;
	}
	.theme-details li {
		width: 50%;
		margin-bottom: 30px;
		text-align: left;	
	}
	#footer .widget-menu {
		columns: 2;
		-webkit-columns: 2;
	}
}

/* 
 
EOF -- Theme Details

*/


.no-margin {
	margin: 0;
}

@media screen and (min-width: 960px) and (max-width: 1366px) {
	#footer {
		background-size: auto;
	}
	#footer .widget-menu {
		columns: 2;
		-webkit-columns: 2;
	}
	.header-shape-bg, .header-shape-bg-under {
		top: -65px;
	}
}

@media screen and (min-width: 1366px) and (max-width: 1660px) {
	.header-shape-bg, .header-shape-bg-under {
		top: -55px;
	}
}