/**--- TEMPLATE ---**/

.lobster {
	font-family: 'Lobster', cursive;
}

.openSans,
h1, h2, h3, h4, h5, h6, p {
	font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
}

body p strong a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #37afe2;
    color: #34393c;
    display: inline-block;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}

body p strong a:hover {
    background: #ec3059 none repeat scroll 0 0;
    border: 1px solid #ec3059;
    color: #fff;
}

.openSansCond {
	font-family: 'Open Sans Condensed', sans-serif;	
}

.tm-block-texture {
	border: none;
}

body {
	background:#fff;
	padding-bottom: 0;
}

body #tm-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

body #tm-header .tm-nav {
	position: absolute;
	top: 0;
	left:0%;
	right:13%;	
}

body #tm-header .tm-nav .uk-navbar-nav {
	float: right;
}

body #tm-header .tm-nav .uk-navbar-nav > li:first-child {
	display: none;
}

body.homeWrapper .normal .zooDeeper #tm-header:not(.solidBackground) .tm-navbar .tm-nav .uk-navbar-nav > li > a {
	/*text-shadow:0 0px 10px #fff, 0 0px 2px #fff;*/
	color:#34393c;
}

body.homeWrapper .normal .zooDeeper #tm-header:not(.solidBackground) .tm-navbar .tm-nav .uk-navbar-nav > li > a {
	color: #FFF;
	transition: all 0.5s;
}

body.homeWrapper .normal .zooDeeper #tm-header.colorChange:not(.solidBackground) .tm-navbar .tm-nav .uk-navbar-nav > li a {
	color: #34393c;
}

body .normal .zooDeeper #tm-header .tm-navbar .tm-nav .uk-navbar-nav li a,
body .zoo .category #tm-header .tm-navbar .tm-nav .uk-navbar-nav li a,
body .zoo .zooDeeper #tm-header .tm-navbar .tm-nav .uk-navbar-nav li a {
	color: #969696;
}

body #tm-header .tm-nav .uk-navbar-nav li a:before {
	height:0px;	
}

body #tm-header .tm-nav .uk-navbar-nav > li > a:after {
    background: #969696 none repeat scroll 0 0;
    border-radius: 2px;
    content: "";
    height: 2px;
    width: 0;
    left: 50%;
    position: absolute;
    top:63px;
    text-align: center;
    transition:all 0.5s ease;
}

body #tm-header .tm-nav .uk-navbar-nav li:hover a:after,
body #tm-header .tm-nav .uk-navbar-nav li:active a:after,
body #tm-header .tm-nav .uk-navbar-nav li.uk-active a:after {
    width: calc(100% - 50px);
    left:25px;
}

/*---*/body #tm-header .tm-nav .uk-navbar-nav li .uk-dropdown {
	width:280px;
	text-align: center;
}

body #tm-header .tm-navbar .uk-container {
	max-width: 100%;
	padding:0 10px;
}

body .uk-flex > .tm-navbar-toggle {
	display: none !important;
}

body .uk-flex > .tm-search {
	width:auto;
	min-width: 156px;
}

body .uk-flex > .tm-search p {
	text-align: center;
	margin:40px 0;
}

@keyframes quoteClick {
	0% {top:0;}
	50% {top:-10px;}
	100% {top:0;}
}

body .uk-flex > .tm-search p a,
body.homeWrapper #tm-top-a .uk-overlay-panel p strong a {
	padding:8px 14px;
	background: #fc1954;
	color:#fff;
	text-decoration: none;
	position: relative;
	top:0;
}

body.homeWrapper #tm-top-a .uk-overlay-panel p strong a {
    margin-top: 20px;
    border: none;
    font-weight: 300;
    font-size: 16px;
    text-shadow: none;
}

body .uk-flex > .tm-search p a.bounce,
body.homeWrapper #tm-top-a .uk-overlay-panel p strong a.bounce {
	animation: quoteClick 0.3s ease 0s 3 alternate;
}

body .uk-flex > .tm-search h2 {
	margin:0 0 0 30px;
	text-transform: uppercase;
	display: none;
}

body .uk-flex > .tm-search p,
body .uk-flex > .tm-search h2 {
	width:auto;
	float: left;
}

body .uk-flex > .tm-search .tm-navbar-toggle {
	display: block !important;
	padding:0;
	color:#fff;
	margin-left: 0;
	margin-top: 0;
	text-align: right;
	width:100%;
}

body #tm-header.solidBackground .uk-flex > .tm-search .tm-navbar-toggle,
body.normalWrapper #tm-header .uk-flex > .tm-search .tm-navbar-toggle  {
	color:#969696;
}

body #tm-header .uk-flex > .tm-search .tm-navbar-toggle div.lines {
	display: inline-block;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	margin-left:10px;
	transition: all 0.5s;
}

/*body.uk-offcanvas-page #tm-header .uk-flex > .tm-search .tm-navbar-toggle div.lines {
	transform: rotate(450deg);
	-webkit-transform: rotate(450deg);
}*/

body #tm-header .uk-flex > .tm-search .tm-navbar-toggle div.lines div {
	display: inline-block;
	height: auto;
	width: 6px;
	position: relative;
}

/*body #tm-header .uk-flex > .tm-search .tm-navbar-toggle div.lines div.line1 {
	transition: all 0.5s;
    left: 0;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}

body.uk-offcanvas-page #tm-header .uk-flex > .tm-search .tm-navbar-toggle div.lines div.line1 {
    left: 43%;
    top: -1px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

body #tm-header .uk-flex > .tm-search .tm-navbar-toggle div.lines div.line2 {
	transition: all 0.5s;
	opacity: 1;
}

body.uk-offcanvas-page #tm-header .uk-flex > .tm-search .tm-navbar-toggle div.lines div.line2 {
	opacity: 0;
}

body #tm-header .uk-flex > .tm-search .tm-navbar-toggle div.lines div.line3 {
	transition: all 0.5s;
    right: 0;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}

body.uk-offcanvas-page #tm-header .uk-flex > .tm-search .tm-navbar-toggle div.lines div.line3 {
    right: 40%;
    top: 1px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}*/

body #tm-header .uk-flex > .tm-search .tm-navbar-toggle:after {
	content: "";
}

body.homeWrapper #tm-header .tm-navbar {
	background: rgba(255,255,255,0.0) !important;
	transition: all 0.5s;
	border-bottom: none !important;
}

body.homeWrapper #tm-header.solidBackground .tm-navbar {
	background: #fff !important;
	border-bottom: 1px solid #e9e9e9 !important;
}

body #tm-header.solidBackground .tm-navbar {
	background: #fff;
	border-bottom: 1px solid #e9e9e9;
}

body #tm-header .tm-navbar {
	background: #fff;
	border-bottom: none;
}

body.homeWrapper #tm-header .tm-navbar .tm-logo {
	
}

body #tm-header .tm-navbar .tm-logo img {
    position: absolute;
    top: 20%;
}

body.homeWrapper #tm-header .tm-navbar .tm-logo img.white {
	opacity: 1;
	transition: all 0.5s;
}

body.homeWrapper #tm-header .tm-navbar .tm-logo img.blue {
	opacity: 0;
	transition: all 0.5s;
}

body.homeWrapper #tm-header.solidBackground .tm-navbar .tm-logo img.white,
body.homeWrapper.solidBackground #tm-header .tm-navbar .tm-logo img.white {
	opacity: 0;
}

body.homeWrapper #tm-header.solidBackground .tm-navbar .tm-logo img.blue,
body.homeWrapper.solidBackground #tm-header .tm-navbar .tm-logo img.blue {
	opacity: 1;
}

body.homeWrapper #tm-header .tm-navbar ul.uk-navbar-nav > li > a {
	color: #FFF;
	transition: all 0.5s;
}

body #tm-header.solidBackground .tm-navbar ul.uk-navbar-nav > li a,
body #tm-header .tm-navbar ul.uk-navbar-nav > li li a,
body #tm-header.solidBackground .tm-navbar ul.uk-navbar-nav > li li a,
body.solidBackground #tm-header .tm-navbar ul.uk-navbar-nav > li a,
body.solidBackground #tm-header .tm-navbar ul.uk-navbar-nav > li li a {
	color: #222;
}

body.solidBackground #headerSeparator {
	margin-top: 104px !important;
}

body #tm-header .tm-navbar .tm-logo img.blue {
	opacity: 1;
	z-index: 99;
}

body #tm-header .tm-navbar .tm-logo img.white {
	opacity: 0;
	z-index: 99;
}

/*body #headerSeparator {
    margin-top: 100px;
}*/

/* Offcanvas  */

body {
	transition: left 0.5s ease 0s;
	left:0;
	position: relative;
}

body.uk-offcanvas-page {
	margin-left: 0% !important;
	left: 0% !important;
}

body .uk-offcanvas-bar {
	width:80%;
	padding:0 10%;
	background: #fff;
}

body #offcanvas.uk-offcanvas .uk-offcanvas-bar.uk-offcanvas-bar {
	transform: translateY(-100%);
	min-height: 100%;
}

body #offcanvas.uk-offcanvas.uk-active .uk-offcanvas-bar.uk-offcanvas-bar-show {
	transform: translateY(0%);
}

body .uk-offcanvas-bar .uk-panel {
	width:100%;
	margin:20px 0;
}

body .uk-offcanvas-bar a.tm-navbar-toggle {
	margin-top:0;
	margin-bottom:0;
	margin-left:calc(50% - 40px);
	margin-right:calc(50% - 40px);
	width:80px;
	text-align: center;
	height: 50px;
	display: block !important;
	color:#fff;
	font-size: 28px;
}

body .uk-offcanvas-bar a.tm-navbar-toggle span {
	display: inline-block;
	font-size: 40px;
	line-height: 40px;
}

body .uk-offcanvas-bar a.tm-navbar-toggle span.first {
    color: #969696;
    position: relative;
    transform: rotate(-45deg);
    transform-origin: 50% 50% 0;
    left:2px;
}

body .uk-offcanvas-bar a.tm-navbar-toggle span.last {
    color: #969696;
    position: relative;
    transform: rotate(45deg);
    transform-origin: 50% 50% 0;
    right:2px;
}

body .uk-offcanvas-bar a.tm-navbar-toggle:after {
	content:"";
	color:#fff;
	font-size: 28px;
}

body .uk-offcanvas-bar .uk-panel img {
	width:30%;
	margin:0 35%;
	position: relative;
}

body .uk-offcanvas-bar .uk-nav-offcanvas > li a {
	background:transparent;
	color:#969696;
	text-align: center;
	width: 60%;
	margin:0 20%;
	text-transform: none;
	box-shadow: none;
	text-shadow: 0;
	padding:0;
	font-family: "Open Sans", sans-serif;
}

body .uk-offcanvas-bar .uk-nav-offcanvas > li > a {
	font-size: 25px;
	line-height: 36px;
}

body .uk-offcanvas-bar .uk-nav-offcanvas > li li > a {
	font-size: 20px;
	line-height: 28px;
}

body .uk-offcanvas-bar .uk-nav-offcanvas > li ul.uk-nav-sub {
	padding:10px 0;
}

body .uk-offcanvas-bar .uk-nav-offcanvas > li a:hover,
body .uk-offcanvas-bar .uk-nav-offcanvas > li a:focus,
body .uk-offcanvas-bar .uk-nav-offcanvas > li a:active,
body .uk-offcanvas-bar .uk-nav-offcanvas li.uk-active > a {
	color:#000;
	background: transparent !important;
	box-shadow: none;
}

body .uk-offcanvas-bar .startProject {
	margin:30px 0;	
}

body .uk-offcanvas-bar .startProject p {
	text-align: center;
}

body #offcanvas .uk-offcanvas-bar .startProject p a {	
	padding:8px 14px;
	border:1px solid #969696;
	color:#969696;
	text-decoration: none;
    transition: all 0.5s ease 0s;
    background:transparent;
}

body #offcanvas .uk-offcanvas-bar .startProject p a:hover {
	background: #fff;
	color:#37afe2;
}

body .uk-offcanvas-bar .contact {
	border-top: 1px solid #969696;
}

body .uk-offcanvas-bar .contact p {
	width:50%;
	float: left;
	margin:0;
	color:#969696;
	text-align: center;
	font-size: 30px;
	line-height: 70px;
}

body #offcanvas .uk-offcanvas-bar .uk-panel.contact p a {
	display: inline-block;
	width:100%;
	color:#969696;
	text-align: center;
	font-size: 30px;
	line-height: 30px;
}

body #offcanvas .uk-offcanvas-bar .uk-panel.contact p a:hover,
body #offcanvas .uk-offcanvas-bar .uk-panel.contact p a:focus,
body #offcanvas .uk-offcanvas-bar .uk-panel.contact p a:active {
	color:#fff;
	text-decoration: none;
}

/* Side Smooth Scroller */

body.homeWrapper .tm-smoothscroll-bar {
	margin-left:8px;
}

/**--- HOME ---**/

body.homeWrapper #headerSeparator {
	margin-top: 0!important;
}

body.homeWrapper #tm-top-a .sliderContent {

}

body.homeWrapper #tm-top-a .sliderContent > * {

}

body.homeWrapper #tm-top-a .sliderContent h2 {
	color: #ffffff;
}

body.homeWrapper #tm-top-a .sliderContent h1 {
	color: #ffffff;
	left: 0;
	opacity: 0;
	position: absolute;
	text-align: center;
	transition: all 1s ease 0s;
	width: 100%;
	margin-top: 0;
	font-family: 'Lobster', cursive;
}

body.homeWrapper #tm-top-a .sliderContent h1.showing {
	opacity: 1;
}

body.homeWrapper #tm-top-a .sliderContent h1 a {
	text-decoration: none;
}

body.homeWrapper #tm-top-a .uk-overlay-panel h1 {
	color:#fff;
	font-size: 35px;
	line-height: 40px;
    text-shadow:0 1px 2px #000;
}

body.homeWrapper #tm-top-a .uk-overlay-panel h3 {
	font-size: 25px;
	line-height: 30px;
	color:#fff;
    text-shadow:0 1px 2px #000;
}

body.homeWrapper #tm-top-a .uk-overlay-panel .uk-margin ul {
	padding:0;
	list-style: none;
}

body.homeWrapper #tm-top-a .uk-overlay-panel .uk-margin li {
	font-size: 35px;
	line-height: 40px;
	font-style: italic;
	color:#fff;
	font-family: 'Lobster', cursive;
	display: inline-block;
	position: relative;
	text-align: left;
	padding-left: 20px;
	padding-right: 10px;
}

body.homeWrapper #tm-top-a .uk-overlay-panel li:before {
	content:"-";
	position: absolute;
	top:0;
	left: 0;
}

body.homeWrapper #tm-top-a .uk-overlay-panel {
	opacity: 1 !important;
}

body.homeWrapper #tm-top-a .uk-overlay-panel > div {
	width:100%;
}

body.homeWrapper #tm-top-a .uk-overlay-panel .uk-margin {
	text-align: left;
	max-width:1055px;
	margin:280px auto 0;
}

body.homeWrapper #tm-top-a .uk-overlay-panel h1,
body.homeWrapper #tm-top-a .uk-overlay-panel h2 {
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 38px;
    text-shadow: 0 1px 2px #000;
    width: 400px;
    margin:0;
}

body.homeWrapper #tm-top-a .uk-overlay-panel p {
    font-size: 21px;
    line-height: 20px;
    color:#fff;
    text-shadow:0 1px 2px #000;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	margin:5px 0;
}

body.homeWrapper #tm-top-a .uk-overlay-panel p i {
    font-size: 32px;
    left: 4px;
    line-height: 32px;
    position: relative;
    top: -12px;
}

body.homeWrapper #tm-top-a .uk-overlay-panel p span {
    font-size: 14px;
    line-height: 16px;
    color:#fff;
    text-shadow:0 1px 2px #000;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}

body.homeWrapper #tm-top-a .uk-overlay-panel p span a {
    border-bottom: 1px solid #fff;
    border-width: 0 0 1px 0;
    color: #fff;
    padding: 0;
    text-decoration: none;
    text-shadow: 0 1px 2px #000;
    position: relative;
    z-index: 99;
}

body.homeWrapper #tm-top-a .uk-overlay-panel p span a:hover {
	color:#fff;
	background:transparent;
}

body.homeWrapper #tm-top-a .uk-overlay-panel p.arrow {
	width:40px;
	left:calc(50% - 20px);
}

body.homeWrapper #tm-top-a .uk-overlay-panel p a {
	color:#fff;
	border: 1px solid #fff;
    padding: 10px 50px;
    text-decoration: none;
    transition: all 0.5s ease;
    text-shadow:0 1px 2px #000;
}

body.homeWrapper #tm-top-a .uk-overlay-panel p a:hover {


}

body.homeWrapper #tm-top-a .uk-slidenav-position > a.uk-slidenav-previous {
	display: none !important;
}

body.homeWrapper #tm-top-a .uk-slidenav-position > a.uk-slidenav-next {
    background: transparent none repeat scroll 0 0;
    height: auto;
    margin-top: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0%;
    width: auto;
    max-width: none;
    margin:0 auto;
    display: block !important;
    opacity: 1;
    z-index: 9;
}

body.homeWrapper #tm-top-a .uk-slidenav-position > a.uk-slidenav-next:before {
	content:"";
	z-index: 0;
}

body.homeWrapper #tm-top-a .uk-slidenav-position > a.uk-slidenav-next {
	z-index: 0;
}

body .tm-block-header.tm-fullscreen .uk-slideshow-fullscreen,
body .tm-block-header.tm-fullscreen .uk-slideshow-fullscreen > li,
[class*="tm-top-"] .uk-slideshow-fullscreen,
[class*="tm-top-"] .uk-slideshow-fullscreen > li {
	height: 100vh;
}

body.homeWrapper #tm-top-b .uk-container {
	margin-bottom: 40px;
}

body.homeWrapper #tm-top-b .uk-width-1-1 {
	width:100%;
}

body.homeWrapper #tm-top-b .uk-width-1-1 .recentProjects h1,
body.homeWrapper #tm-top-b .uk-width-1-1 .recentProjects h2 {
	font-family: 'Open Sans', sans-serif;
	color:#34393c;
	font-size: 30px;
	line-height: 35px;
	text-align: center;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-top: 30px;
	font-weight: 600;
}

body.homeWrapper #tm-top-b .uk-width-1-1 .recentProjects h1 span {
	border-width: 0 0 1px;
	border-style: solid;
	padding-bottom: 9px;
}

body.homeWrapper #tm-top-b .uk-width-1-1 .recentProjects p {
    color: #969696;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    width: 100%;
}

body.homeWrapper #tm-top-b .uk-grid-width-1-1 > div > .uk-panel {
	z-index: 19;
}

body.homeWrapper #tm-top-b .uk-grid-width-1-1 > div > .uk-panel * {
	color:#fff;
}

body.homeWrapper #tm-top-b .uk-grid-width-1-1 > div > .uk-panel a.uk-position-cover {
	z-index: 9;
}

body.homeWrapper #tm-top-b .uk-panel {
	position: relative;
}

body.homeWrapper #tm-top-b .uk-panel .uk-panel-teaser {
	margin-bottom: 0;
}

body.homeWrapper #tm-top-b .uk-panel figure .uk-overlay-icon:before {
	content:"";
}

body.homeWrapper #tm-top-b .uk-panel h3.uk-panel-title {
	opacity: 0;
	position: absolute;
	top: 20%;
	width:100%;
	transition: all 0.5s ease;
	text-align: center;
}

body.homeWrapper #tm-top-b .uk-panel p.link {
    background: #ec3059 none repeat scroll 0 0;
    border-color: #ec3059;
    color: #fff;
    opacity: 0;
    padding: 10px 24px;
    position: absolute;
    text-align: center;
    top: 70%;
    transition: all 0.5s ease 0s;
    width: 40%;
    margin-left: calc(30% - 24px);
}

body.homeWrapper #tm-top-b .uk-panel div.tagCenter {
	position: absolute;
	top: 30%;
	width:100%;
	margin:0;
	opacity: 0;
	transition: all 0.5s ease;
	text-align: center;
}

body.homeWrapper #tm-top-b .uk-panel:hover > h3.uk-panel-title {
	opacity: 1;
	top:30%;
}

body.homeWrapper #tm-top-b .uk-panel:hover > p.link {
	opacity: 1;
	top:60%;
}

body.homeWrapper #tm-top-b .uk-panel:hover > div.tagCenter {
	opacity: 1;
	top: 45%;
	width:80%;
	margin:0 10%;
	line-height: 18px;
}

body.homeWrapper #tm-top-b .uk-panel:hover > .uk-panel-teaser figure img {
	transform: scale(1.1);
}

body.homeWrapper #tm-top-b .uk-panel > .uk-panel-teaser figure div.uk-overlay-background {
	background:#000;
}

body.homeWrapper #tm-top-b .uk-panel:hover > .uk-panel-teaser figure div.uk-overlay-background {
	opacity: 0.6;
}

body.homeWrapper #tm-top-c .tm-top-c > * {
    margin: 0 1%;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 31%;
}

/* body.homeWrapper #tm-top-c .tm-top-c > div > div {
	padding: 15px;
	background: #27B6E7;
}

 body.homeWrapper #tm-top-c .tm-top-c > div > div::before {
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    transform: scale(0, 1);
}

body.homeWrapper #tm-top-c .tm-top-c > div > div {
	position: relative;
}

body.homeWrapper #tm-top-c .tm-top-c > div > div::before,
body.homeWrapper #tm-top-c .tm-top-c > div > div::after {
    bottom: 2%;
    height: 263px;
    left: 2%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 2%;
    top: 2%;
    transition: all 0.35s ease 0s;
    width: 96%;
}

body.homeWrapper #tm-top-c .tm-top-c > div > div::after {
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: scale(1, 0);
}

body.homeWrapper #tm-top-c .tm-top-c > div:hover > div::before,
body.homeWrapper #tm-top-c .tm-top-c > div:hover > div::after {
    opacity: 1;
    transform: scale(1);
} 

body.homeWrapper #tm-top-c .tm-top-c > div > div .serviceContainer {

}

body.homeWrapper #tm-top-c .tm-top-c > div > div .serviceContainer h1 {
    color: #ffffff;
    font-size: 40px;
}

body.homeWrapper #tm-top-c .tm-top-c > div > div .serviceContainer img {
    position: absolute;
    top: 30%;
}

body.homeWrapper #tm-top-c .tm-top-c > div:hover > div .serviceContainer h1 {
    top: 30px;
}

body.homeWrapper #tm-top-c .tm-top-c > div > div .serviceContainer ul {
	opacity: 0;
	transition: all 0.35s;
	color: #FFF;
	margin-top: 85px;
}

body.homeWrapper #tm-top-c .tm-top-c > div:hover > div .serviceContainer ul {
	opacity: 1;
}*/

body.homeWrapper #tm-top-c {
	background:#34393c;
}

body.homeWrapper #tm-top-c .uk-panel p:first-child {
	width:40%;
	padding:5px;
	border:1px solid #37afe2;
	border-radius: 100%;
	margin:15px auto 0;
}

body.homeWrapper #tm-top-c .uk-panel p img {

}

body.homeWrapper #tm-top-c .uk-panel h1 {
	font-family: 'Lobster', cursive;
	color:#37afe2;
	text-align: center;
	font-size: 35px;
	line-height: 40px;
	transition: all 0.5s ease;
}

body.homeWrapper #tm-top-c .uk-panel h1 em {
	font:inherit;
	color:inherit;
}

body.homeWrapper #tm-top-c .uk-panel p {
	text-align: center;
}

body.homeWrapper #tm-top-c .uk-panel p:last-child {

}

