/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 18, 2014, 11:57:25 AM
    Author     : Daniel
*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);

/*MEDIA QUERY*/
@media only screen and (min-width : 770px) {
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#cssmenu #menu-button {
    display: none;
}
#cssmenu {
    width: auto;
    font-family: 'Open Sans', Helvetica, sans-serif;
    background: ##0070bc;
    background: -moz-linear-gradient(top, #0078c1 0%, #016bb5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0078c1), color-stop(100%, #016bb5));
    background: -webkit-linear-gradient(top, #0078c1 0%, #016bb5 100%);
    background: -o-linear-gradient(top, #0078c1 0%, #016bb5 100%);
    background: -ms-linear-gradient(top, #0078c1 0%, #016bb5 100%);
    background: linear-gradient(to bottom, rgb(1, 107, 181) 0%, #0078c1 100%)
}
#cssmenu > ul {
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.05);
}
#cssmenu > ul > li {
    float: right;
    width: 134px;
}
#cssmenu > ul > li > a {
    padding: 18px 2px 21px 2px;
    border-right: 1px solid rgba(80, 80, 80, 0.12);
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    color: #dfdfdf;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a {
    color: #ffffff;
    background: #669df1;
    background: rgba(0, 0, 0, 0.1);
}
#cssmenu > ul > li.has-sub > a {
    padding-right: 45px;
}
#cssmenu > ul > li.has-sub > a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #d3eced;
    right: 17px;
    top: 22px;
}
#cssmenu > ul > li.has-sub.active > a::after,
#cssmenu > ul > li.has-sub:hover > a {
    border-top-color: #ffffff;
}
#cssmenu ul ul {
    position: absolute;
    left: -9999px;
    top: 60px;
    padding-top: 6px;
    font-size: 16px;
    opacity: 0;
    -webkit-transition: top 0.2s ease, opacity 0.2s ease-in;
    -moz-transition: top 0.2s ease, opacity 0.2s ease-in;
    -ms-transition: top 0.2s ease, opacity 0.2s ease-in;
    -o-transition: top 0.2s ease, opacity 0.2s ease-in;
    transition: top 0.2s ease, opacity 0.2s ease-in;
}
#cssmenu > ul > li > ul::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color: #ffffff;
    top: -4px;
    left: 20px;
}
#cssmenu ul ul ul::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-right-color: #ffffff;
    top: 11px;
    left: -4px;
}
#cssmenu > ul > li > ul {
    top: 120px;
}
#cssmenu > ul > li:hover > ul {
    top: 52px;
    left: 0;
    opacity: 1;
}
#cssmenu ul ul ul {
    padding-top: 0;
    padding-left: 6px;
}
#cssmenu ul ul > li:hover > ul {
    left: 180px;
    top: 0;
    opacity: 1;
}
#cssmenu ul ul li a {
    text-decoration: none;
    font-weight: 400;
    padding: 11px 25px;
    width: 180px;
    color: #777777;
    background: #ffffff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.active > a {
    color: #333333;
}
#cssmenu ul ul li:first-child > a {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
#cssmenu ul ul li:last-child > a {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
#cssmenu > ul > li > ul::after {
    position: absolute;
    display: block;
}
#cssmenu ul ul li.has-sub > a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left-color: #777777;
    right: 17px;
    top: 14px;
}
#cssmenu ul ul li.has-sub.active > a::after,
#cssmenu ul ul li.has-sub:hover > a::after {
    border-left-color: #333333;
}
#entries {
    width: 628px;
}
#entries-order {
    width: 628px;
}
#cc1919l ul li {
    display: inline;
    padding: 20px;
}
.tour-destination-text {
    float: right;
    width: 50%;
}
}

.btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  width:150px;
  direction: rtl;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

/*MEDIA QUERY*/
@media only screen and (max-width : 769px) {
	html {
		width: 100%;
		}
	body {
		width: 100%;
		}
	#main-container {
		width: 100% !important;
		}
	#main-container-order {
		width: 100% !important;
		}
	#cssmenu {
		width: 100%;
		display: hidden !important;
		}
	#logo {
		width: 100%;
		}
	#menu-text {
		display:inline-block !important;
		color: #ffffff;

	}
	#cssmenu ul, #cssmenu:active ul { 

		display: none;
		position: absolute;
		width: 100%;
		list-style-type: none;
		padding: 0px;
		margin-top: 0px;
	}

	#cssmenu li {
		text-align: center;
		width: 100%;
		margin: 0;
		background: #0070bc;

    		font-family: 'Open Sans', Helvetica, sans-serif;
		text-align: center;
    		line-height: 40px;
	}
	#cssmenu:hover ul {
		display: block;
	}
	#cssmenu li a {
	    	color: #ffffff;
    		text-decoration: none;
	}
	.images {
		width: 90%;
	}
	table {
		width: 90%;
	}
	#si_contact_form1 {
		width: 90%;
	}
	#si_contact_message1 {
		width: 257px;
	}
	footer ul li {
    		text-align: right;
    		margin-right: 5px;
	}
	#ipad-image {
		width: 100%;
	}
}

