﻿/*
Theme Name: MOVER
Description: Coming Soon
Author: Themewings
Theme URI: http://themewings.com/preview/themeforest/html/mover/
Author URI: http://themeforest.net/user/themewings
Version: 1.0
*/

/* ==================================================================
 * Table of Contents:
 *
 * 1.0 - CSS Reset
 * 2.0 - Bootstrap fix for WinPhone 8 and IE10 
 * 3.0 - Basic Document Styles
 * 4.0 - Typography
 * 5.0 - Basic Layout Styles
 * 6.0 - Preloader
 * 7.0 - Video Background
 * 8.0 - Header
 * 9.0 - Count Down Counter
 * 10.0- Forms
 * 		10.1 - Forms - WebKit browsers
 * 11.0 - Subscription Forms
 * 12.0 - Contact Forms
 * 13.0 - Dotstyle
 * 14.0 - Services
 * 15.0 - Social
 * 16.0 - Mobile
 * 17.0 - Custom CSS
================================================================== */

/* ==================================================================
 * Main color: #d1355e
================================================================== */

/* ==================================================================
	1.0 CSS Reset
================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ==================================================================
	2.0 Bootstrap fix for WinPhone 8 and IE10 
================================================================== */

@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }


/* ==================================================================
	3.0 Basic Document Styles
================================================================== */

body {	
	color: #fff;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 28px;
	background: #242424;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

.youtube-background {
	background-color: #000;
}

input,
select,
textarea { 
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	font-style: normal;
	font-weight: 300;
}

.pageoverlay {
	position: fixed;
	width: 100%;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color:rgba(0,0,0,0.8);
}

/* ==================================================================
	4.0 Typography
================================================================== */

h1, h2, h3, h4, h5, h6 {
	font-weight: 180;
	margin-bottom: 10px;
	line-height: 1.2em;
	text-shadow: -5px 5px 5px rgba(0,0,0,0.3);
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	color:#d1355e;
}

h1 {
	font-family: 'Raleway', sans-serif;
	font-size: 62px;
	position: relative;
	margin-bottom: 0px;
}

h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 48px;
	position: relative;
}

h3 {
	font-family: 'Raleway', sans-serif;
	font-size: 30px;
}

h4 {
	font-family: 'Raleway', sans-serif;
	font-size: 22px;
}

h5 {
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
}

h6 {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
}

p {
	margin-bottom: 20px;
	font-size: 15px;
	line-height:22px;
	letter-spacing:normal;
}

p span {
	color:#d1355e
}

p.lead {
	font-family: 'Raleway', sans-serif;
	font-size: 21px;
	padding: 0;
	font-weight: 400;
}

.section-title {
	text-align: center;
	letter-spacing: 0;
	margin-bottom: 20px;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
    color: #fff;
    font-weight: 300;
	position: relative;
}

a, a > * {
	color: #dadada;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

a:hover, a > *:hover, a:focus {
	text-decoration: none;
	outline: 0;	
	color:#d1355e!important;
}

em {
	font-style: italic;
}

strong {
	font-weight: 700;
}

.color-white {
	color: #efefef;
}
.color-off-white {
	color: #CCC;
}

.uppercase{
	text-transform:uppercase;
}
.letter-spacing-4{
	letter-spacing:4px;
}
.highlight{
	color:#fff;
}

.fa-ban{
	color:#F60;
}

/* ==================================================================
	5.0 Basic Layout Styles
================================================================== */
.empty-space {
	width: 100%;
	height: 50px;
	overflow: hidden;
}

.empty-space-20 {
	width: 100%;
	height: 20px;
	overflow: hidden;
}

section {
	text-align: center;
}

.text-left {
	text-align: left !important;
}

.text-right { 
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.text-justify {
	text-align: justify !important;
}

.font-thin {
	font-weight: 100 !important;
}

.font-light {
	font-weight: 400 !important;
}

.font-normal {
	font-weight: 400 !important;
}

.font-medium {
	font-weight: 500 !important;
}

.font-bold {
	font-weight: 700 !important;
}

.font-semibold {
	font-weight: 800 !important;
}

.font-ultrabold {
	font-weight: 900 !important;
}

.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.clear {
	clear: both;
}

.all-margin {
	margin: 20px !important;
}

.left-margin {
	margin-left: 20px !important;
}

.right-margin {
	margin-right: 20px !important;
}

.top-margin {
	margin-top: 20px !important;
}

.bottom-margin {
	margin-bottom: 20px !important;
}

.no-margin {
	margin: 0 !important;
}

.no-left-margin {
	margin-left: 0 !important;
}

.no-right-margin {
	margin-right: 0 !important;
}

.no-top-margin {
	margin-top: 0 !important;
}

.no-bottom-margin {
	margin-bottom: 0 !important;
}

.no-padding {
	padding: 0 !important;
}

.no-left-padding {
	padding-left: 0 !important;
}

.no-right-padding {
	padding-right: 0 !important;
}

.no-top-padding {
	padding-top: 0 !important;
}

.no-bottom-padding {
	padding-bottom: 0 !important;
}

.csstransitions .animated,
.animated {
    visibility: hidden;
}

.csstransitions .visible {
    visibility: visible;
}

.video-container {
	width: 100%;
	height: 100%;
}

.img-rounded {
	border-radius: 100%;
}

.img-center {
	display: block;
	margin: 0 auto;
}

.position-relative {
	position: relative;
}

.partition {
	position: relative;
	display: block;
	padding: 10px 0;
	height:35px;
	margin: 5px 0 15px 0;
}

.clock {
	background:url(../images/partition-clock.png) left center no-repeat;
}


/* ==================================================================
	6.0 Preloader
================================================================== */

#preloadcontainer {
  background: rgba(32,32,32,1) url(../images/overlay.png) repeat;
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;	
  height: 100% !important;
  min-height: 100% !important;
  z-index: 999999998;
}
#preload-content {
  height: 100px;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  position: absolute;
  top: 40%;
  width: 100px;
  z-index: 999;
}
  