body.homeWrapper #tm-top-c .uk-panel p a {
	display: inline-block;
	width:50%;
	border-radius: 20px;
	color:#37afe2;
	background: #c2c4c5;
	transition: all 0.5s ease;
	line-height: 40px;
	margin-bottom: 10px;
}

body.homeWrapper #tm-top-c .uk-panel:hover p:first-child {
	border-color:#fc1954;
}

body.homeWrapper #tm-top-c .uk-panel:hover p img {

}

body.homeWrapper #tm-top-c .uk-panel:hover h1 {
	color:#fc1954;
}

body.homeWrapper #tm-top-c .uk-panel:hover p a {
	background: #fc1954;
	text-decoration: none;
	color:#fff;
}

/*body.homeWrapper #tm-main {
	background: url("../images/grid-pattern.png") repeat scroll 0 0;
}*/

body.homeWrapper .tm-content > h1,
body.homeWrapper .tm-content .uk-article > h1 {
	display: none;
}

body.homeWrapper .tm-content .uk-article div h1 {
	font-family: 'Open Sans Condensed', sans-serif;
	color:#37afe2;
	font-size: 30px;
	line-height: 35px;
	text-align: center;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-top: 30px;
}

body.homeWrapper .tm-content .uk-article div h1 span {
	border-width: 0 0 1px;
	border-style: solid;
	padding-bottom: 9px;
}

body.homeWrapper .tm-content .uk-article div h3 {
	font-family: 'Lobster', cursive;
	color:#37afe2;
	text-align: center;
	font-size: 35px;
	line-height: 40px;
	margin-top: 10px;
}

body.homeWrapper .tm-content .uk-article div p {
	width:50%;
	margin: 10px 25%;
	text-align: center;
	color:#969696;
}

body.homeWrapper .tm-content .uk-article div.dottedLine {
	width:0px;
	border-width: 0 0 0 1px;
	border-style: dashed;
	border-color:#37afe2;
	height:50px;
	margin:0 50%;
}

body.homeWrapper .tm-content .uk-article div p a {
	display: inline-block;
	width:30%;
	border-radius: 20px;
	color:#37afe2;
	background: #fff;
	transition: all 0.5s ease;
	line-height: 40px;
	margin:10px 0;
	border:1px solid #37afe2;
}

body.homeWrapper .tm-content .uk-article div p a:hover {
	background: #fc1954;
	text-decoration: none;
	color:#fff;
}

body.homeWrapper #tm-top-c .uk-width-1-1:first-child .uk-panel p.animation {
	position: relative;
}

body.homeWrapper #tm-top-c .uk-width-1-1:first-child .uk-panel p.animation img {
	position: absolute;
	top: 0;
}

body.homeWrapper #tm-top-c .uk-width-1-1:first-child .uk-panel p.animation img.DSimg0 {
	position: relative;
	z-index: 99;
}

body.homeWrapper #tm-top-c .uk-width-1-1:first-child .uk-panel p.animation.GO img.DSimg0 {
	visibility: hidden;
}

body.homeWrapper #tm-top-c .uk-width-1-1:first-child .uk-panel p.animation img.DSimg {
	position: absolute;
	top: 0;
	left: 0;
}

body.homeWrapper #tm-top-c .uk-width-1-1:first-child .uk-panel p.animation.GO img.DSimg {
	display: none;
}

body.homeWrapper #tm-top-c .uk-width-1-1:first-child .uk-panel p.animation.GO img.DSimg.showing {
	display: block;
}

body.homeWrapper #tm-top-c .uk-width-1-1:last-child .uk-panel p img {
	
}

body.homeWrapper #tm-top-c .uk-width-1-1:last-child .uk-panel:hover p img {
	animation: lookatitgo 5s infinite;	
}

@keyframes lookatitgo {
    0%   {transform: rotate(0deg);}
    50% {transform: rotate(360deg);}
    100%   {transform: rotate(0deg);}
}

body.homeWrapper .tm-main-top .uk-width-1-1 .uk-panel > h1,
body.homeWrapper .tm-main-top .uk-width-1-1 .uk-panel > h2 {
	font-family: 'Open Sans', sans-serif;
	color:#34393c;
	font-size: 30px;
	line-height: 35px;
	text-align: center;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-top: 30px;
	font-weight: 600;
}

body.homeWrapper .tm-main-top .uk-width-1-1 .uk-panel > p {
    color: #969696;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    width: 100%;
}

body.homeWrapper .tm-main-top .uk-panel > div {
	width:50%;
	float: left;
	margin:0;
	position: relative;
	overflow: hidden;
}

body.homeWrapper .tm-main-top .uk-panel img {
	z-index: 1;
}

body.homeWrapper .tm-main-top .uk-panel div.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height: 100%;
	z-index: 2;
	opacity: 0;
	background:#fc1954;
	transition: all 0.8s ease 0.1s;
}

body.homeWrapper .tm-main-top .uk-panel div:hover div.overlay {
	opacity: 1;
}

body.homeWrapper .tm-main-top .uk-panel .content {
	position: absolute;
	left:50%;
	height: 100%;
	top: 0;
}

body.homeWrapper .tm-main-top .uk-panel div.content > a {
	display: block;
	text-decoration: none;
	top: calc(50% - 32.5px);
	left: -50%;
	width:auto;
	position: relative;
	z-index: 9;
	transition: all 0.5s ease;
}

body.homeWrapper .tm-main-top .uk-panel div h3 {
	position: relative;
	width:auto;
	font-size: 60px;
	line-height: 65px;
	color:#fff;
	padding:0 10px;
	text-shadow: 0 0 6px #000, -1px 1px 4px #000;
}

body.homeWrapper .tm-main-top .uk-panel div h3:before {
	position: absolute;
	background: url("../images/services-frame-background.png") no-repeat scroll 0 0 / 100% 100%;
	width:40px;
	height:40px;
	top:0;
	left:0;
	content:"";
}

body.homeWrapper .tm-main-top .uk-panel div h3:after {
	position: absolute;
	background: url("../images/services-frame-background.png") no-repeat scroll 0 0 / 100% 100%;
	width:40px;
	height:40px;
	bottom:0;
	right:0;
	transform: rotate(180deg);
	content:"";
}

body.homeWrapper .tm-main-top .uk-panel .Design h3,
body.homeWrapper .tm-main-top .uk-panel .Development h3,
body.homeWrapper .tm-main-top .uk-panel .Marketing h3 {
	padding-bottom: 16px;
}

body.homeWrapper .tm-main-top .uk-panel .Ongoing h3 {
	padding-bottom: 8px;
}

body.homeWrapper .tm-main-top .uk-panel div h3 span {
	position: absolute;
	right: 12px;
	top: -15px;
	font-size: 20px;
	line-height: 24px;
}

body.homeWrapper .tm-main-top .uk-panel div ul {
	list-style: none;
	padding:0;
	margin:0;
	top: calc(50% - 32.5px);
	left: -50%;
	width:auto;
	position: relative;
	opacity: 0;
	z-index: 9;
	color:#fff;
	text-shadow: 0 0 6px #000, -1px 1px 4px #000;
	transition: all 0.5s ease;
}

body.homeWrapper .tm-main-top .uk-panel div ul li {
	padding-left: 20px;
	position: relative;
}

body.homeWrapper .tm-main-top .uk-panel div ul li a,
body.homeWrapper .tm-main-top .uk-panel div ul li a:focus,
body.homeWrapper .tm-main-top .uk-panel div ul li a:active,
body.homeWrapper .tm-main-top .uk-panel div ul li a:hover {	
	color:inherit;
	text-decoration: none;
}

body.homeWrapper .tm-main-top .uk-panel div ul li:before {
	content:">";
	color:#fff;
	position: absolute;
	top: 0;
	left: 0;
}

body.homeWrapper .tm-main-top .uk-panel > div:hover .content a {
	top: calc(30% - 32.5px);
}

body.homeWrapper .tm-main-top .uk-panel div:hover ul {
	top: calc(30% - 32.5px);
	opacity: 1;
}

body.homeWrapper #tm-bottom-b .uk-width-1-1 {
	width: 100%;
}

body.homeWrapper #tm-bottom-b .uk-width-1-1 .aboutUsTitle {
	width:100%;
}

body.homeWrapper #tm-bottom-b .uk-width-1-1 .aboutUsTitle h1,
body.homeWrapper #tm-bottom-b .uk-width-1-1 .aboutUsTitle h2 {
	font-family: 'Open Sans', sans-serif;
	color:#34393c;
	font-size: 30px;
	line-height: 35px;
	text-align: center;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-top: 30px;
	font-weight: 600;
}

body.homeWrapper #tm-bottom-b .uk-width-1-1 .aboutUsTitle h1 span {
	border-width: 0 0 1px;
	border-style: solid;
	padding-bottom: 9px;
}

body.homeWrapper #tm-bottom-b .uk-width-1-1 .aboutUsTitle p {
    color: #969696;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    width: 100%;
}

body.homeWrapper #tm-bottom-b .uk-width-1-1 .aboutUs {
	background:	#34393c;
	padding: 80px 160px 60px;
	margin-top: 40px;
	position: relative;
	text-align:center;
	color:#fff;
}

body.homeWrapper #tm-bottom-b .uk-width-1-1 .aboutUs a {
	color:#fff;
	border:1px solid #fff;
	padding:10px 48px;
	transition:all 0.5s ease;
}

body.homeWrapper #tm-bottom-b .uk-width-1-1 .aboutUs a:hover {
	text-decoration: none;
	border:1px solid #fc1954;
	color:#fff;
	background:#fc1954;;
}

body.homeWrapper #tm-bottom-b .uk-width-1-1 .aboutUs:before {
	position: absolute;
	top: 39px;
	width:15%;
	left:42.5%;
	height: 2px;
	background: #fff;
	opacity: 0.3;
	content: "";
}

/**--- SERVICES ---**/

/** Overview **/

body.servicesWrapper #tm-top-a {
	background: url("../../../images/servicesOverview.jpg") no-repeat scroll 50% 50% / cover;
	position: fixed;
	width:100%;
}

body.servicesWrapper #tm-top-a img {
	opacity: 0;
}

body.servicesWrapper #tm-top-a .uk-panel {
	/*background:rgba(0,0,0,0.6);*/
}

body.servicesWrapper #tm-top-b .uk-width-1-1 {
	width:100%;
}

body.servicesWrapper #tm-top-b div {
	text-align: center;
}

body.servicesWrapper #tm-top-b h1 {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 30px;
	line-height: 35px;
	text-align: center;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-top: 70px;
	margin-bottom: 20px;
	font-weight: 600;
	text-shadow:0 1px 2px #000;
}

body.servicesWrapper #tm-top-b h4 {
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
	text-shadow:0 1px 2px #000;
}

body.servicesWrapper #tm-top-b .introBlock {
	background:#34393c;
	padding:60px 0;
	margin:0 -100px;
}

body.servicesWrapper #tm-top-b .introBlock p {
	color:#fff;
	width:50%;
	padding:0 25%;
	font-size: 18px;
	line-height: 26px;
}

body.servicesWrapper #tm-top-b .introBlock p span {
	color:#37afe2;
}

body.servicesWrapper #tm-main {
	padding-top:0px;
}

/*body.servicesWrapper #tm-main .tm-main-top .uk-panel.servicesBoxes > div {
	float: left;
	width:100%;
	background:#f2f2f3;
}

body.servicesWrapper #tm-main .tm-main-top .uk-panel.servicesBoxes > div:nth-of-type(odd) img {
	float: left;
	width:50%;
}

body.servicesWrapper #tm-main .tm-main-top .uk-panel.servicesBoxes > div:nth-of-type(even) img {
	float: right;
	width:50%;
}

body.servicesWrapper #tm-main .tm-main-top .uk-panel.servicesBoxes > div:nth-of-type(odd) .content {
	float: right;
	width:calc(50% - 40px);
	padding:60px 20px 20px;
}

body.servicesWrapper #tm-main .tm-main-top .uk-panel.servicesBoxes > div:nth-of-type(even) .content {
	float: left;
	width:calc(50% - 40px);
	padding:60px 20px 20px;
}

body.servicesWrapper #tm-main .tm-main-top .uk-panel.servicesBoxes .content h3 {
	color:#37afe2;
	margin-bottom: 15px;
}

body.servicesWrapper #tm-main .tm-main-top .uk-panel.servicesBoxes .content ul {
	list-style: none;
	padding:0;
	margin:0;
	width:auto;
	position: relative;
}

body.servicesWrapper #tm-main .tm-main-top .uk-panel.servicesBoxes .content ul li {
	padding-left: 20px;
	position: relative;
	color:#4d4d4d;
}

body.servicesWrapper #tm-main .tm-main-top .uk-panel.servicesBoxes .content ul li:hover {
	color:#fc1954;
}

body.servicesWrapper #tm-main .tm-main-top .uk-panel.servicesBoxes .content ul li:before {
	content:">";
	position: absolute;
	top: 0;
	left: 0;
}*/

body.servicesWrapper #tm-main .uk-container {
	padding:0 40px;
	max-width:1400px;
}

body.servicesWrapper .tm-main-top .uk-width-1-1 {
	width:100%;
	padding-right: 0;
	margin-top: 0;
}

body.servicesWrapper .tm-main-top .uk-width-1-1 .uk-panel > h1 {
	font-family: 'Open Sans', sans-serif;
	color:#34393c;
	font-size: 30px;
	line-height: 35px;
	text-align: center;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-top: 30px;
	font-weight: 600;
}

body.servicesWrapper .tm-main-top .uk-width-1-1 .uk-panel > p {
    color: #969696;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    width: 100%;
}

body.servicesWrapper .tm-main-top .uk-panel > div {
	width:50%;
	float: left;
	margin:0;
	position: relative;
	overflow: hidden;
}

body.servicesWrapper .tm-main-top .uk-panel img {
	z-index: 1;
}

body.servicesWrapper .tm-main-top .uk-panel div.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height: 100%;
	z-index: 2;
	opacity: 0;
	background:#fc1954;
	transition: all 0.8s ease 0.1s;
}

body.servicesWrapper .tm-main-top .uk-panel div:hover div.overlay {
	opacity: 1;
}

body.servicesWrapper .tm-main-top .uk-panel .content {
	position: absolute;
	left:50%;
	height: 100%;
	top: 0;
}

body.servicesWrapper .tm-main-top .uk-panel div.content > a {
	display: block;
	text-decoration: none;
	top: calc(50% - 32.5px);
	left: -50%;
	width:auto;
	position: relative;
	z-index: 9;
	transition: all 0.5s ease;
}

body.servicesWrapper .tm-main-top .uk-panel div h3 {
	position: relative;
	width:auto;
	font-size: 60px;
	line-height: 65px;
	color:#fff;
	padding:0 10px;
	text-shadow: 0 0 6px #000, -1px 1px 4px #000;
}

body.servicesWrapper .tm-main-top .uk-panel div h3:before {
	position: absolute;
	background: url("../images/services-frame-background.png") no-repeat scroll 0 0 / 100% 100%;
	width:40px;
	height:40px;
	top:0;
	left:0;
	content:"";
}

body.servicesWrapper .tm-main-top .uk-panel div h3:after {
	position: absolute;
	background: url("../images/services-frame-background.png") no-repeat scroll 0 0 / 100% 100%;
	width:40px;
	height:40px;
	bottom:0;
	right:0;
	transform: rotate(180deg);
	content:"";
}

body.servicesWrapper .tm-main-top .uk-panel .Design h3,
body.servicesWrapper .tm-main-top .uk-panel .Development h3,
body.servicesWrapper .tm-main-top .uk-panel .Marketing h3 {
	padding-bottom: 16px;
}

body.servicesWrapper .tm-main-top .uk-panel .Ongoing h3 {
	padding-bottom: 8px;
}

body.servicesWrapper .tm-main-top .uk-panel div h3 span {
	position: absolute;
	right: 12px;
	top: -15px;
	font-size: 20px;
	line-height: 24px;
}

body.servicesWrapper .tm-main-top .uk-panel div ul {
	list-style: none;
	padding:0;
	margin:0;
	top: calc(50% - 32.5px);
	left: -50%;
	width:auto;
	position: relative;
	opacity: 0;
	z-index: 9;
	color:#fff;
	text-shadow: 0 0 6px #000, -1px 1px 4px #000;
	transition: all 0.5s ease;
}

body.servicesWrapper .tm-main-top .uk-panel div ul li {
	padding-left: 20px;
	position: relative;
}

body.servicesWrapper .tm-main-top .uk-panel div ul li a,
body.servicesWrapper .tm-main-top .uk-panel div ul li a:focus,
body.servicesWrapper .tm-main-top .uk-panel div ul li a:active,
body.servicesWrapper .tm-main-top .uk-panel div ul li a:hover {	
	color:inherit;
	text-decoration: none;
}

body.servicesWrapper .tm-main-top .uk-panel div ul li:before {
	content:">";
	color:#fff;
	position: absolute;
	top: 0;
	left: 0;
}

body.servicesWrapper .tm-main-top .uk-panel > div:hover .content a {
	top: calc(30% - 32.5px);
}

body.servicesWrapper .tm-main-top .uk-panel div:hover ul {
	top: calc(30% - 32.5px);
	opacity: 1;
}

body.servicesWrapper .tm-main-top .uk-panel.furtherNav {
	background:#fff;
	width: calc(100% - 40px);
	padding:20px;
}

body.servicesWrapper .tm-main-top .uk-panel.furtherNav .start,
body.servicesWrapper .tm-main-top .uk-panel.furtherNav .inspired,
body.servicesWrapper .tm-main-top .uk-panel.furtherNav .chat {
	width:32%;
	float: left;
	text-align: center;
	padding: 20px 0;
	position: relative;
}

body.servicesWrapper .tm-main-top .uk-panel.furtherNav .inspired {
	margin:0 2%;
	padding: 20px 0;
	position: relative;
}

body.servicesWrapper .tm-main-top .uk-panel.furtherNav .start:before,
body.servicesWrapper .tm-main-top .uk-panel.furtherNav .chat:before {
	position: absolute;
	top:30%;
	bottom:30%;
	width:5px;
	content:"";
	background:#37afe2;
	border-radius: 1px;
}

body.servicesWrapper .tm-main-top .uk-panel.furtherNav .start:before {
	right:0;
}

body.servicesWrapper .tm-main-top .uk-panel.furtherNav .chat:before {
	left:0;
}

body.servicesWrapper #tm-main .tm-main-top .uk-panel.furtherNav img {
	width:40px;
	height:auto;
}

body.servicesWrapper .tm-main-top .uk-panel.furtherNav .start img {
	margin-top:10px;
}

body.servicesWrapper .tm-main-top .uk-panel.furtherNav .chat img {
	margin-top:16px;
}

body.servicesWrapper .tm-main-top .uk-panel.furtherNav h1 {
	margin-top: 5px;
	font-size: 30px;
	color:#34393c;
}

body.servicesWrapper .tm-main-top .uk-panel.furtherNav h4 {
	margin-top: 30px;
	font-size: 25px;
	line-height: 25px;
	font-weight: bold;
	color:#ec3059;
}

body.servicesWrapper #tm-main .tm-main-top .uk-panel.furtherNav p strong a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ec3059;
    color: #ec3059;
    display: block;
    padding: 8px;
    margin: 0 auto 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all 0.5s ease 0s;
    width: 164px;
}

body.servicesWrapper #tm-main .tm-main-top .uk-panel.furtherNav p strong a:hover {
	background: #ec3059;
	color:#fff;
}

body.servicesWrapper #tm-main .tm-content {
	margin:0;
}

body.servicesWrapper #tm-footer {
	background: #FFF;
}

/*body.servicesWrapper #tm-main .tm-main-top .uk-panel.servicesList {
	width: calc(100% - 60px);
	float: left;
	background:#fff;
	padding: 30px;
}

body.servicesWrapper #tm-main .tm-main-top .uk-panel.servicesList > div {
	float: left;
	width: 24%;
	margin:0 0 0 1.334%;
}

body.servicesWrapper #tm-main .tm-main-top .uk-panel.servicesList > div:first-child {
	margin:0;
}

body.servicesWrapper #tm-main .tm-main-top .uk-panel.servicesList p a {
	width:calc(100% - 18px);
	text-align: center;
	position: relative;
	display: block;
	padding:8px;
	border:1px solid #37afe2;
	background:#fff;
	text-decoration: none;
	transition: all 0.5s ease;
	color:#34393c;
}

body.servicesWrapper #tm-main .tm-main-top .uk-panel.servicesList p a:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    content: "";
    height: 0;
    left: calc(50% - 5px);
    position: absolute;
    bottom: -8.5px;
    width: 0;
    z-index: 3;
	transition: all 0.5s ease;
}

body.servicesWrapper #tm-main .tm-main-top .uk-panel.servicesList p a:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #37afe2;
    content: "";
    height: 0;
    left: calc(50% - 5px);
    position: absolute;
    bottom: -10px;
    width: 0;
    z-index: 2;
	transition: all 0.5s ease;
}

body.servicesWrapper #tm-main .tm-main-top .uk-panel.servicesList p a:hover {
	background:#ec3059;
	border-color: #ec3059;
	color:#fff;
}

body.servicesWrapper #tm-main .tm-main-top .uk-panel.servicesList p a:hover:before,
body.servicesWrapper #tm-main .tm-main-top .uk-panel.servicesList p a:hover:after {
    border-top-color: #ec3059;
}

body.servicesWrapper #tm-main .tm-main-top .uk-panel.servicesList ul {
	width:100%;
	padding: 0;
	text-align: center;
	list-style: none;
}

body.servicesWrapper #tm-main .tm-main-top .uk-panel.servicesList ul li a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #37afe2;
    color: #34393c;
    display: block;
    padding: 8px;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all 0.5s ease 0s;
    width: calc(100% - 18px);
}

body.servicesWrapper #tm-main .tm-main-top .uk-panel.servicesList ul li a:hover {
	background:#ec3059;
	border-color: #ec3059;
	color:#fff;
}*/

/* Deeper - Deepest */

body.servicesDeeper #tm-top-a,
body.servicesDeepest #tm-top-a {
	position: fixed;
	width:100%;
}

body.servicesDeeper.DigitalStrategy #tm-top-a,
body.servicesDeepest.DigitalStrategy #tm-top-a {
	background: url("../../../images/digitalStrategyOverview.jpg") no-repeat scroll 50% 50% / cover;
}

body.servicesDeeper.Design #tm-top-a,
body.servicesDeepest.Design #tm-top-a {
	background: url("../../../images/designOverview.jpg") no-repeat scroll 50% 50% / cover;
}

body.servicesDeeper.Development #tm-top-a,
body.servicesDeepest.Development #tm-top-a {
	background: url("../../../images/developmentOverview.jpg") no-repeat scroll 50% 50% / cover;
}

body.servicesDeeper.Ongoing #tm-top-a,
body.servicesDeepest.Ongoing #tm-top-a {
	background: url("../../../images/ongoingServicesOverview.jpg") no-repeat scroll 50% 50% / cover;
}

body.servicesDeeper #tm-top-a img,
body.servicesDeepest #tm-top-a img {
	opacity: 0;
}

body.servicesDeeper #tm-top-a .uk-panel,
body.servicesDeepest #tm-top-a .uk-panel {
	/* ackground:rgba(0,0,0,0.6);*/
}

body.servicesDeeper #tm-top-b .uk-width-1-1,
body.servicesDeepest #tm-top-b .uk-width-1-1 {
	width:100%;
}

body.servicesDeeper #tm-top-b div,
body.servicesDeepest #tm-top-b div {
	text-align: center;
}