@media only screen and (min-width: 750px) and (max-width : 769px){
	#entries {
		margin-top: 200px !important;
		}
	#entries-orders {
		margin-top: 200px !important;
		}
}
	
html, body {
        
        
        margin: 0px;
    }

body {
    
    background: url("images/london_background.jpg") no-repeat center top fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 16px;
}
#main-container {
    width: 940px;
    min-height: 100%;
    display:block;
    margin-left: auto;
    margin-right: auto;
    background: #e3e3e3;
    position: relative;
}
#main-container-order {
    width: 940px;
    min-height: 100%;
    display:block;
    margin-left: auto;
    margin-right: auto;
    background-color: #e3e3e3;
    position: relative;
}
#logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.header {
    float: right;
    margin-top: 10px;
    margin-right: 5px;
}
.header img {
    display: inline-block;
}
.header-text {
    margin-left: 5px;
}

/* #ad1 {
	background: #E3E3E3;
	min-height: 271.5%;
	width: 155px;
	float: right;
}
#ad2 {
	background: #E3E3E3;
	min-height: 271.5%;
	width: 155px;
	float:left;
} */
#menu-text {
	display: none;
	color: #ffffff;
	width: 100%;
	height: 40px;
	font-family: 'Open Sans', Helvetica, sans-serif;
    background: ##0070bc;
    background: -moz-linear-gradient(top, #0078c1 0%, #016bb5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0078c1), color-stop(100%, #016bb5));
    background: -webkit-linear-gradient(top, #0078c1 0%, #016bb5 100%);
    background: -o-linear-gradient(top, #0078c1 0%, #016bb5 100%);
    background: -ms-linear-gradient(top, #0078c1 0%, #016bb5 100%);
    background: linear-gradient(to bottom, rgb(1, 107, 181) 0%, #0078c1 100%)
    	color: #ffffff;
    	text-align: center;
    	text-decoration: none;
    	line-height: 40px;
}
.title {
    font-size: 36px;
    padding-bottom: 16px;
    text-align: center;
}

#table-container {
    margin:0px;
    padding:0px;
    width:100%;
}
#table-container table{
    border-collapse: collapse;
    border-spacing: 0;
    margin:0px;padding:0px;
}
#table-container tr:nth-child(odd){ background-color:#e5e5e5; }
#table-container tr:nth-child(even)    { background-color:#ffffff; }#table-container td{
    vertical-align:middle;


    border:1px solid #000000;
    text-align:left;
    padding:7px;
    font-size:16px;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-weight:normal;
    color:#000000;
}
#table-container tr:first-child td{
    font-family: 'Open Sans', Helvetica, sans-serif;
    background: #313131;
    background: -moz-linear-gradient(top, #404040 0%, #1d1d1d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #404040), color-stop(100%, #1d1d1d));
    background: -webkit-linear-gradient(top, #404040 0%, #1d1d1d 100%);
    background: -o-linear-gradient(top, #404040 0%, #1d1d1d 100%);
    background: -ms-linear-gradient(top, #404040 0%, #1d1d1d 100%);
    background: linear-gradient(to bottom, #404040 0%, #1d1d1d 100%);
    border:0px solid #000000;
    text-align:center;
    font-size:16px;
    font-family:Arial;
    font-weight:bold;
    color:#ffffff;
}
#container {
    
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    padding:0px;
    padding-right: 10px;
    font-weight:bold;
    direction: rtl;
    font-size: 16px;
    float: right;
}
#entries {
    
    background: #ffffff;
    margin-left: auto;
    margin-right: auto;
    overflow: overlay;
}

#message_sent {
    min-height: 60%;
    margin: 0 auto;
    width: 50%;
    text-align: right;
    direction: rtl;
}
	
#entries-order {
    min-height: 100%;
    background: #ffffff;
    margin-left: auto;
    margin-right: auto;
    overflow: overlay;
}
.images {
    margin-right: -28px;
    margin-bottom: 20px;
}
.tour-destination-title {
    font-weight: bolder;
    text-decoration: underline;
    text-align: right;
    clear: both;
}
.tour-destination > img {
    display: inline-block;
    margin-top: 20px;
}

#footer_menu {	
		width: 60%;
		margin: 0 auto;
	
}
footer {
    background: #1F1F1F;
   
    width: 100%;
    position: absolute;

}
footer ul {
    list-style: none;
    margin: auto;
    padding: 0px;
    position: relative;
    text-align: center;
}

footer li a {
	display: inline;
	float:right;
	list-style-type: none;
    color: #ffffff;
    text-align: center;
    padding: 10px;
    text-decoration: none;
}

