/* ---------------------------------------------------
    MAIN STYLE
----------------------------------------------------- */
	body {
		color: #333333;
		font-family: oswald;
	}

	h2,
	h3,
	h4 {
		color: #0088DD;
	}


	img {
		max-width: 100%;
		height: auto;
	}

	.grid_3_img img {
		width: 30%;
		max-width: 320px;
	}
	


	.grid_4_img img {
		width: 22%;
		max-width: 200px;
	}

/* ---------------------------------------------------
    MAIN STYLE
----------------------------------------------------- */
div.inline_lg,
div.inline {
    display:inline !important;
}

/* ---------------------------------------------------
    HEADER STYLE
----------------------------------------------------- */
	.header {
		padding-top: 1em;
		background-color: #ffffff;
	}

	#top_menu {
		background-color: #222222;
		color: white;
		/*font-family: oswald;*/
	}

	#top_menu a {
		color: white;
		text-decoration: none;
		text-align: center;
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
	}

	#top_menu a:hover {
		color: #222222;
	}

	.logo img {
		width: auto;
		max-width: 150px;
	}

	.logo_text {
		color: #0099DD;
		font-weight: bold;
	}

	.contact {
		text-align: right;
		margin-top: 10px;
		/*font-family: oswald;*/
		padding-bottom: 25px;
	}

	.contact a {
		color: #222222;
		text-decoration: none;
		display: inline;
		font-size: 14px;
		font-weight: bold;
		border-right-style: solid;
		border-right-width: thin;
		border-right-color: #222222;
		margin-right: .5em;
		padding-right: 1em;	
	}

	.contact a:nth-last-child(2){
		border-right: 0px none;
	}


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

	.info {

	}

	.product {

	}
	.title {
		color: #555555;
		font-weight: bold;
		font-size: 25px;
		border-bottom: solid thin #cccccc;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	.title_description {
		padding: 0;
	}

	.title_description p {
		font-size: 13px;
		padding: 0;
	}

	.more_description {
		margin-top: 20px;
	}

	.price_info {
		background-color: #f6f6f6;
	}

	.price {
		padding-top: 1em;
	}

	.iva_inc {
		color: #0088dd;
		font-weight: bold;
	}

	.previous_price {
		text-decoration: line-through;
	}

	.price_value {
		font-size: 2.2em;
		color: #0088dd;
		font-weight: bold;
	}

	.price_currency {
		font-size: 2em;
		color: #0088dd;
	}

	.price_info_footer {
		border-bottom-style: dotted;
		border-bottom-width: thin;
		border-bottom-color: #878787;
		padding-bottom: .3em;
		margin-bottom: 1em;
	}

	.more_info_border {
		border-style: solid;
		border-width: thin;
		border-color: #cccccc;
		padding: 2em;
	}

	.more_description_title,
	.more_info_title {
		font-size: 21px;
		margin-bottom: 1.5em;
		color: #555555;
	}

	.more_info {
		margin-top: 3em;
		/*font-family: oswald;*/
		padding: 0;
	}

	.more_description_feature_title,
	.more_info_feature_title {
		font-size: 18px;
		color: #0088dd;
		border-bottom-style: solid;
		border-bottom-width: thin;
		border-bottom-color: #cccccc;
		margin-bottom: 1em;
		padding-bottom: .3em;
		/*font-family: oswald;*/
	}

	.feature_list {
		/*font-size: 12.8px;*/
		/*font-family: oswald;*/
	}

	.thumbnails {
		background-color: #f6f6f6;
		margin-top: 2em;
		padding: 1.5em;
		padding-bottom: 5em;
	}

	.bg_black{
		background-color: #000000;
	}
	
	.bg_blue {
		background-color: #008ED8;		
	}

	.bg_orange{
		background-color: #FFA101;
	}


	.banner {
		padding: 0px 0px 0px 0px;
		color: #ffffff;
		text-align: center;
	}
	.banner div img {
		padding: 0;
		margin: 0;
		display: inline;
	}


	.banner div div {
		padding: 0;
		margin: 0;
	}

	.logo_banner{
		padding: 0px;
		margin: 0px;
	}


/* ---------------------------------------------------
    FOOTER STYLE
----------------------------------------------------- */

	footer {
		margin-top: 5em;
		/*background: #000000;*/
		/*cursor: pointer;*/
	}


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

