@font-face {
 font-family: 'latoregular';
 src: url('../Fonts/lato-regular-webfont.eot');
 src: url('../Fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../Fonts/lato-regular-webfont.woff2') format('woff2'), url('../Fonts/lato-regular-webfont.woff') format('woff'), url('../Fonts/lato-regular-webfont.ttf') format('truetype'), url('../Fonts/lato-regular-webfont.svg#latoregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'latolight';
 src: url('../Fonts/lato-light-webfont.eot');
 src: url('../Fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'), url('../Fonts/lato-light-webfont.woff2') format('woff2'), url('../Fonts/lato-light-webfont.woff') format('woff'), url('../Fonts/lato-light-webfont.ttf') format('truetype'), url('../Fonts/lato-light-webfont.svg#latolight') format('svg');
 font-weight: normal;
 font-style: normal;
}

#wrapper, .bodyContent{background: #fff;}

#siteWrap {
	min-width: 320px;
}
.masterContainer {
	width: 100%;
	border-bottom:5px solid #ac975e;
    
}
.innnerMenus {
	background:#fff;
	position:inherit;
	width:100%;
    border-bottom:5px solid #ac975e;
}

.masterWrap {
	max-width: 59.063em;
	margin: 0 auto;
}
.masterContent {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
}
.clear {
	clear: both;
}
/*.open {
	height:400px;
}*/
.close {
	height: 0px;
}
/*===Base Layout Classes===*/
#main-wrap {
	min-width: 320px;
}
/*=Header=*/

.random-set {
	display:none;
}
header {
}
header .headerWrap {
	overflow:hidden;
}
header .headerWrap .headerContent {
	position:relative;
}
header .headerWrap .headerContent .nav-button {
	display:block;
	position:absolute;
	right:0;
	top:25px;
	cursor:pointer;
	text-align:right;
	width:49px;
#border-left:1px solid rgb(224, 224, 224);
	padding:10px 0px;
}
header .headerWrap .headerContent .nav-button span {
	display:block;
	background:url(../Images/menu-toggle.jpg) no-repeat 0 0;
	width:80px;
	height:71px;
	float:right;
}
header .headerWrap .headerContent .nav-button span.active {
	background:url(../Images/menu-active-toggle.jpg) no-repeat 0 0
}
header .headerWrap .headerContent .logo {
	max-width:200px;
	margin:12px 0px;
}
header .headerWrap .headerContent .logo img {
	width:100%;
}
header .headerWrap .headerContent .butListWrap {
	background:#e91437;
	width:100%;
	height:60px;
	padding:0px 60px;
	margin:0px;
	margin-left:-60px;
}
header .headerWrap .headerContent .butListWrap .butList {
	list-style:none;
	padding:0px;
	margin:0px;
	display:block;
	width:100%;
}
header .headerWrap .headerContent .butListWrap .butList li {
	list-style:none;
	padding:0px;
	margin:0px;
	display:block;
	float:left;
	text-align:center;
	width:33.33333333333333%;
	margin:0px;
}
header .headerWrap .headerContent .butListWrap .butList li:last-child {
	margin-right:0px;
}
header .headerWrap .headerContent .butListWrap .butList li a {
	background:none;
	display:block;
	font-size:0.591em;
	margin:0px;
	margin-top: 18px;
	padding:0px 10px;
	text-transform:uppercase;
	color: #FFFFFF;
	text-decoration:none;
	border-right:1px solid #ffffff;
}
header .headerWrap .headerContent .butListWrap .butList li:last-child a {
	border:none;
}
header .headerWrap .headerContent .butListWrap .butList li a span {
	display:block;
	width:100%;
}
/*=Main Nav=*/
nav {
	width:100%;
	position:relative;
	z-index:10;
}
nav .navWrap {
	width:100%;
	overflow:hidden;
	-webkit-transition: height 0.3s ease;
	-moz-transition: height 0.3s ease;
	-o-transition: height 0.3s ease;
	transition: height 0.3s ease;
    background: #204c69;
}
nav .navWrap .navContent {
	width:100%;
}


nav .navWrap .navContent .menuWrap {
	width:100%;
	height:auto;
}
nav .navWrap .navContent .menuWrap .menuList {
	width:100%;
	height:auto;
	margin:0px;
	padding:0px;
	    list-style:none;
    text-align:right;
}
nav .navWrap .navContent .menuWrap .menuList li {
	list-style:none;
	text-align:left;
	display:block;
	background:#003b5a;
	color:#fff;
    border-bottom: 1px solid #00314b;
    padding-bottom: 10px;
}

