html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*------------------------------------------------------
	Basic Styling 
--------------------------------------------------------*/
body {
  font: 13px/23px "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  color: #777777;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

input::-moz-focus-inner {
  border: 0;
}

a:hover, a:active, a:focus {
  text-decoration: none;
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

.top-header .right-header ul.social-icons, .main-header .menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#about, #news, #sateam, #contact {padding-top: 70px;}

.lnkbutton {
  font-size: 18px;
  font-weight: 600;
  margin: 0 15px;
}
/*------------------------------------------------------
	Header Styles 
--------------------------------------------------------*/
.top-header {
  background: #A6192E;
  color: white;
  /*padding: 10px 0;*/
}
.top-header .left-header span {
  display: inline-block;
  margin: 8px 30px 0 0;
}
.top-header .left-header span i {
  margin-right: 10px;
}
.top-header .right-header ul.social-icons li {
  display: inline-block;
}
.top-header .right-header ul.social-icons li a {
  color: white;
  /*width: 32px;
  height: 32px;*/
  text-align: center;
  line-height: 30px;
  /*border: 1px solid white;
  -webkit-border-radius: 16px;*/
  border-radius: 16px;
  margin: 0 5px;
}
.top-header .right-header ul.social-icons li a:hover {
  background-color: white;
  color: #A6192E;
}

.main-header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  padding: 20px 0 40px 0;
  background: rgba(177, 195, 205, 0.9);
  -webkit-box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15) ;
  -moz-box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15) ;
  box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15) ;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.main-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 378px;
  height: 378px;
  background: url(../images/wssa-logo.png) no-repeat;
  z-index: 1031;
  pointer-events: none;
  opacity:0.8;
}
.main-header .menu {
  margin-top: 10px;
}
.main-header .menu ul li {
  display: inline-block;
  margin-left: 15px;
}
.main-header .menu ul li a {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 15px;
  padding: 8px 15px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.main-header .menu ul li a.current {
  background: #073b5b;
  color: white;
}

.main-header-shrink {
  padding: 25px 0;
  top: 0;
}

.responsive-menu {
  position: relative;
  top: -5px;
}
.responsive-menu .toggle-menu {
  font-size: 24px;
  color: #073b5b;
}
.responsive-menu .menu {
  display: none;
  position: absolute;
  top: 52px;
  width: 100%;
  background-color: #073b5b;
  opacity: 0.95;
  z-index: 1032;
}
.responsive-menu .menu ul li {
  display: block;
  text-align: left;
  margin: 0;
}
.responsive-menu .menu ul li:last-child {
  border-bottom: 0;
}
.responsive-menu .menu ul li a {
  color: white;
  padding: 10px 20px;
  display: block;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.responsive-menu .menu ul li a.current {
  background-color: #62b5e5;
}

/*------------------------------------------------------
	Basic Layout Styles 
--------------------------------------------------------*/
.title-section {
  margin-bottom: 50px;
}
.title-section h2 {
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}
.title-section span {
  display: block;
  width: 70px;
  height: 4px;
  background: rgb(165,29,47);
  margin: 0 auto;
}

.widget-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}

.mainBtn {
  background-color: #A6192E;
  color: white;
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mainBtn:hover {
  color: white;
  background-color: #073b5b;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

/*------------------------------------------------------
	News Styles 
--------------------------------------------------------*/
#news .news-item .news-header {
  padding-bottom: 20px;
  clear: both;
}
#news .news-item .news-header i {
  color: #e3722e;
  font-size: 24px;
  float: left;
  margin-right: 25px;
}
#news .news-item .news-header h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}
#news h4 {
  font-size: 15px;
  font-weight: 600;
}
#news .img {
  float: left;
  padding: 0 5px 5px 0;
}
#news .img1 {
  float: right;
  padding: 0 0 5px 5px;
}
#news i {
  color: #A6192E;
  font-size: 18px;
}
#news ul li {
  margin-left: 25px;
  list-style: url("../images/arrow_right.png");
}
.yellow {
  color: rgb(255, 182, 18);
}
.blue {
  color: rgb(7, 59, 91);
}
.green {
  color: green;
}
.marone {
  color: rgb(222, 69, 96);
}

