/*
Theme Name:  Rindu
Theme URI:
Author: DevelPixel
Author URI:
Description: The 2014 theme for Bootstrap takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.0
License: GNU General Public License v2 or later
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: rindu

BLUE: #4cddf3;
*/

/* ======== IMPORT FONT ========== */
/*
 @import url(http://fonts.googleapis.com/css?family=Roboto:400,300,700,900);
 @import url(http://fonts.googleapis.com/css?family=Raleway:900,300,700);
*/

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

/* ======== BOOTSTRAP STYLE ========= */

/*
    NAVBAR
*/
 .navbar.navbar-default {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: 0;
    background: #25292c;
}
.navbar .navbar-brand {
    font-family: "Myriad Pro","Open Sans","Arial","Helvetica","Roboto",sans-serif;
    padding: 18px 25px;
    padding-right: 30px;
    color:#FCFCFC;
    font-weight: 900;
    text-transform: uppercase;
    height: auto;
    background: #4cddf3;
    outline: 0;
}
.navbar .navbar-brand img {
    margin-right: 5px;
}
.navbar .navbar-brand:hover {
    background: #444444;
    color: #FFF;
}
.navbar-nav>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 900;
    font-size: 13px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    /*background-color: #4cddf3;*/
    background-color: #f8a52e;
    color: #FFF;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #FFF;
}
.navbar-default .navbar-nav>li>a:focus {
    color: #777;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #FFF;
    background-color: inherit;
}
.navbar-collapse {
    border-top: 0;
    box-shadow: none;
}
/*
===
*/
 .navbar-info {
    padding: 7px 15px;
    background:#202326;
    /*#F5F5F5*/
    margin-bottom: 0;
    font-size: 12px;
}
.navbar-info li {
    list-style: none;
    display: inline;
    margin-left: 5px;
    margin-right: 15px;
    color: #818894;
}
/*
    DROPDOWN MENU
*/
 .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 180px;
    padding: 10px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    /*background-color: #4cddf3;*/
    background-color: #f8a52e;
    border: 0;
    border: 0;
    border-radius: 0px;
    -webkit-box-shadow:none;
    box-shadow:none;
    background-clip: padding-box;
}
.dropdown-menu li a {
    padding: 10px 15px;
    color: #FFF;
    font-weight: 700;
    line-height: 25px;
}
/*
    BUTTON
*/
 .btn {
    border-radius: 3px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    outline: 0;
}
.btn-dark {
    background: #2f3238;
    color: #FFF;
    border-color: #2f3238;
}
.btn-dark:hover {
    background: #444;
    color: #FFF;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.btn-outline {
    padding: 10px 15px;
    border:1px solid #FFF;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.btn-outline:hover {
    text-decoration: none;
    background: #f8a52e;
    border-color: #ffffff;
}
/*
    FORM
*/
 .form-control {
    height: 38px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
    box-shadow: none;
    -webkit-box-shadow:none;
    border-color: #25292c;
}
label {
    font-weight: 300;
}
/* ======== GENERAL ========== */
 *, *:hover, *:focus, *:active {
    outline: 0;
}
body, html {
    height: 100%;
    width: 100%;
    /*overflow-x: hidden;*/
}
body {
    font-family: "Myriad Pro","Open Sans","Arial","Helvetica","Roboto",sans-serif;
    color: #1d2023;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}
a {
    outline: 0;
    /*color: #4cddf3;*/
    color: #f8a52e;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
div#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper {
  width: 100% !important;
}
a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll {
  float: left !important;
  background-color: #188600 !important;
  border: 1px solid #188600 !important;
  width: 116px !important;
}
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    /*background-color: #000 !important;
    border: 1px solid #000 !important;*/
}
@media only screen and (max-width: 767px) {
  div#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper {
    display: inline-flex !important;
  }
}
a:hover {
    text-decoration: none;
    color: #AAA;
}
code {
    white-space: inherit;
}
pre {
    margin-top: 20px;
    margin-bottom: 10px;
}
p {
    font-weight: 300;
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 23px;
	padding-left:10px;
	padding-right:10px;
}
.white {
    color: #FFF !important;
}
.light {
    font-weight: 100 !important;
}
.medium {
    font-weight: 300 !important;
}
.main-color {
    color: #f8a52e;
}
.section-wrapper.text-left, .text-left {
    text-align: left;
}
.responsive-video iframe {
    border:0;
}
#sales .section-wrapper {
	background:url(../images/wheretobuy.jpg) content-box;
}

#sales .section-wrapper-xmas {
	background:url(../images/wheretobuy_Xmas.jpg) no-repeat;
}

#webform-client-form-512 div.webform-component--your-story {
	text-align: left;
}

#webform-client-form-512 div.webform-component--upload-your-photo div.form-managed-file {
	/*float: right;
	width: 75%; */
}

#webform-client-form-512 input#edit-submitted-name.form-control.form-text,
#webform-client-form-512 input#edit-submitted-telephone.form-control.form-text,
#webform-client-form-512 input#edit-submitted-email.form-text.form-email {
	display: inline;
	width: 75%;
	float: right;
	margin-top: 15px;
}

#webform-client-form-512 input#edit-submitted-upload-your-photo-upload.form-control.form-file {
	display: inline;
	/*width: 57%;
	margin-left: 20px;*/
	width: 66%;
	margin-top: 15px;
	margin-right: 20px;
}

div.form-managed-file {
	left:0;
}

label[for=edit-submitted-accept-condition] {
	display: none;
}

label[for=edit-submitted-accept-condition-1] {
	display: inline;
	line-height: 1;
}

label[for=edit-submitted-your-story] {
	line-height: 1;
	margin-top: 30px;
	font-size: 16px;
}

#webform-client-form-512 label {
	font-size: 16px;
}

#webform-client-form-512 input#edit-submitted-accept-condition-1.form-checkbox {
	position: relative;
}

div.webform-component--accept-condition {
	margin-top: 20px;
}

div.webform-component--upload-your-photo label{
	left: -30px;
	position: relative;
}

#webform-client-form-512 button.webform-submit {
	margin-top: 20px;
	margin-bottom: 50px;
	background: #fff;
}

#webform-client-form-512 button#edit-submitted-upload-your-photo-upload-button {
	background: #fff;
	display: none;
}

.share_apple {
	margin-top: 50px;
}

.share_apple p {
	font-size: 18px;
}

.page-node-513 div.main-container {
	background: url("http://www.isquare.gr/sites/default/files/images/apple_share_back.jpg");
	background-repeat: no-repeat;
	background-size: cover;

}

.page-node-512 div.main-container {
	background: url("http://www.isquare.gr/sites/default/files/images/apple_share_back.jpg");
	background-repeat: no-repeat;
	background-size: cover;

}

.page-node-512 div.links {
	display: none;
}

.page-node-512 .footer {
	width:100%;
	position:relative;
	bottom:0;
	left:0;
}

.page-node-745.page-node-done .footer {
	width:100%;
	position:fixed;
	bottom:0;
	left:0;
}

div.rght_sp {
	margin-right: 20px;
}

p#count_event {
	font-size: 50px;
	margin-top: 50px;
	margin-bottom: 50px;
}

.view-id-isquare_tweets .views-row {
	margin-top: 20px;
	text-align: left;
}

div.apple_pres {
	margin-top: 20px;
}

div.apple_pres img {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

@media only screen and (max-width: 1280px) {
	div.webform-component--upload-your-photo label {
		left: 0;
	}
}

@media only screen and (max-width: 1024px) {
	.page-node-513 div.main-container {
		background-position: 50% center;
	}
	.page-node-512 div.main-container {
		background-position: 50% center;
	}
}

@media only screen and (max-width: 480px) {

	#webform-client-form-512 input#edit-submitted-name.form-control.form-text,
	#webform-client-form-512 input#edit-submitted-telephone.form-control.form-text,
	#webform-client-form-512 input#edit-submitted-email.form-text.form-email {
		display: block;
		float: none;
		width: 100%;
	}


	p#count_event {
	font-size: 40px;
	margin-top: 40px;
	margin-bottom: 40px;
}
	#webform-client-form-512 label {
		font-size: 12px;
		line-height: 2em;
		text-align: left;
		/*float: left;*/
		margin-top: 10px;
	}
}

#webform-client-form-467 div.form-item.webform-component, #webform-client-form-489 div.form-item.webform-component {
	margin-bottom: 20px;
}

input#edit-submitted-e-mail.email.form-text.form-email.required,  input#edit-submitted-email.email.form-text.form-email.required{
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: none;
	color: #555;
	height: 38px;
	line-height: 1.42857;
	padding: 6px 12px;
	width: 100%;
}

#webform-client-form-467 label, #webform-client-form-489 label, #webform-client-form-494 label, #webform-client-form-496 label {
	float: left;
	line-height: 2.5em;
	text-align: left;
}

#webform-client-form-467 button.webform-submit {
	margin-top: 30px;
	margin-bottom: 50px;
}

.page-node-490 h3 {
	margin-top: -20px;
	margin-bottom: 30px;
}

label[for=edit-submitted-absence-select] span {
	display: none;
}

span.eduevent-header {
	font-size: 30px;
	font-weight: 300;
	font-family: inherit;
	line-height: 1.1;
	color: inherit;
}

/* give margin bottom when break into mobile resolution */
 @media(max-width: 768px) {
    .mg-sm {
        margin-bottom: 30px;
    }
    .mg-sm:last-child {
        margin-bottom: 0;
    }

}
/* spacer */
 .spacer {
    display: block;
    width: 100%;
}
.spacer.big {
    height: 100px;
}
.spacer.small {
    height: 20px;
}
.spacer.medium {
    height: 50px;
}

.animatez {
    opacity:0;
    -o-opacity:0;
    -moz-opacity:0;
    -webkit-opacity:0;
    filter:Alpha(opacity=0);
    /* IE8 and earlier */
}
.delay.one {
    animation-delay: 0.15s;
    -o-animation-delay: 0.15s;
    -moz-animation-delay: 0.15s;
    -webkit-animation-delay: 0.15s;
}
.delay.two {
    animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
}
.delay.three {
    animation-delay: 0.45s;
    -o-animation-delay: 0.45s;
    -moz-animation-delay: 0.45s;
    -webkit-animation-delay: 0.45s;
}
.delay.four {
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
}
.delay.five {
    animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
}
/*
    SUPER SLIDES
*/
 #slides .slides-container {
    display: none;
}
#slides .scrollable {
    *zoom: 1;
    position: relative;
    top: 0;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
}
#slides .scrollable:after {
    content:"";
    display: table;
    clear: both;
}
.slides-navigation {
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    /*top: 46%;*/
    bottom: 50px;
    width: 100%;
    outline: 0;
}
.slides-navigation a {
    position: absolute;
    display: block;
    width: 56px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 35px;
    background: #25292c;
    color: #FFF;
    outline: 0;
}
.slides-navigation a:hover {
    background: #4cddf3;
}
.slides-navigation a.prev {
    padding-right: 5px;
    border-right: 1px solid #1d2023;
    left: 0;
    -webkit-box-shadow: inset -1px 0px 0px 0px rgba(255, 255, 255, 0.05);
    -moz-box-shadow: inset -1px 0px 0px 0px rgba(255, 255, 255, 0.05);
    box-shadow: inset -1px 0px 0px 0px rgba(255, 255, 255, 0.05);
}
.slides-navigation a.next {
    padding-left: 5px;
    border-left: 1px solid #1d2023;
    right: 0;
    -webkit-box-shadow: inset 1px 0px 0px 0px rgba(255, 255, 255, 0.05);
    -moz-box-shadow: inset 1px 0px 0px 0px rgba(255, 255, 255, 0.05);
    box-shadow: inset 1px 0px 0px 0px rgba(255, 255, 255, 0.05);
}
.slides-pagination {
    position: absolute;
    z-index: 2;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 50px;
    padding-top: 15px;
    background: #25292c;
    letter-spacing: -999999999px;
}
.slides-pagination a {
    border-radius: 15px;
    outline: 0;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 4px;
    line-height: 50px;
    content:'';
    overflow: hidden;
    background: #0e1011;
    /* Old browsers */
    background: -moz-linear-gradient(top, #0e1011 0%, #1d2023 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0e1011), color-stop(100%, #1d2023));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0e1011 0%, #1d2023 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0e1011 0%, #1d2023 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #0e1011 0%, #1d2023 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #0e1011 0%, #1d2023 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e1011', endColorstr='#1d2023', GradientType=0);
    /* IE6-9 */
    -webkit-box-shadow: inset 0px -1px 0px 0px rgba(255, 255, 255, 0.14);
    -moz-box-shadow: inset 0px -1px 0px 0px rgba(255, 255, 255, 0.14);
    box-shadow: inset 0px -1px 0px 0px rgba(255, 255, 255, 0.14);
}
.slides-pagination a.current {
    background: #f8a52e;
    -webkit-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.3);
}
/* Fullscreen fixed background */
 .fullscreen-image {
    position: fixed !important;
    z-index: -99;
}
.header-center {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
	height:55px;
}

.header-bottom {
    /*position: absolute;*/
    position: fixed;
    left: 50%;
    /*bottom: 10%;*/
    bottom: 2%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
	height:55px;
}

.page-node-666 footer.footer {
	background: none;
	border-top: none;
}

