﻿@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'ProximaNovaSemibold';
    src: url('../fonts/proximanova-semibold-webfont.eot');
    src: url('../fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/proximanova-semibold-webfont.woff') format('woff'),
        url('../fonts/proximanova-semibold-webfont.ttf') format('truetype'),
        url('../fonts/proximanova-semibold-webfont.svg#ProximaNovaSemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ProximaNovaRegular';
    src: url('../fonts/proximanova-regular-webfont.eot');
    src: url('../fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/proximanova-regular-webfont.woff') format('woff'),
        url('../fonts/proximanova-regular-webfont.ttf') format('truetype'),
        url('../fonts/proximanova-regular-webfont.svg#ProximaNovaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bonvenocflight';
    src: url('../fonts/bonvenocf-light.eot');
    src: url('../fonts/bonvenocf-light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/bonvenocf-light.woff2') format('woff2'),
        url('../fonts/bonvenocf-light.woff') format('woff'),
        url('../fonts/bonvenocf-light.ttf') format('truetype'),
        url('../fonts/bonvenocf-light.svg#bonvenocflight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: "Georgia";
    src: url("../fonts/Georgia.eot"); /* IE9 Compat Modes */
    src: url("../fonts/Georgia.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
      url("../fonts/Georgia.otf") format("opentype"), /* Open Type Font */
      url("../fonts/Georgia.svg") format("svg"), /* Legacy iOS */
      url("../fonts/Georgia.ttf") format("truetype"), /* Safari, Android, iOS */
      url("../fonts/Georgia.woff") format("woff"), /* Modern Browsers */
      url("../fonts/Georgia.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'Georgia';
    src: url('../fonts/Georgia-Bold.woff2') format('woff2'),
        url('../fonts/Georgia-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}



/* @font-face {
    font-family: 'Georgia';
    src: url('Georgia.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
} */


body{
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: 'Georgia';
    font-size: 16px;
}



h1, .h1, h2, .h2, h3, .h3 {
    margin:0;
}

.proximafont{
    font-family: 'ProximaNovaSemibold';
}

/* .proximafontRg{
    font-family: 'ProximaNovaRegular';
} */

.bonvenocfont{
    font-family: 'bonvenocflight';
}
.georgiafont{
    font-family: 'Georgia';
}



#page-wrapper {
    margin: 0;
    min-height: 100%;
    overflow-y: auto;
    position: relative;
}
.navbar-top{
    background: #fff;
    width: 100%;
    min-height: 40px;
    max-width: 1320px;
    margin: 0 auto;
}
.navbar-top .userMenu{
    margin: 0;
    padding: 5px 0 ;
	float:right;
}
.navbar-top .userMenu li{
    display:inline-block;
    padding: 0px 2px;
    list-style: none;
    font-size: 16px;
}
.navbar-top .userMenu li:after {
    content: '\2022';
    padding: 0 5px;
}
.navbar-top .userMenu li:last-child:after {
    display: none; 
}

.navbar-top .userMenu li a{
    color: #000;
}

.header-wrap{
    padding: 4px;
    background: #526a90;
}
.navbar{
    padding: 0;
    margin: 0;
}

.nav > li > a {
    color: #fff;
    font-size: 18px;
    /*font-family: 'bonvenocflight';*/
}

.nav > li > a:hover{
    background: none;
}
.nav > li > a:focus{
    background: none;
}
.nav > li > a:active{
    background: none;
}

.navbar-nav > li {
    border-right: 1px solid #fff;
}
.navbar-nav > li:last-child {
    border-right: none;
}
.navbar-nav > li > a {
    padding-bottom: 5px;
    padding-top: 5px;
}

.navbar-toggle {
    background-color: #40597f;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 8px;
    padding: 9px 10px;
    position: relative;
    color: #fff;
}

.sub-drop-menu{
    font-size: 20px;
    padding: 20px 0px;
    text-align: left;
}


.tab-content {
    background-color: #526a90;
    margin-bottom: 18px;
    overflow: hidden;
    position: relative;
    z-index: 10;
    color: #fff;
    padding: 40px;
    
}
.tab-content > .tab-pane, .pill-content > .pill-pane {
    padding: 15px;
}
.tab-content > .active, .pill-content > .active {
    padding: 0;
}
.tabs-left > .nav-tabs {
    float: left;
    margin-right: 0;
}
.tabs-right > .nav-tabs {
    float: right;
    margin-left: 0;
}
.nav-tabs {
    margin-bottom: 0;
    border-bottom: none!important;
}
.nav-tabs > li {
    border-right: 1px solid #526a90;
    background-color: #7588a6;
}
.nav-tabs > li:last-child {
    border-right:  none;
}
.nav-tabs > li > a {
    border: 0 none;
    border-radius: 0;
    color: #fff;
    min-width: 70px;
    padding: 20px 20px;
    font-size: 18px;
    text-transform: uppercase;
    margin-right: 0;
    font-weight: 600;
    font-family: "Georgia";
}

.nav-tabs > li > a:hover {
    color: #fff;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-width: 0;
    background-color: #526a90;
    color: #fff;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
    border: 0 none;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    color: #fff;
    background-color: #526a90;
    
}
.tabs-left > .nav-tabs > li > a {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.tabs-right > .nav-tabs > li > a {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}




.trademark-title{
    font-size: 34px;
    color: #fff;
    
}
.trade-search{
    height: 55px;
    background: #fff;
    border-color: #fff;
    border-radius: 0;
    margin-top: 10px;
	font-size: 30px;
}

.trade-button{
    height: 55px;
    background: #ff9900;
    border-color: #ff9900;
    font-size: 22px;
    color: #fff;
    padding: 0 40px;
    border-radius: 0;
    margin-top: 10px;
}


.trademark-logo{
    background: #657a9c;
    padding: 50px 20px 50px 30px;
    margin: 40px -40px -40px -40px;
    font-family: 'ProximaNovaSemibold';
    float: left;
}
.trademark-logo .box{
    padding: 20px 10px;
    height: 85px;
    background: #445671;
    border-left: 2px solid #54657d;
    border-right: 2px solid #303d50;
    border-top: 2px solid #7c899c;
    border-bottom: 2px solid #303d50;
    width: 240px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    float: left;
    margin-right: 13px;
    margin-bottom: 10px;
    cursor: pointer;
    line-height: 40px;
}


.trademark-logo .box:hover{
    padding: 20px 10px;
    height: 85px;
    background: #3c4e69;
    border-left: 2px solid #54657d;
    border-right: 2px solid #303d50;
    border-top: 2px solid #7c899c;
    border-bottom: 2px solid #303d50;
    width: 240px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    float: left;
    margin-right: 13px;
    margin-bottom: 10px;  
    text-decoration: none;
    line-height: 40px;
}

.trademark-logo .box2{
    padding: 15px 10px;
    height: 85px;
    background: #445671;
    border-left: 2px solid #54657d;
    border-right: 2px solid #303d50;
    border-top: 2px solid #7c899c;
    border-bottom: 2px solid #303d50;
    width: 240px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    float: left;
    margin-right: 13px;
    margin-bottom: 10px;
    cursor: pointer;
}
.trademark-logo .box2:hover{
    padding: 15px 10px;
    height: 85px;
    background: #3c4e69;
    border-left: 2px solid #54657d;
    border-right: 2px solid #303d50;
    border-top: 2px solid #7c899c;
    border-bottom: 2px solid #303d50;
    width: 240px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    float: left;
    margin-right: 13px;
    margin-bottom: 10px;  
    text-decoration: none;
}


.section-wrap{
    margin-top: 30px;
    position: relative;
    background: #f0f0f0;
}
.section-wrap .head{
    background: #526a90;
    font-size: 30px;
    font-family: 'bonvenocflight';
    padding: 5px;
    color: #fff;
}
.section-wrap .content{
    padding: 30px ;
    clear: both;
    display: block;
}
.section-wrap .content .inner-box{
    background: #fff;
    padding: 15px;
    margin-bottom: 10px;
	word-wrap: break-word;
}
.section-wrap .content .inner-box h3{
    font-size: 18px;
    font-weight: bold;
}
.section-wrap .content .inner-box .logo{
    background: #f0f0f0;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
}
.section-wrap .content .inner-box img{
    max-height: 133px;
}
.section-wrap a{
    text-decoration: none;
}
.section-wrap h4 {
    font-size: 26px;
    margin-bottom: 8px;
    margin-left: -5px;
    color: #122740;
    /* font-weight: bold; */
}

.section-wrap span {
    color: #767a7e;
    display: inline-block;
    font-size: 20px;
    font-style: italic;
    line-height: 1.25em;
    text-decoration: none;
    vertical-align: top;
}
.yellow-btn{
    background: #ff9900;
    color: #454545;
    font-size: 17px;
    font-family: 'bonvenocflight';
}
.yellow-btn:hover{
    color: #fff;
}

.footer-wrap {
    background: #f0f0f0 none repeat scroll 0 0;
    border-top: 20px solid #526a90;
    padding: 20px 0;
    width: 100%;
}
.footer-list{
	padding-left:9%;
}
.copyright{
	width:90%;
	padding-left:9%;
}
.copyright a, .copyright a:hover, .copyright a:visited{
	color: #513333;
}
.footer-wrap h3 {
    font-size: 21px;
    color: #122740;
    text-decoration: underline;
}

.footer-wrap ul {
    margin: 10px 0;
    padding: 0;
}

.footer-wrap ul li{
    list-style-type: none;
    font-size: 18px;
    color: #767a7e;
}
.footer-wrap ul li a{
    font-size: 18px;
    color: #767a7e;
}

.bg-skyblue{
    background: #526a90;
}


.pagination-blue {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination-blue > li {
    display: inline;
}
.pagination-blue > li > a,
.pagination-blue > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: 4px;
    line-height: 1.42857143;
    color: #fff;
    text-decoration: none;
    background-color: #526a90;
    border: 1px solid #526a90;
    font-family: 'ProximaNovaRegular';
}
.pagination-blue > li:first-child > a,
.pagination-blue > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.pagination-blue > li:last-child > a,
.pagination-blue > li:last-child > span {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.pagination-blue > li > a:hover,
.pagination-blue > li > span:hover,
.pagination-blue > li > a:focus,
.pagination-blue > li > span:focus {
    color: #fff;
    background-color: #7588a6;
    border-color: #526a90;
}
.pagination-blue > .active > a,
.pagination-blue > .active > span,
.pagination-blue > .active > a:hover,
.pagination-blue > .active > span:hover,
.pagination-blue > .active > a:focus,
.pagination-blue > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #7588a6;
    border-color: #526a90;
}
.pagination-blue > .disabled > span,
.pagination-blue > .disabled > span:hover,
.pagination-blue > .disabled > span:focus,
.pagination-blue > .disabled > a,
.pagination-blue > .disabled > a:hover,
.pagination-blue > .disabled > a:focus {
    color: #fff;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}


.list-box{
    background: #f3f3f3;
    padding: 22px 10px 22px 5px;
}
.list-box .inner-box-white{
    background: #fff;
    padding: 20px 10px;
    width: 232px;
    margin-right: 20px;
    height: 100%;
	float:left;
    display: table-cell;
    vertical-align: middle;
}
.list-box .content{
    margin-left: 15px;
    display: table;
}
.list-box h2{
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: bold;
}
.list-box p{
    font-size: 16px;
    margin-bottom: 15px;
}


.btn-yellow{
    background: #ff9900;
    color: #fff;
    border-radius: 0;
    font-family: 'bonvenocflight';
    padding-top: 10px; 
    padding-bottom: 10px; 
    font-size: 16px;
}
.btn-green{
    background: #0cb02b;
    color: #fff;
    border-radius: 0;
    font-family: 'bonvenocflight';
    padding-top: 10px; 
    padding-bottom: 10px; 
    font-size: 16px;
}
.text-red{
    color: #fe0000;
    
}
.hyper-link{
    color: #fe0000!important;
    text-decoration: underline;
    font-size: 16px;
    font-family: 'bonvenocflight';
}
.side-box{
    border: 3px solid #597299;
    font-family: 'bonvenocflight';
    margin-bottom: 30px;
	clear:both;
}

.side-box .head{
    background: #597299;
    text-align: center;
    font-size: 22px;
    font-family: 'bonvenocflight';
    color: #fff;
    padding: 8px;
}

.side-box .content{
    background: #fff;
    padding: 20px 15px;
}

.side-box .content h3{
    font-size: 20px;
    margin-bottom: 20px;
}
.side-box .content ul{
    margin: 0 0 20px 0;
    padding: 0;
}

.side-box .content ul li{
    list-style-type: none;
    padding: 5px 35px;
    font-size: 16px;
    background: url(../images/check-icon.png) no-repeat 0px 8px ;
}
.side-box .content ul li a{
    list-style-type: none;
    padding: 5px 0;
    font-size: 16px;
	font-weight: bold;
}
.side-box .content ul li a:hover{
    text-decoration: none;
}

.logo-box{
    border: 2px solid #d0d7e1;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
	min-height: 200px;
	position:relative;
}

.details-box{
    background: #fff;
    border:3px solid #ececec;
    display: block;
    font-family: 'ProximaNovaRegular';
	word-wrap: break-word;
}
.details-box .head{
	background: #ececec;
	float:left;
	width: 100%;
}
.details-box .head .image-box{
    width: 260px;
    float: left;
    margin: 12px 18px 12px 12px;
    min-height: 230px;
}


.details-box .head .content-box{
    font-family: 'bonvenocflight';
    margin: -2px;
    padding: 10px 5px;
	float:left;
	width:65%;
}
.details-box .head .content-box h2{
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 15px;
    font-family: 'ProximaNovaSemibold';
}

.details-box .head .content-box p{
    font-size: 16px;
	word-wrap: break-word;
}

.table-border{
    border:3px solid #ececec;
}


.table-bg{
    background: #f1f1f1;
}
.b-b{ border-bottom:1px solid #ccc;}
.m-t{
    margin-top:25px;
}
.bd{
    font-weight: bold;
    vertical-align: text-top;
    padding: 10px;
}
.bd-padd{
    padding: 10px 0;
}
.v-padd{
    vertical-align: top;
    padding-top: 10px;
}
.blue-text{
    color: #526a90;
}
.table-btn{
    position: absolute;
    right: 10px;
    top: 10px;
	font-size: 15px;
    padding: 8px;
	width: 230px;
}
.list_heading{
	margin-bottom: 10px;
}




@media (min-width: 1200px) {
    .container {
        width: 1350px;
    }
}



.product-page{
	margin:0;
	padding:0;
}
.product-page h2{
	font-size:24px;
	font-family: 'ProximaNovaSemibold';
	margin-bottom:10px;
}
.product-page .title{
	font-size:28px;
	font-family: 'ProximaNovaSemibold';
	color:#337ab7;
}
.product-page-box{
	border: 2px solid #d0d7e1;
	text-align: center;
	padding: 10px;
	margin-bottom: 20px;
	min-height:280px;
	position:relative;
	font-family: 'ProximaNovaRegular';
}

.product-page-box img {
	margin-bottom:15px;
}
.product-page-box .details {
	background: #f2f0f1;
	padding: 10px 15px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.product-category{
	margin:0;
	padding:0;
}

.product-category-box{
	border: 2px solid #d0d7e1;
	padding: 10px;
	margin-bottom: 20px;
	min-height:160px;
	position:relative;
	font-family: 'ProximaNovaRegular';
}
.product-category-box:hover{
	border: 2px solid #597299;
	background:#efefef;
}
.product-img-style{
	border: 1px solid #eee;
	background:#fff;
	text-align:center;
}

.breadcrumb {
    background-color: transparent;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    display: block;
    margin: 0;
    padding: 15px 0;
}
.breadcrumb a {
}
.breadcrumb li {
    color: #0090d9 !important;
    padding-left: 0;
}
.breadcrumb li p {
    color: #7b7d82;
    font-weight: 400;
    margin: 0;
}
.breadcrumb li .active {
    color: #0090d9;
    font-weight: 600;
}
.breadcrumb > li + li::before {
    color: #515050;
    content: "";
    font-family: FontAwesome;
    font-weight: bold;
    padding: 0 15px;
}
.breadcrumb a, .breadcrumb i, .breadcrumb span, .breadcrumb li {
    color: #515050;
    font-size: 14px !important;
    font-weight: 300;
	font-family: 'ProximaNovaRegular';
    text-shadow: none;
}


.cp-box{
	border: 2px solid #d0d7e1;
	padding: 10px;
	margin-bottom: 20px;
	min-height:220px;
	position:relative;
	font-family: 'ProximaNovaRegular';
}
.cp-box:hover{
	border: 2px solid #597299;
}




.pagination-blue-sm {
	margin:0;
	padding:0;
}
.pagination-blue-sm > li {
    display: inline;
}
.pagination-blue-sm > li > a,
.pagination-blue-sm > li > span {
	position: relative;
	float: left;
	padding: 3px 9px;
	margin-right: 3px;
	line-height: 1.42857143;
	color: #fff;
	text-decoration: none;
	background-color: #526a90;
	border: 1px solid #526a90;
	font-family: 'ProximaNovaRegular';
	margin-bottom: 2px;
	text-transform: uppercase;
}
/* .pagination-blue-sm > li:first-child > a,
.pagination-blue-sm > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.pagination-blue-sm > li:last-child > a,
.pagination-blue-sm > li:last-child > span {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
} */
.pagination-blue-sm > li > a:hover,
.pagination-blue-sm > li > span:hover,
.pagination-blue-sm > li > a:focus,
.pagination-blue-sm > li > span:focus {
    color: #fff;
    background-color: #7588a6;
    border-color: #526a90;
}
.pagination-blue-sm > .active > a,
.pagination-blue-sm > .active > span,
.pagination-blue-sm > .active > a:hover,
.pagination-blue-sm > .active > span:hover,
.pagination-blue-sm > .active > a:focus,
.pagination-blue-sm > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #7588a6;
    border-color: #526a90;
}
.pagination-blue-sm > .disabled > span,
.pagination-blue-sm > .disabled > span:hover,
.pagination-blue-sm > .disabled > span:focus,
.pagination-blue-sm > .disabled > a,
.pagination-blue-sm > .disabled > a:hover,
.pagination-blue-sm > .disabled > a:focus {
    color: #fff;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.logo-img{
   display: block;
    margin: auto;
    max-height: 150px;
    max-width: 210px;	
}
.logo-link {
  bottom: 10px;
  position: absolute;
  left: 0;
  right: 0;
}
.top_filer_address{
	margin-top: -10px !important;
}
.recent li{
	color: #337ab7;
	font-weight: bold;
	cursor:pointer;
}
.template-common a.leftmenu{
	color:#dd3322;
}
.template-common table tbody tr td table{
	border-collapse: separate!important;
	border-spacing:none!important;
}
.hyper-link a{
	color:#dd3322;
}
.hyper-link a:hover{
	text-decoration:none;
}
.admin-table-bg {
    background: #F0EFD5 none repeat scroll 0 0;
}
.details-box .admin-head {
    background: #F0EFD5 none repeat scroll 0 0!important;
}
.admin-list-box{
	background: #F0EFD5 none repeat scroll 0 0!important;
}
.admin-details-box{
	border: 3px solid #F0EFD5!important;
}
#emailFormContainer{
	border:2px solid;
	padding:10px;
	background-color:#f0efd5;
	width: 800px;
	height: 480px;
	border-color:#857550
}
#emailSubmitButton{
	background-color: #B92E2E;
	color: #fff;
	border: 1px solid #5F0000;
	padding: 5px 15px;
}
.menu-nav{
	float:right;
}
.ourservices li a:visited{
	color: #337ab7!important;
}
.start-now-button{ padding-left:35%;
}




table {
    background-color: transparent;
    word-wrap: break-word;
}

.content-wrap{
	clear: both;
    display: block;
}
.content-wrap span{
	padding: 20px;
}
.content-wrap h4{
    color: #fff;
    font-size: 20px;
    margin: 0;
    padding: 12px;
    font-weight: 600;
}
.p-l-0{
	padding-left: 0px;
}
.p-r-0{
	padding-right: 0px;
}
.p-h-0{
	padding-right: 0px;
	padding-left:0px;
}
.heading-left{
	background: #f4950a;
}
.heading-middle{
	background: #526a90;
}
.heading-right{
	background: #23b9a6;
}
.management-tools ul li{
    background: rgba(0, 0, 0, 0) url("../images/check-icon.png") no-repeat scroll 0 8px;
    list-style-type: none;
    padding: 5px 35px;
}
.management-tools ul{
	padding-left:0px!important;
}
.management-tools ul li a{
	color:#337ab7!important;
}
.management-tools ul li a:visited{
	color:#337ab7!important;
}
.management-tools ul li a:focus{
	color:#337ab7!important;
}
span.heading-content a{
	color:#337ab7!important;
}
span.heading-content a:visited{
	color:#337ab7!important;
}
span.heading-content a:focus{
	color:#337ab7!important;
}

.mark-advert{
	width:100%;
}

.mark-advert-text{
    width: 80%;
    background: #FFFFCC;
    padding: 20px;
    float: left;
    min-height: 126px;
}

.mark-advert-btn a{
	color:#FFFFFF!important;
}
.mark-advert-btn a:visited{
	color:#FFFFFF!important;
}
.mark-advert-btn a:focus{
	color:#FFFFFF!important;
}

.mark-advert-btn{
	width: 20%;
    background: #FF0000;
    color: #FFFFFF;
    padding: 52px 20px;
    float: left;
    text-align: center;
}

.m-b-20{
	margin-bottom:20px;
}

.m-t-20{
	margin-top:20px;
}

.custom_width{
	max-width: 650px!important;
}
@media only screen and (max-width: 1024px) {
.custom_width{
    background: #fff none repeat scroll 0 0 !important;
    box-shadow: 1px -1px 7px 0 #d6d6d6 !important;
    clear: both;
    display: block;
    float: none !important;
    margin: 20px auto;
    max-width: 480px !important;
    padding: 10px !important;
}
.design_right {
    float: none !important;
    margin: auto !important;
    max-width: 65% !important;
    padding: 20px !important;
}
.new_sidebar {
    float: none!important;
    margin: 0 auto 20px!important;
}

}

/* New Design*/

.custom-cards-section {
    border-bottom: 10px solid #526a90;
}

.custom-cards-section .card-wrap {
    width: 100%;
    height: auto;
    padding: 30px;
    margin: 0 0 30px 0;
    background: #fff;
    text-align: center;
    border-bottom: 8px solid #ddd;
}

.custom-cards-section .card-wrap h3 {
    margin: 0;
    padding: 0;
    height: 52px;
}

.custom-cards-section .card-wrap p {
    margin: 20px 0;
    /*height: 40px;*/
    overflow: hidden;
    font-size: 15px;
}

.custom-cards-section .card-wrap h6 {
    margin-top: 20px;
}

.custom-cards-section .card-wrap img {
    max-width: 100%;
    max-height: 200px;
}

.custom-button {
    background: #ff9900;
    border-color: #ff9900;
    border-radius: 0;
    padding-left: 30px;
    padding-right: 30px;
}

.card-wrap .f-icon {
    font-size: 72px;
    color: #ddd;
    margin-top: 30px;
}

.card-wrap:hover {
    border-bottom: 8px solid #ff9900;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.card-wrap:hover .f-icon {
    color: #ff9900;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

@media only screen and (min-width: 1200px) {
.navbar{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navbar-header{
    flex: 1;
    margin-left: -20px;
}
#navbar{
    padding: 0;
    margin: 0 -15px 0 0;
}
.home-logo img{
    max-width: 450px;
}
.section-wrap .head {
    padding-left: 60px;
}
}
@media only screen and (min-width: 1400px) {
    .home-logo img{
        max-width: 552px;
    }
}

/*---------------------------------------------------------------
MOBILE - trademarksoncall.com - HOME
----------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
.header-wrap {
    padding: 0 !important;
    height: auto !important;
    min-height: 45px !important;
    margin: 0 !important;
}
.navbar-top .userMenu li {
    font-size: 12px;
}
.navbar-header {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    min-height: 50px;
    position: relative;
}
.navbar-header button {
    margin: 0;
    background-color: transparent !important;
    padding: 0;
    border: 0;
    float: none;
    border-radius: 0;
    left: auto;
    right: 0;
    bottom: auto;
}
.navbar-header a {
    width: 200px;
    margin-left: -4px;
}
#navbar .navbar-nav>li {
    border-right: 0;
}
.tab-container .nav {
    display: flex;
    flex-direction: column;
}
.tab-container .nav li {
    border-bottom: 1px solid #fff;
    margin-bottom: 1px;
}
.tab-container .nav li a {
    padding: 5px 20px;
}
}