body.servicesDeeper #tm-top-b h1,
body.servicesDeepest #tm-top-b h1 {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 30px;
	line-height: 35px;
	text-align: center;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-top: 70px;
	margin-bottom: 20px;
	font-weight: 600;
	text-shadow:0 1px 2px #000;
}

body.servicesDeeper #tm-top-b h4,
body.servicesDeepest #tm-top-b h4 {
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
	text-shadow:0 1px 2px #000;
}

body.servicesDeeper #tm-top-b .introBlock,
body.servicesDeepest #tm-top-b .introBlock {
	background:#34393c;
	padding:60px 0;
	margin:0 -100px;
}

body.servicesDeeper #tm-top-b .introBlock p,
body.servicesDeepest #tm-top-b .introBlock p {
	color:#fff;
	width:50%;
	padding:0 25%;
	font-size: 18px;
	line-height: 26px;
}

body.servicesDeeper #tm-top-b .introBlock p span,
body.servicesDeepest #tm-top-b .introBlock p span {
	color:#37afe2;
}

body.servicesDeeper #tm-main .uk-container,
body.servicesDeepest #tm-main .uk-container,
body.servicesDeeper #tm-bottom-a .uk-container,
body.servicesDeepest #tm-bottom-a .uk-container {
	max-width: 1400px;
	position: relative;
}

body.servicesDeeper .tm-main-top .uk-width-1-1,
body.servicesDeepest .tm-main-top .uk-width-1-1 {
	width:100%;
	padding-right: 0;
	margin-top: 0;
}

body.servicesDeeper #tm-main .tm-main-top .uk-panel,
body.servicesDeepest #tm-main .tm-main-top .uk-panel,
body.servicesDeeper #tm-bottom-a .tm-main-top .uk-panel,
body.servicesDeepest #tm-bottom-a .tm-main-top .uk-panel {
	width: calc(100% - 60px);
	float: left;
	background:#fff;
	padding: 30px;
}

body.servicesDeeper .tm-main-top .uk-width-1-1:first-child,
body.servicesDeepest .tm-main-top .uk-width-1-1:first-child {
    position: absolute;
    right: 0px;
    top: 0;
    height:80px;
    width: auto;
    z-index: 99;
    padding:0;
}

body.servicesDeepest .tm-main-top .uk-width-1-1:first-child {
	top:40px;
}

body.servicesDeeper #tm-main .tm-main-top .backLink,
body.servicesDeepest #tm-main .tm-main-top .backLink {
	position: absolute;
	right:184px;
	top:20px;
	padding:0;
}

body.servicesDeeper #tm-main .tm-main-top .backLink a,
body.servicesDeepest #tm-main .tm-main-top .backLink a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #37afe2;
    color: #34393c;
    padding:8px 16px;
    display: block;
    text-decoration: none;
	text-align: center;
	width:80px;
	transition: all 0.5s ease;
}

body.servicesDeeper #tm-main .tm-main-top .backLink a:hover,
body.servicesDeepest #tm-main .tm-main-top .backLink a:hover {
    background: #ec3059 none repeat scroll 0 0;
    border: 1px solid #ec3059;
    color: #fff;
}

body.servicesDeeper #tm-main .tm-main-top .uk-panel.servicesList h3{
	text-align: center;
}

body.servicesDeeper #tm-main .tm-main-top .uk-panel.servicesList p {
	float: left;
	width: 24%;
	margin:0 0 0 1.334%;
	text-align: center;
}

body.servicesDeeper.Design #tm-main .tm-main-top .uk-panel.servicesList p {
	width:32%;
	margin:0 0 25px 2%;
}

body.servicesDeeper.Development #tm-main .tm-main-top .uk-panel.servicesList p {
	width:32%;
	margin:0 0 25px 2%;
}

body.servicesDeeper #tm-main .tm-main-top .uk-panel.servicesList p:nth-of-type(1),
body.servicesDeeper.Design #tm-main .tm-main-top .uk-panel.servicesList p:nth-of-type(1),
body.servicesDeeper.Design #tm-main .tm-main-top .uk-panel.servicesList p:nth-of-type(4),
body.servicesDeeper.Development #tm-main .tm-main-top .uk-panel.servicesList p:nth-of-type(1) {
	margin:0;
}

body.servicesDeeper #tm-main .tm-main-top .uk-panel.servicesList p a {
	width:calc(100% - 18px);
	text-align: center;
	position: relative;
	display: block;
	padding:8px;
	border:1px solid #37afe2;
	background:#fff;
	text-decoration: none;
	transition: all 0.5s ease;
	color:#34393c;
}

body.servicesDeeper #tm-main .tm-main-top .uk-panel.servicesList p a:hover {
	background:#ec3059;
	border-color: #ec3059;
	color:#fff;
}

body.servicesDeeper #tm-main .tm-content {
	display: none;
}

body.servicesDeeper #tm-main .tm-main-bottom,
body.servicesDeepest #tm-main .tm-main-bottom {
	margin-top: 0;
}

body.servicesDeeper #tm-main .tm-main-bottom .uk-width-1-1,
body.servicesDeepest #tm-main .tm-main-bottom .uk-width-1-1 {
	width:100%;
	margin-top: 0;
}

body.servicesDeeper #tm-main .tm-main-bottom .uk-width-1-1 > .uk-panel,
body.servicesDeepest #tm-main .tm-main-bottom .uk-width-1-1 > .uk-panel {
	background:#fff;
	padding-top: 40px;
}

body.servicesDeeper .tm-main-bottom .uk-panel.furtherNav,
body.servicesDeepest .tm-main-bottom .uk-panel.furtherNav {
	background:#fff;
	width: calc(100% - 40px);
	padding:20px;
}

body.servicesDeeper .tm-main-bottom .uk-panel.furtherNav .start,
body.servicesDeeper .tm-main-bottom .uk-panel.furtherNav .inspired,
body.servicesDeeper .tm-main-bottom .uk-panel.furtherNav .chat,
body.servicesDeepest .tm-main-bottom .uk-panel.furtherNav .start,
body.servicesDeepest .tm-main-bottom .uk-panel.furtherNav .inspired,
body.servicesDeepest .tm-main-bottom .uk-panel.furtherNav .chat {
	width:32%;
	float: left;
	text-align: center;
	padding: 20px 0;
	position: relative;
}

body.servicesDeeper .tm-main-bottom .uk-panel.furtherNav .chat,
body.servicesDeepest .tm-main-bottom .uk-panel.furtherNav .chat {
	margin:0 2%;
	padding: 20px 0;
	position: relative;
}

body.servicesDeeper .tm-main-bottom .uk-panel.furtherNav .start:before,
body.servicesDeeper .tm-main-bottom .uk-panel.furtherNav .inspired:before,
body.servicesDeepest .tm-main-bottom .uk-panel.furtherNav .start:before,
body.servicesDeepest .tm-main-bottom .uk-panel.furtherNav .inspired:before {
	position: absolute;
	top:30%;
	bottom:30%;
	width:5px;
	content:"";
	background:#37afe2;
	border-radius: 1px;
}

body.servicesDeeper .tm-main-bottom .uk-panel.furtherNav .start:before,
body.servicesDeepest .tm-main-bottom .uk-panel.furtherNav .start:before {
	right:0;
}

body.servicesDeeper .tm-main-bottom .uk-panel.furtherNav .inspired:before,
body.servicesDeepest .tm-main-bottom .uk-panel.furtherNav .inspired:before {
	left:0;
}

body.servicesDeeper #tm-main .tm-main-bottom .uk-panel.furtherNav img,
body.servicesDeepest #tm-main .tm-main-bottom .uk-panel.furtherNav img {
	width:40px;
	height:auto;
}

body.servicesDeeper .tm-main-bottom .uk-panel.furtherNav .start img,
body.servicesDeeper .tm-main-bottom .uk-panel.furtherNav .start img {
	/*margin-top:10px;*/
}

body.servicesDeeper .tm-main-bottom .uk-panel.furtherNav .chat img,
body.servicesDeepest .tm-main-bottom .uk-panel.furtherNav .chat img {
	/*margin-top:16px;*/
}

body.servicesDeeper .tm-main-bottom .uk-panel.furtherNav h1,
body.servicesDeepest .tm-main-bottom .uk-panel.furtherNav h1 {
	margin-top: 5px;
	font-size: 30px;
	color:#34393c;
}

body.servicesDeeper .tm-main-bottom .uk-panel.furtherNav h4,
body.servicesDeepest .tm-main-bottom .uk-panel.furtherNav h4 {
	margin-top: 30px;
	font-size: 25px;
	line-height: 25px;
	font-weight: 300;
	color:#ec3059;
}

body.servicesDeeper .tm-main-bottom .uk-panel.furtherNav h4 a,
body.servicesDeepest .tm-main-bottom .uk-panel.furtherNav h4 a {
	color:#ec3059;
}

body.servicesDeeper #tm-main .tm-main-bottom .uk-panel.furtherNav p strong a,
body.servicesDeepest #tm-main .tm-main-bottom .uk-panel.furtherNav p strong a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ec3059;
    color: #ec3059;
    display: block;
    padding: 8px;
    margin: 0 auto 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all 0.5s ease 0s;
    width: 164px;
}

body.servicesDeeper #tm-main .tm-main-bottom .uk-panel.furtherNav p strong a:hover,
body.servicesDeepest #tm-main .tm-main-bottom .uk-panel.furtherNav p strong a:hover {
	background: #ec3059;
	color:#fff;
}

body.servicesDeeper #tm-main .tm-main-bottom .uk-width-1-1 .recentProjects h1,
body.servicesDeepest #tm-main .tm-main-bottom .uk-width-1-1 .recentProjects h1 {
	font-family: 'Open Sans', sans-serif;
	color:#34393c;
	font-size: 30px;
	line-height: 35px;
	text-align: center;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-top: 30px;
	font-weight: 600;
}

body.servicesDeeper #tm-main .tm-main-bottom .uk-width-1-1 .recentProjects h1 span,
body.servicesDeepest #tm-main .tm-main-bottom .uk-width-1-1 .recentProjects h1 span {
	border-width: 0 0 1px;
	border-style: solid;
	padding-bottom: 9px;
}

body.servicesDeeper #tm-main .tm-main-bottom .uk-width-1-1 .recentProjects p,
body.servicesDeepest #tm-main .tm-main-bottom .uk-width-1-1 .recentProjects p {
    color: #969696;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    width: 100%;
}

body.servicesDeeper #tm-main .tm-main-bottom .uk-width-1-1 .recentProjects p strong,
body.servicesDeepest #tm-main .tm-main-bottom .uk-width-1-1 .recentProjects p strong {
	font-weight: 600;
}

body.servicesDeeper #tm-main .tm-main-bottom .uk-grid-width-1-1 > div > .uk-panel,
body.servicesDeepest #tm-main .tm-main-bottom .uk-grid-width-1-1 > div > .uk-panel {
	z-index: 19;
}

body.servicesDeeper #tm-main .tm-main-bottom .uk-grid-width-1-1 > div > .uk-panel *,
body.servicesDeepest #tm-main .tm-main-bottom .uk-grid-width-1-1 > div > .uk-panel * {
	color:#fff;
}

body.servicesDeeper #tm-main .tm-main-bottom .uk-grid-width-1-1 > div > .uk-panel a.uk-position-cover,
body.servicesDeepest #tm-main .tm-main-bottom .uk-grid-width-1-1 > div > .uk-panel a.uk-position-cover {
	z-index: 9;
}

body.servicesDeeper #tm-main .tm-main-bottom .uk-panel,
body.servicesDeepest #tm-main .tm-main-bottom .uk-panel {
	position: relative;
}

body.servicesDeeper #tm-main .tm-main-bottom .uk-panel .uk-panel-teaser,
body.servicesDeepest #tm-main .tm-main-bottom .uk-panel .uk-panel-teaser {
	margin-bottom: 0;
}

body.servicesDeeper #tm-main .tm-main-bottom .uk-panel .uk-panel-teaser figure div.uk-overlay-background,
body.servicesDeepest #tm-main .tm-main-bottom .uk-panel .uk-panel-teaser figure div.uk-overlay-background {
	background:#000;
}

body.servicesDeeper #tm-main .tm-main-bottom .uk-panel figure .uk-overlay-icon:before,
body.servicesDeepest #tm-main .tm-main-bottom .uk-panel figure .uk-overlay-icon:before {
	content:"";
}

body.servicesDeeper #tm-main .tm-main-bottom .uk-panel h3.uk-panel-title,
body.servicesDeepest #tm-main .tm-main-bottom .uk-panel h3.uk-panel-title {
	opacity: 0;
	position: absolute;
	top: 20%;
	width:100%;
	transition: all 0.5s ease;
	text-align: center;
}

body.servicesDeeper #tm-main .tm-main-bottom .uk-panel p.link,
body.servicesDeepest #tm-main .tm-main-bottom .uk-panel p.link {
    background: #ec3059 none repeat scroll 0 0;
    border-color: #ec3059;
    color: #fff;
    opacity: 0;
    padding: 10px 24px;
    position: absolute;
    text-align: center;
    top: 70%;
    transition: all 0.5s ease 0s;
    width: 40%;
    margin-left: calc(30% - 24px);
}

body.servicesDeeper #tm-main .tm-main-bottom .uk-panel div.tagCenter,
body.servicesDeepest #tm-main .tm-main-bottom .uk-panel div.tagCenter {
	position: absolute;
	top: 30%;
	width:100%;
	margin:0;
	opacity: 0;
	transition: all 0.5s ease;
	text-align: center;
}

body.servicesDeeper #tm-main .tm-main-bottom .uk-panel:hover > h3.uk-panel-title,
body.servicesDeepest #tm-main .tm-main-bottom .uk-panel:hover > h3.uk-panel-title {
	opacity: 1;
	top:30%;
}

body.servicesDeeper #tm-main .tm-main-bottom .uk-panel:hover > p.link,
body.servicesDeepest #tm-main .tm-main-bottom .uk-panel:hover > p.link {
	opacity: 1;
	top:60%;
}

body.servicesDeeper #tm-main .tm-main-bottom .uk-panel:hover > div.tagCenter,
body.servicesDeepest #tm-main .tm-main-bottom .uk-panel:hover > div.tagCenter {
	opacity: 1;
	top: 45%;
	width:80%;
	margin:0 10%;
	line-height: 18px;
}

body.servicesDeeper #tm-main .tm-main-bottom .uk-panel:hover > .uk-panel-teaser figure img,
body.servicesDeepest #tm-main .tm-main-bottom .uk-panel:hover > .uk-panel-teaser figure img {
	transform: scale(1.1);
}

body.servicesDeeper #tm-main .tm-main-bottom .uk-panel:hover > .uk-panel-teaser figure div.uk-overlay-background,
body.servicesDeepest #tm-main .tm-main-bottom .uk-panel:hover > .uk-panel-teaser figure div.uk-overlay-background {
	opacity: 0.6;
	background: #000;
}

body.servicesDeeper #tm-bottom-a .uk-width-1-1 .uk-panel,
body.servicesDeepest #tm-bottom-a .uk-width-1-1 .uk-panel {
	background:#fff;
}

body.servicesDeeper #tm-bottom-a .uk-width-1-1 .uk-panel > h1,
body.servicesDeepest #tm-bottom-a .uk-width-1-1 .uk-panel > h1 {
	font-family: 'Open Sans', sans-serif;
	color:#34393c;
	font-size: 30px;
	line-height: 35px;
	text-align: center;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-top: 30px;
	font-weight: 600;
}

body.servicesDeeper #tm-bottom-a .uk-width-1-1 .uk-panel > p,
body.servicesDeepest #tm-bottom-a .uk-width-1-1 .uk-panel > p {
    color: #969696;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    width: 100%;
}

body.servicesDeeper #tm-bottom-a .uk-width-1-1 .uk-panel > p strong,
body.servicesDeepest #tm-bottom-a .uk-width-1-1 .uk-panel > p strong {
	font-weight: 600;
}

body.servicesDeeper #tm-bottom-a .uk-panel > div,
body.servicesDeepest #tm-bottom-a .uk-panel > div {
	width:50%;
	float: left;
	margin:0;
	position: relative;
	overflow: hidden;
}

body.servicesDeeper.Design #tm-bottom-a .uk-panel .Design,
body.servicesDeeper.Development #tm-bottom-a .uk-panel .Development,
body.servicesDeeper.DigitalStrategy #tm-bottom-a .uk-panel .Marketing,
body.servicesDeepest.Design #tm-bottom-a .uk-panel .Design,
body.servicesDeepest.Development #tm-bottom-a .uk-panel .Development,
body.servicesDeepest.DigitalStrategy #tm-bottom-a .uk-panel .Marketing {
	display: none !important;
}

body.servicesDeeper.Ongoing #tm-bottom-a .uk-panel > div,
body.servicesDeepest.Ongoing #tm-bottom-a .uk-panel > div {
	width:33.334%;
}

body.servicesDeeper #tm-bottom-a .uk-panel img,
body.servicesDeepest #tm-bottom-a .uk-panel img {
	z-index: 1;
}

body.servicesDeeper #tm-bottom-a .uk-panel div.overlay,
body.servicesDeepest #tm-bottom-a .uk-panel div.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height: 100%;
	z-index: 2;
	opacity: 0;
	background:#fc1954;
	transition: all 0.8s ease 0.1s;
}

body.servicesDeeper #tm-bottom-a .uk-panel div.overlay a,
body.servicesDeepest #tm-bottom-a .uk-panel div.overlay a {
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
}

body.servicesDeeper #tm-bottom-a .uk-panel div:hover div.overlay,
body.servicesDeepest #tm-bottom-a .uk-panel div:hover div.overlay {
	opacity: 1;
}

body.servicesDeeper #tm-bottom-a .uk-panel .content,
body.servicesDeepest #tm-bottom-a .uk-panel .content {
	position: absolute;
	left:50%;
	height: 100%;
	top: 0;
}

body.servicesDeeper #tm-bottom-a .uk-panel div.content > a,
body.servicesDeepest #tm-bottom-a .uk-panel div.content > a {
	display: block;
	text-decoration: none;
	top: calc(50% - 32.5px);
	left: -50%;
	width:auto;
	position: relative;
	z-index: 9;
	transition: all 0.5s ease;
}

body.servicesDeeper #tm-bottom-a .uk-panel div h3,
body.servicesDeepest #tm-bottom-a .uk-panel div h3 {
	position: relative;
	width:auto;
	font-size: 60px;
	line-height: 65px;
	color:#fff;
	padding:0 10px;
	text-shadow: 0 0 6px #000, -1px 1px 4px #000;
}

body.servicesDeeper #tm-bottom-a .uk-panel div h3:before,
body.servicesDeepest #tm-bottom-a .uk-panel div h3:before {
	position: absolute;
	background: url("../images/services-frame-background.png") no-repeat scroll 0 0 / 100% 100%;
	width:40px;
	height:40px;
	top:0;
	left:0;
	content:"";
}

body.servicesDeeper #tm-bottom-a .uk-panel div h3:after,
body.servicesDeepest #tm-bottom-a .uk-panel div h3:after {
	position: absolute;
	background: url("../images/services-frame-background.png") no-repeat scroll 0 0 / 100% 100%;
	width:40px;
	height:40px;
	bottom:0;
	right:0;
	transform: rotate(180deg);
	content:"";
}

body.servicesDeeper #tm-bottom-a .uk-panel .Design h3,
body.servicesDeeper #tm-bottom-a .uk-panel .Development h3,
body.servicesDeeper #tm-bottom-a .uk-panel .Marketing h3,
body.servicesDeepest #tm-bottom-a .uk-panel .Design h3,
body.servicesDeepest #tm-bottom-a .uk-panel .Development h3,
body.servicesDeepest #tm-bottom-a .uk-panel .Marketing h3 {
	padding-bottom: 16px;
}

body.servicesDeeper #tm-bottom-a .uk-panel .Ongoing h3,
body.servicesDeepest #tm-bottom-a .uk-panel .Ongoing h3 {
	padding-bottom: 8px;
}

body.servicesDeeper #tm-bottom-a .uk-panel div h3 span,
body.servicesDeepest #tm-bottom-a .uk-panel div h3 span {
	position: absolute;
	right: 12px;
	top: -15px;
	font-size: 20px;
	line-height: 24px;
}

body.servicesDeeper #tm-bottom-a .uk-panel div ul,
body.servicesDeepest #tm-bottom-a .uk-panel div ul {
	list-style: none;
	padding:0;
	margin:0;
	top: calc(50% - 32.5px);
	left: -50%;
	width:auto;
	position: relative;
	opacity: 0;
	z-index: 9;
	color:#fff;
	text-shadow: 0 0 6px #000, -1px 1px 4px #000;
	transition: all 0.5s ease;
}

body.servicesDeeper #tm-bottom-a .uk-panel div ul li,
body.servicesDeepest #tm-bottom-a .uk-panel div ul li {
	padding-left: 20px;
	position: relative;
}

body.servicesDeeper #tm-bottom-a .uk-panel div ul li:before,
body.servicesDeepest #tm-bottom-a .uk-panel div ul li:before {
	content:">";
	color:#fff;
	position: absolute;
	top: 0;
	left: 0;
}

/* Deepest */

body.servicesDeepest #tm-main article {
	background: #fff;
	padding:40px 140px;
}

body.servicesDeepest #tm-main article .servicesLine {
	position: relative;
	width: 80px;
	height: 175px;
	left:calc(50% - 40px);
	top: 0;
	margin-top: 20px;
}

body.servicesDeepest #tm-main article .servicesLine:after {
    content:"";
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: calc(50% - 2px);
    border-left: 4px solid #37afe2;
}

body.servicesDeepest #tm-main article .servicesLine .circle {
	position: relative;
	top: 125px;
	width: 26px;
	height: 26px;
	background:#cbc7bb;
	border: 12px #fff solid;
	border-radius: 100%;
	margin:0 auto;
	transition: all 0.5s ease 0.5s;
	z-index: 1;
}

body.servicesDeepest #tm-main article .servicesLine .circle:after {
	position: absolute;
	left:-15px;
	right:-15px;
	top:-15px;
	bottom:-15px;
	border-radius: 100%;
	z-index: 1;
	content:" ";
	transition: all 0.5s ease;
}

body.servicesDeepest #tm-main article .servicesLine .circle.circleOn {
	background:#fc1954;
}

body.servicesDeepest #tm-main article h3 {
	margin-top: 0;
	text-align: center;
	font-size: 30px;
	line-height: 36px;
}

body.servicesDeepest #tm-main article img {
	
}

body.servicesDeepest #tm-main article h4 {
	text-align: center;
	font-size: 16px;
	line-height: 28px;
	font-weight: 600;
	color:#37afe2;
}

body.servicesDeepest #tm-main article p {
	text-align: center;
	color:#34393c;
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
}

body.servicesDeepest #tm-main article iframe {
	display: block;
	margin: 0 auto;
}

body.servicesDeepest #tm-main article ul {
	list-style: none;
}

body.servicesDeepest #tm-main article li {
	text-align: center;
	color:#34393c;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;	
}