div.header-center.single-banner {
	-webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

div.header-center.trial {
	-webkit-transform: translate(-90%, -50%);
    -ms-transform: translate(-90%, -50%);
    -moz-transform: translate(-90%, -50%);
    transform: translate(-90%, -50%);
}

div.header-center.trial h1, div.header-center.trial p{
	color: #000;
}

div.header-center.single-banner h1 {
	font-size: 70px;
}

.header-center h1, .header-center p {
    color: #FFF;
}

.header-center h1 {
    font-weight: 300;
    font-size: 80px;
    /*text-transform: uppercase;*/
}
.header-center h1 span {
    font-weight: 700;
}

@media(max-width: 375px) {
	div#slides_xmas_2 {

	}
	.header-bottom p {
		font-size: 16px;
		font-weight: 300;
	}
	.page-node-666 .container-fluid {
		padding-left: 0;
		padding-right: 0;
	}

	.page-node-666 section.myclass {
		margin-top: 350px;
	}
}
@media(min-width: 376px) and (max-width: 667px) {
	div#slides_xmas_2 {

	}
	.header-bottom p {
		font-size: 24px;
		font-weight: 300;
	}
	.page-node-666 .container-fluid {
		padding-left: 0;
		padding-right: 0;
	}

	.page-node-666 section.myclass {
		margin-top: 150px;
	}
}
@media(min-width: 668px) and (max-width: 768px) {
	div#slides_xmas_2 {

	}
	.header-bottom p {
		font-size: 24px;
		font-weight: 300;
	}
	.page-node-666 .container-fluid {
		padding-left: 0;
		padding-right: 0;
	}

	.page-node-666 section.myclass {
		margin-top: 600px;
	}
}
@media(min-width: 769px) {
	.header-bottom p {
		font-size: 34px;
		font-weight: 300;
	}
}

@media(max-width: 768px) {
    .header-center h1 {
        font-size: 30px;
    }
    .header-center p {
        /*display: none;*/
        display: block;
    }
}
.header-center p {
    font-size: 22px;
    font-weight: 300;
}


.header-center a, .header-bottom a {
    color: #f8a52e;
    margin-top: 10%;
    width: 45px;
    height: 45px;
    line-height: 42px;
    text-align: center;
    font-size: 25px;
    display: inline-block;
    border:2px solid #f8a52e;
    background: rgba(0, 0, 0, 0);
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    outline: 0;
}
.header-center a:hover, .header-bottom a:hover {
    background: #25292c;
    border-color: #25292c;
    color: #4cddf3;
    outline: 0;
}
/* Animation of the content inside the header */
 .header-center.fade-in, .header-bottom.fade-in {
    zoom: 0;
    animation: fadeit 1s ease-out forwards;
    animation-iteration-count: 1;
    -webkit-animation: fadeit 1s;
    -webkit-animation-iteration-count: 1;
    -moz-animation: fadeit 1s;
    -moz-animation-iteration-count: 1;
    -ms-animation: fadeit 1s;
    -ms-animation-iteration-count: 1;
}
@keyframes fadeit {
    from {
        top:46%;
        filter: alpha(opacity=0);
        opacity: 0;
    }
    to {
        top:50%;
        filter: alpha(opacity=100);
        opacity: 1;
    }
}
@-webkit-keyframes fadeit {
    from {
        top:46%;
        filter: alpha(opacity=0);
        opacity: 0;
    }
    to {
        top:50%;
        filter: alpha(opacity=100);
        opacity: 1;
    }
}
@-moz-keyframes fadeit {
    from {
        top:46%;
        filter: alpha(opacity=0);
        opacity: 0;
    }
    to {
        top:50%;
        filter: alpha(opacity=100);
        opacity: 1;
    }
}
@-ms-keyframes fadeit {
    from {
        top:46%;
        filter: alpha(opacity=0);
        opacity: 0;
    }
    to {
        top:50%;
        filter: alpha(opacity=100);
        opacity: 1;
    }
}
/*
    BACK TO TOP
*/
 .totop {
    position: fixed;
    bottom: 0;
    right: 0px;
    width: 0px;
    height: 0px;
    color: #FFF;
    border-style: solid;
    border-width: 0 0 60px 60px;
    border-color: transparent transparent rgba(18, 24, 24, .4) transparent;
    z-index: 999;
}
.totop span {
    position: relative;
    overflow: hidden;
    font-size: 20px;
    bottom: -27px;
    display: inline-block;
    left: -50px;
    cursor: pointer;
    height: 42px;
    width: 60px;
    line-height: 30px;
    text-align: center;
    z-index: 1000;
}
.totop a {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 60px;
    height: 60px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.totop .first {
    top: 0px;
}
.totop .hover {
    top: 20px;
}
.totop .first i {
    color: #FFF;
}
.totop:hover {
    cursor: pointer;
}
.totop:hover span > a.first {
    top: -20px;
}
.totop:hover span > a.hover {
    top: 0px;
    color: #4cddf3;
}
/* ============= SECTION =============== */
 .section-outter {
    position: relative;
    /* z-index: 2; */
    z-index: 3;
    background: #fff;
}

#support{
	background: #ffffff;
}
#support .row{
	/*padding-top:50px;*/
	padding-top:10px;
}
#products{
	background: #f2f2f2;
}
#products .row{
	padding-top: 20px;
}

#blog .section-wrapper {
	padding-top: 0;
}

.content {
	/*margin-top: -30px;*/
}

.section-wrapper {
    padding-top: 15px;
    text-align: center;
}

.section-product {
	padding-top: 10px;
    background: #f2f2f2;
    text-align: center;
}
.section-product2 {
	/*padding-top: 10px;*/
	/*margin-top:-46px;*/
    background: #ffffff;
    text-align: center;
	/* padding:30px; */
	padding:20px;
}

#about .section-wrapper {
    padding-top: 20px;
    background: #f2f2f2;
    text-align: center;
}
#contact .section-wrapper {
    padding-top: 20px;
    /*background: #dddedf;*/
    text-align: center;
}
#contact .container{
	margin-top:-30px;
	padding-bottom:90px;
}
.section-title {
    text-align: center;
    position: relative;
    z-index: 2;
}
.section-title .title {
    font-family:'Open Sans', sans-serif;
    font-weight: 900;
    font-size: 30px;
    line-height: 60px;
    letter-spacing: -1px;
    margin-bottom: 0;
    color: #25292c;
	/*margin-top:70px;*/
}
.section-title .subtitle {
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    margin-top: 0;
    color: #666666;
}

#education .section-title .subtitle {
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    margin-top: 0;
    color: #ffffff;
}
.title-break {
    border-top: 3px solid #CCC;
    width: 80px;
    margin: 20px 0px 10px 0px;
    display: inline-block;
}
/*
    SECTION FILL
*/
 .section-fill {
}
.bg-parallax {
    background-size: cover !important;
    -moz-background-size: cover !important;
    -webkit-background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
.video-wrapper {
    z-index: 1;
    position: relative;
    overflow: hidden;
}
.bg-video {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -2;
    overflow: hidden;
    background-position: center center;
}
.bg-video video {
    position: absolute !important;
    z-index: -3;
    clear: both;
}
.imac-wrapper {
    position: relative;
    height: 300px;
}
.imac-wrapper img {
    position: absolute;
    bottom: -175px;
    left: 50%;
    margin-left: -490px;
}
.imac-wrapper a img {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    max-width: 100%;
}
.imac-wrapper a:hover img {
    bottom: -165px;
}
@media(max-width: 768px) {
    .imac-wrapper {
        height: 200px;
    }
    .imac-wrapper img {
        margin-left: -330px;
        min-width: 650px;
    }
}
.video-overlay {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}
.fill-wrapper {
    padding: 100px 0;
}
/*
    LEFT ICON
*/
 .left-icon {
    text-align: left;
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px;
	padding-top:1px;
	margin-top:13px;
}
 .left-content p{
    margin-left: 30px;
}

.contactmartop{
	/*margin-top:10px;*/
}

.left-icon h4 {
    margin-bottom: 0;
    margin-top: 20px;
}
.left-icon .icon {
    position: absolute;
    left:0px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    line-height: 43px;
    text-align: center;
    background: #f8a52e;
    color: #FFF;
    font-size: 20px;
}
/*
	ICON SET
*/
.icon-set {
    text-align: center;
    position: relative;
    /*padding-left: 60px;*/
    margin-bottom: 10px;
    margin-top: 20px;
}


/*
    TEAM
*/
 .teams {
    background: #FFF;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}
.teams .pict {
    position: relative;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
.teams .pict img {
    position: relative;
    z-index: -1;
    max-width: 100%;
    width: 100%;
}
.teams h3 {
    color: #202020;
    font-weight: 400;
}
.teams .desc {
    padding:25px;
}
.teams span {
    font-size: 13px;
    font-weight: 700;
    display: block;
    position: relative;
}
.teams .social a {
    width: 31px;
    height: 31px;
    position: relative;
    text-align: center;
    color: #202020;
    display: inline-block;
    margin-right: 5px;
    margin-top: 20px;
    border-radius: 50%;
    line-height: 28px;
    font-size: 16px;
    border: 1px solid #202020;
}
.teams .social a:hover {
    background: #202020;
    color: #FFF;
}
/*
    COUNTDOWN
*/
 .countdown-wrapper {
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    background: rgba(37, 41, 44, 0.7);
    width: 100%;
    text-align: center;
}
.countdown-content {
    margin-top: 19%;
}
/* IE7 inline-block hack */
 *+html .styled div {
    display: inline;
    zoom: 1;
}
.styled div span {
    display: block;
    width: 160px;
    margin-top: 10px;
    padding: 8px 12px;
    background: #4cddf3;
    font-size: 17px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    color: #FFF;
    text-shadow: none;
    font-weight: 700;
}
.countdown-wrapper h2 {
    font-size: 40px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
}
.countdown-wrapper h3 {
    font-size: 20px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
}
.styled {
    text-align: center;
    color: #25292c;
}
.styled div {
    display: inline-block;
    margin: 0 10px;
    font-size: 70px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
    background: #FFF;
    padding-top: 15px;
}
/*
    PORTFOLIO
*/
 .portfolio-masonry-wrapper {
    font-size: 0;
    text-align: center;
}
.portfolio-item {
    /*min-width: 19.974335%;
    display: inline-block;*/
    width: 20%;
    margin-right: 0;
    margin-bottom: 0;
    float: left;
}
@media(max-width: 1024px) {
    .portfolio-item {
        width: 25%;
    }
}
@media(max-width: 768px) {
    .portfolio-item {
        width: 33.3333333%;
    }
	.pads_contact{
		margin-top:20px;
		padding-left:30px;
		padding-right:20px;
}
.pads{
	padding-bottom: 37px;
    padding-left: 20px;
    padding-right: 20px;
	text-align:center;
}
}
@media(max-width: 1024px) {
	.pads{
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
	text-align:center;
	}
	.field-name-field-publication-date {
		text-align:center;
	}
}
@media(max-width: 500px) {
    .portfolio-item {
        width: 50%;
    }
    .placement {
    	text-align: center;
    }
    .btn {
    	font-size: 10px;
    	/*padding: 1px;*/
    }
	.pads{
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
	text-align:center;
	}
}
@media(max-width: 650px) {
	.pads{
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
	text-align:center;
	}
.field-name-field-publication-date {
    display: block;
    padding-left: 134px;
    text-align: center;
    width: 70%;
}
}
@media(min-width: 501px) and (max-width: 570px) {
	.myclass{

	}

	.page-node-666 section.myclass {
		/*margin-top: 370px;*/
	}
}
@media(min-width: 571px) and (max-width: 667px) {
	.myclass{

	}

	.page-node-666 section.myclass {
		/*margin-top: 470px;*/
	}
}
@media(min-width: 668px) and (max-width: 768px) {
	.myclass{

	}

	.page-node-666 section.myclass {
		/*margin-top: 470px;*/
	}
}
@media(max-width: 500px) {
	.myclass{

	}

	.page-node-666 section.myclass {
		/*margin-top: 150px;*/
	}
}
.portfolio-item img {
    width: 100%;
}
/*
    TESTIMONIAL
*/
 .section-testimonial {
    background: url('../images/testi-bg.png') top center;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
.testimonial-list {
    padding: 0;
    margin: 0;
    width: 60%;
    margin: 0 auto;
    font-size: 0;
}
.testimonial-list .testimonial-item {
    display: inline-block;
    height: 64px;
    width: 64px;
    white-space: nowrap;
    position: relative;
}
.testimonial-list .testimonial-item .testimonial-icon {
    position: absolute;
    left: 12px;
    top: 0px;
    opacity: 0;
    z-index: 4;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -o-opacity: 0;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.testimonial-list .testimonial-item a {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    background: rgba(0, 0, 0, 0);
    outline: 0;
}
.testimonial-list .testimonial-item .testi-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -15px;
    z-index: 3;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.testimonial-list .testimonial-item a.current ~ .testi-link, .testimonial-list .testimonial-item a:hover ~ .testi-link {
    bottom: 0;
    background: rgba(76, 221, 243, 0.8);
}
.testimonial-list .testimonial-item a.current ~ .testimonial-icon, .testimonial-list .testimonial-item a:hover ~ .testimonial-icon {
    top: 18px;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -0-opacity: 1;
}
.testimonial-slider {
    margin: 5px auto;
    max-width: 700px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.testimonial-slider p {
    font-size: 26px;
    color: #fff;
    font-weight: 300;
    line-height: 38px;
}
.testimonial-slider .testimonial-author {
    display: block;
    text-align: center;
    color: #8e8e90;
    font-size: 14px;
    margin-top: 10px;
    line-height: 32px;
}
/*
    FOOTER
*/
 footer.footer {
    /*background: #4cddf3;*/
    background: #f8a52e;
}
.footer-nav {
    margin: 0;
    padding: 0;
}
.footer-nav li {
    display: inline;
    font-size: 14px;
}
.footer-nav li a {
    color: #FFF;
    display: inline-block;
    margin: 3px 10px;
}
.footer-logo img {
    padding-left: 10px;
    padding-top: 5px;
    text-align: center;
}
.footer-logo span {
    font-size: 13px;
    display: block;
}
.copyright {
    font-size: 12px;
    margin: 0 10px;
    margin-top: 15px;
    margin-bottom: 30px;
}
.notice_control {
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 20px;
}
.footer_notice {
	text-align: right;
}
.region-highlighted {

}
/* ============ BLOG PAGES =============== */
 .post {
    display: block;
    /*margin-left: 130px;*/
    position: relative;
    /*text-align: left;*/
}
.post {
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.post figure {
    margin-bottom: 20px;
    position: relative;
}
.post figure img {
    width: 100%;
}

.view-id-blog_posts .post figure img, .view-general-blog-posts .post figure img, .view-news-blog-posts .post figure img,
.view-tips-blog-posts .post figure img, .view-mac-blog-posts .post figure img, .view-iphone-blog-posts .post figure img,
.view-ipad-blog-posts .post figure img, .view-apple-watch-blog-posts .post figure img {
	width: 758px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

#blog .post figure img {
	/*width: 758px;*/
	height: auto;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.post .post-meta {
    /*width: 100px;
    position: absolute;*/
    top: 0;
    float: left;
    /*left: -130px;*/
}
.post .post-meta .post-icon {
    width: 50px;
    height: 50px;
    color: #FFF;
    font-size: 24px;
    text-align: center;
    line-height: 53px;
    background: #25292c;
    display: inline-block;
    margin-bottom: 12px;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.post .post-meta .post-icon:hover {
    background: #4cddf3;
}
.post .post-meta h5 {
    font-size: 13px;
    margin-bottom: 3px;
    margin-top: 5px;
    font-weight: 700;
}
.post .post-meta span {
    font-size: 13px;
    font-weight: 300;
}
.post .post-meta span a {
    color: #4cddf3;
}
.post .post-title {
    font-size: 22px;
    line-height: 20px;
	text-align:center;
}
.post .post-title a {
    color: #25292c;
}
.post .post-title a:hover {
    color: #CCC;
}
.post pre {
    margin-left: 10%;
    margin-right: 10%;
    border-radius: 0;
}
.post .read-more {
    padding:4px 7px;
    border:1px solid #4cddf3;
    display: inline-block;
    font-size: 14px;
}

.page-node-742 div.survey {
	/*background: url('../images/sun1920.jpg') no-repeat;*/
	/*background-image: linear-gradient(#48c6ef,#6f86d6);*/
	overflow: hidden;
	background-size: cover !important;
	/*height: 100vh;*/
	/*background: url('http://www.isquare.gr/sites/default/files/images/pexels-photo-669615.jpg') no-repeat;*/
justify-content: center;
align-items: center;
padding: 15px;
background: rgb(2,0,36);
background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(97,158,185,1) 0%, rgba(255,255,255,1) 94%);
}

#webform-client-form-742 {
	width: 920px;
background: #fff;
border-radius: 10px;
overflow: hidden;
padding: 62px 55px 15px 55px;
	margin: 0 auto;
	/*width: 450px;*/
	/*float: left;*/
	/*left: 50%;*/
	/*position: absolute;*/
  	/*margin-top:30px;*/
	/*margin-left: -260px;*/
  	/*border-radius: 7px;*/
}

#webform-client-form-742 button.webform-submit {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 20%;
	color: white;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 30px;
	margin-bottom: 24px;
	font-weight: 700;
}

div.glikoulis {
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 100;
}

select#edit-submitted-q4-select {
	width: 60%;
}

#subscription-primary-form div.form-type-checkbox.form-item-satisfaction-survey.form-item.checkbox {
	display: none;
}

body.page-node-807, body.page-node-809 {
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(95, 159, 176, 1) 100%);
}

.page-node-807 footer.footer {
  position: fixed;
  /*position: relative;*/
  bottom: 0;
  width: 100%;
}

.page-node-809 footer.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}

form.webform-client-form-807 {
  /*height: 400px;
  overflow-y: auto;

  padding:30px;
	margin:40px auto;
	background: #FFF;
	border-radius: 10px;
	-webkit-border-radius:10px;
	-moz-border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);*/
}

.page-node-807 form.webform-client-form-807 button.webform-next {
background-color: aqua;
	padding: 15px 30px;
	font-size: 15px;
	margin-bottom: 50px;
	margin-left: 20px;
}

.page-node-807 form.webform-client-form-807 button.webform-previous {
background-color: white;
	border: 1px solid #9f9f9f;
	padding: 13px 25px;
	font-size: 13px;
	margin-bottom: 50px;
	color: #9f9f9f;
	margin-top: 20px;
}

.page-node-807 form.webform-client-form-807 button.webform-submit {
background-color: aqua;
	padding: 13px 25px;
font-size: 13px;
	margin-bottom: 50px;
	margin-top: 20px;
}

fieldset.webform-component--first-step-panel {
  height: 400px;
  overflow-y: auto;
  padding:20px;
	margin:40px auto;
	background: #FFF;
  border-radius: 10px;
	-webkit-border-radius:10px;
	-moz-border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);

}

@media only screen and (max-width: 480px) {

  fieldset.webform-component--first-step-panel {
    height: 250px;
    padding: 10px;
    margin: 5px;
  }

  div.form-item.webform-component.webform-component-email.webform-component--email {
    padding: 10px;
  }

  .page-node-807 footer.footer, .page-node-809 footer.footer {
    position: relative;

}

}

label[for=edit-submitted-stay-connected-2019], label[for=edit-submitted-no-newsletter] {
  display: none;
}

label[for=edit-submitted-no-newsletter-1] {
  font-size: 11px;
}

div#edit-submitted-stay-connected-2019.form-checkboxes, div#edit-submitted-no-newsletter.form-checkboxes.no_newsletter {
  /*padding-left: 20%;*/
}