.spinner {
	margin: 100px auto;
	width: 32px;
	height: 32px;
	position: relative;
}

.spinner .fa {
	font-size:36px;
	color: #d0345d;
	display:none;
}
.loadingtext{
	font-size:12px;
	color: rgba(195,49,88,0.3);
	text-align:center;
	padding-top:50px;
}

.cube1, .cube2 {
	background-color: #d0345d;
	width: 15px;
	height: 15px;
	position: absolute;
	border-radius: 50%;
	top: 0;
	left: 0;
	-webkit-animation: cubemove 1.8s infinite ease-in-out;
	animation: cubemove 1.8s infinite ease-in-out;
}

.cube2 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
@-webkit-keyframes cubemove {
25% { -webkit-transform: translateX(22px) rotate(-90deg) scale(0.5) }
50% { -webkit-transform: translateX(22px) translateY(22px) rotate(-180deg) }
75% { -webkit-transform: translateX(0px) translateY(22px) rotate(-270deg) scale(0.5) }
100% { -webkit-transform: rotate(-360deg) }
}

@keyframes cubemove {
25% { 
	transform: translateX(42px) rotate(-90deg) scale(0.5);
	-webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
} 50% {
/* Hack to make FF rotate in the right direction */
	transform: translateX(42px) translateY(42px) rotate(-179deg);
	-webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
} 50.1% {
	transform: translateX(42px) translateY(42px) rotate(-180deg);
	-webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
} 75% {
	transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
	-webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
} 100% {
	transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
}
}


/* ==================================================================
	7.0 Video, Pattern, Parallax Background
================================================================== */

#video_background {
	position: fixed;
	bottom: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1000;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	display:none;
}
#youtube_background{
	position: fixed;
	bottom: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1000;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	display:none;
}
.vcontroll{	visibility:hidden;}

.videoicon{
margin:0 0 0 20px;
position:relative;	
width:auto;
float:right;
text-align:right;
overflow:hidden;
}
.videoicon li{
display:inline-block;
padding:0 10px;
text-align:right;
border-right:rgba(255,255,255,0.1) 1px solid;
}
.videoicon li:last-child{	
border-right:rgba(255,255,255,0.1) 0px solid;
text-align:left;
padding-right:0px;
}

.videoicon i:hover{
color:#d1355e!important;
}
.videoicon li .fa{
color:rgba(255,255,255,0.6); font-size:18px; width:24px;
}


.patternbackground:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/overlay.png) repeat fixed;
}

.patternbackground1:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/blackorchid.png) repeat fixed;
}

.patternbackground2:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/dark_brick_wall.png) repeat fixed;
}

.patternbackground3:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/vertical_cloth.png) repeat fixed;
}

.patternbackground4:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/wood_1.png) repeat fixed;
}

.parallax-wallpaper {
	left: -25%;
	top: -25%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	z-index:-888888888;
	position: fixed;
	width: 150%;
	height: 150%;
	-webkit-background-size: cover;
	background-size: cover;
}
.starbackground {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: transparent;
    background-size: cover;
    -webkit-background-size: cover;
    overflow: hidden;
    z-index:0;
}

