/*  
Theme Name: Fortuna
Version: 1.7.2 / 2.3.0.2, 3.0.2.0
Description: Responsive styles
*/


/*	THEME SPECIFIC MEDIA QUERIES
---------------------------------------------------------------------- */

@media (min-width: 992px) {
	/*	Main Navigation
	-------------------------------------------------- */

		.navbar { 
			background: transparent;
			border:0;
			border-radius: 0;
			margin: 0; 
			padding: 0;
			min-height: 0;
		}
			.navbar-collapse {
				max-height: none;
				padding: 0;
				position: relative;
				text-align: center;
			}
			.navbar-toggle {
				float: left;
				background: #fff;
			}
			.navbar-default .navbar-toggle .icon-bar {
				background-color: #777;
			}
			ul.navbar-nav { float: none; display: inline-block; vertical-align: bottom; }
			.navbar .nav > li > a {
				text-shadow:none;
				text-transform: uppercase;
				color: #222;
				cursor: pointer;
				-webkit-backface-visibility: hidden;
				-moz-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
			}
			
			#menu .nav > li > a>.caret {display: none; }
				.navbar .nav li.dropdown:hover > ul.dropdown-menu{ display: block; }

			.navbar .dropdown-menu {
				margin-top: 0px;
				border: 1px solid #777;
				text-align: left;
				border-radius: 0;
			}
			.navbar .dropdown-menu .image {
				text-align: center;
			}
			.navbar .dropdown-menu li>a {
				display: block;
				padding: 3px 20px;
				clear: both;
				min-width: 160px;
				font-weight: normal;
				color: #777;
			}
			.navbar ul.dropdown-menu li.viewall > a {
				margin-top: 5px;
				color: #282828;
			}
			.navbar .dropdown-menu li>a:hover,
			.navbar .dropdown-menu li>a:focus,
			.navbar .dropdown-submenu:hover>a {
				background: transparent;
				color: #222;
				text-decoration: underline;
			}
			.navbar li.dropdown-submenu {
				position: relative;
			}
			.navbar li.dropdown-submenu > a:before {
				font-family: 'FontAwesome';
				content: "\f0da";
				float: right;
				color: rgba(0,0,0,0.3);
			}
			.navbar li.dropdown-submenu:hover > .thirdmenu {
				display: block;
				left: 100%;
				top: 0;
			}
			.fullwidth .nav >li .thirdmenu,
			.fullwidth .nav >li .childcats {
				display: block;
				padding: 0 0 0 20px;
				border: 0;
				-webkit-box-shadow: none;
				box-shadow: none;
				position: relative;
			}
			.navbar .fullwidth li.dropdown-submenu:hover > .thirdmenu {
				left: auto;
				top: auto;
			}
				.navbar .dropdown-menu ul.column-menu {
					display: table-cell;
					border-right: 1px solid #eee;
					vertical-align: top;
				}
				.navbar .dropdown-menu ul.column-menu:last-child {
					border-right: 0;
				}
				.navbar .dropdown-menu ul.column-menu ul {
					padding-left: 0;
				}
				.navbar .dropdown-menu ul.column-menu ul li {
					list-style: none;
				}

			
			/*Home*/
			.home-icon span,
			.home-text i.fa,
			.home-hidden { display: none !important; }
			#menu .home a { padding-left: 0; }

			/* Columns: Categories, Brands, Custom Blocks */

			ul[class*='cols-'].dropdown-menu { padding: 8px 10px; }

			.dropdown-menu.cols-1 { width: 220px; }
			.dropdown-menu.cols-2 { width: 380px; }
			.dropdown-menu.cols-3 { width: 540px; }
			.dropdown-menu.cols-4 { width: 700px; }
			.dropdown-menu.cols-5 { width: 760px; }
			.dropdown-menu.cols-6 { width: 880px; }

			.dropdown-menu  ul.childcats { padding:4px; }
			.dropdown-menu ul.childcats li { list-style: none; }
			.dropdown-menu  ul.childcats li a {
				font-size: 11px;
				color: #777;
			}
			.menu_block .dropdown-menu { min-width: 250px; }
			.menu_block .dropdown-menu > li { padding: 12px 20px; }
			.menu_block .dropdown-menu ul { padding-left: 15px; }

			.dropdown-menu > .column-item {
				float: left;
				padding-right: 10px;
			}
			.dropdown-menu > .column-item {
				padding: 4px 8px;
			}

			.dropdown-menu > .column-item li > a { 
				text-decoration: none !important; 
				display: block; 
				padding: 3px 10px; 
			}

			.dropdown-menu.cols-1 > .column-item { width: 100%; }
			.dropdown-menu.cols-2 > .column-item { width: 50%; }
			.dropdown-menu.cols-3 > .column-item { width: 33.3%; }
			.dropdown-menu.cols-4 > .column-item { width: 25%; }
			.dropdown-menu.cols-5 > .column-item { width: 20%; }
			.dropdown-menu.cols-6 > .column-item { width: 16.6%; }

			.brands .column-item.logoname > a:hover, 
			.brands .column-item.logoname > a:focus,
			.brands .column-item.logo > a:hover, 
			.brands .column-item.logo > a:focus {
				background-color: transparent;
				color: #282828;
			}
			.brands .column-item.logoname .name {
				display: block;
				text-align: center;
				margin-top: 3px;
			}
			.brands .column-item .image { text-align: center; display: block;}
			.brands .column-item.logo .name { display: none; }
			.brands .column-item.name .image { display: none; }

			.column-item .maincat {
				text-transform: uppercase;
				margin-bottom: 4px;
				display: block;
				padding: 3px 10px;
			}
			.column-item ul { list-style: none; padding-left: 0}

			.column-item ul li a {
				padding: 3px 9px;
				display: block;
			}
			.block-contents .dropdown-menu { max-width: 600px; white-space: normal; }

			.navbar .label {
				font-size: 8px;
				letter-spacing: 1px;
				font-weight: normal;
				vertical-align: top;
			}
			.fullwidth .nav >li { position: inherit; }
			.fullwidth .nav >li > a {
				z-index: 1111;
				margin-bottom: -1px;
				border: 1px solid transparent;
				border-width: 1px 1px 0;
			}
			.navbar-light #menu .fullwidth .nav > li > a {
				border-top: 0;
			}
			.navbar-light #menu .navbar-fixed-top .fullwidth .nav > li > a {
				border-top:1px solid transparent; 
			}
			.fullwidth .nav >
			li:hover > a {
				border-color: #ccc;
				background: #fff;
			}
			.fullwidth .nav li.dropdown ul.dropdown-menu {
				width: 100%;
				max-width: 100%;
				margin-left: auto !important;
			}

			.navbar-header .navbar-brand,
			.navbar-nav.navbar-right,
			.navbar-fixed-top .nav .home{
				display: none;
			}
			.navbar-fixed-bottom .navbar-collapse,
			.navbar-fixed-top .navbar-collapse {
				max-height: none;
			}
			.navbar-fixed-top {
				-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
				box-shadow: 0 6px 12px rgba(0,0,0,.175);
			}
			.default-skin #menu .navbar-fixed-top { background-color: #282828; border-color: #282828; }
			.default-skin .navbar-fixed-top .navbar-nav #cart .cart-heading { color: #fff; }
			.default-skin .navbar-fixed-top .navbar-nav #cart.open .cart-heading { color: #282828; }
			.default-skin .navbar-fixed-top.navbar .nav > li > a {
				color: #fff;
				border-left-color: #282828;
			}
			.default-skin .navbar-fixed-top.navbar .nav > li:hover > a { color: #ccc; }

			.navbar-fixed-top .navbar-nav {float: right;}

			.navbar-fixed-top .navbar-nav>li>a { padding: 15px 10px; font-size: 0.9em; }

			.fullwidth_layout .navbar-transparent #menu .navbar-fixed-top,
			.fullwidth_layout .navbar-light #menu .navbar-fixed-top {
				background: #fff;
				border-bottom: 1px solid #ccc;	
			}

			.navbar-fixed-top .navbar-collapse.fullwidth { background: transparent;}
			.navbar-fixed-top.navbar-inside .fullwidth .nav >li > a {
				border-top-width: 1px;
				padding-bottom: 14px;
			}
			.navbar-fixed-top .fullwidth .nav li.dropdown ul.dropdown-menu {
				border: 1px solid #999;
			}
			.navbar-fixed-top .fullwidth .nav >li:hover > a { border-color: #999;}

			.navbar-fixed-top .navbar-brand {
				display: block;
				z-index: 9;
				position: relative;
			}
			.navbar-fixed-top .navbar-nav.navbar-right {
				display: block;
				text-align: right;
				margin-right: 0;
			}
			.navbar-fixed-top .navbar-brand img {
				max-height: 100%;
				width: auto;
			}


}