/*body.servicesDeepest #tm-main article div div.servicesDotScroller {
    clear: both;
    float: left;
    width: 100%;
	padding-bottom: 0px;
	margin-bottom: -50px;
	position: relative;
}

body.servicesDeepest #tm-main article div div.servicesDotScroller:last-child {
	margin-bottom: 0;
	padding-bottom:20px;
}

body.servicesDeepest #tm-main article div div.servicesDotScroller .servicesDotScrollerLeft {
    float: left;
    width: calc(50% - 40px);
}

body.servicesDeepest #tm-main article div div.servicesDotScroller .servicesDotScrollerLine {
	position: absolute;
	width: 80px;
	height: 100%;
	left:calc(50% - 40px);
	top: 0;
}

body.servicesDeepest #tm-main article div div.servicesDotScroller .servicesDotScrollerLine:after {
    content:"";
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: calc(50% - 2px);
    border-left: 4px solid #37afe2;
}

body.servicesDeepest #tm-main article div div.servicesDotScroller:last-child .servicesDotScrollerLine:after {
	border:none;
}

body.servicesDeepest #tm-main article div div.servicesDotScroller .servicesDotScrollerRight {
    float: right;
    width: calc(50% - 40px);
}

body.servicesDeepest #tm-main article div div.servicesDotScroller:nth-of-type(even) .servicesDotScrollerLeft,
body.servicesDeepest #tm-main article div div.servicesDotScroller:nth-of-type(odd) .servicesDotScrollerRight {
	padding-top: 79px;
}

body.servicesDeepest #tm-main article div div.servicesDotScroller:nth-of-type(odd) .servicesDotScrollerLeft h1,
body.servicesDeepest #tm-main article div div.servicesDotScroller:nth-of-type(odd) .servicesDotScrollerLeft h3,
body.servicesDeepest #tm-main article div div.servicesDotScroller:nth-of-type(odd) .servicesDotScrollerLeft p {
	text-align: right;
	width:95%;
	float: right;
}

body.servicesDeepest #tm-main article div div.servicesDotScroller:nth-of-type(even) .servicesDotScrollerRight h1,
body.servicesDeepest #tm-main article div div.servicesDotScroller:nth-of-type(even) .servicesDotScrollerRight h3,
body.servicesDeepest #tm-main article div div.servicesDotScroller:nth-of-type(even) .servicesDotScrollerRight p {
	text-align: left;
	width:95%;
	float: left;
}

body.servicesDeepest #tm-main article div div.servicesDotScroller .servicesDotScrollerLeft h1,
body.servicesDeepest #tm-main article div div.servicesDotScroller .servicesDotScrollerRight h1 {
	font-size: 30px;
	line-height: 36px;
	font-weight: bold;
	color:#34393c;
	margin-top: 6px;
}

body.servicesDeepest #tm-main .tm-content article div div.servicesDotScroller .servicesDotScrollerLeft h3,
body.servicesDeepest #tm-main .tm-content article div div.servicesDotScroller .servicesDotScrollerRight h3 {
	margin-top: 0;
	margin-bottom: 0;
	color:#37afe2;
	font-size: 16px;
	line-height: 28px;
	width:60%;
}

body.servicesDeepest #tm-main article div div.servicesDotScroller .servicesDotScrollerLeft p,
body.servicesDeepest #tm-main article div div.servicesDotScroller .servicesDotScrollerRight p {
	color:#34393c;
	font-size: 14px;
	line-height: 24px;	
}

body.servicesDeepest #tm-main article div div.servicesDotScroller .circle {
	position: relative;
	top: 0;
	width: 26px;
	height: 26px;
	background:#cbc7bb;
	border: 12px #fff solid;
	border-radius: 100%;
	margin:0 auto;
	transition: all 0.5s ease 0.5s;
	z-index: 1;
}

body.servicesDeepest #tm-main article div div.servicesDotScroller .circle:after {
	position: absolute;
	left:-15px;
	right:-15px;
	top:-15px;
	bottom:-15px;
	border-radius: 100%;
	z-index: 1;
	content:" ";
	transition: all 0.5s ease;
}

body.servicesDeepest #tm-main article div div.servicesDotScroller .circle.circleOn {
	background:#fc1954;
}*/

/*
body.servicesDeeper #tm-top-a ul.uk-slideshow li div,
body.servicesDeepest #tm-top-a ul.uk-slideshow li div {
	text-align: center;
}

body.servicesDeeper #tm-top-a ul.uk-slideshow li div h1,
body.servicesDeepest #tm-top-a ul.uk-slideshow li div h1 {
    color: #ffffff;
    font-family: "Lobster",cursive;
    font-size: 80px;
    text-shadow: 0 0 10px #444444;
	margin-top: 100px;
}

body.servicesDeeper #tm-top-a ul.uk-slideshow li div h4,
body.servicesDeepest #tm-top-a ul.uk-slideshow li div h4 {
	font-size: 30px;
    text-shadow: 0 0 10px #444444;
	color: #FFF;
}

body.servicesDeeper #tm-top-a a.uk-slidenav,
body.servicesDeepest #tm-top-a a.uk-slidenav {
	display: none;
}

body.servicesDeeper #tm-top-a .uk-container,
body.servicesDeepest #tm-top-a .uk-container {
	background: transparent;
}

body.servicesDeeper #tm-top-b .uk-container,
body.servicesDeeper .uk-container,
body.servicesDeepest #tm-top-b .uk-container,
body.servicesDeepest .uk-container {
	padding:0;
	background: #fff;
}

body.servicesDeeper #tm-top-b .tm-top-b .uk-panel,
body.servicesDeepest #tm-top-b .tm-top-b .uk-panel {
	padding-bottom: 60px;
}

body.servicesDeeper #tm-top-b .tm-top-b p,
body.servicesDeepest #tm-top-b .tm-top-b p {
	width:60%;
	padding: 5% 20%;
	background: #34393c;
	color:#fff;
	text-align: center;
}

body.servicesDeeper #tm-top-b .tm-top-b p span,
body.servicesDeepest #tm-top-b .tm-top-b p span {
	color:#37afe2;
}

body.servicesDeeper #tm-top-b .tm-top-b h3,
body.servicesDeepest #tm-top-b .tm-top-b h3 {
	color:#34393c;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
}

body.servicesDeepest #tm-top-b .tm-top-b h3 {
	margin-bottom: 0px;
}

body.servicesDeeper #tm-top-b .tm-top-b ul {
	width:80%;
	margin:0 10%;
	list-style: outside none none;
	float: left;
}

body.servicesDeeper #tm-top-b .tm-top-b ul li {
	width:40%;
	margin:10px 0 0 5%;
	padding-left: 5%;
	float: left;
	color:#37afe2;
	font-size: 20px;
	line-height: 40px;
}

body.servicesDeeper #tm-top-b .tm-top-b ul + h3 {
	float: left;
	width: 100%;
}

body.servicesDeepest #tm-top-b .tm-top-b h4 {
	color:#34393c;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	margin-top: 10px;
}

body.servicesDeepest #tm-top-c {
	background: #f2f2f3;
	padding:60px 0;
}

body.servicesDeepest #tm-top-c .uk-container {
	background:transparent;
}

body.servicesDeepest .tm-top-c .Logo {
	width:30%;
	float: left;
	text-align: center;
}

body.servicesDeepest .tm-top-c .Logo:nth-of-type(2) {
	margin:0 5%;
}

body.servicesDeepest .tm-top-c p {
    float: left;
    padding: 30px 0 0;
    text-align: center;
    width: 100%;
}

body.servicesDeepest .tm-top-c p a {
    border: 1px solid #fc1954;
    color: #fc1954;
    padding: 8px 14px;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}

body.servicesDeepest .tm-top-c p a:hover {
	color:#fff;
	background: #fc1954;
}

body.servicesDeeper .tm-main {
	margin-top: 0;
}

body.servicesDeeper .tm-main-top .uk-panel {
	background:#fff;
}

body.servicesDeeper .tm-content,
body.servicesDeepest .tm-content {
	display: none;
	margin-top: 0;
}

body.servicesDeeper .tm-bottom-a .uk-panel > h3,
body.servicesDeepest .tm-bottom-a .uk-panel > h3 {
	position: relative;
	width:100%;
	text-align: center;
	font-size: 30px;
	color:#34393c;
	font-weight: 600;
}

body.servicesDeeper .tm-bottom-a .uk-panel > div,
body.servicesDeepest .tm-bottom-a .uk-panel > div {
	width:50%;
	float: left;
	margin:0;
	position: relative;
}

body.servicesDeeper .tm-bottom-a .uk-panel img,
body.servicesDeepest .tm-bottom-a .uk-panel img {
	z-index: 1;
}

body.servicesDeeper .tm-bottom-a .uk-panel div.overlay,
body.servicesDeepest .tm-bottom-a .uk-panel div.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height: 100%;
	z-index: 2;
	opacity: 1;
	background:#fc1954;
	transition: all 0.8s ease 0.1s;
}
body.servicesDeeper .tm-bottom-a .uk-panel > div:hover div.overlay,
body.servicesDeepest .tm-bottom-a .uk-panel div:hover div.overlay {
	opacity: 0;
}

body.servicesDeeper .tm-bottom-a .uk-panel a,
body.servicesDeepest .tm-bottom-a .uk-panel a {
	width:100%;
	height: 100%;
	position: absolute;
	top	0;
	left: 0;
	z-index: 19;
}

body.servicesDeeper .tm-bottom-a .uk-panel .content,
body.servicesDeepest .tm-bottom-a .uk-panel .content {
	position: absolute;
	left:50%;
	height: 100%;
	top: 0;
}

body.servicesDeeper .tm-bottom-a .uk-panel div h3,
body.servicesDeepest .tm-bottom-a .uk-panel div h3 {
	position: relative;
	top: calc(50% - 32.5px);
	left: -50%;
	width:auto;
	background: url("../images/ServicesExplore.png") no-repeat scroll 0 0 / 100% 100%;
	font-size: 60px;
	line-height: 65px;
	color:#fff;
	padding:0 10px;
	z-index: 9;
	text-shadow: 0 0 6px #000, -1px 1px 4px #000
}

body.servicesDeeper .tm-bottom-a .uk-panel .Digital h3,
body.servicesDeepest .tm-bottom-a .uk-panel .Digital h3 {
	padding-bottom: 16px;
}

body.servicesDeeper .tm-bottom-a .uk-panel div h3 span,
body.servicesDeepest .tm-bottom-a .uk-panel div h3 span {
	position: absolute;
	right: 12px;
	top: -15px;
	font-size: 20px;
	line-height: 24px;
}
*/
/* --- Digital Marketing --- */
/*
body.servicesDeeper.DigitalMarketing {
	background: url("../images/DigitalMarketingOverview.jpg") no-repeat fixed 0 0 transparent;
	background-size: cover;
}

body.servicesDeeper.DigitalMarketing #tm-top-b .tm-top-b ul li {
	background: url('../../../images/Digital-Strategy-List.png') no-repeat scroll 0 50%;
}

body.servicesDeeper.DigitalMarketing .tm-bottom-a .Digital,
body.servicesDeepest.DigitalMarketing .tm-bottom-a .Digital {
	display: none;
}
*/
/* Deeper Digital */
/*
body.servicesDeepest.PPC {
	background: url("../images/PPCOverview.jpg") no-repeat fixed 0 0 transparent;
	background-size: cover;
}

body.servicesDeepest.EMarket {
	background: url("../images/EMarketOverview.jpg") no-repeat fixed 0 0 transparent;
	background-size: cover;
}

body.servicesDeepest.SEO {
	background: url("../images/SEOOverview.jpg") no-repeat fixed 0 0 transparent;
	background-size: cover;
}

body.servicesDeepest.Social {
	background: url("../images/SocialOverview.jpg") no-repeat fixed 0 0 transparent;
	background-size: cover;
}
*/
/* --- Creative --- */
/*
body.servicesDeeper.Creative {
	background: url("../images/CreativeOverview.jpg") no-repeat fixed 0 0 transparent;
	background-size: cover;
}

body.servicesDeeper.Creative #tm-top-b .tm-top-b ul li {
	background: url('../../../images/Creative-List.png') no-repeat scroll 0 50%;
}

body.servicesDeeper.Creative .tm-bottom-a .Creative,
body.servicesDeepest.Creative .tm-bottom-a .Creative {
	display: none;
}
*/
/* --- Technical --- */
/*
body.servicesDeeper.Technical {
	background: url("../images/TechnicalOverview.jpg") no-repeat fixed 0 0 transparent;
	background-size: cover;
}

body.servicesDeeper.Technical #tm-top-b .tm-top-b ul li {
	background: url('../../../images/Technical-List.png') no-repeat scroll 0 50%;
}

body.servicesDeeper.Technical .tm-bottom-a .Technical,
body.servicesDeepest.Technical .tm-bottom-a .Technical {
	display: none;
}
*/

/* --- Packages --- */

body.packages #tm-top-a {
	position: fixed;
	width:100%;
}

body.packages #tm-top-a {
	background: url("../../../images/packagesOverview.jpg") no-repeat scroll 50% 50% / cover;
}

body.packages #tm-top-a img {
	opacity: 0;
}

body.packages #tm-top-a .uk-panel {
	/* ackground:rgba(0,0,0,0.6);*/
}

body.packages #tm-top-b .uk-width-1-1 {
	width:100%;
}

body.packages #tm-top-b div {
	text-align: center;
}

body.packages #tm-top-b h1 {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 30px;
	line-height: 35px;
	text-align: center;
	position: relative;
	text-transform: none;
	letter-spacing: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 100;
}

body.packages #tm-top-b hr {
    border-color: #ee2b56;
    margin: 10px auto;
    width: 60%;
}

body.packages #tm-top-b h3 {
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 33px;
    line-height: 37px;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

body.packages #tm-top-b h4 {
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0px;
}

body.packages #tm-top-b .introBlock {
	background:#34393c;
	padding:30px 0;
	margin:0 -100px;
}

body.packages #tm-top-b .introBlock p {
	color:#fff;
	width:50%;
	padding:0 25%;
	font-size: 18px;
	line-height: 26px;
}

body.packages #tm-top-b .introBlock p span {
	color:#37afe2;
}

body.packages #tm-main .uk-container {
	max-width: 1400px;
	position:relative;
}

body.packages #tm-main article {
	background: #fff;
}

body.packages #tm-main article .moduletable:nth-of-type(1) > div {
	background:#34393c;
}

body.packages #tm-main article .moduletable .uk-subnav {
	margin-left: -25px;
}

body.packages #tm-main article .moduletable .uk-subnav li {
	width:30%;
	padding-left: 25px;
}

body.packages #tm-main article .moduletable .uk-subnav li:first-child {
	text-align: right;
}

body.packages #tm-main article .moduletable .uk-subnav li a {
	padding:8px 14px;
	width:calc(100% - 30px);
	border:1px solid #37afe2;
	background:#fff;
	color:#34393c;
	border-radius:0;
	text-decoration: none;
    transition: all 0.5s ease 0s;
    text-align: center;
}

body.packages #tm-main article .moduletable .uk-subnav li a:active {
	box-shadow: none;
}

body.packages #tm-main article .moduletable .uk-subnav li:hover a,
body.packages #tm-main article .moduletable .uk-subnav li.uk-active a {
	background: #fc1954;
	color:#fff;
	border:1px solid #fc1954;
}

body.packages #tm-main article .moduletable .uk-switcher {
	margin-top: 0px !important;
	padding: 40px 140px;
	background: #fff;
}

body.packages #tm-main article .moduletable .uk-switcher .servicesLine {
	position: relative;
	width: 80px;
	height: 175px;
	left:calc(50% - 40px);
	top: 0;
	margin-top: 20px;
}

body.packages #tm-main article .moduletable .uk-switcher .servicesLine:after {
    content:"";
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: calc(50% - 2px);
    border-left: 4px solid #37afe2;
}

body.packages #tm-main article .moduletable .uk-switcher .servicesLine .circle {
	position: relative;
	top: 125px;
	width: 26px;
	height: 26px;
	background:#cbc7bb;
	border: 12px #fff solid;
	border-radius: 100%;
	margin:0 auto;
	transition: all 0.5s ease 0.5s;
	z-index: 1;
}

body.packages #tm-main article .moduletable .uk-switcher .servicesLine .circle:after {
	position: absolute;
	left:-15px;
	right:-15px;
	top:-15px;
	bottom:-15px;
	border-radius: 100%;
	z-index: 1;
	content:" ";
	transition: all 0.5s ease;
}

body.packages #tm-main article .moduletable .uk-switcher .servicesLine .circle.circleOn {
	background:#fc1954;
}

body.packages #tm-main article .moduletable .uk-switcher .uk-margin > h2 {
	text-align: center;
	font-weight: normal;
	color:#34393c;
}

body.packages #tm-main article .moduletable .uk-switcher .uk-margin > h2 span {
	color:#2eaee4;
}

body.packages #tm-main article .moduletable .uk-switcher .uk-margin .flexContainer:nth-child(6n),
body.packages #tm-main article .moduletable .uk-switcher .uk-margin .flexContainer:nth-child(6n+3) {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-moz-box-pack: start;
	-webkit-flex-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

body.packages #tm-main article .moduletable .uk-switcher .uk-margin .flexContainer:nth-child(6n) > *,
body.packages #tm-main article .moduletable .uk-switcher .uk-margin .flexContainer:nth-child(6n+3) > * {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin:0 auto;
}

body.packages #tm-main article .moduletable .uk-switcher .uk-margin .flexContainer:nth-child(6n) div.testi {
	width:30%;
	order:10;
}

body.packages #tm-main article .moduletable .uk-switcher .uk-margin .flexContainer:nth-child(6n+3) div.testi {
	width:30%;
	order:1;
}

body.packages #tm-main article .moduletable .uk-switcher .uk-margin .image {
	width:20%;
	order:5;
}

body.packages #tm-main article .moduletable .uk-switcher .uk-margin .flexContainer:nth-child(6n) div.list {
	width:30%;
	order:1;
}

body.packages #tm-main article .moduletable .uk-switcher .uk-margin .flexContainer:nth-child(6n+3) div.list {
	width:30%;
	order:10;
}

body.packages #tm-main article .moduletable .uk-switcher .uk-margin .flexContainer .testi {
	
}

body.packages #tm-main article .moduletable .uk-switcher .uk-margin .flexContainer .testi h4 {
	color:#2eaee4;
	font-size: 23px;
	line-height: 28px;
	font-weight: 600;
	font-style: italic;
	position: relative;
	overflow: visible;
}

body.packages #tm-main article .moduletable .uk-switcher .uk-margin .flexContainer .testi h4 span:first-of-type {
    color: #ef2c56;
    font-size: 102px;
    font-weight: 600;
    line-height: 102px;
    left: -36px;
    position: absolute;
    top: -62px;
    transform: scale(-1);
    -webkit-transform:  scale(-1);
}

body.packages #tm-main article .moduletable .uk-switcher .uk-margin .flexContainer .testi h4 span:last-of-type {
	position: relative;
	left:12px;
	top:-3px;
}

body.packages #tm-main article .moduletable .uk-switcher .uk-margin .flexContainer .testi h4 span:last-of-type:before {
	position: absolute;
    color: #ef2c56;
    font-size: 102px;
    font-weight: 600;
    line-height: 102px;
    content:'"';
}

body.packages #tm-main article .moduletable .uk-switcher .uk-margin .flexContainer .testi p {
	color:#34393c;
	font-size: 23px;
	line-height: 28px;
	font-weight: 400;
}

body.packages #tm-main article .moduletable .uk-switcher .uk-margin .flexContainer .list ul {
    border-left: 5px solid #ef2c56;
    list-style: outside none none;
    padding-left: 15px;
}

body.packages #tm-main article .moduletable .uk-switcher .uk-margin .flexContainer .list ul span {
	color:#2eaee4;
	font-size: 23px;
	line-height: 28px;
	font-weight: 600;
}

body.packages #tm-main article .moduletable .uk-switcher .uk-margin .flexContainer .list ul li {
	color:#34393c;
	font-size: 30px;
	line-height: 36px;
	font-weight: 400;
	font-family: "Open Sans",sans-serif;
}

body.packages #tm-main article .moduletable:nth-of-type(2) .bfQuickMode {
	padding: 0 140px;
}

body.packages #tm-main article .moduletable:nth-of-type(2) .bfQuickMode > bfPage {
	
}

body.packages #tm-main article .moduletable:nth-of-type(2) .bfQuickMode #left {
	width:45%;
	float: left;
	margin-right: 5%;
}

body.packages #tm-main article .moduletable:nth-of-type(2) .bfQuickMode #right {
	width:45%;
	float: left;
	margin-right: 5%;
}

body.packages #tm-main article .moduletable:nth-of-type(2) .bfQuickMode label {
	max-width: 90%;
	width:70%;
	text-align: right;
}

body.packages #tm-main article .moduletable:nth-of-type(2) .bfQuickMode input {
	max-width: 90%;
	width:calc(70% - 12px);
	border-radius:0;
	border-bottom: solid #ef2c56;
	border-width: 0 0 1px 0;
	background:#fff;
}

body.packages #tm-main article .moduletable:nth-of-type(2) .bfQuickMode select {
	max-width: 90%;
	width:70%;
	border-radius:0;
	border-bottom: solid #ef2c56;
	border-width: 0 0 1px 0;
	padding: 4px 6px !important;
	background:#fff;
}

body.packages #tm-main article .moduletable:nth-of-type(2) .bfQuickMode #left label {
	margin-left: 30%;
}

body.packages #tm-main article .moduletable:nth-of-type(2) .bfQuickMode #left input {
	margin-left: 30%;
}

body.packages #tm-main article .moduletable:nth-of-type(2) .bfQuickMode .form-actions {
	text-align: center;
	padding:0;
}

body.packages #tm-main article .moduletable:nth-of-type(2) .bfQuickMode .form-actions button {
	text-align: center;
	float: none;
	border-radius: 0;
	background:#ef2c56;
    padding: 8px 14px;
    text-decoration: none;
    color:#fff;
}

body.packages #tm-main article > div > h2 {
	padding: 0 140px;
	text-align: center;
	color:#34393c;
	font-size: 40px;
	line-height: 48px;
	font-weight: 400;
	font-family: "Open Sans",sans-serif;
}

body.packages #tm-main article > div > h2 span {
	color:#2eaee4;
}

/*--- Packages Mk2 ---*/

body.packagesMk2 #tm-top-a {
	background: url("../../../images/packagesMk2Overview.jpg") no-repeat scroll 50% 50% / cover;
	position: fixed;
	width:100%;
}

body.packagesMk2 #tm-top-a img {
	opacity: 0;
}

body.packagesMk2 #tm-top-a .uk-panel {
	background:rgba(0,0,0,0.6);
}

body.packagesMk2 #tm-top-b .uk-width-1-1 {
	width:100%;
}

body.packagesMk2 #tm-top-b div {
	text-align: center;
}

body.packagesMk2 #tm-top-b h1 {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 30px;
	line-height: 35px;
	text-align: center;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-top: 70px;
	margin-bottom: 10px;
	font-weight: 600;
	text-shadow:0 1px 2px #000;
}

body.packagesMk2 #tm-top-b h4 {
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 28px;
}

body.packagesMk2 #tm-top-c {
	margin-top: 20px;
}

body.packagesMk2 #tm-top-c .tm-top-c {
	margin-left: 0;
}

body.packagesMk2 #tm-top-c .uk-width-1-1 {
	margin-top: 30px;
	padding-left: 0;
}

body.packagesMk2 #tm-top-c .uk-width-1-1 + .uk-width-1-1 {
	margin-top: 0;
}

body.packagesMk2 #tm-top-c .uk-width-1-1 + .uk-width-1-1 + .uk-width-1-1 {
	margin-top: 30px;	
}

body.packagesMk2 #tm-top-c .uk-width-1-1 .uk-panel {
	background:#f4f4f4;
	padding:20px;
	height:calc(100% - 40px);
}

body.packagesMk2 #tm-top-c .uk-width-1-1 + .uk-width-1-1 .uk-panel {
	background:#202020;
}

body.packagesMk2 #tm-top-c .uk-width-1-1 + .uk-width-1-1 + .uk-width-1-1 .uk-panel {
	background:#f4f4f4;
}