.star {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,1);
    box-shadow: 0px 0px 10px rgba(255,255,255,0.75);
}
/* ==================================================================
	8.0 Header
================================================================== */

.site-logo {
	margin:63px 0 0 0;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
}


/* ==================================================================
	9.0 Count down Counter
================================================================== */
#countdown{
	margin:o auto;
	display:block;	
}

#countdown ul{ margin:0 auto; text-align:center;}
#countdown ul li{
	margin:0 auto;
	display:inline-block;
	padding:0 6px; width:24%;
	text-align:center;
	border-left:rgba(255,255,255,0.1) 1px solid;	
	height:420px;
	border-radius: 0px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	}

#countdown ul li{
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2ZiZmNmZCIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjN2RiOWU4IiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top,  rgba(30,87,153,0) 0%, rgba(251,252,253,0.1) 49%, rgba(255,255,255,0.1) 50%, rgba(125,185,232,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,0)), color-stop(49%,rgba(251,252,253,0.1)), color-stop(50%,rgba(255,255,255,0.1)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(251,252,253,0.1) 49%,rgba(255,255,255,0.1) 50%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(251,252,253,0.1) 49%,rgba(255,255,255,0.1) 50%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(251,252,253,0.1) 49%,rgba(255,255,255,0.1) 50%,rgba(125,185,232,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(30,87,153,0) 0%,rgba(251,252,253,0.1) 49%,rgba(255,255,255,0.1) 50%,rgba(125,185,232,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#007db9e8',GradientType=0 ); /* IE6-8 */
}

#countdown ul li:hover{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;

}
#countdown ul li.countdownsec,.countdowndays{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	
}
.countdownsec .seconds{
	color:#d1355e!important;
}
.countdowndays .days{
	color:#d1355e!important;
}
#countdown ul li:hover span{
	color:#d1355e;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#countdown ul li:last-child:hover{	
	border-right:rgba(255,255,255,0.1) 1px solid;
	}
#countdown ul li:last-child{	
	border-right:rgba(255,255,255,0.1) 1px solid;
	}
#countdown ul li .days, .hours, .minutes, .seconds{	
	text-transform:uppercase;
	font-family:"Julius Sans One", Arial, Helvetica, sans-serif;
	font-weight:lighter;
	color:#fff;	font-size:42px;
	font-weight: lighter;
	text-shadow: -5px 5px 5px rgba(0,0,0,0.3);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	}


#countdown ul li .countlabel{	
	text-transform:uppercase;
	color:rgba(255,255,255,0.5);
	font-size:12px;
	margin-top:12px;
	padding-bottom:0px;
	border-bottom:rgba(28,40,55,0.5) 0px dotted;
	text-align:center;
	}
#countdown ul li .leftlabel{	
	text-transform:uppercase;
	color:rgba(255,255,255,0.06);
	font-size:52px;
	margin-top:5px;
	text-align:center;
	}
#countdown ul li  {	
	padding-top:165px;	
	}
	
/* ==================================================================
	10.0 Forms
================================================================== */

input, textarea, select {
	background: rgba(255,255,255,0.05);
	outline: none;
	-webkit-appearance: none;
	color: #fff; font-size:14px;
	border:  0px;
	border: 1px solid rgba(255,255,255,0.1);
	border-left: 1px solid rgba(255,255,255,0.1);
	padding: 9px 20px;
	margin: 0px;
	font-style: normal;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	height: auto;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: background-color .3s ease, border .3s ease, color .3s ease;
	-moz-transition: background-color .3s ease, border .3s ease, color .3s ease;
	-ms-transition: background-color .3s ease, border .3s ease, color .3s ease;
	-o-transition: background-color .3s ease, border .3s ease, color .3s ease;
	transition: background-color .3s ease, border .3s ease, color .3s ease;
	position: relative; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	line-height:normal;
	letter-spacing:normal;
}

input:focus{

}

select:focus{

}

textarea:focus {

}

input[type="text"], input[type="email"] {
	width: 100%;
}
textarea {
	width: 100%;
	padding: 10px 20px;
	resize: both;
	margin-top: 0px;
	height: 100px;
}

input[type="submit"], button {
	width: auto;
	font-style: normal;
	background: rgba(255,255,255,0.05);
	color: #dfdfdf;
	cursor: pointer;
	border-left: 1px solid rgba(255,255,255,0.1);
	border-right: 1px solid rgba(255,255,255,0.1);
	padding: 13px 25px;
}

input[type="submit"]:hover, button:hover {
	background: rgba(255,255,255,0.9);
	color: #dc2958;
}

select, option {
	cursor: pointer;
}