/*
	.navbar {
	    padding: 15px 10px;
	    background: #fff;
	    border: none;
	    border-radius: 0;
	    margin-bottom: 40px;
	    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	}

	.navbar-btn {
	    box-shadow: none;
	    outline: none !important;
	    border: none;
	}

	.line {
	    width: 100%;
	    height: 1px;
	    border-bottom: 1px dashed #ddd;
	    margin: 40px 0;
	}


	.wrapper {
	    display: flex;
	    align-items: stretch;
	    perspective: 1500px;
	}

	#sidebar {
	    min-width: 250px;
	    max-width: 250px;
	    background: #7386D5;
	    color: #fff;
	    transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
	    transform-origin: bottom left;
	}

	#sidebar.active {
	    margin-left: -250px;
	    transform: rotateY(100deg);
	}

	#sidebar .sidebar-header {
	    padding: 20px;
	    background: #6d7fcc;
	}

	#sidebar ul.components {
	    padding: 20px 0;
	    border-bottom: 1px solid #47748b;
	}

	#sidebar ul p {
	    color: #fff;
	    padding: 10px;
	}

	#sidebar ul li a {
	    padding: 10px;
	    font-size: 1.1em;
	    display: block;
	}
	#sidebar ul li a:hover {
	    color: #7386D5;
	    background: #fff;
	}

	#sidebar ul li.active > a, a[aria-expanded="true"] {
	    color: #fff;
	    background: #6d7fcc;
	}


	a[data-toggle="collapse"] {
	    position: relative;
	}

	a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
	    content: '\e259';
	    display: block;
	    position: absolute;
	    right: 20px;
	    font-family: 'Glyphicons Halflings';
	    font-size: 0.6em;
	}
	a[aria-expanded="true"]::before {
	    content: '\e260';
	}


	ul ul a {
	    font-size: 0.9em !important;
	    padding-left: 30px !important;
	    background: #6d7fcc;
	}

	ul.CTAs {
	    padding: 20px;
	}

	ul.CTAs a {
	    text-align: center;
	    font-size: 0.9em !important;
	    display: block;
	    border-radius: 5px;
	    margin-bottom: 5px;
	}

	a.download {
	    background: #fff;
	    color: #7386D5;
	}

	a.article, a.article:hover {
	    background: #6d7fcc !important;
	    color: #fff !important;
	}




	#content {
	    padding: 20px;
	    min-height: 100vh;
	    transition: all 0.3s;
	}

	#sidebarCollapse {
	    width: 40px;
	    height: 40px;
	    background: #f5f5f5;
	}

	#sidebarCollapse span {
	    width: 80%;
	    height: 2px;
	    margin: 0 auto;
	    display: block;
	    background: #555;
	    transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
	    transition-delay: 0.2s;
	}

	#sidebarCollapse span:first-of-type {
	    transform: rotate(45deg) translate(2px, 2px);
	}
	#sidebarCollapse span:nth-of-type(2) {
	    opacity: 0;
	}
	#sidebarCollapse span:last-of-type {
	    transform: rotate(-45deg) translate(1px, -1px);
	}


	#sidebarCollapse.active span {
	    transform: none;
	    opacity: 1;
	    margin: 5px auto;
	}



	@media (max-width: 768px) {
	    #sidebar {
	        margin-left: -250px;
	        transform: rotateY(90deg);
	    }
	    #sidebar.active {
	        margin-left: 0;
	        transform: none;
	    }
	    #sidebarCollapse span:first-of-type,
	    #sidebarCollapse span:nth-of-type(2),
	    #sidebarCollapse span:last-of-type {
	        transform: none;
	        opacity: 1;
	        margin: 5px auto;
	    }
	    #sidebarCollapse.active span {
	        margin: 0 auto;
	    }
	    #sidebarCollapse.active span:first-of-type {
	        transform: rotate(45deg) translate(2px, 2px);
	    }
	    #sidebarCollapse.active span:nth-of-type(2) {
	        opacity: 0;
	    }
	    #sidebarCollapse.active span:last-of-type {
	        transform: rotate(-45deg) translate(1px, -1px);
	    }

	}

	#menu_mobile,#btnMenu,.closebtn{
	    display: none;
	}

	@media(max-width:767px){

	    #menu_mobile{ 
	        display: block;
	        text-align: center;
	    }
	}
/**/

/* ---------------------------------------------------
    RESPONSIVE STYLE
----------------------------------------------------- */

	@media (max-width: 1200px) { 

	}

	@media(max-width:992px){

		div.inline_lg {
			display: block !important;
		}
	}
	@media(max-width:767px){
		
		.grid_3_img img {
			display: block;
		}

		.grid_3_img img ,
		.grid_4_img img {
			width: auto;
		}
	    .product{
	        margin-top: 20px;
	    }

		.more_info_border {
			padding: .8em;
		}

		.more_info {
			padding: .3em;
		}

		.contact {
			text-align: center;
		}

		.logo {
			text-align: center;
		}

		.previews {
			padding-right: 0!important;
		}

		.price_value {
			font-size: 2em;
		}

		.price_currency {
			font-size: 1.5em;
		}
	}

	@media (max-width: 480px) {
		h1 {
			font-size: 1.4em !important;
			margin-top: 10px;
		}	
		h2 {
			font-size: 1.2em !important;
			margin-top: 8px;
		}	
		h3 {
			font-size: 1em !important;
			margin-top: 5px;
		}	
		h4 {
			font-size: 0.8em !important;
			margin-top: 4px;
		}
	}


