.vs-container2 *, .vs-container2 *:after, .vs-container2 *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.vs-container2 {
	position: relative;
	width: 100%;
	height: 100%;
}
.vs-container2 {
	
	color: #fff;
	background: #F1F1F2;
}
.no-touch .vs-container2 {
	overflow-x: hidden;
}
.vs-content2 tr
{
        background: white;
}
.vs-content2 th
{
    border: 2px solid #F1F1F2;
}   
.vs-content2 td
{
    border: 1px solid #c1c1c2 !important;
}
.vs-header {
	z-index: 200;
	margin: 0 auto;
	padding: 2em;
	position: absolute;
	left: 10%;
	width: 80%;
	text-align: center;
	-webkit-backface-visibility: hidden;
	padding-bottom: 0;
}
.vs-header2 {
	z-index: 200;
	margin: 0 auto;
	padding: 2em;
	position: absolute;
	left: 10%;
	width: 80%;
	text-align: left;
	-webkit-backface-visibility: hidden;
	padding-bottom: 0;
}
 .vs-content2 table
     {
     	margin: 15px auto;
     	   
     }
.vs-container2 > header h1 {
	margin: 0 0 2em 0;
	padding: 0 0 0.8em;
	font-weight: 300;
	font-size: 2.4em;
	line-height: 1.4;
	-webkit-backface-visibility: hidden;
}

.vs-container2 > header span {
	display: block;
	padding: 0 0 0.6em 0.1em;
	font-size: 60%;
	font-weight: 400;
	color: #893027;
}