input[type="checkbox"] {
	-webkit-appearance: checkbox;
}

input[type="radio"] {
	-webkit-appearance: radio;
}

.form {
	position: relative;
	overflow: hidden;
}

.form-container {
	padding-top: 40px;
	position: relative;
	overflow: hidden;
	padding-bottom: 30px;
}

.form-note {
	color: #333;
	font-style: italic;
	margin: 24px 0;
}

.formerror {
	border-left: 1px solid #d1355e;
	border-right: 1px solid #d1355e;
}

/* ==================================================================
	Forms - WebKit browsers
================================================================== */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { 
    color: #dfdfdf;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #dfdfdf;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #dfdfdf; 
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #dfdfdf;
}

placeholder { 
   color: #dfdfdf;
}
input[placeholder] { text-overflow: ellipsis; }

::-moz-placeholder { text-overflow: ellipsis; } /* firefox 19+ */

input:-moz-placeholder { text-overflow: ellipsis; }

/* ==================================================================
	11.0 Subscription Forms
================================================================== */
.subscription input[type="email"]{
	width: 80%;
	padding: 13px 25px;
}

.subscriberesponse {
	padding-top: 5px;
	color: #d1355e; font-size:16px;
	display: none;
	font-family: 'Raleway', sans-serif;
}
.subscribesuccess {
	padding-top: 5px;
	color: #090; font-size:16px;
	display: none;
	font-family: 'Raleway', sans-serif;
}


/* ==================================================================
	12.0 Contact Forms
================================================================== */

.contactresponse {
	padding-top: 5px;
	color: #d1355e; font-size:16px;
	display: none;
	font-family: 'Raleway', sans-serif;
}
.contactsuccess {
	padding-top: 5px;
	color: #090; font-size:16px;
	display: none;
	font-family: 'Raleway', sans-serif;
}

#contacts_list {
	margin-bottom: 45px;
	font-family: 'Arial', sans-serif;
}
#contacts_list li {
	overflow: hidden;
	list-style: none;
	font-weight: 300;
	font-size: 15px;
	line-height: 18px;
	color: #c5c5c4;
	margin:10px 0 0 0;
}
#contacts_list li i {
	float: left;
	margin-right: 7px;
	color: #FFF;
}

/* WebKit browsers */
.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder { 
    color: #dfdfdf;
}
.contact-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #dfdfdf;
    opacity:  1;
}
.contact-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #dfdfdf; 
    opacity:  1;
}
.contact-form :-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #dfdfdf;
}

	
/* ==================================================================
	13.0 Dotstyle
================================================================== */

.navdotstyle {
	overflow: hidden;
	position: fixed;
	margin: 0 auto;
	padding: 21px;
	padding-top: 60px;
	width: 100%;
	text-align: center;	
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10000;	
}

