/********************************/
/*  Created by Mariusz Galka    */
/*  Copyright by IguanaStudio   */
/********************************/

/*---[ reset ]-----------------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
	outline: 0;
	font-size: 100%;
	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;
}
/*---[ fonts ]-----------------------------------------------------------------------*/
@font-face {
	font-family: 'RobotoCondensedBold';
	src: url('fonts/RobotoCondensed-Bold-webfont.eot');
	src: url('fonts/RobotoCondensed-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/RobotoCondensed-Bold-webfont.woff') format('woff'), url('fonts/RobotoCondensed-Bold-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'RobotoCondensedRegular';
	src: url('fonts/RobotoCondensed-Regular-webfont.eot');
	src: url('fonts/RobotoCondensed-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/RobotoCondensed-Regular-webfont.woff') format('woff'), url('fonts/RobotoCondensed-Regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'RobotoRegular';
	src: url('fonts/Roboto-Regular-webfont.eot');
	src: url('fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Regular-webfont.woff') format('woff'), url('fonts/Roboto-Regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'RobotoBold';
	src: url('fonts/Roboto-Bold-webfont.eot');
	src: url('fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Bold-webfont.woff') format('woff'), url('fonts/Roboto-Bold-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'RobotoItalic';
	src: url('fonts/Roboto-Italic-webfont.eot');
	src: url('fonts/Roboto-Italic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Italic-webfont.woff') format('woff'), url('fonts/Roboto-Italic-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'RobotoLight';
	src: url('fonts/Roboto-Light-webfont.eot');
	src: url('fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Light-webfont.woff') format('woff'), url('fonts/Roboto-Light-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Icons';
	src:url('fonts/Icons.eot?-a8d5l7');
	src:url('fonts/Icons.eot?#iefix-a8d5l7') format('embedded-opentype'), url('fonts/Icons.woff?-a8d5l7') format('woff'), url('fonts/Icons.ttf?-a8d5l7') format('truetype');
	font-weight: normal;
	font-style: normal;
}
[class^="ico"], [class*=" ico"] {
	font-family: 'Icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icoHome:before {
	content: "\e600";
}
.icoAngleRight:before {
	content: "\e601";
}
.icoAngleLeft:before {
	content: "\e602";
}
/*---[ main ]-----------------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-family: 'RobotoLight', Arial, Helvetica, sans-serif;
	color: #353537;
    background: #000000;
    line-height: 120%;
}
a {
	color: #9a2b70;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}
a:hover {
	color: #89b217;
}
p {
	margin: 0 0 20px;
}
button {
	cursor: pointer;
	padding: 0;
	margin: 0;
	border: 0 none;
	background: none;
	overflow: visible;
}
button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input[type='text'], input[type='password'], input[type='file'], select, textarea {
	padding: 13px 18px;
	vertical-align: top;
	color: #707070;
	font-family: 'RobotoRegular';
	font-size: 16px;
	border: 1px solid #d6d6d6;
	border-radius: 5px;
	background: #fff;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #707070;
	opacity: .4;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #707070;
	opacity: .4;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #707070;
	opacity: .4;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #707070;
	opacity: .4;
}
::selection {
	background: #9a2b70;
	color: #fff;
}
::-moz-selection {
	background: #9a2b70;
	color: #fff;
}
ol {
	list-style: decimal;
	margin: 0 0 20px 30px;
}
ol li {
	margin: 0 0 15px;
}
ul {
	margin: 0 0 20px 28px;	
}
ul li {
	margin: 0 0 12px;
	padding: 0 0 0 20px;
	background: transparent url('../images/ico-point.png') no-repeat 0 8px;
}
ul li ul, ol li ul {
	margin: 10px 0 0;
}
ul li ul li {
	background: transparent url('../images/ico-sub-point.png') no-repeat 2px 7px;
	padding: 0 0 0 15px;
	margin: 0 0 8px;
}
ul li ul li ul {
	margin: 0 0 0 10px;
}
hr {
	background: #e8e8e8;
	border: 0 none;
	font-size: 0;
	height: 2px;
	line-height: 0;
	margin: 20px 0;
}
sup, sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: absolute;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
table {
	width: 100%;
	margin: 15px 0;
}
table th, table td {
	padding: 12px;
	line-height: 135%;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
}
table th {
	font-weight: bold;
	color: #fff;
	background: #53a8df;
}
table td {
	text-shadow: 1px 1px #fff;
}
table tr:nth-child(odd) td {
	background: #f8f8f8;
}
table tr:nth-child(even) td {
	background: #fff;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 120%;
	font-weight: normal;
}
h1 {
	font-size: 28px;
	font-family: 'RobotoBold';
	color: #fff;
}
h2 {
	font-size: 36px;
	font-family: 'RobotoBold';
	margin: 0 0 25px;
	color: #353537;
}
h3 {
	font-size: 18px;
	font-family: 'RobotoCondensedRegular';
	margin: 0 0 10px;
	color: #312c71;
}
h4 {
	font-size: 16px;
	font-family: 'RobotoBold';
	margin: 0 0 5px;
}
h5 {
	font-size: 14px;
	font-family: 'RobotoBold';
	margin: 0 0 5px;
}
h6 {
	font-size: 14px;
	font-family: 'RobotoBold';
	margin: 0 0 5px;
}
time {
	color: #868585;
	font-size: 12px;
}
time:before {
	font-family: 'Icons';
	content: "\e601";
	margin: 0 5px 0 0;
}
blockquote {
	background: #312c71;
	color: #fff;
	font-family: 'PTSerifRegular';
	font-size: 15px;
	padding: 5px 20px;
	margin: 0 0 15px;
}
blockquote p {
	margin: 10px 0;
}
blockquote strong,
blockquote b {
	font-family: 'PTSerifBold';
	font-weight: normal;
}
strong, b {
	font-family: 'RobotoBold';
	font-weight: normal;
}
/*---[ clearfix ]-----------------------------------------------------------------------*/
.cf:before,
.cf:after {
    content: '';
    display: table;
    line-height: 0;
}
.cf:after {
    clear: both;
}
/*---[ global ]-----------------------------------------------------------------------*/
.imgRight {
	position: absolute;
	top: 0px;
	right: 0;
}
.imgLeft {
	position: absolute;
	top: 0px;
	left: 0;
}
.imgRight img, .imgLeft img {
	display: block;
}
.imgRight figcaption, .imgLeft figcaption {
	display: block;
	margin: 0px 0 0;
	text-align: center;
}
.imgInText {
	margin: 0 0 20px;
}
.toLeft {
	float: left;
}
.toRight {
	float: right;
}
.txtCenter {
	text-align: center;
}
.txtRight {
	text-align: right;
}
.heading {
	background: #9a2b70;
	font-size: 36px;
	text-align: center;
	text-transform: uppercase;
	padding: 0 0;
	position: relative;
}
.heading:before {
	content: '';
	width: 0;
	height: 0;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-top: 0px solid #9a2b70;
	margin: 0 0 0 -14px;
	position: absolute;
	bottom: -13px;
	left: 50%;
}
.more {
	margin: 40 0 0;
}
/*---[ messages ]--------------------------------------------------------*/
.infoOk {
	border: 2px solid #61c348;
	background: #f0ffec;
}
.infoOk span {
	display: block;
	background: transparent url('../images/ico-message-ok.png') no-repeat 15px 15px;
	padding: 15px 15px 15px 50px;
	font-size: 15px;
	color: #349011;
}
.infoOk strong {
	display: block;
	color: #349011;
	margin: 0 0 3px;
	font-family: 'RobotoBold';
	font-weight: normal;
}
.infoOk a {
	color: #349011;
}
.infoOk a:hover {
	text-decoration: underline;
}
.infoInfo {
	border: 2px solid #79ccee;
	background: #edfaff;
}
.infoInfo span {
	display: block;
	background: transparent url('../images/ico-message-info.png') no-repeat 15px 15px;
	padding: 15px 15px 15px 50px;
	font-size: 15px;
	color: #008fcc;
}
.infoInfo strong {
	display: block;
	color: #008fcc;
	margin: 0 0 3px;
	font-family: 'RobotoBold';
	font-weight: normal;
}
.infoInfo a {
	color: #008fcc;
}
.infoInfo a:hover {
	text-decoration: underline;
}
.infoError {
	border: 2px solid #ea8a8b;
	background: #ffeded;
}
.infoError span {
	display: block;
	background: transparent url('../images/ico-message-error.png') no-repeat 15px 15px;
	padding: 15px 15px 15px 50px;
	font-size: 15px;
	color: #da3232;
}
.infoError strong {
	display: block;
	color: #da3232;
	margin: 0 0 3px;
	font-family: 'RobotoBold';
	font-weight: normal;
}
.infoError a {
	color: #da3232;
}
.infoError a:hover {
	text-decoration: underline;
}
/*---[ buttons ]-----------------------------------------------------------------------*/
.btn {
	display: inline-block;
	color: #fff;
	background: #a6ce39;
	box-shadow: 0 -45px 25px -20px #89b217 inset;
	font-family: 'RobotoBold';
	font-size: 16px;
	font-weight: normal;
	text-shadow: 1px 1px rgba(0,0,0,.2);
	height: 54px;
	line-height: 54px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	padding: 0 32px;
	border-radius: 5px;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.btn:hover,
button.btn:hover {
	color: #fff;
	background: #b4e13a;
	box-shadow: 0 -20px 25px -20px #97c517 inset;
}
.btn.dark {
	background: #49494b;
	box-shadow: 0 -45px 25px -20px #2e2e2f inset;
	text-shadow: 1px 1px rgba(0,0,0,.2);
}
.btn.dark:hover,
button.btn.dark:hover {
	color: #fff;
	background: #606064;
	box-shadow: 0 -20px 25px -20px #404042 inset;
}
/*---[ wrapper ]-----------------------------------------------------------------------*/
.container {
	max-width: 100%;
	min-width: 100%;
	margin: 0 0;
	padding: 0 0;
	background: #000000;
	position: absolute;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.container:before,
.container:after {
	display: table;
	content: '';
	line-height: 0;
}
.container:after {
	clear: both;
}
/*---[ top ]-----------------------------------------------------------------------*/
#top {
	background: #fff;
	padding: 0;
	box-shadow: 3px 4px 10px rgba(0,0,0,.3);
	position: absolute;
	z-index: 100;
}
#logo {
	float: left;
	margin: 40px 0;
	position: absolute;
}
#logo img {
	display: block;
}

#buttons {
	height: 70px;
	position: absolute;
	top: 100px;
	right: 0;
}
#buttons a.btn {
	float: left;
	margin: 0 0 0 17px;
	height: 70px;
	line-height: 70px;
	font-size: 20px;
	text-transform: none;
}
#buttons a.btn span {
	font-family: 'RobotoLight';
}
/*---[ main ]-----------------------------------------------------------------------*/
#main {
	background: #fff url('../images/bg-main.jpg') no-repeat 50% 0;
	height: 757px;
	position: relative;
}
#main h1 {
	float: left;
	margin: 150px 0 0;
	font-family: 'RobotoLight';
	font-size: 60px;
	line-height: 133%;
	text-shadow: 1px 1px 1px rgba(0,0,0,.3);
	padding: 0 670px 0 0;
}
#box4 {
	height: 248px;
	background: #870461;
	background: rgba(135,4,97,.8);
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}
#box4 ul {
	height: 248px;
	margin: 0;
}
#box4 ul li {
	float: left;
	width: 25%;
	height: 248px;
	margin: 0;
	padding: 130px 20px 0;
	font-family: 'RobotoLight';
	font-size: 22px;
	line-height: 135%;
	color: #fff;
	text-align: center;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#box4 ul li.phone {
	background: transparent url('../images/ico-phone.png') no-repeat 50% 36px;
}
#box4 ul li.cloud {
	background: transparent url('../images/ico-cloud.png') no-repeat 50% 42px;
}
#box4 ul li.calendar {
	background: transparent url('../images/ico-calendar.png') no-repeat 50% 29px;
}
#box4 ul li.bulb {
	background: transparent url('../images/ico-bulb.png') no-repeat 50% 32px;
}
#box4 ul li:hover {
	background-color: rgba(0,0,0,.05);
}
/*---[ contact us ]-----------------------------------------------------------------------*/
#contactUs {
	background: #fff;
}
#contactUs h2 {
	font-family: 'RobotoLight';
	font-size: 26px;
	margin: 0 0 13px;
}
#contactUs h2 span {
	font-family: 'RobotoBold';
}
#contactUs p {
	font-size: 18px;
	margin: 0 0 43px;
}
#contactUs form {
	background: #fff url('../images/bg-contact-us.jpg') no-repeat right 47px;
	padding: 50px 0 50px 80px;
}
#contactUs ul.form {
	margin: 0;
}
#contactUs ul.form li {
	float: left;
	width: 350px;
	padding: 0;
	margin: 0 20px 0 0;
	background: none;
}
#contactUs ul.form li.submit {
	float: none;
	width: auto;
	clear: both;
	padding: 50px 0 0;
}
#contactUs ul.form li input[type='text'] {
	width: 100%;
}
#contactUs ul.form li input[type='text']:focus {
	border-color: #e7cddf;
}
#contactUs ul.form li input[type='text'].error {
	background: #fff7f7;
	border-color: #d5acac;
}
/*---[ functions ]-----------------------------------------------------------------------*/
#functions .bg {
	background: #fff;
	/*background: #fff url('../images/bg-functions.jpg') no-repeat 50% 0;*/
}
#functions .container {
	padding: 50px 2% 110px 480px;
}
/*---[ distribution channels ]-----------------------------------------------------------------------*/
#distributionChannels .bg {
	background: #fff;
	/*background: #fff url('../images/bg-distribution-channels.jpg') no-repeat 50% 0;*/
}
#distributionChannels .container {
	padding: 50px 480px 110px 2%;
}
/*---[ modules ]-----------------------------------------------------------------------*/
#modules .bg {
	background: #fff;
	/*background: #fff url('../images/bg-modules.jpg') no-repeat 50% 0;*/
}
#modules .container {
	padding: 50px 2% 110px 480px;
}
/*---[ contact ]-----------------------------------------------------------------------*/
#contact .container {
	padding: 50px 2% 100px;
}
#contact .info {
	margin: 0 0 50px;
}
#contact h2 {
	font-size: 28px;
}
#contact #contactForm {
	width: 60%;
	float: right;
	margin: 0 0 10px 20px;
}
#contact ul.form {
	margin: 0 0 25px;
	overflow: hidden;
}
#contact ul.form li {
	margin: 0 0 14px;
	padding: 0;
	background: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#contact ul.form li:before,
