/*CSS Document*/


/*-------Media------*/


@media only screen and (min-width: 2048px)  {


/*Styles for Home*/

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-align: left;
  color: #002740;
	font-family: 'Biryani', sans-serif;
  font-size: 1.4rem;
	font-weight: 300;
  line-height: 1.5;
  background: #d6d3c4;
  white-space: normal;
  -webkit-text-size-adjust: 100%;
}

header {
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
}

section {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
}

footer {
  width: 75%;
  height: auto;
  margin: 0.5rem 0 0.5rem 25%;
  padding: 0;
  text-align: center;
  position: relative;
  float: left;
}

p {
  margin: 0;
  padding: 0;
}

#wrapper {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  position: relative;
  float: none;
}

input:focus, select:focus, textarea:focus, button:focus {
  outline: none;
  box-shadow: none;
  border-color: initial;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.top {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

#back-top {
	position: fixed;
  right: 0.85%;
	bottom: 1.0%;
	margin-right: 0;
}

#back-top a {
  width: 15px;
	display: block;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
  opacity: 0.5;
}

#back-top a:hover {
	opacity: 1.0;
}

a, a:link, a:visited, a:hover, a:active {
  color: inherit;
	text-decoration: none;
  border: none;
  outline: none;
}

a img {
  border:none;
  outline:none;
}

#mainmenu {
  display: none;
}

.menu {
  display: none;
}

.menuImg {
  display: none;
}

.navigation {
  width: 20%;
  height: 100%;
  margin: 0;
  padding: 2.5%;
  color: #d6d3c4;
  background: #002740;
  position: fixed;
  float: left;
}

