/*#edit-submit,#edit-submit--2 {
	width: 25px;
}*/
#header .region-header .block {
    margin-bottom: 0px;
}
#block-search-form input[name="submit"]{
	width: 13%;
	padding: 0px;
}



#edit-actions {
}

html[dir="rtl"] #edit-actions {
}
/*
#edit-search-block-form--2 {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 4px; 
	font-size: 14px;
	background-color: white;
	background-image: url('/sites/all/themes/atsvu/images/search-icon.png');
	background-position: 10px 10px; 
	background-repeat: no-repeat;
	padding: 12px 20px 12px 40px;
	-webkit-transition: width 0.4s ease-in-out;
	transition: width 0.4s ease-in-out;
}

*/





/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#header {
	width: 98%;
	/*background-repeat: no-repeat;
	background-position: right 20px;*/
}
html[dir="rtl"] #header {
	width: 100%;
	/*background-repeat: no-repeat;
	background-position: left 20px;*/
}




#block-locale-language{
	direction :rtl;
	float: right;
	width:50%;
	font-size: 13px;
	margin-top: -120px;
	right: 10px;
	margin-bottom: 0px;
} 

#block-locale-language ul li{
	display: inline;
	margin-left: 5px;
}
#block-locale-language ul, .content ol{
	padding-right: 0 !important;
	padding-left: 0px!important;
}
#block-locale-language img{
	height: 15px;
    width: 39%;
}

#block-locale-language{
	float: right;
	width: 7%;
    margin-top: 7px;
	clear: right;
	display: block;
	position: relative;
	padding: 0px 7px;
}
html[dir="rtl"] #block-locale-language{
	float: left;
	clear: left;
}

#block-locale-language ul li{
	display: inline;
	margin-left: 5px;
}
#block-locale-language ul{
	padding-right: 0 !important;
}
#block-locale-language .block-inner {
	margin: 0px;
}



#block-search-form {
	width: 19%;
	float: right;
}
html[dir="rtl"] #block-search-form {
	float: left;
}
#block-search-form input[type=search]{
	/*border-color: #c5aa39;*/
	border-color: #bbb;
	width: 73%;
	border-radius: 3px;
	padding-left: 8px;
}
html[dir="rtl"] #block-search-form input[type=search] {
	padding-right: 8px;
}
input#edit-submit{
	/*border-color: #c5aa39;*/
	border-color: #bbb;
}

#block-search-form .block-inner {
	margin: 0px;
}




#block-block-7{
	float:left;
	width: 20%;
	/*height: 44px;*/
	padding: 0px 25px;
}
#block-block-7 img{
	width: 100%;
}
html[dir="rtl"] #block-block-7 {
	float: right;
}





#block-block-6{
	float:right;
	width: 27%;	
	margin-top: 4%;
	margin-bottom: 0px;
	padding: 0px 5px;
}
html[dir="rtl"] #block-block-6 {
	float: left;
}
#block-block-6 img{
	width: 100%;
}
#block-block-6 .block-inner {
	margin: 0px;
}
#block-block-6 div div p{
	margin: 0px;
}
#block-block-7 div div p{
	margin: 0px;
}



#block-block-8 {
    float: left;
    width: 30%;
    left: 10%;
    /*display: none;*/
    float: left;
	width: 30%;
	margin-left: 130px;
	margin-top: -100px;
}

html[dir="rtl"] #block-block-8 {
    float: right;
    right: 5%;
    /* display: none; */
	margin-right: 115px;
}

/*////////////////////////////////////////////////////////////////////*/
@media only screen and (max-width: 768px) {
	#header {
	}
	#block-block-8{
		width: 20%;
	}
	#block-block-7{
		width: 44%;
		max-width: 165px;
		padding: 0px 6px;
	}
	#block-block-6{
		width: 38%;
		max-width: 223px;
		padding: 0px 7px;
	}

	#block-locale-language{
		width: 38%;
		max-width: 223px;
		margin-top: 0px;
	}

	#block-search-form{
		width: 40%;
		max-width: 223px;
		float: right !important;
		clear: right;
		display: block;
		position: relative;
	}
	html[dir="rtl"] #block-search-form {
		clear: left;
		float: left !important;
	}

	#block-locale-language img {
    height: auto !important;
    width: 30%;
	}
	
	#block-search-form input[type=search] {
    width: 60%;
	}
	#block-search-form input[name="submit"]{
	width: 14%;
	}
	
	
}


/*
 * Countdown
 */
section#block-jquery-countdown-timer-jquery-countdown-timer {
    display: inline-block;
}

section#block-jquery-countdown-timer-jquery-countdown-timer h2.block-title {
	text-align: center;
	font-size: 1.5rem;
	/*color: #b2a260;*/
}


section#block-jquery-countdown-timer-jquery-countdown-timer h2.block-title:after {
    content: "Graduation party 2019 live after";
    display: block;
    text-align: center;
	font-size: 1.5rem;
	direction: ltr;
}

div#jquery-countdown-timer {
    direction: ltr;
}

div#jquery-countdown-timer .digit.static {
	background-image: none !important;
	box-shadow: none !important;
}

div#jquery-countdown-timer .digit {
	background: #005a82;
	color: #b2a260;

	/*background: #b2a260;
	color: #005a82;*/
}

div#jquery-countdown-timer .countSeconds .digit {
	background: #b2a260;
	color: #005a82;

	/*background: #005a82;
	color: #b2a260;*/
}

div#jquery-countdown-timer .countWeeks, div#jquery-countdown-timer .countDiv0 {
	display: none;
}

div#jquery-countdown-timer-note {
	display: none;
}

#acnc-link {
	display: inline-block;
}