.navigation-dot-container {
	display: table;
	margin: 0 auto;
	width: 100%;
	text-align:center;
}
.navigation-dot-container:after {
    content: "";
    position: relative;
	width: 100%;
	height: 1px;	
	float: right;
	margin-top: 10px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjMjM1YTliIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjN2RiOWU4IiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(left, rgba(30,87,153,0) 0%, rgba(35,90,155,0) 1%, rgba(255,255,255,0.1) 50%, rgba(125,185,232,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(30,87,153,0)), color-stop(1%,rgba(35,90,155,0)), color-stop(50%,rgba(255,255,255,0.1)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(30,87,153,0) 0%,rgba(35,90,155,0) 1%,rgba(255,255,255,0.1) 50%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(30,87,153,0) 0%,rgba(35,90,155,0) 1%,rgba(255,255,255,0.1) 50%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(30,87,153,0) 0%,rgba(35,90,155,0) 1%,rgba(255,255,255,0.1) 50%,rgba(125,185,232,0) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(30,87,153,0) 0%,rgba(35,90,155,0) 1%,rgba(255,255,255,0.1) 50%,rgba(125,185,232,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#007db9e8',GradientType=1 ); /* IE6-8 */
}
.navigation-dot-container:before {
    content: "";
    position: relative;
	width: 100%;
	height: 1px;	
	float: left;
	margin-bottom: 11px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjMjM1YTliIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjN2RiOWU4IiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(left, rgba(30,87,153,0) 0%, rgba(35,90,155,0) 1%, rgba(255,255,255,0.1) 50%, rgba(125,185,232,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(30,87,153,0)), color-stop(1%,rgba(35,90,155,0)), color-stop(50%,rgba(255,255,255,0.1)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(30,87,153,0) 0%,rgba(35,90,155,0) 1%,rgba(255,255,255,0.1) 50%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(30,87,153,0) 0%,rgba(35,90,155,0) 1%,rgba(255,255,255,0.1) 50%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(30,87,153,0) 0%,rgba(35,90,155,0) 1%,rgba(255,255,255,0.1) 50%,rgba(125,185,232,0) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(30,87,153,0) 0%,rgba(35,90,155,0) 1%,rgba(255,255,255,0.1) 50%,rgba(125,185,232,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#007db9e8',GradientType=1 ); /* IE6-8 */
}

/* Common styles and resets */

.navigation-dot-container ul {
	position: relative;
	display: inline-block;
	margin: 0 16px;
	padding: 0;
	list-style: none;
	cursor: default;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	float: none;
	text-align:center;
}

.navigation-dot-container li {
	position: relative;
	display: block;
	float: left;
	margin: 0 14px;
	width: 16px;
	height: 16px;
	cursor: pointer;
	border-radius:0	;
	background:rgba(209,53,94,1);
	text-shadow: -5px 5px 5px rgba(0,0,0,0.3);
}

.navigation-dot-container li a {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	outline: none;
	border-radius:0	;	
	background-color: rgba(255, 255, 255, 0.3);
	text-indent: -999em; /* make the text accessible to screen readers */
	cursor: pointer;
	position: absolute;
}

.navigation-dot-container li a:focus {
	outline: none;
}

/* Tooltip */

.navdotstyle-tooltip li {
	border: 2px solid #fff;
	border-radius: 50%;
	z-index: 1;
	-webkit-transition: border-color 0.3s ease;
	transition: border-color 0.3s ease;
}

.navdotstyle-tooltip li a {
	top: auto;
	bottom: 250%;
	left: 50%;
	visibility: hidden;
	padding: 0 10px;
	width: auto;
	height: auto;
	border-radius: 0;
	background:rgba(209,53,94,1);
	color: #fff;
	text-indent: 0;
	line-height: 2;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s ease;
}

.navdotstyle-tooltip li a::after { /* http: //cssarrowplease.com/ */
	position: absolute;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: 10px;
	border-color: transparent;
	border-top-color: rgba(209,53,94,1);
	content: '';
	pointer-events: none;
	top: 99%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.no-touch .navdotstyle-tooltip li:hover a,
.navdotstyle-tooltip li.navcurrent a {
	z-index: 100;
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateX(-50%) translateY(0%);
	transform: translateX(-50%) translateY(0%);
	-webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease;
	color: #fff!important;
	border: 1px solid rgba(255,255,255,0.4);
}

.navdotstyle-tooltip li.navcurrent {
	border-color: #c44d48;
}

.navdotstyle-tooltip li:hover {
	z-index: 100;
}

.no-touch .navdotstyle-tooltip ul:hover li.navcurrent a {
	opacity: 0.6;
	color: #fff!important;
}

.navdotstyle-tooltip ul li.navcurrent:hover a {
	opacity: 1;
	color: #fff!important;
}

/*==================================================================
	14.0 Services
================================================================== */
#services-content .fa{
color:#fff;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
margin-right:10px;
}
.service1:hover .fa{
color:#d1355e!important;
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-o-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg); 
transform: rotate(360deg);
}
.service2:hover .fa{
color:#d1355e!important;
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-o-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg); 
transform: rotate(360deg);
}
.service3:hover .fa{
color:#d1355e!important;
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-o-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg); 
transform: rotate(360deg);
}


/*==================================================================
	15.0 Socials
================================================================== */
.social{
text-align:right;
padding:63px 30px 0 0;
display: block;
margin: 0 auto;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.socialicon{
margin:0 auto;
position:relative;	
width:auto;
float:right;
text-align:center;
}
.socialicon li{
display: inline;
padding:0 10px 0 10px;
text-align:center;
border-right:rgba(255,255,255,0.1) 1px solid;
}
.socialicon li:last-child{	
border-right:rgba(255,255,255,0.1) 0px solid;
}

.socialicon i:hover{
color:#d1355e!important;
-webkit-transform: scale(1.15);
-moz-transform: scale(1.15);
-o-transform: scale(1.15);
-ms-transform: scale(1.15);
transform: scale(1.15);
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.socialicon li .fa{
color:rgba(255,255,255,0.6);
font-size:18px;
text-shadow: -5px 5px 5px rgba(0,0,0,0.3);
}

/* ==================================================================
	16.0 Mobile
================================================================== */

body.mobile {
	-webkit-text-size-adjust:none;
}

body.mobile .animated {
	display: block;
	visibility: visible;
}

/*==================================================================
	16.0 Custom CSS
================================================================== */