/*------------------------------------------------------
	Events Styles 
--------------------------------------------------------*/
#events {
  margin: 50px 0 0 0;
  padding: 80px 0 0 0;
  background: url('../images/bt.png') top center no-repeat;
  /*-webkit-box-shadow: inset 0px 3px 5px -1px rgba(0,0,0,0.6);
  -moz-box-shadow: inset 0px 3px 5px -1px rgba(0,0,0,0.6);
  box-shadow: inset 0px 3px 5px -1px rgba(0,0,0,0.6);*/
}
#events .events-item .events-header {
  padding-bottom: 20px;
  clear: both;
}
#events .events-item .events-header h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}
#events .events-item-1 {
  width: 250px;
  height: 250px;
  background: url('../images/the_lakes_hotel-crop.png') no-repeat;
  float: left;
  margin-right: 25px;
}
#events .events-item-2 {
  width: 250px;
  height: 250px;
  background: url('../images/Abu-Dhabi-crop.png') no-repeat;
  float: left;
  margin-right: 25px;
}
#events .events-item-3 {
  width: 250px;
  height: 250px;
  background: url('../images/adnec-crop.png') no-repeat;
  float: left;
  margin-right: 25px;
}
#events .events-header h2 {
 color: rgb(255, 182, 18);
 font-size: 30px;
 font-weight: 600;
 text-align: center;
 padding: 50px 0 20px 0;
}
#events .events-header h4 {
 color: #ffffff;
 font-size: 20px;
 text-align: center;
 padding: 40px 0 0 0;
}
#events .events-splitter {
 width: 200px;
 margin: -10px 0 10px 0;
 border-bottom: 1px dashed rgb(153, 204, 0);
}

/*------------------------------------------------------
	SA Team Styles 
--------------------------------------------------------*/
#sateam {
  padding-bottom: 80px;
  margin-top: 100px;
  background: #073b5b;
}
#sateam .title-section h2 {
  color: white;
}
#sateam .sateam-thumb {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
#sateam .sateam-thumb img {
  width: 100%;
  height: auto;
}
#sateam .sateam-thumb .overlay {
  opacity: 0;
  visibility: visible;
  background: rgba(7, 59, 91, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#sateam .sateam-thumb .overlay .inner {
  position: absolute;
  padding: 20px;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
}
#sateam .sateam-thumb .overlay .inner h4 {
  color: white;
  font-size: 20px;
  margin-bottom: 80px;
}
#sateam .sateam-thumb .overlay .inner h4 a {
  color: white;
}
#sateam .sateam-thumb .overlay .inner span {
  font-weight: 300;
  color: white;
}
#sateam .sateam-thumb:hover .overlay {
  opacity: 1;
  visibility: visible;
}

/*------------------------------------------------------
	Sponsors Styles 
--------------------------------------------------------*/
#sponsors {
  padding: 80px 0;
  text-align: center;
}

.partnerWrap {
  margin: 30px 0 0 0;
  position: relative;
}

.slideshow { 
  margin: auto;
  width: 80%;
}
.slideshow img { margin: 0 10px 0 0; 
  height: 80px;
}
#prev {
  width: 35px;
  height: 50px;
  position: absolute;
  top: -30%;
  left:0;
  text-indent: -9999px;
  background: url(../images/prev.png)0px -50px no-repeat;
}

#next {
  width: 35px;
  height: 50px;
  position: absolute;
  top: -30%;
  right: 0;
  text-indent: -9999px;
  background: url(../images/forward.png)0px -50px no-repeat;
}

#prev:hover, #next:hover {
  background-position: 0px 0px;
}

/*------------------------------------------------------
	Banner Styles 
--------------------------------------------------------*/
#banner {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #e6e6e6;
  height: 30px;
  margin-bottom: 15px;
}

