#top
{
	background-color:#415A68;
	color:white;
	padding:5px;
}

#top h1
{
	line-height:90px;
	margin:0;
}

#head {
	background: url(../img/bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: white;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: black;
}
::-moz-placeholder { /* Firefox 19+ */
  color: black;
}
:-ms-input-placeholder { /* IE 10+ */
  color: black;
}
:-moz-placeholder { /* Firefox 18- */
  color: black;
}
p {font-size:18px;}
form {margin:30px 0px;}
input
{
	width:80%;
	border-radius:8px;
	border:none;
	background-color:rgba(255, 255, 255, 0.8);
	padding:10px;
	height:40px;
	color:black;
}

#head p{
	font-size:16px;
}

#testimonials
{
	background-color:#415A68;
	padding:25px 0px;
	color:white;
}
/*------------------------------------------------------------------------------------------*/
/* 11. Responsive Styling Off the Shelf */
/*------------------------------------------------------------------------------------------*/

/* Responsive Video Styling */
.jl_video_container {
    position: relative !important;
    padding-bottom: 56.25% !important;
    padding-top: 30px !important;
    height: 0 !important;
    overflow: hidden !important
}

.jl_video_container embed,
.jl_video_container iframe,
.jl_video_container object {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important
}

@media screen and (min-width : 761px ) and (max-width: 1005px) {
    /*Global*/
	
	 .row {
        width: 730px;
        margin: 0 auto;
		padding:25px 0 25px 0;
    }


    .one_half {
        width: 355px;
    }

    .one_third {
        width: 230px;
    }

    .two_thirds {
        width: 480px;
    }

    .one_fourth {
        width: 167px;
    }

    .three_fourths {
        width: 540px;
    }

    .one_half .one_fourth {
        width: 150px;
    }
	
}

.section_titlevideo {
background:url(../img/bg_border.gif) repeat-x 0 22px;
text-align:center;
}

.section_titlevideo span {
background:#fff;
padding:0 25px 0 25px;	
}
/* 6.8 Video */

.embed_container {
position: relative;
padding-bottom: 56.25%; /* 16/9 ratio */
margin:20px 0 0 0;
padding-top: 30px; /* IE6 workaround*/
height: 0;
overflow: hidden;
}

.embed_container iframe, .embed_container object, .embed_container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.background_grey .section_title span {
background:#f1f1f1;
padding:0 25px 0 25px;
}

.wrap-testimonials
{
	background-color:rgba(255, 255, 255, 0.4);
	padding:20px;
	border-radius:10px;
	margin-bottom:20px;
	min-height:300px;
	
}
.wrap-testimonials p
{
	padding:10px;
	text-align:center;
	font-size:14px;
}

#text
{
	padding:50px 0px;
}

#text h1
{
	color:#425967;
}
#text img
{
	margin-right:7px;
}
#text p
{
	padding-left:50px;
	font-size:16px;
}

ul.n_list li {
    list-style: none;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 2px 4px 2px 28px;
    background: url(../img/pan_top.png) no-repeat left 4px;
    width: 100%;
    float: left;
}
.icon-holder {width:50px;}
.icon-holder img {margin-top:20px;}
.icon-text {width:90%;}
.icon-holder,
.icon-text
{
	float:left;
}
#guid-main
{
	padding:50px 0px;
}

#guid-main h1
{
	color:#425967;
}
#go-to
{
	background-color:#0E3355;
	padding:40px 0px;
	color:white;
}

#guid-main a
{
	background-color:#DE6E00;
	padding:10px 30px;
	color:white;
	font-size:30px;
	margin-top:10px;
}

.book {background-color:white !important;}
#guid-main a:hover,
#guid-main a:active,
#guid-main a:focus,
#guid-main a:visited
{
	text-decoration:none;
}

#footer
{padding:10px 0px; background-color:#415A68;}

#footer p
{font-size:12px; color:white;}
i {color:white;}
#footer a
{
	
}

#top img
{
	width:150px;
}
#partners
{
	padding:50px 0px;
	background-color:#fcf8d6;
	background: url(../img/Partners.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#partners h3
{
	margin-bottom:50px;
}	

.wrap-form
{
	background-color:#0E3355;
	padding:50px 0px;
}

@media(max-width:991px)
{
	.wrap-testimonials
{
	background-color:rgba(255, 255, 255, 0.4);
	padding:20px;
	border-radius:10px;
	margin-bottom:20px;
	min-height:100px;
	
}
#partners img
{
	max-width:200px;
}
}

@media(max-width:760px)
{
	.top-text-top {font-size:20px;}
	#top img
{
	width:80px;
}
#top h1
{
	line-height:50px;
}

@media(max-width:450px)
{
	.top-text-top {font-size:16px;}
	#top img
{
	width:80px;
}
#top h1
{
	line-height:50px;
}