/*  RESET browser defaults (Eric Meyer Global Reset)*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clearfloat {
	clear:both;
  	height:0;
  	font-size: 1px;
 	line-height: 0px;
}
/* END RESET browser defaults */


/* FONTS */
@font-face {
    font-family: 'FiraSansOT-Regular';
    src: url('fonts/FiraSans/FiraSansOT-Regular.eot');
    src: local('FiraSansOT-Regular'), 
         local('FiraSansOT-Regular'), 
		 url('fonts/FiraSans/FiraSansOT-Regular.eot?#iefix') format('embedded-opentype'),
		 url('fonts/FiraSans/FiraSansOT-Regular.woff') format('woff'), 
         url('fonts/FiraSans/FiraSansOT-Regular.ttf') format('truetype'),
         url('fonts/FiraSans/FiraSansOT-Regular.svg#FiraSansOT-Regular') format('svg'); 
}

@font-face {
    font-family: 'FiraSansOT-Medium';
    src: url('fonts/FiraSans/FiraSansOT-Medium.eot');
    src: local('FiraSansOT-Medium'), 
         local('FiraSansOT-Medium'), 
		 url('fonts/FiraSans/FiraSansOT-Medium.eot?#iefix') format('embedded-opentype'),
		 url('fonts/FiraSans/FiraSansOT-Medium.woff') format('woff'), 
         url('fonts/FiraSans/FiraSansOT-Medium.ttf') format('truetype'),
         url('fonts/FiraSans/FiraSansOT-Medium.svg#FiraSansOT-Medium') format('svg'); 
}

@font-face {
    font-family: 'FiraSansOT-Bold';
    src: url('fonts/FiraSans/FiraSansOT-Bold.eot');
    src: local('FiraSansOT-Bold'), 
         local('FiraSansOT-Bold'), 
		 url('fonts/FiraSans/FiraSansOT-Bold.eot?#iefix') format('embedded-opentype'),
		 url('fonts/FiraSans/FiraSansOT-Bold.woff') format('woff'), 
         url('fonts/FiraSans/FiraSansOT-Bold.ttf') format('truetype'),
         url('fonts/FiraSans/FiraSansOT-Bold.svg#FiraSansOT-Bold') format('svg'); 
}

@font-face {
    font-family: 'FiraSansOT-Light';
    src: url('fonts/FiraSans/FiraSansOT-Light.eot');
    src: local('FiraSansOT-Light'), 
         local('FiraSansOT-Light'), 
		 url('fonts/FiraSans/FiraSansOT-Light.eot?#iefix') format('embedded-opentype'),
		 url('fonts/FiraSans/FiraSansOT-Light.woff') format('woff'), 
         url('fonts/FiraSans/FiraSansOT-Light.ttf') format('truetype'),
         url('fonts/FiraSans/FiraSansOT-Light.svg#FiraSansOT-Light') format('svg'); 
}

@font-face {
    font-family: 'Amaranth-Bold';
    src: url('fonts/Amaranth/Amaranth-Bold.eot');
    src: local('Amaranth-Bold'), 
         local('Amaranth-Bold'), 
		 url('fonts/Amaranth/Amaranth-Bold.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Amaranth/Amaranth-Bold.woff') format('woff'), 
         url('fonts/Amaranth/Amaranth-Bold.ttf') format('truetype'),
         url('fonts/Amaranth/Amaranth-Bold.svg#Amaranth-Bold') format('svg'); 
}

@font-face {
    font-family: 'Amaranth-Regular';
    src: url('fonts/Amaranth/Amaranth-Regular.eot');
    src: local('Amaranth-Regular'), 
         local('Amaranth-Regular'), 
		 url('fonts/Amaranth/Amaranth-Regular.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Amaranth/Amaranth-Regular.woff') format('woff'), 
         url('fonts/Amaranth/Amaranth-Regular.ttf') format('truetype'),
         url('fonts/Amaranth/Amaranth-Regular.svg#Amaranth-Regular') format('svg'); 
}
		 


/* GLOBAL */
.centered {
	text-align: center;
}

.right {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.italic {
	font-style: italic;
}

h1 {
	color: #00a5d5;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 20px;
	line-height: 38px;
}

h1.ufirst {
	text-transform: none;
}

h2 {
	color: #00a5d5;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 24px;
	margin-bottom: 20px;
}

h2.ufirst {
	text-transform: none;
}

h3 {
	font-size: 18px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
}

input, textarea, select {
	font-family: 'FiraSansOT-Regular', Tahoma, 'Trebuchet MS', Arial;
	font-size: 12px;
	border: 1px solid #3c3c3c;
	color: #6f6f6f;
}

input,
select {
	height: 21px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
}

input.checkbox {
	width: 15px !important;
}



/* CUSTOM STYLE */

body {
	background: #ffffff url('../images/bg.jpg');
	line-height: 20px;
	font-family: 'FiraSansOT-Regular', Tahoma, 'Trebuchet MS', Arial;
	font-size: 12px;
}


#okmsg {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
	background: none repeat scroll 0 0 #DFFFDF;
	margin: 0 auto;
	border: 1px solid #CCCCCC;
    border-radius: 2px;
    font-size: 13px;
    padding: 20px;
	text-align: center;
    text-shadow: 0 1px 1px #FFFFFF;
    text-transform: none;
	margin: 0 auto;
	margin-top: 12px;
	position: absolute;
	left: 50%;
    width: 300px;
    margin-left: -150px;
	color: #0ebe0e;
	z-index: 10;
}