div.form-item.webform-component.webform-component-checkboxes.webform-component--no-newsletter {
	display: none;
}

div.form-item.webform-component.webform-component-markup.webform-component--questions {
  margin-bottom: 30px;
  text-align: center;
}

div.form-item.webform-component.webform-component-email.webform-component--email {
  margin-top: 30px;
  text-align: center;
}

div.form-item.webform-component.webform-component-checkboxes.webform-component--stay-connected-2019,
div.form-item.webform-component.webform-component-checkboxes.webform-component--no-newsletter {
  margin-top: 50px;
  margin-bottom: 20px;
}

div.form-item.webform-component.webform-component-select-or-other.webform-component--first-step-panel--Q1,
div.form-item.webform-component.webform-component-checkboxes.webform-component--first-step-panel--Q2,
div.form-item.webform-component.webform-component-select-or-other.webform-component--first-step-panel--Q3,
div.form-item.webform-component.webform-component-radios.webform-component--first-step-panel--Q4
 {
	width: 100%;
position: relative;
/*border: 1px solid #e6e6e6;*/
/*border-radius: 13px;*/
padding: 50px 30px 9px 22px;
margin-bottom: 50px;
	 /*background-color: #f6f6f6;*/
}

div.form-item.webform-component.webform-component-radios.webform-component--first-step-panel--Q5,
div.form-item.webform-component.webform-component-radios.webform-component--first-step-panel--Q6,
div.form-item.webform-component.webform-component-radios.webform-component--first-step-panel--Q7,
div.form-item.webform-component.webform-component-radios.webform-component--first-step-panel--Q8,
div.form-item.webform-component.webform-component-radios.webform-component--first-step-panel--Q9,
div.form-item.webform-component.webform-component-radios.webform-component--first-step-panel--Q10 {
	width: 100%;
	position: relative;
	/*border: 1px solid #e6e6e6;*/
	/*border-radius: 13px;*/
	padding: 10px 30px 9px 22px;
	/*background-color: #f6f6f6;*/
	/*display: -webkit-box;*/
	margin-top: 30px;
}

div.form-item.webform-component.webform-component-radios.webform-component--Q6>div.description {
	font-size: 10px;
	/*font-weight: bold;*/
	margin-top: 10px;
}

div.form-textarea-wrapper.resizable.textarea-processed.resizable-textarea {
	margin-bottom: 40px;
}

div.form-item.webform-component.webform-component-markup.webform-component--survey-title {
	margin-bottom: 5px;
	margin-top: 40px;
	display: block;
	width: 100%;
	/*color: #fff;*/
}

div.evaluate {
	font-size: 18px;
}

div.likert {
	display: table-cell;
	width: 50%;
}

div.likert span.ng {
	margin-left: 30px;
	margin-right: 20px;
	font-weight: bold;
}

div.likert span.ag {
	margin-right: 30px;
	font-weight: bold;
}

div.likert span.gd {
	margin-right: 50px;
	font-weight: bold;
	margin-left: 5px;
}
div.likert span.aw {

	font-weight: bold;
}

p.quest {
	margin-bottom: 20px;
}

div.form-item.webform-component.webform-component-markup.webform-component--survey-title p {
	padding-left:0;
}

div.form-item.webform-component.webform-component-markup.webform-component--social {
	margin-bottom: 20px;
}

span.follow {
	color: #000;
	margin-left: 15px;
	margin-right: 15px;
}

p.approval {
	color: #3c6f33;
	font-size: 16px;
	text-align: center;
}

div.okpage {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

label[for=edit-submitted-news-1], label[for=edit-submitted-news-2], label[for=edit-submitted-news-3] {
	font-size: 18px;
}
/*
div.form-type-radio.form-item-submitted-Q5.form-item.radio {
	display: inline-block;
	margin-top: 0;
}*/

.effect-2{border: 0; padding: 7px 15px; border: 1px solid #ccc; position: relative; background: transparent;}

.effect-2 ~ .focus-bg{position: absolute; left: 0; top: 0; width: 0; height: 100%; background-color: #ededed; transition: 0.3s; z-index: -1;}
.effect-2:focus ~ .focus-bg{transition: 0.3s; width: 100%;}

div.form-type-radio.form-item-submitted-Q5.form-item.radio,
div.form-type-radio.form-item-submitted-Q6.form-item.radio,
div.form-type-radio.form-item-submitted-Q7.form-item.radio, div.form-type-radio.form-item-submitted-Q8.form-item.radio,
div.form-type-radio.form-item-submitted-Q9.form-item.radio, div.form-type-radio.form-item-submitted-Q10.form-item.radio {
	display: inline-block;
	margin-top: 0;
	/*margin-left: 65px;*/
	/*margin-left: 76px;*/
	margin-right: 30px;
	margin-top: 10px;
}

div#edit-submitted-q5.form-radios, div#edit-submitted-q6.form-radios,
div#edit-submitted-q7.form-radios, div#edit-submitted-q8.form-radios,
div#edit-submitted-q9.form-radios, div#edit-submitted-q10.form-radios {
	display: inline;
	/*position: absolute;*/
}

label[for=edit-submitted-first-step-panel-q1-select],label[for=edit-submitted-first-step-panel-q2],label[for=edit-submitted-first-step-panel-q3-select],label[for=edit-submitted-first-step-panel-q4],
label[for=edit-submitted-first-step-panel-q4-select],label[for=edit-submitted-first-step-panel-q5], label[for=edit-submitted-first-step-panel-q6], label[for=edit-submitted-first-step-panel-q7],
label[for=edit-submitted-first-step-panel-q8], label[for=edit-submitted-first-step-panel-q9], label[for=edit-submitted-first-step-panel-q10] {
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
}

label[for=edit-submitted-q5], label[for=edit-submitted-q6], label[for=edit-submitted-q7],
label[for=edit-submitted-q8], label[for=edit-submitted-q9], label[for=edit-submitted-q10] {
	/*width: 45%;*/
	display: block;
	/*padding: 10px;*/
}

/*
label[for=edit-submitted-q5-3] {
	margin-left: 5px;
}

label[for=edit-submitted-q5-4] {
	margin-left: 20px;
}*/

label[for=edit-submitted-q6-1] {
	/*display: none;*/
}

div.webform-component-textarea label[for=edit-submitted-q5-1], div.webform-component-textarea label[for=edit-submitted-q6-1],
div.webform-component-textarea label[for=edit-submitted-q7-1], div.webform-component-textarea label[for=edit-submitted-q8-1],
div.webform-component-textarea label[for=edit-submitted-q9-1], div.webform-component-textarea label[for=edit-submitted-q10-1],
label[for=edit-submitted-q4-select] {
	font-size: 18px;
	/*color: #fff;*/
}

/*
input#edit-submitted-q5-1.form-radio {
	margin-top: 30px;
	margin-left: 65px;
}*/

input#edit-submitted-q6-1.form-radio, input#edit-submitted-q6-2.form-radio, input#edit-submitted-q6-3.form-radio,
input#edit-submitted-q6-4.form-radio {

}
/*
input#edit-submitted-q5-2.form-radio {
	margin-top: 30px;
	margin-left: 45px;
}*/

/*
input#edit-submitted-q5-3.form-radio {
	margin-top: 30px;
	margin-left: 35px;
}
input#edit-submitted-q5-4.form-radio {
	margin-top: 30px;
	margin-left: 70px;
}*/

div.form-item.webform-component.webform-email.webform-component--email-connected {

}

#webform-client-form-745 input#edit-submitted-email-connected {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding: 4px;
}

label[for=edit-submitted-email-connected], label[for=edit-submitted-news] {
	display: none;
}

div.webform-component--news {
	padding-left: 120px;
	padding-bottom: 50px;
}

#webform-client-form-745 button.webform-submit {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 17%;
	color: white;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 700;
}

input[name="approve"] {
	margin-right: 10px;
}

.page-node-745 div.links {
	display: none;
}

div.uk-lightbox-caption {
	font-size: 18px;
}

.page-node-742 h1.page-header, .page-node-745 h1.page-header {
	/*display: none;*/
	color: #fff;
}

span.req_fld {
	color:red;
	margin-top: 10px;
	margin-left: 170px;
	font-size: 10px;
}