/*------------------------------------------------------
	About Styles 
--------------------------------------------------------*/
#about .progess-bars li .progress {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #e6e6e6;
  height: 30px;
  margin-bottom: 15px;
}

/*------------------------------------------------------
	Under About Styles 
--------------------------------------------------------*/
#saskills {
  padding: 50px 0 80px 0;
  text-align: center;
  background: url('../images/1920x1080.jpg')
}
#saskills h1 {
  color: rgb(255, 182, 18);
  font-size: 43px;
  font-weight: bold;
  text-align: left;
  line-height: 1em;
}
#saskills h2 {
  color: white;
  font-size: 30px;
  font-weight: bold;
  text-align: right;
  line-height: 1em;
}
.saskills-border {
  border: 1px solid #ffffff;
}
#saskills ul li {
  list-style: disc;
  color: white;
  text-align: left;
}
#saskills ul {
  padding: 10px;
}
#saskills a {
  color: white;
  padding: 10px 50px;
  border: 1px solid #ffffff;
   background: rgb(255, 182, 18);
}
#saskills a:hover {
  background: #073b5b;
}
#saskills .title-section h2 {
  color: white;
}
#saskills .saskills-thumb {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  border-radius: 20px;
}
#saskills .saskills-thumb p {
  width: 100%;
  /*height: 200px;*/
  text-align: center;
  padding: 50px 0;
}

.head-style {
    background-color: #A6192E;
    color: white;
    display: inline-block;
    text-transform: uppercase;
    padding: 10px 15px;
    font-weight: 600;
    font-size: 14px;
}

/*------------------------------------------------------
	Contact Styles 
--------------------------------------------------------*/
#contact {
  width: 100%;
  padding: 120px 0 80px 0;
  background: rgb(239,247,253);
}
#contact .contact-form .full-row {
  width: 100%;
  margin-bottom: 20px;
}
#contact .contact-form input, #contact .contact-form textarea {
  outline: 0;
  display: block;
  border: 1px solid #cccccc;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  color: #777777;
}
#contact .contact-form label {
  display: block;
  margin-bottom: 5px;
}
#contact .contact-form input.mainBtn {
  display: inline-block;
  width: auto;
  border: 0;
  padding: 10px 15px;
  color: white;
}
#contact .map-holder {
  padding: 5px;
  background-color: white;
  border: 1px solid #d6d6d6;
}

/*------------------------------------------------------
	Sub Contact Styles 
--------------------------------------------------------*/
#sub-contact {
  width: 100%;
  padding: 30px 0 0 0;
}
#sub-contact .sub-info {
  margin-top: 30px;
}
#sub-contact .sub-info h4 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
}
#sub-contact .sub-info span {
  margin-top: 5px;
  display: block;
  font-size: 14px;
}
#sub-contact .sub-info span i {
  color: #073b5b;
  /*font-size: 16px;*/
  margin-right: 12px;
}

/*-----------------------------------------------------
    Slide and title slide
-------------------------------------------------------*/
.flexslider {
  margin-top: 0px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  overflow: hidden;
  /*height:870px;*/
}

.flex-direction-nav a {
  color: #444444;
  width: 40px;
  height: 40px;
  background-color: white;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: -20px 0 0 0;
  text-align: center;
  line-height: 40px;
}

.flex-caption {
  position: absolute;
  top: 30%;
  width: 100%;
  text-align: center;
  z-index: 999;
  color: white;
}
.flex-caption h2 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  margin-bottom: 20px;
}
.flex-caption p {
  font-size: 18px;
  font-family: 'Droid Serif', serif;
  line-height: 28px;
}
.flex-caption span {
  width: 210px;
  padding: 5px 0;
  opacity: 0.95;
  display: block;
  margin: 30px auto;
  border-radius: 5px;
}
.flex-caption .countdown {
 margin: 0px auto;
 width: 300px;
 height: 300px;
 opacity: 0.90;
 border-radius: 300px;
 background: rgb(255, 182, 18);
}
.flex-caption .strlabel {
  font-family: 'Adobe Caslon Pro';
  font-weight: bold;
  font-size: 80px;
  color: rgb(255, 0, 0);
}
.flex-caption .strtitle {
  font-family: 'Adobe Caslon Pro';
  font-weight: bold;
  font-size: 50px;
  color: #000;
}
.flex-caption .strtitle1 {
  font-family: 'Adobe Caslon Pro';
  font-weight: bold;
  font-size: 30px;
  opacity: 0.90;
  border-radius: 100px;
  padding: 5px 8px;
  background: #073b5b;
}
.flex-caption .strtitle2 {
 font-family: 'Adobe Caslon Pro';
  font-weight: bold;
  font-size: 70px;
  color: #000;
}

