/* This is 960/12 Grid System */
@charset "utf-8";

:focus{ outline:0; }

img{ vertical-align:middle; }

a{ text-decoration:none; color:#666666; }
a:hover{ text-decoration:underline; color:#666666; }

a img{ border:none; }

.mark{ background-color:#fdf7b9; }

.eor{ width:0; height:0; line-height:0; clear:both; }

.res-table{ overflow-x:scroll; }

.pad5{ padding:5px; }
.pad5-tb{ padding-top:5px; padding-bottom:5px; }
.pad5-lr{ padding-left:5px; padding-right:5px; }
.pad5-l{ padding-left:5px; }
.pad5-r{ padding-right:5px; }
.pad5-t{ padding-top:5px; }
.pad5-b{ padding-bottom:5px; }

.pad{ padding:10px; }
.pad-tb{ padding-top:10px; padding-bottom:10px; }
.pad-lr{ padding-left:10px; padding-right:10px; }
.pad-l{ padding-left:10px; }
.pad-r{ padding-right:10px; }
.pad-t{ padding-top:10px; }
.pad-b{ padding-bottom:10px; }

.pad20{ padding:20px; }
.pad20-tb{ padding-top:20px; padding-bottom:20px; }
.pad20-lr{ padding-left:20px; padding-right:20px; }
.pad20-l{ padding-left:20px; }
.pad20-r{ padding-right:20px; }
.pad20-t{ padding-top:20px; }
.pad20-b{ padding-bottom:20px; }

.pad40{ padding:40px; }
.pad40-tb{ padding-top:40px; padding-bottom:40px; }
.pad40-lr{ padding-left:40px; padding-right:40px; }
.pad40-l{ padding-left:40px; }
.pad40-r{ padding-right:40px; }
.pad40-t{ padding-top:40px; }
.pad40-b{ padding-bottom:40px; }

.container{ margin:0 auto; width:1260px; position:relative }
.container-fluid{ padding:0 10px; }

.row{ margin:0 -10px; }

.file-upload{ width:100%; height:28px; line-height:28px; border:1px solid #CCCCCC; border-radius:5px; overflow:hidden; }
#file-address{ padding:0 1%; max-width:70%; height:28px; line-height:28px; float:left; overflow:hidden; }
#file-btn{ padding:0 4%; max-width:20%; height:28px; font-weight:bold; color:#666666; background:#CCCCCC; float:right; overflow:hidden; cursor:pointer; }
#file{ display:none; }


/* lg Large */
/* ----- Form Start ----- */
.frm1 .val{ padding-top:20px; }
.frm1 input[type="text"]{ margin-left:5%; padding:0 2%; width:86%; height:38px; background:#FFF; border:1px solid #CCCCCC; border-radius:5px; }
.frm1 input[type="password"]{ margin-left:5%; padding:0 2%; width:86%; height:38px; background:#FFF; border:1px solid #CCCCCC; border-radius:5px; }
.frm1 input[type="email"]{ margin-left:5%; padding:0 2%; width:86%; height:38px; background:#FFF; border:1px solid #CCCCCC; border-radius:5px; }
.frm1 input[type="submit"]{ margin-left:5%; width:90%; height:40px; text-transform:uppercase; font-size:16px; font-weight:bold; color:#FFFFFF; background:#444444; border:1px solid #CCCCCC; border-radius:5px; cursor:pointer; }

.frm2 .lab{ line-height:40px; }
.frm2 input[type="text"]{ padding:0 2%; width:86%; height:38px; background:#FFF; border:1px solid #CCCCCC; border-radius:5px; }
.frm2 input[type="password"]{ padding:0 2%; width:86%; height:38px; background:#FFF; border:1px solid #CCCCCC; border-radius:5px; }
.frm2 input[type="email"]{ padding:0 2%; width:86%; height:38px; background:#FFF; border:1px solid #CCCCCC; border-radius:5px; }
.frm2 select{ width:90%; height:38px; background:#FFF; border:1px solid #CCCCCC; border-radius:5px; }
.frm2 input[type="submit"]{ padding:0 50px; height:40px; text-transform:uppercase; font-size:16px; font-weight:bold; color:#FFFFFF; background:#e21f15; border:1px solid #e21f15; border-radius:5px; cursor:pointer; }
.mcap{ margin-left:20px; width:100px !important; }

/* ----- Form Start ----- */
/* ----- Dropdown Start ----- */
.dropdown-hide{ display:none; }
.dropdown-toggle{ cursor:pointer; user-select:none; }
/* ----- Dropdown End ----- */
/* -- responsive grid start -- */
.col-xs-1{ width:8.33%; float:left; }
.col-xs-2{ width:16.66%; float:left; }
.col-xs-3{ width:24.99%; float:left; }
.col-xs-4{ width:33.33%; float:left; }
.col-xs-5{ width:41.65%; float:left; }
.col-xs-6{ width:49.98%; float:left; }
.col-xs-7{ width:58.31%; float:left; }
.col-xs-8{ width:66.64%; float:left; }
.col-xs-9{ width:74.97%; float:left; }
.col-xs-10{ width:83.3%; float:left; }
.col-xs-11{ width:91.63%; float:left; }
.col-xs-12{ width:100%; float:left; }

.col-sm-1{ width:8.33%; float:left; }
.col-sm-2{ width:16.66%; float:left; }
.col-sm-3{ width:24.99%; float:left; }
.col-sm-4{ width:33.33%; float:left; }
.col-sm-5{ width:41.65%; float:left; }
.col-sm-6{ width:49.98%; float:left; }
.col-sm-7{ width:58.31%; float:left; }
.col-sm-8{ width:66.64%; float:left; }
.col-sm-9{ width:74.97%; float:left; }
.col-sm-10{ width:83.3%; float:left; }
.col-sm-11{ width:91.63%; float:left; }
.col-sm-12{ width:100%; float:left; }

.col-md-1{ width:8.33%; float:left; }
.col-md-2{ width:16.66%; float:left; }
.col-md-3{ width:24.99%; float:left; }
.col-md-4{ width:33.33%; float:left; }
.col-md-5{ width:41.65%; float:left; }
.col-md-6{ width:49.98%; float:left; }
.col-md-7{ width:58.31%; float:left; }
.col-md-8{ width:66.64%; float:left; }
.col-md-9{ width:74.97%; float:left; }
.col-md-10{ width:83.3%; float:left; }
.col-md-11{ width:91.63%; float:left; }
.col-md-12{ width:100%; float:left; }

.col-lg-1{ width:8.33%; float:left; }
.col-lg-2{ width:16.66%; float:left; }
.col-lg-3{ width:24.99%; float:left; }
.col-lg-4{ width:33.33%; float:left; }
.col-lg-5{ width:41.65%; float:left; }
.col-lg-6{ width:49.98%; float:left; }
.col-lg-7{ width:58.31%; float:left; }
.col-lg-8{ width:66.64%; float:left; }
.col-lg-9{ width:74.97%; float:left; }
.col-lg-10{ width:83.3%; float:left; }
.col-lg-11{ width:91.63%; float:left; }
.col-lg-12{ width:100%; float:left; }

/* push */
.push-xs-1{ position:relative; left:8.33%; }
.push-xs-2{ position:relative; left:16.66%; }
.push-xs-3{ position:relative; left:24.99%; }
.push-xs-4{ position:relative; left:33.33%; }
.push-xs-5{ position:relative; left:41.65%; }
.push-xs-6{ position:relative; left:49.98%; }
.push-xs-7{ position:relative; left:58.31%; }
.push-xs-8{ position:relative; left:66.64%; }
.push-xs-9{ position:relative; left:74.97%; }
.push-xs-10{ position:relative; left:83.3%; }
.push-xs-11{ position:relative; left:91.63%; }
.push-xs-12{ position:relative; left:100%; }

.push-sm-1{ position:relative; left:8.33%; }
.push-sm-2{ position:relative; left:16.66%; }
.push-sm-3{ position:relative; left:24.99%; }
.push-sm-4{ position:relative; left:33.33%; }
.push-sm-5{ position:relative; left:41.65%; }
.push-sm-6{ position:relative; left:49.98%; }
.push-sm-7{ position:relative; left:58.31%; }
.push-sm-8{ position:relative; left:66.64%; }
.push-sm-9{ position:relative; left:74.97%; }
.push-sm-10{ position:relative; left:83.3%; }
.push-sm-11{ position:relative; left:91.63%; }
.push-sm-12{ position:relative; left:100%; }

.push-md-1{ position:relative; left:8.33%; }
.push-md-2{ position:relative; left:16.66%; }
.push-md-3{ position:relative; left:24.99%; }
.push-md-4{ position:relative; left:33.33%; }
.push-md-5{ position:relative; left:41.65%; }
.push-md-6{ position:relative; left:49.98%; }
.push-md-7{ position:relative; left:58.31%; }
.push-md-8{ position:relative; left:66.64%; }
.push-md-9{ position:relative; left:74.97%; }
.push-md-10{ position:relative; left:83.3%; }
.push-md-11{ position:relative; left:91.63%; }
.push-md-12{ position:relative; left:100%; }

.push-lg-1{ position:relative; left:8.33%; }
.push-lg-2{ position:relative; left:16.66%; }
.push-lg-3{ position:relative; left:24.99%; }
.push-lg-4{ position:relative; left:33.33%; }
.push-lg-5{ position:relative; left:41.65%; }
.push-lg-6{ position:relative; left:49.98%; }
.push-lg-7{ position:relative; left:58.31%; }
.push-lg-8{ position:relative; left:66.64%; }
.push-lg-9{ position:relative; left:74.97%; }
.push-lg-10{ position:relative; left:83.3%; }
.push-lg-11{ position:relative; left:91.63%; }
.push-lg-12{ position:relative; left:100%; }

/* pull */
.pull-xs-1{ position:relative; right:8.33%; }
.pull-xs-2{ position:relative; right:16.66%; }
.pull-xs-3{ position:relative; right:24.99%; }
.pull-xs-4{ position:relative; right:33.33%; }
.pull-xs-5{ position:relative; right:41.65%; }
.pull-xs-6{ position:relative; right:49.98%; }
.pull-xs-7{ position:relative; right:58.31%; }
.pull-xs-8{ position:relative; right:66.64%; }
.pull-xs-9{ position:relative; right:74.97%; }
.pull-xs-10{ position:relative; right:83.3%; }
.pull-xs-11{ position:relative; right:91.63%; }
.pull-xs-12{ position:relative; right:100%; }

.pull-sm-1{ position:relative; right:8.33%; }
.pull-sm-2{ position:relative; right:16.66%; }
.pull-sm-3{ position:relative; right:24.99%; }
.pull-sm-4{ position:relative; right:33.33%; }
.pull-sm-5{ position:relative; right:41.65%; }
.pull-sm-6{ position:relative; right:49.98%; }
.pull-sm-7{ position:relative; right:58.31%; }
.pull-sm-8{ position:relative; right:66.64%; }
.pull-sm-9{ position:relative; right:74.97%; }
.pull-sm-10{ position:relative; right:83.3%; }
.pull-sm-11{ position:relative; right:91.63%; }
.pull-sm-12{ position:relative; right:100%; }

.pull-md-1{ position:relative; right:8.33%; }
.pull-md-2{ position:relative; right:16.66%; }
.pull-md-3{ position:relative; right:24.99%; }
.pull-md-4{ position:relative; right:33.33%; }
.pull-md-5{ position:relative; right:41.65%; }
.pull-md-6{ position:relative; right:49.98%; }
.pull-md-7{ position:relative; right:58.31%; }
.pull-md-8{ position:relative; right:66.64%; }
.pull-md-9{ position:relative; right:74.97%; }
.pull-md-10{ position:relative; right:83.3%; }
.pull-md-11{ position:relative; right:91.63%; }
.pull-md-12{ position:relative; right:100%; }

.pull-lg-1{ position:relative; right:8.33%; }
.pull-lg-2{ position:relative; right:16.66%; }
.pull-lg-3{ position:relative; right:24.99%; }
.pull-lg-4{ position:relative; right:33.33%; }
.pull-lg-5{ position:relative; right:41.65%; }
.pull-lg-6{ position:relative; right:49.98%; }
.pull-lg-7{ position:relative; right:58.31%; }
.pull-lg-8{ position:relative; right:66.64%; }
.pull-lg-9{ position:relative; right:74.97%; }
.pull-lg-10{ position:relative; right:83.3%; }
.pull-lg-11{ position:relative; right:91.63%; }
.pull-lg-12{ position:relative; right:100%; }
/* -- responsive grid end -- */
/* lg Large */
/* -- Text Align Start -- */
.txt-xs-l{ text-align:left; }
.txt-xs-r{ text-align:right; }
.txt-xs-c{ text-align:center; }

.txt-sm-l{ text-align:left; }
.txt-sm-r{ text-align:right; }
.txt-sm-c{ text-align:center; }

.txt-md-l{ text-align:left; }
.txt-md-r{ text-align:right; }
.txt-md-c{ text-align:center; }

.txt-lg-l{ text-align:left; }
.txt-lg-r{ text-align:right; }
.txt-lg-c{ text-align:center; }
/* -- Text Align End -- */
@media( max-width:767px )
{
    /* xs Extra Small */
    .container{ width:auto; padding:0 10px; }
    /* -- responsive grid start -- */
    .col-sm-1{ width:100%; float:left; }
    .col-sm-2{ width:100%; float:left; }
    .col-sm-3{ width:100%; float:left; }
    .col-sm-4{ width:100%; float:left; }
    .col-sm-5{ width:100%; float:left; }
    .col-sm-6{ width:100%; float:left; }
    .col-sm-7{ width:100%; float:left; }
    .col-sm-8{ width:100%; float:left; }
    .col-sm-9{ width:100%; float:left; }
    .col-sm-10{ width:100%; float:left; }
    .col-sm-11{ width:100%; float:left; }
    .col-sm-12{ width:100%; float:left; }

    .col-md-1{ width:100%; float:left; }
    .col-md-2{ width:100%; float:left; }
    .col-md-3{ width:100%; float:left; }
    .col-md-4{ width:100%; float:left; }
    .col-md-5{ width:100%; float:left; }
    .col-md-6{ width:100%; float:left; }
    .col-md-7{ width:100%; float:left; }
    .col-md-8{ width:100%; float:left; }
    .col-md-9{ width:100%; float:left; }
    .col-md-10{ width:100%; float:left; }
    .col-md-11{ width:100%; float:left; }
    .col-md-12{ width:100%; float:left; }

    .col-lg-1{ width:100%; float:left; }
    .col-lg-2{ width:100%; float:left; }
    .col-lg-3{ width:100%; float:left; }
    .col-lg-4{ width:100%; float:left; }
    .col-lg-5{ width:100%; float:left; }
    .col-lg-6{ width:100%; float:left; }
    .col-lg-7{ width:100%; float:left; }
    .col-lg-8{ width:100%; float:left; }
    .col-lg-9{ width:100%; float:left; }
    .col-lg-10{ width:100%; float:left; }
    .col-lg-11{ width:100%; float:left; }
    .col-lg-12{ width:100%; float:left; }

    .col-xs-1{ width:8.33%; float:left; }
    .col-xs-2{ width:16.66%; float:left; }
    .col-xs-3{ width:24.99%; float:left; }
    .col-xs-4{ width:33.33%; float:left; }
    .col-xs-5{ width:41.65%; float:left; }
    .col-xs-6{ width:49.98%; float:left; }
    .col-xs-7{ width:58.31%; float:left; }
    .col-xs-8{ width:66.64%; float:left; }
    .col-xs-9{ width:74.97%; float:left; }
    .col-xs-10{ width:83.3%; float:left; }
    .col-xs-11{ width:91.63%; float:left; }
    .col-xs-12{ width:100%; float:left; }

    /* Push */
    .push-sm-1{ position:static; left:0%; }
    .push-sm-2{ position:static; left:0%; }
    .push-sm-3{ position:static; left:0%; }
    .push-sm-4{ position:static; left:0%; }
    .push-sm-5{ position:static; left:0%; }
    .push-sm-6{ position:static; left:0%; }
    .push-sm-7{ position:static; left:0%; }
    .push-sm-8{ position:static; left:0%; }
    .push-sm-9{ position:static; left:0%; }
    .push-sm-10{ position:static; left:0%; }
    .push-sm-11{ position:static; left:0%; }
    .push-sm-12{ position:static; left:0%; }

    .push-md-1{ position:static; left:0%; }
    .push-md-2{ position:static; left:0%; }
    .push-md-3{ position:static; left:0%; }
    .push-md-4{ position:static; left:0%; }
    .push-md-5{ position:static; left:0%; }
    .push-md-6{ position:static; left:0%; }
    .push-md-7{ position:static; left:0%; }
    .push-md-8{ position:static; left:0%; }
    .push-md-9{ position:static; left:0%; }
    .push-md-10{ position:static; left:0%; }
    .push-md-11{ position:static; left:0%; }
    .push-md-12{ position:static; left:0%; }

    .push-lg-1{ position:static; left:0%; }
    .push-lg-2{ position:static; left:0%; }
    .push-lg-3{ position:static; left:0%; }
    .push-lg-4{ position:static; left:0%; }
    .push-lg-5{ position:static; left:0%; }
    .push-lg-6{ position:static; left:0%; }
    .push-lg-7{ position:static; left:0%; }
    .push-lg-8{ position:static; left:0%; }
    .push-lg-9{ position:static; left:0%; }
    .push-lg-10{ position:static; left:0%; }
    .push-lg-11{ position:static; left:0%; }
    .push-lg-12{ position:static; left:0%; }

    .push-xs-1{ position:relative; left:8.33%; }
    .push-xs-2{ position:relative; left:16.66%; }
    .push-xs-3{ position:relative; left:24.99%; }
    .push-xs-4{ position:relative; left:33.33%; }
    .push-xs-5{ position:relative; left:41.65%; }
    .push-xs-6{ position:relative; left:49.98%; }
    .push-xs-7{ position:relative; left:58.31%; }
    .push-xs-8{ position:relative; left:66.64%; }
    .push-xs-9{ position:relative; left:74.97%; }
    .push-xs-10{ position:relative; left:83.3%; }
    .push-xs-11{ position:relative; left:91.63%; }
    .push-xs-12{ position:relative; left:100%; }
    /* Pull */
    .pull-sm-1{ position:static; right:0%; }
    .pull-sm-2{ position:static; right:0%; }
    .pull-sm-3{ position:static; right:0%; }
    .pull-sm-4{ position:static; right:0%; }
    .pull-sm-5{ position:static; right:0%; }
    .pull-sm-6{ position:static; right:0%; }
    .pull-sm-7{ position:static; right:0%; }
    .pull-sm-8{ position:static; right:0%; }
    .pull-sm-9{ position:static; right:0%; }
    .pull-sm-10{ position:static; right:0%; }
    .pull-sm-11{ position:static; right:0%; }
    .pull-sm-12{ position:static; right:0%; }

    .pull-md-1{ position:static; right:0%; }
    .pull-md-2{ position:static; right:0%; }
    .pull-md-3{ position:static; right:0%; }
    .pull-md-4{ position:static; right:0%; }
    .pull-md-5{ position:static; right:0%; }
    .pull-md-6{ position:static; right:0%; }
    .pull-md-7{ position:static; right:0%; }
    .pull-md-8{ position:static; right:0%; }
    .pull-md-9{ position:static; right:0%; }
    .pull-md-10{ position:static; right:0%; }
    .pull-md-11{ position:static; right:0%; }
    .pull-md-12{ position:static; right:0%; }

    .pull-lg-1{ position:static; right:0%; }
    .pull-lg-2{ position:static; right:0%; }
    .pull-lg-3{ position:static; right:0%; }
    .pull-lg-4{ position:static; right:0%; }
    .pull-lg-5{ position:static; right:0%; }
    .pull-lg-6{ position:static; right:0%; }
    .pull-lg-7{ position:static; right:0%; }
    .pull-lg-8{ position:static; right:0%; }
    .pull-lg-9{ position:static; right:0%; }
    .pull-lg-10{ position:static; right:0%; }
    .pull-lg-11{ position:static; right:0%; }
    .pull-lg-12{ position:static; right:0%; }

    .pull-xs-1{ position:relative; right:8.33%; }
    .pull-xs-2{ position:relative; right:16.66%; }
    .pull-xs-3{ position:relative; right:24.99%; }
    .pull-xs-4{ position:relative; right:33.33%; }
    .pull-xs-5{ position:relative; right:41.65%; }
    .pull-xs-6{ position:relative; right:49.98%; }
    .pull-xs-7{ position:relative; right:58.31%; }
    .pull-xs-8{ position:relative; right:66.64%; }
    .pull-xs-9{ position:relative; right:74.97%; }
    .pull-xs-10{ position:relative; right:83.3%; }
    .pull-xs-11{ position:relative; right:91.63%; }
    .pull-xs-12{ position:relative; right:100%; }
    /* -- responsive grid end -- */
	/* -- Text Align Start -- */
	.txt-sm-l{ text-align:left; }
	.txt-sm-r{ text-align:right; }
	.txt-sm-c{ text-align:center; }

	.txt-md-l{ text-align:left; }
	.txt-md-r{ text-align:right; }
	.txt-md-c{ text-align:center; }

	.txt-lg-l{ text-align:left; }
	.txt-lg-r{ text-align:right; }
	.txt-lg-c{ text-align:center; }

	.txt-xs-l{ text-align:left; }
	.txt-xs-r{ text-align:right; }
	.txt-xs-c{ text-align:center; }
	/* -- Text Align End -- */
}
@media( min-width:768px ) and ( max-width:1024px )
{
    /* sm Small */
    .container{ width:auto; padding:0 10px; }
    /* -- responsive grid start -- */
    .col-xs-1{ width:8.33%; float:left; }
    .col-xs-2{ width:16.66%; float:left; }
    .col-xs-3{ width:24.99%; float:left; }
    .col-xs-4{ width:33.33%; float:left; }
    .col-xs-5{ width:41.65%; float:left; }
    .col-xs-6{ width:49.98%; float:left; }
    .col-xs-7{ width:58.31%; float:left; }
    .col-xs-8{ width:66.64%; float:left; }
    .col-xs-9{ width:74.97%; float:left; }
    .col-xs-10{ width:83.3%; float:left; }
    .col-xs-11{ width:91.63%; float:left; }
    .col-xs-12{ width:100%; float:left; }

    .col-md-1{ width:100%; float:left; }
    .col-md-2{ width:100%; float:left; }
    .col-md-3{ width:100%; float:left; }
    .col-md-4{ width:100%; float:left; }
    .col-md-5{ width:100%; float:left; }
    .col-md-6{ width:100%; float:left; }
    .col-md-7{ width:100%; float:left; }
    .col-md-8{ width:100%; float:left; }
    .col-md-9{ width:100%; float:left; }
    .col-md-10{ width:100%; float:left; }
    .col-md-11{ width:100%; float:left; }
    .col-md-12{ width:100%; float:left; }

    .col-lg-1{ width:100%; float:left; }
    .col-lg-2{ width:100%; float:left; }
    .col-lg-3{ width:100%; float:left; }
    .col-lg-4{ width:100%; float:left; }
    .col-lg-5{ width:100%; float:left; }
    .col-lg-6{ width:100%; float:left; }
    .col-lg-7{ width:100%; float:left; }
    .col-lg-8{ width:100%; float:left; }
    .col-lg-9{ width:100%; float:left; }
    .col-lg-10{ width:100%; float:left; }
    .col-lg-11{ width:100%; float:left; }
    .col-lg-12{ width:100%; float:left; }

    .col-sm-1{ width:8.33%; float:left; }
    .col-sm-2{ width:16.66%; float:left; }
    .col-sm-3{ width:24.99%; float:left; }
    .col-sm-4{ width:33.33%; float:left; }
    .col-sm-5{ width:41.65%; float:left; }
    .col-sm-6{ width:49.98%; float:left; }
    .col-sm-7{ width:58.31%; float:left; }
    .col-sm-8{ width:66.64%; float:left; }
    .col-sm-9{ width:74.97%; float:left; }
    .col-sm-10{ width:83.3%; float:left; }
    .col-sm-11{ width:91.63%; float:left; }
    .col-sm-12{ width:100%; float:left; }

    /* Push */
    .push-xs-1{ position:relative; left:8.33%; }
    .push-xs-2{ position:relative; left:16.66%; }
    .push-xs-3{ position:relative; left:24.99%; }
    .push-xs-4{ position:relative; left:33.33%; }
    .push-xs-5{ position:relative; left:41.65%; }
    .push-xs-6{ position:relative; left:49.98%; }
    .push-xs-7{ position:relative; left:58.31%; }
    .push-xs-8{ position:relative; left:66.64%; }
    .push-xs-9{ position:relative; left:74.97%; }
    .push-xs-10{ position:relative; left:83.3%; }
    .push-xs-11{ position:relative; left:91.63%; }
    .push-xs-12{ position:relative; left:100%; }

    .push-md-1{ position:static; left:0%; }
    .push-md-2{ position:static; left:0%; }
    .push-md-3{ position:static; left:0%; }
    .push-md-4{ position:static; left:0%; }
    .push-md-5{ position:static; left:0%; }
    .push-md-6{ position:static; left:0%; }
    .push-md-7{ position:static; left:0%; }
    .push-md-8{ position:static; left:0%; }
    .push-md-9{ position:static; left:0%; }
    .push-md-10{ position:static; left:0%; }
    .push-md-11{ position:static; left:0%; }
    .push-md-12{ position:static; left:0%; }

    .push-lg-1{ position:static; left:0%; }
    .push-lg-2{ position:static; left:0%; }
    .push-lg-3{ position:static; left:0%; }
    .push-lg-4{ position:static; left:0%; }
    .push-lg-5{ position:static; left:0%; }
    .push-lg-6{ position:static; left:0%; }
    .push-lg-7{ position:static; left:0%; }
    .push-lg-8{ position:static; left:0%; }
    .push-lg-9{ position:static; left:0%; }
    .push-lg-10{ position:static; left:0%; }
    .push-lg-11{ position:static; left:0%; }
    .push-lg-12{ position:static; left:0%; }

    .push-sm-1{ position:relative; left:8.33%; }
    .push-sm-2{ position:relative; left:16.66%; }
    .push-sm-3{ position:relative; left:24.99%; }
    .push-sm-4{ position:relative; left:33.33%; }
    .push-sm-5{ position:relative; left:41.65%; }
    .push-sm-6{ position:relative; left:49.98%; }
    .push-sm-7{ position:relative; left:58.31%; }
    .push-sm-8{ position:relative; left:66.64%; }
    .push-sm-9{ position:relative; left:74.97%; }
    .push-sm-10{ position:relative; left:83.3%; }
    .push-sm-11{ position:relative; left:91.63%; }
    .push-sm-12{ position:relative; left:100%; }
    /* Pull */
    .pull-xs-1{ position:relative; right:8.33%; }
    .pull-xs-2{ position:relative; right:16.66%; }
    .pull-xs-3{ position:relative; right:24.99%; }
    .pull-xs-4{ position:relative; right:33.33%; }
    .pull-xs-5{ position:relative; right:41.65%; }
    .pull-xs-6{ position:relative; right:49.98%; }
    .pull-xs-7{ position:relative; right:58.31%; }
    .pull-xs-8{ position:relative; right:66.64%; }
    .pull-xs-9{ position:relative; right:74.97%; }
    .pull-xs-10{ position:relative; right:83.3%; }
    .pull-xs-11{ position:relative; right:91.63%; }
    .pull-xs-12{ position:relative; right:100%; }

    .pull-md-1{ position:static; right:0%; }
    .pull-md-2{ position:static; right:0%; }
    .pull-md-3{ position:static; right:0%; }
    .pull-md-4{ position:static; right:0%; }
    .pull-md-5{ position:static; right:0%; }
    .pull-md-6{ position:static; right:0%; }
    .pull-md-7{ position:static; right:0%; }
    .pull-md-8{ position:static; right:0%; }
    .pull-md-9{ position:static; right:0%; }
    .pull-md-10{ position:static; right:0%; }
    .pull-md-11{ position:static; right:0%; }
    .pull-md-12{ position:static; right:0%; }

    .pull-lg-1{ position:static; right:0%; }
    .pull-lg-2{ position:static; right:0%; }
    .pull-lg-3{ position:static; right:0%; }
    .pull-lg-4{ position:static; right:0%; }
    .pull-lg-5{ position:static; right:0%; }
    .pull-lg-6{ position:static; right:0%; }
    .pull-lg-7{ position:static; right:0%; }
    .pull-lg-8{ position:static; right:0%; }
    .pull-lg-9{ position:static; right:0%; }
    .pull-lg-10{ position:static; right:0%; }
    .pull-lg-11{ position:static; right:0%; }
    .pull-lg-12{ position:static; right:0%; }

    .pull-sm-1{ position:relative; right:8.33%; }
    .pull-sm-2{ position:relative; right:16.66%; }
    .pull-sm-3{ position:relative; right:24.99%; }
    .pull-sm-4{ position:relative; right:33.33%; }
    .pull-sm-5{ position:relative; right:41.65%; }
    .pull-sm-6{ position:relative; right:49.98%; }
    .pull-sm-7{ position:relative; right:58.31%; }
    .pull-sm-8{ position:relative; right:66.64%; }
    .pull-sm-9{ position:relative; right:74.97%; }
    .pull-sm-10{ position:relative; right:83.3%; }
    .pull-sm-11{ position:relative; right:91.63%; }
    .pull-sm-12{ position:relative; right:100%; }
    /* -- responsive grid end -- */
	/* -- Text Align Start -- */
	.txt-xs-l{ text-align:left; }
	.txt-xs-r{ text-align:right; }
	.txt-xs-c{ text-align:center; }

	.txt-md-l{ text-align:left; }
	.txt-md-r{ text-align:right; }
	.txt-md-c{ text-align:center; }

	.txt-lg-l{ text-align:left; }
	.txt-lg-r{ text-align:right; }
	.txt-lg-c{ text-align:center; }

	.txt-sm-l{ text-align:left; }
	.txt-sm-r{ text-align:right; }
	.txt-sm-c{ text-align:center; }
	/* -- Text Align End -- */
}
@media( min-width:1025px ) and ( max-width:1279px )
{
    /* md Medium */
    .container{ width:auto; padding:0 10px; }
    /* -- responsive grid start -- */
    .col-xs-1{ width:8.33%; float:left; }
    .col-xs-2{ width:16.66%; float:left; }
    .col-xs-3{ width:24.99%; float:left; }
    .col-xs-4{ width:33.33%; float:left; }
    .col-xs-5{ width:41.65%; float:left; }
    .col-xs-6{ width:49.98%; float:left; }
    .col-xs-7{ width:58.31%; float:left; }
    .col-xs-8{ width:66.64%; float:left; }
    .col-xs-9{ width:74.97%; float:left; }
    .col-xs-10{ width:83.3%; float:left; }
    .col-xs-11{ width:91.63%; float:left; }
    .col-xs-12{ width:100%; float:left; }

    .col-sm-1{ width:8.33%; float:left; }
    .col-sm-2{ width:16.66%; float:left; }
    .col-sm-3{ width:24.99%; float:left; }
    .col-sm-4{ width:33.33%; float:left; }
    .col-sm-5{ width:41.65%; float:left; }
    .col-sm-6{ width:49.98%; float:left; }
    .col-sm-7{ width:58.31%; float:left; }
    .col-sm-8{ width:66.64%; float:left; }
    .col-sm-9{ width:74.97%; float:left; }
    .col-sm-10{ width:83.3%; float:left; }
    .col-sm-11{ width:91.63%; float:left; }
    .col-sm-12{ width:100%; float:left; }

    .col-lg-1{ width:100%; float:left; }
    .col-lg-2{ width:100%; float:left; }
    .col-lg-3{ width:100%; float:left; }
    .col-lg-4{ width:100%; float:left; }
    .col-lg-5{ width:100%; float:left; }
    .col-lg-6{ width:100%; float:left; }
    .col-lg-7{ width:100%; float:left; }
    .col-lg-8{ width:100%; float:left; }
    .col-lg-9{ width:100%; float:left; }
    .col-lg-10{ width:100%; float:left; }
    .col-lg-11{ width:100%; float:left; }
    .col-lg-12{ width:100%; float:left; }

    .col-md-1{ width:8.33%; float:left; }
    .col-md-2{ width:16.66%; float:left; }
    .col-md-3{ width:24.99%; float:left; }
    .col-md-4{ width:33.33%; float:left; }
    .col-md-5{ width:41.65%; float:left; }
    .col-md-6{ width:49.98%; float:left; }
    .col-md-7{ width:58.31%; float:left; }
    .col-md-8{ width:66.64%; float:left; }
    .col-md-9{ width:74.97%; float:left; }
    .col-md-10{ width:83.3%; float:left; }
    .col-md-11{ width:91.63%; float:left; }
    .col-md-12{ width:100%; float:left; }

    /* Push */
    .push-xs-1{ position:relative; left:8.33%; }
    .push-xs-2{ position:relative; left:16.66%; }
    .push-xs-3{ position:relative; left:24.99%; }
    .push-xs-4{ position:relative; left:33.33%; }
    .push-xs-5{ position:relative; left:41.65%; }
    .push-xs-6{ position:relative; left:49.98%; }
    .push-xs-7{ position:relative; left:58.31%; }
    .push-xs-8{ position:relative; left:66.64%; }
    .push-xs-9{ position:relative; left:74.97%; }
    .push-xs-10{ position:relative; left:83.3%; }
    .push-xs-11{ position:relative; left:91.63%; }
    .push-xs-12{ position:relative; left:100%; }

    .push-sm-1{ position:relative; left:8.33%; }
    .push-sm-2{ position:relative; left:16.66%; }
    .push-sm-3{ position:relative; left:24.99%; }
    .push-sm-4{ position:relative; left:33.33%; }
    .push-sm-5{ position:relative; left:41.65%; }
    .push-sm-6{ position:relative; left:49.98%; }
    .push-sm-7{ position:relative; left:58.31%; }
    .push-sm-8{ position:relative; left:66.64%; }
    .push-sm-9{ position:relative; left:74.97%; }
    .push-sm-10{ position:relative; left:83.3%; }
    .push-sm-11{ position:relative; left:91.63%; }
    .push-sm-12{ position:relative; left:100%; }

    .push-lg-1{ position:static; left:0%; }
    .push-lg-2{ position:static; left:0%; }
    .push-lg-3{ position:static; left:0%; }
    .push-lg-4{ position:static; left:0%; }
    .push-lg-5{ position:static; left:0%; }
    .push-lg-6{ position:static; left:0%; }
    .push-lg-7{ position:static; left:0%; }
    .push-lg-8{ position:static; left:0%; }
    .push-lg-9{ position:static; left:0%; }
    .push-lg-10{ position:static; left:0%; }
    .push-lg-11{ position:static; left:0%; }
    .push-lg-12{ position:static; left:0%; }

    .push-md-1{ position:relative; left:8.33%; }
    .push-md-2{ position:relative; left:16.66%; }
    .push-md-3{ position:relative; left:24.99%; }
    .push-md-4{ position:relative; left:33.33%; }
    .push-md-5{ position:relative; left:41.65%; }
    .push-md-6{ position:relative; left:49.98%; }
    .push-md-7{ position:relative; left:58.31%; }
    .push-md-8{ position:relative; left:66.64%; }
    .push-md-9{ position:relative; left:74.97%; }
    .push-md-10{ position:relative; left:83.3%; }
    .push-md-11{ position:relative; left:91.63%; }
    .push-md-12{ position:relative; left:100%; }
    /* Pull */
    .pull-xs-1{ position:relative; right:8.33%; }
    .pull-xs-2{ position:relative; right:16.66%; }
    .pull-xs-3{ position:relative; right:24.99%; }
    .pull-xs-4{ position:relative; right:33.33%; }
    .pull-xs-5{ position:relative; right:41.65%; }
    .pull-xs-6{ position:relative; right:49.98%; }
    .pull-xs-7{ position:relative; right:58.31%; }
    .pull-xs-8{ position:relative; right:66.64%; }
    .pull-xs-9{ position:relative; right:74.97%; }
    .pull-xs-10{ position:relative; right:83.3%; }
    .pull-xs-11{ position:relative; right:91.63%; }
    .pull-xs-12{ position:relative; right:100%; }

    .pull-sm-1{ position:relative; right:8.33%; }
    .pull-sm-2{ position:relative; right:16.66%; }
    .pull-sm-3{ position:relative; right:24.99%; }
    .pull-sm-4{ position:relative; right:33.33%; }
    .pull-sm-5{ position:relative; right:41.65%; }
    .pull-sm-6{ position:relative; right:49.98%; }
    .pull-sm-7{ position:relative; right:58.31%; }
    .pull-sm-8{ position:relative; right:66.64%; }
    .pull-sm-9{ position:relative; right:74.97%; }
    .pull-sm-10{ position:relative; right:83.3%; }
    .pull-sm-11{ position:relative; right:91.63%; }
    .pull-sm-12{ position:relative; right:100%; }

    .pull-lg-1{ position:static; right:0%; }
    .pull-lg-2{ position:static; right:0%; }
    .pull-lg-3{ position:static; right:0%; }
    .pull-lg-4{ position:static; right:0%; }
    .pull-lg-5{ position:static; right:0%; }
    .pull-lg-6{ position:static; right:0%; }
    .pull-lg-7{ position:static; right:0%; }
    .pull-lg-8{ position:static; right:0%; }
    .pull-lg-9{ position:static; right:0%; }
    .pull-lg-10{ position:static; right:0%; }
    .pull-lg-11{ position:static; right:0%; }
    .pull-lg-12{ position:static; right:0%; }

    .pull-md-1{ position:relative; right:8.33%; }
    .pull-md-2{ position:relative; right:16.66%; }
    .pull-md-3{ position:relative; right:24.99%; }
    .pull-md-4{ position:relative; right:33.33%; }
    .pull-md-5{ position:relative; right:41.65%; }
    .pull-md-6{ position:relative; right:49.98%; }
    .pull-md-7{ position:relative; right:58.31%; }
    .pull-md-8{ position:relative; right:66.64%; }
    .pull-md-9{ position:relative; right:74.97%; }
    .pull-md-10{ position:relative; right:83.3%; }
    .pull-md-11{ position:relative; right:91.63%; }
    .pull-md-12{ position:relative; right:100%; }
    /* -- responsive grid end -- */
	/* -- Text Align Start -- */
	.txt-xs-l{ text-align:left; }
	.txt-xs-r{ text-align:right; }
	.txt-xs-c{ text-align:center; }

	.txt-sm-l{ text-align:left; }
	.txt-sm-r{ text-align:right; }
	.txt-sm-c{ text-align:center; }

	.txt-lg-l{ text-align:left; }
	.txt-lg-r{ text-align:right; }
	.txt-lg-c{ text-align:center; }

	.txt-md-l{ text-align:left; }
	.txt-md-r{ text-align:right; }
	.txt-md-c{ text-align:center; }
	/* -- Text Align End -- */
}