#webform-client-form-742 span.form-required {
	display: none;
}

#webform-client-form-747 .webform-component, #webform-client-form-753 .webform-component, #webform-client-form-754 .webform-component,
#webform-client-form-755 .webform-component, #webform-client-form-756 .webform-component, #webform-client-form-757 .webform-component {
	margin-bottom: 30px;
}

@media only screen and (min-device-width:375px) and (max-device-width:667px) {

.page-node-742 h1.page-header {
	/*display: none;*/
	color: #fff;
	font-size: 24px;
}

#webform-client-form-742 {
	width: auto;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	padding: 20px 20px;

}

#webform-client-form-742 button.webform-submit, #webform-client-form-745 button.webform-submit {
	margin-top: 20px;
	margin-bottom: 20px;
	width: auto;
}

#webform-client-form-745 div.webform-component--news {
	padding-left: 5px;
	padding-bottom: 30px;
}

label[for=edit-submitted-news-1], label[for=edit-submitted-news-2], label[for=edit-submitted-news-3] {
	font-size: 14px;
}

div.footnote_connected {
	padding: 30px;
}

span.req_fld {
	margin-left: 60px;
}

span.follow {
	margin-right: 5px;
}

#webform-client-form-742 span.form-required {
	font-size:11px;
	display: none;
}

.radio input[type="radio"] {
	position: absolute;
}

div.form-type-radio.form-item-submitted-Q5.form-item.radio label,
div.form-type-radio.form-item-submitted-Q6.form-item.radio label,
div.form-type-radio.form-item-submitted-Q7.form-item.radio label,
div.form-type-radio.form-item-submitted-Q8.form-item.radio label,
div.form-type-radio.form-item-submitted-Q9.form-item.radio label,
div.form-type-radio.form-item-submitted-Q10.form-item.radio label {
	padding-left:0;
	font-size: 11px;
	/*margin-right: 3px;*/
}

div.form-item.webform-component.webform-component-radios.webform-component--Q5,
div.form-item.webform-component.webform-component-radios.webform-component--Q6,
div.form-item.webform-component.webform-component-radios.webform-component--Q7,
div.form-item.webform-component.webform-component-radios.webform-component--Q8,
div.form-item.webform-component.webform-component-radios.webform-component--Q9,
div.form-item.webform-component.webform-component-radios.webform-component--Q10 {
	padding: 10px 10px;
}

div.form-type-radio.form-item-submitted-Q5.form-item.radio,
div.form-type-radio.form-item-submitted-Q6.form-item.radio,
div.form-type-radio.form-item-submitted-Q7.form-item.radio, div.form-type-radio.form-item-submitted-Q8.form-item.radio,
div.form-type-radio.form-item-submitted-Q9.form-item.radio, div.form-type-radio.form-item-submitted-Q10.form-item.radio {
	margin-left: 0;
	margin-right: 15px;
}

input#edit-submitted-q5-1.form-radio, input#edit-submitted-q6-1.form-radio, input#edit-submitted-q7-1.form-radio,
input#edit-submitted-q8-1.form-radio, input#edit-submitted-q9-1.form-radio, input#edit-submitted-q10-1.form-radio {
	margin-top: 30px;
	margin-left: 35px;
}

input#edit-submitted-q5-2.form-radio, input#edit-submitted-q6-2.form-radio, input#edit-submitted-q7-2.form-radio,
input#edit-submitted-q8-2.form-radio, input#edit-submitted-q9-2.form-radio, input#edit-submitted-q10-2.form-radio {
	margin-top: 30px;
	margin-left: 35px;
}

input#edit-submitted-q5-3.form-radio, input#edit-submitted-q6-3.form-radio, input#edit-submitted-q7-3.form-radio,
input#edit-submitted-q8-3.form-radio, input#edit-submitted-q9-3.form-radio, input#edit-submitted-q10-3.form-radio {
	margin-top: 30px;
	margin-left: 8px;
}

input#edit-submitted-q5-4.form-radio, input#edit-submitted-q6-4.form-radio, input#edit-submitted-q7-4.form-radio,
input#edit-submitted-q8-4.form-radio, input#edit-submitted-q9-4.form-radio, input#edit-submitted-q10-4.form-radio {
	margin-top: 30px;
	margin-left: 25px;
}

label[for=edit-submitted-q5], label[for=edit-submitted-q6], label[for=edit-submitted-q7], label[for=edit-submitted-q8],
label[for=edit-submitted-q9], label[for=edit-submitted-q10] {
	width: 100%;
}

div#edit-submitted-q5.form-radios, div#edit-submitted-q6.form-radios, div#edit-submitted-q7.form-radios,
div#edit-submitted-q8.form-radios, div#edit-submitted-q9.form-radios, div#edit-submitted-q10.form-radios {
	display: block;
	position: relative;
	margin-bottom: 10px;
}

div.form-item.webform-component.webform-component-radios.webform-component--Q6>div.description {
	margin-top: 20px;
	font-size:9px;
	font-weight: 200;
}

}

@media (max-width: 768px) {
    .post {
        margin-left: 0;
    }
    .post .post-meta {
        display: block;
        margin: 10px 0 20px 19px;
        width: 100%;
        position: relative;
        left: 0;
        padding-left: 10px;
    }
    .post .post-meta h5, .post .post-meta span {
        display: inline;
    }
    .post .post-meta span {
        margin-right: 13px;
        padding-left: 5px;
    }
    .post .post-meta .post-icon {
        display: none;
    }

    .post .post-title {
    font-size: 22px;
    line-height: 20px;
    padding: 30px;
    }

    .page-press-releases .view-press-releases .post-content p {
    	margin-top: 0;
    }
}
/*
    BLOG AUTHOR
*/
 .post-author {
    padding: 0 20px 40px 20px;
    border: 1px solid #EDEDED;
    position: relative;
    background: #f5f5f5;
}
.post-author .blog-author-content {
    position: relative;
    display: block;
}
.post-author figure {
    width: 120px;
    position: relative;
}
.post-author .blog-author-info {
    margin-left: 120px;
    position: absolute;
    top: 0;
}
.post-author .media-heading a {
    color: #111;
}
.post-author .blog-author-info p {
    position: relative;
}
/* BLOG COMMENTS */
 .blog-comments > h2 span {
    font-size: 13px;
    display: block;
    margin-top: 10px;
}
.blog-comments form {
    margin-bottom: 40px;
}
.blog-comments .blog-comment-content figure img {
    border-radius: 50%;
    width: 75px;
    height: auto;
}
.blog-comments .blog-comment-content .comment-meta {
    display: block;
}
.blog-comments .blog-comment-content .comment-meta .media-heading {
    display: inline-block;
}
.blog-comments .blog-comment-content .comment-meta .in-reply, .blog-comments .blog-comment-content .comment-meta span.time {
    font-size: 12px;
    padding-left:15px;
}
.blog-comments .blog-comment-content .comment-meta .comment-extra {
    display: inline-block;
}
.blog-comments .blog-comment-content .media-list li {
    padding: 15px;
}
.blog-comments .blog-comment-content .media-list li:nth-child(2n+1) {
    background: #f5f5f5;
}
.blog-comments .blog-comment-content .media-body .media-heading a {
    color: #111;
    padding-bottom: 1px;
    border-bottom: 1px dotted #85939b;
}
/*
    WIDGET
*/
 .widget {
    display: block;
    margin-bottom: 40px;
    text-align: left;
}
.widget .widget-title {
    margin-top: 0;
    font-size: 16px;
    font-weight: 700;
}
.widget ul {
    padding: 0;
    margin: 0;
}
.widget ul li {
    list-style: none;
}
.widget .input-default {
    border-radius: 3px;
    padding: 3px;
    border:none;
    display: inline-block;
}
.audio-wrapper {
    width: 90%;
    left: 5%;
    top: 80%;
    float: left;
    clear: both;
    position: absolute;
    background: #474747;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ3NDc0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNjM2MzYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #474747 0%, #363636 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #474747), color-stop(100%, #363636));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #474747 0%, #363636 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #474747 0%, #363636 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #474747 0%, #363636 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #474747 0%, #363636 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#474747', endColorstr='#363636', GradientType=0);
    /* IE6-8 */
    height: 50px;
    box-shadow: 0px 0px 3px #1E1E1E;
    -webkit-box-shadow: 0px 0px 3px #1e1e1e;
}
.audio-wrapper > div {
    box-shadow: inset 1px 1px 1px #5F5F5F;
    padding-bottom: 10px;
}


.mejs-offscreen{
/* Accessibility: hide screen reader texts (and prefer "top" for RTL languages). */
	position: absolute !important;
	top: -10000px;
	left: -10000px;
	overflow: hidden;
	width: 1px;
	height: 1px;
}

.mejs-container {
	position: relative;
	background: #000;
	font-family: Helvetica, Arial;
	text-align: left;
	vertical-align: top;
	text-indent: 0;
	margin-left: auto;
	margin-right: auto;
}

.me-plugin {
	position: absolute;
}

.mejs-embed, .mejs-embed body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #000;
	overflow: hidden;
}

.mejs-fullscreen {
	/* set it to not show scroll bars so 100% will work */
	overflow: hidden !important;
}

.mejs-container-fullscreen {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 1000;
}
.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
	width: 100%;
	height: 100%;
}

.mejs-clear {
	clear: both;
}

/* Start: LAYERS */
.mejs-background {
	position: absolute;
	top: 0;
	left: 0;
}

.mejs-mediaelement {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mejs-poster {
	position: absolute;
	top: 0;
	left: 0;
	background-size: contain ;
	background-position: 50% 50% ;
	background-repeat: no-repeat ;
}
:root .mejs-poster img {
	display: none ;
}

.mejs-poster img {
	border: 0;
	padding: 0;
	border: 0;
}

.mejs-overlay {
	position: absolute;
	top: 0;
	left: 0;
}

.mejs-overlay-play {
	cursor: pointer;
}

.mejs-overlay-button {
	position: absolute;
	top: 45%;
	left: 50%;
	width: 100px;
	height: 100px;
	/*margin: -80px 0 0 -80px;*/
	background: url("http://www.isquare.gr/node/video/control_play.png") no-repeat;
}

.no-svg .mejs-overlay-button {
	background-image: url("http://www.isquare.gr/node/video/control_play.png");
}

.mejs-overlay:hover .mejs-overlay-button {
	background-image: url("http://www.isquare.gr/node/video/control_hover.png") no-repeat;
}

.mejs-overlay-loading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin: -40px 0 0 -40px;
	background: #333;
	background: url(background.png);
	background: rgba(0, 0, 0, 0.9);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.9)), to(rgba(0,0,0,0.9)));
	background: -webkit-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
	background: -moz-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
	background: -o-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
	background: -ms-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
	background: linear-gradient(rgba(50,50,50,0.9), rgba(0,0,0,0.9));
}

.mejs-overlay-loading span {
	display: block;
	width: 80px;
	height: 80px;
	background: transparent url(../images/loading.gif) 50% 50% no-repeat;
}

/* End: LAYERS */

/* Start: CONTROL BAR */
.mejs-container .mejs-controls {
	position: absolute;
	list-style-type: none;
	margin: 0;
	padding: 0;
	bottom: 0;
	left: 0;
	background: url(../images/background.png);
	background: rgba(0, 0, 0, 0.7);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.7)), to(rgba(0,0,0,0.7)));
	background: -webkit-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: -moz-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: -o-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: -ms-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: linear-gradient(rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	height: 30px;
	width: 100%;
}
.mejs-container .mejs-controls  div {
	list-style-type: none;
	background-image: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 26px;
	height: 26px;
	font-size: 11px;
	line-height: 11px;
	font-family: Helvetica, Arial;
	border: 0;
}

.mejs-controls .mejs-button button {
	cursor: pointer;
	display: block;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
	margin: 7px 5px;
	padding: 0;
	position: absolute;
	height: 16px;
	width: 16px;
	border: 0;
	background: transparent url(../images/controls.svg) no-repeat;
}

.no-svg .mejs-controls .mejs-button button {
	background-image: url(../images/controls.png);
}

	/* :focus for accessibility */
.mejs-controls .mejs-button button:focus {
	outline: dotted 1px #999;
}

/* End: CONTROL BAR */

/* Start: Time (Current / Duration) */
.mejs-container .mejs-controls .mejs-time {
	color: #fff;
	display: block;
	height: 17px;
	width: auto;
	padding: 10px 3px 0 3px ;
	overflow: hidden;
	text-align: center;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.mejs-container .mejs-controls .mejs-time a {
	color: #fff;
	font-size: 11px;
	line-height: 12px;
	display: block;
	float: left;
	margin: 1px 2px 0 0;
	width: auto;
}
/* End: Time (Current / Duration) */

/* Start: Play/Pause/Stop */
.mejs-controls .mejs-play button {
	background-position: 0 0;
}

.mejs-controls .mejs-pause button {
	background-position: 0 -16px;
}

.mejs-controls .mejs-stop button {
	background-position: -112px 0;
}
/* Start: Play/Pause/Stop */

/* Start: Progress Bar */
.mejs-controls div.mejs-time-rail {
	direction: ltr;
	width: 200px;
	padding-top: 5px;
}

.mejs-controls .mejs-time-rail span, .mejs-controls .mejs-time-rail a {
	display: block;
	position: absolute;
	width: 180px;
	height: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
	margin: 5px;
	background: #333;
	background: rgba(50,50,50,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30,30,30,0.8)), to(rgba(60,60,60,0.8)));
	background: -webkit-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: -moz-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: -o-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: -ms-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: linear-gradient(rgba(30,30,30,0.8), rgba(60,60,60,0.8));
}