/* ---------------------------------------------------
    TABS STYLE
----------------------------------------------------- */
	.tabs-container {
		padding: 30px;
		background-color: #000000;
		text-align: center;
		margin-bottom: 30px;
	}

	.tabcontent {
		display: none;
		background-color: #ffffff;
		padding: 30px 15px;
		border-top: none;
		/*animation: fadeEffect 0.3s;*/
	}

	@keyframes fadeEffect {
		from {
			opacity: 0;
		}
		to {
			opacity: 1;
		}
	}


	.tab-input {
		display: none;
	}

	.tab-label {
		display: inline-block;
		margin: 0 0 -1px;
		padding: 15px 25px;
		font-weight: 600;
		text-align: center;
		color: #000000;
		border: 1px solid transparent;
		background-color: orange;
	}

	.tab-label:hover {
		color: #444;
		cursor: pointer;
		border-top: 2px solid white;
	}

	.tab-input:checked+.tab-label {
		color: #555;
		border: 1px solid #ddd;
		border-top: 2px solid orange;
		border-bottom: 1px solid #fff;
		background-color: #fff;
	}

	#tab1:checked~#content1,
	#tab2:checked~#content2,
	#tab3:checked~#content3,
	#tab4:checked~#content4,
	#tab4:checked~#content5,
	#tab4:checked~#content6,
	#tab4:checked~#content7,
	#tab4:checked~#content8 {
		display: block;
	}

	@media(max-width:992px){

		.tab-label {
			font-size: 13px;
			padding: 15px;
		}
	}

	@media screen and (max-width: 767px) {
		.tabs-container {
			padding: 10px;
			margin-bottom: 30px;
		}
		.tab-label {
			font-size: 12px;
			padding: 10px;
		}
		.tab-label:before {
			margin: 0;
			font-size: 18px;
		}
	}

	@media screen and (max-width: 480px) {
		.tabs-container {
			padding: 0px;
			background-color: #fff;
			margin-bottom: 30px;
		}	
		.tab-label {
			font-size: 10px;
			padding: 5px;
		}	
		.tab-label:hover {
			border-top: 2px solid black;
		}
		.tabcontent {
			padding: 10px 10px;
			border: 1px solid orange;
		}
	}

	@media screen and (max-width: 320px) {
		.tabs-container {
			padding: 0px;
			background-color: #fff;
			margin-bottom: 30px;
		}	
		.tab-label {
			font-size: 9px;
			padding: 2px;
		}
	}


/* ---------------------------------------------------
    MENU STYLE
----------------------------------------------------- */
/* */
	#menu_mobile, #btnMenu, .closebtn{
	    display: none;
	}

	#menu{
	    padding-right: 40px;
	}

	#menu ul li{
	    font-size: 17px;
	    margin-bottom: 5px;
	    border-bottom: #CCCCCC solid thin;
	    text-transform: uppercase;
	    text-align: left;
	    padding: 5px;
	}

	#menu ul li:first-child{
	    border-top: #CCCCCC solid thin;
	}

	#menu ul li a{
	    border-left: #0088DD solid thick;
	    color:black;
	    margin-bottom: 5px;
	    margin-top: 5px;
	    padding-top: 0;
	    padding-bottom: 0;
	}

	#menu ul li a:hover{
	    text-decoration: none;
	}



	@media(max-width:767px){

	    #menu{
	        display: none;
	    }

	    #menu_mobile{ 
	        display: block;
	        text-align: center;
	    }

	    #menu_mobile label{
	    	border: #333333 1px solid;
	        border-radius: 2px;
	        min-width: 100%;
	        height: 40px;
	        font-size: 1.4em;
	        line-height: 1.8em;
	        color: #fff;        
	    }

	    #menu_mobile span{
	        font-size: 30px;
	    }

	    #btnMenu:checked ~ #menu{
	        display: block;
	    } 

	    #menu_mobile,#menu_mobile label{
	        padding: 0;
	    }

	    #menu{
	        background-color: white;
	        height: 100%;
	        position: fixed;
	        z-index: 1;
	        top: 0;
	        left: 0;
	        overflow-x: hidden;
	        transition: 0.5s;
	        padding-top: 60px;
	        padding-left: 20px;
	        border-right: #616161 solid 2px;
	    }

	    #menu .closebtn {
	        display: block;
	        position: absolute;
	        top: 0;
	        right: 25px;
	        font-size: 36px;
	        margin-left: 50px;
	    }

	    #menu button{
	        padding: 6px 0 0 0;

	    }
	}

/* */