body.packagesMk2 #tm-top-c .uk-width-1-1 .uk-panel h2 {
	color:#52c5ea;
	border-bottom: 1px solid #fc1954;
	font-size: 30px;
	line-height: 50px;
	margin-top:-16px;
	margin-bottom: 10px;
	font-weight: bold;
}

body.packagesMk2 #tm-top-c .uk-width-1-1 + .uk-width-1-1 .uk-panel h2 {
	margin-bottom: 40px;
}

body.packagesMk2 #tm-top-c .uk-width-1-1 + .uk-width-1-1 + .uk-width-1-1 .uk-panel h2 {
	margin-bottom: 10px;
}

body.packagesMk2 #tm-top-c .uk-width-1-1 + .uk-width-1-1 + .uk-width-1-1 .uk-panel h2 img {
	width:30px;
	margin-top: -5px;
}

body.packagesMk2 #tm-top-c .uk-width-1-1 .uk-panel ul {
	padding-left: 0;
	list-style: none;
}

body.packagesMk2 #tm-top-c .uk-width-1-1 .uk-panel ul li {
	padding-left: 50px;
	background: url("../images/tick.png") no-repeat scroll 0 3px;
	font-size: 20px;
	line-height: 32px;
	font-weight: bold;
	color:#fc1954;
	margin-bottom: 10px;
}

body.packagesMk2 #tm-top-c .uk-width-1-1 .uk-panel .pricing {
	position: absolute;
	left:20px;
	right:20px;
	bottom:20px;
}

body.packagesMk2 #tm-top-c .uk-width-1-1 + .uk-width-1-1 + .uk-width-1-1 .uk-panel .pricing {
	position:relative;
	top:0;
	bottom:0;
	right:0;
	left:0;
}

body.packagesMk2 #tm-top-c .uk-width-1-1 .uk-panel .pricing hr {
	border-color:#fff;
	width:100%;
	margin-left: 0;
	margin-right: 0;
}

body.packagesMk2 #tm-top-c .uk-width-1-1 .uk-panel .pricing p,
body.packagesMk2 #tm-top-c .uk-width-1-1 + .uk-width-1-1 + .uk-width-1-1 .uk-panel .pricing p {
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	color:#000;
	margin-bottom:0;
}

body.packagesMk2 #tm-top-c .uk-width-1-1 + .uk-width-1-1 .uk-panel .pricing p {
	color:#fff;
}

body.packagesMk2 #tm-top-c .uk-width-1-1 .uk-panel .pricing > * {
	width:80%;
	margin-left:10%;
	margin-right:10%;
}

body.packagesMk2 #tm-top-c .uk-width-1-1 .uk-panel .pricing h1 {
	color:#fc1954;
	font-size: 70px;
	line-height: 70px;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 60px;
	position: relative;
}

body.packagesMk2 #tm-top-c .uk-width-1-1 .uk-panel .pricing h1 sub {
	font-size: 20px;
	line-height: 20px;
	font-weight: 400;
	color: inherit;
}

body.packagesMk2 #tm-top-c .uk-width-1-1 .uk-panel .pricing h1 span {
	color: inherit;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;	
	position: absolute;
	bottom:-25px;
}

body.packagesMk2 #tm-top-c .uk-width-1-1 .uk-panel .pricing > p:last-child,
body.packagesMk2 #tm-top-c .uk-width-1-1 + .uk-width-1-1 + .uk-width-1-1 .uk-panel .pricing p:last-child {
	width:100%;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 6px;
}

body.packagesMk2 #tm-top-c .uk-width-1-1 .uk-panel .pricing > p strong a,
body.packagesMk2 #tm-top-c .uk-width-1-1 + .uk-width-1-1 + .uk-width-1-1 .uk-panel .pricing > p strong a {
	width:calc(100% - 34px);
	background:#fff;
	border:1px solid #fc1954;
	color:#fc1954;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	text-decoration: none;
	transition:all 0.5s ease;
}

body.packagesMk2 #tm-top-c .uk-width-1-1 + .uk-width-1-1 .uk-panel .pricing > p strong a {

}

body.packagesMk2 #tm-top-c .uk-width-1-1 .uk-panel .pricing > p strong a:hover,
body.packagesMk2 #tm-top-c .uk-width-1-1 + .uk-width-1-1 + .uk-width-1-1 .uk-panel .pricing > p strong a:hover {
	background:#fc1954;
	color:#fff;
}

body.packagesMk2 #tm-top-c .uk-width-1-1 + .uk-width-1-1 .uk-panel .pricing > p strong a:hover {
	background:#fc1954;
	color:#fff;
}

body.packagesMk2 #tm-main {
	overflow: hidden;
}

body.packagesMk2 #tm-main .tm-main-top .uk-panel {
	position: relative;
	padding-top: 40px;
	margin-left: -40px;
}

body.packagesMk2 #tm-main .tm-main-top .uk-panel:before {
	position: absolute;
	top:0;
	bottom:0;
	left: -100%;
	right: -100%;
	background:#fff;
	content:"";
	z-index: -1;
	display: block;
}

body.packagesMk2 #tm-main .tm-main-top .uk-panel .left,
body.packagesMk2 #tm-main .tm-main-top .uk-panel .right {
	padding-left: 40px;	
	width:calc(50% - 40px);
	float: left;
}

body.packagesMk2 #tm-main .tm-main-top .uk-panel h2 {
	font-size: 30px;
	line-height: 30px;
	color:#34393c;
	font-weight: 400;
}

body.packagesMk2 #tm-main .tm-main-top .uk-panel h3 {
	font-size: 16px;
	line-height: 20px;
	color:#37afe2;
	font-weight: bold;	
}

body.packagesMk2 #tm-main .tm-main-top .uk-panel p {
	font-size: 16px;
	line-height: 20px;
	color:#34393c;
	font-weight: 400;	
}

body.packagesMk2 #tm-main .tm-main-top .uk-panel p strong a {
	padding:8px 20px;
	background:#fff;
	border:1px solid #fc1954;
	color:#fc1954;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	text-decoration: none;
	transition:all 0.5s ease;
}

body.packagesMk2 #tm-main .tm-main-top .uk-panel p strong a:hover {
	background:#fd1955;
	color:#fff;
}

body.packagesMk2 #tm-main .tm-main-top .uk-panel .text {
	background:#f4f4f4;
	padding:20px;
	margin-top: 80px;
}

body.packagesMk2 #tm-main .tm-main-top .uk-panel h2 span {
	font-size: 30px;
	line-height: 30px;
	color:#fc1954;
	font-weight: 400;	
}

body.packagesMk2 #tm-main .tm-main-top .uk-panel h4 {
	font-size: 20px;
	line-height: 24px;
	color:#37afe2;
	font-weight: 400;
	margin:0;
}

body.packagesMk2 #tm-main .tm-main-top .uk-panel p a {
	color:#34393c;
}

body.packagesMk2 #tm-main .tm-content {
	display: none;
}

body.packagesMk2 #tm-main .tm-main-top .uk-panel img {
	transform:scaleX(-1);
	position: absolute;
	right:0;
	bottom: 0;
}

body.packagesMk2 #tm-main .tm-main-bottom {
	margin-top: 0;
}

body.packagesMk2 #tm-main .tm-main-bottom .uk-width-1-1 {
	width:100%;
	margin-top: 0;
}

body.packagesMk2 #tm-main .tm-main-bottom .uk-panel {
	position: relative;
	padding-top: 40px;
	margin-left:  0px;
	padding-bottom: 40px;
}

body.packagesMk2 #tm-main .tm-main-bottom .uk-panel:before {
	position: absolute;
	top:0;
	bottom:0;
	left: -100%;
	right: -100%;
	content:"";
	z-index: -1;
	display: block;
}

body.packagesMk2 #tm-main .tm-main-bottom .uk-panel.grey:before {
	background:#d7d7d7;
}

body.packagesMk2 #tm-main .tm-main-bottom .uk-panel.white:before {
	background:#fff;
}

body.packagesMk2 #tm-main .tm-main-bottom .uk-panel.black:before {
	background:#202020;
}

body.packagesMk2 #tm-main .tm-main-bottom .uk-panel.packageExplained > div:first-child {
	position: absolute;
	z-index: -1;
	top:-80px
}

body.packagesMk2 #tm-main .tm-main-bottom .uk-panel.packageExplained > h3 {
	padding-left:60px;
	padding-right: 60px;
	width:calc(100% - 120px);
}

body.packagesMk2 #tm-main .tm-main-bottom .uk-panel.black.packageExplained > h3 {
	color:#fff;
}

body.packagesMk2 #tm-main .tm-main-bottom .uk-panel.packageExplained .left {
	padding-left: 60px;
	padding-right: 20px;
	width:calc(50% - 80px);
	float: left;	
}

body.packagesMk2 #tm-main .tm-main-bottom .uk-panel.packageExplained .left h3 { 
	padding-left: 40px;
	width:calc(100% - 40px);
	background: url("../images/tick.png") no-repeat scroll 0 3px;
	font-size: 25px;
	line-height: 30px;
	color:#fc1954;
	font-weight: bold;
	margin-bottom: 10px;
}

body.packagesMk2 #tm-main .tm-main-bottom .uk-panel.packageExplained .left h3 ~ h3 {
	margin-top: 20px;
}

body.packagesMk2 #tm-main .tm-main-bottom .uk-panel.packageExplained .left p {
	padding-left: 40px;
	width:calc(100% - 40px);
	margin-bottom: 10px;
	margin-top: 0;
}

body.packagesMk2 #tm-main .tm-main-bottom .uk-panel.packageExplained .right {
	padding-left: 20px;
	padding-right: 60px;
	width:calc(50% - 80px);
	float: left;
}

body.packagesMk2 .tm-main-bottom .uk-width-1-1 .uk-panel.grey.packageExplained .right .pricing {
	background:#ffffff;
	padding:20px;
	width:calc(100% - 40px);
}

body.packagesMk2 .tm-main-bottom .uk-width-1-1 .uk-panel.black.packageExplained .right .pricing {
	background:#505050;
	padding:20px;
	width:calc(100% - 40px);
}

body.packagesMk2 .tm-main-bottom .uk-width-1-1 .uk-panel.packageExplained .right .pricing p {
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	color:#000;
	margin-bottom:0;
}

body.packagesMk2 .tm-main-bottom .uk-width-1-1 .uk-panel.black.packageExplained .right .pricing p {
	color:#fff;
}

body.packagesMk2 .tm-main-bottom .uk-width-1-1 .uk-panel.packageExplained .right .pricing h1 {
	color:#fc1954;
	font-size: 70px;
	line-height: 70px;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 40px;
	position: relative;
}

body.packagesMk2 .tm-main-bottom .uk-width-1-1 .uk-panel.packageExplained .right .pricing h1 sub {
	font-size: 20px;
	line-height: 20px;
	font-weight: 400;
	color: inherit;
}

body.packagesMk2 .tm-main-bottom .uk-width-1-1 .uk-panel.packageExplained .right .pricing h1 span {
	color: inherit;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;	
	position: absolute;
	bottom:-25px;
}

body.packagesMk2 .tm-main-bottom .uk-width-1-1 .uk-panel.packageExplained .right .pricing p a {
	color:#000000;
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
	text-decoration: underline;
}

body.packagesMk2 .tm-main-bottom .uk-width-1-1 .uk-panel.black.packageExplained .right .pricing p a {
	color:#fff;
}

body.packagesMk2 .tm-main-bottom .uk-width-1-1 .uk-panel.packageExplained .right > h3 {
	color:#37afe2;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}

body.packagesMk2 .tm-main-bottom .uk-width-1-1 .uk-panel.packageExplained .right > p {
	color:#000000;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
}

body.packagesMk2 .tm-main-bottom .uk-width-1-1 .uk-panel.black.packageExplained .right > p {
	color:#fff
}

body.packagesMk2 .tm-main-bottom .uk-width-1-1 .uk-panel.packageExplained .right .testimonial h3 {
	position: relative;
	width:calc(100% - 80px);
	padding:0px 40px 0;
	font-size: 14px;
	line-height: 16px;
	color:#37afe2;
	font-weight: 600;
	font-style: italic;
	margin-bottom: 10px;
}

body.packagesMk2 .tm-main-bottom .uk-width-1-1 .uk-panel.packageExplained .right .testimonial h3:before {
	position: absolute;
	content:'"';
	top:calc(50% - 25px);
	left:0px;
	font-size: 50px;
	line-height: 50px;
	color:#fc1954;
}

body.packagesMk2 .tm-main-bottom .uk-width-1-1 .uk-panel.packageExplained .right .testimonial h3:after {
	position: absolute;
	content:'"';
	top:calc(50% - 44px);
	right:0px;
	font-size: 50px;
	line-height: 50px;
	color:#fc1954;
	transform:scale(-1);
}

body.packagesMk2 .tm-main-bottom .uk-width-1-1 .uk-panel.packageExplained .right .testimonial p {
	padding:0 40px;
	width:calc(100% - 80px);
	margin-top: 10px;
	font-size: 12px;
	line-height: 14px;
	color:#000;
	font-weight: 400;
}

body.packagesMk2 .tm-main-bottom .uk-width-1-1 .uk-panel.black.packageExplained .right .testimonial p {
	color:#fff;
}

body.packagesMk2 .tm-main-bottom .uk-width-1-1 .uk-panel.contactStrip * {
	float: left;
}

body.packagesMk2 .tm-main-bottom .uk-width-1-1 .uk-panel.contactStrip h3 {
	font-size: 25px;
	line-height: 25px;
	font-weight: 400;
	color:#202020;
	width:25%;
	margin-top: 0;
	margin-bottom: 0;
}

body.packagesMk2 .tm-main-bottom .uk-width-1-1 .uk-panel.contactStrip p {
	width:20%;
	margin-right: 5%;
	margin-top: 0;
	margin-bottom: 0;
}

body.packagesMk2 .tm-main-bottom .uk-width-1-1 .uk-panel.contactStrip p strong {
	display: block;
	width: 100%;
}

body.packagesMk2 .tm-main-bottom .uk-width-1-1 .uk-panel.contactStrip p strong a {
	width:calc(100% - 40px);
	display: block;
	padding:8px 20px;
	background:#fff;
	border:1px solid #fc1954;
	color:#fc1954;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	text-decoration: none;
	transition:all 0.5s ease;
}

body.packagesMk2 .tm-main-bottom .uk-width-1-1 .uk-panel.contactStrip p strong a:hover {
	background:#fc1954;
	color:#fff;
}

body.packagesMk2 .tm-main-bottom .uk-width-1-1 .uk-panel.contactStrip h3 ~ h3 {
	width:20%;
	margin-right: 5%;
}

body.packagesMk2 .tm-main-bottom .uk-width-1-1 .uk-panel.contactStrip h3 span {
	width:100%;
	color:#37afe2;
}

body.packagesMk2 .tm-main-bottom .uk-width-1-1 .uk-panel.contactStrip h2 {
	width:25%;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
	color:#fc1954;
}

body.packagesMk2 #my-id .uk-modal-dialog {
	padding:30px;
}

body.packagesMk2 #my-id .uk-modal-dialog .uk-modal-close {
	right: 0;
	top:0;
	border-radius: 0;
	background:#37afe2;
}

body.packagesMk2 #my-id .uk-modal-dialog .bfQuickMode {
	padding: 0px;
}

body.packagesMk2 #my-id .uk-modal-dialog .bfQuickMode > bfPage {
	
}

body.packagesMk2 #my-id .uk-modal-dialog .bfQuickMode #left {
	width:45%;
	float: left;
	margin-right: 5%;
}

body.packagesMk2 #my-id .uk-modal-dialog .bfQuickMode #right {
	width:45%;
	float: left;
	margin-right: 5%;
}

body.packagesMk2 #my-id .uk-modal-dialog .bfQuickMode label {
	max-width: 90%;
	width:70%;
	text-align: left;
}

body.packagesMk2 #my-id .uk-modal-dialog .bfQuickMode input {
	max-width: 90%;
	width:calc(90% - 12px);
	border-radius:0;
	border-bottom: solid #ef2c56;
	border-width: 0 0 1px 0;
	background:#fff;
}

body.packagesMk2 #my-id .uk-modal-dialog .bfQuickMode select {
	max-width: 90%;
	width:90%;
	border-radius:0;
	border-bottom: solid #ef2c56;
	border-width: 0 0 1px 0;
	padding: 4px 6px !important;
	background:#fff;
}

body.packagesMk2 #my-id .uk-modal-dialog .bfQuickMode #left label {
	margin-left: 10%;
}

body.packagesMk2 #my-id .uk-modal-dialog .bfQuickMode #left input {
	margin-left: 10%;
}

body.packagesMk2 #my-id .uk-modal-dialog .bfQuickMode .form-actions {
	text-align: center;
	padding:0;
}

body.packagesMk2 #my-id .uk-modal-dialog .bfQuickMode .form-actions button {
	text-align: center;
	float: none;
	border-radius: 0;
	background:#fff;
	border:1px solid #ef2c56;
    padding: 8px 14px;
    text-decoration: none;
    color:#ef2c56;
    transition:all 0.5s ease;
}

body.packagesMk2 #my-id .uk-modal-dialog .bfQuickMode .form-actions button:hover {
	background:#ef2c56;
	color:#fff;
}

/*--- Packages Breakdown ---*/

body.breakdownInformation #tm-top-a {
	background: url("../../../images/packagesMk2Overview.jpg") no-repeat scroll 50% 50% / cover;
	position: fixed;
	width:100%;
}

body.breakdownInformation #tm-top-a img {
	opacity: 0;
}

body.breakdownInformation #tm-top-a .uk-panel {
	background:rgba(0,0,0,0.6);
}

body.breakdownInformation .uk-article p strong a {
	text-align: center;
	float: none;
	border-radius: 0;
	background:#fff;
	border:1px solid #ef2c56;
    padding: 8px 20px;
    text-decoration: none;
    color:#ef2c56;
    transition:all 0.5s ease;
}

body.breakdownInformation .uk-article p strong a:hover {
	background:#ef2c56;
	color:#fff;
}

body.breakdownInformation .breakdownInformation .uk-subnav {
    background: #37afe2 none repeat scroll 0 0;
    margin: 0 0 25px;
    overflow: visible;
    padding: 20px;
    width: calc(100% - 40px);
}

body.breakdownInformation .breakdownInformation .uk-subnav li:after {
    border-color: #37afe2 transparent transparent;
    border-style: solid;
    border-width: 15px 20px 0;
    bottom: -19px;
    content: "";
    display: block;
    height: 0;
    left: calc(50% - 12px);
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 0;
}

body.breakdownInformation .breakdownInformation .uk-subnav li.uk-active:after {
	bottom: -34px;
}

body.breakdownInformation .breakdownInformation .uk-subnav.uk-subnav-line > *:nth-child(n+2)::before {
	border-color:#fff;
	position: relative;
	height:100%;
	top:-3px;
}

body.breakdownInformation .breakdownInformation .uk-subnav li {
	color:#fff;
	font-weight: inherit;
	margin-top: 0;
}

body.breakdownInformation .breakdownInformation .uk-subnav li a,
body.breakdownInformation .breakdownInformation .uk-subnav li.uk-active a {
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
    line-height: 18px;
}

body.breakdownInformation .breakdownInformation .uk-switcher li .uk-width-medium-2-3 p:last-child {
	margin-bottom: 0;
}

body.breakdownInformation em {
	color:#52c5ea;
}

body.breakdownInformation .uk-article > div > hr {
	border-color:#fc1954;;
}

body.breakdownInformation .uk-article > div > hr + h4 {
	margin-top: 0;
}

body.breakdownInformation .uk-article > div table tr > td {
	
}

body.breakdownInformation .uk-article > div table tr > td + td {
	padding-left: 20px;
}

body.breakdownInformation .uk-article > div table tr > td + td + td {
	
}

/**--- PORTFOLIO ---**/

body.portfolioWrapper.solidBackground .tm-top-a {
	background: url("../images/PortfolioBanner.jpg") no-repeat scroll 0 0;
	min-height: 288px;
}

body.portfolioWrapper .tm-top-a .uk-panel {
	height: 100%;
}

body.portfolioWrapper .tm-top-a .uk-panel * {
	text-align: center;
}

body.portfolioWrapper .tm-top-a .uk-panel h2 {
	margin-top:	60px;
	font-family: 'Open Sans Condensed', sans-serif;
	color:#fff;
	font-size:30px;
	line-height: 35px;
	text-transform: uppercase;
}

body.portfolioWrapper .tm-top-a .uk-panel p {
	color:#fff;
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
}

body.portfolioWrapper.portfolioOverview #tm-main .uk-container {
	max-width: 1600px;
}

body.portfolioWrapper .tm-main-top .uk-wdith-1-1 > .uk-panel {
	padding-top: 30px;
}

body.portfolioWrapper .tm-main-top .uk-panel .uk-subnav {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: baseline;
	width: calc(100% - 40px);
	background:#37afe2;
	margin:0 0 25px;
	padding:20px;
	overflow: visible;
}

body.portfolioWrapper .tm-main-top .uk-panel .uk-subnav li {
	margin:0 auto;
	width:auto;
}

body.portfolioWrapper .tm-main-top .uk-panel .uk-subnav li,
body.portfolioWrapper .tm-main-top .uk-panel .uk-subnav li:after {
	overflow: visible;
}

body.portfolioWrapper .tm-main-top .uk-panel .uk-subnav li:before {
    color: #fff;
    content: "|";
    font-size: 32px;
    font-weight: 100;
    height: auto;
    line-height: 14px;
    position: absolute;
    width: auto;
    right:-63px;
}

body.portfolioWrapper .tm-main-top .uk-panel .uk-subnav li:last-child:before {
	content:"";
}

body.portfolioWrapper .tm-main-top .uk-panel .uk-subnav li:after {
	content:"";
	width:0px;
	height:0px;
	position: absolute;
	bottom:-19px;
	left:calc(50% - 12px);
	border-style: solid;
	border-width: 15px 20px 0;
	border-color: #37afe2 transparent transparent transparent;
	display: block;
	transition: all 0.3s ease;
}

body.portfolioWrapper .tm-main-top .uk-panel .uk-subnav li.uk-active:after {
	bottom:-34px;
}

body.portfolioWrapper .tm-main-top .uk-panel .uk-subnav li a {
	font-size: 15px;
	line-height: 18px;
	color:#fff;
	font-family: "Open Sans", sans-serif;
}

body.portfolioWrapper .tm-main-top .uk-panel .triangle {
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #37afe2;
	margin-top: -6px;
	margin-left: 25px;
	margin-bottom: 14px;
}

body.portfolioWrapper .tm-main-top .uk-grid-width-1-1,
body.portfolioWrapper .tm-main-top .uk-grid-width-1-1 > div {
	overflow: hidden;
}

body.portfolioWrapper .tm-main-top .uk-grid-width-1-1 .uk-panel {
	position: relative;
}

body.portfolioWrapper .tm-main-top .uk-grid-width-1-1 .uk-panel * {
	transition: all 0.5s ease;	
}

body.portfolioWrapper .tm-main-top .uk-grid-width-1-1 .uk-panel .uk-badge {
    border-radius: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 100;
    height: 40px;
    line-height: 18px;
    margin: 5px 5px 0 0;
    padding: 8px 3px;
    text-transform: none;
    width: 50px;
}

body.portfolioWrapper .tm-main-top .uk-grid-width-1-1 .uk-panel > a {
	z-index: 9;
}

body.portfolioWrapper .tm-main-top .uk-grid-width-1-1 .uk-panel .uk-panel-teaser {
	margin-bottom: 0;
}

body.portfolioWrapper .tm-main-top .uk-grid-width-1-1 .uk-panel .uk-panel-teaser > .uk-overlay {
	overflow:visible;
}