.mejs-controls .mejs-time-rail .mejs-time-buffering {
	width: 100%;
	background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	-webkit-background-size: 15px 15px;
	-moz-background-size: 15px 15px;
	-o-background-size: 15px 15px;
	background-size: 15px 15px;
	-webkit-animation: buffering-stripes 2s linear infinite;
	-moz-animation: buffering-stripes 2s linear infinite;
	-ms-animation: buffering-stripes 2s linear infinite;
	-o-animation: buffering-stripes 2s linear infinite;
	animation: buffering-stripes 2s linear infinite;
}

@-webkit-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@-moz-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@-ms-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@-o-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }

.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #3caac8;
	background: rgba(60,170,200,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(44,124,145,0.8)), to(rgba(78,183,212,0.8)));
	background: -webkit-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));
	background: -moz-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));
	background: -o-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));
	background: -ms-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));
	background: linear-gradient(rgba(44,124,145,0.8), rgba(78,183,212,0.8));
	width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
	background: #fff;
	background: rgba(255,255,255,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.9)), to(rgba(200,200,200,0.8)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: -moz-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: -o-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: -ms-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: linear-gradient(rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
	display: none;
	position: absolute;
	margin: 0;
	width: 10px;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	border: solid 2px #333;
	top: -2px;
	text-align: center;
}

.mejs-controls .mejs-time-rail .mejs-time-float {
	position: absolute;
	display: none;
	background: #eee;
	width: 36px;
	height: 17px;
	border: solid 1px #333;
	top: -26px;
	margin-left: -18px;
	text-align: center;
	color: #111;
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
	margin: 2px;
	width: 30px;
	display: block;
	text-align: center;
	left: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	line-height: 0;
	border: solid 5px #eee;
	border-color: #eee transparent transparent transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	top: 15px;
	left: 13px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
	width: 48px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
	width: 44px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
	left: 18px;
}

/*
.mejs-controls .mejs-time-rail:hover .mejs-time-handle {
	visibility:visible;
}
*/
/* End: Progress Bar */

/* Start: Fullscreen */
.mejs-controls .mejs-fullscreen-button button {
	background-position: -32px 0;
}

.mejs-controls .mejs-unfullscreen button {
	background-position: -32px -16px;
}
/* End: Fullscreen */


/* Start: Mute/Volume */
.mejs-controls .mejs-volume-button {
}

.mejs-controls .mejs-mute button {
	background-position: -16px -16px;
}

.mejs-controls .mejs-unmute button {
	background-position: -16px 0;
}

.mejs-controls .mejs-volume-button {
	position: relative;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider {
	display: none;
	height: 115px;
	width: 25px;
	background: url(background.png);
	background: rgba(50, 50, 50, 0.7);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	top: -115px;
	left: 0;
	z-index: 1;
	position: absolute;
	margin: 0;
}

.mejs-controls .mejs-volume-button:hover {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

/*
.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
	display: block;
}
*/

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
	position: absolute;
	left: 11px;
	top: 8px;
	width: 2px;
	height: 100px;
	background: #ddd;
	background: rgba(255, 255, 255, 0.5);
	margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
	position: absolute;
	left: 11px;
	top: 8px;
	width: 2px;
	height: 100px;
	background: #ddd;
	background: rgba(255, 255, 255, 0.9);
	margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
	position: absolute;
	left: 4px;
	top: -3px;
	width: 16px;
	height: 6px;
	background: #ddd;
	background: rgba(255, 255, 255, 0.9);
	cursor: N-resize;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	margin: 0;
}

/* horizontal version */
.mejs-controls a.mejs-horizontal-volume-slider {
	height: 26px;
	width: 56px;
	position: relative;
    display: block;
    float: left;
    vertical-align: middle;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	position: absolute;
	left: 0;
	top: 11px;
	width: 50px;
	height: 8px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #333;
	background: rgba(50,50,50,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30,30,30,0.8)), to(rgba(60,60,60,0.8)));
	background: -webkit-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: -moz-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: -o-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: -ms-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: linear-gradient(rgba(30,30,30,0.8), rgba(60,60,60,0.8));
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	position: absolute;
	left: 0;
	top: 11px;
	width: 50px;
	height: 8px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
	background: rgba(255,255,255,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.9)), to(rgba(200,200,200,0.8)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: -moz-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: -o-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: -ms-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: linear-gradient(rgba(255,255,255,0.9), rgba(200,200,200,0.8));
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
	display: none;
}

/* End: Mute/Volume */

/* Start: Track (Captions and Chapters) */
.mejs-controls .mejs-captions-button {
	position: relative;
}

.mejs-controls .mejs-captions-button button {
	background-position: -48px 0;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector {
	visibility: hidden;
	position: absolute;
	bottom: 26px;
	right: -51px;
	width: 85px;
	height: 100px;
	background: url(background.png);
	background: rgba(50,50,50,0.7);
	border: solid 1px transparent;
	padding: 10px 10px 0 10px;
	overflow: hidden;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

/*
.mejs-controls .mejs-captions-button:hover  .mejs-captions-selector {
	visibility: visible;
}
*/

.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none !important;
	overflow: hidden;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
	margin: 0 0 6px 0;
	padding: 0;
	list-style-type: none !important;
	display: block;
	color: #fff;
	overflow: hidden;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
	clear: both;
	float: left;
	margin: 3px 3px 0 5px;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
	width: 55px;
	float: left;
	padding: 4px 0 0 0;
	line-height: 15px;
	font-family: helvetica, arial;
	font-size: 10px;
}

.mejs-controls .mejs-captions-button .mejs-captions-translations {
	font-size: 10px;
	margin: 0 0 5px 0;
}

.mejs-chapters {
	position: absolute;
	top: 0;
	left: 0;
	-xborder-right: solid 1px #fff;
	width: 10000px;
	z-index: 1;
}

.mejs-chapters .mejs-chapter {
	position: absolute;
	float: left;
	background: #222;
	background: rgba(0, 0, 0, 0.7);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.7)), to(rgba(0,0,0,0.7)));
	background: -webkit-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: -moz-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: -o-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: -ms-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: linear-gradient(rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232,endColorstr=#000000);
	overflow: hidden;
	border: 0;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block {
	font-size: 11px;
	color: #fff;
	padding: 5px;
	display: block;
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	cursor: pointer;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
	border-right: none;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
	background: #666;
	background: rgba(102,102,102, 0.7);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(102,102,102,0.7)), to(rgba(50,50,50,0.6)));
	background: -webkit-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	background: -moz-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	background: -o-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	background: -ms-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	background: linear-gradient(rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666,endColorstr=#323232);
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
	font-size: 12px;
	font-weight: bold;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 0 3px 0;
	line-height: 12px;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
	font-size: 12px;
	line-height: 12px;
	margin: 3px 0 4px 0;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.mejs-captions-layer {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align:center;
	line-height: 20px;
	font-size: 16px;
	color: #fff;
}

.mejs-captions-layer  a {
	color: #fff;
	text-decoration: underline;
}

.mejs-captions-layer[lang=ar] {
	font-size: 20px;
	font-weight: normal;
}

.mejs-captions-position {
	position: absolute;
	width: 100%;
	bottom: 15px;
	left: 0;
}

.mejs-captions-position-hover {
	bottom: 35px;
}

.mejs-captions-text {
	padding: 3px 5px;
	background: url(background.png);
	background: rgba(20, 20, 20, 0.5);
	white-space: pre-wrap;
}
/* End: Track (Captions and Chapters) */

/* Start: Error */
.me-cannotplay {
}

.me-cannotplay a {
	color: #fff;
	font-weight: bold;
}

.me-cannotplay span {
	padding: 15px;
	display: block;
}
/* End: Error */


/* Start: Loop */
.mejs-controls .mejs-loop-off button {
	background-position: -64px -16px;
}

.mejs-controls .mejs-loop-on button {
	background-position: -64px 0;
}

/* End: Loop */

/* Start: backlight */
.mejs-controls .mejs-backlight-off button {
	background-position: -80px -16px;
}

.mejs-controls .mejs-backlight-on button {
	background-position: -80px 0;
}
/* End: backlight */

/* Start: Picture Controls */
.mejs-controls .mejs-picturecontrols-button {
	background-position: -96px 0;
}
/* End: Picture Controls */


/* context menu */
.mejs-contextmenu {
	position: absolute;
	width: 150px;
	padding: 10px;
	border-radius: 4px;
	top: 0;
	left: 0;
	background: #fff;
	border: solid 1px #999;
	z-index: 1001; /* make sure it shows on fullscreen */
}
.mejs-contextmenu .mejs-contextmenu-separator {
	height: 1px;
	font-size: 0;
	margin: 5px 6px;
	background: #333;
}

.mejs-contextmenu .mejs-contextmenu-item {
	font-family: Helvetica, Arial;
	font-size: 12px;
	padding: 4px 6px;
	cursor: pointer;
	color: #333;
}
.mejs-contextmenu .mejs-contextmenu-item:hover {
	background: #2C7C91;
	color: #fff;
}

/* Start: Source Chooser */
.mejs-controls .mejs-sourcechooser-button {
	position: relative;
}

.mejs-controls .mejs-sourcechooser-button button {
	background-position: -128px 0;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
	visibility: hidden;
	position: absolute;
	bottom: 26px;
	right: -10px;
	width: 130px;
	height: 100px;
	background: url(../images/background.png);
	background: rgba(50,50,50,0.7);
	border: solid 1px transparent;
	padding: 10px;
	overflow: hidden;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none !important;
	overflow: hidden;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
	margin: 0 0 6px 0;
	padding: 0;
	list-style-type: none !important;
	display: block;
	color: #fff;
	overflow: hidden;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
	clear: both;
	float: left;
	margin: 3px 3px 0 5px;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
	width: 100px;
	float: left;
	padding: 4px 0 0 0;
	line-height: 15px;
	font-family: helvetica, arial;
	font-size: 10px;
}
/* End: Source Chooser */

/* Start: Postroll */
.mejs-postroll-layer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/background.png);
	background: rgba(50,50,50,0.7);
	z-index: 1000;
	overflow: hidden;
}
.mejs-postroll-layer-content {
	width: 100%;
	height: 100%;
}
.mejs-postroll-close {
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/background.png);
	background: rgba(50,50,50,0.7);
	color: #fff;
	padding: 4px;
	z-index: 100;
	cursor: pointer;
}
/* End: Postroll */


/* Start: Speed */
div.mejs-speed-button {
	width: 46px !important;
	position: relative;
}

.mejs-controls .mejs-button.mejs-speed-button button {
	background: transparent;
	width: 36px;
	font-size: 11px;
	line-height: normal;
	color: #ffffff;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector {
	visibility: hidden;
	position: absolute;
	top: -100px;
	left: -10px;
	width: 60px;
	height: 100px;
	background: url(../images/background.png);
	background: rgba(50, 50, 50, 0.7);
	border: solid 1px transparent;
	padding: 0;
	overflow: hidden;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.mejs-controls .mejs-speed-button:hover > .mejs-speed-selector {
	visibility: visible;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected {
	color: rgba(33, 248, 248, 1);
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none !important;
	overflow: hidden;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li {
	margin: 0 0 6px 0;
	padding: 0 10px;
	list-style-type: none !important;
	display: block;
	color: #fff;
	overflow: hidden;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input {
	clear: both;
	float: left;
	margin: 3px 3px 0 5px;
	display: none;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label {
	width: 60px;
	float: left;
	padding: 4px 0 0 0;
	line-height: 15px;
	font-family: helvetica, arial;
	font-size: 11.5px;
	color: white;
	margin-left: 5px;
	cursor: pointer;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover {
	background-color: rgb(200, 200, 200) !important;
	background-color: rgba(255,255,255,.4) !important;
}
/* End: Speed */

/* Start: Skip Back */

.mejs-controls .mejs-button.mejs-skip-back-button {
	background: transparent url(../images/skipback.png) no-repeat;
	background-position: 3px 3px;
}
.mejs-controls .mejs-button.mejs-skip-back-button button {
	background: transparent;
	font-size: 9px;
	line-height: normal;
	color: #ffffff;
}

/* End: Skip Back */


@media (max-width: 768px) {
    .mejs-controls .mejs-time-rail {
        /*width: 45% !important;*/
        width: 81% !important;
    }
    .mejs-horizontal-volume-slider {
        display: none !important;
    }
    .mejs-controls .mejs-volume-button {
        left: 55%;
    }
}
/* ============== SHORTCODES ============= */

/*
    SKILL BAR
*/
 .skill-bar ul {
    list-style: none;
    padding: 0;
}
.skill-bar ul li {
    height: 35px;
    line-height: 35px;
    width: 100%;
    background: #25292c;
    position: relative;
    margin-bottom: 15px;
}
.skill-bar ul li h5 {
    margin: 0;
    color: #FFF;
    line-height: 35px;
    position: absolute;
    font-weight: 700;
    /*text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.3);*/
}
.skill-bar ul li .bar {
    padding-left: 15px;
    height: 100%;
    background: #4cddf3;
    width: 0%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.skill-bar ul li span {
    position: absolute;
    top: 0;
    right: 20px;
    color: #FFF;
}
/*
    PAGINATION
*/
 .pagination {
    width: 100%;
    padding: 6px;
    border-radius: 0;
}
.pagination .pag-prev a, .pagination .pag-next a {
    background: #4cddf3;
    color: #FFF;
    border-color:#4cddf3;
}
.pagination .pag-prev a:hover, .pagination .pag-next a:hover {
    border-color: #DDD;
}
.pagination li.active a {
    background: #EEE;
    color: #111;
    border-color: #DDD;
    pointer-events: none;
}
.pagination li a {
    margin: 0 3px;
    border-color: #EDEDED;
    color: #111;
    font-size: 13px;
    border-radius: 3px;
    margin: 3px;
}
.pagination li a:hover {
    background: #EEE;
    color: #111;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
/* NEW */
 .fullfilter {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /*background: rgba(37, 41, 44, 0.7);*/
    z-index: 1;
}
.content-home-wrapper {
    z-index: 3;
    position: relative;
    width: 100%;
    height: 100%;
}
.home-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home-wrapper {
    display: block;
    position: relative;
    /*min-height: 200px;*/
    min-height: 350px;
    height: 100%;
    width: 100%;
}

/* COOKIE NOTICE */

.cc-window{opacity:1;transition:opacity 1s ease}
.cc-window.cc-invisible{opacity:0}
.cc-animate.cc-revoke{transition:transform 1s ease}
.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}
.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}
.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}
.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}
.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:12px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}
.cc-window.cc-static{position:static}
.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}
.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}
.cc-revoke{padding:.5em}
.cc-header{font-size:18px;font-weight:700}
.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}
.cc-link{opacity:1;display:inline-block;padding:.2em}
.cc-link:hover{opacity:1}
.cc-link:active,.cc-link:visited{color:initial}
.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}
.cc-banner .cc-btn:last-child{min-width:140px}
.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}
.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}
.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}
.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}
.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}
.cc-revoke.cc-left{left:3em;right:unset}
.cc-revoke.cc-right{right:3em;left:unset}
.cc-top{top:1em}
.cc-left{left:1em}
.cc-right{right:1em}
.cc-bottom{bottom:1em}
.cc-floating>.cc-link{margin-bottom:1em}
.cc-floating .cc-message{display:block;margin-bottom:1em}
.cc-window.cc-floating .cc-compliance{-ms-flex:1;flex:1}
.cc-window.cc-banner{-ms-flex-align:center;align-items:center}
.cc-banner.cc-top{left:0;right:0;top:0}
.cc-banner.cc-bottom{left:0;right:0;bottom:0}
.cc-banner .cc-message{-ms-flex:1;flex:1}
.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}
.cc-compliance>.cc-btn{-ms-flex:1;flex:1}
.cc-btn+.cc-btn{margin-left:.5em}
@media print{
.cc-revoke,.cc-window{display:none}
}
@media screen and (max-width:900px){
.cc-btn{white-space:normal}
}
@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){
.cc-window.cc-top{top:0}
.cc-window.cc-bottom{bottom:0}
.cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}
/*.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column} */
.cc-window.cc-banner{-ms-flex-direction:row;flex-direction:row}
.cc-window.cc-banner .cc-compliance{-ms-flex:1;flex:1}
.cc-window.cc-floating{max-width:none}
.cc-window .cc-message{margin-bottom:1em}
.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}
}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}
.cc-theme-classic .cc-btn{border-radius:5px}
.cc-theme-classic .cc-btn:last-child{min-width:140px}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}
.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}
.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}
.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}

