﻿/*! normalize.css 2011-11-04T15:38 UTC - http://github.com/necolas/normalize.css */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 */

audio:not([controls]) {
    display: none;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */

[hidden] {
    display: none;
}


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Keeps page centred in all browsers regardless of content height
 * 3. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html {
    font-size: 100%; /* 1 */
    overflow-y: scroll; /* 2 */
    -webkit-text-size-adjust: 100%; /* 3 */
    -ms-text-size-adjust: 100%; /* 3 */
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */

body {
    margin: 0;
	background-color: #e1e1e1 ;
}

/* 
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */

body,
button,
input,
select,
textarea {
	font-family: "HelveticaNeueLTW20-Roma",monospace, serif;
}



h1, h2, h3, h4, h5 { 
   font-family: "Lucida Sans Unicode","Times New Roman", serif;
}



/* =============================================================================
   Links
   ========================================================================== */

/*
 * Addresses outline displayed oddly in Chrome
 */

a:link{
	text-decoration:none;
	color:#888;
}
 
 
 
a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */

a:hover,
a:visited,
a:active {
    outline: 0;
	color:#333;
}


/* =============================================================================
   Typography
   ========================================================================== */

/*
 * Neutralise smaller font-size in 'section' and 'article' in FF4+, Chrome, S5
 */

h1 {
    font-size: 2em;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/

b, 
strong { 
    font-weight: bold; 
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */

pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */

/* 1 */

q {
    quotes: none;
}

/* 2 */

q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* =============================================================================
   Lists
   ========================================================================== */

ul,
ol {
    margin-left: 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */

figure {
    margin: 0;
}


/* =============================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE6/7
 */

form {
    margin: 0;
}

/*
 * Define consistent border, margin, and padding
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects alignment displayed oddly in IE6/7
 */

legend {
    border: 0; /* 1 */
    *margin-left: -7px; /* 2 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */

button,
input {
    line-height: normal; /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */

button,
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
    cursor: pointer; /* 1 */
    -webkit-appearance: button; /* 2 */
    *overflow: visible;  /* 3 */
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding that is displayed in S5, Chrome on OS X
 */

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}


/* =============================================================================
   Tables
   ========================================================================== */

/* 
 * Remove most spacing between table cells
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 	Normalize.css ends here
	Your wonderful and creative styles begin here */


/*
* Quantum Framework
*
* 960px - 12 Columns - 20px Gutter
*
* Designed and built by Andrei Mititelu
* http://CommerceStrategist.com
*
*/



/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 0.8em;
    line-height: 1.4;
	padding-bottom: 20px; 
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}



input, textarea, keygen, select, button {
	margin: 0em;
	color: initial;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	display: inline-block;
	text-align: start;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}



/* ==========================================================================
   Custom styles
   ========================================================================== */
   
   
.wrapper  {

		background-color: #fff;
		width:980px;
	    margin: 10px auto;
} 
   
   
   
.mobile-menu  {
	display:none;
}
   
/* ==========================================================================
   Header
   ========================================================================== */

   header#header { 
   		text-align: center;
		color: #222222;
		line-height: 1;
		margin-bottom: 40px;
		background: transparent url(../img/backgrounden.png) no-repeat 0px -100px;

   }
   
   header#header h1 {
		margin: 0;   
		color: #585858;
   }

   
   
.sct-head-local-content{
	height:140px;
}



.sct-head-top-menu {
	background: none;
	position: absolute;
	right: 0;
	top: 0;
}


.sct-head-logo {
	float: left;
	margin: 20px 10px 10px 0;
}

/* Search box */ 

.sct-head-form-wrapper {
	margin-left: 90px;
	margin-bottom: 40px;
	float: left;
	position: relative;
}

.sct-head-form-wrapper .sct-head-form {
	height: 30px;
	float: left;
	height: 40px;
	margin-left: 0;
	overflow: hidden;
	transition: width .25s;
	width: 225px;	
}

.sct-head-form-wrapper .ms-sbplain{
	background-color: #eee !important;
	bottom: 5px !important;
	font-size: 12px !important;
	padding: 2px 10px 5px !important;
	right: 11px !important;
	top: 5px !important;
	width: 150px !important;
	border: none !important;
	border-radius: 0 !important;
	color: #888 !important;
	margin: 0 !important;
	transition: background-color .25s,color .25s !important;
	-webkit-appearance: none !important;
	line-height: normal !important;
	-webkit-rtl-ordering: logical !important;
	-webkit-user-select: text !important;
	cursor: auto !important;
}


.sct-head-form-wrapper .ms-sbplain:focus
{
	background-color: #f3f3f3 !important;
	color: #333 !important;	
	outline: none !important;
}
.sct-head-form-wrapper .ms-sbplain::-webkit-search-decoration,.sct-head-form-wrapper .ms-sbplain::-webkit-search-cancel-button
{
	webkit-appearance: none;
}
.sct-head-form-wrapper .ms-sbplain.placeholder
{
	color: #ccc;
}
.sct-head-form-wrapper .ms-sbplain
{
	height: 32px \9;
	line-height: 32px \9;
}

.sct-head-form  img{
	display :none;
}

.sct-head-form  a{
	background: transparent url(../img/search-box.png) no-repeat scroll 50% 50% !important;
	background-size: contain !important;
	border: none !important;
	bottom: 5px !important;
	height: 0 !important;
	padding: 13px !important;
	position: absolute !important;
	right: 12px ;
	top: 0px !important;
	width: 0 !important;
}

.sct-head-form  a:hover,.sct-head-form  a:active,.sct-head-form  a:focus
{
	background-image: url(../img/search-box-hover.png) !important;
}
.sct-head-form  a:hover
{
	cursor: pointer !important;
}

/* Sections icons */ 
.sct-head-extras {
	bottom: 20px;
	height: 44px;
	position: absolute;
	right: 0;
}

.sct-sections-menu{
	width:240px;
	position:relative;
	margin:0px;
	padding:0px;
	list-style:none;
}
.sct-sections-menu li{
	float:left;
	width:50px;
	height:50px;
	margin-left:10px;
}
.sct-sections-menu li a{
	display:block;
	overflow:hidden;
	text-align:center;
	width:50px;
	font-size: 16px;
	position:relative;
	line-height:100px;	
	color:#888;
	font-size:11px;
	padding: 10px 0px 5px 5px;
	width: 55px;
	height: 60px;

}
.sct-sections-menu li a:hover{
	color:#fff;
}
.sct-sections-menu li.tourist a:hover{
	background:#1bac4d;
}
.sct-sections-menu li.investor a:hover{
	background:#de652b;
}
.sct-sections-menu li.reseach a:hover{
	background:#58a8c0;
}
.sct-sections-menu li.media a:hover{
	background:#f7b924;
}


.sct-sections-menu li a span{
	width:50px;
	height:40px;
	position:absolute;
	background-position:top left;
	background-repeat:no-repeat;
	background-color:transparent;
	left:10px;
	top:5px;
}


.sct-sections-menu li.tourist a span{
	background-image:url(../img/tourist.png);
}
.sct-sections-menu li.investor a span{
	background-image:url(../img/investor.png);
}
.sct-sections-menu li.reseach a span{
	background-image:url(../img/reseach.png);
}
.sct-sections-menu li.media a span{
	background-image:url(../img/media.png);
}



.sct-sections-menu li.tourist a:hover span{
	background-position:  0 -40px;
}
.sct-sections-menu li.investor a:hover span{
	background-position:  0 -40px;
}
.sct-sections-menu li.reseach a:hover span{
	background-position:  0 -40px;
}
.sct-sections-menu li.media a:hover span{
	background-position:  0 -40px;
}



/* Top Menu */

.sct-top-menu{
	display: block;
	height: auto;
	background-color: #eee;
	margin: 0;
	padding: 0;
	width:500px;
	height:25px;
	position: absolute;
	right: 0;
	top: 0;
	
}


.sct-top-menu .sct-top-menu-list{
	list-style:none;	
	margin: 0;
	padding: 0;
}

.sct-top-menu  .sct-top-menu-list .sct-top-menu-item{
	float: right;
	height: auto;
	padding: 0;

}

.sct-top-menu  .sct-top-menu-list .sct-top-menu-item .sct-top-menu-link{
	height: 25px;
	display: block;
	font-size: 12px;
	line-height: 19px;
	font-size: 15px;
	line-height: 15px;
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
	background-color: #ccc;
}

.sct-top-menu  .sct-top-menu-list .sct-top-menu-item .sct-top-menu-link:hover{
	background-color:#a1a1a1;

}

.sct-top-menu  .sct-top-menu-list .sct-top-menu-item .sct-top-menu-date{
	font-size: 10px;
	width:228px;
	padding:7px 0px;
	color:#555;
	float:right;
	background-color: #f8f8f8;
}

ul.isocial{
	padding: 0px;
	background-color: #f1f1f1;

}

ul.isocial li {
	float:left;
	list-style:none;
	margin:0px;
}


ul.isocial li a{
	float:left;
	background-image:url('../img/social_letter.png');
	background-position:0 0;
	background:repeat:no-repeat;
	display:inline-block;
	text-indent:-9999px;
	overflow:hidden;
	width:24px;
	height:25px;
	position:relative;
	margin:0 2px;
}

ul.isocial li a.rss{background-position:0 0}
ul.isocial li a.rss:hover{
	background-position:0 -24px; 
	transition:background-position 0.2s ease; -moz-transition: 0.2s ease; -webkit-transition: 0.2s ease; -o-transition: 0.2s ease;}
ul.isocial li a.facebook{background-position:-25px 0}
ul.isocial li a.facebook:hover{
	background-position:-25px -24.5px; 
 	transition:background-position 0.2s ease; -moz-transition: 0.2s ease; -webkit-transition: 0.2s ease; -o-transition: 0.2s ease;}
ul.isocial li a.twitter{
	background-position:-50px 0}
ul.isocial li a.twitter:hover{
	background-position:-50px -24.5px; 
 	transition:background-position 0.2s ease; -moz-transition: 0.2s ease; -webkit-transition: 0.2s ease; -o-transition: 0.2s ease;}
ul.isocial li a.ins{background-position:-75px 0}
ul.isocial li a.ins:hover{
	background-position:-75px -24.5px; 
 	transition:background-position 0.2s ease; -moz-transition: 0.2s ease; -webkit-transition: 0.2s ease; -o-transition: 0.2s ease;}
ul.isocial li a.youtube{background-position:-100px 0}
ul.isocial li a.youtube:hover{
	background-position:-100px -24.5px; 
 	transition:background-position 0.2s ease; -moz-transition: 0.2s ease; -webkit-transition: 0.2s ease; -o-transition: 0.2s ease;}

ul.isocial li a.snapshat{background-position:-125px 0}
ul.isocial li a.snapshat:hover{
	background-position:-125px -24.5px; 
 	transition:background-position 0.2s ease; -moz-transition: 0.2s ease; -webkit-transition: 0.2s ease; -o-transition: 0.2s ease;}
 	
 	
ul.isocial li a.likedin{background-position:-150px 0}
ul.isocial li a.likedin:hover{
                background-position:-150px -24.5px; 
                transition:background-position 0.2s ease; -moz-transition: 0.2s ease; -webkit-transition: 0.2s ease; -o-transition: 0.2s ease;}

ul.isocial li a.google{background-position:-175px 0}
ul.isocial li a.google:hover{
                background-position:-175px -24.5px; 
                transition:background-position 0.2s ease; -moz-transition: 0.2s ease; -webkit-transition: 0.2s ease; -o-transition: 0.2s ease;}


.sct-head-main-menu {
    width:525px;
	float: left;
	margin-top: 15px;
}

.sct-main-menu-list{
	height: 30px;
	margin-left: 0;
	padding: 0 20px 0 0;
}

.sct-main-menu-item{
	height: 30px;
	padding-top: 0;
	float: left;
}

.sct-main-menu-link{
	line-height: 22px;
	padding-top: 8px;
	display: block;
	line-height: 36px;
	padding: 0 10px;
}
	
	
/* Newsletter */	

   
.sct-newsletter {
	display: block;
	list-style-type: none;
	margin: 0.8em;
	background-color: #f5f5f5;
	display: block;
	padding: 0.5em;
	text-align: left;

}

.sct-newsletter .tile-space {
	display: block;
	padding: 0;
	position: relative;
	width: 30%;
	float: left;
}	
	
	
.sct-newsletter-heading {
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 2.6;
	background-image: url(../img/mail2.png);
	background-position: left 40%;
	background-repeat: no-repeat;
	display: block;
	padding: 0 0 .2em 2em;
	margin : 0;
}

.sct-newsletter-heading .text {
	display: block;
	position: relative;

}

.sct-newsletter .triple{
	width: 70%;
}

.sct-newsletter-label {
	display: inline-block;
	font-size: 1em;
	color:#888;
	line-height: 1.2;
	margin: 0 .5em 0 1em;
}

.sct-newsletter-name, .sct-newsletter-email {
	background-color: #fff;
	border: 1px solid #bdbec0;
	color: #333;
	font-size: 0.8em;
	line-height: 1.2;
	margin: 0;
	padding: .25em .25em;
	width: 16em;
}

.sct-newsletter-subscribe {
	background: #e57020;
	color: #fff;
	border: none;
	display: inline-block;
	font-size: 1em;
	font-weight: bold;
	margin: 0.2em 0;
	padding: .1em 1.2em;
	text-decoration: none;
	margin-left: 2em;
	position: relative;
}


.sct-newsletter:before, .sct-newsletter:after {
	content: " ";
	display: table;
}

.press{
	text-align: left;
	margin-top:10px;
}

/* ==========================================================================
   Content
   ========================================================================== */
   
   ul.description {
	    text-align: center;
		color: #222222;
		font-size: 12px;
		text-transform: uppercase;
		font-weight: bold;
		margin: 0;
		padding: 0;
		margin-top: 10px;
		margin-bottom: 20px;
		list-style: none;    
   }
   
   ul.description li { 
   		display: inline-block; 
		*display: inline;
		zoom: 1;
		margin-right: 20px; 
   }
   
   ul.description li .attribute { 
  		color: #b5b5b5;
   }

	h2.title {
		font-size:18px;
		text-align:left;
		background-image: url(../img/title-line.png);
		background-position: center center;
		background-repeat: repeat-x;		
	}

	h2.title span { 
		/* to hide the lines from behind the text, you have to set the background color the same as the container */ 
		background: #fff; 
		padding: 0px 10px ;
		margin-left:10px;
	}

   .article {
		color: #666666;
		margin-bottom: 5px; 
		padding-bottom: 5px;
		font-size: 12px;
   }
   
   
   .module .title{
   		font-size: 18px;
		margin-top:0px;
   }
   
   .gray:hover {
		background: #d5d5d5; 
   }
   
   .gray .columns { 
   		font-size: 12px; 
		margin-bottom: 3px; 
		font-weight: bold; 
		color: #404040; 
   }
   
   .gray .desc { 
   		font-size: 12px; 
   }

   .parent-column {  
   		text-align: center; 
   }

   .parent-column h5 {
		margin: 10px 0px 10px 0px;    
   } 
   
   .sct-categorylinks-list{
     list-style-type: square;
	 margin:0 0 0 3em;
	 padding:0;

   }
   
   .sct-categorylinks-list li{
		margin:1em 0em;
   }


   
   /*Animated Menu*/
   
.roll-link {
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	-ms-perspective: 600px;
	perspective: 600px;
	-webkit-perspective-origin: 50% 50%;
	-moz-perspective-origin: 50% 50%;
	-ms-perspective-origin: 50% 50%;
	perspective-origin: 50% 50%;
}
.roll-link:hover {
	text-decoration: none;
}
.roll-link span {
	display: block;
	position: relative;
	padding: 0 2px;
	color: #888 ;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	transition: all 400ms ease;
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.roll-link:hover span {
	background: #e93a30;
	-webkit-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
	-moz-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
	-ms-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
	transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
}
.roll-link span:after {
	content: attr(data-title);
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 2px;
	color: #fff;
	background: #d36028;
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
	-moz-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
	-ms-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
	transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
}
   
   
   
   
/* ==========================================================================
   Footer
   ========================================================================== */

   
.sct-footer {
	padding-bottom: 2em;
	overflow: hidden;
}

.sct-footercontact {
	border-top: solid 1px #d8d9da;
	border-bottom: solid 1px #d8d9da;
	padding: .3em 0;
	float: left;
	width: 100%;
}

.sct-footerimage {
	float: left;
	width: 9.4em;
	border-right: solid 1px #d8d9da;
	margin-top: .3em;
}

.sct-footerimage img {
	border: none;
	vertical-align: top;
	width: 8em;
}

.footercontact {
	float: left;
	width: 64em;
	margin-top: .3em;
	font-size: 0.9em;
}
	
.sct-copyright {
	color: #bdbec0;
	float: left;
	padding-left: .9em;
}

.sct-lastupdate {
	color: #bdbec0;
	float: right;
	padding-left: .9em;
}


.sct-footerfontlinks {
	float: right;
	margin-top: -5px;
}

.sct-footerfontlinks a{
	text-decoration:none;
	color:#888;
	margin:0 .2em;
}
.sct-footerfontlinks a:hover{
	color:#333;
}

.sct-footerfontlinks a.normalfont {
	font-size: 1.1em;
	
}

.sct-footerfontlinks a.mediumfont {
	font-size: 1.3em;
}

.sct-footerfontlinks a.largefont {
	font-size: 1.5em;
}

.sct-footerlists {
	padding-left: 0em;
	
}

.sct-footercolumn {
	float: left;
	border-left: solid 1px #d8d9da;
	width: 12em;
	margin-top: .9em;
	min-height: 11em;
	height: auto!important;
	height: 11em;
}

.sct-footercolumn p{
	margin:.5em;
	font-size:11px;
	color:#888;
}

.sct-footercolumn h2{
	margin:0 .4em;
}

.sct-footercolumn h2 span{
	font-size:13px;
}

.sct-footercolumn  a{
	font-size:12px;
	text-decoration: none;
	color: #888;
}

.sct-footercolumn  a:hover{
	color: #333;
}




.side-nav ul li .icon-li {
	display: block;
	left:0px;
	position:absolute;
	width: 10px;
}

.icons-ul .icon-li {
	position: absolute;
	right: -2.142857142857143em;
	width: 2.142857142857143em;
	text-align: center;
	line-height: inherit;
}

.side-nav ul li i {
	width: 5px;
	color: #333;
	margin: 2px 0 0 0;
}

/*  Side Nav  */
.side-nav{margin-bottom:20px;}
.side-nav ul { margin: 0; padding: 0; background:#eee;}
.side-nav ul li { border-top:1px solid #fff;list-style: none;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.side-nav ul li a { display: inline-block; font-size: 14px; line-height: 20px; padding: 10px 10px 10px 30px ;width:190px}
.side-nav ul li .icon-li{ display: block;   float: left;   padding: 0px 7px;      width: 10px;}
.side-nav ul li:hover , .side-nav ul li.selected{ background: #888;}
.side-nav ul li:hover , .side-nav ul li.selected a{ color: #fff}
.side-nav ul li i {text-align: right;width: 33px;color:#333;margin:12px 0 0 20px;}



/*  breadcrumb and share icons  */
.breadcrumb{background:#ccc;color:#fff;padding:8px;line-height:25px;}
.breadcrumb a{padding:0px 5px;color:#888; font-size:12px;}
.breadcrumb a[href$=SkipLink] {display:none;}
.breadcrumb a:hover{color:#fff}


/* page title */
h1.page-title {
	background:#eee;
	color:#555;
	font-size:23px;
	padding:15px;
	margin:0;
	border-top:1px solid #fff;
	line-height:28px
}
h1.page-title .ms-long {width:627px;}

/* page tools */
.article-tools{overflow:visible;margin:18px 0 12px;}
.article-tools ul{list-style:none;padding:0;margin:0}
.article-tools li{float:right;margin: 0 5px 0 0}
.article-tools li a i{color: #888; display: inline-block;   font-size: 16px;}
.article-tools li a:hover i{color:#333}

.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
}
.rating > span {
  display: inline-block;
  position: relative;
  width: 1.3em;
  font-size:14px;
  line-height:10px;
}
.rating > span:hover:before,
.rating > span:hover ~ span:before {
   content: "\2605";
   position: absolute;
}

.article-date{ float: left; }

.article-text{line-height:23px; padding-bottom:40px;}

.article-text p {margin-bottom:30px; }
.article-text a {text-decoration:underline; color:#4a9eb9 }
.article-text a:hover {text-decoration:none; color:#ff8c0e}

.article-image {max-width:495px;margin:2em auto}
.article-image figcaption{ text-align:center; padding:4px;  font-size: 11px; }

.article-text ul ,ol{
padding:0px;
}

.article-text ul li p{ padding:0px;margin:0px;}



.links-group-1,.links-group-2,.links-group-3{width:50%;float:right}
.services-listing{float:right;margin-bottom:30px}
.services-listing li{list-style:none outside none;margin-bottom:8px;float:right;width:100%;display:flex}
.services-listing .icon-angle-left{margin-left:8px;float:right;clear:both;margin-top:6px}
.services-listing .services-list{background:#ebebeb;padding:0 16px 32px 0;color:#333;width:319px;margin-left:10px;min-height:160px}
.services-listing .services-list ul li a span{ 	font-family: "HelveticaNeueLTW20-Roma",monospace, serif;}
.services-listing .services-list ul li a { 	line-height: 12px;}

.services-listing .services-list ul li a { color:#888}
.services-listing .services-list ul li a:hover { color:#000}

.clear{clear:both}
.services-listing h5{margin:20px 0 10px;padding:0;color:#666;font-size:2em;line-height:30px}
.services-list ul{margin:10px 0 0;padding:0}
.services-listing img{float:right}
.services-list a{float:right;width:93%;font-size:1em;font-weight:normal}




.group .gfirst{
	margin-right: 0px;
}
.group .glast{
	margin-left: 0px;
}


.box-h{
	background-color:#eee;
}

.box-h-head{
	background-color:#ccc;
	padding:10px;
	font-family: "Petra Reguler", "Lucida Sans Unicode","Times New Roman", serif;
	font-size: 22px;
	text-align:center;
}

.box-h-content{
	padding:10px;
}

.box-h .box-h-content ul{
	list-style:none;
	margin:0px;
	padding:10px 0px;
}

.box-h .h-stars{
	width:60px;
	float:right;
	text-align:left;
	padding:0 10px;
	color:#555;
}

.box-h .h-stars  i{
	color: #aaa;
	display: inline-block;
	font-size: 9px;
}


.box-h .green{
	color: #fff;
	background-color:#66ccb7;
}


.box-h .blue{
	color: #fff;
	background-color:#8cb5d1;
}


.box-h .red{
	color: #fff;
	background-color:#f08386;
}


.box-h .yellow{
	color: #fff;
	background-color:#f1c073;
}

.box-h .pink{
	color: #fff;
	background-color:#9387c4;
}

.box-h .brown{
	color: #fff;
	background-color:#80696f;
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}




/* ==========================================================================
   960px - 12 columns - 20px gutter 
   ========================================================================== */

   /* Container */ 
   .container-12 { width: 960px; margin: 0 auto; position: relative;} 

   /* Global */ 
   [class*="grid-"] { float: left; display: inline; margin-left: 10px; margin-right: 10px; } 
   .group:before, .group:after { content: ""; display: table; line-height: 0; } 
   .group:after { clear: both; } 

   /* Nested elements */ 
   .alpha { margin-left: 0px; } 
   .omega { margin-right: 0px; } 

   /* Grids */ 
   .container-12 .grid-1 {  width: 60px; }
   .container-12 .grid-2 {  width: 140px; }
   .container-12 .grid-3 {  width: 220px; }
   .container-12 .grid-4 {  width: 300px; }
   .container-12 .grid-5 {  width: 380px; }
   .container-12 .grid-6 {  width: 460px; }
   .container-12 .grid-7 {  width: 540px; }
   .container-12 .grid-8 {  width: 620px; }
   .container-12 .grid-9 {  width: 700px; }
   .container-12 .grid-10 {  width: 780px; }
   .container-12 .grid-11 {  width: 860px; }
   .container-12 .grid-12 {  width: 940px; }

   /* Offset Extra Space */ 
   .container-12 .offset-1 { padding-left: 80px; }
   .container-12 .offset-2 { padding-left: 160px; }
   .container-12 .offset-3 { padding-left: 240px; }
   .container-12 .offset-4 { padding-left: 320px; }
   .container-12 .offset-5 { padding-left: 400px; }
   .container-12 .offset-6 { padding-left: 480px; }
   .container-12 .offset-7 { padding-left: 560px; }
   .container-12 .offset-8 { padding-left: 640px; }
   .container-12 .offset-9 { padding-left: 720px; }
   .container-12 .offset-10 { padding-left: 800px; }
   .container-12 .offset-11 { padding-left: 880px; }


/* ==========================================================================
   768px - 12 columns - 20px gutter 
   ========================================================================== */

   @media (min-width: 768px) and (max-width: 959px) { 

   /* Container */ 
   .container-12 { width: 768px; margin: 0 auto; } 

   /* Global */ 
   [class*="grid-"] { float: left; display: inline; margin-left: 10px; margin-right: 10px; } 
   .group:before, .group:after { content: ""; display: table; line-height: 0; } 
   .group:after { clear: both; } 

   /* Nested elements */ 
   .alpha { margin-left: 0px; } 
   .omega { margin-right: 0px; } 

   /* Grids */ 
   .container-12 .grid-1 {  width: 44px; }
   .container-12 .grid-2 {  width: 108px; }
   .container-12 .grid-3 {  width: 172px; }
   .container-12 .grid-4 {  width: 236px; }
   .container-12 .grid-5 {  width: 300px; }
   .container-12 .grid-6 {  width: 364px; }
   .container-12 .grid-7 {  width: 428px; }
   .container-12 .grid-8 {  width: 492px; }
   .container-12 .grid-9 {  width: 556px; }
   .container-12 .grid-10 {  width: 620px; }
   .container-12 .grid-11 {  width: 684px; }
   .container-12 .grid-12 {  width: 748px; }

   /* Offset Extra Space */ 
   .container-12 .offset-1 { padding-left: 64px; }
   .container-12 .offset-2 { padding-left: 128px; }
   .container-12 .offset-3 { padding-left: 192px; }
   .container-12 .offset-4 { padding-left: 256px; }
   .container-12 .offset-5 { padding-left: 320px; }
   .container-12 .offset-6 { padding-left: 384px; }
   .container-12 .offset-7 { padding-left: 448px; }
   .container-12 .offset-8 { padding-left: 512px; }
   .container-12 .offset-9 { padding-left: 576px; }
   .container-12 .offset-10 { padding-left: 640px; }
   .container-12 .offset-11 { padding-left: 704px; }

   }

/* ==========================================================================
   Mobile 
   ========================================================================== */

   @media only screen and (max-width: 767px) {

   body { padding-left: 20px; padding-right: 20px; }

   /* Container */
   .container-12 { width: auto; }

   /* Global */
   [class*="grid-"] { display: block; margin-left: 0px; margin-right: 0px; }

   /* Nested Elements */
   .alpha { margin-left: 0px; }
   .omega { margin-right: 0px; }

   /* Grids */
   .container-12 .grid-1,
   .container-12 .grid-2,
   .container-12 .grid-3,
   .container-12 .grid-4,
   .container-12 .grid-5,
   .container-12 .grid-6,
   .container-12 .grid-7,
   .container-12 .grid-8,
   .container-12 .grid-9,
   .container-12 .grid-10,
   .container-12 .grid-11,
   .container-12 .grid-12 { width: 100%; }

   /* Offset Extra Space */
   .container-12 .offset-1, 
   .container-12 .offset-2, 
   .container-12 .offset-3, 
   .container-12 .offset-4, 
   .container-12 .offset-5, 
   .container-12 .offset-6, 
   .container-12 .offset-7, 
   .container-12 .offset-8, 
   .container-12 .offset-9, 
   .container-12 .offset-10, 
   .container-12 .offset-11 { padding-left: 0; }

   }

  	
  	.article-text ul, ol{
  		padding-left: 50px;	
	}
	


/* Your styles end here */

/* Print styles */
@media print {

}

/* Media queries */

@media (max-width: 1100px) {

}

@media (max-width: 980px) {

}

@media (max-width: 480px) {

	body{
		padding-left: 5px;
		padding-right: 5px;
	}
	
		
	
	.wrapper{
		width:100%;
		margin:2px;
	}
	
	.collapse-button{
		right: auto;
		left: 0;
	}
	
	
	.mobile-menu{
		display:block;
	}
	.sct-head-local-content {
		height: 90px;
	}
	
	.side-nav{
		display:none;
	}
	
	.sct-head-extras{
		bottom:10px;
		left: 100px;
	}
	
	.sct-sections-menu{
		width:275px;
	
	}
	.sct-sections-menu li{
		width:40px;
		height:55px;
	}
	.sct-sections-menu li a{
		padding:10px;
		width:30px;
		height:50px;
	}
	
	.sct-head-logo-image{
		width:100px;
	}
	
	 .sct-head-form-wrapper, .sct-top-menu-date, .megamenu_container{
		display:none;
	}
	
	/*.sct-head-form-wrapper{
		margin-bottom:0px;
	}*/
	
	.sct-top-menu{
		width:275px;
	}
	
	.sct-newsletter-heading{
		background-image:none;
	}
	
	.sct-newsletter-label{
		margin: 0;
		padding: 0.5em 0;
	}
	
	.sct-newsletter-subscribe{	
		margin-top: 1em;
	    margin-right: 0;		
	}
	
	.sct-footerfontlinks,.sct-footerimage{
		display:none;
	}
	
	.footercontact{
		width:100%;		
	}
	
	.sct-footercontact{
		width:100%;
	}
	
	.sct-footercolumn, .nivo-caption p{
	  display:none;
	}
	
	.side-nav ul li .icon-li {
  	  margin: 12px 12px 0 0;
	}
	
	
	.nivo-caption {
  	  bottom: 49px !important;
  	  height:50px !important;
	}

	.nivo-caption h2 {
  	  font-size:1.3em;
	}

	.nivo-caption a {
  	  font-size: 0;
  	  text-indent:-9999;
  	  display:block;
  	  width:100%;
  	  height:100%;	  	  
	}
	
	.nivo-directionNav a{
		top:30% !important;
	}
	
	.theme-bar .nivo-controlNav{
		bottom: 80px  !important;
	}
	
	.nivoSlider{
		height: 230px !important;
	}
	
	.owl-wrapper .owl-item a img{		
		width:100%;
	}
	
	.owl-carousel .owl-item h3{	
		text-align:center  !important;	
	}

	.theme-small .nivo-caption h3{
		bottom:-20px !important;	
	}
	
	.press{
		text-align:center  !important;			
	}

	.sct-newsletter-heading{	
		padding:0px;
	}
	
	.sct-newsletter-label{	
		display:block;	
	}
	
	.sct-newsletter .tile-space {
 		width: 80% !important;
  		float:  
  	}
  	
  	.article-text {  	
  	    padding: 15px;
  	}
  	
  	.article-text ul, ol{
  		padding: 0 0 0 33px; 	
	}
	
	#MSO_ContentTable{
		width:auto !important;
		float:none !important;
	}
	
	.article-tools ul{
		margin:auto;
		padding: 13px;
	}
	
	.article-tools ul li{
		float:left;
	}
	
	.article-date{
		float:none;
		padding: 20px;
	}
	
	.article-text img.inner{
		width:100%;
 		height: auto;

	}
	
	.article-image img{
		width:100%;
 		height: auto;
	}

	
	.sct-newsletter{
	   height:220px;	
	}
	
	.sct-lastupdate , .sct-copyright{	
	   float:none;
	   text-align: center;
	   padding: 0px;
	}
	
	
	/* SCTA Archive  */
	.nwsrow {
		background : none !important;
		border-bottom : 1px solid #dfdfdf !important;
	}
	.nwsbox {
		float : none !important;
		width : auto !important;
	}
	.dfwp-list{
		padding:0px !important;
	}
	.nwsimg {
		float : none !important;
		width : 100% !important ;
	}

	.nwsimg img {
		margin-bottom : 3px;
		height : 73px;
		width : 116px;
	}

	.nws-tools{
		background:none !important;
		background-color:#fff !important;
		padding-left: 15px;
	}
	.nws-tools a:hover, .nws-tools a:visited {
		padding: 0px;
	}

	.nws-tools img{
		display:none;
	}
	
	.nwsimg-mn {
	  float: none !important;
	  padding: 5px !important;
	  text-align: left  !important; 
	  margin: 0px !important; 
	  width: 100% !important; 
	}

	
}


/* Reader */
.reader {
	padding: 0px;
	margin:0px;
	background:none;
}
.reader .wrapper {
    background-color: #fff;
    width: 100%;
    margin: 0px;
}

.reader .menu-collapser{
	display: none !important;
	
}
.reader #header {
	display: none;
}
.reader .container-12{
	width: 100%;
    margin: 0px;
    position: relative;
}
.reader .grid-3{
	display: none;
}
.reader .breadcrumb{
	display: none;
}
.reader .article-tools{
	display: none;
}

.reader h1.page-title {
    background: #fff;
    color: #000;
    font-size: 30px;
    padding: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0;
    border-top:none;
    line-height: auto;
	font-family:Arial;
}

.reader [class*="grid-"]{
    margin-left: 0px;
    margin-right: 0px;
}
.reader .article-text{
   	font-family:Tahoma;
    color: #000;
	line-height: 16px;
}
.reader .article-text p{
    padding: 0px;
}
.reader .article-text img{
	display: none;
}
.reader .article-image{
	display: none;
}
.reader .sct-footerimage{
	display: none;
}
.reader .sct-footerfontlinks{
	display: none;
}
.reader .sct-footerlists{
	display: none;
}
.reader  .sct-footercontact{
	border:none;
}
.reader .container-12 .grid-9{
	width: 100%;
}
.reader .sct-lastupdate {
	display: none;
 
}
.reader .sct-copyright {
    float: none !important;
    padding: 0px; 
	color: #000; 
	font-family:Tahoma;
    color: #000;
}


section #social-links {
  text-align: center;
  transform: translatez(0);
}



section #social-links li {
  width: 70px;
  height: 40px;
  display: inline-block;
  margin: 10px;
  list-style: none;
}

section #social-links li a {
  text-decoration:none;
}

section #social-links li i {
  width: 40px;
  height: 40px;
  color: #74d4b3;
  font-size: 1.4em;
  text-align: center;
  line-height: 40px;
  color:#eee;
  background-color: #999;
  transition: all 0.5s ease;
}

section #social-links li i:hover {
  transform: rotate(360deg);
  border-radius: 20px;
}

section #social-links li span {
  width: 70px;
  height: 20px;
  display: block;
  padding: 10px 0px;
  color: #999;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.6em;
  text-align: center;
}

/*  class="datagrid"  */
.datagrid table {
                border-collapse: collapse;
                text-align: center;
                width: 100%;
}
.datagrid {
                background: #fff;
                overflow: hidden;
                border: 1px solid #CDCDCD;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
                width:98%;
                text-align:center;
}
.datagrid table td, .datagrid table th {
                padding: 3px 10px;
}
.datagrid table thead th {
                background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #E5E5E5), color-stop(1, #D7D7D7) );
                background: -moz-linear-gradient( center top, #EEEEEE 5%, #d9d9d9 100% );
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#d9d9d9');
                background-color: #eee;
                color: #E08C4E;
                font-size: 15px;
                font-weight: bold;
                border-left: 1px solid #CCC8C8;
}
.datagrid table thead th:first-child {
                border: none;
}
.datagrid table tbody td {
                color: #7D7D7D;
                border-left: 1px solid #DBDBDB;
                font-size: 12px;
                font-weight: normal;
}
.datagrid table tbody .alt td {
                background: #f2f2f2;
                color: #7D7D7D;
}
.datagrid table tbody td:first-child {
                border-right: none;
}
.datagrid table tbody tr:last-child td {
                border-bottom: none;.datagrid table tbody td:first-child
}
.datagrid table tfoot td div {
                border-top: 1px solid #8C8C8C;
                background: #EBEBEB;
}
.datagrid table tfoot td {
                padding: 0;
                font-size: 12px
}
/* end of class="datagrid"  */