#errormsg {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
	background: none repeat scroll 0 0 #ffdfe4;
	margin: 0 auto;
	border: 1px solid #CCCCCC;
    border-radius: 2px;
    font-size: 13px;
    padding: 20px;
	text-align: center;
    text-shadow: 0 1px 1px #FFFFFF;
    text-transform: none;
	margin-top: 12px;
	position: absolute;
	left: 50%;
    width: 300px;
    margin-left: -150px;
	color: #ff2544;
	z-index: 10;
}




/* HEADER */
#header {
	position: fixed;
	width: 100%;
	height: 125px;
	z-index: 100;
	background-color: #ffffff;
	background: #ffffff url('../images/bg-header.jpg') repeat-x left bottom;
}

#header #login {
	width: 100%;
	height: 29px;
	background-color: #efefef;
	border-top: 1px solid #dfddde;
	border-bottom: 1px solid #dedede;
}

#header #login-container {
	width: 960px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

#header #login-container #language {
	float: left;
	width: 80px;
	height: 24px;
	padding-top: 3px;
	padding-left: 5px;
	margin-top: 2px;
	color: #646464;
	cursor: pointer;
	z-index: 999;
	position: relative;
}

#header #login-container #language .arrow {
	position: absolute;
	top: 10px;
	right: 5px;
	width: 10px;
	height: 5px;
	background: url('../images/bg-language-arrow.png') no-repeat left top;
}

#header #login-container #language .language-other {
	position: absolute;
	top: 30px;
	left: 0;
	width: 80px;
	height: 25px;
	background-color: #efefef;
	border: 1px solid #dedede;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
	display: none;
}

#header #login-container #language .language-other a {
	display: block;
	color: #646464;
	text-decoration: none;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	height: 19px;
}

#header #login-container #language .language-other a:hover {
	color: #000000;
}




#header #login-container #currency {
	float: left;
	width: 80px;
	height: 24px;
	padding-top: 3px;
	padding-left: 5px;
	margin-top: 2px;
	margin-left: 40px;
	color: #646464;
	cursor: pointer;
	z-index: 999;
	position: relative;
}

#header #login-container #currency .arrow {
	position: absolute;
	top: 10px;
	right: 5px;
	width: 10px;
	height: 5px;
	background: url('../images/bg-language-arrow.png') no-repeat left top;
}

#header #login-container #currency .currency-other {
	position: absolute;
	top: 30px;
	left: 0;
	width: 80px;
	height: 75px;
	background-color: #efefef;
	border: 1px solid #dedede;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
	display: none;
}

#header #login-container #currency .currency-other a {
	display: block;
	color: #646464;
	text-decoration: none;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	height: 19px;
}

#header #login-container #currency .currency-other a:hover {
	color: #000000;
}

.currency_small {
	font-size: 20px;
}



#header #login-container #login-menu {
	float: right;
	width: 600px;
	height: 30px;
	cursor: pointer;
	z-index: 999;
	position: relative;
	text-align: right;
}

#header #login-container #login-menu ul {
	float: left;
	width: 100%;
	height: 100%;
}

#header #login-container #login-menu ul li {
	float: right;
	height: 100%;
	padding-left: 25px;
}

#header #login-container #login-menu ul li a {
	float: left;
	padding-left: 30px;
	padding-top: 5px;
	height: 24px;
	text-decoration: none;
	color: #636363;
}

#header #login-container #login-menu ul li a:hover {
	color: #abc886;
}

#header #login-container #login-menu ul li a.login {
	background: url('../images/bg-login-icon.png') no-repeat 5px center;
}

#header #login-container #login-menu ul li a.login:hover {
	background: url('../images/bg-login-icon-selected.png') no-repeat 5px center;
}

#header #login-container #login-menu ul li a.logout {
	background: url('../images/bg-logout-icon.png') no-repeat 5px center;
}

#header #login-container #login-menu ul li a.logout:hover {
	background: url('../images/bg-logout-icon-selected.png') no-repeat 5px center;
}

#header #login-container #login-menu ul li a.projects {
	background: url('../images/bg-projects-icon.png') no-repeat 5px center;
}

#header #login-container #login-menu ul li a.projects:hover {
	background: url('../images/bg-projects-icon-selected.png') no-repeat 5px center;
}

#header #login-container #login-menu ul li a.orders {
	background: url('../images/bg-orders-icon.png') no-repeat 5px center;
}

#header #login-container #login-menu ul li a.orders:hover {
	background: url('../images/bg-orders-icon-selected.png') no-repeat 5px center;
}

#header #login-container #login-menu .login-box {
	position: absolute;
	right: 0;
	top: 45px;
	width: 290px;
	height: 130px;
	border: 1px solid #dfddde;
	background-color: #efefef;
	padding-top: 15px;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
	box-shadow: 0 1px 0 rgba(100, 100, 100, 0.05);
	cursor: auto;
	display: none;
	-webkit-transition: height 0.25s ease-in-out;
	-moz-transition: height 0.25s ease-in-out;
	-o-transition: height 0.25s ease-in-out;
	transition: height 0.25s ease-in-out;
}

#header #login-container #login-menu .login-box input.text {
	float: left;
	width: 232px;
	height: 29px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-left: 30px;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
	border: 1px solid #dfddde;	
}

#header #login-container #login-menu .login-box input.text:focus,
#header #login-container #login-menu .login-box input.text:hover {
	border: 1px solid #a8c887;
}

#header #login-container #login-menu .login-box input.email {
	background: #ffffff url('../images/bg-email-icon.png') no-repeat 5px center;
}

#header #login-container #login-menu .login-box input.password {
	background: #ffffff url('../images/bg-password-icon.png') no-repeat 5px center;
}

#header #login-container #login-menu .login-box .login-box-password {
	display: none;
}

#header #login-container #login-menu .login-box .box-arrow {
	position: absolute;
	right: 13px;
	top: -13px;
	width: 24px;
	height: 13px;
	background: url('../images/bg-login-box-arrow.jpg') no-repeat left top;
}