body.portfolioWrapper .tm-main-top .uk-grid-width-1-1 .uk-panel .uk-panel-teaser > .uk-overlay .uk-overlay-panel {
	background: rgba(0,0,0,0.7);
	opacity: 0;
}

body.portfolioWrapper .tm-main-top .uk-grid-width-1-1 .uk-panel .uk-panel-teaser .uk-overlay-icon:before {
	content:"";
}

body.portfolioWrapper .tm-main-top .uk-grid-width-1-1 .uk-panel h3.uk-panel-title {
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	color:#fff;
	position: absolute;
	width:90%;
	padding:0 5%;
	top:15%;
	text-align: center;
	opacity: 0;
}

body.portfolioWrapper .tm-main-top .uk-grid-width-1-1 .uk-panel .uk-margin {
	width:90%;
	padding:0 5%;
	top:25%;
	position: absolute;
	text-align: center;
	opacity: 0;
	color:#fff;
}

body.portfolioWrapper .tm-main-top .uk-grid-width-1-1 .uk-panel .uk-margin * {
	color:#fff;
}

body.portfolioWrapper .tm-main-top .uk-grid-width-1-1 .uk-panel p:last-child {
	display: inline-block;
	width: 90%;
	padding:0 5%;
	position: absolute;
	text-align: center;
	opacity: 0;
}

body.portfolioWrapper .tm-main-top .uk-grid-width-1-1 .uk-panel p a {
    background: #ec3059 none repeat scroll 0 0;
    color: #fff;
	border-radius: 0;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	padding:10px 24px;
	border:1px solid transparent;
	text-align: center;
}

body.portfolioWrapper .tm-main-top .uk-grid-width-1-1 > div .uk-panel .uk-panel-teaser > .uk-overlay .uk-overlay-panel,
body.portfolioWrapper .tm-main-top .uk-grid-width-1-1 > div .uk-panel h3.uk-panel-title,
body.portfolioWrapper .tm-main-top .uk-grid-width-1-1 > div .uk-panel .uk-margin,
body.portfolioWrapper .tm-main-top .uk-grid-width-1-1 > div .uk-panel p:last-child {
	transition:all 0.5s ease;
}

body.portfolioWrapper .tm-main-top .uk-grid-width-1-1 > div:hover .uk-panel .uk-panel-teaser > .uk-overlay .uk-overlay-panel,
body.portfolioWrapper .tm-main-top .uk-grid-width-1-1 > div:hover .uk-panel h3.uk-panel-title,
body.portfolioWrapper .tm-main-top .uk-grid-width-1-1 > div:hover .uk-panel .uk-margin,
body.portfolioWrapper .tm-main-top .uk-grid-width-1-1 > div:hover .uk-panel p:last-child {
	opacity: 1;
}

body.portfolioWrapper.portfolioOverview .tm-content h1.uk-article-title {
	display: none;
}

/*body.portfolioWrapper .tm-main-top .uk-grid-width-1-1 .uk-panel p.linkCenter {
	position: absolute;
	top: 80%;
	opacity: 0;
	text-align: center;
}

body.portfolioWrapper .tm-main-top .uk-grid-width-1-1 .uk-panel p.linkCenter a {
	padding: 15px 0 1px;
	border-bottom: 1px solid;
	min-height: 0;
}

body.portfolioWrapper .tm-main-top .uk-grid-width-1-1 .uk-panel:hover .uk-panel-teaser > .uk-overlay img {
	transform: scale(1.5);
	margin-top: 25%;
}

body.portfolioWrapper .tm-main-top .uk-grid-width-1-1 .uk-panel:hover .uk-panel-teaser > .uk-overlay div {
	transform: scale(1.5);
	opacity: 1;
}

body.portfolioWrapper .tm-main-top .uk-grid-width-1-1 .uk-panel:hover h3.uk-panel-title.titleCenter {
	opacity: 1;
	top: 25%;
}

body.portfolioWrapper .tm-main-top .uk-grid-width-1-1 .uk-panel:hover p.uk-article-meta {
	opacity: 1;
	top:35%;
}

body.portfolioWrapper .tm-main-top .uk-grid-width-1-1 .uk-panel:hover .linkCenter {
	opacity: 1;
	top: 55%;
}*/

/* Deeper */

body.portfolioDeeper #tm-main .uk-container {
	max-width: none;
	padding:0;
}

body.portfolioDeeper .tm-content #yoo-zoo .item .pos-top {
	width:100%;
	position: fixed;
	z-index: 0;
	left:0;
}

body.portfolioDeeper .tm-content #yoo-zoo .item .pos-top .element {
	background-position: 50% 50%;
	background-size: cover;
	margin-bottom: 0;
}

body.portfolioDeeper .tm-content #yoo-zoo .item .floatbox {
	max-width: 1500px;
	width:100%;
	margin:0 auto;
	padding:160px 0 0;
	z-index: 5;
	position: relative;
}

body.portfolioDeeper .tm-content #yoo-zoo .item .floatbox > * {
	width: 80%;
	margin:0 auto;
	background:#fff;
	padding-bottom: 10px;
}

body.portfolioDeeper .tm-content #yoo-zoo .item .floatbox * {
	text-align: center;
	font-family: "Open Sans", sans-serif;
}

body.portfolioDeeper .tm-content #yoo-zoo .item .floatbox .backButton {
    padding: 0;
    position: absolute;
    right: 184px;
    top: 180px;
    z-index:99;
    width:auto;
    height: auto;
}

body.portfolioDeeper .tm-content #yoo-zoo .item .floatbox .backButton a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #37afe2;
    color: #34393c;
    display: block;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    transition: all 0.5s ease 0s;
    width: 80px;
}

body.portfolioDeeper .tm-content #yoo-zoo .item .floatbox .backButton a:hover {
	border:#fc1954 1px solid;
	background: #fc1954;
	color:#fff;
}

body.portfolioDeeper .tm-content #yoo-zoo .item .floatbox h1.pos-title {
	font-size: 20px;
	color:#34393c;
	line-height: 32px;
	font-weight: 500;
	padding:20px 0 30px;
}

body.portfolioDeeper .tm-content #yoo-zoo .item .floatbox h1 div {
	text-transform: uppercase;
	color:#37afe2;
	font-family: "Open Sans Condensed", sans-serif;
	font-weight: 300;
}

body.portfolioDeeper .tm-content #yoo-zoo .item .floatbox p.pos-subtitle {
	font-style: normal;
}

body.portfolioDeeper .tm-content #yoo-zoo .item .floatbox p.pos-subtitle strong {
	display: block;
	width:50%;
	margin:0 25%;
	border-top: 1px solid #acacac;
	font-size: 30px;
	line-height: 30px;
	padding-top:10px;
	font-family: "Open Sans Condensed", sans-serif;
	font-weight: 100;
	color:#37afe2;
}

body.portfolioDeeper .tm-content #yoo-zoo .item .floatbox p.pos-subtitle span {
	display: block;
	width:100%;
	margin:10px 0;
	color:#37afe2;
	font-size: 20px;
	line-height: 24px;
}

body.portfolioDeeper .tm-content #yoo-zoo .item .floatbox p.pos-subtitle span a {
	font-family: 'Lobster', cursive;
	color:#37afe2;
	font-size: 20px;
	text-decoration: none;
}

body.portfolioDeeper .tm-content #yoo-zoo .item .floatbox p.pos-subtitle img {
	margin-bottom: 10px;
}

body.portfolioDeeper .tm-content #yoo-zoo .item .floatbox .pos-description {
	margin-top: 20px;
	background: transparent;
}

body.portfolioDeeper .tm-content #yoo-zoo .item .floatbox .pos-description .element {
	margin-top: 0;
}

body.portfolioDeeper .tm-content #yoo-zoo .item .floatbox .pos-description img {
	
}

body.portfolioDeeper .tm-content #yoo-zoo .item .floatbox .pos-description p {
	width:calc(100% - 450px);
	padding:50px 225px 20px;
	background:#fff;
	margin:0;
	color:#37afe2;
	font-family: "Open Sans", sans-serif;
}

body.portfolioDeeper .tm-content #yoo-zoo .item .floatbox .pos-description .last p:last-child {	
	padding:20px 0 50px;
	width:100%;
}

body.portfolioDeeper .tm-content #yoo-zoo .item .floatbox .pos-description .results,
body.portfolioDeeper .tm-content #yoo-zoo .item .floatbox .pos-description .paid {
    background: #fff none repeat scroll 0 0;
    border-top: 1px solid #acacac;
    float: left;
    padding: 40px 0;
    width: 100%;
}

body.portfolioDeeper .tm-content #yoo-zoo .item .floatbox .pos-description .results > h2,
body.portfolioDeeper .tm-content #yoo-zoo .item .floatbox .pos-description .paid > h2 {
	margin-bottom: 0px;
}

body.portfolioDeeper .tm-content #yoo-zoo .item .floatbox .pos-description .results > p,
body.portfolioDeeper .tm-content #yoo-zoo .item .floatbox .pos-description .paid > p {
	padding: 15px 225px 25px;
	color:#34393c;
}

body.portfolioDeeper .tm-content #yoo-zoo .item .floatbox .pos-description .results > div,
body.portfolioDeeper .tm-content #yoo-zoo .item .floatbox .pos-description .paid > div {
	width:26%;
	margin:20px 3%;
	float: left;
	text-align: center;
}

body.portfolioDeeper .tm-content #yoo-zoo .item .floatbox .pos-description .results > div img,
body.portfolioDeeper .tm-content #yoo-zoo .item .floatbox .pos-description .paid > div img {
	float: left;
	text-align: center;
	margin-right: 3%;
}

body.portfolioDeeper .tm-content #yoo-zoo .item .floatbox .pos-description .results > div h4,
body.portfolioDeeper .tm-content #yoo-zoo .item .floatbox .pos-description .paid > div h4 {
	width: auto;
	margin:20px 0;
	text-align: center;
	font-size: 25px;
	font-weight: 600;
	color:#2eafe5;
}

body.portfolioDeeper .tm-content #yoo-zoo .item .floatbox .pos-description .results > div p,
body.portfolioDeeper .tm-content #yoo-zoo .item .floatbox .pos-description .paid > div p {
    color: #fc1954;
    font-size: 80px;
    font-weight: 300;
    line-height: 88px;
    padding: 0;
    text-align: center;
    width: 100%;
}

body.portfolioDeeper .tm-content #yoo-zoo .item .floatbox .pos-description .results > div:nth-of-type(2),
body.portfolioDeeper .tm-content #yoo-zoo .item .floatbox .pos-description .paid > div:nth-of-type(2) {
	margin:20px 5%;	
}

body.portfolioDeeper .tm-content #yoo-zoo .item .floatbox .pos-description .lowerImage img:first-child {
	width:100%;
	margin-bottom: 20px;
}

body.portfolioDeeper .tm-content #yoo-zoo .item .floatbox .pos-description .lowerImage img:nth-child(2) {
	width:49%;
	margin-right: 1%;
	float:left;
	margin-bottom: 0;
}

body.portfolioDeeper .tm-content #yoo-zoo .item .floatbox .pos-description .lowerImage img:nth-child(3) {
	width:49%;
	margin-left: 1%;
	float:right;
}

body.portfolioDeeper .tm-content #yoo-zoo .item .floatbox > .solidBlock {
	width:100%;
	margin-top: -5px;
	padding:0;
	float: left;
	background: #37afe2;
}

body.portfolioDeeper .tm-content #yoo-zoo .item .floatbox > .solidBlock .pos-address {
    float: none;
    margin: 0 auto;
    max-width: 1190px;
    padding: 40px 20px;
    position: relative;
    width: 100%;
}

body.portfolioDeeper .tm-content #yoo-zoo .item .floatbox > .solidBlock .pos-address p {
	color:#fff;
	font-size: 20px;
	line-height: 25px;
    font-family: "Open Sans Condensed", sans-serif;
}

body.portfolioDeeper .tm-content #yoo-zoo .item .floatbox > .solidBlock .pos-address p:first-child:before,
body.portfolioDeeper .tm-content #yoo-zoo .item .floatbox > .solidBlock .pos-address p:first-child:after {
    content: "\"";
    font-size: 50px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    position: absolute;
    font-style: italic;
}

body.portfolioDeeper .tm-content #yoo-zoo .item .floatbox > .solidBlock .pos-address p:first-child:before {
    left: -15px;
    top:50px;
}

body.portfolioDeeper .tm-content #yoo-zoo .item .floatbox > .solidBlock .pos-address p:first-child:after {
    right: -5px;
    bottom:100px;	
}

body.portfolioDeeper .tm-content #yoo-zoo .item .floatbox > .solidBlock .pos-address p:last-child {
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	border-top: 1px solid #fff;
	width:60%;
}

body.portfolioDeeper .tm-content #yoo-zoo .item .pos-bottom {
	max-width: 1120px;
	width:100%;
	margin:0 auto;
	padding:40px 40px 0;
	z-index: 5;
	position: relative;
}

body.portfolioDeeper .tm-content #yoo-zoo .item .pos-bottom > h5 {
	font-family: 'Lobster', cursive;
	color:#37afe2;
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 0;
	margin-top: 0;
}

body.portfolioDeeper .tm-content #yoo-zoo .item .pos-bottom div.first {
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 30px;
	line-height: 35px;
	margin-top: 5px;
	color:#34393c;
}

body.portfolioDeeper .tm-content #yoo-zoo .item .pos-bottom > div > a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #37afe2;
    color: #34393c;
    display: block;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    transition: all 0.5s ease 0s;
    width: 80px;
    text-transform: capitalize;
    margin:0 auto;
}

body.portfolioDeeper .tm-content #yoo-zoo .item .pos-bottom > div > a:hover {
	border:#fc1954 1px solid;
	background: #fc1954;
	color:#fff;
}


body.portfolioDeeper .tm-content #yoo-zoo .item .pos-bottom div.last {
	text-align: center;
}

body.portfolioDeeper .tm-content #yoo-zoo .item .pos-bottom div.last > div {
	display: inline-block;
	width: auto;
}

body.portfolioDeeper .tm-content #yoo-zoo .item .pos-bottom div.last > div > div:last-child iframe {
	top:-3px;
	left:0;
}

/* Our Approach */

body.ourApproach #tm-top-a .uk-overlay-panel .uk-margin {
	width:40%;
	margin:0 30%;
	padding:25px 0;
	max-width: 1000px;
}

body.ourApproach #tm-top-a .uk-overlay-panel .uk-margin h1 {
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 35px;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
    text-align: center;
    text-shadow:0 1px 2px #000;
}

body.ourApproach #tm-top-a .uk-overlay-panel .uk-margin h4 {
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 24px;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
    text-shadow:0 1px 2px #000;
}

body.ourApproach #tm-main article .approachLine {
	position: relative;
	width: 80px;
	height: 175px;
	left:calc(50% - 40px);
	top: 0;
	margin-top: 20px;
}

body.ourApproach #tm-main article .approachLine:after {
    content:"";
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: calc(50% - 2px);
    border-left: 4px solid #37afe2;
}

body.ourApproach #tm-main article .approachLine .circle {
	position: relative;
	top: 125px;
	width: 26px;
	height: 26px;
	background:#cbc7bb;
	border: 12px #fff solid;
	border-radius: 100%;
	margin:0 auto;
	transition: all 0.5s ease 0.5s;
	z-index: 1;
}

body.ourApproach #tm-main article .approachLine .circle:after {
	position: absolute;
	left:-15px;
	right:-15px;
	top:-15px;
	bottom:-15px;
	border-radius: 100%;
	z-index: 1;
	content:" ";
	transition: all 0.5s ease;
}

body.ourApproach #tm-main article .approachLine .circle.circleOn {
	background:#fc1954;
}

body.ourApproach #tm-main article h3 {
	margin-top: 0;
	text-align: center;
	font-size: 30px;
	line-height: 36px;
}

body.ourApproach #tm-main article img {
	
}

body.ourApproach #tm-main article img:nth-of-type(1) {
	margin-top: -80px;
}

body.ourApproach #tm-main article h4 {
	text-align: center;
	font-size: 16px;
	line-height: 28px;
	font-weight: 600;
	color:#37afe2;
}

body.ourApproach #tm-main article p {
	text-align: center;
	color:#34393c;
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
}

/**--- NEWS ---**/

body.newsLayout .zoo .category {

}

body.newsLayout .zoo .category #headerSeparator {
    margin-top: 100px;
}

body.newsLayout .zoo .category .tm-main {
	width: 100%;
	margin-top: 25px;
}

body.newsLayout .zoo .category #tm-main .uk-container {
	max-width: 1200px;
}

body.newsLayout .zoo .category #tm-main .tm-content {
	display: none;
}

body.newsLayout .zoo .category #tm-main .tm-main-bottom {
	width: 66.67%;
	margin-left: 0;
	margin-top: 0;
}

body.newsLayout .zoo .category #tm-main .tm-main-bottom .uk-width-1-1 {
	padding-left: 0;
}

body.newsLayout .zoo .category #tm-main .tm-main-bottom .uk-panel .uk-panel {
	position: relative;
	background-color: #fff;
}

body.newsLayout .zoo .category .tm-main-bottom .uk-panel .uk-subnav {
	width: calc(150% - 40px);
	background:#37afe2;
	margin:0 0 45px;
	padding:20px;
	overflow: visible;
	position: relative;
	z-index: 99;
}

body.newsLayout .zoo .category .tm-main-bottom .uk-panel .uk-subnav li {
	margin:0 auto;
	width:auto;
}

body.newsLayout .zoo .category .tm-main-bottom .uk-panel .uk-subnav li,
body.newsLayout .zoo .category .tm-main-bottom .uk-panel .uk-subnav li:after {
	overflow: visible;
}

body.newsLayout .zoo .category .tm-main-bottom .uk-panel .uk-subnav li:before {
    color: #fff;
    content: "|";
    font-size: 32px;
    font-weight: 100;
    height: auto;
    line-height: 14px;
    position: absolute;
    width: auto;
    right:-24px;
}

body.newsLayout .zoo .category .tm-main-bottom .uk-panel .uk-subnav li:last-child:before {
	content:"";
}

body.newsLayout .zoo .category .tm-main-bottom .uk-panel .uk-subnav li:after {
	content:"";
	width:0px;
	height:0px;
	position: absolute;
	bottom:-19px;
	left:calc(50% - 16px);
	border-style: solid;
	border-width: 15px 20px 0;
	border-color: #37afe2 transparent transparent transparent;
	display: block;
	transition: all 0.3s ease;
}

body.newsLayout .zoo .category .tm-main-bottom .uk-panel .uk-subnav li.uk-active:after {
	bottom:-34px;
}

body.newsLayout .zoo .category .tm-main-bottom .uk-panel .uk-subnav li a {
	font-size: 15px;
	line-height: 18px;
	color:#fff;
	font-family: "Open Sans", sans-serif;
}

body.newsLayout .zoo .category .tm-main-bottom .uk-panel .triangle {
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #37afe2;
	margin-top: -6px;
	margin-left: 25px;
	margin-bottom: 14px;
}

body.newsLayout .zoo .category #tm-main .tm-main-bottom .uk-panel .uk-panel ul {
	width:150%;
}

/* First Teaser */

body.newsLayout .zoo .category #tm-main .tm-main-bottom .uk-grid-width-1-1 > div:first-child {
	width: 150%;
	padding-right: 10px;
}

body.newsLayout .zoo .category #tm-main .tm-main-bottom .uk-grid-width-1-1 > div:first-child .uk-panel {
	width: calc(100% - 20px);
	padding-left: 20px;
}

body.newsLayout .zoo .category #tm-main .tm-main-bottom .uk-grid-width-1-1 > div:first-child .uk-panel.Livvy {
	background: #f2f2f3 url("../images/blogLivvy.png") no-repeat scroll 20px 20px;
}

body.newsLayout .zoo .category #tm-main .tm-main-bottom .uk-grid-width-1-1 > div:first-child .uk-panel.Soren {
	background: #f2f2f3 url("../images/blogSoren.png") no-repeat scroll 20px 20px;
}

body.newsLayout .zoo .category #tm-main .tm-main-bottom .uk-grid-width-1-1 > div:first-child .uk-panel.Simon {
	background: #f2f2f3 url("../images/blogSimon.png") no-repeat scroll 20px 20px;
}

body.newsLayout .zoo .category #tm-main .tm-main-bottom .uk-grid-width-1-1 > div:first-child .uk-panel.Rowan {
	background: #f2f2f3 url("../images/blogRowan.png") no-repeat scroll 20px 20px;
}

body.newsLayout .zoo .category #tm-main .tm-main-bottom .uk-grid-width-1-1 > div:first-child .uk-panel.Paul {
	background: #f2f2f3 url("../images/blogPaul.png") no-repeat scroll 20px 20px;
}

body.newsLayout .zoo .category #tm-main .tm-main-bottom .uk-grid-width-1-1 > div:first-child .uk-panel.Geoff {
	background: #f2f2f3 url("../images/blogGeoff.png") no-repeat scroll 20px 20px;
}

body.newsLayout .zoo .category #tm-main .tm-main-bottom .uk-grid-width-1-1 > div:first-child .uk-panel-teaser {
	float: right;
	max-width: 30%;
	max-height: 300px;
}

body.newsLayout .zoo .category #tm-main .tm-main-bottom .uk-grid-width-1-1 > div:first-child .uk-panel-badge,
body.newsLayout .zoo .category #tm-main .tm-main-bottom .uk-grid-width-1-1 > div:first-child h3.uk-panel-title,
body.newsLayout .zoo .category #tm-main .tm-main-bottom .uk-grid-width-1-1 > div:first-child .uk-margin {
	float: left;
	width: 58%;
	margin-right: 2%;
	margin-left:10%;
}

body.newsLayout .zoo .category #tm-main .tm-main-bottom .uk-grid-width-1-1 > div:first-child .uk-panel-badge {
    background: transparent none repeat scroll 0 0;
    border-radius: 0;
    color: #37afe2;
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    text-transform: none;
    padding:0;
    position: relative;
}

body.newsLayout .zoo .category #tm-main .tm-main-bottom .uk-grid-width-1-1 > div:first-child .uk-panel-title {
    color: #34393c;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 10px;
    margin-top: 20px;
}

body.newsLayout .zoo .category #tm-main .tm-main-bottom .uk-grid-width-1-1 > div:first-child time {
    background: #37afe2 none repeat scroll 0 0;
    color: #fff;
    font-family: "Lobster",cursive;
    font-size: 20px;
    height: 50px;
    left: unset;
    line-height: 24px;
    padding: 8px 10px 8px 6px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 0;
    width: 50px;
}

body.newsLayout .zoo .category #tm-main .tm-main-bottom .uk-grid-width-1-1 > div:first-child time > span.word-1 {
	width:50%;
	float: left;
}

body.newsLayout .zoo .category #tm-main .tm-main-bottom .uk-grid-width-1-1 > div:first-child time > span.word-2 {
	width: 50%;
	float: left;
}

body.newsLayout .zoo .category #tm-main .tm-main-bottom .uk-grid-width-1-1 > div:first-child time > span.word-3 {
	width: 100%;
}

body.newsLayout .zoo .category #tm-main .tm-main-bottom .uk-grid-width-1-1 > div:first-child .uk-article-meta {
	float: left;
	width: calc(18% - 25px);
	margin-right: 42%;
	margin-left: 10%;
	margin-bottom: 0;
	margin-top: 15px;
	position: relative;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	color:#fc1954;
	display: block;
	font-weight: 300;
}

/*body.newsLayout .zoo .category #tm-main .tm-main-bottom .uk-grid-width-1-1 > div:first-child .uk-article-meta:before {
	position: absolute;
	left:0;
	top:5px;
	content:"By ";
}*/