.flex-caption .application {
 margin: 0px auto;
 width: 700px;
 height: 450px;
 opacity: 0.90;
 border-radius: 300px;
 /*background: rgb(255, 182, 18);*/
}

/*------------------------------------------------------
	Footer Styles 
--------------------------------------------------------*/
.site-footer {
  margin-top: 100px;
  background-color: #A6192E;
  color: white;
  padding: 25px 0;
}
.site-footer p {
  margin-top: 10px;
}
.site-footer a {
  color: white;
  text-align: center;
  display: block;
}
.site-footer .go-top {
  float: right;
  text-transform: uppercase;
}
.site-footer .go-top i {
  display: block;
}

/*------------------------------------------------------
	Registration Styles 
-------------------------------------------------------*/
#registrations {
  padding: 150px 0 80px 0;
}
#registrations h4 {
  margin: 0 0 -10px 0;
}
#registrations .rdb_items {
  line-height: 10px;
  /*margin-left: 11px;*/
}
#registrations .sub-title {
  font-weight: bold;
}
.settxt { 
  margin: 0 0 0 10px;display:block;width:160px;height:30px;padding:5px 10px;font-size:14px;line-height:1.42857143;
  color:#555;background-color:#fff;border:1px solid #ccc;border-radius:4px;
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-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
}
.sethiddentxt {  
  color:#ffffff;background-color:#ffffff;border:1px solid #ffffff;
}
/* Modal Popup */
.modalBackground { background-color: #3f5367; filter: alpha(opacity=70); opacity: 0.5;}
.modalPrompt { 
    background-color: #073b5b;
	border: 1px solid #dedede;
	border-radius: 8px;
	margin: -100px auto auto auto;
	padding:20px 30px 30px 30px;
    width: 500px;
    color: #ffffff;
}
.modalPrompt h1 { 
	padding:20px 30px 30px 30px;
    font-size: 18px;
}

/*------------------------------------------------------
	Skills Styles 
--------------------------------------------------------*/
#skills {
  padding: 150px 0 80px 0;
}
#skills ul li {
  list-style: disc;
  margin: 0 0 0 20px;
}
#skills h1 {
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0 5px 0;
  color: rgb(7, 59, 91);
}
#skills h4 {
  margin: 0 0 -10px 0;
}

#skills ul.nav-pills {
   /*top: 20px;*/
   /*position: fixed;*/
}

/*------------------------------------------------------
	Team Styles 
--------------------------------------------------------*/
/*#team {
  padding-bottom: 80px;
  margin-top: 150px;
}
#team .team-thumb {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
#team .team-thumb img {
  width: 100%;
  height: auto;
}
#team .team-thumb .overlay {
  opacity: 0;
  visibility: visible;
  background: rgba(227, 114, 46, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#team .team-thumb .overlay .inner {
  position: absolute;
  padding: 20px;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
}
#team .team-thumb .overlay .inner h4 {
  color: white;
  font-size: 20px;
  margin-bottom: 80px;
}
#team .team-thumb .overlay .inner h4 a {
  color: white;
}
#team .team-thumb .overlay .inner span {
  font-weight: 300;
  color: white;
}
#team .team-thumb:hover .overlay {
  opacity: 1;
  visibility: visible;
}
#team ul li {
  font-weight: 600;
  margin-left: -11px;
}
#team ul li li {
  font-weight: normal;
  margin-left: 20px;
  list-style-image: url('../images/arrow_right.png');
}*/