#header #login-container #login-menu .login-box div.text {
	float: left;
	width: 140px;
	padding-top: 7px;
	padding-left: 15px;
	color: #636363;
	cursor: pointer;
	text-align: left;
}

#header #login-container #login-menu .login-box input.submit {
	float: right;
	width: 87px;
	height: 28px;
	margin-right: 10px;
	background: url('../images/bg-login-submit.jpg') repeat-x left top;
	border: 1px solid #85a562;
	color: #ffffff;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
	cursor: pointer;
}



#header #header-container {
	width: 960px;
	height: 86px;
	margin: 0 auto;
	position: relative;
}

#header #logo {
	float: left;
	margin-top: 5px;
	width: 280px;
	height: 80px;
	background: url('../images/logo.png') no-repeat left top;
}

#header #logo a {
	display: block;
	height: 100%;
	cursor: pointer;
}

#header #topmenu {
	position: absolute;
	top: 0;
	right: 0;
	width: 600px;
}

#header #topmenu ul {
	float: right;
}

#header #topmenu ul li {
	float: left;
	margin-left: 10px;
}

#header #topmenu ul li a {
	float: left;
	color: #abc886;
	font-size: 14px;
	margin-top: 30px;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}

#header #topmenu ul li a:hover,
#header #topmenu ul li a.selected {
	color: #ffffff;
	background-color: #a9c88c;
	text-decoration: none;
}



/* MAIN */
#banner {
	float: left;
	width: 100%;
	height: 380px;
	overflow: hidden;
	position: relative;
	margin-top: 124px;
}

#banner #banner-nav {
	width: 960px;
	height: 380px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#banner #banner-slider {
	width: 100%;
	height: 100%;
}

#banner .banner {
	width: 960px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: -386px;
	position: relative;
}

#banner .banner-process {
	float: left;
	width: 150px;
	margin-left: 42px;
	margin-top: 66px;
	position: relative;
	text-align: center;
	background: url('../images/bg-banner-process-arrow.png') no-repeat right 50px;
}

#banner .banner-process-last {
	background: url('');
}

#banner .banner-process .process-image {
	float: left;
	width: 107px;
	height: 107px;
}

#banner .banner-process .process-image1 {
	background: url('../images/bg-banner-process.png') no-repeat left top;
}

#banner .banner-process-selected .process-image1 {
	background: url('../images/bg-banner-process.png') no-repeat left bottom;
}

#banner .banner-process .process-image2 {
	background: url('../images/bg-banner-process.png') no-repeat -108px top;
}

#banner .banner-process-selected .process-image2 {
	background: url('../images/bg-banner-process.png') no-repeat -108px bottom;
}

#banner .banner-process .process-image3 {
	background: url('../images/bg-banner-process.png') no-repeat -216px top;
}

#banner .banner-process-selected .process-image3 {
	background: url('../images/bg-banner-process.png') no-repeat -216px bottom;
}

#banner .banner-process .process-image4 {
	background: url('../images/bg-banner-process.png') no-repeat -324px top;
}

#banner .banner-process-selected .process-image4 {
	background: url('../images/bg-banner-process.png') no-repeat -324px bottom;
}

#banner .banner-process .process-image5 {
	background: url('../images/bg-banner-process.png') no-repeat -432px top;
}

#banner .banner-process-selected .process-image5 {
	background: url('../images/bg-banner-process.png') no-repeat -432px bottom;
}

#banner .banner-process .process-text {
	float: left;
	width: 107px;
	margin-top: 12px;
	color: #ffffff;
	font-size: 16px;
	text-transform: uppercase;
}

#banner .banner-process-selected .process-text {
	color: #3d6b8c;
}

#banner .banner .banner-button {
	position: absolute;
	bottom: 50px;
	left: 356px;
}
	
#banner .banner .banner-button input {
	width: 248px;
	height: 60px;
	text-transform: uppercase;
	color: #ffffff;
	background: #3d6b8f;
	border: 0;
	font-size: 22px;
	font-family: 'FiraSansOT-Medium', Tahoma, 'Trebuchet MS', Arial;
	-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

#banner .banner .banner-button input:hover {
	background: #ffffff;
	color: #3d6b8f;
	cursor: pointer;
}


#banner #nav-prev {
	position: absolute;
	top: 145px;
	left: 50px;
	width: 43px;
	height: 43px;
	background: url('../images/bg-banner-arrow.png') no-repeat left top;
	z-index: 99;
	cursor: pointer;
}

#banner #nav-prev:hover {
	background: url('../images/bg-banner-arrow.png') no-repeat left bottom;
}

#banner #nav-next {
	position: absolute;
	top: 145px;
	right: 50px;
	width: 43px;
	height: 43px;
	background: url('../images/bg-banner-arrow.png') no-repeat right top;
	z-index: 99;
	cursor: pointer;
}

#banner #nav-next:hover {
	background: url('../images/bg-banner-arrow.png') no-repeat right bottom;
}


/* PACKAGES */
#packages {
	float: left;
	width: 100%;
	position: relative;
}

#packages #services-container {
	width: 960px;
	margin: 0 auto;
	position: relative;
	padding-top: 140px;
	padding-bottom: 180px;
}

#packages .services-title {
	float: left;
	width: 100%;
	text-align: center;
	font-family: 'FiraSansOT-Medium', Tahoma, 'Trebuchet MS', Arial;
	font-size: 26px;
	color: #c5c3c4;
	text-transform: uppercase;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6);
	letter-spacing: 1.1px;
}

