/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/* 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,dl,dt,dd,ol,nav ul,nav 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;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
b, strong {
    font-weight: bold !important;
}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
/****-----start-body----****/
body{
	font-family: 'Oxygen', sans-serif;
}
.main{
	margin:7em auto 0;
	width:44%;
}
p.heading { 
    font-size: 18px;
    font-weight: bold;
}
h1.heading { color: #d93a4f; margin-top: 18px; font-size: 28px; }
.main h2,.main h3{
	font-size: 1em;
	text-align: center;
	color:#fff;
	padding:1em 0;
	font-family: 'Oxygen', sans-serif;
}
.main h3{
	font-size: 1em;
	text-align:left;
	font-family: 'Oxygen', sans-serif;
}

ul.facebook{
	list-style:none;
	padding:0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	background: #3B5998;
	padding: 12px;
}
i.fb{
	width:30px;
	height:30px;
	background:url(../images/fb.png);
	float:left;
	margin-right: 2em;
}
ul.facebook li{
	color:#fff;
	font-size:1em;
	float: left;
	margin-top: 5px;
}
ul.facebook:hover{
	background: #5D7BBA;
}

ul.twitter{
	list-style:none;
	padding:0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	background:#55ACEE;
	padding: 12px;
}
i.tw{
	width:30px;
	height:30px;
	background:url(../images/tw.png);
	float:left;
	margin-right: 2em;
}
ul.twitter li{
	color:#fff;
	font-size:1em;
	float: left;
	margin-top: 5px;
}
ul.twitter:hover{
	background: #71B8ED;
}
span.term a{
	color: #1888A8;
	font-weight: bold;
}
span.term a:hover{
	color:#fff;
}
.lable input[type="text"] {
	/*padding: 6px;
	font-size: 13px;
	color: #666666;
	width:100%;
	cursor: pointer;
	font-family: 'Oxygen', sans-serif;
	outline: none;	
	background: #FFFFFF;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	border-left: 6px solid #fff;
	border-bottom: none;
	border-right: none;
	border-top: none;*/
	
	background-color: rgba(83, 78, 78, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.27);
    margin: 6px 0 0;
    padding: 0px 40px;
}
#ContactForm .form-control { padding: 6px 33px; }
.reg-form h3{ font-family:Arial, Helvetica, sans-serif; font-size:11px !important; margin: 4px 0;}
.lable input[type="text"]:hover,.lable-2 input[type="text"]:hover,#active {
	/*color:#333;
	border-left:6px solid #d93a4f;*/
}
.lable-2 input[type="text"],.lable-2 input[type="Password"] { 
	/*padding: 10px;
	width: 100%;
	font-size: 13px;
	margin:20px 0 0;
	border:none;
	color: #666666;
	cursor: pointer;
	background: none;
	float: left;
	outline: none;
	font-family: 'Oxygen', sans-serif;
	background: #ffffff;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	border-left: 6px solid #fff;
	border-bottom: none;
	border-right: none;
	border-top: none;*/
	
	background-color: rgba(83, 78, 78, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.27);
    margin: 15px 0 0;
    padding: 0px 45px;
}
.text { 
	padding: 6px;
	width: 100%;
	font-size: 13px;
	margin:13px 0 0;
	border:none;
	color: #666666;
	cursor: pointer;
	background: none;
	float: left;
	outline: none;
	font-family: 'Oxygen', sans-serif;
	background: #ffffff;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	border-left: 6px solid #fff;
	border-bottom: none;
	border-right: none;
	border-top: none;
}
.submit{
	padding:5px 4px;
	text-align: center;
}
input[type=submit] {
        padding: 5px 30px;
        margin-bottom: 15px;
        color: #fff;
        font-family: 'Oxygen', sans-serif;
        background: #d93a4f;
        border: 1px solid #e38d13;
        cursor: pointer;
        font-size: 16px;
        transition: all 0.5s ease-out;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        outline:none;
        width: 100%;
        border-radius: 5px;
        -moz-border-radius: 5px;

-webkit-border-radius: 5px;
        -webkit-appearance: none;
	
}
.submit input[type=submit]:hover {
	 background:#fff;
	 border:1px solid #fff;
	 color:#d93a4f; 
	 font-weight:bold;
}
/**start-copy-right**/
.copy-right {
	text-align: center;
	margin: 2em 0;
}
.copy-right p {
	color: #FFF;
	font-size:1em;
}
.copy-right p a {
	font-family: 'Oxygen', sans-serif;
	font-size:1em;
	font-weight:600;
	color:#55ACEE;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.copy-right a:hover{
	color:#fff;
}
.col_1_of_2:first-child {
	margin-left: 0;
}
.span_1_of_2 {
	width:49.7%;
}
.col_1_of_2 {
	display: block;
	float: left;
	margin:0 0 0 0.6%;
}
.col_1_of_f:first-child {
	margin-left: 0;
}
.span_1_of_f {
	width:49.7%;
}
.col_1_of_f {
	display: block;
	float: left;
	margin:0 0 0 0;
}
.reg-form {
	/*background-image:url(../images/transparent-black.png); background-repeat:repeat;*/ 
	background-color: rgb(13,13,13);
	background-color: rgba(13,13,13,0.8);
	border-radius: 8px;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	color: #fff;
	font-weight: 300;
	padding: 10px 15px 0;
    margin: 1.5% 10% 0 auto;
    z-index: 99;/*
    position: absolute;*/
    right: 0;
    top: 0;
    bottom: auto;
}
/*----start-responsive design-----*/
@media (max-width:1024px){
.col_1_of_2 {
	margin: 0 0 0 3.6%;
}
.span_1_of_2 {
	width: 47.7%;
}
.span_1_of_f {
	width: 50%;
}
i.fb, i.tw {
	margin-right: 1em;
}
.main {
	width: 50%;
}

.navbar-nav {
    float: left;
    margin: 0 85px 0 0;
}
.social {
    float: left;
    margin: -41px -22px -4px 0px;
}
.navbar-nav > li {
    margin-left: 10px;
}
.navbar-inverse .navbar-nav > li > a {
    padding: 10px 10px;
    margin: -5px 0;
    color: #fff;
    display: inline-block;
}
.social-share {
    display: inline-block;
    list-style: none;
    padding: 8px 0 10px 17px;
    margin: 33px 2px 0 0px;
}
.navbar-nav > li {
    border-right: 2px solid #424242;
    height: 30px;
    margin-top: -2px;
    padding: 0 7px;
}
}
@media (max-width:768px){
.span_1_of_f {
	width: 100%;
}
.col_1_of_f {
	float:none;
}
.span_1_of_2 {
	width: 100%;
}
.navbar-brand img {
	margin-bottom: 0px !important;
}
.partner {
	background: #d93a4f !important;
	float: right;
	margin-top: 12px;
	padding: 10px !important;
}
.col_1_of_2 {
	margin:0;
}
.lable-2 input[type="text"], input[type="Password"] {
	/*padding: 14px;*/
	width: 89%;
}
    .reg-form {
        /*background-image:url(../images/transparent-black.png); background-repeat:repeat;*/
        background-color: rgb(13,13,13);
        background-color: rgba(13,13,13,0.8);
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        color: #fff;
        font-weight: 300;
        padding: 10px 15px 0;
        margin: 3% 3% 0 auto;
        z-index: 99;
        position: absolute;
        right: 0;
        top: 0;
        bottom: auto;
    }

}
@media (max-width:480px){
	.main {
	margin: 7em auto 0;
	width:70%;
	}
	.main {
		width:80%;
	}
	.lable input[type="text"] {
		width: 100%;
	}
	.lable-2 input[type="text"], input[type="Password"] {
		width: 100%;
	}
	

	.social {
	    margin: 15px 0;
	    text-align: right;
	}
	.social-share {
	    border-left: 0px solid #e2e2e2;
	    display: inline-block;
	    list-style: outside none none;
	    margin: 0 0 0 15px;
	    padding: 10px 0 10px 17px;
	}


}