nav .navWrap .navContent .menuWrap .menuList li:last-child{border: none;}
nav .navWrap .navContent .menuWrap .menuList li a {
	display:block;
	font-size:0.75em !important;
	padding:20px 50px 10px 50px;
	width:100%;
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
	font-weight:400;
}
/*=Sub Nav=*/
.subnav {
	width:100%;
	/*z-index:9;*/
    z-index: 11;
	display:none;
}
.subnav .subnavWrap .subnavContent .subnavListingWrap .subnavListing li {
	list-style:none;
}
/*Second level menu*/
nav .navWrap .navContent .menuWrap .menuList li .secondLevel, nav .navWrap .navContent .menuWrap .menuList li .thirdLevel {
	display:block;
}
nav .navWrap .navContent .menuWrap .menuList li .secondLevel li, nav .navWrap .navContent .menuWrap .menuList li .thirdLevel li {
	background:#053650;
	margin:0 5%;
    padding-bottom: 0;
    border-bottom: 1px solid #074363;
}
nav .navWrap .navContent .menuWrap .menuList li .secondLevel li a, 
nav .navWrap .navContent .menuWrap .menuList li .thirdLevel li a {
	color:#fff;
}

nav .navWrap .navContent .menuWrap .menuList li .secondLevel li a.visited
{
    color: #ac975e;
}
nav .navWrap .navContent .menuWrap .menuList li .secondLevel li a, nav .navWrap .navContent .menuWrap .menuList li .thirdLevel li a {
	display:block;
	padding:10px 50px;
	width:100%;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:400;
}

.bodyContent .wrap .wrap-content ul {
	margin-left:20px;
}
.bodyContent .wrap .wrap-content a {
	color: #ac975e;
	text-decoration: none;
}



/*Footer*/
footer {
	width: 100%;
    display: inline-block;
    background: #fff;
    position: relative;
    }