#packages .services-tip {
	float: left;
	width: 100%;
	text-align: center;
	font-family: 'FiraSansOT-Regular', Tahoma, 'Trebuchet MS', Arial;
	font-size: 12px;
	margin-bottom: 45px;
	color: #646464;
}

#packages .services-block {
	float: left;
	width: 25%;
	height: 371px;
	background: url('../images/bg-package.png') no-repeat center top;
}

#packages .services-block:hover {
	background: url('../images/bg-package-selected.png') no-repeat center top;
}

#packages .services-block .service-price {
	float: left;
	width: 100%;
	color: #3c6c90;
	font-size: 34px;
    margin-top: 40px;
	text-align: center;
	font-family: 'FiraSansOT-Medium', Tahoma, 'Trebuchet MS', Arial;
}

#packages .services-block .service-subtitle {
	float: left;
	width: 100%;
	color: #3c6c90;
	font-size: 26px;
    margin-top: 60px;
	text-align: center;
	font-family: 'Amaranth-Regular', Tahoma, 'Trebuchet MS', Arial;
}

#packages .services-block .service-description {
	float: left;
	width: 197px;
	color: #3c6c90;
	margin-top: 10px;
	margin-bottom: 16px;
	text-align: center;
	padding-left: 21px;
	padding-right: 21px;
	font-size: 12px;
}

#packages .services-block .service-item {
	float: left;
	width: 197px;
	color: #3c6c90;
	margin-top: 8px;
	text-align: center;
	padding-left: 21px;
	padding-right: 21px;
	font-size: 14px;
}

#packages .services-block .service-button {
	float: left;
	width: 100%;
	margin-top: 12px;
	text-align: center;
}

#packages .services-block .service-button a {
	float: left;
	width: 88px;
	height: 22px;
	text-decoration: none;
	text-transform: uppercase;
	background: #efefef url('../images/bg-cart-selected.png') no-repeat 10px center;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
	color: #3c6c90;
	margin-left: 63px;
	padding-top: 5px;
	padding-left: 25px;
	font-size: 14px;
	font-family: 'FiraSansOT-Bold', Tahoma, 'Trebuchet MS', Arial;
}

#packages .services-block:hover .service-button a {
	background: #3c6c90 url('../images/bg-cart.png') no-repeat 10px center;
	color: #efefef;
}

#packages .banner-button {
	position: absolute;
	bottom: 80px;
	left: 356px;
}
	
#packages .banner-button input {
	width: 248px;
	height: 60px;
	text-transform: capitalize;
	color: #ffffff;
	background: #3d6b8f;
	border: 0;
	font-size: 20px;
	font-family: 'FiraSansOT-Medium', Tahoma, 'Trebuchet MS', Arial;
	-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

#packages .banner-button input:hover {
	background: #a8c887;
	color: #ffffff;
	cursor: pointer;
}






/* PORTFOLIO */
#portfolio {
	float: left;
	width: 100%;
	position: relative;
	background-color: #ffffff;
}

#portfolio #portfolio-container {
	width: 960px;
	margin: 0 auto;
	position: relative;
	padding-top: 140px;
	padding-bottom: 80px;
}

#portfolio .block-title {
	float: left;
	width: 100%;
	font-family: 'FiraSansOT-Bold', Tahoma, 'Trebuchet MS', Arial;
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	color: #3f6b8e;
}

#portfolio .portfolio-tip {
	float: left;
	width: 100%;
	text-align: center;
	font-family: 'FiraSansOT-Regular', Tahoma, 'Trebuchet MS', Arial;
	font-size: 12px;
	margin-bottom: 40px;
	color: #3f6b8e;
}

#portfolio .portfolio-block {
	float: left;
	width: 16.5%;
	position: relative;
	text-align: center;
	margin-bottom: 45px;
}

#portfolio .portfolio-block a {
	display: block;
	height: 100%;
}

#portfolio .portfolio-block img {
	z-index: 10;
	-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
}

#portfolio .portfolio-block .portfolio-data {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	position: relative;
}


#portfolio .portfolio-block .portfolio-project-name {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 10%;
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'FiraSansOT-Bold', Tahoma, 'Trebuchet MS', Arial;
	font-size: 22px;
}

#portfolio .portfolio-block .portfolio-project-type {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 3%;
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'FiraSansOT-Regular', Tahoma, 'Trebuchet MS', Arial;
	font-size: 18px;
}

#portfolio .portfolio-block .portfolio-project-view {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-family: 'FiraSansOT-Regular', Tahoma, 'Trebuchet MS', Arial;
	font-size: 14px;
}




/* CONTACT */
#contact {
	float: left;
	width: 100%;
	position: relative;
}

#contact #contact-container {
	width: 960px;
	margin: 0 auto;
	position: relative;
	padding-top: 33px;
	padding-bottom: 70px;
	color: #000000;
}

#contact .contact-title {
	float: left;
	width: 100%;
	text-align: center;
	font-family: 'FiraSansOT-Bold', Tahoma, 'Trebuchet MS', Arial;
	font-size: 24px;
	text-transform: uppercase;
	color: #646464;
}

#contact .contact-tip {
	float: left;
	width: 100%;
	text-align: center;
	font-family: 'FiraSansOT-Regular', Tahoma, 'Trebuchet MS', Arial;
	font-size: 12px;
	margin-bottom: 10px;
	color: #646464;
}

#contact .contact-result {
	float: left;
    text-align: center;
    width: 100%;
}

#contact .contact-wrapper {
	float: left;
	width: 920px;
	background-color: #ffffff;
	padding: 20px;
	-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
}

#contact .contact-block {
	float: left;
	width: 306px;
}

#contact .contact-block input {
	width: 250px;
	height: 39px;
	border: 0;
	background-color: #e6e6e6;
	color: #464646;
	margin-bottom: 2px;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
}