@media screen and (max-width:414px) and (orientation:portrait) {
	.cc-window.cc-floating{flex-direction:row}
	.cc-banner .cc-btn:last-child{min-width:0px}
	.cc-revoke,.cc-window{font-size:10px;}
}
@media screen and (max-width:736px) and (orientation:landscape) {
	.cc-window.cc-floating{flex-direction:row; width:100%}
	.cc-banner .cc-btn:last-child{min-width:0px}
	.cc-revoke,.cc-window{font-size:10px;}
	.cc-floating .cc-message{padding-right:5px;}
}

@media(max-width: 1024px) {
.home-wrapper {
	display: block;
    position: relative;
    /*min-height: 200px;*/
    min-height: 350px;
    width: 100%;
	height:75%;
}
}
.home-video, .platonas-video {
    position: relative;
    height: 100%;
    display: block;
}
.outter {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
/*
-------------------------

    BOOTSTRAP THEMING

-------------------------
*/

/*
    ACCORDION
*/
 .panel-group .panel {
    margin-bottom: 5px;
}
.panel-group p {
    font-size: 16px;
}
.panel-group .panel {
    border:0;
    border-radius: 0;
    margin-top: 0 !important;
}
.panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.panel-heading {
    border-radius: 0;
    border-top:1px solid transparent;
    padding: 0;
}
.panel-default>.panel-heading {
    color: #1A1E22;
    /*background-color: #e5e8eb;*/
    border-bottom: 1px solid #f8a52e;
}
.panel-title {
    font-size: 16px;
    color: inherit;
    font-weight: 700;
    display: block;
}
.panel-title a {
    display: block;
    padding: 20px;
    text-decoration: none;
}
.panel-title a:hover {
    color: #f8a52e;
}
.panel-body {
    background: #FFF;
}
.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 0;
}
/*
    NAV TABS
*/
 .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background: #FFF;
    color: #e5e8eb;
    border-radius: 0;
    webkit-border-radius: 0;
    border-top: 0;
    border-left: none;
    border-bottom: 0;
    border-right: 0;
}
.nav-tabs {
    border-bottom: 0;
    overflow: hidden;
}
@media screen and (max-width: 440px) {
	.navbar .logo {
		/*display: none;*/
		max-width: 255px;
	}

    .nav-tabs li {
        width: 30%;
    }

    .socials {
		padding-top: 5px;
	}

	h3.placement, p.placement {
	text-align: center;
}
}
.nav-tabs > li > a {
    font-family:'Raleway', sans-serif;
    font-size: 16px;
    color: inherit;
    background: #e5e8eb;
    font-weight: 700;
    border-left: none;
    margin: 0;
    margin-right: 5px;
    padding: 15px 20px;
    border-radius: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nav-tabs > li.active:first-child > a:hover {
    border-left: 0;
    border-bottom: 0;
}
.nav-tabs > li > a {
    border-bottom: 1px solid #CCC;
    border:0;
    color: #1A1E22;
}
.nav-tabs > li > a:hover {
    color: #FFF;
    background: #3a3e45;
    border-top: 0;
    border-right: 0;
    border-left: none;
    border:0;
}
.nav-tabs > li:first-child > a {
    border-left: 0;
}
.tab-content {
    background: #FFF;
    padding: 15px;
    border:0;
}
/*
    ALERTS
*/
 .alert {
    border-radius: 0;
    padding: 20px;
    margin-bottom: 10px;
    border:none;
    color: #FFF;
    font-size: 16px;
}
.alert-dismissable .close {
    right: -21px;
    top: -21px;
    width: 31px;
    height: 31px;
    background: #1A1E22;
    color: inherit;
    opacity: 1;
    text-shadow: none;
}
.alert-warning {
    background: #deb14d;
}
.alert-success {
    background: #70bc70;
}
.alert-info {
    background: #52adda;
}
.alert-danger {
    background: #c46868;
}
/*
    TOOLTIP
*/
 .tooltip {
    font-size: 14px;
}
.tooltip-inner {
    padding: 15px 15px;
    border-radius: 0;
    background: #1A1E22;
}
.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #1A1E22;
    border-width: 5px 5px 0;
}
.tooltip.left .tooltip-arrow {
    border-left-color: #1A1E22;
}
.tooltip.right .tooltip-arrow {
    border-right-color: #1A1E22;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #1A1E22;
}
/*
    LABEL
*/
 .label {
    padding: 5px 8px;
    border-radius: 0;
}
.label-warning {
    background: #deb14d;
}
.label-info {
    background: #52adda;
}
.label-success {
    background: #70bc70;
}
.label-danger {
    background: #c46868;
}
/*
    PROGRESS BAR
*/
 .progress {
    height: 25px;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.07);
    box-shadow: none;
	 padding: 10px;

}
.progress-bar {
    /*padding: 20px;*/
}
/*
    PANEL
*/
 .panel {
    border-radius: 0;
}
.panel .panel-heading {
    border-radius: 0;
}
.panel .panel-heading h3 {
    padding: 10px;
}
/*
    TABLE
*/
 .table.table-bordered {
    background: #F4F4F4;
}
/*
    WELL
*/
 .well {
    border-radius: 0;
    background: rgba(0, 0, 0, 0.07);
    border:1px solid #85939b;
}

 .box_survey {
    border-radius: 0;
    background-color: #ffffff;
    border:none;
	padding: 10px;
	-webkit-box-shadow: -2px 10px 35px -8px rgba(143,136,143,0.5);
-moz-box-shadow: -2px 10px 35px -8px rgba(143,136,143,0.5);
box-shadow: -2px 10px 35px -8px rgba(143,136,143,0.5);
	 display: block;
}


/*
    ICON
*/
 .bs-glyphicons {
    margin: 0 -19px 20px -16px;
    overflow: hidden;
}
.bs-glyphicons-list {
    padding-left: 0;
    list-style: none;
}
.bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}
.bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
.bs-glyphicons li {
    float: left;
    width: 25%;
    height: 115px;
    padding: 10px;
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
    border: 1px solid #fff;
    background-color: #f9f9f9;
}

/*
	ADDITION
*/

.edu-section {
	text-align: left;
	padding: 20px;
}

.footer {
	z-index: 100;
	padding-bottom: 5px;
	padding-top: 5px;
}

/*
.pt-page {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}*/