footer .wrap {
	width: 100%;
	max-width: 62.063em;
	margin: 0 auto;
    border-top: 1px solid #ccc;
}
footer .wrap .bottom-shadow {
	height: 12px;
	margin: 0;
}
footer .wrap .wrap-content {
	margin: 0 1%;
}
footer .wrap .wrap-content .leftCol {
	width: 50%;
	text-align: left;
	float: left;
	font-family: 'lato';
	color: #7f7f7f;
	font-size: 0.625em;
	padding-bottom: 0;
}
footer .wrap .wrap-content .leftCol a {
	text-decoration: none;
	color: #7f7f7f;
}
footer .wrap .wrap-content .rightCol {
	width: 30%;
	float: right;
	webkit-transition: all .3s ease;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: initial;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
footer .wrap .wrap-content .rightCol .socialWrap {
	float: left;
	margin-right: 0;
	margin-top: 20px;
}
footer .wrap .wrap-content .rightCol .socialWrap a {
	/*background: url(../Images/linkedin.png) no-repeat 0 0;*/
	width: 41px;
	height: 41px;
	text-indent: -1e+7px;
	text-indent:-99999px;
	float: left;
    margin-right: 10px;
}
    footer .wrap .wrap-content .rightCol .socialWrap a:first-child {
        background: url(../Images/linkedin.png) no-repeat 0 0;
    }
     footer .wrap .wrap-content .rightCol .socialWrap a:first-child:hover {
        background: url(../Images/hover-img.png) no-repeat 0 0;
    }
      footer .wrap .wrap-content .rightCol .socialWrap a:last-child {
        background: url(../Images/twitter-grey.png) no-repeat 0 0;
    }
     footer .wrap .wrap-content .rightCol .socialWrap a:last-child:hover {
        background: url(../Images/twitter-blue.png) no-repeat 0 0;
    }
footer .wrap .wrap-content .rightCol .socialWrap a:hover {
	/*background: url(../Images/hover-img.png) no-repeat 0 0;*/
	width: 41px;
	height: 41px;
}

footer .wrap .wrap-content .rightCol .registerBut, footer .wrap .wrap-content .rightCol .registeerBut .updtlink{
    background: none repeat scroll 0 0 #e3e3e3;
    border-radius: 0;
    color: #7f7f7f;
    float: right;
    font-size: 0.7em;
    margin-top: 23px;
    padding: 10px 10px 10px 15px;
    position: relative;
    text-transform: uppercase;
}
footer .wrap .wrap-content .rightCol .registerBut a, footer .wrap .wrap-content .rightCol .registeerBut a{
    color: #7f7f7f;
    text-decoration: none;
    background: url(../Images/register-arrow.png) no-repeat right center;
    padding-right: 20px;
}

footer .wrap .wrap-content .rightCol img {
    margin: 0;
  /* width: 100%; */
  margin-top: 10px;
  margin-bottom: 20px;
}

.registerBut .regarrow {
	padding-left: 10px;
	font-size: 1.475em;
	position: absolute;
}

/* Home page footer */ 
footer .wrap .wrap-content .rightCol .updtlink{
    background: none repeat scroll 0 0 #e3e3e3;
    border-radius: 0;
    color: #7f7f7f;
    float: right;
    font-size: 0.7em;
    margin-top: 23px;
    padding: 10px 10px 10px 15px;
    position: relative;
    text-transform: uppercase;
}
footer .wrap .wrap-content .rightCol .updtlink a{
    color: #7f7f7f;
    text-decoration: none;
    background: url(../Images/register-arrow.png) no-repeat right center;
    padding-right: 20px;
}
footer .wrap .wrap-content .rightCol .card-types {

}

/**************************/

.search
{
    position: absolute;
    top: -55px;
    right: 0px;
}

    .search input
    {
        width: 224px;
        font-size: 14px;
        padding: 8px 0px 8px 8px;
        color: #666;
        float: right;
        outline: none;
        display: block;
        border: none;
        border-radius: 0px;
        background-color: #efefef;
        position: relative;
    }

    .search i
    {
        display: block;
        height: 40px;
        width: 20px;
        position: absolute;
        right: 10px;
        top: 5px;
    }

/*///////////////// search styles //////////////*/

.searchwrap { width:100%; float:right; height:65px;}

.searchwrap .sb-search {
position: absolute;
right: 21px;
top: 3px;}

.sb-search { position: relative; margin-top: 10px; width: 0%; min-width: 30px; height: 31px; float: right; overflow: hidden; -webkit-transition: width 0.3s; -moz-transition: width 0.3s; transition: width 0.3s; -webkit-backface-visibility: hidden;  }
.sb-search-input-wrap{height:27px; overflow:hidden; padding:2px;  width:88%; background: #e3e3e3 ; z-index:89;
}


.sb-search-input-wrap .sb-search-input {border: none; 
    outline: none;
    width: 95%;
    height: 22px;
    margin: 0;
    z-index: 10;
    padding: 2px 3.5% 2px 1.5%;
    font-size: 0.8em;
    color: #2e2e2e;
    background: #e3e3e3;

} 

.sb-search-input::-webkit-input-placeholder { color: #ffffff;   }
.sb-search-input:-moz-placeholder { color: #ffffff; }
.sb-search-input::-moz-placeholder { color: #ffffff; }
.sb-search-input:-ms-input-placeholder { color: #ffffff; }

.sb-icon-search,
.sb-search-submit  { width: 30px; height: 31px; display: block; position: absolute; right: 0; top: 0; padding: 0; margin: 0; line-height: 31px; text-align: center; cursor: pointer; }

.sb-search-submit { background: #fff; /* IE needs this */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */ filter: alpha(opacity=0); /* IE 5-7 */ opacity: 0; color: transparent; border: none; outline: none; z-index: -1; }
.sb-icon-search { background:#e3e3e3 url(../images/search-icon.png) no-repeat 5px 7px; display:block;}
/*
.sb-icon-search:before{ }*/

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search { width: 40%;}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {background:#e3e3e3 url(../images/search-icon.png) no-repeat 5px 7px; display:block; }

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit { z-index: 90;}
/*Search ends here*/


nav .navWrap .navContent .menuWrap .menuList .quicklinks-li .secondLevel{display:block;}

/*Responsive Code for header and footer*/
@media only screen and (max-width : 1024px) {
#siteWrap{margin-top: 0 !important;}
}

@media only screen and (min-width : 480px) {
header .headerWrap .headerContent .butListWrap .butList li a {
	margin-top: 23.5px;
	font-size: 0.7em;
}
header .headerWrap .headerContent .butListWrap .butList li a span {
	width:auto;
	display:inline-block;
}
header .headerWrap .headerContent .nav-button {
	right:0px;
}
/*=Subnav=*/
.subnav .subnavWrap .subnavContent .subnavTriggerWrap .trigger {
	right:20px;
}
 }

 @media only screen and (min-width : 960px) {
.masterContainer {
	width:100%;
	border-bottom:5px solid #ac975e;
	background:#fff;
	z-index: 9;
	height:auto !important;
}

.subnav .subnavWrap .subnavContent .subnavListingWrap .subnavListing li ul li a{color:#fff !important;}
.innnerMenus {
	background:#fff;
	position:fixed;
	width:100%;
	border-bottom:5px solid #ac975e;
	z-index:999;
    top:0;
}

.masterWrap {
	max-width:68.375em;
	margin:0 auto;
}
.masterContent {
	max-width:90.85923217550274%;
	width:100%;
	margin:0 auto;
}
.hide {
	display:none !important;
}
.show {
	display:block !important;
}
.open {
	height:auto !important;
}
.close {
	height:auto !important;
}
/*=Header=*/
     .bodyContent {
	width: 100%;
    padding-bottom: 0;
	/* padding-bottom: 30px; -new */
   /* padding-top: 24px;*/
}
.bodyContent .wrap {
	width: 100%;
	max-width: 62.063em;
	margin: 0 auto;
}
.bodyContent .wrap .wrap-content {
	margin: 0 2%;
	padding: 30px 0 0 0;
}
 
 
header {
	height:auto;
}
header .headerWrap {
	height:auto;
}
header .headerWrap .headerContent {
	height:auto;
}
header .headerWrap .headerContent .logo {
	max-width:24.731182795698924%;
	float:left;
}
header .headerWrap .headerContent .logo img {
	width:100%;
}
header .headerWrap .headerContent .nav-button {
	display:none;
}
header .headerWrap .headerContent .butListWrap {
	background:#FFFFFF;
	width:70%;
	height:55px;
	padding:0px;
	margin:20px 0px;
	float:right;
}
header .headerWrap .headerContent .butListWrap .butList {
	list-style:none;
	float:right;
	padding:0px;
	margin:0px;
	margin-top:6px;
	width:auto;
}
header .headerWrap .headerContent .butListWrap .butList li {
	list-style:none;
	padding:0px;
	margin:0px;
	display:block;
	float:left;
	margin-right:5px;
	width:auto;
}
header .headerWrap .headerContent .butListWrap .butList li:last-child {
	margin-right:0px;
}
header .headerWrap .headerContent .butListWrap .butList li a {
	background:#dadada;
	display:block;
	font-size:0.750em;
	padding:10px 24px;
	margin:0px;
	text-transform:uppercase;
	color: #3a3a3a;
	text-decoration:none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
header .headerWrap .headerContent .butListWrap .butList li a:hover {
	background:#e91437;
	color:#ffffff;
}
/*=Main Nav=*/
    nav .navWrap {
	/*margin-top:65px;*/
    background: none;
}
nav {
	width:71%;
	float:right;
}
nav .navWrap .navContent .menuWrap {
	margin-left:0;
}
 
nav .navWrap .navContent .menuWrap .menuList li {
	border:none;
	display:inline-block;
	background:none;
	padding:0px 0 10px 0.2%;
}
nav .navWrap .navContent .menuWrap .menuList li:hover, nav .navWrap .navContent .menuWrap .menuList li.active {
	padding:0px 0 10px 0.2%;
	background:#003b5a;
    color: #fff;
}
nav .navWrap .navContent .menuWrap .menuList li.active b.caret {
	background:#fff;
	height:2px;
}
nav .navWrap .navContent .menuWrap .menuList li a {
	display:block;
	font-size:1em;
	padding:12px 10px 16px 10px;
	width:auto;
	text-transform:uppercase;
	color:#003b5a;
	text-decoration:none;
	position:relative;
    font-weight: normal;
}

nav .navWrap .navContent .menuWrap .menuList li a:hover {
    color: #b4a06d;   
 }
nav .navWrap .navContent .menuWrap .menuList li a.visited, nav .navWrap .navContent .menuWrap .menuList li a.visited1 {
	color:#b4a06d;
}
nav .navWrap .navContent .menuWrap .menuList li .secondLevel, nav .navWrap .navContent .menuWrap .menuList li .thirdLevel {
	display:none;
}

nav .navWrap .navContent .menuWrap .menuList .quicklinks-li .secondLevel{display:none !important;}

.subnav .subnavWrap .subnavContent .subnavListingWrap .subnavListing li ul li {
	float:none;
	padding-left:15px;
	text-transform:uppercase;
	font-size:0.7em;
	width:auto;
	line-height:2.2em;
	color:#8499a4;
}
/*=Sub Nav=*/

.subnav {
	background:#003b5a;
	display:inline-block;
	margin-top:124px;
    position: fixed;
}


    .homenav .subnav{margin-top:-30px;}
.subnav .subnavWrap {
	width:100%;
    max-width: 75.375em;
	/*max-width:68.375em;*/  
	margin:0 auto;
	overflow:visible;
}
.subnav .subnavWrap .subnavContent {
	max-width:100%;
	width:70%;
	margin:0 auto;
	position:relative;
}

/*Added newly*/
.subnav .subnavWrap .subnavContent .subnavListingWrap .subnavListing {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    display: block;
    list-style: none;
    text-align: center;
   /* position: absolute;Has to remove if not required*/
} /*Added newly*/

.subnav .subnavWrap .subnavContent .subnavListingWrap .subnavListing li a {
	display:block;
	font-size: 12px;
	/*padding:13px 15px;*/
	width:auto;
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
	position:relative;
	background:none;
}
.subnav .subnavWrap .subnavContent .subnavListingWrap .subnavListing li {

    list-style: none;
    text-align: left;/*Changed to left before it was center*/
    display: block;
    border-bottom: none;
    /*display: inline-block;Added newly*/
    float: left;
    
    padding:16px 15px;
    
}

.subnav .subnavWrap .subnavContent .subnavListingWrap .subnavListing li.active {
    padding: 13px 15px;
    background: url(../images/menu-arrow.png) bottom center no-repeat;
    
}
.subnav .subnavWrap .subnavContent .subnavListingWrap .subnavListing li a.active {
	color:#fff;
    border: 1px solid #ac975e;
    padding: 2px;
}
.subnav .subnavWrap .subnavContent .subnavListingWrap .subnavListing li ul li a {
	float: none;
	padding-left: 25px;
	text-transform: uppercase;
	font-size: 11.2px;
	width: auto;
	line-height: 2.2em;
	color: #ac975e;
	padding:0;
}
 
.subnav .subnavWrap .subnavContent .subnavListingWrap .subnavListing li ul li a.active{
     color: #ac975e !important;
 }
 
.bodyContent .breadcrumb {
	width:100%;
	display:block;
}
.bodyContent .breadcrumb .wrap {
	width:100%;
	max-width:61.000em;
	margin:0 auto;
}
.bodyContent .breadcrumb .wrap ul {
	list-style:none;
	padding:10px 0;
}
.bodyContent .breadcrumb .wrap ul li {
	float:left;
	font-size:0.875em;
	padding:0 0;
    color:#787878;
}
.bodyContent .breadcrumb .wrap ul li a {
	color:#787878;
	text-decoration:none;
}
.bodyContent .breadcrumb .wrap ul li a:hover {
	color:#204c69;
	text-decoration:underline;
}
.bodyContent .breadcrumb .wrap ul li a.active {
	color:#204c69;
}
.bodyContent .breadcrumb .wrap ul li span.divider {
	padding:0 5px;
}

}

 @media only screen and (max-width : 960px) {
.masterContainer {
	width:100%;
	border-bottom:5px solid #ac975e;
	background:#fff;
	z-index: 9;
	position:relative !important;
	height:auto !important;
}
.bodyContent .feature-block li {
	background: url("../Images/feature-bg.jpg") no-repeat scroll 50% 0 !important;
}

    /*=== Master Layout Helper Classes ===*/

    ::-webkit-input-placeholder { /* WebKit browsers */
 color: #aeaeae;
}

    :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color: #aeaeae;
 opacity: 1;
}

    ::-moz-placeholder { /* Mozilla Firefox 19+ */
 color: #aeaeae;
 opacity: 1;
}

    :-ms-input-placeholder { /* Internet Explorer 10+ */
 color: #aeaeae;
}
/*===Base Layout Classes===*/

    /*Footer*/
    footer {
	width: 100%;
}
footer .wrap {
	width: 100%;
	max-width: 62.063em;
	margin: 0 auto;
}
footer .wrap .bottom {
	box-shadow: 0 5px 8px -5px #333;
	height: 12px;
}
footer .wrap .wrap-content .leftCol {
	width: 100%;
	text-align: center;
	float: left;
	font-family: 'lato';
	color: #7f7f7f;
	font-size: 0.625em;
	webkit-transition: all .3s ease;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: initial;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
footer .wrap .wrap-content .leftCol a {
	text-decoration: none;
	color: #7f7f7f;
}
footer .wrap .wrap-content .rightCol {
	width: 100%;
	float: right;
}
 
 /* Home page footer */
footer .wrap .wrap-content .rightCol .socialWrap {
	float: left;
	margin-right: 2%;
    margin-left: 10%;
	margin-top: 20px;
}
 
footer .wrap .wrap-content .rightCol .card-types {
    margin-left: 8%;
}
 /******************/
 
    footer .wrap .wrap-content .rightCol .updtlink {
        float: left;
    }
footer .wrap .wrap-content .rightCol .registerBut{
     float: left;
 }
 
 footer .wrap .wrap-content .rightCol .registeerBut{
     float: left;
     margin-left: -65px;
 }
 
footer .wrap .wrap-content .rightCol .wrapContent {
	margin-left: 30%;
	webkit-transition: all .3s ease;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: initial;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
 
 
}


/* Extra Small Devices, Phones */

/* Custom, iPhone Retina */
@media only screen and (max-width : 420px) {
footer .wrap .wrap-content .rightCol .wrap-content {
	margin-left: 5%;
}
}


@media only screen and (max-width : 480px) {
footer .wrap .wrap-content .rightCol .wrapContent {
	margin-left: 20%;
}
}

 @media only screen and (max-width : 320px) {
footer .wrap .wrap-content .rightCol .registerBut {
	padding: 15px 20px;
}
 
 
footer .wrap .wrap-content .rightCol .socialWrap {
	float: left;
	margin-right: 1%;
	margin-top: 24px;
}
.registerBut .regarrow {
	padding-left: 5px;
}

footer .wrap .wrap-content .rightCol .wrapContent {
	margin-left: 10%;
} 

}
 
@media only screen and (max-width : 960px)
{
	.searchwrap{ width:100%; background: #003b5a;}
	.searchwrap .sb-search{background:#003b5a; width:100%;padding:10px 0 10px 10px;right: 0px; display:block;}
	.searchwrap .sb-search{ position:relative !important; right:0 !important;}
	.sb-icon-search, .sb-search-submit{top: 10px; right:38px;z-index: 999;}
	.sb-search-input-wrap{position: relative;right: -41px; background:#1d506b;}
	.sb-search-input-wrap .sb-search-input {background:#1d506b; color: #fff;}
	.sb-icon-search {background-color:#1d506b; }
	.sb-search.sb-search-open .sb-icon-search, .no-js .sb-search .sb-icon-search{background-color:#1d506b;}   
}

@media only screen and (max-width : 650px)
{
	
	.sb-search-input-wrap {
    position: relative;
    right: -37px;
}

.sb-icon-search, .sb-search-submit{right: 27px;}

 /* Home page footer */
footer .wrap .wrap-content .rightCol .socialWrap {
	float: left;
	margin-right: 2%;
    margin-left: 2%;
	margin-top: 20px;
}
 
footer .wrap .wrap-content .rightCol .card-types {
    margin-left: 0%;
}
 /******************/

}

@media only screen and (max-width : 480px)
{
	
	.sb-search-input-wrap {
      position: relative;
      right: -28px;}

.sb-icon-search, .sb-search-submit {
     right: 17px;}
	
     nav .navWrap .navContent .menuWrap .menuList li a{padding-left: 30px;}   

 /* Home page footer */
footer .wrap .wrap-content .rightCol .socialWrap {
	float: left;
	margin-right: 2%;
    margin-left: 7%;
	margin-top: 20px;
}
 
footer .wrap .wrap-content .rightCol .card-types {
    margin-left: 2%;
}
 /******************/
      
}
 
@media only screen and (max-width:390px){
     /* Home page footer */
footer .wrap .wrap-content .rightCol .socialWrap {
	float: left;
	margin-right: 2%;
    margin-left: 7%;
	margin-top: 20px;
}
 
footer .wrap .wrap-content .rightCol .card-types {
    margin-left: 0%;
}
 /******************/
}
 /*Animations*/
@-webkit-keyframes blurFadeIn{
	0%{
		opacity: 0;
		text-shadow: 0px 0px 1px #fff;
		-webkit-transform: scale(1);
	}

	100%{
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		-webkit-transform: scale(1);
	}
}

/**/

@-moz-keyframes blurFadeIn{
	0%{
		opacity: 0;
		text-shadow: 0px 0px 1px #fff;
		-moz-transform: scale(1);
	}


	100%{
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		-moz-transform: scale(1);
	}
}

@keyframes blurFadeIn{
	0%{
		opacity: 0;
		text-shadow: 0px 0px 1px #fff;
		transform: scale(1);
	}

	100%{
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		transform: scale(1);
	}
}