.navTl {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.navTl:hover {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0.75;
  position: relative;
  float: left;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.logo {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
}

.logo img {
  display: block;
  outline: none;
  border: none;
}

.logoImg {
  width: 160px;
  height: auto;
  margin: 0;
  padding: 0;
}

.tlLogo {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 1.7rem;
  line-height: 1.0;
  position: relative;
  float: left;
}

.navFld {
  width: 100%;
  height: auto;
  margin: 60px 0 0 0;
  padding: 0;
  position: relative;
  float: left;
}

.navSubTl {
  width: 100%;
  height: auto;
  margin: 20px 0 0 0;
  padding: 0;
  font-size: 1.7rem;
  text-transform: uppercase;
  position: relative;
  float: left;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.navSubTl:hover {
  width: 100%;
  height: auto;
  margin: 20px 0 0 0;
  padding: 0;
  font-size: 1.7rem;
  opacity: 0.75;
  text-transform: uppercase;
  position: relative;
  float: left;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

ul.navList {
  width: 100%;
  list-style-type: none;
  text-align: left;
  margin: 15px 0 0 0;
  padding: 0;
  position: relative;
  float: left;
}

ul.navList li {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  display: block;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

ul.navList li a:hover {
  opacity: 0.75;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.actLi {
  color: #a6a498;
}

.dropDownBox {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 22px;
  position: relative;
  float: left;
}

.dropDownBox img {
  display: block;
  outline: none;
  border: none;
}

.socFldRes {
  display: none;
}

.socIcn {
  width: 30px;
  height: auto;
  margin: 10px 10px 0 0;
  padding: 0;
  position: relative;
  float: left;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.socIcn:hover {
  width: 30px;
  height: auto;
  margin: 10px 10px 0 0;
  padding: 0;
  opacity: 0.75;
  position: relative;
  float: left;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

#dropDownFld {
  margin: 15px 0 0 0;
  padding: 0;
  display: block;
  position: relative;
  float: left;
}

.container {
  width: 75%;
  height: auto;
  margin: 0 0 0 25%;
  padding: 0;
  position: relative;
  float: left;
}

.rslides_container {
  width: 60%;
  height: auto;
	margin: 10% 20%;
  padding: 0;
	position: relative;
  float: left;
  -webkit-transform: translateZ(0);
  z-index: 1;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: none;
}

.rslides img {
  display: block;
  height: auto;
  float: none;
  width: 100%;
  border: 0;
  margin: 0;
}

.centered-btns_nav {
  display:none;
}

.centered-btns_nav:active {
  display:none;
}

.centered-btns_nav.next {
  display:none;
}

.centered-btn_tabs {
  margin-top: -3%;
  text-align: center;
  position: relative;
  float: none;
  z-index: 2;
}

.centered-btn_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 10px;
}

.centered-btn_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #002740;
  display: inline-block;
  _display: block;
  *display: block;
  width: 7px;
  height: 7px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.centered-btn_tabs a:hover {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #d6d3c4;
  opacity: 1.0;
  display: inline-block;
  _display: block;
  *display: block;
  width: 7px;
  height: 7px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.centered-btn_here a {
  background: #a6a498;
}

.copy  {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  text-align: center;
}

.design  {
  margin: 5px 0;
  padding: 0;
  font-size: 1.0rem;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.design:hover  {
  margin: 5px 0;
  padding: 0;
  font-size: 1.0rem;
  text-align: center;
  color: #a6a498;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}


/*Styles for Profile*/

.profFld {
  width: 95%;
  height: auto;
  margin: 0;
  padding: 2.5%;
  position: relative;
  float: left;
}

.profImgFld {
  width: 30%;
  height: auto;
  margin: 0 0 3.5% 20%;
  padding: 0;
  position: relative;
  float: left;
}

.profTxtFld {
  width: 35%;
  height: auto;
  margin: 0;
  padding: 0;
  position: fixed;
  float: right;
  right: 2.5%;
}


/*Styles for Work, Work-Page*/

.workFld {
  width: 95%;
  height: auto;
  margin: 0;
  padding: 2.5%;
  position: relative;
  float: left;
}

.workImgL {
  width: 32.5%;
  height: auto;
  margin: 0 1.25% 1.25% 0;
  padding: 0;
  position: relative;
  float: left;
}

.workImgM {
  width: 32.5%;
  height: auto;
  margin: 0 0 1.25% 0;
  padding: 0;
  position: relative;
  float: left;
}

.workImgR {
  width: 32.5%;
  height: auto;
  margin: 0 0 1.25% 1.25%;
  padding: 0;
  position: relative;
  float: left;
}

.workImgL img {
  display: block;
  outline: none;
  border: none;
}

.workImgM img {
  display: block;
  outline: none;
  border: none;
}

.workImgR img {
  display: block;
  outline: none;
  border: none;
}

.workIcn {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
}

.workImgTl  {
  width: 95%;
  height: auto;
  margin: 0;
  padding: 25% 2.5% 2.5% 2.5%;
  background: linear-gradient(to bottom, rgba(214,211,196,0), rgba(214,211,196,0.95));
  text-align: left;
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.5;
  position: absolute;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.workImgTl:hover  {
  width: 95%;
  height: auto;
  margin: 0;
  padding: 25% 2.5% 2.5% 2.5%;
  background: linear-gradient(to bottom, rgba(0,39,64,0), rgba(0,39,64,0.5));
  text-align: left;
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #d6d3c4;
  line-height: 1.5;
  position: absolute;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.workImgFld {
  width: 50%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
}

.captTl {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.4em;
  line-height: 1.5;
  position: relative;
  float: left;
}

.projectImgFld {
  width: 100%;
  height: auto;
  margin: 0 0 25px 0;
  padding: 0;
  position: relative;
  float: left;
}

.projectImgFld img {
  display: block;
  outline: none;
  border: none;
}

.projectImg {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.workTxtFld {
  width: 32.5%;
  height: auto;
  margin: 0;
  padding: 0;
  position: fixed;
  float: right;
  right: 2.5%;
}

.workTxtFldRes {
  display: none;
}

.workTxtFldP {
  width: 45%;
  height: auto;
  margin: 0 2.5%;
  padding: 0;
  position: relative;
  float: right;
}

.projectTl {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 1.7rem;
  text-transform: uppercase;
  position: relative;
  float: left;
}

.projectSubTl {
  width: 100%;
  height: auto;
  margin: 25px 0;
  padding: 0;
  font-size: 20px;
  font-weight: 300;
  position: relative;
  float: left;
}

.backFld {
  width: 100%;
  height: auto;
  margin: 25px 0;
  padding: 0;
  position: relative;
  float: left;
}

.back1  {
  width: 5.5rem;
  height: auto;
	font-size: 1.2rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1.0;
  text-align: left;
  position: relative;
  float: left;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.back1:hover  {
  width: 5.5rem;
  height: auto;
	font-size: 1.2rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1.0;
  text-align: left;
  opacity: 0.75;
  position: relative;
  float: left;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.underline {
  margin: 25px 0 0 0;
  padding: 0;
  position: relative;
  float: left;
  color: #002740;
}

.underline:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 1px;
  background-color: #002740;
  content: "";
  transition: width 0.3s ease-in-out;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
}

.underline:hover {
  color: #667580;
}

.underline:hover:after {
  width: 100%;
}

}