.required{
  width: 150px;
  margin: 15px 0;
}
.approve{
  border-radius: 5px;
  -moz-border-radius: 5px;

-webkit-border-radius: 5px;
  width: auto !important;
  padding: 5px 17px !important;
}

#Result{
	margin-left: -15px;
}
.grid-view table.items th, .grid-view table.items td {   
    font-size: 13px !important;
}
.iconBg{
	background: url("../images/Icon.png");
}


.jssorb21 {
    position: absolute;
}
.jssorb21 div, .jssorb21 div:hover, .jssorb21 .av {
    position: absolute;
    width: 19px;
    height: 19px;
    text-align: center;
    line-height: 19px;
    color: white;
    font-size: 12px;
    background: url(../images/b05.png) no-repeat;
    overflow: hidden;
    cursor: pointer;
}
.jssorb21 div { background-position: -5px -5px; }
.jssorb21 div:hover, .jssorb21 .av:hover { background-position: -35px -5px; }
.jssorb21 .av { background-position: -36px -5px; }
.jssorb21 .dn, .jssorb21 .dn:hover { background-position: -95px -5px; }

.jssora21l, .jssora21r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 55px;
    height: 55px;
    cursor: pointer;
    background: url(../images/a21.png) center center no-repeat;
    overflow: hidden;
}
.jssora21l { background-position: -3px -33px; }
.jssora21r { background-position: -63px -33px; }
.jssora21l:hover { background-position: -123px -33px; }
.jssora21r:hover { background-position: -183px -33px; }
.jssora21l.jssora21ldn { background-position: -243px -33px; }
.jssora21r.jssora21rdn { background-position: -303px -33px; }
.my-120 {
    margin:120px 0px;
}




@media (max-width:768px){
    .slides{
        width:100% !important;
    }
    .navbar-header{
            position: absolute;
        right: 0;
        top: 115px;
    }
    .navbar-brand{
        width:250px;
    }
    .navbar-collapse{
            height: auto;
    margin-top: 15px;
    padding-top: 8px;
    }
}