#contact .contact-block textarea {
	width: 280px;
	height: 53px;
	border: 0;
	background-color: #e6e6e6;
	color: #464646;
	padding: 15px;
	-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
}

#contact .contact-block4 {
	float: left;
	text-align: center;
	width: 318px;
}

#contact .contact-block .submit_form {
	width: 280px;
	height: 38px;
	color: #ffffff;
	background: #3d6b8f;
	border: 0;
	font-size: 16px;
	font-family: 'FiraSansOT-Normal', Tahoma, 'Trebuchet MS', Arial;
	-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	margin: 0 auto;
	margin-top: 20px;
}

#contact .contact-block .submit_form:hover {
	background: #a8c887;
	color: #ffffff;
	cursor: pointer;
}




/* SECTION */
#section-title {
	float: left;
	width: 100%;
	position: relative;
	margin-top: 124px;
}

#section-title #section-title-container {
	width: 905px;
	height: 40px;
	margin: 0 auto;
	position: relative;
	color: #3e6c90;
	font-size: 36px;
	padding-top: 40px;
	padding-bottom: 20px;
	padding-left: 55px;
	font-family: 'Amaranth-Regular', Tahoma, 'Trebuchet MS', Arial;
}

#section-title #section-title-container .section-subtitle-container {
	font-size: 28px;
}

#section {
	float: left;
	width: 100%;
	position: relative;
}

#section #section-container {
	width: 960px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 120px;
}

#section #section-container .section-package {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

#section #section-container .section-package .package-icon {
	float: left;
	width: 50px;
	height: 35px;
	background: url('../images/bg-package-icon.png') no-repeat left top;
	margin-left: 15px;
	margin-top: 10px;
	cursor: pointer;
}

#section #section-container .section-package .package-icon-open {
	background: url('../images/bg-package-icon.png') no-repeat left bottom;
}

#section #section-container .section-package .package-icon-selected {
	background-image: url('../images/bg-package-icon-selected.png');
}

#section #section-container .section-package .package-content {
	float: left;
	width: 893px;
	border: 1px solid #ffffff;
	background-color: #ffffff;
	-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
	padding: 18px 0;
	height: 20px;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	cursor: pointer;
}

#section #section-container .section-package .package-content:hover {
	border: 1px solid #3d6b8f;
}

#section #section-container .section-package .package-content-selected {
	border: 1px solid #a8c887;
	background-color: #d8e9c5;
}

#section #section-container .section-package .package-content .package-name {
	float: left;
	width: 518px;
	font-family: 'Amaranth-Regular', Tahoma, 'Trebuchet MS', Arial;
	font-size: 20px;
	color: #3d6b8f;
	padding-bottom: 20px;
	padding-left: 26px;
}

#section #section-container .section-package .package-content .package-name-normal {
	color: #549dd5;
}

#section #section-container .section-package .package-content .package-price {
	position: absolute;
	right: 25px;
	top: 18px;
	width: 100px;
	font-family: 'Amaranth-Regular', Tahoma, 'Trebuchet MS', Arial;
	font-size: 36px;
	color: #3d6b8f;
	text-align: right;
}

#section #section-container .section-package .package-content .package-button {
	position: absolute;
	right: 135px;
	top: 17px;
	width: 145px;
	font-family: 'Amaranth-Regular', Tahoma, 'Trebuchet MS', Arial;
	font-size: 36px;
	color: #3d6b8f;
	text-align: right;
}

#section #section-container .section-package .package-content .package-button input {
	float: left;
	width: 120px;
	height: 26px;
	text-decoration: none;
	text-transform: uppercase;
	background: #efefef url('../images/bg-cart-selected.png') no-repeat 10px center;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
	color: #3c6c90;
	padding-top: 3px;
	padding-left: 30px;
	font-size: 14px;
	font-family: 'FiraSansOT-Bold', Tahoma, 'Trebuchet MS', Arial;
	border: 0;
	cursor: pointer;
}

#section #section-container .section-package .package-content .package-button input:hover {
	background: #3c6c90 url('../images/bg-cart.png') no-repeat 10px center;
	color: #efefef;
}

#section #section-container .section-package .package-content-selected .package-button input {
	color: #efefef;
	background: #a8c887 url('../images/bg-cart.png') no-repeat 10px center;
}


#section #section-container .section-package .package-content .package-description {
	float: left;
	width: 100%;	
}

#section #section-container .section-package .package-content .package-description .package-description-item {
	float: left;
	width: 908px;
	height: 27px;
	padding-top: 3px;
	padding-left: 26px;
	padding-right: 26px;
	color: #3d6b8f;
}

#section #section-container .section-package .package-content .package-description .package-description-item-odd {
	background-color: #95b2c8;
	color: #ffffff;
}

#section #section-container .section-package .package-content-selected .package-description .package-description-item-odd {
	background-color: #b7d49a;
	color: #3d6b8f;
}


#section #section-container .package-totals {
	float: left;
	width: 940px;
	margin-top: 20px;
	border-top: 2px solid #3d6b8f;
	padding-top: 10px;
	padding-right: 20px;
	text-align: right;
	font-family: 'Amaranth-Regular', Tahoma, 'Trebuchet MS', Arial;
	font-size: 20px;
	color: #3d6b8f;
}

#section #section-container .package-buttons {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 100px;
}
	
#section #section-container .package-buttons input {
	width: 248px;
	height: 51px;
	text-transform: uppercase;
	color: #ffffff;
	background: #3d6b8f;
	border: 0;
	font-size: 20px;
	font-family: 'FiraSansOT-Medium', Tahoma, 'Trebuchet MS', Arial;
	-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

#section #section-container .package-buttons input.back {
	width: 90px;
	margin-right: 20px;
}