#team {
  margin: 150px 0 80px 0;
}
#team .our-team {
  margin: 0px 0 0px 0;
}
#team .our-team .team-member {
  overflow: hidden;
}
#team .margin-top {
  margin: 30px 0 0px 0;
}
#team .our-team .team-member .member-img {
  width: 100%;
}
#team .our-team .team-member .member-img img {
  width: 100%;
  height: auto;
}
#team .our-team .team-member .member-img .overlay {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 182, 18,0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#team .our-team .team-member .member-img:hover .overlay {
  opacity: 1;
  visibility: visible;
}
#team .our-team .team-member .inner-content {
  background: whitesmoke;
  border: 1px solid #d6d6d6;
  border-top: 0;
  padding: 20px;
}
#team .our-team .team-member .overlay ol {
  list-style: decimal;
  margin: 5px 5px 5px 20px;
  color: #000;
}
#team .our-team .team-member .overlay ol li li {
  list-style: disc;
  margin-left: 20px;
}
#team .our-team .team-member .inner-content h5 {
  font-size: 18px;
  font-weight: 600;
  color: #e3722e;
  margin-bottom: 10px;
}
#team .our-team .team-member .inner-content span {
  color: #9d9d9d;
  margin-bottom: 15px;
  display: block;
}

/*------------------------------------------------------
	Gallery Styles 
--------------------------------------------------------*/
#gallery {
  padding-bottom: 80px;
  margin-top: 150px;
}
#gallery .gallery-thumb {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
#gallery .gallery-thumb img {
  width: 100%;
  height: auto;
}
#gallery .gallery-thumb .overlay {
  opacity: 0;
  visibility: visible;
  background: rgba(227, 114, 46, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#gallery .gallery-thumb .overlay .inner {
  position: absolute;
  padding: 20px;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
}
#gallery .gallery-thumb .overlay .inner h4 {
  color: white;
  font-size: 20px;
  margin-bottom: 80px;
}
#gallery .gallery-thumb .overlay .inner h4 a {
  color: white;
}
#gallery .gallery-thumb .overlay .inner span {
  font-weight: 300;
  color: white;
}
#gallery .gallery-thumb:hover .overlay {
  opacity: 1;
  visibility: visible;
}
#gallery ul li {
  font-weight: 600;
  margin-left: -11px;
}
#gallery ul li li {
  font-weight: normal;
  margin-left: 20px;
  list-style-image: url('../images/arrow_right.png');
}

/*---------------------------------
IPAD PORTRAIT (768x1024)
-----------------------------------*/
@media only screen and (max-width: 960px) {
  .flexslider {
    margin-top: 100px; height:"20%;
  }

  .main-header {
    padding: 15px 0;
  }
  .main-header .logo {
    margin-top: 20px;
  }

  .news-item, .team-member {
    margin-bottom: 50px;
  }

  .our-skills {
    margin-top: 60px;
  }

  .flex-caption {
    top: 15%;
  }
  .flex-caption h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .flex-caption p {
    font-size: 14px;
    width: 70%;
    margin: 0 auto;
  }

  .left-header, .right-header {
    text-align: center;
  }
}
/*------------------------------------------
IPHONE 4-4S-5 LANDSCAPE (568x320)
--------------------------------------------*/
@media only screen and (max-width: 1024px) {
  .flex-caption {
    /*display: none !important;*/
  }

  .contact-form {
    margin-bottom: 60px;
  }

  .main-header {
    height: 60px;
  }
  .main-header .logo {
    margin: 0;
  }

  .flexslider {
    margin-top: 60px;
  }

  .responsive-menu .menu {
    top: 32px;
  }
}

/*------------------------------------------
IPHONE 4-4S-5 LANDSCAPE (568x320)
--------------------------------------------*/
@media only screen and (max-width: 1024px) {
  #about, #news, #sateam, #contact {
  padding-top: 0px;
  }