.pt-page {
    width: 80%;
    /*height: 100%; */
    position: absolute;
    top: 50px;
    left: 10%;
    visibility: hidden;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.pt-page-current, .no-js .pt-page {
    visibility: visible;
    z-index: 1;
}

.no-js body {
    overflow: auto;
}

/*
.pt-trigger-container {
    position: absolute;
    width: 300px;
    z-index: 999999;
    left: 50%;
    margin-top: 75px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}*/

.pt-trigger-container {
    position: absolute;
    width: 170px;
    z-index: 999999;
    right: 0;
    top: 0;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.pt-trigger {
    border: none;
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0 10px;
    padding: 0 20px;
    line-height: 40px;
    height: 40px;
    letter-spacing: 1px;
    width: 100%;
    cursor: pointer;
    display: block;
    font-family: Calibri;
    box-shadow: 0 3px 0 rgba(0,0,0,0.3);

}

/* Page Styles */
.pt-page-ontop {
    z-index: 999;
}

.pt-page h1 {
    position: absolute;
    font-weight: 300;
    font-size: 4.4em;
    line-height: 1;
    letter-spacing: 6px;
    margin: 0;
    top: 1%;
    width: 100%;
    text-align: center;
    word-spacing: -0.3em;
}

.pt-page-1 {
    background: #0ac2d2;
}

.pt-page-2 {
    background: #7bb7fa;
}

.pt-page-3 {
    background: #60d7a9;
}

.pt-page-4 {
    background: #fdc162;
}

.pt-page-5 {
    background: #fd6a62;
}

.pt-page-6 {
    background: #f68dbb;
}

/*No Animation Support Message Style*/
.pt-message {
    display: none;
    position: absolute;
    z-index: 99999;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #da475c;
    color: #fff;
    text-align: center;
}

.pt-message p {
    margin: 0;
    line-height: 60px;
    font-size: 26px;
}

.no-cssanimations .pt-message {
    display: block;
}

.container {
	/*margin-bottom: 40px;*/
	margin-top: 20px;
}
@media only screen and (min-width: 1501px)  {
.container-xmas-fluid {
	/*margin-bottom: 40px;*/
	margin: 0 auto;
	background-image: url("http://www.isquare.gr/sites/all/libraries/uikit/images/xmas_bg.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	padding-top: 830px;
}
}

@media only screen and (min-width: 1201px) and (max-width: 1500px) {
.container-xmas-fluid {
	/*margin-bottom: 40px;*/
	margin: 0 auto;
	background-image: url("http://www.isquare.gr/sites/all/libraries/uikit/images/xmas_bg.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	padding-top: 400px;
}
}

@media screen and (max-width: 1200px){
.container-xmas-fluid {
	/*margin-bottom: 40px;*/
	margin: 0 auto;
	background-image: url("http://www.isquare.gr/sites/all/libraries/uikit/images/xmas_bg.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	padding-top: 300px;
}
}


@media only screen and (max-width: 600px) and (min-width: 400px)  {
	.container-xmas-fluid {
	/*margin-bottom: 40px;*/
	margin: 0 auto;
	background-image: url("http://www.isquare.gr/sites/all/libraries/uikit/images/xmas_bg.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	padding-top: 200px;
}}
.container-for-forms {
	/*margin-bottom: 40px;*/
	margin-top: 20px;
	background-color: #cccccc;
}

#load {
    display: none;
    position: absolute;
    right: 10px;
    top: 10px;
    background: url(images/ajax-loader.gif);
    width: 43px;
    height: 11px;
    text-indent: -9999em;
}

.outer-container {
	background-color: #fff;
}

.inner-container {
  background-color: #ecf0f1;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 0 32px;
}
#map-canvas {
  margin: 0 auto;
  width: 95%;
  height: 600px;
}

.filter-container-lg h2 {
  border-bottom: 1px solid #cfcfcf;
  margin: 0 0 10px;
  padding: 5px 10px;
}
.filter-container-sm h2 {
	margin: 0 0 1em;
	border-bottom: 1px solid #ccc;
}
.filter-options {
  padding: 10px;
}
.iw img {
  border-radius: 2px;
  float: left;
  margin-right: 8px;
}
.iw-text {
  font-size: 1.4em;
  float: left;
}
.filter-set {
  margin: 1.5em 0;
}
#st-trigger-effects button {
	margin: 0 2.5%;
}

/* Clearfix */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.cf:after {
    clear: both;
}
.cf {
    /**zoom: 1;*/
}

div.blog-image {
	/*width: 758px;*/
	/*width: 1222px;*/
}

.node-blog-entry .post-content {
	padding: 10px 150px;
}
#blog .post figure img {
	/*width: 758px;*/
	height: auto;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top:42px;
}

.post .blog-image {
	margin-left: auto;
	margin-right: auto;
}

.publisher {
	width: 100%;
}

.publisher span {
	float: left;
}

.tab-nav ul {
  position: relative;
  float: left;
  width: 1600px;
  margin-left: 535px;
  padding-left: 0;
  list-style-type: none;
  background-color: #fff;
}
.tab-nav li {
  float: left;
  clear: left;
}
 
.tab-nav a {
  display: block;
  width: 74px;
  border-right: 1px solid #ddd;
  height: 25px;
  line-height: 24px;
  float: left;
  text-align: center;
  text-decoration: none;
  color: #000;
  background:  url(tab-slide.png) no-repeat 2px -194px;
}
.tab-nav a.expanded {
  background-position: 2px -244px;
}
/* second-level overrides */
.tab-nav ul ul {
  float: left;
  background-color: #333;
  width: auto;
  margin-left: 0;
}
.tab-nav li li {clear: none;}
.tab-nav li li a { color: #fff; width: 100px; background-image: none;}

/* slide in menu */
.bt-menu {
	position: fixed;
	/*position: absolute;*/
	/*top: 0;*/
	top: 62px;
	left: 0;
	width: 100%;
	height: 0;
	border-width: 0px;
	border-style: solid;
	border-color: #333;
	/*background-color: rgba(0,0,0,0);*/
	background-color: rgba(f,f,f,f);
	-webkit-backface-visibility: hidden;
	-webkit-transition: border-width 0.3s, background-color 0.3s, height 0s 0.3s;
	transition: border-width 0.3s, background-color 0.3s, height 0s 0.3s;
	z-index: 100;
}

.bt-menu.bt-menu-open {
	/*height: 100%;
	border-width: 30px 30px 90px 30px;*/

	height: 10%;
	/*border-width: 120px 0px 0px 0px;*/

	/*background-color: rgba(0,0,0,0.3);*/
	-webkit-transition: border-width 0.3s, background-color 0.3s;
	transition: border-width 0.3s, background-color 0.3s;
	/*background-image: url('../images/minus_icon.jpg');*/
	background-color: #fff;
}

.bt-overlay {
	position: absolute;
	width: 100%;
	/*z-index: 5;*/
}

.bt-menu-open .bt-overlay {
	height: 100%;
}

.bt-menu-trigger {
	position: fixed;
	top: 62px;
	/*left: 50%;*/
	right: 0%;
	z-index: 101;
	display: block;
	margin-left: -25px;
	/*width: 50px;
	height: 50px;*/
	width: 70px;
	height: 63px;
	cursor: pointer;
	background-image: url('../images/plus_icon.png');
	display: none;
}

.bt-menu-open .bt-menu-trigger {
	background-image: url('../images/minus_icon.png');
}

.bt-menu-trigger span {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	height: 8%;
	/*background-color: #000;*/
	font-size: 0px;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/*background-image: url('../images/plus_icon.jpg');*/
}

.bt-menu-open .bt-menu-trigger span {
	/*background-color: #f8a52e;*/
}

.bt-menu-trigger span:before,
.bt-menu-trigger span:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: #000;*/
	content: '';
	-webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
	transition: transform 0.3s, background-color 0.3s;
}

.bt-menu-trigger span:before {
	-webkit-transform: translateY(-250%);
	transform: translateY(-250%);
}

.bt-menu-trigger span:after {
	-webkit-transform: translateY(250%);
	transform: translateY(250%);
}

.bt-menu-open .bt-menu-trigger span:before,
.bt-menu-open .bt-menu-trigger span:after {
	/*background-color: #f8a52e;*/
	/*background-image: url('../images/minus_icon.jpg');*/
}

.bt-menu-open .bt-menu-trigger span:before {
	-webkit-transform: translateY(-350%);
	transform: translateY(-350%);
}

.bt-menu-open .bt-menu-trigger span:after {
	-webkit-transform: translateY(350%);
	transform: translateY(350%);
}

.bt-menu ul {
	/*position: fixed;*/
	position: absolute;
	top: 0px;
	/*top: 60px;*/
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	text-align: center;
	white-space: nowrap;
	height: 0;
	-webkit-transition: height 0s 0.3s;
	transition: height 0s 0.3s;
}

.bt-menu.bt-menu-open ul {
	height: 100px;
	/*height: 135px;*/
	-webkit-transition: none;
	transition: none;
	z-index: 99;
	/*background-color: #3d3d3d;*/
	background-color: #fff;
	/*top: 60px;
	padding-top:10px;*/

}

.bt-menu ul li,
.bt-menu ul li a {
	text-align: center;
}

.bt-menu ul li {
	display: inline-block;
	padding-right:50px;
	margin: 0 2%;
	/*width: 5%;*/
	width: 2%;
	height: 50px;
	line-height: 100px;
	/*height: 135px;
	line-height: 135px;*/
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

.bt-menu ul li:nth-child(3) {
	/*margin-right: 70px;*/
}

.bt-menu ul li:nth-child(4) {
	/*margin-left: 70px;*/
}

.bt-menu.bt-menu-open ul li {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.bt-menu.bt-menu-open ul li:first-child,
.bt-menu.bt-menu-open ul li:last-child {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.bt-menu.bt-menu-open ul li:nth-child(2),
.bt-menu.bt-menu-open ul li:nth-last-child(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.bt-menu.bt-menu-open ul li:nth-child(3),
.bt-menu.bt-menu-open ul li:nth-last-child(3) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

.bt-menu ul li a {
	display: block;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.15em;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.bt-menu ul li a:before {
	display: none;
	font-size: 32px;
}

.bt-menu ul li a:hover,
.bt-menu ul li a:focus {
	color: #2980b9;
}

@media screen and (max-width: 65.1em) {
	.bt-menu ul li a {
		font-size: 90%;
	}
}

@media screen and (max-width: 55.5em) {
	.bt-menu ul li {
		margin: 0 15px;
	}

	.bt-menu ul li a {
		font-size: 0px;
	}

	.bt-menu ul li a:before {
		display: block;
	}
}

@media screen and (max-width: 32em) {
	.bt-menu-trigger {
		width: 40px;
		margin-left: -20px;
	}

	.bt-menu ul li {
		margin: 0 2%;
	}

	.bt-menu ul li:nth-child(3) {
		margin-right: 50px;
	}

	.bt-menu ul li:nth-child(4) {
		margin-left: 50px;
	}

	.bt-menu ul li a:before {
		font-size: 24px;
	}
}


/* EFFECT 3 */

.st-content {
	overflow-y: scroll;
	background: #f3efe0;
}

.st-content,
.st-content-inner {
	position: relative;
}

.st-container {
	position: relative;
	overflow: hidden;
}

.st-pusher {
	position: relative;
	left: 0;
	z-index: 99;
	height: 100%;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.st-pusher::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	background: rgba(0,0,0,0.2);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

.st-menu-open .st-pusher::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.st-menu {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	visibility: hidden;
	width: 300px;
	height: 100%;
	background: #48a770;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.st-menu::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	content: '';
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.st-menu-open .st-menu::after {
	width: 0;
	height: 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

/* content style */

.st-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.st-menu h2 {
	margin: 0;
	padding: 1em;
	color: rgba(0,0,0,0.4);
	text-shadow: 0 0 1px rgba(0,0,0,0.1);
	font-weight: 300;
	font-size: 2em;
}

.st-menu ul li a {
	display: block;
	padding: 1em 1em 1em 1.2em;
	outline: none;
	box-shadow: inset 0 -1px rgba(0,0,0,0.2);
	color: #f3efe0;
	text-transform: uppercase;
	text-shadow: 0 0 1px rgba(255,255,255,0.1);
	letter-spacing: 1px;
	font-weight: 400;
	-webkit-transition: background 0.3s, box-shadow 0.3s;
	transition: background 0.3s, box-shadow 0.3s;
}

.st-menu ul li:first-child a {
	box-shadow: inset 0 -1px rgba(0,0,0,0.2), inset 0 1px rgba(0,0,0,0.2);
}

.st-menu ul li a:hover {
	background: rgba(0,0,0,0.2);
	box-shadow: inset 0 -1px rgba(0,0,0,0);
	color: #fff;
}

/* Individual effects */

/* Effect 1: Slide in on top */
.st-effect-1.st-menu {
	visibility: visible;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.st-effect-1.st-menu-open .st-effect-1.st-menu {
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.st-effect-1.st-menu::after {
	display: none;
}

/* Effect 2: Reveal */
.st-effect-2.st-menu-open .st-pusher {
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}

.st-effect-2.st-menu {
	z-index: 1;
}

.st-effect-2.st-menu-open .st-effect-2.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.st-effect-2.st-menu::after {
	display: none;
}

/* Effect 3: Push*/
.st-effect-3.st-menu-open .st-pusher {
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}

.st-effect-3.st-menu {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.st-effect-3.st-menu-open .st-effect-3.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.st-effect-3.st-menu::after {
	display: none;
}

/* Effect 4: Slide along */
.st-effect-4.st-menu-open .st-pusher {
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}

.st-effect-4.st-menu {
	z-index: 1;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
}

.st-effect-4.st-menu-open .st-effect-4.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.st-effect-4.st-menu::after {
	display: none;
}

/* Effect 5: Reverse slide out */
.st-effect-5.st-menu-open .st-pusher {
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}

.st-effect-5.st-menu {
	z-index: 1;
	-webkit-transform: translate3d(50%, 0, 0);
	transform: translate3d(50%, 0, 0);
}

.st-effect-5.st-menu-open .st-effect-5.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* Effect 6: Rotate pusher */

.st-effect-6.st-container {
	-webkit-perspective: 1500px;
	perspective: 1500px;
}

.st-effect-6 .st-pusher {
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.st-effect-6.st-menu-open .st-pusher {
	-webkit-transform: translate3d(300px, 0, 0) rotateY(-15deg);
	transform: translate3d(300px, 0, 0) rotateY(-15deg);
}

.st-effect-6.st-menu {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.st-effect-6.st-menu-open .st-effect-6.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(-100%, 0, 0) rotateY(15deg);
	transform: translate3d(-100%, 0, 0) rotateY(15deg);
}

.st-effect-6.st-menu::after {
	display: none;
}

/* Effect 7: 3D rotate in */

.st-effect-7.st-container {
	-webkit-perspective: 1500px;
	perspective: 1500px;
	-webkit-perspective-origin: 0% 50%;
	perspective-origin: 0% 50%;
}

.st-effect-7 .st-pusher {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.st-effect-7.st-menu-open .st-pusher {
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}

.st-effect-7.st-menu {
	-webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg);
	transform: translate3d(-100%, 0, 0) rotateY(-90deg);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.st-effect-7.st-menu-open .st-effect-7.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
	transform: translate3d(-100%, 0, 0) rotateY(0deg);
}

/* Effect 8: 3D rotate out */

.st-effect-8.st-container {
	-webkit-perspective: 1500px;
	perspective: 1500px;
	-webkit-perspective-origin: 0% 50%;
	perspective-origin: 0% 50%;
}

.st-effect-8 .st-pusher {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.st-effect-8.st-menu-open .st-pusher {
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}

.st-effect-8.st-menu {
	-webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg);
	transform: translate3d(-100%, 0, 0) rotateY(90deg);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.st-effect-8.st-menu-open .st-effect-8.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
	transform: translate3d(-100%, 0, 0) rotateY(0deg);
}

.st-effect-8.st-menu::after {
	display: none;
}

/* Effect 9: Scale down pusher */

.st-effect-9.st-container {
	-webkit-perspective: 1500px;
	perspective: 1500px;
}

.st-effect-9 .st-pusher {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.st-effect-9.st-menu-open .st-pusher {
	-webkit-transform: translate3d(0, 0, -300px);
	transform: translate3d(0, 0, -300px);
}

.st-effect-9.st-menu {
	opacity: 1;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.st-effect-9.st-menu-open .st-effect-9.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.st-effect-9.st-menu::after {
	display: none;
}

/* Effect 10: Scale up */

.st-effect-10.st-container {
	-webkit-perspective: 1500px;
	perspective: 1500px;
	-webkit-perspective-origin: 0% 50%;
	perspective-origin: 0% 50%;
}

.st-effect-10.st-menu-open .st-pusher {
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}

.st-effect-10.st-menu {
	z-index: 1;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, -300px);
	transform: translate3d(0, 0, -300px);
}

.st-effect-10.st-menu-open .st-effect-10.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* Effect 11: Scale and rotate pusher */

.st-effect-11.st-container {
	-webkit-perspective: 1500px;
	perspective: 1500px;
}

.st-effect-11 .st-pusher {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.st-effect-11.st-menu-open .st-pusher {
	-webkit-transform: translate3d(100px, 0, -600px) rotateY(-20deg);
	transform: translate3d(100px, 0, -600px) rotateY(-20deg);
}

.st-effect-11.st-menu {
	opacity: 1;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.st-effect-11.st-menu-open .st-effect-11.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.st-effect-11.st-menu::after {
	display: none;
}

/* Effect 12: Open door */

.st-effect-12.st-container {
	-webkit-perspective: 1500px;
	perspective: 1500px;
}

.st-effect-12 .st-pusher {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.st-effect-12.st-menu-open .st-pusher {
	-webkit-transform: rotateY(-10deg);
	transform: rotateY(-10deg);
}

.st-effect-12.st-menu {
	opacity: 1;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.st-effect-12.st-menu-open .st-effect-12.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.st-effect-12.st-menu::after {
	display: none;
}

/* Effect 13: Fall down */

.st-effect-13.st-container {
	-webkit-perspective: 1500px;
	perspective: 1500px;
	-webkit-perspective-origin: 0% 50%;
	perspective-origin: 0% 50%;
}

.st-effect-13.st-menu-open .st-pusher {
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}

.st-effect-13.st-menu {
	z-index: 1;
	opacity: 1;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}

.st-effect-13.st-menu-open .st-effect-13.st-menu {
	visibility: visible;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition-speed: 0.2s;
	transition-speed: 0.2s;
}

/* Effect 14: Delayed 3D rotate */

.st-effect-14.st-container {
	-webkit-perspective: 1500px;
	perspective: 1500px;
	-webkit-perspective-origin: 0% 50%;
	perspective-origin: 0% 50%;
}

.st-effect-14 .st-pusher {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.st-effect-14.st-menu-open .st-pusher {
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}

.st-effect-14.st-menu {
	-webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg);
	transform: translate3d(-100%, 0, 0) rotateY(90deg);
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.st-effect-14.st-menu-open .st-effect-14.st-menu {
	visibility: visible;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	-webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
	transform: translate3d(-100%, 0, 0) rotateY(0deg);
}

/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
.no-csstransforms3d .st-pusher,
.no-js .st-pusher {
	padding-left: 300px;
}

.placement {
	text-align: right;
}

.tab-techs {
	z-index: 101;
}

.edu-mac img{
	margin-left: auto;
	margin-right: auto;
}

.processor_techspecs{
	padding-left: 16px; padding-right: 16px
}
.memo_techspecs{
	padding-left: 12px; padding-right: 12px
}

.storebox{
	background-color:#f2f2f2;
	margin-top:20px;
}
.marleft{
	margin-left:5px;
	font-size:13px;
}
.marleft2{
	margin-left:5px;
	font-size:16px;
}
.marleft3{
	margin-left:15px;
	font-size:13px;
}
.linkbold{
	font-weight:bold;
}

.iphone-mac img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.node-type-support-topic .container {
	margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
	.allpad {
		padding-left:180px;
		padding-right:180px;
	}
	.pads{
		padding-left:55px;
		padding-right:55px;
	}
	.pads3{
		padding:0 0 27px 0;
		background-color:#f2f2f2;
		width:83%;
	}
	.pads2{
		padding-left:95px;
		padding-right:95px;
		margin-left:20px;
	}
	.pads_bigger{
		padding-left:100px;
		padding-right:100px;
	}
	.pads_support{
		padding-left:80px;
		padding-right:80px;
	}
	.pads_contact{
		margin-top:50px;
		/*padding-left:240px;
		padding-right:120px;*/
}
.post .post-meta {
    /*width: 100px;
    position: absolute;*/
    top: 0;
    float: right;
}
.post .post-meta .post-icon {
    width: 50px;
    height: 50px;
    color: #FFF;
    font-size: 24px;
    text-align: center;
    line-height: 53px;
    background: #25292c;
    display: inline-block;
    margin-bottom: 12px;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.post .post-meta .post-icon:hover {
    background: #4cddf3;
}
.post .post-meta h5 {
    font-size: 13px;
    margin-bottom: 3px;
    margin-top: 5px;
    font-weight: 700;
}
.post .post-meta span {
    font-size: 13px;
    font-weight: 300;
}
.post .post-meta span a {
    color: #4cddf3;
}
.post .post-title {
    font-size: 22px;
    line-height: 20px;
}
.post .post-title a {
	font-weight:bold;
}
.post .post-title a:hover {
    color: #CCC;
}
.post pre {
    margin-left: 10%;
    margin-right: 10%;
    border-radius: 0;
}
.post .read-more {
    padding:4px 7px;
    border:1px solid #4cddf3;
    display: inline-block;
    font-size: 14px;
}
}
@media screen and (max-width: 1024px) {
		.pads_contact{
		margin-top:50px;
}
	.post .post-meta {
    /*width: 100px;
    position: absolute;*/
    top: 0;
    float: left;
   /*padding-left: 0px;*/
}
.post .post-meta .post-icon {
    width: 50px;
    height: 50px;
    color: #FFF;
    font-size: 24px;
    text-align: center;
    line-height: 53px;
    background: #25292c;
    display: inline-block;
    margin-bottom: 12px;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.post .post-meta .post-icon:hover {
    background: #4cddf3;
}
.post .post-meta h5 {
    font-size: 13px;
    margin-bottom: 3px;
    margin-top: 5px;
    font-weight: 700;
}
.post .post-meta span {
    font-size: 13px;
    font-weight: 300;
}
.post .post-meta span a {
    color: #4cddf3;
}
.post .post-title {
    font-size: 22px;
    line-height: 27px;
	text-align:center;
}
.post .post-title a {
    color: #25292c;
}
.post .post-title a:hover {
    color: #CCC;
}
.post pre {
    margin-left: 10%;
    margin-right: 10%;
    border-radius: 0;
}
.post .read-more {
    padding:4px 7px;
    border:1px solid #4cddf3;
    display: inline-block;
    font-size: 14px;
}
.view-id-blog_posts .post figure img, .view-general-blog-posts .post figure img, .view-news-blog-posts .post figure img,
.view-tips-blog-posts .post figure img, .view-mac-blog-posts .post figure img, .view-iphone-blog-posts .post figure img,
.view-ipad-blog-posts .post figure img, .view-apple-watch-blog-posts .post figure img {
	width: 100%;
	height:100%;
	margin-right: auto;
	margin-left: auto;
	display: block;
}


}

.footnote{
	font-size:12px;
 font-style: italic;
}
.financial{
	display:block;
	border:1px solid #F90;
	padding:5px;
}

span .orange{
	color:#f8a52e;
}
.biggerfont{
	font-weight:bold;
	color:#f8a52e;
}

.mac-header {
	/*margin-top: 150px;*/
}

section#products {
	/*height: 300px;*/
}

.trial, .service-area {

}

.service-area-img {
	background: #ffffff; /* Old browsers */

background: -moz-linear-gradient(top,  #ffffff 0%, #c3c3c3 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#c3c3c3)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #ffffff 0%,#c3c3c3 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #ffffff 0%,#c3c3c3 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #ffffff 0%,#c3c3c3 100%); /* IE10+ */

background: linear-gradient(to bottom,  #ffffff 0%,#c3c3c3 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c4c4c4',GradientType=0 ); /* IE6-9 */
}

#mac-photo img, .service-area-img img {
	display: block;
	margin-left: auto;
	margin-right: auto;

}

#mac-image, #service-image, #sales-area-img {

}

#mac-photo, #mac-photo2, #mac-photo3, #mac-photo4 {
	height: 100%;
	background: #ffffff; /* Old browsers */

background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* IE10+ */

background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}

.bt-menu ul li a, .bt-menu-close ul li a {
	cursor: default;
}

.bt-menu-open ul li a {
	cursor: pointer;
}

#mac-image2, #mac-image3{
margin-top:20px;
}


 #mac-photo2 img, #mac-photo3 img{
	/*height: 300px;*/
	/*height: auto;*/

	/*height: 100%;
	width: auto;*/

}
#mac-photo img, #mac-photo4 img {

	/*height: 300px;*/
	/*height: auto;*/

	/*height: 100%;
	width: auto;*/

}

#mac-photo, #mac-photo3{
	border-right:2px solid #ffffff;
}

#slides_cs {
	/*margin-top: 50px;*/
}

.node-type-press-release .region-content {
	padding-bottom: 62px;
}

.page-node-1 #page-header {
	padding: 0;
}

.page-press-releases .post-content p {
	text-align: center;
}

.field-name-field-publication-date {
	padding: 20px;
}

.region-highlighted .row {
	margin-right: 0;
	margin-left: 0;
}

.view-press-releases h5 {
	text-align: center;
}

.ipad-menu {

}

.ipad_banner {

}

.music_photo {
	/*width:100%;*/
}

.sales-area img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.video_space #video_1 {
	margin-left: auto;
	margin-right: auto;
}


@media screen and (max-width: 1199px) {
	.container {
		margin-top: 50px;
	}
	.node-blog-entry .post-content {
	padding: 20px;
}
}

@media screen and (max-width: 768px) {

	.navbar .logo {
		padding-left:0;
	}

	.btn {
		text-align: left;
	}

	.footer_notice {
		text-align: center;
	}
	.pads_bigger{
		padding-left:20px;
		padding-right:20px;
	}
}

@media screen and (max-width: 480px) {

	.navbar .logo {
		padding-left:0;
	}

	.top_menu_image {

	}
	.bt-menu-trigger {
		right: 5%;
	}
	.bt-menu ul li {
		width: 10%;
	}
	.bt-menu.bt-menu-open {
		top: 50px;
	}
	.bt-menu ul li:nth-child(4) {
		margin-left: 0;
	}

	.post .post-meta {
		left: 20px;
	}

	.post .post-meta span{
		margin-right: 5px;
		padding-left: 0;
	}

	.post .post-title {
		padding: 0 30px;
	}

	.rtejustify {
		padding: 20px 30px;
	}

	.view-press-releases .btn {
		margin-left: 20px;
	}

	.btn {
		text-align: left;
	}

	.footer_notice {
		text-align: left;
	}

	.node-type-press-release footer, .page-node-31 footer, .page-node-234 footer, .page-node-25 footer, .page-node-27 footer, .page-node-75 footer, .page-node-76 footer, .page-node-69 footer, .page-node-385 footer, .page-node-123 footer, .page-node-742 footer, .page-node-429 footer, .node-education-submission footer {
	width:100%;
	position:relative;
	bottom:0;
	left:0;
	}

	.home-wrapper {
		height: auto;
		min-height: 250px;
	}
}
@media screen and (min-width: 768px) {

.node-type-press-release footer, .node-type-support-topic footer, .page-proofing-tools footer, .page-grupdate footer, .page-node-31 footer, .page-node-25 footer, .page-node-75 footer, .page-node-76 footer, .page-node-69 footer, .page-node-123 footer, .page-node-122 footer, .page-node-299 footer, .page-node-248 footer, .page-node-385 footer, .page-node-287 footer, .page-node-288 footer, .page-node-96 footer, .page-node-97 footer, .page-node-250 footer, .page-node-234 footer, .page-node-429 footer,
.page-fonts-faq footer, .page-quark-questions footer, .node-education-submission footer, .page-node-490 footer {
	width:100%;
	/*height:62px;*/
	position:fixed;
	bottom:0;
	left:0;
}

}

#apple-education{
	margin-top:-70px;
	margin-bottom:35px;
	text-align:center;
}

@media screen and (max-width: 1024px) {
#apple-education{
	margin-bottom:40px;
}
p {
    font-weight: 300;
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 23px;
	padding-left:12px;
	padding-right:12px;
}
.pads_school{
		padding: 10px 20px 20px 20px;
	}
}
@media screen and (max-width: 768px) {
.home-wrapper {
	min-height: 250px;
	height:0;
}

#apple-education{
	margin-bottom:40px;
	padding-right:20px;
}
p {
    font-weight: 300;
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 23px;
	/*text-align:center;*/
	padding-left:12px;
	padding-right:12px;
}
.pads_school{
		padding: 10px 20px 20px 20px;
	}

}

#page-header{
	/*padding:30px;*/
}

.pads3{
		padding:10px;
		background-color:#f2f2f2;
	}

.storebox{
	margin-top:30px;
}

.left-content{
	margin-top:15px;
}
.pads_school{
		padding: 10px 95px 20px 95px;
	}
.faq_title{
    font-weight: 300;
    font-size: 30px;
}
.support img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.node-type-support-topic p{
	text-align: left !important;
}
.field, .field-name-field-publication-date, .field-type-datetime, .field-label-inline{
	text-align:center;
}

.martop{
	margin-top:40px;
}

.music_banner{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d2d3d5+0,fafafa+33,ffffff+99 */

background: #d2d3d5; /* Old browsers */

background: -moz-linear-gradient(top,  #d2d3d5 0%, #fafafa 33%, #f2f2f2 99%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d2d3d5), color-stop(33%,#fafafa), color-stop(99%,#f2f2f2)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #d2d3d5 0%,#fafafa 33%,#f2f2f2 99%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #d2d3d5 0%,#fafafa 33%,#f2f2f2 99%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #d2d3d5 0%,#fafafa 33%,#f2f2f2 99%); /* IE10+ */

background: linear-gradient(to bottom,  #d2d3d5 0%,#fafafa 33%,#f2f2f2 99%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2d3d5', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */

}

.iphone_banner{
	background:url(../../../../default/files/images/iphone/ios9_bg.jpg);
	background-size:cover;
}
.ipad_banner{
	background:url(../../../../default/files/images/iphone/ios9_bg.jpg);
	background-size:cover;
}
.mac_banner{
	background:url(../../../../default/files/images/mac/elcapitan_bg.jpg);
	background-size:cover;
}

@media screen and (max-width: 768px) {
	.iphone_banner{
		/*background:url(../../../../default/files/images/iphone/ios9_bg_portrait.jpg);*/
	background-size:cover;
}
.ipad_banner{
	background:url(../../../../default/files/images/ipad/apple_pencil_bg.jpg);
	background-size:cover;
}
.mac_banner{
	background:url(../../../../default/files/images/mac/elcapitan_bg_portrait.jpg);
	background-size:cover;
}
.pads_bigger{
		padding-left:10px;
		padding-right:10px;
		}

.view-proofing-tools-faq, .view-grupdate, .view-fonts-f-a-q-, .view-quark-f-a-q-{
	font-size:16px;
	line-height:1.5em;
	font-weight:200;
}
#mac-photo, #mac-photo3{
	border:none


}

.view-proofing-tools-faq, .view-grupdate, .view-fonts-f-a-q-, .view-quark-f-a-q-{
	font-size:25px;
	line-height:1.5em;
	font-weight:200;
}

#cooperative-schools{
	margin-top:50px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
	.page-node-21 .main-container {
		/*margin-top: 200px;*/
	}
	.mejs-fullscreen-button {
		float: right;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
	.home-wrapper {
		height: 450px;
	}
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {

	.excellence {
		max-width: 175px;
		max-height: 175px;
	}

}