@media (max-width: 991px) {

	.canvas-slid {position: fixed !important; width: 100%; }
	
	#mobmenu {width: 400px;}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form { border: 0; }
		#mobmenu .navbar-nav { margin: 0 -15px; float: none; }
		#mobmenu .nav>li { float: none; clear: both; }
		#mobmenu .nav>li+li{
			border-bottom: 1px solid rgba(255,255,255,0.1) ;
		}
		#mobmenu .nav>li:last-child { border: 0; }
		#mobmenu .nav>li.open {background: #fff;}
		#mobmenu .nav>li.open>a { color: inherit }
		#mobmenu .nav>li>a{
			color: #fff;
			text-transform: uppercase;
			background: transparent;
			padding: 12px 15px;
		}
		#mobmenu .nav>li .column-item  a {
			padding: 5px 15px; 
			display: block;
			text-decoration: none;
		}
		#mobmenu .nav>li .column-item ul { padding-left: 5px; list-style-type: none; }
		
		#mobmenu .nav .column-menu a,
		#mobmenu.navbar-default .navbar-nav .open .dropdown-menu>li>a {
			color: #999;
			padding: 5px 15px;
		}
		#mobmenu.navbar-default .navbar-nav .open .dropdown-menu>li.viewall>a {
			color: #555;
		}
		#mobmenu li.dropdown > a + a.dropdown-toggle {
			position: absolute;
			top: 0;
			right: 0;
		}
		#mobmenu .dropdown-menu {
			position: static;
	    float: none;
	    width: auto;
	    margin-top: 0;
	    background-color: transparent;
			border: 0;
			box-shadow: none; 
		}

		#mobmenu .label {
	    font-size: 10px;
	    vertical-align: middle;
		}

		#mobmenu .browse-options .dropdown-menu {
			clear: both;
		}
		#mobmenu .browse-options form, 
		#mobmenu .browse-options .btn-group, 
		#mobmenu .browse-options .dropdown-toggle {
	    display: block;
	    width: 100%;
	    text-align: left;
	    font-size: 1em;
		}
		#mobmenu .browse-options .btn-group.dropdown.open {
			background: #fff; 
		}
		#mobmenu .browse-options .btn-group.dropdown.open .dropdown-toggle {
			color: inherit;
		}
		#mobmenu .browse-options .caret { float: right; }

		#mobmenu .browse-options .btn.dropdown-toggle {
			padding: 10px 15px; 
			color: rgba(255,255,255,0.5);
			text-decoration: none; 
		}
		#mobmenu .browse-options .dropdown-menu .btn {
			text-align: left;
			text-decoration: none;
		}
		#mobmenu .account-options {
			clear: both;
		}
		#mobmenu .login-options {
			position: absolute;
			top: 12px;
			right: 15px;
	    z-index: 99;
	    border: 0 !important;
		}

		#mobmenu .login-options .btn-default {
			border-color: rgba(255,255,255,0.4);
	    background: transparent;
	    color: #fff;
	    text-transform: uppercase;
		}

		#mobmenu .login-options > li > a {
			display: block;
			line-height: 20px;
			color: #999;
			padding: 5px 15px 5px 25px;
		}

		
		.menu_block .dropdown-menu > li { padding: 12px 20px; }
		.menu_block .dropdown-menu ul { padding-left: 15px; }

		#mobmenu li.brands .image {display: none;}
		#mobmenu .dropdown > a.dropdown-toggle .caret,
		#mobmenu .dropdown > button.dropdown-toggle .caret {
			float: right;
			border: 0;
			display: block;
			width: 20px;
			height: 20px;
			text-align: center;
			padding-left: 10px;
		}
		#mobmenu a.dropdown-toggle .caret:before,
		#mobmenu button.dropdown-toggle .caret:before {
			font-family: "FontAwesome";
			content: "\f105";
			font-size: 16px;
		}
		#mobmenu .dropdown.open > a.dropdown-toggle .caret:before,
		#mobmenu .dropdown.open > button.dropdown-toggle .caret:before {
			content: "\f106";
		} 
		#mobmenu .thirdmenu {
			display: block;
			padding-left: 20px;
		}

		#mobmenu .social { text-align: center; display: block; padding: 20px 0; }

		#mobmenu .social a { 
			color: #fff;
			font-size: 1.4em;
			opacity: 0.6;
			-moz-opacity: 0.6;
			filter:alpha(opacity=60);
			padding: 0.3em;
		}
		#mobmenu .social a:hover {
			text-decoration: none;
			opacity: 1;
			-moz-opacity: 1;
			filter:alpha(opacity=100);
		}


		#header .rightbox .hdr-buttons {
			border: 0;
			padding-left: 0;
			margin-left: 0;
		}
	.box.newsletter .contentset { margin: 0; }

	.product-page .main-product-details { padding-left: 2em; }

	#logo { max-height: 100%; }

	.subcat-btn { text-transform: uppercase; margin-bottom: 10px; }

}
	

	/* Tablet Portrait size to standard 991*/
	@media only screen and (min-width: 768px) and (max-width: 991px) {

		/*	Shopping Cart
		-------------------------------------------------- */

			#total-cart .buttons { text-align: center; }
			#total-cart .buttons a { float: none; }
			#total-cart #checkout {
				display: block;
				margin: 0 15%;
			}
			.light-skin #header .elements { border-bottom: 1px solid #999; }


	}

	@media only screen and (min-width: 768px) {

		.search-area { display: block !important; }

		#checkout .panel-title a.active {
			text-align: center;
			padding: 1.2em 0.5em 0.5em;
			font-size: 1.5em;
		}

		.nav-tabs.nav-justified>li>a {
			border-bottom-color: #999;
		}

		.nav-tabs.nav-justified>.active>a,
		.nav-tabs.nav-justified>.active>a:focus,
		.nav-tabs.nav-justified>.active>a:hover {
			border-color: #999;
			border-bottom-color: #fff;
			color: #282828;
		}

		#column-left .collapse { display: block; height: auto !important; }
		
		#footer ul.content { display: block !important; }

	}


	/* All Mobile Sizes */
	@media only screen and (max-width: 767px) {

		/*	Header
		-------------------------------------------------- */

			#topbar { padding: 7px 0; margin: 0; }

			#topbar .btn .fa { font-size: 18px; color: #fff; }
			#cart.open .cart-heading .fa { color: #282828; }

			#cart.open .cart-heading {
		    padding-top: 13px;
        padding-bottom: 13px;
        margin-top: -7px;
        margin-bottom: -8px;
			}
			#top-links .dropdown-menu,
			#cart.open .dropdown-menu { margin-top: 7px; }

			.topbar-logo {
		    float: left;
		    max-height: 22px;
		    height: 22px;
		    margin-top: 7px;
		    margin-left: 10px;
			}
			.topbar-logo img { max-height: 100%; }

			#header .rightbox2 { padding-top: 0; min-height: 0; }
			.light-skin #header .elements { border: 0; }

			.dark-skin #topbar .container { border: 0; }
			

			/*	Search
			-------------------------------------------------- */

			#search {
				width: 100%;
				margin: 20px 0;
			}
			#search input { border-width: 1px; }
			#cart { margin: 0; border-right: 0; }

			.navbar .search-field,
			.navbar .cart-block {
				display: none;
			}
			#topbar.navbar-fixed-top {
				position: relative;
			}
			#menu.navbar-fixed-top {
				position: relative;
				box-shadow: none;
				border-bottom: 0;
				padding-top: 8px;
				background: transparent;
				box-shadow: none;
				border: 0;
				padding: 0;
				top: auto;
			}
			.navbar-fixed-top .navbar-brand {
				display: none;
			}

		/* Main content 
		-------------------------------------------------- */
			
			#toggle_sidebar {display: none;}

			.breadcrumb { padding-top: 14px; }

			.page-header,
			.product-page .page-header {
				text-align: center;
				clear: both;
				margin-bottom: 15px;
			}
			.page-header h1, .page-header h3 {
				margin-bottom: 10px;
				font-size: 1.6em !important;
				line-height: 1.4em;
				text-align: center;
			}
			.page-header .review span {
				font-size: 6px;
			}
				
			/*Filters on mobiles*/

		  #product-category #column-left {
		  	background: #f8f8f8;
		  	display: block !important; 
		    margin: 0 0 15px 0;
		    padding-top: 15px;
		    padding-bottom: 15px; 
		  }
		  #column-left .inner {
		  	border: 1px solid #777;
		  	border-width: 1px 1px 0;
		  	border-radius: 3px;
		  }
		  #column-left .inner > div { 
		  	display: none;
		  	border: 0;
		  	border-bottom: 1px solid #777;
		    margin-bottom: 0;
		    background: transparent; 
		  }
		  #column-left .inner .panel-default { border: 0; background: transparent; margin: 0; }
		  #column-left #cat_accordion { background: #fff; }

		  #column-left .inner > div.filter,
		  #column-left .inner > div.category-accordion,
		  #column-left .inner > div.category {
		  	display: block; 
		  	border-bottom: 1px solid #777;
		  	border-radius: 3px;
		  }
		  #column-left .inner > div .btn-default {
	      text-align: left;
	      text-transform: uppercase;
	      padding: 8px 12px;
	      border: 0;
	      background: transparent;
	      white-space: normal;
		  }
		  #column-left .inner > div .btn-default i,
		  .subcat-btn i { float: right ; }
		  .subcat-btn { display: block; margin-bottom: 10px; text-align: left; }

		  .category-info .image { display: none; }

		
		/*	Shopping Cart
		-------------------------------------------------- */

			.cart-inner { padding: 0; }


		/*	Grid view
		-------------------------------------------------- */

			.product-layout.product-grid {
				width: 49% !important;
			}
			.product-compare { display: none; }
			.product-thumb .cart, .product-slider .item .cart {
				opacity: 1;
				-moz-opacity: 1;
				filter: alpha(opacity=100);
			}
			.product-layout .caption { padding: 0; }
			div.product-grid .caption .description { display: none !important; }
			.product-layout .product-thumb { 
				padding: 1.4em 0;
				border: 0;
			}
			.product-layout:hover .product-thumb, .product-slider .item:hover .inner { box-shadow: none !important; }
			h4.name { font-size: 1em; }
				.product-thumb .links .btn + .btn:before,
				.product-slider .item .links .btn + .btn:before {
					border: 0;
					margin: 0;
					padding: 0;
				}
				.owl-carousel .item .inner { padding: 0; border: 0; }
				.countdown_deals .owl-item .product-thumb { padding: 1.4em 1.2em; }
				.product-layout .caption, .product-slider .caption { padding: 0; }
				.product-layout .caption .description { font-size: 0.9em; }
				.product-layout .product-thumb .cart .btn, .product-slider .item .cart .btn {
					width: 30%; font-size: 11px;
				}
				.product-layout .product-thumb .cart .btn-cart, .product-slider .item .cart .btn-cart {
					width: 70%; font-size: 11px;
				}
				.countdown_deals .product-thumb .cart .btn { width: 100%; }
				.category-slider .owl-carousel .caption { min-height: 0; }
				.category-slider .owl-carousel .catdesc,
				.category-slider .owl-carousel .item .cart { display: none; }
			 

		/*	Product
		-------------------------------------------------- */

			.product-page .price,
			.product-page .add-cart,
			.product-page .review,
			.product-page .share,
			.product-page .cart {
				text-align: center;
			}
			.price-cart { padding: 0; }
			.product-page .main-product-details {border: 0; padding-left: 0;}

			.product-page .share {
				margin-top: 16px;
			}

			#full-info { padding: 0; }

			#full-info .tab-content img {
				max-width: 100%;
				height: auto!important;
			}

			.mousetrap { max-width: 100%; }
			#cloud-zoom-big {
				max-width: 100%;
				left:0 !important;
			}
			#zoom-image { display: none; }

			.accordion-heading .accordion-toggle { font-weight: bold; }

			.prevnext .pager { text-align: center;}

			.product-thumb .cart .btn,
			.product-slider .item .cart .btn,
			.product-thumb .links,
			.product-slider .item .links {
				opacity: 1 !important;
				-moz-opacity: 1 !important;
				filter: alpha(opacity=100) !important;
			}

		/* Other lists
		-------------------------------------------------- */

		.list-actions {
			text-align: center;
			padding-bottom: 10px;
		}

			.info-inner img {
				max-width: 100%;
				height: auto!important;
			}

		/*	Footer links
		-------------------------------------------------- */

			#footer .column { margin-bottom:-1px; }

			#footer h3.header {
				padding: 8px 15px;
				margin: 0;
				border: 0;
				border-top: 1px solid #777;
				cursor: pointer;
				display: block;
			}
			#footer .column:first-child h3.header { border:0; }
				#footer h3.header:hover,
				#footer h3.header:active,
				#footer h3.header.active {
					outline: 0;
				}
				#footer h3.header:after {
					content: "\f105";
					float: right;
					font-family: 'FontAwesome';
					margin-left: 10px;
				}
				#footer ul.content { display: none; padding: 0 10px 10px; }
					#footer ul li a {
						padding: 6px 12px; 
						font-size:14px; display: block;
					}
					#footer ul li a:hover, 
					#footer ul li a:active { 
						background-color: #f2f2f2; 
						text-decoration:none; 
					}
					#footer .bottom-row { text-align: center; }
						
					#footerlinks li a {
						font-size:1em;
						font-weight:bold;
						line-height: 1.9em;
					}

					#footer .contact {
						text-align: center;
						margin-top: 14px;
					}
				#footer .social,
				#footer .footer_info { text-align: center; padding: 6px;}


		/* Modules
		-------------------------------------------------- */

		#toTop { display: none !important; }

		.box.newsletter .contentset h4 { font-size: 1.1em; }

		.rich_banner .banner_inner { border: 0 !important; }

	}

	/* Mobile Landscape Size to Tablet Portrait */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		
	
	}

	/* Mobile Portrait Size to Mobile Landscape Size */
	@media only screen and (max-width: 479px) {

		#top-links { display: none; }

		#mobmenu { width: 99% !important }

		.subcat-btn { display: block; margin-bottom: 10px; text-align: left; }

		.category-list .subcat_thumb { width: 31%; }

		.product-list .product-thumb .image { max-width: 100px; }

		div.live-search { min-width: 0; }


		/*	Shopping Cart
		-------------------------------------------------- */

			#cart-info .image,
			#cart-info .price,
			#cart-info .model,
			#cart-info .headings {
				display: none;
			}

				#cart-info .image,
				#cart-info .name,
				#cart-info .model,
				#cart-info .quantity,
				#cart-info .price,
				#cart-info .total {
					margin-bottom:5px;
				}
				#cart-info .name a {font-weight: normal; font-size: 1em;}
				#cart-info .quantity input[type="text"] {
					display: inline-block;
				}

			#cart-info .tag { 
				display: inline; 
				margin-right: 5px; 
				color: #777; 
				font-weight:normal;
			}

			#total-cart table {
				float: none;
				margin: 0 auto;
			}

			#total-cart .buttons {
				text-align: center;
				margin-bottom: 14px;
			}
			#total-cart .buttons a {
				float: none;
			}
			#total-cart .cart { 
				float: none; 
				clear: both; 
				display: block;
			}
			#total-cart #checkout {
				display: block;
				margin: 0 15%;
			}
			.checkout-confirm table .price {display:none;}



		/*	Order Detail
		-------------------------------------------------- */

			.confirmation td { padding: 2px; }

				.confirmation thead td { font-size: 11px; }

			.table-adjust td {
				padding: 2px;
				font-size: 11px;
			}

		/*	Information pages
		-------------------------------------------------- */

			#content .info-inner { padding:20px; }

		/*	Product comparison
		-------------------------------------------------- */

			.nav-compare {
				display: inline-block !important;
				margin: 0 0 10px;
				padding:0 0 5px;
				overflow: hidden;
			}

			#compare-wrapper {
				width:100%;
				overflow:hidden;
			}

		/*	Tabs
		-------------------------------------------------- */

			#full-info .nav-tabs {border: 0;}
			#full-info .nav-tabs>li {
				height: auto;
				float: none;
			}
			#full-info .nav-tabs>li a {
				display: block !important;
				float: none;
				border-radius: 4px;
				font-size: 1em;
			}
			#full-info .nav-tabs>li.active a {
				border: 1px solid #777;
			}

	}
