footer#main h1, footer#main h2, footer#main h3, footer#main h4, footer#main h5,
	footer#main h6 {
	color: #dadada;
	text-align: right;
}

footer#main ul {
	list-style-type: square;
	direction: rtl;
	line-height: 2em;
	color: #7a7a7a;
	padding-right: 18px;
}

footer#main ul a {
	color: #46b9b2;
}

footer#main {
	background-color: #262626;
}

footer#main>article#columns {
	background-color: #262626;
	overflow: auto;
    max-width: 1500px;
    margin: auto
}

footer#main>article#columns>div {
	float: left;
}

footer#main>article#columns>div:nth-child(1) {
	width: 30%;
	padding: 2% 2%;
	/*background: red;*/
}

footer#main>article#columns>div:nth-child(2) {
	width: 25%;
	padding: 2% 2%;
	/*background: green;*/
}

footer#main>article#columns>div:nth-child(3) {
	width: 20%;
	padding: 2% 2%;
	/*background: blue;*/
}

footer#main>article#columns>div:nth-child(4) {
	width: 25%;
	padding: 2% 2%;
	/*background: yellow;*/
}

#split-wrapper {
	overflow: auto
}

#split-wrapper>#split-left {
	width: 30%;
	float: left;
}

#split-wrapper>#split-right {
	width: 70%;
	float: right;
	direction: rtl;
}

footer#main img.logo-image {
	display: block;
	float: left;
	width: 100%;
	max-width: 70px;
}

footer#main .paragraph {
	line-height: 2em;
	text-align: justify;
	direction: rtl;
	color: #7a7a7a;
}


footer#main #social-media-wrappers a {
	display: inline-block;
	width: 35px;
	height: 35px;
	background-size: 35px 35px;
	background-position: top;
	transition: all .3s;
	border-radius: 50px;
    margin: auto .1em;
}


@media only screen and (max-width: 1000px) {
	
	footer#main>article#columns>div {
		width: 50% !important;
		padding-bottom: 2em !important;
	}
	
	footer#main>article#columns>div:nth-child(2n+1) {
		clear: both;
	}
	
	footer#main>article#columns>div:nth-child(1), footer#main>article#columns>div:nth-child(2)
		{
		/*border-bottom: 1px solid #3e3d3d;*/
	}
}

@media only screen and (max-width: 600px) {
	
	footer#main>article#columns>div {
		width: 100% !important;
		padding-bottom: 2em !important;
	}
	
	footer#main>article#columns>div:not (:last-child ) {
		border-bottom: 1px solid #3e3d3d;
	}
}

article#copyright {
	background-color: #1b1b1b;
	padding: 1.5em 0em;
	text-align: center;
	color: #fff;
}

article#copyright, article#copyright * {
	font-family: Helvetica;
	direction: ltr;
}

article#copyright a {
	color: #46b9b2;
}




.btn-success {
    background: #46b9b2;
    border: none;
}

.btn-success:hover {
    background: #017978;
    border: none;
}

#columns > div  {
    font-family: Mj_Dinar One Medium, Helvetica, Arial !important;
    font-size: 1.05em;
}

.footer_section_title {
    border-bottom: 1px solid #303030;
    padding-bottom: .5em;
    font-family: Mj_Dinar One Light, Helvetica, Arial !important;
}