<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: SergiWebProject
Theme URI: https://wordpress.org/themes/SergiWebProject/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. SergiWebProject simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: SergiWebProject

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Multisite
 * 16.0 - Media Queries
 *    16.1 - Mobile Large
 *    16.2 - Tablet Small
 *    16.3 - Tablet Large
 *    16.4 - Desktop Small
 *    16.5 - Desktop Medium
 *    16.6 - Desktop Large
 *    16.7 - Desktop X-Large
 * 17.0 - Print
 */


/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }

/*****************************CSS Reset - Find ****************************************/


/* =Fonts
-------------------------------------------------------------- */

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit]
{
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #E7E7E7;
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom:0;
}
dl {
	margin:0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: normal;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}




table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
tr th,
 thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
 tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
 tr.odd td {
	background: #F2F7FC;
}




.attachment img {
	max-width: 900px;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft, 
 img.alignright, 
 img.aligncenter {
	margin-bottom: 12px;
}
 .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
 .wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
.wp-smiley {
	margin:0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}

.clear{clear:both; line-height:1px; font-size:1px;}
/*----------------------------------------------------------------------------------*/
html 										{-webkit-text-size-adjust: 100%;    height: 100%;overflow-x:hidden;}
body										{color:#b1b1b1; font-family:"Arial", Verdana, Tahoma; font-size:12px;    height: 100%;overflow-x:hidden;}
.flt_lt										{float:left; display:inline;}
.flt_rt										{float:right !important; display:inline !important;}
.row										{margin:0px;}
input { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none;-o-appearance: none; appearance: none; border-radius:0; }
.last{margin:0 !important;}
.pad_last{padding:0 !important;}
.no_bg{background:none !important;}
/* ---------------------------------------------------------------------------------*/
@font-face {
    font-family: 'arimoregular';
    src: url('fonts/arimo-regular/arimo-regular.eot');
    src: url('fonts/arimo-regular/arimo-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/arimo-regular/arimo-regular.woff2') format('woff2'),
         url('fonts/arimo-regular/arimo-regular.woff') format('woff'),
         url('fonts/arimo-regular/arimo-regular.ttf') format('truetype'),
         url('fonts/arimo-regular/arimo-regular.svg#arimoregular') format('svg');
    font-weight: normal;
    font-style: normal;

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

}

header,nav,section,article,aside,footer,hgroup {display: block;}
/* ----------------------- layout ----------*/
#wrapper{padding:0;}/*9/14/2015 change*/
.wrapper									{width:100%; margin:0 auto;/*background:#ffffff;*/ height: 100%;padding:0;}/*9/14/2015 change*/
.container									{width:900px;margin:0 auto;padding:0px;display:block;}/*9/11/2015 change*/
#content-sergi {height:590px;}/*9/14/2015 change*/
.main-block{position:relative;overflow:hidden;margin:0;padding:0;}
/* ------------------ HEADER HERE -------------------*/
header										{display:block;padding:0;margin:0; /*background:#ffffff;*/width:100%;background:#fff;}
.header-in									{display:block;padding:16px 0 0 0 ;margin:0;height: 100%; position:static;float:none;}
.logo										{display:inline-block;float:left;margin:0 10% 0 0;padding:0;}/*9/11/2015 change*/
.logo a										{display:inline-block;margin:0;padding:0;outline:none;}
.header-mid									{display:inline-block;float:left;margin:0;padding:0;}	
.header-mid small							{}
/* ---------------------------------------------------------*/
.bracket									{height: 104px;width:411px;display: inline-block;float: left;margin:28px 0 0 0;padding:0;}/*9/11/2015 change*/
.bracket small								{border-top: 6px solid #2099cc;width:14px;float:left;padding:0;margin:0;}/*9/11/2015 change*/
.bracket em									{width:383px;float:left;border-top: 6px solid transparent;padding:0;margin:0;}/*9/11/2015 change*/
.content									{display:block;font-weight:normal;font-family: 'arimobold';font-size:20px;color:#11364d;text-align:center;padding:10px 0 15px 0;     border-left: 6px solid #2099cc;border-right: 6px solid #2099cc;line-height:22px;}/*9/11/2015 change*/
.top										{padding:0;margin:0;}
.bottom										{padding:0;margin:0; }
.clear										{ clear: both }
.menu-main{display:block;margin:0;padding:0;height:100%;position:absolute;top:0px;right:-100%;z-index:9999999;}
.menu-icon									{display:inline-block;float:right;padding:28px 0 0 0;margin:0;position:relative;z-index:99999;right: 30px;top: 20px;}/*9/14/2015 change*/
.menu-icon a								{display:block;padding:0;margin:0;padding:5px 59px 3px 0;margin:0;font-weight:normal;font-family: 'arimobold';font-size:23px;color:#11364d;line-height:23px;background:url(images/menu-bg.png) no-repeat right top;text-decoration:none; position:relative;z-index:9999;transition:all 1s ease-in-out;-webkit-transition:all 1s ease-in-out;-moz-transition:all 1s ease-in-out;-o-transition:all 1s ease-in-out;outline:none;    background-size: 41px auto;}
.menu-icon a.close-it							{/*color:#fff;background:url(images/menu-hover.png) no-repeat right top;*/    background-size: 41px auto;font-size:23px;line-height:23px;}
.menu-open									{width:398px;display:block;background:#054063;padding:41px 3% 0;margin:0;    z-index:9999999;}/* 9/30/2015 change */
.menu-open a								{display:block;float:right;    margin: 0 0 78px 0;padding:0;outline:none;}
.menu-open a small							{display:inline-block;float:left; padding:8px 24px 0 0 ;margin:0;font-weight:normal;font-family: 'arimobold';font-size:28px;color:#ffffff;line-height:28px;}
.menu-open a em	{display:inline-block;float:left; padding:0;margin:0;}
/*9/11/2015 add-start the css*/
.menu-sub									{display:block;margin:0 auto;padding:84px 17% 38px;}/* 9/30/2015 change */
.menu-sub ul								{display:block;margin:0;padding:0;}/*9/11/2015 change*/
.menu-sub ul li								{display:block;margin:0;padding:0;}/*9/11/2015 change*/
.menu-sub ul li a							{font-weight:normal;font-family: 'arimobold';font-size:25px;color:#ffffff;line-height:25px;display:block; padding:0;margin:0 0 18px 0;float:none;}/*9/11/2015 change*/
.menu-sub ul li ul							{display:none; padding:0;margin:20px 0 20px 30px;}/* 9/30/2015 change */
.menu-sub ul li:hover ul	                {display:block;}
.menu-sub ul li ul li								{display:block; padding:0;margin:0 0 16px 0;}/*9/11/2015 change*/
.menu-sub ul li ul li a							{font-weight:normal;font-family: 'arimobold';font-size:16px;color:#ffffff;line-height:16px;display:block; padding:0;margin:0;float:none;outline:none;height: 100%;}/*9/11/2015 change*/
/*9/11/2015 add-end the css*/

/* ------------------------ MIAN CONTENT HERE --------------*/
.banner										{display:block;margin:0;padding:0;background:url(images/box-bg.png) repeat-x center top;background-size: 962px auto;}/*9/14/2015 change*/
.banner-in									{display:block;margin:0 auto;padding:0 0 97px;cursor:pointer;     width: 900px;}/*9/11/2015 change*/
.box1										{display:inline-block;float:left;margin:113px 9% 0 10%;padding:0;width:105px;position:relative;/*9/11/2015 change*/}
.box1-slide									{position:absolute;    bottom: -2px;left: -82%;}/*9/11/2015 change*/
.box2										{display:inline-block;float:left;margin:93px 12% 0 0;padding:0;width:90px;position:relative;height:464px;}/*9/11/2015 change*/
.box2-slide									{position:absolute;    bottom: 89px;right:-65%;}/*9/11/2015 change*/
.box3										{display:inline-block;float:left;margin:163px 6% 0 0;padding:0;}/*9/11/2015 change*/
.box4										{display:inline-block;float:left;margin:87px 5% 0 0;padding:0;}/*9/11/2015 change*/
.box5										{display:inline-block;float:left;margin:130px 0 0 0;padding:0;width:140px;position:relative;}/*9/11/2015 change*/
.box5-slide									{position:absolute;    top: 17px;right: -23%;}/*9/30/2015 change*/
.left{    top: -28%;}
	.right{top: -28%;}

/* ------------------ FOOTER HERE -------------------*/

footer										{display:block;margin:0;padding:0;float:none; background: #2f6696;}
.footer-in									{display:block;margin:0;padding:0 0 9px;float:none;background:#2f6696;}/*9/11/2015 change*/
.footer-lt									{display:inline-block;float:left;margin:32px 0 0 0 ;padding:0;background:url(images/bar-bg.png) no-repeat left top;    background-size: 3px auto;}/*9/11/2015 change*/
.foot-info									{display:inline-block;float:left;margin:0;padding:0 0 0 5%;background:url(images/bar-bg.png) no-repeat right top;    min-height: 149px;    background-size: 3px auto;}/*9/11/2015 change*/
/*9/11/2015 add-start the css*/

.foot-info ul								{display:block;margin:0;padding:0;}/*9/11/2015 change*/
.foot-info ul li							{display:inline-block;float:left; margin:0 0 15px;padding:0;    width: 100%;}/*9/11/2015 change*/
.foot-info ul li a							{display:inline-block;margin:0 ;padding:0;font-weight:normal;font-family: 'arimoregular';font-size:17px;color:#ffffff;line-height:17px;}/*9/11/2015 change*/
.foot-info ul li a.snap						{display:block;margin:0 0 21px 0;padding:0;font-weight:normal;font-family: 'arimoregular';font-size:17px;color:#ffffff;line-height:17px;}/*9/11/2015 change*/
.foot-info ul li ul							{display:block;margin:9px 0 0 10%;padding:0;background:none;}/*9/11/2015 change*/
.foot-info ul li ul li 						{display:block;margin:0 0 10px 0;padding:0;float:none;background:none;    min-height:0;}/*9/11/2015 change*/
.foot-info ul li ul li a					{display:block;margin:0;padding:0;font-weight:normal;font-family: 'arimoregular';font-size:12px;color:#ffffff;line-height:12px;outline:none;}/*9/11/2015 change*/

/*9/11/2015 add-end the css*/

.foot-info ul li a:hover{text-decoration:underline;}
.footer-rt									{display:inline-block;float:right;margin:0 ;padding:0;    width: 41%;}/*5/10/2015 change*/
.footer-rt-top								{display:block;float:right;    margin: 0 0 40px 0; padding: 0;width:100%;}/*5/10/2015 change*/
.block-lt									{display:inline-block;float:left;background:#0099cc;margin:0;    padding: 32px 2% 30px;width: 28%;}/*5/10/2015 change*/
.block-lt h3								{font-weight:normal;font-family: 'arimoregular';font-size:13px;color:#ffffff;line-height:14px;display:block;margin:0;padding:0;text-align:center;}/*9/11/2015 change*/
.block-rt									{display:inline-block;float:left;margin:0;padding:11px 0 13px;background:#10364d;    width: 71%;}/*5/10/2015 change*/
.block-rt h3								{font-weight:normal;font-family: 'arimoregular';font-size:22px;color:#0099cc;line-height:23px;display:block;margin:0 0 3px 0;padding:0;text-align:center;}/*9/11/2015 change*/
.block-rt small								{font-weight:normal;font-family: 'arimoregular';font-size:17px;color:#ffffff;line-height:17px;display:block;margin:0;padding:0;text-align:center;}/*9/11/2015 change*/
.footer-rt-btm								{display:block;float:right;    margin:0;padding:0;}
.footer-rt-btm ul							{display:block;margin:0 0 9px 0;padding:0;float:right;}/*9/11/2015 change*/
.footer-rt-btm ul li						{display:inline-block;float:left; margin:0 0 0 23px;padding:0;}/*9/11/2015 change*/
.footer-rt-btm ul li a						{display:inline-block;margin:0;padding:0;outline:none;}
.footer-rt-btm ul.techno					{display:block;margin:0 0 9px 0;padding:0;float:right;}/*9/11/2015 change*/
.footer-rt-btm ul.techno li					{display:inline-block;float:left;margin:0 5px 0 0;padding:0 10px 0 0;font-weight:normal;font-family: 'arimoregular';font-size:10px;color:#ffffff;line-height:10px;background:url(images/nav-bg.png) no-repeat right top;}/*9/11/2015 change*/
.footer-rt-btm ul.techno li	a				{display:inline-block;margin:0;padding:0;font-weight:normal;font-family: 'arimoregular';font-size:10px;color:#ffffff;line-height:10px;}/*9/11/2015 change*/
.footer-rt-btm a.kit						{display:block;margin:0;padding:0;float:right;}
.foot-logo									{display:block;margin:0;padding:0;}/*9/11/2015 change*/
.foot-logo a								{display:block;margin:0;padding:0;outline:none;}
.footer-rt-btm ul.techno li	a:hover			{text-decoration:underline;}


.pop-up										{width:590px;display:none;margin:0 auto;padding:0;position:relative;}
.pop-up-lt									{width:359px;display:inline-block;float:left;margin:0;padding:122px 0 101px 6%;background:#306696;}	
.pop-up-lt h2								{font-weight:normal;font-family: 'arimobold';font-size:24px;color:#ffffff;line-height:27px;display:block;     padding: 0 45% 0 0;margin: 0 0 26px 0;}
.pop-up-lt p								{font-weight:normal;font-family: 'arimoregular';font-size:15px;color:#ffffff;line-height:23px;display:block; padding:0 15% 0 0;margin:0;}
.pop-up-rt									{display:inline-block;float:right;margin:0;padding:0;    position: absolute;top: 0;right: 0;}	
.pop-up a.close								{position:absolute;top:0px;right:5px;    z-index: 999999;opacity: 1;text-shadow: none;}
.direction {width:90px;}
/* ------------------ Inner-page HERE -------------------*/

.exhibit							{display:block;margin:0;padding:40px 0 0 0;}/*9/14/2015 change*/
.exhibit-in							{display:block;margin:0;padding:0px 0 75px 0.5%;}
.exhibit-sumeria					{display:inline-block;float:left; margin:0;padding:0;}
.sumeria-lt							{display:inline-block;float:left;margin:0;padding:0;}
.sumeria-lt h2						{font-weight:normal;font-family: 'arimobold';font-size:25px;color:#306696;line-height:25px;display:block;margin:0 0 9px 0;padding:0;}
.sumeria-lt h3						{font-weight:normal;font-family: 'arimoregular';font-size:20px;color:#306696;line-height:20px;display:block;margin:0 0 8px 0;padding:0;text-transform:uppercase;}
.sumeria-lt h3 em						{font-weight:normal;font-family: 'arimoregular';font-size:19px;color:#306696;line-height:24px;display:block;margin:0;padding:0;text-transform:uppercase;}

.sumeria-lt p						{font-weight:normal;font-family: 'arimoregular';font-size:15px;color:#020202;line-height:19px;display:block;    margin:0 0 10px 0px;padding: 0 7% 0 0;}
.sumeria-rt							{display:inline-block;float:left;margin:57px 0 0 0;padding:0;}
.sum1{float:right;display:inline-block;padding:37px 0 0 0;margin:0 -3.5% 0 0;}
.sum1 h3{padding:0 67% 4px 0;}
.sum1 .sumeria-rt{    margin:20px 0 0 0;}


/*-------*/
.close_menu{position:absolute; top:60px; right:30px; cursor:pointer;    width:6%; }/* 9/30/2015 change */
.close_menu img{width:100%;height:auto;}/* 9/30/2015 change */

/* 5/10/2015 add  changes  (start)*/
.main-ban{width:100%;display:block;}
.main-ban .bx-wrapper .bx-viewport{left:0;box-shadow:none;border:none;}
.main-ban .bx-wrapper{margin:0 auto;}

.content .bx-wrapper .bx-pager{display:none;}
.content .bx-wrapper .bx-viewport{left:0;border:none;box-shadow:none;background:none;}
.content .bx-wrapper{margin:0 auto;}
.content .bx-wrapper .bx-viewport ul{margin:0;}
.content .bx-wrapper{margin:0 auto;}

.footer-in .bx-wrapper .bx-pager{display:none;}
.footer-in .bx-wrapper .bx-viewport{left:0;border:none;box-shadow:none;background:none;}
.footer-in .bx-wrapper{margin:0 auto;}
.footer-in .bx-wrapper .bx-viewport ul{margin:0;}
.footer-in .bx-wrapper{margin:-30px auto 0;}

/* 5/10/2015 add  changes  (end)*/

.box4{margin: 87px 26px 0 0;}
/******************************************************************************************************************/
.box1 img.shadow		{width:91px; height:261;}
.box1 img.thumb		{width:115px; height:205;}

.box2 img.shadow		{width:86px; height:253;}
.box2 img.thumb		{width:112px; height:200;}

.box3 img.shadow		{width:72px; height:206;}
.box3 img.thumb		{width:115px; height:205;}

.box4 img.shadow		{width:91px; height:261;}
.box4 img.thumb		{width:115px; height:206;}

.box5 img.shadow		{width:88px; height:271;}
.box5 img.thumb		{width:111px; height:198;}

.default h2 {color: #306696;display: block;font-family: "arimobold";font-size: 25px;font-weight: normal;line-height: 25px;margin: 0 0 9px;padding: 0;}
.default h3 {color: #306696;display: block;font-family: "arimoregular";font-size: 20px;font-weight: normal;line-height: 20px;margin: 0 0 8px;padding: 0;text-transform: uppercase;}
.default p {color: #020202;display: block;font-family: "arimoregular";font-size: 15px;font-weight: normal;line-height: 19px;margin: 0 0 10px;padding: 0 7% 0 0;}

.foot-info ul li.snap a						{display:block;margin:0 0 21px 0;padding:0;font-weight:normal;font-family: 'arimoregular';font-size:17px;color:#ffffff;line-height:17px;}
</pre></body></html>