#section #section-container .package-buttons input:hover {
	background: #a8c887;
	color: #ffffff;
	cursor: pointer;
}




#section #section-container .confirm-order {
	float: left;
	width: 910px;
	background-color: #ffffff;
	box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.2);
	padding: 20px 25px;
	margin-bottom: 5px;
	-webkit-border-top-left-radius: 20px; -moz-border-top-left-radius: 20px; border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px; -moz-border-top-right-radius: 20px; border-top-right-radius: 20px;
}

#section #section-container .confirm-order table {
	width: 100%;
}

#section #section-container .confirm-order table tr.header td {
	font-size: 13px;
	padding-bottom: 10px;
}

#section #section-container .confirm-order table tr.row td {
	font-size: 14px;
	padding-bottom: 15px;	
	color: #646464;
}

#section #section-container .confirm-order table tr.row-grey td a {
	color: #828282;
}

#section #section-container .confirm-order table tr.total td {
	font-size: 16px;
	padding-top: 15px;
	border-top: 1px solid #dfddde;
}

#section #section-container .confirm-order table tr.total td.empty {
	border: 0;
}

#section #section-container .confirm-order table tr.row td.name {
	width: 75%;
	font-family: 'FiraSansOT-Medium',Tahoma,'Trebuchet MS',Arial;
}

#section #section-container .confirm-order table tr.row td.quantity {
	width: 15%;
}


#section #section-container .confirm-order table tr.row td input {
	width: 30px;
	border: 1px solid #dddddd;
	margin-left: 50px;
	margin-right: 50px;
}


#section #section-container .confirm-form {
	float: left;
	width: 910px;
	background-color: #ffffff;
	box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.2);
	padding: 20px 25px;
	-webkit-border-bottom-left-radius: 20px; -moz-border-bottom-left-radius: 20px; border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px; -moz-border-bottom-right-radius: 20px; border-bottom-right-radius: 20px;
	margin-top: -20px;
}

#section #section-container .confirm-form .confirm-form-row {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

#section #section-container .confirm-form .section-title {
	color: #3e6c90;
    font-family: "Amaranth-Regular",Tahoma,"Trebuchet MS",Arial;
    font-size: 26px;
    height: 30px;
    margin: 0 auto;
    padding-bottom: 20px;
    padding-top: 40px;
    position: relative;
}


/* FORM DATA*/
#section #section-container .confirm-form input,
#section #section-container .confirm-form textarea {
	background-color: #e6e6e6;
	box-shadow: 0 0.5px 0.2px rgba(0, 0, 0, 0.3);
	border: 1px solid #e6e6e6;
	padding: 15px 20px;
	color: #636363;
	font-size: 14px;
	-webkit-border-bottom-left-radius: 15px; -moz-border-bottom-left-radius: 15px; border-radius: 15px;
}

#section #section-container .confirm-form select {
	background-color: #e6e6e6;
	box-shadow: 0 0.5px 0.2px rgba(0, 0, 0, 0.3);
	border: 1px solid #e6e6e6;
	padding: 15px 15px;
	height: 51px;
	color: #636363;
	font-size: 14px;
	-webkit-border-bottom-left-radius: 15px; -moz-border-bottom-left-radius: 15px; border-radius: 15px;
}

#section #section-container .confirm-form input.checkbox {
	position: relative;
	top: 5px;
}

#section #section-container .confirm-form input#form-terms {
	box-shadow: none;
}

#section #section-container .confirm-form input.text_normal {
	box-shadow: none;
	border: 1px solid #aaaaaa;
	border-radius: 5px;
	width: 50px;
	height: 12px;
	background: #ffffff url('');
	padding: 5px;
	font-size: 12px;
}

#section #section-container .confirm-form-input-big {
	width: 860px;
}

#section #section-container select.confirm-form-input-big {
	width: 902px;
}

#section #section-container .confirm-form-input-half {
	width: 407px;
}

#section #section-container .confirm-form-input-med {
	width: 660px;
}

#section #section-container .confirm-form-input-small {
	width: 155px;
}
/* /FORM DATA */


#section #section-container .list-order {
	-webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;
	padding: 0;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	width: 100%;
}

#section #section-container .historic-order {
	width: 50%;
	margin: 0 auto;
	float: none;
}

#section #section-container .list-order table tr.header td {
	background-color: #ececec;
	color: #636363;
	font-family: 'FiraSansOT-Medium', Tahoma, 'Trebuchet MS', Arial;
	padding-bottom: 6px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

#section #section-container .list-order table tr.row td {
	border-bottom: 1px solid #dfddde;
	padding: 0;
	font-size: 13px;
}

#section #section-container .list-order table tr.row td.name {
	width: 70%;
	font-family: 'FiraSansOT-Medium',Tahoma,'Trebuchet MS',Arial;
}

#section #section-container .list-order table tr.row td a {
	display: block;
	padding-bottom: 8px;
	padding-top: 7px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	cursor: pointer;
}

#section #section-container .list-order table tr.row td a.link {
	color: #ABC886;
	text-transform: uppercase;
}

#section #section-container .list-order table tr.row:hover td,
#section #section-container .list-order table tr.row-finished td {
	background-color: #f5f5f5;
}


#section #section-container .project-form {
	float: left;
	width: 910px;
	background-color: #ffffff;
	box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.2);
	padding: 20px 25px;
	-webkit-border-bottom-left-radius: 10px; -moz-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px; -moz-border-bottom-right-radius: 10px; border-bottom-right-radius: 10px;
}

#section #section-container .project-form .project-form-row {
	float: left;
	width: 100%;
	color: #636363;
	margin-bottom: 25px;
}