#contact ul.form li:after {
    content: '';
    display: table;
    line-height: 0;
}
#contact ul.form li:after {
    clear: both;
}
#contact ul.form li.col2 {
	width: 50%;
	float: left;
}
#contact ul.form li input[type='text'],
#contact ul.form li textarea {
	width: 100%;
}
#contact ul.form li input[type='text']:focus,
#contact ul.form li textarea:focus {
	border-color: #e7cddf;
}
#contact ul.form li input[type='text'].error,
#contact ul.form li textarea.error {
	background: #fff7f7;
	border-color: #d5acac;
}
#contact ul.form li.col2.left {
	padding: 0 7px 0 0;
	clear: both;
}
#contact ul.form li.col2.right {
	padding: 0 0 0 7px;
}
/*---[ partners slider ]-----------------------------------------------------------------------*/
#partnersBox {
	background: #f9f9f9;
	height: 90px;
	line-height: 90px;
	padding: 63px 0;
}
#partnersSlider {
	height: 90px;
	position: relative;
}
#partnersBox h2 {
	font-family: 'RobotoLight';
	font-size: 30px;
	color: #353536;
	width: 382px;
	height: 70px;
	line-height: 70px;
	background: #fff;
	border: 1px solid #f4f4f4;
	text-align: center;
	margin: 0 0 0 -191px;
	position: absolute;
	top: -98px;
	left: 50%;
}
#partnersBox h2 span {
	font-family: 'RobotoBold';
}
#partnersSlider img {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	margin: 0 15px;
}
#partnersSlider .gradLeft,
#partnersSlider .gradRight {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 999;
	width: 40px;
}
#partnersSlider .gradLeft {
	left: 0;
	background: -moz-linear-gradient(left,  rgba(249,249,249,1) 0%, rgba(249,249,249,1) 10%, rgba(249,249,249,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(249,249,249,1)), color-stop(10%,rgba(249,249,249,1)), color-stop(100%,rgba(249,249,249,0)));
	background: -webkit-linear-gradient(left,  rgba(249,249,249,1) 0%,rgba(249,249,249,1) 10%,rgba(249,249,249,0) 100%);
	background: -o-linear-gradient(left,  rgba(249,249,249,1) 0%,rgba(249,249,249,1) 10%,rgba(249,249,249,0) 100%);
	background: -ms-linear-gradient(left,  rgba(249,249,249,1) 0%,rgba(249,249,249,1) 10%,rgba(249,249,249,0) 100%);
	background: linear-gradient(to right,  rgba(249,249,249,1) 0%,rgba(249,249,249,1) 10%,rgba(249,249,249,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}
#partnersSlider .gradRight {
	right: 0;
	background: -moz-linear-gradient(left,  rgba(249,249,249,0) 0%, rgba(249,249,249,1) 90%, rgba(249,249,249,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(249,249,249,0)), color-stop(90%,rgba(249,249,249,1)), color-stop(100%,rgba(249,249,249,1)));
	background: -webkit-linear-gradient(left,  rgba(249,249,249,0) 0%,rgba(249,249,249,1) 90%,rgba(249,249,249,1) 100%);
	background: -o-linear-gradient(left,  rgba(249,249,249,0) 0%,rgba(249,249,249,1) 90%,rgba(249,249,249,1) 100%);
	background: -ms-linear-gradient(left,  rgba(249,249,249,0) 0%,rgba(249,249,249,1) 90%,rgba(249,249,249,1) 100%);
	background: linear-gradient(to right,  rgba(249,249,249,0) 0%,rgba(249,249,249,1) 90%,rgba(249,249,249,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}
/*---[ box4bottom ]-----------------------------------------------------------------------*/
#box4bottom {
	background: #9a2b70;
}
#box4bottom ul {
	margin: 0;
}
#box4bottom ul li {
	float: left;
	width: 25%;
	height: 305px;
	margin: 0;
	padding: 155px 20px 30px;
	font-family: 'RobotoRegular';
	font-size: 14px;
	line-height: 170%;
	color: #fff;
	text-align: center;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#box4bottom ul li h2 {
	margin: 0 0 15px;
	font-family: 'RobotoRegular';
	font-size: 24px;
	line-height: 125%;
	color: #fff;
	text-align: center;
}
#box4bottom ul li.cloud {
	background: transparent url('../images/ico-cloud-big.png') no-repeat 50% 48px;
}
#box4bottom ul li.chart {
	background: transparent url('../images/ico-chart-big.png') no-repeat 50% 35px;
}
#box4bottom ul li.circle {
	background: transparent url('../images/ico-circle-big.png') no-repeat 50% 41px;
}
#box4bottom ul li.shield {
	background: transparent url('../images/ico-shield-big.png') no-repeat 50% 39px;
}
#box4bottom ul li:hover {
	background-color: rgba(0,0,0,.05);
}
/*---[ footer ]-----------------------------------------------------------------------*/
#footer {
	background: #f1f1f1 url('../images/bg-bar.png') repeat-x 50% 0;
	padding: 22px 0;
	font-family: 'RobotoRegular';
	font-size: 11px;
	clear: both;
	color: #868482;
}
#footer strong {
	font-family: 'RobotoRegular';
}
#footer a {
	color: #868482;
}
#footer a:hover {
	color: #000;
}
#footer p {
	margin: 0;
}
#footer .menuBottom {
	text-align: center;
	margin: 0 320px;
}
#footer .copy {
	float: left;
}
#footer .create {
	float: right;
	text-align: right;
}
/*-------------------------------------------------------------------------------------------*/
/*---[ rwd ]---------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1260px) {
	#main h1 {
		font-size: 45px;
	}
	#box4 ul li {
		font-size: 18px;
	}
	#box4bottom ul li {
		height: 350px;
	}
	#contactUs ul.form li {
		width: 250px;
	}
}