body.newsLayout .zoo .category #tm-main .tm-main-bottom .uk-grid-width-1-1 > div:first-child .uk-margin {
	margin-top: 15px;
	margin-bottom: 15px;
}

body.newsLayout .zoo .category #tm-main .tm-main-bottom .uk-grid-width-1-1 > div:first-child .uk-margin p {
    color: #34393c;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0;
}

body.newsLayout .zoo .category #tm-main .tm-main-bottom .uk-grid-width-1-1 > div:first-child .uk-panel > p:last-child {
	margin-top: 0;
	margin-bottom: 20px;
	padding-top: 15px;
	float: left;
	width: 18%;
	margin-right: 42%;
	margin-left:10%;
	border-top: 1px solid #f2f2f3;
	line-height: 16px;
}

body.newsLayout .zoo .category #tm-main .tm-main-bottom .uk-grid-width-1-1 > div:first-child .uk-panel > p:last-child a {
	padding:0;
	background:transparent;
	color:#fc1954;
	text-transform: uppercase;
	text-align: left;
	border-radius: 0;
	line-height: 16px;
	font-size: 12px;
	font-weight: 700;
	min-height: 0;
}

/* Remaining Teasers */

body.newsLayout .zoo .category #tm-main .tm-main-bottom .uk-grid-width-1-1 > div:not(:first-child) .uk-panel {
	background: #f2f2f3;
}

body.newsLayout .zoo .category #tm-main .tm-main-bottom .uk-grid-width-1-1 > div:not(:first-child) .uk-panel-badge {
	position: relative;
	width:96%;
	padding:0 0 0 4%;
    background: transparent none repeat scroll 0 0;
    border-radius: 0;
    color: #37afe2;
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    text-transform: none;
}

body.newsLayout .zoo .category #tm-main .tm-main-bottom .uk-grid-width-1-1 > div:not(:first-child) .uk-panel-badge:after {
    background: #f2f2f3 none repeat scroll 0 0;
    bottom: -12px;
    content: "";
    display: inline-block;
    height: 1px;
    left: 4%;
    position: absolute;
    width: 66%;
}

body.newsLayout .zoo .category #tm-main .tm-main-bottom .uk-grid-width-1-1 > div:not(:first-child) .uk-panel-teaser {
	width:100%;	
}

body.newsLayout .zoo .category #tm-main .tm-main-bottom .uk-grid-width-1-1 > div:not(:first-child) .uk-panel-title {
	width:96%;
	padding:0 0 0 4%;
    color: #34393c;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 10px;
}

body.newsLayout .zoo .category #tm-main .tm-main-bottom .uk-grid-width-1-1 > div:not(:first-child) time {
	width: 50px;
	height:50px;
	position: absolute;
	top: 0;
	left: 10px;
	background:#37afe2;
	text-align: center;
	padding:8px;
	color:#fff;
	line-height: 24px;
	font-size: 17px;
	font-family: "Lobster", cursive;
}

body.newsLayout .zoo .category #tm-main .tm-main-bottom .uk-grid-width-1-1 > div:not(:first-child) time > span.word-1 {
	width:50%;
	float: left;
}

body.newsLayout .zoo .category #tm-main .tm-main-bottom .uk-grid-width-1-1 > div:not(:first-child) time > span.word-2 {
	width: 50%;
	float: left;
}

body.newsLayout .zoo .category #tm-main .tm-main-bottom .uk-grid-width-1-1 > div:not(:first-child) time > span.word-3 {
	width: 100%;
}

body.newsLayout .zoo .category #tm-main .tm-main-bottom .uk-grid-width-1-1 > div:not(:first-child) .uk-article-meta {
	display: none;
}

body.newsLayout .zoo .category #tm-main .tm-main-bottom .uk-grid-width-1-1 > div:not(:first-child) .uk-margin {
	width:96%;
	padding:0 0 0 4%;
	margin-top:15px;
	margin-bottom:15px;
}

body.newsLayout .zoo .category #tm-main .tm-main-bottom .uk-grid-width-1-1 > div:not(:first-child) .uk-margin p {
    color: #34393c;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

body.newsLayout .zoo .category #tm-main .tm-main-bottom .uk-grid-width-1-1 > div:not(:first-child) .uk-panel > p:last-child {
	margin-top: 0;
	margin-bottom: 15px;
	padding-top: 15px;
	float: left;
	width: 66%;
	padding-left: 4%;
	border-top: 1px solid #f2f2f3;
	line-height: 16px;
}

body.newsLayout .zoo .category #tm-main .tm-main-bottom .uk-grid-width-1-1 > div:not(:first-child) .uk-panel > p:last-child a {
	padding:0;
	background:transparent;
	color:#fc1954;
	text-transform: uppercase;
	text-align: left;
	border-radius: 0;
	line-height: 16px;
	font-size: 12px;
	font-weight: 700;
	min-height: 0;
}

/* Sidebar */

body.newsLayout .zoo .category .tm-sidebar-b {
    padding-left: 0;
    margin-top: 44px;
    position: absolute;
    right: 40px;
    width: calc(33.33% - 40px);
	transition: all 0.3s ease;
}

body.newsLayout .zoo .category .tm-sidebar-b.Hidden {
	top:0 !important;
	margin-top: 25px;
}

/* --- News Deeper --- */

body.newsLayout .zoo .zooDeeper .tm-middle {
	margin-top: 25px;
}

body.newsLayout .zoo .zooDeeper .tm-middle .tm-main {
	width:66.67%;
}

body.newsLayout .zoo .zooDeeper .tm-content .item {
	width:100%;
	float: left;
}

body.newsLayout .zoo .zooDeeper .tm-content .titlebox {
	padding:20px 0 20px 20px;
	width:calc(150% - 20px);
	float: left;
}

body.newsLayout .zoo .zooDeeper .tm-content #yoo-zoo .titlebox.Livvy {
	background: transparent url("../images/blogLivvy.png") no-repeat scroll 20px 20px;
}

body.newsLayout .zoo .zooDeeper .tm-content #yoo-zoo .titlebox.Soren {
	background: transparent url("../images/blogSoren.png") no-repeat scroll 20px 20px;
}

body.newsLayout .zoo .zooDeeper .tm-content #yoo-zoo .titlebox.Simon {
	background: transparent url("../images/blogSimon.png") no-repeat scroll 20px 20px;
}

body.newsLayout .zoo .zooDeeper .tm-content #yoo-zoo .titlebox.Rowan {
	background: transparent url("../images/blogRowan.png") no-repeat scroll 20px 20px;
}

body.newsLayout .zoo .zooDeeper .tm-content #yoo-zoo .titlebox.Paul {
	background: transparent url("../images/blogPaul.png") no-repeat scroll 20px 20px;
}

body.newsLayout .zoo .zooDeeper .tm-content #yoo-zoo .titlebox.Geoff {
	background: transparent url("../images/blogGeoff.png") no-repeat scroll 20px 20px;
}

body.newsLayout .zoo .zooDeeper .tm-content #yoo-zoo .titlebox h1.pos-title,
body.newsLayout .zoo .zooDeeper .tm-content #yoo-zoo .titlebox h2.pos-subtitle,
body.newsLayout .zoo .zooDeeper .tm-content #yoo-zoo .titlebox h3.pos-author {
	float: left;
	width: 58%;
	margin-right: 2%;
	margin-left:10%;
}

body.newsLayout .zoo .zooDeeper .tm-content #yoo-zoo .titlebox h1.pos-title {
    color: #34393c;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 10px;
    margin-top: 00px;
}

body.newsLayout .zoo .zooDeeper .tm-content #yoo-zoo .titlebox h2.pos-subtitle {
    background: transparent none repeat scroll 0 0;
    border-radius: 0;
    color: #37afe2;
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    text-transform: none;
    padding:0;
    position: relative;
}

body.newsLayout .zoo .zooDeeper .tm-content #yoo-zoo .titlebox h3.pos-author {
	float: left;
	width: calc(18% - 25px);
	margin-right: 42%;
	margin-bottom: 0;
	margin-top: 15px;
	position: relative;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #f2f2f3;
	color:#fc1954;
	display: block;
	font-weight: 300;
	text-transform: none;
}

body.newsLayout .zoo .zooDeeper .tm-content #yoo-zoo .floatbox {
	float: left;
	width:calc(100% - 40px);
	padding:20px;
	position: relative;
	background:#f2f2f3;
}

body.newsLayout .zoo .zooDeeper .tm-content #yoo-zoo .floatbox .pos-media {
	margin-bottom: 10px;
}

body.newsLayout .zoo .zooDeeper .tm-content #yoo-zoo .floatbox .pos-meta {
	width: 50px;
	height:50px;
	position: absolute;
	top: 0;
	right: 0px;
	background:#37afe2;
	text-align: center;
	padding:8px 10px 8px 6px;
	color:#fff;
	line-height: 24px;
	font-size: 17px;
	font-family: "Lobster", cursive;
}

body.newsLayout .zoo .zooDeeper .tm-content #yoo-zoo .floatbox .pos-meta span.word-1 {
	width:40%;
	float: left;
}

body.newsLayout .zoo .zooDeeper .tm-content #yoo-zoo .floatbox .pos-meta span.word-2 {
	width: 60%;
	float: left;
}

body.newsLayout .zoo .zooDeeper .tm-content #yoo-zoo .floatbox .pos-meta span.word-3 {
	width: 100%;
}

body.newsLayout .zoo .zooDeeper .tm-content #yoo-zoo .floatbox .pos-content p {
	font-weight: 500;
	font-size: 14px;
	color:#34393c;
}

body.newsLayout .zoo .zooDeeper .tm-main-bottom {
	display: none;
}

/* Sidebar B */

body.newsLayout .zoo .zooDeeper .tm-sidebar-b {
	width:33.33%;	
}

/**--- ABOUT US ---**/

body.aboutUs #tm-top-a {
	background: url("../../../images/AboutUsOverview.jpg") no-repeat scroll 50% 50% / cover;
	position: fixed;
	width:100%;
}

body.aboutUs #tm-top-a img {
	opacity: 0;
}

body.aboutUs #tm-top-b .uk-width-1-1 {
	width:100%;
}

body.aboutUs #tm-top-b div {
	text-align: center;
}

body.aboutUs #tm-top-b h1 {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 30px;
	line-height: 35px;
	text-align: center;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-top: 70px;
	margin-bottom: 20px;
	font-weight: 600;
	text-shadow:0 1px 2px #000;
}

body.aboutUs #tm-top-b h4 {
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
	text-shadow:0 1px 2px #000;
}

body.aboutUs #tm-top-b .introBlock {
	background:#34393c;
	padding:60px 0;
	margin:0 -100px;
}

body.aboutUs #tm-top-b .introBlock p {
	color:#fff;
	width:86%;
	padding:0 7%;
	font-size: 18px;
	line-height: 26px;
}

body.aboutUs #tm-top-b .introBlock p span {
	color:#37afe2;
}

.aboutUs #tm-main .uk-container {
	max-width: 1400px;
}

.aboutUs #tm-main .tm-main-top .uk-panel {
	background:#fff;
}

.aboutUs #tm-main .tm-main-top .meetTeam > h2 {
	font-size: 30px;
	line-height: 36px;
	color:#34393c;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 30px;
}

.aboutUs #tm-main .tm-main-top .meetTeam > p {
	color:#34393c;
	font-size: 14px;
	text-align: center;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 30px;
}

.aboutUs #tm-main .tm-main-top .meetTeam > div {
	width:100%;
	float: left;
	margin:10px 0 40px;
	position: relative;
}

.aboutUs #tm-main .tm-main-top .meetTeam > div:before {
	position: absolute;
	width:96%;
	content:"";
	border-top: 1px dashed #a2a2a2;
	left:2%;
	top:438px;
}

.aboutUs #tm-main .tm-main-top .meetTeam > div > div {
	width:30%;
	float: left;
}

.aboutUs #tm-main .tm-main-top .meetTeam > div > div:nth-of-type(1),
.aboutUs #tm-main .tm-main-top .meetTeam > div  > div:nth-of-type(4) {
	margin-left: 3%;
}

.aboutUs #tm-main .tm-main-top .meetTeam > div  > div:nth-of-type(2),
.aboutUs #tm-main .tm-main-top .meetTeam > div  > div:nth-of-type(5) {
	margin-left: 2%;
	margin-right: 2%;
}

.aboutUs #tm-main .tm-main-top .meetTeam > div  > div:nth-of-type(3),
.aboutUs #tm-main .tm-main-top .meetTeam > div  > div:nth-of-type(6) {
	margin-right: 3%;	
}

.aboutUs .card {
  float: left;
  font-size: 0.8em;
  height: 395px;
  margin: 0px;
  perspective: 600px;
  position: relative;
  width: 395px;
}

.aboutUs .card .front {
  backface-visibility: hidden;
  background: rgba(0, 0, 0, 0) radial-gradient(ellipse farthest-corner at 50% 50% , #fff 0%, #cccccc 100%) repeat scroll 0 0;
  float: none;
  height: inherit;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  transform: rotateX(0deg) rotateY(0deg);
  transform-style: preserve-3d;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transition: all .5s ease-in-out 0s;
  width: inherit;
  z-index: 900;
  overflow: hidden;
}

.aboutUs .card .front img.icon {
	position: absolute;
	bottom:10px;
	right: 10px;
}

.aboutUs .card .back {
  backface-visibility: hidden;
  background: #000 none repeat scroll 0 0;
  float: none;
  height: inherit;
  left: 0;
  position: absolute;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  top: 0;
  transform: rotateY(-179deg);
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-179deg);
  -webkit-transform: preserve-3d;
  transition: all .5s ease-in-out 0s;
  width: inherit;
  z-index: 800;
  text-align: center;
}

.aboutUs .card.flip .front,
.aboutUs .card:hover .front {
  background: #333333 none repeat scroll 0 0;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  z-index: 900;
}

.aboutUs .card.flip .back,
.aboutUs .card:hover .back {
  background: #000 none repeat scroll 0 0;
  transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  z-index: 1000;
}

.aboutUs .card .back img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	opacity: 0;
	transition: opacity 0.2s ease 0.5s;
}

.aboutUs .card.flip .back img,
.aboutUs .card:hover .back img {
	opacity: 1;
}

.aboutUs .meetTeam > div > div h3 {
	color:#34393c;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	text-align: center;
	float: left;
	width:100%;
	margin-top: 15px;
	margin-bottom: 0px;
}

.aboutUs .meetTeam > div > div h4 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	text-align: center;
	color:#37afe2;
	float: left;
	width:100%;
	margin-top: 15px;
	margin-bottom: 15px;
}

.aboutUs .meetTeam > div > div p:nth-of-type(1) {
	color:#34393c;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	font-weight: 300;
	float: left;
	margin-bottom: 0;
}

.aboutUs .meetTeam > div > div p:last-child {
	float: left;
	width:100%;
	text-align: center;
	font-family: "FontAwesome";
	margin-top: 15px;
	margin-bottom: 0;
}

.aboutUs .meetTeam > div > div p:last-child i {
   background: #058fc1 none repeat scroll 0 0;
    border-radius: 100%;
    color: #fff;
    font-size: 24px;
    height: 36px;
    line-height: 34px;
    width: 36px;
}

body.aboutUs .tm-content {
	display: none;
}

/** Meet the Team **

body.aboutUs #tm-main {
	background:#444444;
}

body.aboutUs .tm-main-top {
	padding-top: 10px;
	padding-bottom: 0;
}

body.aboutUs .tm-main-top .uk-switcher li {
	width:50%;
	margin:0 25%;	
}

body.aboutUs .tm-main-top .uk-switcher h3.uk-panel-title {
	color:#37afe2;
}

body.aboutUs .tm-main-top .uk-switcher h3.uk-panel-title span {
	border-bottom: 1px solid;
	color:  inherit;
}

body.aboutUs .tm-main-top .uk-switcher .uk-margin p {
	color:#fff;
}

body.aboutUs .tm-main-top ul.uk-thumbnav {
	margin-bottom: 0;
}

body.aboutUs .tm-main-top ul.uk-thumbnav li a {
	background: none;
}

body.aboutUs .tm-main-top ul.uk-thumbnav li a:focus,
body.aboutUs .tm-main-top ul.uk-thumbnav li a:hover,
body.aboutUs .tm-main-top ul.uk-thumbnav li a:active {
	outline:none;
}
	
body.aboutUs .tm-main-top ul.uk-thumbnav li:nth-of-type(1) a {
	background:url("../../../images/AboutUs/soren-b-w.png") no-repeat scroll 0 0 / cover;
	transition:all 0.5s ease;
}

body.aboutUs .tm-main-top ul.uk-thumbnav li:nth-of-type(2) a {
	background:url("../../../images/AboutUs/geoff-b-w.png") no-repeat scroll 0 0 / cover;
	transition:all 0.5s ease;
}

body.aboutUs .tm-main-top ul.uk-thumbnav li:nth-of-type(3) a {
	background:url("../../../images/AboutUs/livvy-b-w.png") no-repeat scroll 0 0 / cover;
	transition:all 0.5s ease;
}

body.aboutUs .tm-main-top ul.uk-thumbnav li:nth-of-type(4) a {
	background:url("../../../images/AboutUs/paul-b-w.png") no-repeat scroll 0 0 / cover;
	transition:all 0.5s ease;
}

body.aboutUs .tm-main-top ul.uk-thumbnav li:nth-of-type(5) a {
	background:url("../../../images/AboutUs/simon-b-w.png") no-repeat scroll 0 0 / cover;
	transition:all 0.5s ease;
}

body.aboutUs .tm-main-top ul.uk-thumbnav li:nth-of-type(6) a {
	background:url("../../../images/AboutUs/rowan-b-w.png") no-repeat scroll 0 0 / cover;
	transition:all 0.5s ease;
}

body.aboutUs .tm-main-top ul.uk-thumbnav li a img {
	transition:all 0.5s ease;
	opacity: 0;
}

body.aboutUs .tm-main-top ul.uk-thumbnav li:hover a img,
body.aboutUs .tm-main-top ul.uk-thumbnav li.uk-active a img {
	opacity: 1;
}

body.aboutUs .tm-content {
	display: none;
}*/

/* Start Your Project */

body.startProject #tm-top-a {
	background: url("../../../images/startYourProjectOverview.jpg") no-repeat scroll 50% 50% / cover;
	position: fixed;
	width:100%;
}

body.startProject #tm-top-a img {
	opacity: 0;
}

body.startProject #tm-top-a .uk-panel {
	/*background:rgba(0,0,0,0.6);*/
}

body.startProject #tm-top-b .uk-width-1-1 {
	width:100%;
}

body.startProject #tm-top-b div {
	text-align: center;
}

body.startProject #tm-top-b h1 {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 30px;
	line-height: 35px;
	text-align: center;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-top: 70px;
	margin-bottom: 20px;
	font-weight: 600;
	text-shadow:0 1px 2px #000;
}

body.startProject #tm-top-b h4 {
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
    text-shadow:0 1px 2px #000;
}

body.startProject #tm-main .uk-panel {
	background:#fff;
	padding:0 25px 25px;
}

body.startProject #bfPage1 {
	margin-top: 30px;
}

body.startProject #bfPage1 * {
	font-family: 'Open Sans', sans-serif;
}

body.startProject #bfPage1 > div:first-child {
	width:50%;
	margin:0 25%;
}

body.startProject #bfPage1 > div:first-child h2 {
	font-size: 30px;
	line-height: 36px;
	text-align: center;
	margin-top: 0;
	color:#34393c;
}

body.startProject #bfPage1 .bfSectionDescription h2 {
	width: 100%;
	text-align: center;
	display: block;
	font-size: 20px;
	line-height: 24px;
}

body.startProject #bfPage1 .bfSectionDescription h2 span {
	width: 100%;
	text-align: center;
	display: block;
	font-size: 16px;
	line-height: 20px;
}

body.startProject #bfPage1 #contactInfo label {
	max-width: 50%;
	width:50%;
	margin:0 25% 20px;
	text-align: center;
}

body.startProject #bfPage1 #contactInfo input,
body.startProject #bfPage1 textarea,
body.startProject #bfPage1 #howYouHear input {
	max-width: 50%;
	width:calc(50% - 26px);
	margin:0 25%;
	padding:4px 12px;
	border-radius: 8px;
}

body.startProject #bfPage1 #typeOfProject .bfElemWrap {
	width:18%;
	margin:0 1%;
	float: left;
}

body.startProject #bfPage1 #typeOfProject .bfElemWrap label {
	width:calc(100% - 24px);
}

body.startProject #bfPage1 #typeOfProject .bfElemWrap input {
	width:16px;
}

body.startProject #bfPage1 #typeOfProject .controls {
	width:auto;
	text-align: center;
}

body.startProject #bfPage1 #typeOfProject .checkbox {
	width:auto;
	margin:0 10px;
	padding:0;
}

body.startProject #bfPage1 #branding,
body.startProject #bfPage1 #website,
body.startProject #bfPage1 #digitalStrategy,
body.startProject #bfPage1 #photoVideo,
body.startProject #bfPage1 #projectInformation {
	border-top: 1px dashed #a2a2a2;
	margin-top: 30px;
	padding-top: 30px;
	position: relative;
}

body.startProject #bfPage1 #branding #brandingOtherContainer,
body.startProject #bfPage1 #website #websiteOtherContainer {
	position: relative;
}

body.startProject #bfPage1 #branding label,
body.startProject #bfPage1 #website label,
body.startProject #bfPage1 #digitalStrategy label,
body.startProject #bfPage1 #photoVideo label,
body.startProject #bfPage1 #projectInformation label {
	max-width: 50%;
	width:50%;
	margin:0 25% 20px;
	text-align: center;
}

body.startProject #bfPage1 #branding input,
body.startProject #bfPage1 #website input,
body.startProject #bfPage1 #digitalStrategy input,
body.startProject #bfPage1 #photoVideo input,
body.startProject #bfPage1 #projectInformation input {
	max-width: 50%;
	width:calc(50% - 26px);
	margin:0 25%;
	padding:4px 12px;
	border-radius: 8px;
}

body.startProject #bfPage1 #branding text-area,
body.startProject #bfPage1 #website text-area,
body.startProject #bfPage1 #digitalStrategy text-area,
body.startProject #bfPage1 #photoVideo text-area,
body.startProject #bfPage1 #projectInformation text-area {
	max-width: 50%;
	width:calc(50% - 26px);
	margin:0 25%;
	padding:4px 12px;
	border-radius: 8px;
}

body.startProject #bfPage1 #branding label.checkbox,
body.startProject #bfPage1 #website label.checkbox,
body.startProject #bfPage1 #digitalStrategy label.checkbox,
body.startProject #bfPage1 #photoVideo label.checkbox,
body.startProject #bfPage1 #projectInformation label.checkbox {
	width:23%;
	margin:10px 1%;
}

body.startProject #bfPage1 #branding label.checkbox input,
body.startProject #bfPage1 #website label.checkbox input,
body.startProject #bfPage1 #digitalStrategy label.checkbox input,
body.startProject #bfPage1 #photoVideo label.checkbox input,
body.startProject #bfPage1 #projectInformation label.checkbox input {
    width: 16px;
    float: right;
    margin: 0;
}

body.startProject #bfPage1 #branding select,
body.startProject #bfPage1 #website select,
body.startProject #bfPage1 #digitalStrategy select,
body.startProject #bfPage1 #photoVideo select,
body.startProject #bfPage1 #projectInformation select {
    border-radius: 4px;
    padding: 4px 12px !important;
    width: calc(30%);
    margin: 0 35%;
}

body.startProject #bfPage1 #photoVideo #photography,
body.startProject #bfPage1 #photoVideo #video {
	position: relative;
	margin-bottom: 20px;
}