#section #section-container .project-form .project-row-area {
	float: left;
	width: 100%;
	font-size: 16px;
	font-family: 'FiraSansOT-Medium',Tahoma,'Trebuchet MS',Arial;
	color: #636363;
	padding-bottom: 5px;
	border-bottom: 1px solid #dfddde;
	margin-bottom: 13px;
	margin-top: 15px;
}

#section #section-container .project-form .area-first {
	margin-top: 0;
}

#section #section-container .project-form .project-row-left {
	float: left;
	width: 220px;
	padding-right: 20px;
	padding-top: 28px;
	color: #949494;
	font-size: 11px;
	font-style: italic;
}

#section #section-container .project-form .project-row-left-hidden {
	display: none;
}

#section #section-container .project-form .project-row-right {
	float: right;
	width: 670px;
}

#section #section-container .project-form .project-form-row input {
	border: 1px solid #dddddd;
	width: 650px;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}

#section #section-container .project-form .project-form-row input:hover,
#section #section-container .project-form .project-form-row input:active {
	border: 1px solid #a8c887;
}

#section #section-container .project-form .project-form-row textarea {
	border: 1px solid #dddddd;
	width: 650px;
	height: 45px;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
	padding: 5px 6px;
	line-height: 16px;
}

#section #section-container .project-form .project-form-row textarea:hover,
#section #section-container .project-form .project-form-row textarea:active {
	border: 1px solid #a8c887;
}

#section #section-container .project-form .project-row-right .project-question {
	float: left;
	width: 100%;
	font-size: 13px;
	font-family: 'FiraSansOT-Medium',Tahoma,'Trebuchet MS',Arial;
	margin-bottom: 10px;
	color: #222222;	
/*	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);*/
}

#section #section-container .project-form .project-row-right .project-answer {
	float: left;
	width: 100%;
}

#section #section-container .project-form .project-row-right .project-file {
	font-family: 'FiraSansOT-Bold',Tahoma,'Trebuchet MS',Arial;
	color: #3d6b8d;
}

#section #section-container .project-form .project-row-right .project-file-list {
	padding-left: 15px;
	list-style-type: circle;
}

#section #section-container .project-form .project-row-right .project-file-list li {
	padding-left: 5px;
}

#section #section-container .project-form .project-row-right .project-answer .project-type {
	float: left;
	width: 33%;
	text-align: center;
}

#section #section-container .project-form .project-row-right .project-answer .project-type-name {
	float: left;
	width: 100%;
}

#section #section-container .project-form .project-row-right .project-answer label {
	position: relative;
	top: -6px;
}

#section #section-container .project-form .project-row-right .project-answer .project-type-image {
	float: left;
	width: 100%;
	text-align: center;
}

#section #section-container .project-form .project-row-right .project-answer .project-value-left {
	float: left;
	width: 50%;
	text-align: right;
}

#section #section-container .project-form .project-row-right .project-answer .project-value-left input {
	margin-right: 20px;
	margin-left: 10px;
}

#section #section-container .project-form .project-row-right .project-answer .project-value-right {
	float: left;
	width: 50%;
	text-align: left;
}

#section #section-container .project-form .project-row-right .project-answer .project-value-right input {
	margin-left: 20px;
	margin-right: 10px;
}


#section #section-container .project-log-form {
	float: left;
	width: 910px;
	background-color: #ffffff;
	box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.2);
	padding: 20px 25px;
	-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
	margin-top: 20px;
	margin-bottom: 50px;
}

#section #section-container .project-log-form .project-row-area {
	float: left;
	width: 100%;
	font-size: 16px;
	font-family: 'FiraSansOT-Medium',Tahoma,'Trebuchet MS',Arial;
	color: #636363;
	padding-bottom: 5px;
	margin-bottom: 13px;
	position: relative;
}

#section #section-container .project-log-form .project-row-area .upload_message {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 12px;
	font-family: 'FiraSansOT-Regular',Tahoma,'Trebuchet MS',Arial;
	display: none;
}

#section #section-container .project-log-form .project-answer {
	float: left;
	width: 100%;
	position: relative;
}

#section #section-container .project-log-form .project-answer .upload_files {
	float: left;
	width: 100%;
	padding-top: 10px;
	display: none;
}

#section #section-container .project-log-form .project-answer .upload_files .upload_file {
	float: left;
	clear: left;
	background: url('../images/bg-project-log-file-icon.png') no-repeat left top;
	padding-left: 25px;
	font-family: 'FiraSansOT-Bold',Tahoma,'Trebuchet MS',Arial;
	color: #636363;
}

#section #section-container .project-log-form .project-answer textarea {
	border: 1px solid #dddddd;
	width: 825px;
	height: 85px;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
	padding: 5px 6px;
	line-height: 16px;
}

#section #section-container .project-log-form .project-answer textarea:hover,
#section #section-container .project-log-form .project-answer textarea:active {
	border: 1px solid #a8c887;
}

#uploadifive-file_log_upload {
	background: url('../images/bg-project-log-file.png') no-repeat center center;
	border: 1px solid #dddddd;
	text-indent: -2000px;
	position: absolute !important;
	right: 0;
	top: 0;
	width: 60px !important;
	height: 55px !important;
}

#section #section-container .project-log-form .project-answer-user #uploadifive-file_log_upload {
	top: 50px !important;
}

#uploadifive-file_log_upload:hover {
	background: #f0f0f0 url('../images/bg-project-log-file-selected.png') no-repeat center center;
}

#uploadifive-file_log_upload input {
	height: 55px;
	cursor: pointer;
}

#uploadifive-file_log_upload-queue {
	display: none;
}