.vs-nav {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.vs-triplelayout .vs-nav {
	width: 33.33%;
	height: 80px;
}

.vs-nav li {
	display: inline-block;
	margin-bottom: 10px;
	text-align: center;
	text-decoration: none;
}

.vs-triplelayout .vs-nav li {
	position: absolute;
	visibility: hidden;
	width: 100%;
}

.vs-nav li a {
	position: relative;
	display: inline-block;
	margin: 0 10px;
	padding: 10px 0;
	outline: none;
	border-top: 2px solid #893027;
	border-bottom: 2px solid #893027;
	color: #893027;
	text-decoration: none;
	text-transform: uppercase;
	
	font-weight: 700;
	font-size: 20px;
	-webkit-transition: border-color 0.3s, color 0.3s;
	transition: border-color 0.3s, color 0.3s;
}

.vs-nav li a:hover,
.vs-nav li a:focus,
.vs-triplelayout .vs-nav .vs-nav-current a,
.vs-container2.vs-move-left .vs-nav-right a,
.vs-container2.vs-move-right .vs-nav-left a {
	 border-color: black;
    color: black;
}
.vs-nav li a
{
    border-color:grey;
    color: grey;
}
.vs-nav li a:hover,
.vs-nav li a:focus
{
    border-color:#Ff9829;
    color: #Ff9829;
}
.vs-container2.vs-move-left .vs-nav-current a,
.vs-container2.vs-move-right .vs-nav-current a {
	border-color: #893027;
	color: #893027;
}

.vs-triplelayout .vs-nav .vs-nav-left,
.vs-triplelayout .vs-nav .vs-nav-right,
.vs-triplelayout .vs-nav .vs-nav-left-outer,
.vs-triplelayout .vs-nav .vs-nav-right-outer,
.vs-triplelayout .vs-nav .vs-nav-current {
	visibility: visible;
}

.vs-triplelayout .vs-nav .vs-nav-current {
	left: 0%;
}

.vs-triplelayout .vs-nav .vs-nav-left {
	left: -100%;
}

.vs-triplelayout .vs-nav .vs-nav-right {
	left: 100%;
}

.vs-triplelayout .vs-nav .vs-nav-right-outer {
	left: 200%;
}

.vs-triplelayout .vs-nav .vs-nav-left-outer {
	left: -200%;
}

.vs-container2.vs-move-left .vs-nav-left,
.vs-container2.vs-move-left .vs-nav-left-outer,
.vs-container2.vs-move-left .vs-nav-current,
.vs-container2.vs-move-left .vs-nav-right,
.vs-container2.vs-move-left .vs-nav-right-outer {
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

.vs-container2.vs-move-right .vs-nav-left,
.vs-container2.vs-move-right .vs-nav-left-outer,
.vs-container2.vs-move-right .vs-nav-current,
.vs-container2.vs-move-right .vs-nav-right,
.vs-container2.vs-move-right .vs-nav-right-outer {
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);	
}

.vs-container2.vs-move-left .vs-nav-left,
.vs-container2.vs-move-right .vs-nav-right {
	opacity: 0;
}

.vs-wrapper2 {
	position: relative;
	display: block;
	overflow: hidden;
	min-height: 100%;
	width: 100%;
}
.vs-wrapper2 table
{
	table-layout: fixed;
}
.vs-wrapper2 > section {
	z-index: 1;
	min-height: 100%;
	background-position: 100% 26em;
	background-repeat: no-repeat;
}



.vs-triplelayout .vs-wrapper2 > section {
	position: absolute;
	top: 0;
	left: 10%;
	visibility: hidden;
	padding: 1em 0 0;
	width: 80%;
	-webkit-backface-visibility: hidden;
	overflow-y: hidden;
}

.vs-triplelayout .vs-wrapper2 > section:not(.vs-current) {
	overflow: hidden;
	height: 100%;
}

.vs-triplelayout .vs-wrapper2 .vs-left,
.vs-triplelayout .vs-wrapper2 .vs-left-outer,
.vs-triplelayout .vs-wrapper2 .vs-current,
.vs-triplelayout .vs-wrapper2 .vs-right,
.vs-triplelayout .vs-wrapper2 .vs-right-outer {
	visibility: visible;
	background-color: rgba(255,255,255,0.2)
}

.vs-triplelayout .vs-wrapper2 .vs-left {
	left: -70%; /* 80 - 10 */
}

.vs-triplelayout .vs-wrapper2 .vs-left-outer {
	left: -150%; /* - 70 - 80 */
}

.vs-triplelayout .vs-wrapper2 .vs-current {
	position: relative;
	z-index: 100;
	background-color: white;
}

.vs-triplelayout .vs-wrapper2 .vs-right {
	left: 90%; /* 80 + 10 */
}

.vs-triplelayout .vs-wrapper2 .vs-right-outer {
	left: 170%; /* 90 + 80 */
}

.vs-container2.vs-move-left .vs-left,
.vs-container2.vs-move-left .vs-current,
.vs-container2.vs-move-left .vs-right,
.vs-container2.vs-move-left .vs-right-outer {
	-webkit-transition: -webkit-transform 0.5s, background-color 0.5s;
	transition: transform 0.5s, background-color 0.5s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
	background-color: rgba(0,0,0,0);
}

.vs-container2.vs-move-right .vs-left,
.vs-container2.vs-move-right .vs-left-outer,
.vs-container2.vs-move-right .vs-current,
.vs-container2.vs-move-right .vs-right {
	-webkit-transition: -webkit-transform 0.5s, background-color 0.5s;
	transition: transform 0.5s, background-color 0.5s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
	background-color: rgba(0,0,0,0);
}

.vs-container2.vs-move-left .vs-right-outer,
.vs-container2.vs-move-left .vs-current,
.vs-container2.vs-move-right .vs-current,
.vs-container2.vs-move-right .vs-left-outer{
	background-color: rgba(0,0,0,0.2);
}

.vs-sidenav div {
	position: absolute;
	top: 50%;
	z-index: 500;
	width: 68px;
	height: 50px;
	cursor: pointer;
}

.vs-sidenav div span {
	position: absolute;
	color : white;
	line-height: 0.5;
	font-size: 3.5em;
	font-weight: 300;
	
    top: 12%;
        cursor: pointer;
		margin: 0px;
}
.vs-sidenav div span.glyphicon-menu-right {

right: 0;
}
.vs-sidenav div span.glyphicon-menu-left {

left: 0;
}
.vs-sidenav .vs-sidenav-left {
	left: 0;
	   
    opacity: 1;
    border-radius: 51px;
}


.vs-sidenav .vs-sidenav-right {
	right: 0;
	   
    opacity: 1;
    border-radius: 51px;
}



/* inner content */
.vs-content2 {
	position: relative;
	margin: auto;
	padding: 1em 0;
	width: 95%;
	text-align: left;
	font-size: 1.5em;
}
.vs-container2 td{
color: black;
text-align: center;
}
.vs-headerA span:hover
{
   cursor: pointer;
  color: #Ff9829 !important;
}
.vs-container2 img{
	
}
.vs-container2 table span{
	
    padding: 8px;
    
    font-size: 16pt;
    
    font-family: Adobe Arabic;
    line-height: 30px;
    margin-right: 4px;
}
.vs-content2 h2 {
	position: relative;
	margin: 30px 0 40px;
	color: black;
	font-weight: 700;
	font-size:17px;
	    cursor: pointer;
	    line-height: 1.4;
}

.vs-content2 .col {
	margin: 0 auto;
	color: #893027;
	text-align: justify;
	line-height: 1.4;
	-webkit-column-width: 30%;
	-moz-column-width: 30%;
	column-width: 30%;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1%;
	-moz-column-gap: 1%;
	column-gap: 1%;
}

.vs-content2 p {
	margin: 0 0 20px 0;
	padding: 0;
}

/* Media queries */
@media screen and (max-width: 72.875em) {

	.vs-header,
	.vs-wrapper2 {
		font-size: 80%;
	}
	.vs-header
{
	    padding-bottom: 0;
}
	.vs-content2 {
		width: 85%;
	}

	.vs-content2 h2 {
		    font-size: 16px;
			line-height: 2;
	}

	.vs-nav li a {
		width: 160px;
	}

	.vs-content2 .col {
		-webkit-column-width: 50%;
		-moz-column-width: 50%;
		column-width: 50%;
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}

	.vs-content2 td
	{
		padding: 1px !important;
	}
     .vs-content2 table
     {
     	margin: 0;
     	    margin-bottom: 13px;
     }
	.vs-triplelayout .vs-wrapper2 > section {
		padding: 1em 0 0;
		overflow-y: hidden;
	}


}

@media screen and (max-width: 45.25em) {

	.vs-container2 > header h1 {
		margin-bottom: 0;
	}

	.vs-content2 h2 {
		margin: 0 0 1em;
	}

	.vs-wrapper2 {
		font-size: 80%;
	}

	.vs-triplelayout .vs-nav li a {
		width: auto;
		font-size: 70%;
	}

	.vs-wrapper2 > section {
		background-position: 0 28em;
		background-size: 100%;
	}

	.vs-content2 .col {
		-webkit-column-width: auto;
		-moz-column-width: auto;
		column-width: auto;
		-webkit-column-count: auto;
		-moz-column-count: auto;
		column-count: auto;
	}
}

.noPadding
{
	padding: 0 0 0 0 !important;
	text-align: center;
}

.overAll {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: background 0.3s 0s;
    -moz-transition: background 0.3s 0s;
    transition: background 0.3s 0s;
    z-index: 100;
}




.ptnResetCOM
{
	
    color: white;
}


@media only screen and (max-width: 700px) {

	.ptnResetCOM
{
	
    color: white;
}

}
@media only screen and (max-width: 560px) {
.vs-sidenav div {
	
	width: 10%;
	height: 50px;
	
}

.vs-sidenav div span {

	    font-size: 1.6em;
	
}
}
@media only screen and (max-width: 400px) {

.ptnDivReset a 
{
	display: block !important;
	        width: 77%;
	    margin-left: auto  !important;
    margin: 0 auto;
    margin-top: 4px;
}




}

.ptnDivReset a 
{
	margin-left: 3px;
}


.ptnDivReset
{
	text-align: center;
    padding: 5px;
    
}


.ptnDivReset a 
{
	        font-size: 14px;
    background: #9FD14F;
    padding: 5px;
    /* right: 0; */
    color: white;
    display: inline;
}
.ptnResetCOM:before
{
    font-size: 16px;
}


.vs-content2 span:not(.glyphicon)
{
	       padding: 1px 5px;
    border: 1px solid rgb(197, 197, 197);
    background: white;
    white-space: nowrap;
}

.vs-content2 .glyphicon
{
	    top: 6px !important;
}


.DropAreaSpans
{
	color : black;
	    font-size: 1.2em;
}

.DropAreaSpans span
{
	border: 0 !important;
}

@keyframes fadein {
  0% { opacity: 0; }
  50% { opacity: 0.5; }
  100% { opacity: 1; }
}
@-webkit-keyframes fadein {
  0% { opacity: 0; }
  50% { opacity: 0.5; }
  100% { opacity: 1; }
}
@-webkit-keyframes fadeout {
  0% { opacity: 1; }
  50% { opacity: 0.5; }
  100% { opacity: 0; }
}
@keyframes fadeout {
  0% { opacity: 1; }
  50% { opacity: 0.5; }
  100% { opacity: 0; }
}

.fadeoutAnimation
{
	-webkit-animation: fadeout 1s linear forwards;
    animation: fadeout 1s linear forwards;

}
.fadeinAnimation
{
	-webkit-animation: fadein 1s linear forwards;
    animation: fadein 1s linear forwards;

}