body.startProject #bfPage1 #photoVideo #photography {
	margin-bottom: 40px;
}

body.startProject #bfPage1 #photoVideo #photography #bfElemWrap595 {
	margin-bottom: 65px;
}

body.startProject #bfPage1 #bfElemWrap518,
body.startProject #bfPage1 #bfElemWrap523,
body.startProject #bfPage1 #bfElemWrap562 {
    margin: 0 1%;
    width: 23%;
    position: absolute;
    right: 0;
}

body.startProject #bfPage1 #bfElemWrap518 {
    bottom:22px;
}

body.startProject #bfPage1 #bfElemWrap523 {
    bottom:22px;
}

body.startProject #bfPage1 #bfElemWrap562 {
	top:139px;
}

body.startProject #bfPage1 #bfElemWrap596 {
	top:108px;
    margin: 0 1%;
    width: 23%;
    position: absolute;
    left:0;
}

body.startProject #bfPage1 #bfElemWrap598 {
	top:108px;
    margin: 0 1%;
    width: 23%;
    position: absolute;
    left:50%
}

body.startProject #bfPage1 #bfElemWrap518 label,
body.startProject #bfPage1 #bfElemWrap523 label,
body.startProject #bfPage1 #bfElemWrap562 label,
body.startProject #bfPage1 #bfElemWrap596 label,
body.startProject #bfPage1 #bfElemWrap598 label {
	margin-bottom: 0;
}

body.startProject #bfPage1 #bfElemWrap518 input,
body.startProject #bfPage1 #bfElemWrap523 input,
body.startProject #bfPage1 #bfElemWrap562 input,
body.startProject #bfPage1 #bfElemWrap596 input,
body.startProject #bfPage1 #bfElemWrap598 input {
    margin: 10px 0;
    width: 16px;
    position: absolute;
    right: 0px;
    bottom: -9px;
}

body.startProject #bfPage1 #bfElemWrap352 label,
body.startProject #bfPage1 #bfElemWrap413 label,
body.startProject #bfPage1 #bfElemWrap360 label,
body.startProject #bfPage1 #bfElemWrap416 label,
body.startProject #bfPage1 #bfElemWrap418 label {
    margin: 0 5% 0 20%;
    width: 22%;
    text-align: right;
    float: left;
}

body.startProject #bfPage1 #bfElemWrap352 input,
body.startProject #bfPage1 #bfElemWrap413 input,
body.startProject #bfPage1 #bfElemWrap360 input,
body.startProject #bfPage1 #bfElemWrap416 input,
body.startProject #bfPage1 #bfElemWrap418 input {
    float: left;
    margin: 0;
    width: calc(30% - 26px);
}

body.startProject #bfPage1 .SEOBudgetSliderWrapper,
body.startProject #bfPage1 .WebsiteBudgetSliderWrapper {
	position: relative;
}

body.startProject #bfPage1 #SEObudgetSlider,
body.startProject #bfPage1 #WebsitebudgetSlider {
    border:none;
    height: 4px;
    left: 10%;
    margin-bottom: 32px;
    margin-top: 8px;
    width: 80%;
    box-shadow: none;
    background: #37afe2;
}

body.startProject #bfPage1 #SEObudgetSlider .noUi-base,
body.startProject #bfPage1 #WebsitebudgetSlider .noUi-base {
	top:-24px;
}

body.startProject #bfPage1 #SEObudgetSlider .noUi-base .noUi-connect,
body.startProject #bfPage1 #WebsitebudgetSlider .noUi-base .noUi-connect {
	background:#fc1954;
	box-shadow: none;
}

body.startProject #bfPage1 #SEObudgetSlider .noUi-base .noUi-background,
body.startProject #bfPage1 #WebsitebudgetSlider .noUi-base .noUi-background {
	background:#37afe2;
	box-shadow: none;
}

body.startProject #bfPage1 #SEObudgetSlider .noUi-base .noUi-handle,
body.startProject #bfPage1 #WebsitebudgetSlider .noUi-base .noUi-handle {
	border-radius: 100%;
	border:0;
	background:#fc1954;
	box-shadow: none;
	width:26px;
	height: 26px;
	top:-11px;
}

body.startProject #bfPage1 #SEObudgetSlider .noUi-base .noUi-handle:before,
body.startProject #bfPage1 #WebsitebudgetSlider .noUi-base .noUi-handle:before {
	display: none;
}

body.startProject #bfPage1 #SEObudgetSlider .noUi-base .noUi-handle:after,
body.startProject #bfPage1 #WebsitebudgetSlider .noUi-base .noUi-handle:after {
	display: none;	
}

body.startProject #bfPage1 .SEOBudgetSliderWrapper span:nth-of-type(1),
body.startProject #bfPage1 .WebsiteBudgetSliderWrapper span:nth-of-type(1) {
	position: absolute;
	left:0;
	top:48px;
}

body.startProject #bfPage1 .SEOBudgetSliderWrapper span:nth-of-type(2),
body.startProject #bfPage1 .WebsiteBudgetSliderWrapper span:nth-of-type(2) {
	position: absolute;
	right:0;
	top:48px;
}

body.startProject #bfPage1 #projectInformation .input-append {
	width:50%;
	margin:0 25%;
}

body.startProject #bfPage1 #projectInformation .input-append input {
	width:calc(90% - 26px);
	margin:0;
	max-width: 100%;
}

body.startProject #bfPage1 #projectInformation .input-append button {
	width:10%;
	padding:0;
}

body.startProject #bfPage1 #projectInformation #ff_elem434 {
	text-align: center;
}

body.startProject #bfPage1 .form-actions {
	padding:0;
	margin:20px 0;
	background: transparent;
	text-align: center;
}

body.startProject #bfPage1 .form-actions button {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #37afe2;
    border-radius: 0px;
    color: #34393c;
    float: none;
    padding: 8px 24px;
    width: 30%;
    transition: all 0.5s ease 0s;
    text-align: center;
    font-size: 16px;
    text-transform: none;
}

body.startProject #bfPage1 .form-actions button:hover {
	background:#fc1954;
	border:1px solid #fc1954;
	color:#fff;
}

body.startProject #bfPage2 img {
	width:auto !important;
	margin:0 auto;
	display: block;
}

/**--- Thank You ---**/

body.thankYou .tm-content img {
	width:auto !important;
	margin:0 auto;
	display: block;
}

/**--- Contact Us ---**/

body.contactUs #tm-top-a {
	background: url("../../../images/contactOverview.jpg") no-repeat scroll 50% 50% / cover;
	position: fixed;
	width:100%;
}

body.contactUs #tm-top-a img {
	opacity: 0;
}

body.contactUs #tm-top-a .uk-panel {
	/*background:rgba(0,0,0,0.6);*/
}

body.contactUs #tm-top-b .uk-width-1-1 {
	width:100%;
}

body.contactUs #tm-top-b div {
	text-align: center;
}

body.contactUs #tm-top-b h1 {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 30px;
	line-height: 35px;
	text-align: center;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-top: 70px;
	margin-bottom: 20px;
	font-weight: 600;
	text-shadow:0 1px 2px #000;
}

body.contactUs #tm-top-b h4 {
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
	text-shadow:0 1px 2px #000;
}

body.contactUs #tm-top-b .introBlock {
	background:#34393c;
	padding:60px 0;
	margin:0 -100px;
}

body.contactUs #tm-top-b .introBlock p {
	color:#fff;
	width:86%;
	padding:0 7%;
	font-size: 18px;
	line-height: 26px;
}

body.contactUs #tm-top-b .introBlock p span {
	color:#37afe2;
}

body.contactUs #tm-main .tm-content {
	background:#fff;
	padding-top: 20px;
	margin-top: 40px;
}

body.contactUs #tm-main .tm-content h2 {
	text-align: center;
	font-size: 30px;
	line-height: 36px;
	font-weight: 700;
	color:#34393c;
}

body.contactUs #tm-main .tm-content h3 {
	text-align: center;
	text-align: center;
	font-size: 30px;
	line-height: 36px;
	font-weight: 300;
	color:#969696;
}

body.contactUs #tm-main .tm-content h3 span {
	text-align: center;
	color:#969696;
}

body.contactUs #tm-main .tm-content h3 span a {
	color:#969696;
}

body.contactUs #tm-main .tm-main-bottom {
	margin-top: 0;
}

body.contactUs #tm-main .tm-main-bottom .uk-panel {
	background:#fff;
	padding:40px;
}

body.contactUs #tm-main .tm-main-bottom .uk-panel #bfPage1 {
	width:80%;
	padding:0 10%;
}

body.contactUs #tm-main .tm-main-bottom .uk-panel #bfPage1 label {
	width:100%;
	min-width: none;
	color:#8F9193;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}

body.contactUs #tm-main .tm-main-bottom .uk-panel #bfPage1 label i:before {
	font-family: 'Open Sans', sans-serif;
	content:"*";
	color:#34393c;
}

body.contactUs #tm-main .tm-main-bottom .uk-panel #bfPage1 input,
body.contactUs #tm-main .tm-main-bottom .uk-panel #bfPage1 textarea {
    border: 1px solid rgba(0,0,0,0.06);
	padding:4px 12px;
	border-radius: 0px;
    width: calc(70% - 26px);
    max-width: 100%;
    margin-left: 15%;
    margin-right: 15%;
    resize:none;
	color:#8F9193;
	font-family: 'Open Sans', sans-serif;
}


body.contactUs #tm-main .tm-main-bottom .uk-panel #bfPage1 input:active,
body.contactUs #tm-main .tm-main-bottom .uk-panel #bfPage1 input:focus,
body.contactUs #tm-main .tm-main-bottom .uk-panel #bfPage1 textarea:active,
body.contactUs #tm-main .tm-main-bottom .uk-panel #bfPage1 textarea:focus {
	color:#34393c;
	border-color: rgba(0,0,0,0.2);	
}

*::-webkit-input-placeholder {
	
}

*:-moz-placeholder {
	
}

*::-moz-placeholder {
	
}

*:-ms-input-placeholder {
	
}

*:placeholder-shown {  

}

body #bfElemWrap838 {
	margin-bottom: 50px;
}

body.contactUs #tm-main .tm-main-bottom .uk-panel #bfPage1 .checkbox {
	text-align: left;
	float: left;
	width:auto;
	padding-right: 12px;
}

body.contactUs #tm-main .tm-main-bottom .uk-panel #bfPage1 .checkbox input {
	width:24px;
	height:24px;
	margin:0;
	float: right;
	position: relative;
	right:-6px;
}

body.contactUs #tm-main .tm-main-bottom .uk-panel #bfPage1 .form-actions {
	padding:0;
	text-align: center;
}

body.contactUs #tm-main .tm-main-bottom .uk-panel #bfPage1 .form-actions button {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #37afe2;
    border-radius: 0px;
    color: #34393c;
    float: none;
    padding: 8px 24px;
    width: 240px;
    transition: all 0.5s ease 0s;
    text-align: center;
    font-size: 16px;
    text-transform: none;
	font-family: 'Open Sans', sans-serif;
}

body.contactUs #tm-main .tm-main-bottom .uk-panel #bfPage1 .form-actions button:hover {
	background:#fc1954;
	border:1px solid #fc1954;
	color:#fff;
}

body.contactUs #tm-bottom-a .uk-panel {
	background:#fff;
	padding-bottom: 71px;
	position: relative;
}

body.contactUs #tm-bottom-a .uk-panel:after {
	position: absolute;
	bottom: 31px;
	left:40px;
	width:calc(100% - 80px);
	border:1px solid #969696;
	content:"";
}

body.contactUs #tm-bottom-a .uk-panel h2 {
    color: #34393c;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
}

body.contactUs #tm-bottom-a .uk-panel h3 {
	text-align: center;
    color: #37afe2;
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    text-align: center;
}

body.contactUs #tm-bottom-a .uk-panel h4 {
	text-align: center;
    color: #969696;
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    text-align: center;
}

/**--- FOOTER ---**/

/*--- Packages Bottom Banner ---*/

body#page > div > div .bottomBanner {
    background: #ff0f50 none repeat scroll 0 0;
    left: 0;
    position: fixed;
    right: 0;
    top: calc(100vh - 82px);
    width: 100%;
    z-index: 99;
}

body#page > div > div .bottomBanner > div {
	max-width: 1200px;
	width:calc(100% - 40px);
	margin:0 auto;
	position: relative;
	display: block;
	padding:20px;
}

body#page > div > div .bottomBanner > div h3 {
	color:#fff;
	font-size: 25px;
	line-height: 42px;
	font-weight: 600;
	margin-bottom: 0;
	display: inline-block;
}

body#page > div > div .bottomBanner > div p {
	margin-top: 0;
	margin-bottom:0;
	float: right;
}

body#page > div > div .bottomBanner > div p a {
	color:#fff;
	font-size: 20px;
	line-height: 24px;
	padding:8px 20px;
	border:#fff 1px solid;
	background:transparent;
	box-shadow: 0px 0px 3px transparent;
	transition:all 0.5s ease;
}

body#page > div > div .bottomBanner > div p a:hover {
	background:#37afe2;
	box-shadow: 0 0 3px #37afe2;
	text-decoration: none;
}

body:not(.packagesMk2) #tm-footer {
	padding-bottom: 0px;
}

/*--- END ---*/

#tm-footer .uk-container,
#tm-footer .uk-container > *,
#tm-footer .uk-container > * > * {
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: 100%;
}

#tm-footer .uk-container .tm-footer-top {
	background:#969696;
}

#tm-footer .uk-container .tm-footer-top .uk-width-1-1 {
    margin: 0 auto;
    max-width: 1200px;
}

#tm-footer .uk-container .tm-footer-top .uk-panel .distraction > div > .uk-panel {
	padding-top: 15px;
	border-top: 1px solid #969696;
}

#tm-footer .uk-container .tm-footer-top .uk-panel .uk-width-small-1-2.uk-float-right {
	width:35%;
	margin-left: 20%;
}

#tm-footer .uk-container .tm-footer-top .uk-panel .uk-width-small-1-2 {
	width:45%;
}

#tm-footer .uk-container .tm-footer-top .uk-panel img,
#tm-footer .uk-container .tm-footer-top .uk-panel h2 {
	width: 50%;
	float: left;
}

#tm-footer .uk-container .tm-footer-top .uk-panel h2 {
	font-size: 30px;
	line-height: 35px;
	color:#fff;
}

#tm-footer .uk-container .tm-footer-top .uk-panel h2 span {
	font-size: 25px;
	line-height: 20px;
	color:#fff;	
}

#tm-footer .uk-container .tm-footer-top .uk-panel h2 strong {
	font-size: 50px;
	line-height: 40px;
	color:#fff;
}

/*#tm-footer .uk-container .tm-footer-top .uk-subnav {

}

#tm-footer .uk-container .tm-footer-top .uk-subnav li {
    background: #f2f2f3 none repeat scroll 0 0;
    margin-top: 23px;
    padding: 10px;
    transition: background 0.5s ease 0s;
}

#tm-footer .uk-container .tm-footer-top .uk-subnav li a {
	color: #37afe2;
	font-size: 25px;
	font-family: 'Lobster', cursive;
	text-transform: none;
}

#tm-footer .uk-container .tm-footer-top .uk-subnav li.uk-active {
	background: #34393c;
}

#tm-footer .uk-container .tm-footer-top .uk-subnav li.uk-active a {
	
}

#tm-footer .uk-container .tm-footer-top .uk-switcher {

}

#tm-footer .uk-container .tm-footer-top .uk-switcher li .uk-panel {
    float: right;
    padding: 10px;
    text-align: right;
    width: 40%;
	position: relative;
}

#tm-footer .uk-container .tm-footer-top .uk-switcher li .uk-panel .uk-margin {
    float: right;
    height: 200px;
    width: 100%;
}

#tm-footer .uk-container .tm-footer-top .uk-switcher li .uk-panel iframe {
    height: 85%;
    position: absolute;
    right: 10px;
    width: 90%;
}*/

#tm-footer .uk-container .tm-footer-bottom {
	background: #2a2f31;
}

#tm-footer .uk-container .tm-footer-bottom .uk-width-1-1 {
    float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

#tm-footer .uk-container .tm-footer-bottom .uk-width-1-1 h3 {
	color: #37afe2;
	font-size: 25px;
	font-family: 'Lobster', cursive;
	font-weight: 300;
}

/*#tm-footer .uk-container .tm-footer-bottom .uk-width-1-1 h5 {
	color: #ffffff;
	font-size: 20px;
	font-weight: 300;
	margin-top: 20px;
	margin-bottom: 10px;
}

#tm-footer .uk-container .tm-footer-bottom .uk-width-1-1 h5:last-child {
	margin-bottom: 0;
}*/

#tm-footer .uk-container .tm-footer-bottom .uk-width-1-1 p {
	color: #ffffff;
	font-size: 14px;
	margin:4px 0 0;
}

#tm-footer .uk-container .tm-footer-bottom .uk-width-1-1 p a:hover {
	text-decoration: none;
}

#tm-footer .uk-container .tm-footer-bottom .uk-width-1-1 p a i {
	letter-spacing:6px;
	font-size: 26px;
	line-height: 30px;
	color:#fff;
	transition: all 0.5s ease;
}

#tm-footer .uk-container .tm-footer-bottom .uk-width-1-1 p a i:hover {
	color:#fc1954;
}

#tm-footer .uk-container .tm-footer {
	background: #000000;
	position: relative;
	z-index: 9;
}

#tm-footer .uk-container .tm-footer h4 {
    color: #ffffff;
    font-size: 11px;
    padding: 10px 0;
}

#tm-footer .uk-container .containerCustom {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

/* Google Remarket */

body > .normal ~ iframe {
	position: absolute;
	margin-top: -15px;
	z-index: 0;
}

body .zooDeeper > img {
	position: absolute;
}

/*--- Beauty Page ---*/

body#page.beauty #tm-top-a .uk-panel.explodingText {
	text-align: center;
	height:calc(100vh - 100px);
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

body#page.beauty #tm-top-a .uk-panel.explodingText:before {
	position: absolute;
	bottom:-80px;
	top:calc(100% - 25px);
	left:calc(50% - 100px);
	right:0;
	content:"Scroll Down";
	font-family: "Open Sans";
	text-transform: uppercase;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	width: 200px;
	height:20px;
	z-index: 9;
	color:#333;
}

body#page.beauty #tm-top-a .uk-panel.explodingText:after {
    bottom: 0;
    content: "";
    height: 110px;
    left: calc(50% - 40px);
    position: absolute;
    right: 0;
    top: calc(100% - 105px);
    width: 80px;
    z-index: 1;
    background: rgba(0, 0, 0, 0) url("../images/Mouse.svg") no-repeat scroll 50% 50% / cover;
}

body#page.beauty #tm-top-a .uk-panel.explodingText img {
	margin:20px auto;
	position: relative;
	display: inline-block;
	width:20%;
}

body#page.beauty #tm-top-a .uk-panel.explodingText h2 {
	color:#37afe2;
}

body#page.beauty #tm-main > div > .uk-container {
	padding:0;
	max-width: 100%;
}

body#page.beauty #tm-main .uk-article > div > div {
	height: 100vh;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}

body#page.beauty #tm-main .uk-article > div > div.light {
	background:#f8f8f8;
}

body#page.beauty #tm-main .uk-article > div > div.dark {
	background:#333;
}

body#page.beauty #tm-main .uk-article > div > div.media {
	
}

body#page.beauty #tm-main .uk-container .uk-container {
	max-width: 1200px;
	margin:0 auto;
	width: 100%;
	max-height: 70vh;
	padding:0;
	position: absolute;
	left: 0;
	right: 0;
	top: 15vh;
	bottom: 15vh;
}

body#page.beauty #tm-main .uk-article > div > div .uk-container:before {
	position: absolute;
	bottom:-80px;
	top:calc(100% + 50px);
	left:calc(50% - 100px);
	right:0;
	content:"";
	font-family: "Open Sans";
	text-transform: uppercase;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	width: 200px;
	height:20px;
	z-index: 9;
}

body#page.beauty #tm-main .uk-article > div > div.light .uk-container:before {
	color:#333;
}

body#page.beauty #tm-main .uk-article > div > div.dark .uk-container:before {
	color:#f8f8f8;
}

body#page.beauty #tm-main .uk-article > div > div .uk-container:after {
    bottom: 0;
    content: "";
    height: 110px;
    left: calc(50% - 40px);
    position: absolute;
    right: 0;
    top: calc(100% - 30px);
    width: 80px;
    z-index: 1;
}

body#page.beauty #tm-main .uk-article > div > div.dark .uk-container:after {
    background: rgba(0, 0, 0, 0)  no-repeat scroll 50% 50% / cover;
}

body#page.beauty #tm-main .uk-article > div > div.light .uk-container:after {
    background: rgba(0, 0, 0, 0)  no-repeat scroll 50% 50% / cover;
}

body#page.beauty #tm-main .uk-article > div > div.light .content * {
	color:#333;
}

body#page.beauty #tm-main .uk-article > div > div.dark .content * {
	color:#f8f8f8;
}

body#page.beauty #tm-main .uk-article > div > div:nth-child(2n) .content {
	float: right;
}

body#page.beauty #tm-main .uk-article > div > div:nth-child(2n) .media {
	float: left;	
}

body#page.beauty #tm-main .uk-article > div > div:nth-child(2n+1) .content {
	float: left;
}

body#page.beauty #tm-main .uk-article > div > div:nth-child(2n+1) .media {
	float: right;
}

body#page.beauty #tm-main .content {
	width:calc(50% - 40px);
	padding:0 20px;
	height:70vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

body#page.beauty #tm-main .uk-article > div > div .uk-container .content p strong a {
	border-radius: 40px;
	border:1px solid #fc1954;
	color:#333;
	padding:8px 24px;
}

body#page.beauty #tm-main .uk-article > div > div .uk-container .content p strong a:hover {
	text-decoration: none;
	color:#f8f8f8;
}

body#page.beauty #tm-main .content .uk-slidenav-position .uk-slidenav {
    bottom: -10px;
    display: block;
    font-size: 28px;
    height: 30px;
    line-height: 30px;
    top: auto;
    width: 20px;
    color:#fc1954;
}

body#page.beauty #tm-main .content .uk-slidenav-position .uk-slidenav-previous {
	left:0;
}

body#page.beauty #tm-main .content .uk-slidenav-position .uk-slidenav-next {
	left:30px;
	right:0;
}

body#page.beauty #tm-main .media {
	width:50%;
	padding:0 0px;
}

body#page.beauty #tm-main .media,
body#page.beauty #tm-main .media * {
	max-height: 70vh !important;
	max-width: 100% !important;
	background-size: contain;
}

body#page.beauty .tm-smoothscroll-bar {
	right:auto;
	left: 40px;
}

body#page.beauty .tm-smoothscroll-bar ul li {
	height: 24px;
	line-height: 24px;
}

body#page.beauty .tm-smoothscroll-bar ul li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #fc1954;
    height: 12px;
    overflow: visible;
    text-indent: 100%;
    transition: all 0.1s ease-in-out 0s;
    width: 12px;
    line-height: 14px;
    color:#fc1954;
}

body#page.beauty .tm-smoothscroll-bar ul li a,
body#page.beauty .tm-smoothscroll-bar ul li a:hover,
body#page.beauty .tm-smoothscroll-bar ul li a:active,
body#page.beauty .tm-smoothscroll-bar ul li a:focus {
	text-decoration: none !important;
}

body#page.beauty .tm-smoothscroll-bar ul li.uk-active a {
    background: #fc1954 none repeat scroll 0 0;
    border-color: #fc1954;
    transform: scale(1);
    text-decoration: none;
}