#section #section-container .project-log-form .project-answer #project_log_form {
	position: absolute !important;
	right: 0;
	top: 66px;
	width: 60px;
	height: 30px;
	text-transform: uppercase;
	color: #ffffff;
	background: #a7c786;
	border: 0;
	font-size: 13px;
	font-family: 'FiraSansOT-Medium', Tahoma, 'Trebuchet MS', Arial;
	-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	cursor: pointer;
}

#section #section-container .project-log-form .project-answer-user #project_log_form {
	top: 116px !important;
}

#section #section-container .project-log-form .project-answer #project_log_form:hover {
	/*background: #3d6b8f;*/
	border: 1px solid #87bb6f;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}


#section #section-container .project-log {
	float: left;
	width: 810px;
	background-color: #ffffff;
	box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.2);
	padding: 15px 45px;
	-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
	margin-top: 20px;
	position: relative;
}

#section #section-container .project-log-admin {
	float: right;
	width: 810px;
	background-color: #f1fae7;
	box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.2);
	padding: 15px 45px;
	-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
	margin-top: 20px;
	position: relative;
	border-top: 1px solid #d5ebbd;
}

#section #section-container .project-log .project-row-area {
	float: right;
	width: 100%;
	font-size: 14px;
	font-family: 'FiraSansOT-Medium',Tahoma,'Trebuchet MS',Arial;
	color: #636363;
	padding-bottom: 5px;
	margin-bottom: 13px;
	text-align: right;
}

#section #section-container .project-log-admin .project-row-area {
	float: left;
	text-align: left;
	color: #d5ebbd;
	background: url('../images/logo_short.png') no-repeat left top;
	text-indent: -2000px;
}

#section #section-container .project-log .log-date {
	position: absolute;
	left: 20px;
	top: 10px;
	color: #636363;
	font-family: 'FiraSansOT-Medium',Tahoma,'Trebuchet MS',Arial;
	font-size: 10px;	
}

#section #section-container .project-log-admin .log-date {
	left: auto;
	right: 20px;
}

#section #section-container .project-log .log-icon {
	position: absolute;
	right: -12px;
	top: 15px;
	width: 25px;
	height: 35px;
	background: url('../images/bg-project-log-client.png') no-repeat left top;
}

#section #section-container .project-log-admin .log-icon {
	left: -12px;
	width: 26px;
	background: url('../images/bg-project-log-weo.png') no-repeat left top;
}

#section #section-container .project-log .log-comment {
	float: left;
	width: 100%;
	color: #636363;
	text-align: right;
}

#section #section-container .project-log-admin .log-comment {
	text-align: left;
}

#section #section-container .project-log .log-files {
	float: left;
	width: 100%;
	margin-top: 25px;
	border-top: 1px solid #dfddde;
	padding-top: 10px;
}

#section #section-container .project-log .log-file {
	float: left;
	width: 100%;
	text-align: right;
	background: url('../images/bg-project-log-file-icon.png') no-repeat right top;
	margin-bottom: 2px;
}

#section #section-container .project-log-admin .log-file {
	text-align: left;
	background: url('../images/bg-project-log-file-icon.png') no-repeat left top;
}

#section #section-container .project-log .log-file .project-file {
	font-family: 'FiraSansOT-Bold',Tahoma,'Trebuchet MS',Arial;
	color: #636363;
}

#section #section-container .project-log-admin .log-file .project-file {
	padding-left: 25px;
}

#section #section-container .project-log .log-file .project-size {
	color: #b9b9b9;
	padding-right: 25px;
}

#section #section-container .project-log-admin .log-file .project-size {
	padding: 0;
}

.terms-container {
	font-size: 14px;
	text-align: justify;
}

	



#copyright {
	float: left;
	width: 100%;
	height: 85px;
	background-color: #dcd8d9;
	font-family: 'FiraSansOT-Medium', Tahoma, 'Trebuchet MS', Arial;
}

#copyright #copyright-container {
	width: 960px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

#copyright .left {
	float: left;
	width: 50%;
	color: #646464;
	margin-top: 23px;
	font-size: 12px;
}

#copyright .right {
	float: right;
	width: 50%;
	color: #646464;
	margin-top: 30px;
	font-size: 12px;
	text-align: right;
}


/* GENERAL */
.ui-widget {
	font-family: 'FiraSansOT-Regular', Tahoma, 'Trebuchet MS', Arial !important;
	font-size: 12px !important;
	line-height: 23px !important;
}

.ui-dialog {
	border: 1px solid #dedede !important;
	padding: 0 !important;
}

.ui-dialog .ui-dialog-titlebar {
	-webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important;
	border: 0 !important;
	background: #efefef !important;
}

.ui-dialog .ui-dialog-title {
	color: #626262 !important;
}

.ui-dialog .ui-dialog-titlebar .ui-state-hover {
	border: 0 !important;
	background: transparent !important;
}

.ui-dialog .ui-dialog-buttonpane {
	border: 0 !important;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
	border: 1px solid #e2eaed !important;
	background: #e2eaed !important;
	color: #78797e !important;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:hover {
	border: 1px solid #9ac983 !important;
	background: #9ac983 !important;
	color: #ffffff !important;
}



.project-row-right .uploadifive-button {
	background: #a7c786 !important;
	border: 1px solid transparent !important;
	font: initial !important;
	font-size: 13px !important;
	font-family: 'FiraSansOT-Medium', Tahoma, 'Trebuchet MS', Arial !important;
	-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px !important;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) !important;
	cursor: pointer !important;
	text-shadow: 0 !important;
	line-height: 30px !important;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0) !important;
}

.project-row-right .uploadifive-button:hover {
	border: 1px solid #87bb6f !important;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3) !important;
	cursor: pointer !important;
}

.project-row-right .uploadifive-button input {
	cursor: pointer !important;
	height: 30px;
}